: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}@media(max-width:767px){:root{--h1-size:3.2rem !important;--gap:2rem}}*,:after,:before{box-sizing:border-box}blockquote,body,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{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}body{background-color:var(--color-white);color:var(--color-primary-text);font-family:var(--font-sans);font-size:1.6rem;line-height:1.6}a{color:var(--color-darker-gray)}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{color:var(--color-darker-gray);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}blockquote:not([class]){border-left:4px solid var(--ghost-accent-color);padding-left:2rem}pre{background-color:var(--color-lighter-gray);hyphens:none;padding:1.6rem 2.4rem;white-space:pre}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%}@media(max-width:767px){h2{font-size:2.4rem}h3{font-size:2.1rem}}.gh-outer{padding-left:var(--gap);padding-right:var(--gap)}.kg-width-wide{grid-column:wide}.gh-head{background-color:var(--color-white);height:100px}.gh-head-brand{line-height:1}.gh-head-brand-wrapper{align-items:center;display:flex}.gh-head-logo{font-size:2.4rem;font-weight:700;letter-spacing:-.02em;position:relative;white-space:nowrap}.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:flex}.gh-head .nav,.gh-head-menu{align-items:center;gap:var(--head-nav-gap)}.gh-head .nav{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}@media(min-width:768px){body:not(.is-dropdown-loaded) .gh-head-menu .nav>li{opacity:0}}.gh-dropdown{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(0,0,0,4%),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%;transform:translate3d(0,6px,0);transition:opacity .3s,transform .2s;visibility:hidden;width:200px;z-index:90}.is-dropdown-mega .gh-dropdown{-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;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;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;transform:rotate(45deg)}.is-head-open .gh-burger:after{bottom:14px;transform:rotate(-45deg)}@media(max-width:767px){#gh-head{height:64px}#gh-head .gh-head-brand{align-items:center;display:grid;grid-column-start:1;grid-template-columns:1fr auto auto;height:64px}#gh-head .gh-head-logo{font-size:2.2rem}.gh-burger{display:block}#gh-head .gh-head-menu{justify-content:center;opacity:0;position:fixed;visibility:hidden}#gh-head .gh-head-menu{transform:translateY(0);transition:none}#gh-head .nav{align-items:center;gap:20px;line-height:1.4}#gh-head .nav a{font-size:2.6rem;font-weight:600;text-transform:none}#gh-head .nav li{opacity:0;transform:translateY(-4px)}.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 #gh-head .gh-head-menu{opacity:1;position:static;visibility:visible}.is-head-open #gh-head .nav{display:flex;flex-direction:column}.is-head-open #gh-head .nav li{opacity:1;transform:translateY(0);transition:transform .2s,opacity .2s}}.gh-content{font-size:var(--content-font-size,1.8rem);letter-spacing:var(--content-letter-spacing,0);margin-top:1rem;word-break:break-word}.gh-content>*+*{margin-top:calc(1.6em * var(--content-spacing-multiplier,1))}.gh-content>.kg-card+[id]{margin-top:calc(2em * var(--content-spacing-multiplier,1))!important}.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>blockquote+*{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 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-spacing:0;display:inline-block;font-family:var(--font-sans);font-size:1.6rem;max-width:100%;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: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: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}@media(max-width:767px){.gh-content{font-size:1.7rem;margin-top:3.2rem}}.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))}.kg-gallery-image,.kg-image[width][height]{cursor:pointer}.kg-gallery-image a:hover,.kg-image-card a:hover{opacity:1!important}blockquote.kg-blockquote-alt{color:var(--color-secondary-text);font-weight:400}.pagination{display:grid;grid-template-columns:1fr auto 1fr;margin-top:6.4rem}.gh-icon-btn{align-items:center;background-color:transparent;border:0;color:var(--darker-gray-color);cursor:pointer;display:inline-flex;height:30px;justify-content:center;outline:none;padding:0;width:30px}.gh-icon-btn svg{height:20px;width:20px}.gh-foot{color:var(--color-secondary-text);padding-bottom:8rem;padding-top:8rem;white-space:nowrap}.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}}.pswp{z-index:3999999}.pswp__bg{background-color:rgba(0,0,0,.85)}.pswp__img--placeholder--blank{background:var(--color-black)}.pswp__error-msg,.pswp__error-msg a{color:var(--color-secondary-text)}.pswp__caption__center{color:var(--color-white)}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}pre{font-family:monospace;font-size:1em}a{background-color:transparent}b,strong{font-weight:var(--font-weight-medium)}code{color:var(--secondary-text-color);font-family:monospace;font-size:1em}:not(pre)>code{background-color:var(--input-background-color);border-radius:.8rem;padding:.4rem .8rem}small{font-size:80%}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}img{border-style:none}button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}progress{vertical-align:baseline}textarea{overflow:auto}[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--brand-color:var(--ghost-accent-color, #6c49b6);--primary-text-color:rgba(3, 9, 17, 0.85);--secondary-text-color:rgba(5, 5, 5, 0.7);--tertiary-text-color:rgba(5, 5, 5, 0.55);--disabled-text-color:rgba(5, 5, 5, 0.3);--article-text-color:rgba(3, 9, 17, 0.8);--diabled-background-color:var(--tertiary-text-color);--ruler-color:rgb(0 0 0/6%);--divider-color:rgba(16, 4, 69, 0.04);--input-background-color:rgb(0 0 0/8%);--hero-background-color:rgb(0 0 0/4%);--underline-color:hsl(from var(--brand-color) h s l/.25);--overlay-bg:hsla(0, 0%, 98%, 0.95);--base-contrast:#fff;--background-color:#fff;--background-elevated-color:#fff;--background-base-color:#fafafa;--white-color:#fff;--black-color:#000;--grey-color:#f8f8f8;--green-color:#28a745;--orange-color:#ffc107;--red-color:#dc3545;--facebook-color:#3b5998;--twitter-color:#1da1f2;--rss-color:#f26522;--animation-base:ease-in-out;--font-base:"Geist", system-ui, Switzer, -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica, Arial, Inter, sans-serif;--font-serif:"Louize", serif;--font-system:-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, Inter,
    sans-serif;--font-weight-regular:400;--font-weight-medium:600;--font-weight-bold:700;--navbar-height:4.8rem;--form-input-height:4rem;--base-text-size:1.8rem;--spacepsection:6.4rem;--page-content-width:680px;--page-content-width-medium:104rem;--side-bar-width:36rem;--space-tiny:0.8rem;--space-small:1.6rem;--space-medium:3.2rem;--space-large:6.4rem;--space-xlarge:8rem;--head-nav-gap:3.2rem;--card-gap:3.2rem;--card-gap-small:2.4rem;--radius-small:0.8rem;--radius-medium:1.6rem;--radius-large:2.4rem;--radius-xlarge:3.2rem;--primary-text-color-invert:hsla(0, 0%, 98%, 0.95);--secondary-text-color-invert:hsla(0, 0%, 98%, 0.75);--tertiary-text-color-invert:hsla(0, 0%, 98%, 0.55);--primary-text-color-overlay:rgba(3, 9, 17, 0.92);--secondary-text-color-overlay:rgba(3, 9, 17, 0.7);--tertiary-text-color-overlay:rgba(3, 9, 17, 0.55);--divider-color-verlay:rgba(0, 0, 0, 0.1);--transparent-1:hsla(0, 0%, 98%, 0.6);--color-lighter-gray:rgba(31, 31, 31, 0.03);--color-light-gray:rgba(5, 5, 5, 0.1);--color-mid-gray:rgba(0, 0, 0, 0.2);--color-dark-gray:rgba(3, 3, 3, 0.74);--color-darker-gray:rgba(1, 3, 4, 0.92);--shadow-small:0 0 0 1px rgb(0 0 0/3%), 0 4px 8px -2px rgb(0 0 0/3%);--shadow-medium:0 0 0 1px rgb(0 0 0/3%), 0 3px 6px -2px rgb(0 0 0/3%),
    0 2px 4px -2px rgb(0 0 0/3%);--shadow-input:0 0 0 1px var(--color-lighter-gray), 0 4px 8px -2px rgb(0 0 0/3%)}:root.dark-page,:root.has-light-text,:root[data-theme=dark]{--primary-text-color:hsla(0, 0%, 100%, 0.9);--secondary-text-color:hsla(0, 0%, 100%, 0.7);--tertiary-text-color:hsla(0, 0%, 100%, 0.5);--darker-gray-color:var(--primary-text-color);--ruler-color:hsla(0, 0%, 100%, 0.1);--divider-color:hsla(0, 0%, 100%, 0.16);--article-text-color:hsla(0, 0%, 100%, 0.7);--input-background-color:hsla(0, 0%, 100%, 0.08);--hero-background-color:hsla(0, 0%, 100%, 0.05);--disabled-text-color:hsla(0, 0%, 100%, 0.25);--grey-color:#393a3f;--background-color:#1a1c22;--background-elevated-color:#272a32;--background-base-color:#121316;--base-contrast:#17191e;--overlay-bg:rgba(0, 0, 0, 0.8);--transparent-1:hsla(0, 0%, 9%, 0.6);--color-lighter-gray:hsla(0, 0%, 100%, 0.05);--color-light-gray:hsla(0, 0%, 100%, 0.08);--color-mid-gray:hsla(0, 0%, 100%, 0.18);--color-dark-gray:hsla(0, 0%, 100%, 0.7);--color-darker-gray:var(--primary-text-color)}.dark-page body{background-color:var(--black-color)}:root.is-color-pure{--background-color:#fff;--background-base-color:#fff;--ruler-color:#fff}:root[data-theme=dark].is-color-pure{--background-color:#111;--background-base-color:#111;--ruler-color:#111}:root.is-color-onyx{--background-color:#f7f7f8;--background-base-color:#fcfcfd}:root[data-theme=dark].is-color-onyx{--background-color:#1a1a1a;--background-base-color:#141414}:root.is-color-rust{--background-color:#f2f1e7;--background-base-color:#e9e4d8}:root[data-theme=dark].is-color-rust{--background-color:#2b2b28;--background-base-color:#22221e}:root.is-color-fossil{--background-color:#e1dedb;--background-base-color:#d6d3d0}:root[data-theme=dark].is-color-fossil{--background-color:#1c1a19;--background-base-color:#161514}:root.is-color-mint{--background-color:#f1fefb;--background-base-color:#e5efeb}:root[data-theme=dark].is-color-mint{--background-color:#1a1f1d;--background-base-color:#151918}:root.is-color-ember{--background-color:#f4f0e6;--background-base-color:#eeeae2}:root[data-theme=dark].is-color-ember{--background-color:#1f1c18;--background-base-color:#1f1916}:root.is-color-ice{--background-color:#ebebef;--background-base-color:#e6e6eb}:root[data-theme=dark].is-color-ice{--background-color:#1c1c1e;--background-base-color:#171819}@media(max-width:767px){:root{--navbar-height:4.8rem}}html{box-sizing:border-box;font-size:62.5%}*,:after,:before{box-sizing:inherit}body{background-color:var(--background-base-color);color:var(--article-text-color);font-family:var(--gh-font-body,var(--font-base));font-size:var(--base-text-size);line-height:1.75;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-wrap:pretty}::-moz-selection{background:var(--ghost-accent-color);color:var(--white-color)}::selection{background:var(--ghost-accent-color);color:var(--white-color)}a{color:var(--primary-text-color);text-decoration:none;transition:color .1s var(--animation-base)}a:hover{opacity:.9}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,select:focus-visible,textarea:focus-visible{border-radius:var(--radius-medium);box-shadow:0 0 0 2px var(--background-color);outline:2px solid var(--brand-color,#6c49b6);outline-offset:2px}h1,h2,h3,h4,h5,h6{color:var(--primary-text-color);font-family:var(--gh-font-heading,var(--font-base));font-weight:var(--font-weight-medium);line-height:1.25;margin:0}p{margin:0}img{display:block;height:auto;max-width:100%}blockquote:not([class]){border-left:0 solid var(--brand-color);color:var(--primary-text-color);font-family:var(--gh-font-heading,var(--font-base));font-size:calc(var(--base-text-size) + .6rem);font-weight:400;letter-spacing:-.02rem;line-height:1.5;margin-left:0;margin-right:0;padding:0}blockquote:not([class]) strong{color:var(--primary-text-color);font-weight:600}ol,ul{padding-left:2rem}embed,iframe{border:0;display:block;overflow:hidden;width:100%}figure{margin-left:0;margin-right:0}pre{background-color:var(--lighter-gray-color);border-radius:8px!important;font-size:1.6rem!important;line-height:1.5;overflow-x:scroll;padding:1.6rem 2.2rem;-webkit-overflow-scrolling:touch}table:not(.highlight){border-collapse:collapse;font-size:1.5rem;width:100%;word-break:normal}table:not(.highlight) thead{background-color:var(--lighter-gray-color)}table:not(.highlight) tr+table:not(.highlight) tr{border-top:1px solid var(--light-gray-color)}table:not(.highlight) tr:hover td{background-color:var(--lighter-gray-color)}table:not(.highlight) td,table:not(.highlight) th{line-height:1.5;padding:1rem 1.5rem}table:not(.highlight) th{text-align:left}@media(max-width:1023px){:root{--page-content-width:56rem}}@media(max-width:767px){.table thead{display:none}.table tr{display:block;padding:1.2rem 0}.table td{display:flex;justify-content:space-between;padding:.7rem 0;text-align:right;width:100%}.table td:before{color:var(--secondary-text-color);content:attr(data-label);margin-right:1rem;white-space:nowrap}}.container{margin-left:auto;margin-right:auto;max-width:calc(var(--page-content-width) + 36rem + 10vw);padding-left:5vw;padding-right:5vw;width:100%}.container.medium{max-width:calc(104rem + 10vw)}.container.small{max-width:calc(var(--page-content-width) + 10vw)}.button,button{align-items:center;border:0;border-radius:4rem;color:var(--brand-color);cursor:pointer;display:inline-flex;font-family:var(--gh-font-body,var(--font-base));font-size:1.6rem;font-weight:600;height:var(--form-input-height);justify-content:center;letter-spacing:.5px;outline:none;padding:0 2rem;transition:all .1s var(--animation-base)}.button:hover{opacity:.75}button{transition:all .1s var(--animation-base)}.button:active,button:active{scale:.95}.button.button-primary{background-color:var(--brand-color);color:var(--primary-text-color-invert);text-decoration:none}.button.round{border-radius:32px}.button-link-icon{align-items:center;display:inline-flex;height:2.4rem;justify-content:center;margin-left:.8rem;width:2.4rem}label{color:var(--primary-text-color);display:block;font-family:var(--font-base);font-size:1.4rem;font-weight:var(--font-weight-bold);margin-bottom:.8rem;margin-top:3.2rem}label+label{margin-top:2rem}label input,label textarea{margin-top:.7rem}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--background-color);border:0;border-radius:4rem;box-shadow:var(--shadow-input);color:var(--primary-text-color);flex:1 0;font-family:var(--gh-font-body,var(--font-base));font-size:1.6rem;height:var(--form-input-height);outline:none;padding:0 1.5rem;transition:all .15s var(--ease-out-cubic);width:100%}input{height:var(--form-input-height)}input:focus,textarea:focus{background:var(--background-color);box-shadow:0 0 0 2px var(--brand-color)}textarea{height:100%;padding-bottom:1.5rem;padding-top:1.5rem;resize:vertical}.contact-form{margin-top:3rem}.contact-form .button{margin-top:1.5rem}.icon{fill:currentColor;height:20px;width:20px}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:100 900;src:url(../fonts/Geist[wght].woff2)format("woff2")}.h1,h1{font-size:4.8rem;font-weight:var(--font-weight-medium);line-height:5.6rem}.h2,h2{font-size:3.2rem}.h2,.h3,h2,h3{font-weight:var(--font-weight-medium);line-height:1.25}.h3,h3{font-size:2.4rem}.h4,h4{font-size:2rem;line-height:1.25}.h4,.h5,.h6,h4,h5,h6{font-weight:var(--font-weight-medium)}.h5,.h6,h5,h6{font-size:1.6rem;line-height:1.5}.section-title{font-family:var(--gh-font-heading,var(--font-system));font-size:2rem;font-weight:var(--font-weight-medium);line-height:1.25}.home-content-right .section-title{font-size:1.6rem}.body-large{font-size:1.8rem;line-height:3.2rem}.body-1,.body-large{font-weight:var(--font-weight-regular)}.body-1{font-size:1.6rem;line-height:1.5}.sub-heading-large{font-size:2.4rem;font-weight:var(--font-weight-regular);line-height:3.6rem}.label,.label.single-excerpt{font-size:1.4rem;font-weight:var(--font-weight-regular)}.label,.label.single-excerpt{line-height:1.5}@media(max-width:767px){.sub-heading-large{font-size:2rem;line-height:2.8rem}}.site{min-height:100vh}.site,.site-layout{display:flex;flex-direction:column}.site-ruler{position:fixed;width:100%}.ruler-base{background-color:var(--background-color);border-left:1px solid var(--ruler-color);border-right:1px solid var(--ruler-color);display:flex;height:100vh;width:100%}.site-content{flex-grow:1;padding:10.4rem 0 8rem;z-index:1}.section-container{margin-top:var(--spacepsection)}.section-container.reset-spacing{margin-top:calc(var(--spacepsection) - 6rem)}.custom-page .site-main .section-container:first-child{margin-top:0}.site-main>.section-container:first-child{margin-top:0;padding-top:0}.home-content-grid{-moz-column-gap:4.8rem;column-gap:4.8rem;display:grid;grid-template-columns:auto var(--side-bar-width)}.about-content-grid .container,.home-content-grid .container{padding:0}@media(max-width:767px){.home-content-grid{grid-template-columns:1fr}.site-content{padding:6.4rem 0 5.6rem}}#gh-head{background-color:transparent;display:flex;flex-direction:column;gap:var(--space-medium);height:100%;height:var(--navbar-height);margin-top:4rem;z-index:2}.gh-outer{padding-left:0;padding-right:0}.gh-head-logo img{max-height:4.8rem}.head-logo-wrap:hover{opacity:1}.logo-empty{font-size:2rem;font-weight:600}.gh-head-brand-wrapper{align-items:start;flex-direction:column;gap:.4rem;justify-content:center}.gh-head .nav{gap:.4rem}.gh-head .nav li{position:relative}.gh-head .nav li a{border-radius:4rem;font-size:1.4rem;line-height:2.4rem;padding:.8rem 1.2rem;transition:background .15s var(--animation-base)}.gh-head .nav .gh-dropdown li a:hover,.gh-head .nav li.nav-current a{background-color:var(--hero-background-color)}.gh-head .nav li a:hover{opacity:1}.gh-head .nav-more-toggle{border-radius:8rem;height:3.6rem;margin-left:.4rem;margin-right:0;width:3.6rem}.gh-head .nav-more-toggle:focus,.gh-head .nav-more-toggle:hover{background-color:var(--hero-background-color)}.gh-head .nav li a:active,.gh-head .nav-more-toggle:active{scale:.9}.gh-head-menu{gap:0;justify-content:center;position:relative}.gh-head-menu{font-weight:550}.head-action{align-items:center;display:flex;gap:1.6rem;justify-content:flex-end}.social-item{color:var(--secondary-text-color);line-height:0}.social-item .icon{fill:currentColor}.gh-icon-btn .svg,.social-item .icon{height:2rem;width:2rem}.gh-icon-btn svg{stroke:var(--primary-text-color)}.gh-dropdown{background-color:var(--base-contrast);border-radius:var(--radius-medium).4rem var(--radius-medium)var(--radius-medium);margin-top:.8rem;padding:1.6rem 1.2rem;right:-.4rem}.is-dropdown-mega .gh-dropdown{-moz-column-gap:.4rem;column-gap:.4rem;padding:1.6rem 1.2rem;row-gap:.4rem}.gh-dropdown li a{padding-left:0;padding-right:0}.gh-head .nav .gh-dropdown li.nav-current:after,.gh-head .nav .gh-dropdown li:after{left:0}.gh-theme-toggle{align-items:center;background:0 0;border:0;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;position:relative;scale:.75;width:32px}.moon-or-sun,.theme-toggle-icon{height:24px;position:relative;width:24px}.moon-or-sun{background:var(--secondary-text-color);border:1px solid var(--secondary-text-color);border-radius:50%;overflow:hidden;transform:scale(1);transition:all .45s ease}.moon-or-sun:before{border:2px solid var(--secondary-text-color);height:24px;opacity:1;right:-9px;top:-9px;transform:translate(0);transition:transform .45s ease;width:24px}.moon-or-sun:after,.moon-or-sun:before{border-radius:50%;content:"";position:absolute}.moon-or-sun:after{box-shadow:0 -23px 0 var(--secondary-text-color),0 23px 0 var(--secondary-text-color),23px 0 0 var(--secondary-text-color),-23px 0 0 var(--secondary-text-color),15px 15px 0 var(--secondary-text-color),-15px 15px 0 var(--secondary-text-color),15px -15px 0 var(--secondary-text-color),-15px -15px 0 var(--secondary-text-color);height:8px;left:50%;margin:-4px 0 0 -4px;top:50%;transform:scale(0);transition:all .35s ease;width:8px}.moon-mask{background:var(--background-color);border:0;border-radius:50%;height:24px;opacity:1;position:absolute;right:-9px;top:-8px;transform:translate(0);transition:background .25s ease,transform .45s ease;width:24px}.head-inner{align-items:center;-moz-column-gap:var(--head-nav-gap);column-gap:var(--head-nav-gap);display:grid;grid-auto-flow:row dense;grid-template-columns:1fr 60% 1fr;height:100%}.blog-navbar{display:flex;gap:0;padding-right:5vw;position:relative}.blog-navbar-underline{background:hsl(from var(--brand-color) h s l/.8);border-radius:4px 4px 0 0;bottom:0;height:3px;left:0;pointer-events:none;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);width:0;z-index:1}.blog-navbar-item{font-size:1.6rem;font-weight:500;padding:1.2rem;text-wrap:nowrap;transition:color .15s var(--animation-base)}.blog-navbar-item:hover{color:var(--brand-color)}.blog-navbar-item.is-active{border-bottom:none;color:var(--brand-color)}[data-theme=dark] .moon-or-sun{overflow:visible;transform:scale(.55)}[data-theme=dark] .moon-or-sun:before{opacity:0;transform:translate(14px,-14px)}[data-theme=dark] .moon-or-sun:after{transform:scale(1)}[data-theme=dark] .moon-mask{opacity:0;transform:translate(14px,-14px)}.visible-mobile{display:none}.head-action-mobile{align-items:center;display:flex;gap:1.6rem}@media(min-width:768px){.visible-mobile{display:none}}@media(max-width:767px){#gh-head{margin-top:1.6rem}#gh-head .gh-head-brand{grid-template-columns:1fr auto;height:auto}#gh-head .nav{align-items:start;gap:2.4rem;width:100%}#gh-head .head-action{bottom:0;gap:2rem;justify-content:center;position:sticky;width:100%;z-index:1}.head-inner{display:grid;gap:0;gap:40px;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}#gh-head .gh-head-menu{justify-content:flex-start}.is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head{background-color:var(--background-color)}.is-head-open #gh-head{height:100svh;overflow-y:scroll}.is-head-open #gh-head .gh-head-menu{align-items:flex-start;flex-direction:column;gap:2rem;padding-bottom:2.4rem;padding-top:2.4rem}.is-head-open #gh-head .nav li{transform:transform .1s,opacity .1s}.is-head-open #gh-head .gh-head-brand{margin-bottom:0;position:sticky;top:0;z-index:1}.is-head-open #gh-head .gh-head-brand:after{background-color:var(--background-color);background:linear-gradient( to top,hsl(from var(--background-color) h s l/0) 0,hsl(from var(--background-color) h s l/.6) 15%,hsl(from var(--background-color) h s l/1) 30%,hsl(from var(--background-color) h s l/1) 100% );content:"";height:calc(100% + 4.8rem);left:-5vw;position:absolute;right:-5vw;top:-2.4rem;z-index:-1}body.is-head-open{overflow:hidden}.gh-burger:after,.gh-burger:before{background-color:var(--primary-text-color);border-radius:2px;height:2px;width:22px}.is-head-open .gh-burger:before{top:14px}.visible-desktop{display:none}.visible-mobile{display:block}}.hero-header{margin-bottom:2.4rem}.home-featured-addons .container{margin:0;padding:0}.hero-image{aspect-ratio:1/1;border-radius:var(--radius-medium);overflow:hidden;position:relative;rotate:3deg;width:100%}.page-header{margin-bottom:6.4rem}.hero-image{animation:rotate-in .5s ease-out}@keyframes rotate-in{0%{opacity:0;rotate:0;scale:.9}to{opacity:1;rotate:3deg;scale:1}}.gh-content.hero-intro.tag-hash-intro-animate>[id],.gh-content.hero-intro.tag-hash-intro-animate>ol,.gh-content.hero-intro.tag-hash-intro-animate>p,.gh-content.hero-intro.tag-hash-intro-animate>ul{font-family:var(--gh-font-heading,var(--font-base));font-size:clamp(2.2rem,2vw,2.8rem);font-weight:600;line-height:1.33}.intro-highlight{color:var(--primary-text-color)}.sentence{transition:color .3s ease,filter .3s ease}.hero-intro{margin-top:1.6rem}.custom-hero-intro>[id],.custom-hero-intro>p{max-width:var(--page-content-width)}.gh-content.hero-intro.tag-hash-intro-animate>[id],.hero-intro.tag-hash-intro-animate{color:var(--disabled-text-color)}.gh-content.hero-intro.tag-hash-intro-animate>h6{margin-bottom:0!important}.about-content-grid{display:grid;gap:4rem 0;grid-template-columns:1fr}.custom-hero-intro{order:2}.hero-image{max-width:32rem;order:1}@media(min-width:1024px){.about-content-grid{gap:3.2rem 8rem;grid-template-columns:1fr var(--side-bar-width);grid-template-rows:auto 1fr}.custom-hero-intro{grid-row:span 2;order:1}}.site-footer{align-items:flex-end;bottom:0;display:flex;left:0;padding-bottom:3.2rem;position:relative;width:100%;z-index:0}.footer-content{border-top:1px solid var(--divider-color)}.footer-inner-main{align-items:flex-start;padding:6.4rem 0 2.4rem}.footer-rss-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--tertiary-text-color);font-size:1.3rem;text-decoration:none}.footer-rss-link:hover{color:#ffba08}.footer-copyright{color:var(--tertiary-text-color);text-align:center}.footer-nav .nav{align-items:flex-start;display:flex;flex-direction:column;margin-top:.8rem;padding-left:0}.footer-nav .nav li{list-style-type:none;padding:4px 0}.footer-group-header{color:var(--tertiary-text-color);font-size:1.1rem;font-weight:500;text-transform:uppercase}.footer-content{position:relative;z-index:1}.site-title-footer{box-sizing:border-box;color:var(--input-background-color);display:block;font-weight:700;letter-spacing:-.03em;line-height:1.1;overflow:visible;padding:.5rem 0;text-align:left;text-align:center;text-transform:none;white-space:nowrap;width:100%}@media(max-width:480px){.site-title-footer{hyphens:auto;line-height:1;overflow-wrap:break-word;white-space:normal}}@media(max-width:767px){.footer-inner-main{grid-template-columns:1fr}}.card{position:relative}.card-icon{font-size:.9em;margin-left:.4rem}.card-icon{opacity:0;transition:opacity .15s var(--animation-base)}.card:hover .card-icon,.feed:hover .card-icon{opacity:1}.placeholder{aspect-ratio:1/1;background-color:var(--input-background-color);margin-bottom:16px;position:relative}.custom-page .single-content>:first-child{margin-top:0}.custom-page .single-content>:last-child{margin-bottom:4.8rem}.feed-header{margin-bottom:1.6rem}.feed-header-wrapper{align-items:center;display:flex;justify-content:space-between;padding-bottom:.8rem;padding-top:.8rem}.feed-top{align-items:center;color:var(--tertiary-text-color);display:flex;flex-wrap:wrap;margin-bottom:1.2rem}.feed-top-indicator{background-color:var(--divider-color);border-radius:4px;height:calc(100% - .8rem);margin-right:1.2rem;min-height:1.2rem;width:.2rem}.feed-link-overlay{background-color:var(--color-lighter-gray);border-radius:calc(var(--radius-medium) + .4rem);inset:-1rem;opacity:0;position:absolute;transform:scale(.95);transition:all .15s ease-in-out;z-index:0}.list-view .feed-link-overlay,body:not(.home-template) .list-view .feed-link-overlay{border-radius:calc(var(--radius-small) + .4rem)}.card .feed-link-overlay{inset:-1.2rem}.card:hover .feed-link-overlay,.feed:hover .feed-link-overlay{opacity:1;transform:scale(1)}.section-header-title{color:var(--primary-text-color);margin-bottom:0}.post-feed{display:grid;gap:0;grid-template-columns:1fr}.post-feed.expanded{display:flex;flex-direction:column;gap:2.4rem}.post-feed.text-only{margin-top:0}.post-feed.expanded .feed-wrapper,.post-feed.text-only .feed-wrapper{align-items:start}.feed{align-items:flex-start;display:flex;line-height:1;padding:8px 0;position:relative}.feed-meta-list-view,body:not(.home-template) .list-view .feed-top{display:none}body:not(.home-template) .list-view .feed-meta-list-view{color:var(--secondary-text-color);display:flex;flex-direction:column;flex-wrap:wrap;min-width:20rem;order:1;row-gap:.4rem;width:20rem}.post-feed-toc .feed{padding:4px 0}.post-feed:not(.expanded) .feed{overflow:auto}.post-feed-toc .feed{overflow:hidden}.feed:not(.no-link):hover .feed-title{opacity:.8}.feed:not(.no-link):hover .feed-right{margin-right:2.2rem}.post-feed.expanded .feed:hover .feed-right{margin-right:0}.feed:not(.no-link):hover .feed-icon{transform:translateX(.1rem)}.post-feed.expanded .feed{align-items:flex-start;gap:2.4rem}.post-feed.text-only .feed{flex-direction:row-reverse;justify-content:flex-end}.post-feed.expanded:not(.text-only) .feed{border-top:0;padding:0}.post-feed:not(.expanded) .feed-meta{line-height:3.2rem}.feed-meta:before{color:var(--tertiary-text-color);font-size:.8em;opacity:.5;padding:0 .4em 0 .8rem}.feed-meta+.feed-meta:before{content:"✻"}body:not(.home-template) .list-view .feed-meta:before{content:"✻";margin-top:.1rem}.feed-meta{align-items:flex-start;display:flex;gap:.4rem}.feed-top .feed-meta{align-items:center}.feed-featured .icon{fill:var(--orange-color)}.feed-wrapper{align-items:self-end;align-self:stretch;display:flex;flex-grow:1;max-width:var(--page-content-width);overflow:hidden}.post-feed.expanded .feed-wrapper{flex-direction:column}.post-feed.expanded:not(.text-only) .feed-wrapper{margin-top:-2px}.feed-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-feed.expanded .feed-title{font-weight:var(--font-weight-medium);line-height:1.25;white-space:normal}.dot-spacer{align-self:end;border:0;border-bottom:1px dotted var(--divider-color);display:flex;flex:1 0;font-size:1.6rem;height:1px;margin:0 8px 7px;min-width:1rem}.post-feed.expanded .dot-spacer{display:none}.feed-excerpt{color:var(--secondary-text-color);font-size:1.6rem;line-height:1.5;margin-top:1rem}.post-feed:not(.expanded) .card-icon,.post-feed:not(.expanded) .feed-excerpt,.post-feed:not(.expanded) .feed-featured-text,.post-feed:not(.expanded) .feed-tag{display:none}.post-feed:not(.expanded) .feed-featured{margin-bottom:.5rem;margin-right:.8rem}.feed-right{align-items:center;color:var(--tertiary-text-color);display:flex;font-size:1.4rem;transition:margin-right .2s var(--animation-base)}.post-feed.expanded .feed-right{flex-wrap:wrap}.feed-visibility{color:var(--brand-color);height:2rem;width:2rem}.post-feed.expanded .feed-right{margin-top:.8rem}.feed-visibility-public{display:none}.feed-visibility .icon{height:20px;width:20px}.feed-icon{color:var(--tertiary-text-color);line-height:0;position:absolute;right:0;transform:translateX(2rem);transition:transform .2s var(--animation-base)}.post-feed.expanded .feed-icon{display:none}.feed-icon .icon{height:16px;width:16px}@media(max-width:1023px){body:not(.home-template) .list-view .feed-meta-list-view{min-width:14rem;width:14rem}}@media(max-width:767px){body:not(.home-template) .list-view .feed-meta-list-view{display:none}body:not(.home-template) .list-view .feed-top{display:flex}.feed-meta:first-of-type:before{display:none}}@media(max-width:575px){.post-feed.expanded .feed-title{font-size:1.8rem}.expanded:not(.card-thumbnail,.card-reverse-thumbnail) .feed{flex-direction:column}.feed-top-indicator{margin-right:1rem}}.featured-feed{opacity:0;padding-top:1.6rem}.featured-feed.tns-slider{opacity:1}.pagination{display:none}.load-more{display:flex;gap:2.4rem;justify-content:center;margin-top:3.2rem}.load-more button{flex-basis:content}.single-header{margin-bottom:2rem}.single-meta{color:var(--tertiary-text-color);flex-wrap:wrap;font-size:1.6rem;justify-content:flex-start;margin-bottom:1.2rem;text-align:center}.single-meta{align-items:center;display:flex;text-transform:capitalize}.single-meta-item{align-items:center;display:flex;text-transform:capitalize}.single-meta-item+.single-meta-item:before{content:"✻";font-size:.8em;opacity:.5;padding:0 1.2rem}.single-title{font-size:clamp(3.2rem,3vw,4rem);letter-spacing:-.1rem;line-height:1.25;margin-bottom:0;text-align:left}.single-excerpt{color:var(--secondary-text-color);margin-top:1.6rem;text-align:left}.single-media{margin-bottom:0;margin-top:4.5rem}.single-media img{width:100%}.single-media:not(.kg-width-full) img{border-radius:var(--radius-medium)}.kg-canvas .single-heading-wrap{flex:1;grid-column:main}.page-header-wrapper{max-width:var(--page-content-width)}.separator{background-color:var(--input-background-color);grid-column:main!important;height:1px;margin-top:2.8rem;margin-bottom:1.2rem;width:100%}@media(max-width:1023px){.page-header-wrapper{max-width:100%;order:2}}@media(max-width:767px){.single-header{margin-bottom:3rem}.single-media{margin-top:3rem}}.gh-content{position:relative}.gh-content>*+*{margin-bottom:0;margin-top:2.4rem}.gh-content>*{z-index:1}.gh-content>[id]{margin:0}.gh-content>[id]+*{margin-top:2rem}.gh-content>[id]+p{margin-top:2.4rem}.gh-content>[id]+.kg-card{margin-top:2.8rem}.gh-content>blockquote{margin-top:4.8rem;position:relative}.gh-content>blockquote+*{margin-top:4.8rem}.gh-content .kg-card+:not(.kg-card):not([id]),.gh-content :not(.kg-card):not([id])+.kg-card{margin-top:4.8rem}.gh-content .kg-card:not(.kg-width-wide):not(.kg-width-full)+:not(.kg-card):not([id]),.gh-content :not(.kg-card):not([id])+.kg-card:not(.kg-width-wide):not(.kg-width-full){margin-top:2.4rem}.gh-content h1,.gh-content h2:not(h4,.card-title){font-size:3.6rem;line-height:1.25}.gh-content h3{font-size:2.8rem;line-height:1.25}.gh-content h4{font-size:2.4rem;line-height:1.25}.gh-content h5{font-size:var(--base-text-size);line-height:1.25}.gh-content h6{color:var(--brand-color);font-size:1.4rem;line-height:1.25;text-transform:uppercase;--content-spacing-multiplier:4;font-family:var(--gh-font-body,var(--font-system))}.gh-content h6+[id]{margin-top:1.6rem!important}[id] em{color:var(--disabled-text-color);font-style:normal}.footer-copyright a,.gh-content a,.single-meta-item .post-tag,.toc-list-item a{color:inherit;text-decoration-color:hsl(from currentColor h s l/.2);text-decoration-line:underline;text-decoration-thickness:.06em;text-underline-offset:.12em;transition:-webkit-text-decoration 300 var(--animation-base);transition:text-decoration 300 var(--animation-base);transition:text-decoration 300 var(--animation-base),-webkit-text-decoration 300 var(--animation-base);transition:all .1s var(--animation-base);word-break:break-word}.footer-copyright a:hover,.gh-content a:hover,.single-meta-item .post-tag:hover,.toc-list-item a:hover{text-decoration-color:hsl(from currentColor h s l/.6)}.gh-content a[class]:hover{opacity:1}.gh-content>ol,.gh-content>p,.gh-content>ul{font-size:var(--base-text-size);letter-spacing:0}.gh-content>ol,.gh-content>ul{padding-left:2.4rem}.gh-content li+li{margin-top:1.2rem}.footnote{margin-left:.25rem;margin-right:.5rem}.footnote a{color:var(--brand-color);font-size:.9em;font-weight:400;text-decoration:none}.footnote-list{border-bottom:1px solid var(--divider-color);border-top:1px solid var(--divider-color);display:flex;flex-direction:column;font-size:.9em;gap:0;padding:2.4rem 0 4.8rem 2.4rem}.footnote-list li{line-height:1.5;padding-top:1.6rem}@media(max-width:767px){.gh-content h1{font-size:3.6rem}.gh-content h2{font-size:3.2rem}.gh-content h3{font-size:2.8rem}.gh-content>ol,.gh-content>p,.gh-content>ul{line-height:1.66}}.author-social-links-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.2rem;padding-top:var(--space-medium)}.primary-author-social-links{margin-top:0}.share{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem}.social{align-items:center;display:flex;gap:1.6rem}.social-icon-wrapper{align-items:center;background-color:var(--divider-color);border-radius:50%;color:var(--primary-text-color);display:flex;font-size:1.6rem;font-weight:400;height:4rem;justify-content:center;letter-spacing:.04rem;line-height:0;transition:all .15s var(--animation-base);width:4rem}.social-item:hover .social-icon-wrapper{background-color:var(--brand-color);border-color:var(--brand-color);color:var(--white-color)}.social-item:hover .icon{fill:var(--white-color)}.social-icon-wrapper .icon{fill:var(--primary-text-color);height:20px;transition:fill .15s var(--ease-in-out-quad);width:20px}.social-icon-wrapper .icon{height:20px;width:20px}.social-item{align-items:center;display:flex;flex-direction:row;font-size:1.6rem;gap:2.4rem}@media(max-width:767px){.share{flex-direction:row;gap:1.6rem;justify-content:center;width:auto}}.gh-head .nav-new{gap:.4rem}.gh-head .nav-new li a{border-radius:2rem;font-size:1.4rem;line-height:2rem;padding:.8rem 1rem;transition:background .15s var(--animation-base)}.gh-head .nav-new .gh-dropdown li a:hover,.gh-head .nav-new li .dropdown a:hover,.gh-head .nav-new li a:hover,.gh-head .nav-new li.nav-current>a{background-color:var(--hero-background-color)}.gh-head .nav-new li a:hover{opacity:1}.gh-head-menu .nav-new{align-items:center;background-color:var(--background-elevated-color);border-radius:4rem;box-shadow:var(--shadow-medium);display:flex;list-style:none;margin:0;padding:.4rem;position:relative;z-index:100}.gh-head .nav-new li a{display:block;font-weight:600;position:relative;z-index:2}.gh-head .nav-new li a.is-active{background:0 0;color:var(--primary-text-color)}.gh-head .nav-new .gh-dropdown li.nav-current:after,.gh-head .nav-new .gh-dropdown li:after{left:0}.gh-head .nav-new li{position:relative}.gh-head .nav-new .dropdown li a{color:var(--primary-text-color);display:block;line-height:1.4;white-space:normal;word-break:break-word}.gh-head .nav-new .dropdown li a,.gh-head .nav-new .gh-dropdown li a{padding:.6rem 1.2rem}.gh-head .nav-new .gh-dropdown .dropdown{box-shadow:none;display:flex;flex-direction:column;padding:0 0 0 1.2rem;position:relative}.gh-head .nav-new .nav-more-toggle .has-dropdown .dropdown{background:0 0;min-width:90%}.gh-head .nav-new .gh-dropdown .dropdown li.nav-current:after,.gh-head .nav-new .gh-dropdown li.has-dropdown .icon,.gh-head .nav-new .gh-dropdown li.nav-current:after,.gh-head .nav-new .gh-dropdown li:hover:after{display:none}.gh-head .nav-new .gh-dropdown .dropdown li a{padding:.6rem 1.2rem}.gh-head-menu .dropdown{display:none;left:0;margin-top:-4px;position:absolute;top:calc(100% + 4px)}.gh-dropdown,.gh-head-menu .dropdown{background:var(--background-elevated-color);border-radius:var(--radius-medium);box-shadow:0 0 0 1px var(--color-lighter-gray),0 4px 8px var(--color-light-gray);list-style:none;max-width:24rem;min-width:20rem;padding:.8rem;z-index:100}.gh-head-menu .dropdown{z-index:101}:root[data-theme=dark] .gh-head-menu .dropdown{border:1px solid var(--color-lighter-gray);box-shadow:none}.gh-head-menu li.has-dropdown:hover .dropdown{display:flex;flex-direction:column}.caret-down{height:12px;margin-left:5px;transition:transform .3s ease;width:12px}.caret-down.rotate{transform:rotate(180deg)}.gh-dropdown li a{color:var(--primary-text-color)!important}.gh-dropdown .dropdown{border:none!important}@media(max-width:767px){.gh-head .nav-new{align-items:flex-start;box-shadow:none;display:flex;flex-direction:column;gap:0;padding:0;width:100%}.gh-head .nav-new .gh-dropdown li a:hover,.gh-head .nav-new li .dropdown a:hover,.gh-head .nav-new li.nav-current>a{background-color:transparent}.is-head-open #gh-head .nav-new li{transform:transform .1s,opacity .1s}#gh-head .nav-new a{font-size:2.4rem;padding:1.2rem 0;text-wrap:auto;width:100%}.gh-head .nav-new li.nav-current:after{display:none}.is-head-open #gh-head .nav-new li{display:inline-flex;flex-direction:column;transition-delay:0!important;width:100%}.gh-head-menu .dropdown{background:0 0;border:none!important;box-shadow:none;display:flex;flex-direction:column;gap:0;max-width:100%;padding:0 0 0 2.4rem;position:relative}.gh-head .nav-new li.nav-current:after,.gh-head-menu .caret-down{display:none}.gh-head-menu .nav-new{background-color:transparent}}.related-title{margin-bottom:3rem}.related-title{color:var(--tertiary-text-color)}.comments{align-items:center;display:flex;flex-direction:column;margin:60px 0 44px}.comments h2{font-weight:700;max-width:720px;width:100%}.gh-content .toc ol,.gh-content .toc ul{padding-left:1.2rem}.gh-content .toc>ol,.gh-content .toc>ul{padding-left:0}.toc{align-self:stretch;padding:1px 0 0}.toc>.toc-list{margin:.8rem 0}.gh-content ol.toc-list li,.gh-content ol.toc-list li li,.toc-list{list-style-type:none}.toc-list-item{line-height:1.5}.gh-content .toc :is(li+li,li :is(ul,ol)){margin-top:0}.gh-content li+li{margin-top:0}.toc-list-item a{color:var(--secondary-text-color);display:inline-block;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.toc-list-item a:hover{color:var(--brand-color)}.toc-list-item.is-active-li>a{font-weight:700}@media(max-width:1023px){.toc-list-item.is-active-li>a{font-weight:400}}.category-card-media{aspect-ratio:1/1;border-radius:2rem;margin-left:4rem;margin-top:-4rem;transform:rotate(var(--random-rotation,12deg))scale(.85);transition:transform .3s cubic-bezier(.18,.89,.32,1.28);width:100%}code[class*=language-],pre[class*=language-]{background:0 0;color:#f8f8f2;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;text-shadow:0 1px rgba(0,0,0,.3);white-space:pre;word-break:normal;word-spacing:normal;word-wrap:normal;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}pre[class*=language-]{border-radius:.3em;overflow:auto;padding:1em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#272822}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#8292a2}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.constant,.token.property,.token.tag{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.attr-name,.token.selector,.token.string{color:#a6e22e}.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:#e6db74}.token.keyword{color:#66d9ef}.token.important,.token.regex{color:#fd971f}.token.bold,.token.important{font-weight:700}.token.entity{cursor:help}.kg-card.kg-gallery-card img,.kg-card.kg-image-card:not(.kg-width-full) img,iframe:not(#twitter-widget-0){border-radius:var(--radius-medium)!important;overflow:hidden}.kg-gallery-image:not(:first-of-type){margin:0 0 0 2px!important}a.kg-product-card-button .button-link-icon{height:1.6rem;width:1.6rem}.kg-canvas table{grid-column:wide}.gh-content table:not(.gist table){background:0 0;border-collapse:collapse;display:block;margin-left:auto;margin-right:auto;min-width:var(--content-width);overflow-x:auto;table-layout:fixed}.gh-content table{border-collapse:collapse;font-size:1.6rem;margin:2rem 0;width:100%}.gh-content table:not(.gist table) td,.gh-content table:not(.gist table) th{border:none;border-bottom:1px solid var(--divider-color);font-size:1em;min-width:unset;padding:1.6rem 3.2rem 1.6rem 0;text-align:left;white-space:nowrap;white-space:normal}.gh-content table:not(.gist table) th{color:var(--primary-text-color);font-size:1em;font-weight:600;text-transform:none}.gh-content table tr:last-child td{border-bottom:none}.gh-content table:not(.gist table) th{background-color:transparent}.gh-content table:not(.gist table) tr{min-width:var(--content-width)}.gh-content table:not(.gist table) td:first-child,.gh-content table:not(.gist table) th:first-child{background-image:linear-gradient( 90deg,var(--background-color) 50%,hsla(0,0%,100%,0) );background-repeat:no-repeat;background-size:20px 100%}.gh-content table:not(.gist table) td:last-child,.gh-content table:not(.gist table) th:last-child{background-image:linear-gradient( 270deg,var(--background-color) 50%,hsla(0,0%,100%,0) );background-position:100% 0;background-repeat:no-repeat;background-size:20px 100%}.gh-content table:not(.highlight) tr:hover td{background-color:transparent}.gh-content table:not(.gist table) tbody,.gh-content table:not(.gist table) thead{width:100%}@media(max-width:767px){.kg-canvas table{padding:0 4vw}.gh-content table:not(.gist table) td,.gh-content table:not(.gist table) th{min-width:8rem}}.logo-list-container{align-items:center;display:flex;flex-wrap:nowrap;justify-content:flex-start;position:relative}.box-container,.home-content-right .section-container{background-color:var(--background-color);border:1px solid var(--divider-color);border-radius:var(--radius-medium);padding:2rem}.home-content-right{position:relative}.home-content-right-inner{height:auto;position:sticky;top:2.4rem}.home-content-right .section-container{margin-top:3.2rem;padding:1.6rem 2rem 2.4rem}.subscription-box-wrapper{display:flex;flex-direction:column;gap:1.2rem}.tns-outer{padding:0!important;position:relative}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer;top:-43px}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-no-calc{left:0;position:relative}.tns-autowidth{display:inline-block}.tns-lazy-img{opacity:.6;transition:opacity .6s}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-visually-hidden{left:-10000em;position:absolute}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{filter:alpha(opacity=100);opacity:1;z-index:0}.tns-fadeOut,.tns-normal{filter:alpha(opacity=0);opacity:0;z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{height:10px;margin:0 auto;overflow:hidden;position:relative;width:310px}.tns-t-ct{position:absolute;right:0;width:2333.3333333%;width:2333.33333%}.tns-t-ct:after{clear:both;content:"";display:table}.tns-t-ct>div{float:left;height:10px;width:1.4285714%;width:1.42857%}.tns-controls button{align-items:center;background-color:transparent;border:1px solid var(--divider-color);border-radius:50%;color:var(--primary-text-color);display:flex;height:30px;justify-content:center;outline:none;padding:0;position:absolute;text-align:center;top:-86px;transition:color .5s var(--animation-base);width:30px}.tns-controls button[disabled]{color:var(--diabled-background-color);cursor:default}.tns-controls button svg{height:18px;width:18px}.tns-controls button[data-controls=prev]{right:34px}.tns-controls button[data-controls=next]{right:0}.pswp{backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:hidden;position:absolute;top:0;touch-action:none;-ms-touch-action:none;width:100%;z-index:1500;-webkit-text-size-adjust:100%}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{backface-visibility:hidden;background-color:var(--overlay-bg);opacity:0;transform:translateZ(0);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{bottom:0;left:0;position:absolute;right:0;top:0;touch-action:none}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;transform-origin:left top;transition:transform 333ms cubic-bezier(.4,0,.22,1);width:100%}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{backface-visibility:hidden}.pswp__img{left:0;position:absolute;top:0}.pswp__img{height:auto;width:auto}.pswp__img--placeholder{backface-visibility:hidden}.pswp__img--placeholder--blank{background:var(--black-color)}.pswp--ie .pswp__img{height:auto!important;left:0;top:0;width:100%!important}.pswp__error-msg{color:var(--secondary-text-color);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(--secondary-text-color);text-decoration:underline}.pswp__caption{bottom:0;left:0;min-height:44px;position:absolute;width:100%}.pswp__caption__center{color:var(--white-color);font-size:11px;line-height:1.6;margin:0 auto;max-width:420px;padding:25px 15px 30px;text-align:center}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}@keyframes clockwise{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}to{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__caption,.pswp__top-bar{backface-visibility:hidden;transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__element--disabled{display:none!important}.kg-gallery-image{cursor:pointer}.kg-image{margin-left:auto;margin-right:auto}blockquote.kg-blockquote-alt{color:var(--primary-text-color);font-size:clamp(3.2rem,3.3vw,calc(var(--base-text-size) * 2.5));font-style:normal;font-weight:var(--font-weight-medium);font-weight:500;grid-column:wide;letter-spacing:-.02rem;line-height:1.25;padding-left:0;padding-right:0;text-align:left}.kg-canvas>blockquote.kg-blockquote-alt{margin-left:0;margin-right:0;padding:0}.kg-canvas{display:grid;grid-template-columns:[full-start] minmax(5vw,auto) [wide-start] minmax( auto,18rem ) [main-start] min( var(--page-content-width),calc(100% - 10vw) ) [main-end] minmax(auto,18rem) [wide-end] minmax(5vw,auto) [full-end]}.kg-canvas>*{grid-column:main-start/main-end}.kg-width-wide{grid-column:wide-start/wide-end}.u-permalink{bottom:0;left:0;outline:none;position:absolute;right:0;top:0;z-index:50}.u-object-fit{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.round{border-radius:50%;overflow:hidden}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.7,.7,.7)}40%{transform:scale3d(1.1,1.1,1.1)}to{opacity:1;transform:scaleX(1)}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.7,.7,.7)}to{opacity:0}}