: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;--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{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{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!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}a{color:var(--color-darker-gray)}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:flex;flex-direction:column;min-height:100vh}.gh-main{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{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 auto auto;height:100%}.gh-head-brand{line-height:1}.gh-head-brand-wrapper{align-items:center;display:flex}.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: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}.gh-head-actions{align-items:center;display:flex;gap:var(--head-nav-gap);justify-content:flex-end}.gh-head-members{align-items:center;display:flex;gap:20px;white-space:nowrap}.gh-head-btn.gh-btn{font-size:inherit;font-weight:600}.gh-head-btn:not(.gh-btn){align-items:center;color:var(--ghost-accent-color);display:inline-flex}.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{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: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{align-items:center;display:flex;height:80px}.is-head-stacked .gh-head-menu{grid-column:1/4;grid-row-start:2;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;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;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%;transform:translate3d(0,6px,0);transition:opacity .3s,transform .2s;visibility:hidden;width:200px;z-index:90}.is-head-middle-logo .gh-dropdown{left:-24px;right:auto}.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-inner{gap:48px;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}#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-actions,#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)}#gh-head .gh-head-actions{text-align:center}#gh-head :is(.gh-head-btn,.gh-head-link){opacity:0;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{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:flex;flex-direction:column}.is-head-open #gh-head .nav li{opacity:1;transform:translateY(0);transition:transform .2s,opacity .2s}.is-head-open #gh-head .gh-head-actions{align-items:center;background-color:var(--color-white);bottom:0;display:inline-flex;flex-direction:column;gap:12px;left:0;padding:var(--gap) 0 calc(var(--gap) + 8px);position:sticky;right:0}.is-head-open #gh-head :is(.gh-head-btn,.gh-head-link){opacity:1;transform:translateY(0);transition:transform .4s,opacity .4s;transition-delay:.2s}.is-head-open #gh-head .gh-head-link{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;-o-object-fit:cover;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: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}.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{align-items:center;display:flex;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:flex;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{align-items:center;display:flex;flex-direction:column}.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{-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{align-items:center;display:flex;flex-direction:column;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{align-items:center;-moz-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:1fr auto 1fr}.gh-navigation>div{align-items:center;display:flex}.gh-navigation-next{justify-content:flex-end}.gh-navigation-link{align-items:center;display:inline-flex}.gh-navigation-link svg{height:16px;width:16px}.gh-navigation-previous svg{margin-right:.4rem}.gh-navigation-next svg{margin-left:.4rem}@media (max-width:767px){.gh-navigation-hide{display:none}}.gh-btn{align-items:center;background-color:var(--color-darker-gray);border:0;border-radius:100px;color:var(--color-white);cursor:pointer;display:inline-flex;font-size:1.6rem;font-weight:700;gap:.4em;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{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-text-btn{align-items:center;background-color:transparent;border:0;color:var(--darker-gray-color);cursor:pointer;display:inline-flex;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{align-items:center;display:flex;flex-direction:column;gap:24px}.gh-foot-menu .nav{align-items:center;display:inline-flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;row-gap:4px}.gh-foot-menu .nav li{align-items:center;display:flex}.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{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{backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:hidden;position:absolute;top:0;touch-action:none;width:100%;z-index:3999999;-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:rgba(0,0,0,.85);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{backface-visibility:hidden;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__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{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;box-shadow:none;cursor:pointer;display:block;float:right;height:44px;margin:0;overflow:visible;padding:0;position:relative;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 (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;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;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{animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{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);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}}@keyframes clockwise{0%{transform:rotate(0deg)}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--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{backface-visibility:hidden;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:Mulish;font-style:normal;font-weight:400;src:local(""),url(../fonts/mulish-v10-latin-regular.woff2) format("woff2"),url(../fonts/mulish-v10-latin-regular.woff) format("woff")}@font-face{font-family:Mulish;font-style:normal;font-weight:700;src:local(""),url(../fonts/mulish-v10-latin-700.woff2) format("woff2"),url(../fonts/mulish-v10-latin-700.woff) format("woff")}@font-face{font-family:Mulish;font-style:normal;font-weight:800;src:local(""),url(../fonts/mulish-v10-latin-800.woff2) format("woff2"),url(../fonts/mulish-v10-latin-800.woff) format("woff")}@font-face{font-family:Mulish;font-style:italic;font-weight:400;src:local(""),url(../fonts/mulish-v10-latin-italic.woff2) format("woff2"),url(../fonts/mulish-v10-latin-italic.woff) format("woff")}@font-face{font-family:Mulish;font-style:italic;font-weight:700;src:local(""),url(../fonts/mulish-v10-latin-700italic.woff2) format("woff2"),url(../fonts/mulish-v10-latin-700italic.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:400;src:local(""),url(../fonts/lora-v23-latin-regular.woff2) format("woff2"),url(../fonts/lora-v23-latin-regular.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:700;src:local(""),url(../fonts/lora-v23-latin-700.woff2) format("woff2"),url(../fonts/lora-v23-latin-700.woff) format("woff")}@font-face{font-family:Lora;font-style:italic;font-weight:400;src:local(""),url(../fonts/lora-v23-latin-italic.woff2) format("woff2"),url(../fonts/lora-v23-latin-italic.woff) format("woff")}@font-face{font-family:Lora;font-style:italic;font-weight:700;src:local(""),url(../fonts/lora-v23-latin-700italic.woff2) format("woff2"),url(../fonts/lora-v23-latin-700italic.woff) format("woff")}:root{--brand-color:var(--ghost-accent-color,#ff572f);--primary-text-color:#333;--secondary-text-color:#999;--white-color:#fff;--lighter-gray-color:#f6f6f6;--light-gray-color:#e6e6e6;--mid-gray-color:#ccc;--dark-gray-color:#444;--darker-gray-color:#1a1a1a;--black-color:#000;--green-color:#28a745;--orange-color:#ffc107;--red-color:#dc3545;--facebook-color:#3b5998;--twitter-color:#1da1f2;--linkedin-color:#0b66c3;--bluesky-color:#1185fe;--threads-color:#000;--mastodon-color:#6364ff;--tiktok-color:#000;--youtube-color:red;--instagram-color:#000;--rss-color:#f26522;--animation-base:ease-in-out;--font-sans:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;--font-serif:Lora,Times,serif;--font-mono:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;--navbar-height:80px;--content-font-size:1.7rem;--header-spacing:60px}@media (max-width:767px){:root{--header-spacing:30px}}body{background-color:var(--white-color);color:var(--primary-text-color)}a,h1,h2,h3,h4,h5,h6{color:var(--darker-gray-color)}.button,h1,h2,h3,h4,h5,h6{font-weight:800}.button{align-items:center;background-color:var(--white-color);border:1px solid var(--light-gray-color);border-radius:3px;color:var(--brand-color);cursor:pointer;display:inline-flex;font-size:11px;height:36px;justify-content:center;letter-spacing:.5px;outline:none;padding:0 15px;text-transform:uppercase}.button:hover{border-color:var(--mid-gray-color);opacity:1}.button .icon-loading{display:none}.button.loading{text-indent:-9999px}.button.loading .icon-loading{display:block}.button-icon,.button-secondary{color:var(--darker-gray-color)}.button-icon{align-items:center;background-color:transparent;border:0;cursor:pointer;display:inline-flex;height:30px;justify-content:center;outline:none;padding:0;width:30px}.button-icon:hover .icon{opacity:.8}.button-text{background-color:transparent;border:0;cursor:pointer;line-height:inherit;margin:0;outline:none;padding:0}.button-text,label{color:var(--darker-gray-color)}label{display:block;font-size:1.4rem;font-weight:700}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(--white-color);border:1px solid var(--light-gray-color);border-radius:5px;color:var(--darker-gray-color);font-size:1.6rem;height:44px;outline:none;padding:0 1.5rem;width:100%}input:focus,textarea:focus{border-color:var(--mid-gray-color)}textarea{height:100%;padding-bottom:1.5rem;padding-top:1.5rem;resize:vertical}.form-wrapper{position:relative}.form-button{align-items:center;background-color:var(--brand-color);border:0;border-radius:0 4px 4px 0;color:var(--white-color);cursor:pointer;display:flex;height:40px;justify-content:center;outline:none;padding:0;position:absolute;right:5px;top:5px;width:40px}.form-button .icon-loading,.loading .form-button .icon{display:none}.loading .form-button .icon-loading{display:block}.contact-form{margin-top:3rem}.contact-form .button{margin-top:1.5rem}symbol{fill:currentColor}.icon{height:20px;width:20px}.icon-loading{height:26px;width:26px}.site{display:flex;flex-direction:column}.site-content{flex-grow:1;padding:3rem 0}.page-template .site-content{padding-block:0}body.post-template .site-content{padding-top:0}@media (max-width:767px){.site-content{padding:3rem 0}body.post-template .site-content{padding-top:0}}.cover{margin-top:48px}.cover-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:520px;text-align:center}.cover-icon{margin-bottom:32px;position:relative}.cover-icon-image{width:120px}.cover-description{font-size:1.7rem}.cover-cta{display:flex;margin-top:2rem}.cover-cta .button{margin:0 .5rem}.feed{align-items:center;display:flex;line-height:1;overflow:hidden;padding:1.5rem 0;position:relative}.feed:hover .feed-title{opacity:.8}.feed:hover .feed-right{margin-right:1.6rem}.feed:hover .feed-icon{transform:translateX(.4rem)}.feed+.feed{border-top:1px solid var(--light-gray-color)}.feed+.feed.feed-paged{border-top:0;margin-top:3rem}.feed-calendar{color:var(--brand-color);display:flex;font-size:1.1rem;font-weight:800;gap:.4rem;margin-right:1.5rem;min-width:45px;white-space:nowrap}.feed-calendar-month{text-transform:uppercase}.feed-title{flex-grow:1;font-family:var(--gh-font-body,var(--font-sans));font-size:1.6rem;font-weight:400;letter-spacing:0;line-height:1.3;margin-bottom:0;overflow:hidden;padding-right:1rem;text-overflow:ellipsis;white-space:nowrap}.feed-right{align-items:center;display:flex;transition:margin .2s var(--animation-base)}.icon-star{color:var(--orange-color);height:16px;margin-right:1rem;width:16px}.public .icon-star{display:none}.feed-length{font-size:1.4rem;white-space:nowrap}.feed-icon,.feed-length{color:var(--secondary-text-color)}.feed-icon{height:16px;position:absolute;right:0;transform:translateX(2rem);transition:transform .2s var(--animation-base);width:16px}.featured-wrapper{margin-top:60px}.featured-wrapper .u-placeholder{margin-bottom:24px}.featured-wrapper .post-title{font-size:1.8rem;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin-bottom:0;word-break:break-word}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .featured-wrapper .post-title{font-family:var(--gh-font-heading,var(--font-serif))}.featured-title{border-bottom:1px solid var(--light-gray-color);font-size:1.5rem;font-weight:800;letter-spacing:.01em;margin-bottom:4.5rem;padding-bottom:1rem;text-transform:uppercase}.load-more{display:flex;justify-content:center;margin-top:48px}.single-header{margin-bottom:4.5rem;text-align:center}.page-template .single-header{margin-top:var(--header-spacing)}.single-meta{color:var(--secondary-text-color);font-size:1.2rem;font-weight:800;margin-bottom:1rem;text-transform:uppercase}.single-meta-item+.single-meta-item:before{content:"\02022";font-family:serif;padding:0 .3rem}.single-meta-tag .post-tag{color:var(--brand-color)}.single-title{font-size:4rem;letter-spacing:-.1rem;line-height:1.2;margin-bottom:0;word-break:break-word}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .single-title{font-family:var(--gh-font-heading,var(--font-serif))}.single-excerpt{font-size:1.8rem;margin-top:2rem;word-break:break-word}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .single-excerpt{font-family:var(--gh-font-body,var(--font-serif))}.single-media{margin-top:4.5rem}.single-cta{border-bottom:1px solid var(--light-gray-color);border-top:5px solid var(--brand-color);margin-top:4rem!important;padding:3rem;text-align:center}.single-cta-title{margin:0 0 3rem!important}.single-cta-button{font-weight:800!important;margin-bottom:1rem}.single-cta-footer{font-size:1.4rem;font-weight:400!important;letter-spacing:-.02rem}.single-footer{align-items:center;display:flex;margin-top:4.5rem}.single-footer-left,.single-footer-right{display:flex;flex:2}.single-footer-right{justify-content:flex-end}.single-footer-middle,.single-footer-top{display:flex;flex-direction:column}.single-footer-top{align-items:center}.single-footer-title{font-size:1.8rem;margin-bottom:1rem}.single-footer-bottom{margin-top:2rem}@media (max-width:767px){.single-header{margin-bottom:3rem}.single-title{font-size:2.6rem}.single-excerpt{font-size:1.7rem}.single-media{margin-top:3rem}}.author{align-items:center;display:flex;flex-direction:column;margin-bottom:4.5rem;text-align:center}.author-image-placeholder{border-radius:50%;flex-shrink:0;margin-bottom:2rem;overflow:hidden;width:70px}.author-name{font-size:2.4rem;margin-bottom:0}.author-meta{color:var(--secondary-text-color);font-size:1.2rem;font-weight:800;margin-top:8px;text-transform:uppercase}.author-bio{margin-top:16px;max-width:520px}.author-social{margin-top:2rem}.author-list{display:flex}.author-list .author-image-placeholder{border:2px solid var(--white-color);margin:0 -4px;width:54px}.author-list .author-image-placeholder:first-child{z-index:10}.author-list .author-image-placeholder:nth-child(2){z-index:9}.author-list .author-image-placeholder:nth-child(3){z-index:8}.author-list .author-image-placeholder:nth-child(4){z-index:7}.author-list .author-image-placeholder:nth-child(5){z-index:6}.share{display:flex;gap:.4rem}.share-link{align-items:center;border-radius:3px;color:var(--white-color);display:flex;font-size:1.1rem;font-weight:800;height:2.6rem;letter-spacing:.04rem;line-height:1;margin:0 .6rem;padding:0 .8rem;text-transform:uppercase}.share-link .icon{height:14px;width:14px}.share-link-facebook{background-color:var(--facebook-color)}.share-link-twitter{background-color:var(--twitter-color)}.share-link-linkedin{background-color:var(--linkedin-color)}.share-link-bluesky{background-color:var(--bluesky-color)}.share-link-threads{background-color:var(--threads-color)}.share-link-mastodon{background-color:var(--mastodon-color)}.share-link-tiktok{background-color:var(--tiktok-color)}.share-link-youtube{background-color:var(--youtube-color)}.share-link-instagram{background-color:var(--instagram-color)}.navigation-previous .navigation-icon{margin-left:-2px}.navigation-next .navigation-link{justify-content:flex-end}.navigation-next .navigation-icon{margin-right:-2px}.navigation-link{align-items:center;display:flex;height:30px;width:30px}.related-wrapper{background-color:var(--lighter-gray-color);margin-top:80px;padding:56px 0 32px}.related-title{font-size:2.1rem;margin-bottom:20px}.comment{margin-top:6rem}.tag{margin-bottom:4.5rem;text-align:center}.tag .tag-name{color:var(--brand-color);font-size:3rem;margin-bottom:0}.tag .tag-name:before{content:"#"}.tag .tag-description{margin:16px auto 0;max-width:520px}.tag .tag-list{font-weight:700;margin-top:2rem}.tag .tag-list-label{color:var(--secondary-text-color);margin-right:.5rem}.tag .tag-list-item:before{content:"#"}.tag .tag-list-item+.tag-list-item{margin-left:.3rem}.tag .tag-media{margin-top:4.5rem}@media (max-width:767px){.tag{margin-bottom:2.5rem}.tag .tag-media{margin-top:3rem}}.owl{display:none;position:relative;width:100%;z-index:1;-webkit-tap-highlight-color:transparent}.owl .owl-stage{position:relative;touch-action:pan-y}.owl .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.owl .owl-stage-outer{overflow:hidden}.owl .owl-item,.owl .owl-stage-outer{position:relative;transform:translateZ(0)}.owl .owl-item{backface-visibility:hidden;float:left;min-height:1px;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl .owl-item>img{display:block;transform-style:preserve-3d;width:100%}.owl .owl-dots.disabled,.owl .owl-nav.disabled{display:none}.owl .owl-dot,.owl .owl-next,.owl .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl .owl-next,.owl .owl-prev{align-items:center;background-color:var(--white-color);border:1px solid var(--light-gray-color);border-radius:3px;color:var(--dark-gray-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}.owl .owl-next.disabled,.owl .owl-prev.disabled{color:var(--mid-gray-color);cursor:default}.owl .owl-next .icon,.owl .owl-prev .icon{height:18px;width:18px}.owl .owl-prev{right:34px}.owl .owl-next{right:0}.owl .owl-dots{margin-top:20px}.owl .owl-dot,.owl .owl-dots{display:flex;justify-content:center}.owl .owl-dot{align-items:center;border:0;height:20px;outline:none;padding:0;width:20px}.owl .owl-dot span{background-color:var(--light-gray-color);border-radius:50%;height:8px;width:8px}.owl .owl-dot.active span{background-color:var(--black-color)}.owl.owl-loaded{display:block}.owl.owl-loading{display:block;opacity:0}.owl.owl-hidden{opacity:0}.owl.owl-refresh .owl-item{visibility:hidden}.owl.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl.owl-grab{cursor:move}.no-js .owl{display:block}.u-permalink{bottom:0;left:0;outline:none;position:absolute;right:0;top:0;z-index:50}.u-placeholder{background-color:var(--lighter-gray-color);position:relative;z-index:10}.u-placeholder:before{content:"";display:block}.u-placeholder.horizontal:before{padding-bottom:50%}.u-placeholder.rectangle:before{padding-bottom:62.5%}.u-placeholder.square:before{padding-bottom:100%}.u-object-fit{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.animate__animated{animation-duration:1s;animation-fill-mode:both}@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)}}.animate__bounceIn{animation-duration:.3s;animation-name:bounceIn}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.7,.7,.7)}to{opacity:0}}.animate__zoomOut{animation-duration:.3s;animation-name:zoomOut}.theme-dark:root{--primary-text-color:#e2e2e2;--secondary-text-color:#868686;--white-color:#282c35;--color-white:#282c35;--lighter-gray-color:#2f333c;--color-lighter-gray:#2f333c;--light-gray-color:#3b3e46;--color-light-gray:#3b3e46;--color-light-color:#3b3e46;--mid-gray-color:#666;--color-mid-gray:#666;--dark-gray-color:#e6e6e6;--color-dark-gray:#e6e6e6;--darker-gray-color:#fff;--color-darker-gray:#fff}.theme-dark .gh-head-logo img:first-child:not(:only-child){opacity:0}.theme-dark .gh-head-logo img+img{opacity:1}.theme-dark .sticky{background-color:rgba(0,0,0,.6)}.theme-dark .form-button,.theme-dark .pswp__counter{color:var(--darker-gray-color)}.theme-dark .share-link{background-color:var(--darker-gray-color)}.theme-dark .share-link-facebook{color:var(--facebook-color)}.theme-dark .share-link-twitter{color:var(--twitter-color)}.theme-dark .share-link-linkedin{color:var(--linkedin-color)}.theme-dark .share-link-bluesky{color:var(--bluesky-color)}.theme-dark .share-link-threads{color:var(--threads-color)}.theme-dark .share-link-mastodon{color:var(--mastodon-color)}.theme-dark .share-link-tiktok{color:var(--tiktok-color)}.theme-dark .share-link-youtube{color:var(--youtube-color)}.theme-dark .share-link-instagram{color:var(--instagram-color)}.theme-dark .kg-audio-card button{color:var(--darker-gray-color)}.theme-dark .kg-audio-card,.theme-dark .kg-bookmark-card a.kg-bookmark-container,.theme-dark .kg-bookmark-card a.kg-bookmark-container:hover,.theme-dark .kg-file-card-container,.theme-dark .kg-file-card-container:hover,.theme-dark .kg-product-card-container{background-color:var(--lighter-gray-color)!important;opacity:1}@media (prefers-color-scheme:dark){html:not(.theme-light):root{--primary-text-color:#e2e2e2;--secondary-text-color:#868686;--white-color:#282c35;--color-white:#282c35;--lighter-gray-color:#2f333c;--light-gray-color:#3b3e46;--mid-gray-color:#666;--dark-gray-color:#e6e6e6;--darker-gray-color:#fff;--color-darker-gray:#fff}html:not(.theme-light) .gh-head-logo img:first-child:not(:only-child){opacity:0}html:not(.theme-light) .gh-head-logo img+img{opacity:1}html:not(.theme-light) .sticky{background-color:rgba(0,0,0,.6)}html:not(.theme-light) .form-button,html:not(.theme-light) .pswp__counter{color:var(--darker-gray-color)}html:not(.theme-light) .share-link{background-color:var(--darker-gray-color)}html:not(.theme-light) .share-link-facebook{color:var(--facebook-color)}html:not(.theme-light) .share-link-twitter{color:var(--twitter-color)}html:not(.theme-light) .kg-audio-card button{color:var(--darker-gray-color)}html:not(.theme-light) .kg-audio-card,html:not(.theme-light) .kg-bookmark-card a.kg-bookmark-container,html:not(.theme-light) .kg-bookmark-card a.kg-bookmark-container:hover,html:not(.theme-light) .kg-file-card-container,html:not(.theme-light) .kg-file-card-container:hover,html:not(.theme-light) .kg-product-card-container{background-color:var(--lighter-gray-color)!important;opacity:1}}:root{--atg-bg:#0b1220;--atg-surface-1:#101a2b;--atg-surface-2:#132238;--atg-text:#e9eef6;--atg-muted:#b6c2d2;--atg-blue:#5c8dc5;--atg-slate:#909eae;--atg-taupe:#ad9e90;--atg-olive:#736f60;--atg-amber:#cba46a;--atg-rose:#b88a8a;--atg-mint:#86a79b;--atg-border:hsla(0,0%,100%,.08);--atg-border-2:hsla(0,0%,100%,.12);--atg-hairline:hsla(0,0%,100%,.06);--atg-shadow-1:0 14px 40px rgba(0,0,0,.34);--atg-shadow-2:0 10px 22px rgba(0,0,0,.28);--atg-shell:1080px;--atg-r1:10px;--atg-r2:14px;--atg-1:.5rem;--atg-2:.75rem;--atg-3:1rem;--atg-4:1.5rem;--atg-5:2rem;--atg-6:3rem;--atg-font-body:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;--atg-font-serif:ui-serif,"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;--atg-focus:rgba(92,141,197,.55);--atg-surface-grad:linear-gradient(180deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.022));--atg-surface-grad-2:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.02));--atg-inset:0 1px 0 hsla(0,0%,100%,.05) inset;--atg-search-surface:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.02));--atg-search-border:hsla(36,48%,61%,.3);--atg-search-border-strong:hsla(36,48%,61%,.48);--atg-search-dropdown-bg:rgba(11,18,32,.96);--atg-link:var(--atg-blue);--atg-link-hover:rgba(92,141,197,.92);--atg-danger:hsla(0,24%,63%,.95);--atg-success:rgba(134,167,155,.95);--atg-field-bg:hsla(0,0%,100%,.02);--atg-field-bg-focus:hsla(0,0%,100%,.028);--atg-field-border:var(--atg-border);--atg-field-border-focus:rgba(92,141,197,.55);--atg-disabled-bg:hsla(0,0%,100%,.015);--atg-disabled-text:rgba(233,238,246,.45);--atg-disabled-border:hsla(0,0%,100%,.06);--atg-root-font:17px}body,html{height:100%}html{font-size:var(--atg-root-font,16px)}body{background:var(--atg-bg);color:var(--atg-text);font-family:var(--atg-font-body);font-size:1rem;letter-spacing:.01em;line-height:1.65;margin:0}.gh-site,.site,.site-content{background:transparent}.site{background:linear-gradient(180deg,hsla(0,0%,100%,.035) 0,hsla(0,0%,100%,0) 45%,rgba(0,0,0,.18) 100%),radial-gradient(1200px 800px at 50% 12%,rgba(144,158,174,.08) 0,rgba(11,18,32,0) 62%),radial-gradient(900px 650px at 50% 58%,rgba(92,141,197,.06) 0,rgba(11,18,32,0) 60%),linear-gradient(180deg,rgba(0,0,0,.18) 0,transparent 38%,rgba(0,0,0,.26) 100%),var(--atg-bg);isolation:isolate;min-height:100vh;position:relative}.site:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.012' numOctaves='3' result='n1' seed='8' stitchTiles='stitch' type='fractalNoise'/%3E%3CfeTurbulence baseFrequency='.08' numOctaves='2' result='n2' seed='3' stitchTiles='stitch' type='fractalNoise'/%3E%3CfeBlend in='n1' in2='n2' mode='soft-light' result='mix'/%3E%3CfeColorMatrix in='mix' result='mono' values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3CfeComponentTransfer in='mono' result='tone'%3E%3CfeFuncR exponent='1.25' type='gamma'/%3E%3CfeFuncG exponent='1.25' type='gamma'/%3E%3CfeFuncB exponent='1.25' type='gamma'/%3E%3C/feComponentTransfer%3E%3CfeGaussianBlur in='tone' result='blur' stdDeviation='.7'/%3E%3C/filter%3E%3Cpath d='M0 0h640v640H0z' filter='url(%23a)' opacity='.55'/%3E%3C/svg%3E");background-repeat:repeat;background-size:520px 520px;mix-blend-mode:soft-light;opacity:.055}.site:after,.site:before{content:"";inset:0;pointer-events:none;position:fixed;z-index:0}.site:after{background:radial-gradient(1200px 900px at 50% 40%,transparent 0,rgba(0,0,0,.18) 70%,rgba(0,0,0,.28) 100%)}.site>*{position:relative;z-index:1}img{height:auto;max-width:100%}a{color:inherit;text-decoration:none}a:hover{color:var(--atg-text)}::-moz-selection{background:hsla(36,48%,61%,.35);color:var(--atg-text)}::selection{background:hsla(36,48%,61%,.35);color:var(--atg-text)}h1,h2,h3,h4{font-family:var(--atg-font-serif);letter-spacing:-.01em;margin:0 0 .6rem}p{margin:0 0 1rem}.atg-muted,.atg-small{color:var(--atg-muted)}.atg-small{font-size:.92rem}:focus-visible{border-radius:10px;outline:2px solid var(--atg-focus);outline-offset:3px}.atg-section{padding:var(--atg-6) var(--atg-4)}.atg-shell{margin:0 auto;max-width:var(--atg-shell);width:100%}.atg-stack>*+*{margin-top:var(--atg-3)}.atg-stack-lg>*+*{margin-top:var(--atg-4)}.atg-row{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem}.atg-panel{background:var(--atg-surface-grad);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset),var(--atg-shadow-2);overflow:visible;padding:1.35rem 1.4rem}.atg-panel>h2{font-size:1.15rem;margin-bottom:.35rem}.atg-rule{background:var(--atg-hairline);height:1px;margin:1.1rem 0}.atg-lede{color:var(--atg-muted);margin-top:-.25rem}.atg-btn{align-items:center;background:hsla(0,0%,100%,.02);border:1px solid var(--atg-border);border-radius:var(--atg-r1);box-shadow:var(--atg-inset);color:var(--atg-text);display:inline-flex;font-size:.95rem;font-weight:600;gap:.55rem;height:40px;justify-content:center;padding:0 1rem;transition:transform .12s ease,background .12s ease,border-color .12s ease}.atg-btn:hover{background:hsla(0,0%,100%,.035);border-color:var(--atg-border-2);transform:translateY(-1px)}.atg-btn--wide{border-radius:12px;height:44px;width:100%}.atg-btn--primary{background:rgba(92,141,197,.18);border-color:rgba(92,141,197,.35)}.atg-btn--primary:hover{background:rgba(92,141,197,.24);border-color:rgba(92,141,197,.45)}.atg-btn--warm{background:hsla(29,15%,62%,.18);border-color:hsla(29,15%,62%,.32)}.atg-btn--warm:hover{background:hsla(29,15%,62%,.24);border-color:hsla(29,15%,62%,.42)}.atg-btn--amber{background:hsla(36,48%,61%,.2);border-color:hsla(36,48%,61%,.38)}.atg-chip{align-items:center;background:hsla(0,0%,100%,.02);border:1px solid var(--atg-border);border-radius:999px;color:rgba(233,238,246,.92);display:inline-flex;font-size:.82rem;font-weight:600;height:28px;padding:0 .7rem;transition:background .12s ease,border-color .12s ease}.atg-chip:hover{background:hsla(0,0%,100%,.035);border-color:var(--atg-border-2)}.atg-chip--accent{background:rgba(92,141,197,.16);border-color:rgba(92,141,197,.35)}.atg-chip--taupe{background:hsla(29,15%,62%,.16);border-color:hsla(29,15%,62%,.32)}.atg-chip--rose{background:hsla(0,24%,63%,.16);border-color:hsla(0,24%,63%,.28)}.atg-chip--mint{background:rgba(134,167,155,.16);border-color:rgba(134,167,155,.28)}.atg-link{border-bottom:1px solid rgba(92,141,197,.22);color:var(--atg-link);text-decoration:none}.atg-link:hover{border-bottom-color:rgba(92,141,197,.38);color:var(--atg-link-hover)}.atg-field{display:grid;gap:.4rem}.atg-label{color:rgba(233,238,246,.92);font-size:.86rem;font-weight:700;letter-spacing:.01em}.atg-help{font-size:.9rem}.atg-help,.atg-msg{color:var(--atg-muted)}.atg-msg{font-size:.92rem}.atg-msg--error{color:hsla(0,24%,63%,.95)}.atg-msg--success{color:rgba(134,167,155,.95)}.atg-input,.atg-select,.atg-textarea{background:var(--atg-field-bg);border:1px solid var(--atg-field-border);border-radius:14px;box-shadow:var(--atg-inset);color:var(--atg-text);transition:border-color .14s ease,background .14s ease,box-shadow .14s ease;width:100%}.atg-input,.atg-select{font-size:1rem;height:44px;padding:0 .95rem}.atg-textarea{font-size:1rem;line-height:1.55;min-height:120px;padding:.85rem .95rem;resize:vertical}.atg-input::-moz-placeholder,.atg-textarea::-moz-placeholder{color:rgba(233,238,246,.55)}.atg-input::placeholder,.atg-textarea::placeholder{color:rgba(233,238,246,.55)}.atg-input:focus,.atg-select:focus,.atg-textarea:focus{background:var(--atg-field-bg-focus);border-color:var(--atg-field-border-focus);box-shadow:var(--atg-inset),0 0 0 1px rgba(92,141,197,.22);outline:0}.atg-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23cfd6e4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7 10 5 5 5-5'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;background-size:18px 18px;color-scheme:dark;cursor:pointer;font-size:1rem;font-weight:700;height:44px;line-height:1;padding:0 2.75rem 0 .95rem}.atg-select:hover{background-color:var(--atg-field-bg-focus);border-color:var(--atg-border-2);transform:translateY(-1px)}.atg-select:active{transform:translateY(0)}.atg-select:focus-visible{outline:2px solid var(--atg-focus);outline-offset:2px}.atg-select--sm{border-radius:14px;font-size:.95rem;font-weight:750;height:42px;min-width:180px;padding:0 2.55rem 0 .9rem}.atg-select optgroup,.atg-select option{background-color:#0b1220;color:rgba(233,238,246,.95)}.atg-select:disabled{cursor:not-allowed;transform:none}.atg-input[aria-invalid=true],.atg-select[aria-invalid=true],.atg-textarea[aria-invalid=true]{border-color:hsla(0,24%,63%,.5);box-shadow:var(--atg-inset),0 0 0 1px hsla(0,24%,63%,.18)}.atg-field[data-state=success] .atg-input,.atg-field[data-state=success] .atg-select,.atg-field[data-state=success] .atg-textarea{border-color:rgba(134,167,155,.45);box-shadow:var(--atg-inset),0 0 0 1px rgba(134,167,155,.16)}.atg-input:disabled,.atg-select:disabled,.atg-textarea:disabled{background:var(--atg-disabled-bg);border-color:var(--atg-disabled-border);color:var(--atg-disabled-text);cursor:not-allowed;opacity:1}.atg-check{align-items:flex-start;display:flex;gap:.6rem}.atg-check input{accent-color:var(--atg-blue);height:18px;margin-top:.15rem;width:18px}.atg-check .atg-check-copy{color:rgba(233,238,246,.92);font-size:.98rem}.atg-switch{align-items:center;cursor:pointer;display:flex;gap:.7rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.atg-switch-input{height:1px;opacity:0;overflow:hidden;position:absolute;width:1px}.atg-switch-ui{background:hsla(0,0%,100%,.03);border:1px solid var(--atg-border);border-radius:999px;box-shadow:var(--atg-inset);flex:0 0 auto;height:26px;position:relative;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease;width:44px}.atg-switch-ui:after{background:rgba(233,238,246,.92);border-radius:999px;box-shadow:0 8px 18px rgba(0,0,0,.35);content:"";height:20px;left:3px;position:absolute;top:3px;transition:transform .14s ease,background .14s ease;width:20px}.atg-switch-input:checked+.atg-switch-ui{background:rgba(92,141,197,.22);border-color:rgba(92,141,197,.4);box-shadow:var(--atg-inset),0 0 0 1px rgba(92,141,197,.12)}.atg-switch-input:checked+.atg-switch-ui:after{background:rgba(233,238,246,.96);transform:translateX(18px)}.atg-switch-input:focus-visible+.atg-switch-ui{outline:2px solid var(--atg-focus);outline-offset:3px}.atg-switch-input:disabled+.atg-switch-ui{background:var(--atg-disabled-bg);border-color:var(--atg-disabled-border);cursor:not-allowed;opacity:.75}.atg-switch-input:disabled~.atg-switch-label{color:var(--atg-disabled-text);cursor:not-allowed}.atg-switch-label{color:rgba(233,238,246,.92);font-size:.98rem}.atg-tldr{background:hsla(0,0%,100%,.02);border:1px solid hsla(36,48%,61%,.28);border-radius:var(--atg-r2);padding:1rem 1rem 1rem 1.15rem;position:relative}.atg-tldr:before{background:hsla(36,48%,61%,.8);border-radius:2px;bottom:10px;content:"";left:0;position:absolute;top:10px;width:3px}.atg-tldr p{color:rgba(233,238,246,.95);margin:0}.atg-cta{background:linear-gradient(180deg,hsla(29,15%,62%,.18),hsla(29,15%,62%,.1));border:1px solid hsla(29,15%,62%,.28);border-radius:var(--atg-r2);padding:1.2rem}.atg-eyebrow{align-items:center;background:rgba(0,0,0,.18);border:1px solid hsla(0,0%,100%,.1);border-radius:999px;color:rgba(233,238,246,.85);display:inline-flex;font-size:.72rem;font-weight:700;height:24px;letter-spacing:.1em;padding:0 .55rem;text-transform:uppercase}.atg-cta-title{font-size:1.22rem;font-weight:800;letter-spacing:-.012em;line-height:1.25;margin:.35rem 0 .4rem}.atg-cta-copy{color:rgba(233,238,246,.9);margin:0 0 .95rem}.atg-grid{display:grid;gap:1rem;grid-template-columns:repeat(12,1fr)}.atg-entry{background:var(--atg-surface-grad-2);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);grid-column:span 6;overflow:hidden;padding:1.05rem 1.05rem 1rem 1.2rem;position:relative;transition:transform .12s ease,border-color .12s ease,background .12s ease}.atg-entry:before{background:rgba(92,141,197,.7);bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.atg-entry:hover{background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.023));border-color:var(--atg-border-2);transform:translateY(-1px)}.atg-entry-kicker{color:rgba(233,238,246,.75);font-size:.72rem;font-weight:800;letter-spacing:.12em;margin-bottom:.45rem;text-transform:uppercase}.atg-entry-title{font-size:1.02rem;margin:0 0 .8rem}.atg-entry-tags{display:flex;flex-wrap:wrap;gap:.45rem}.atg-entry-kicker,.atg-rowcard-kicker{color:rgba(159,198,213,.92);font-weight:900;letter-spacing:.12em}.atg-entry-tags .atg-chip,.atg-rowcard-meta .atg-chip{background:rgba(209,162,95,.08);border-color:rgba(209,162,95,.22);color:rgba(233,238,246,.88)}.atg-entry-tags .atg-chip:hover,.atg-rowcard-meta .atg-chip:hover{background:rgba(209,162,95,.12);border-color:rgba(209,162,95,.3)}.atg-rowcard{overflow:hidden;padding:.95rem 1.05rem .95rem 1.2rem;position:relative}.atg-rowcard:before{background:rgba(92,141,197,.7);bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.atg-rowcard:hover:before{background:rgba(92,141,197,.78)}.atg-search{position:relative;width:100%;z-index:50}.atg-search-form{margin:0;width:100%}.atg-search-bar{align-items:center;background:var(--atg-search-surface);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);display:flex;gap:.75rem;height:46px;max-width:none;padding:0 1.05rem;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;width:100%}.atg-search-ico{display:inline-flex;flex:0 0 auto;opacity:.82}.atg-search-ico,.atg-search-ico svg{height:18px;width:18px}.atg-search-input{background:transparent;border:0;color:var(--atg-text);flex:1 1 auto;font-size:1.06rem;line-height:1.2;min-width:0;outline:0;width:100%}.atg-search-input::-moz-placeholder{color:rgba(233,238,246,.58)}.atg-search-input::placeholder{color:rgba(233,238,246,.58)}.atg-search-bar:focus-within{background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.023));border-color:rgba(92,141,197,.55);box-shadow:var(--atg-inset),0 0 0 1px rgba(92,141,197,.22)}.atg-search-results{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(180deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.018)),var(--atg-search-dropdown-bg);border:1px solid hsla(36,48%,61%,.22);border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.55),var(--atg-inset);display:none;left:0;max-height:46vh;overflow:hidden;overflow-y:auto;padding:.35rem;position:absolute;right:0;top:calc(100% + 12px);z-index:9999}.atg-search-results:not(:empty){display:block}.atg-search-item{border:1px solid transparent;border-radius:12px;color:rgba(233,238,246,.96);display:flex;flex-direction:column;gap:.2rem;padding:.7rem .85rem;text-decoration:none;transition:background .14s ease,border-color .14s ease,transform .14s ease}.atg-search-item:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.08);transform:translateY(-1px)}.atg-search-item:active{transform:translateY(0)}.atg-search-kicker{color:rgba(233,238,246,.68);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.atg-search-title{font-size:1.05rem;font-weight:750;line-height:1.25}.atg-search-empty{background:linear-gradient(180deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.018)),var(--atg-search-dropdown-bg);border:1px solid hsla(36,48%,61%,.2);border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.55),var(--atg-inset);left:0;padding:1rem;position:absolute;right:0;top:calc(100% + 12px);z-index:9999}.atg-search-empty[hidden]{display:none!important}.atg-search-empty-title{font-size:1.15rem;font-weight:800;letter-spacing:-.012em;line-height:1.25;margin:0 0 .35rem}.atg-search--hero .atg-search-bar{border-color:var(--atg-search-border);border-radius:16px;box-shadow:var(--atg-inset),0 10px 28px rgba(0,0,0,.32);height:58px;padding:0 1.15rem}.atg-search--hero .atg-search-bar:before{background:hsla(36,48%,61%,.85);border-radius:2px;bottom:10px;content:"";left:0;position:absolute;top:10px;width:3px}.atg-search--hero .atg-search-input{font-size:1.12rem;font-weight:650;letter-spacing:.005em}.atg-search--hero .atg-search-bar:focus-within{border-color:var(--atg-search-border-strong);box-shadow:var(--atg-inset),0 12px 32px rgba(0,0,0,.38),0 0 0 1px hsla(36,48%,61%,.2)}.atg-search--compact .atg-search-bar{height:44px}.atg-search--compact .atg-search-input{font-size:1rem;font-weight:600}body.page-search .atg-search[data-atg-search=page] .atg-search-results,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-results{background:transparent;border:0;border-radius:0;box-shadow:none;display:block;margin-top:1.4rem;max-height:none;overflow:visible;padding:0;position:static}body.page-search .atg-search[data-atg-search=page] .atg-search-item,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-item{background:var(--atg-surface-grad-2);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);margin-bottom:1rem}body.page-search .atg-search[data-atg-search=page] .atg-search-item:last-child,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-item:last-child{margin-bottom:0}body.page-search .atg-search[data-atg-search=page] .atg-search-empty,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-empty{background:var(--atg-surface-grad-2);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);margin-top:1.15rem;position:static}.atg-search-bar{position:relative}.atg-search-clear{align-items:center;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:0;border-radius:12px;color:rgba(233,238,246,.5);cursor:pointer;display:inline-flex;height:34px;justify-content:center;margin-left:.25rem;opacity:.85;transition:color .14s ease,background .14s ease,opacity .14s ease,transform .14s ease;width:34px}.atg-search-clear:hover{background:rgba(92,141,197,.12);color:rgba(92,141,197,.95);opacity:1}.atg-search-clear:active{transform:translateY(1px)}.atg-search-clear:focus-visible{outline:2px solid var(--atg-focus);outline-offset:2px}.atg-search-clear[hidden]{display:none!important}.atg-pagehead{display:grid;gap:.55rem;padding:.25rem 0 .65rem}.atg-pagehead-eyebrow{align-items:center;background:rgba(0,0,0,.18);border:1px solid hsla(0,0%,100%,.1);border-radius:999px;color:rgba(233,238,246,.82);display:inline-flex;font-size:.72rem;font-weight:800;height:24px;letter-spacing:.1em;padding:0 .55rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.atg-pagehead-title{font-size:2.35rem;line-height:1.08;margin:0}.atg-pagehead-lede{color:var(--atg-muted);margin:0;max-width:70ch}.atg-sectionhead{align-items:baseline;display:flex;gap:1rem;justify-content:space-between}.atg-sectionhead-title{font-size:1.25rem;margin:0}.atg-sectionhead-action{align-items:center;display:inline-flex;gap:.6rem}.atg-list{display:grid;gap:.85rem}.atg-rowcard{background:var(--atg-surface-grad-2);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);padding:.95rem 1.05rem;transition:transform .12s ease,border-color .12s ease,background .12s ease}.atg-rowcard:hover{background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.023));border-color:var(--atg-border-2);transform:translateY(-1px)}.atg-rowcard-kicker{color:rgba(233,238,246,.7);font-size:.7rem;font-weight:900;letter-spacing:.12em;margin-bottom:.35rem;text-transform:uppercase}.atg-rowcard-title{font-size:1.08rem;line-height:1.22;margin:0 0 .6rem}.atg-rowcard-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.45rem}.atg-empty{background:hsla(0,0%,100%,.015);border:1px dashed hsla(0,0%,100%,.12);border-radius:var(--atg-r2);padding:1.1rem}.atg-empty-title{font-size:1.12rem;font-weight:900;margin:0 0 .35rem}.atg-prose{max-width:74ch}.atg-prose p{margin:0 0 1rem}.atg-prose h2{font-size:1.45rem;margin:1.6rem 0 .65rem}.atg-prose h3{color:rgba(233,238,246,.92);font-size:1.15rem;margin:1.2rem 0 .55rem}.atg-prose ol,.atg-prose ul{margin:0 0 1rem 1.1rem}.atg-prose li{margin:.35rem 0}.atg-prose a{border-bottom:1px solid rgba(92,141,197,.22);color:var(--atg-link);text-decoration:none}.atg-prose a:hover{border-bottom-color:rgba(92,141,197,.38)}.atg-prose--full{max-width:none;width:100%}.atg-prose--full>*{max-width:none}.atg-quote{background:hsla(0,0%,100%,.018);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--atg-r2);color:rgba(233,238,246,.92);margin:1rem 0;padding:.9rem 1rem}.atg-scripture{background:hsla(36,48%,61%,.08);border:1px solid hsla(36,48%,61%,.24);border-radius:var(--atg-r2);margin:1.1rem 0;padding:1rem 1rem 1rem 1.15rem;position:relative}.atg-scripture:before{background:hsla(36,48%,61%,.85);border-radius:2px;bottom:10px;content:"";left:0;position:absolute;top:10px;width:3px}.atg-scripture .atg-scripture-ref{color:rgba(233,238,246,.82);font-size:.92rem;font-weight:800;margin-top:.55rem}.atg-alert{background:hsla(0,0%,100%,.018);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--atg-r2);padding:.9rem 1rem}.atg-alert--info{background:rgba(92,141,197,.08);border-color:rgba(92,141,197,.22)}.atg-alert--warn{background:hsla(36,48%,61%,.08);border-color:hsla(36,48%,61%,.22)}.atg-alert--success{background:rgba(134,167,155,.08);border-color:rgba(134,167,155,.22)}.atg-alert--danger{background:hsla(0,24%,63%,.08);border-color:hsla(0,24%,63%,.22)}.atg-search-item.is-active{background:hsla(0,0%,100%,.06);border-color:rgba(92,141,197,.2)}@media (prefers-reduced-motion:reduce){.atg-btn,.atg-chip,.atg-entry,.atg-rowcard,.atg-search-item{transition:none!important}.atg-btn:hover,.atg-entry:hover,.atg-rowcard:hover,.atg-search-item:hover{transform:none!important}}.atg-nav{align-items:center;display:flex;flex-wrap:wrap;gap:1.05rem}.atg-navlink{align-items:center;border-bottom:1px solid transparent;color:rgba(233,238,246,.88);display:inline-flex;font-weight:650;gap:.45rem;height:36px;letter-spacing:.005em;padding:0 .2rem;transition:color .14s ease,border-bottom-color .14s ease,transform .14s ease}.atg-navlink:hover{border-bottom-color:rgba(92,141,197,.3);color:rgba(233,238,246,.98)}.atg-navlink.is-active,.atg-navlink[aria-current=page]{border-bottom-color:hsla(36,48%,61%,.38);color:rgba(233,238,246,.98)}.atg-navcta{border-radius:12px;font-size:.92rem;height:36px;padding:0 .85rem}.atg-breadcrumbs{align-items:center;color:rgba(233,238,246,.76);display:flex;flex-wrap:wrap;font-size:.92rem;gap:.5rem}.atg-breadcrumbs a{border-bottom:1px solid hsla(0,0%,100%,.1);color:rgba(233,238,246,.84)}.atg-breadcrumbs a:hover{border-bottom-color:rgba(92,141,197,.26);color:rgba(233,238,246,.96)}.atg-breadcrumbs-sep{opacity:.55}.atg-iconbtn{align-items:center;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:hsla(0,0%,100%,.02);border:1px solid var(--atg-border);border-radius:12px;box-shadow:var(--atg-inset);color:rgba(233,238,246,.86);cursor:pointer;display:inline-flex;height:38px;justify-content:center;transition:transform .12s ease,background .12s ease,border-color .12s ease,color .12s ease;width:38px}.atg-iconbtn svg{height:18px;opacity:.92;width:18px}.atg-iconbtn:hover{background:hsla(0,0%,100%,.035);border-color:var(--atg-border-2);color:rgba(233,238,246,.98);transform:translateY(-1px)}.atg-iconbtn:active{transform:translateY(0)}.atg-iconbtn--accent{background:rgba(92,141,197,.14);border-color:rgba(92,141,197,.32)}.atg-iconbtn--amber{background:hsla(36,48%,61%,.14);border-color:hsla(36,48%,61%,.34)}.atg-pagination{gap:1rem;justify-content:space-between}.atg-pagegroup,.atg-pagination{align-items:center;display:flex;flex-wrap:wrap}.atg-pagegroup{gap:.45rem}.atg-page{align-items:center;background:hsla(0,0%,100%,.02);border:1px solid var(--atg-border);border-radius:12px;box-shadow:var(--atg-inset);color:rgba(233,238,246,.9);display:inline-flex;font-size:.92rem;font-weight:700;height:38px;justify-content:center;min-width:38px;padding:0 .7rem;transition:background .12s ease,border-color .12s ease,transform .12s ease}.atg-page:hover{background:hsla(0,0%,100%,.035);border-color:var(--atg-border-2);transform:translateY(-1px)}.atg-page.is-current,.atg-page[aria-current=page]{background:rgba(92,141,197,.18);border-color:rgba(92,141,197,.35)}.atg-page--muted{color:rgba(233,238,246,.7)}.atg-loadmore{margin-top:.85rem;width:100%}@keyframes atg-shimmer{0%{background-position:-240px 0}to{background-position:240px 0}}.atg-skel{animation:atg-shimmer 1.1s ease-in-out infinite;background:linear-gradient(90deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.06) 40%,hsla(0,0%,100%,.035) 80%);background-size:240px 100%;border:1px solid hsla(0,0%,100%,.07);border-radius:12px;overflow:hidden;position:relative}.atg-skel-line{height:12px}.atg-skel-line.lg{height:14px}.atg-skel-line.sm{height:10px;opacity:.9}.atg-skel-stack{display:grid;gap:.55rem}.atg-skel-row{background:var(--atg-surface-grad-2);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);padding:.95rem 1.05rem}.atg-skel-row .atg-skel{border:0}.atg-skel-card{background:var(--atg-surface-grad-2);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);padding:1.05rem}.atg-skel-card .atg-skel{border:0}@media (prefers-reduced-motion:reduce){.atg-skel{animation:none}}.gh-foot{background:linear-gradient(180deg,hsla(0,0%,100%,.02),rgba(0,0,0,.1)),rgba(11,18,32,.92);border-top:1px solid hsla(0,0%,100%,.08);position:relative}.gh-foot-inner{padding-bottom:1.25rem;padding-top:1.25rem}.gh-foot,.gh-foot a{color:rgba(233,238,246,.78)}.gh-foot a:hover{color:rgba(233,238,246,.94)}.gh-foot-menu a{border-bottom:1px solid transparent;transition:border-bottom-color .14s ease,color .14s ease}.gh-foot-menu a:hover{border-bottom-color:rgba(92,141,197,.28)}.atg-search--nav{z-index:60}.atg-search--nav .atg-search-bar{background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.018));border-color:hsla(0,0%,100%,.1);border-radius:16px;box-shadow:var(--atg-inset);height:50px;position:relative}.atg-search--nav .atg-search-bar:before{background:hsla(36,48%,61%,.85);border-radius:2px;bottom:12px;content:"";left:0;position:absolute;top:12px;width:3px}.atg-search--nav .atg-search-input{font-size:1.02rem;font-weight:650}.atg-search--nav .atg-search-empty,.atg-search--nav .atg-search-results{top:calc(100% + 10px)}.atg-post{align-items:start;-moz-column-gap:1.6rem;column-gap:1.6rem;display:grid;grid-template-areas:"head head" "main aside" "foot foot";grid-template-columns:minmax(0,1fr) clamp(250px,26vw,300px);row-gap:.85rem}.atg-post-head{background:var(--atg-surface-grad);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);grid-area:head;padding:1.35rem 1.4rem}.atg-post-meta{align-items:center;color:rgba(233,238,246,.78);display:flex;flex-wrap:wrap;font-size:.95rem;gap:.5rem .55rem;margin-top:.75rem}.atg-dot{opacity:.55;padding:0 .15rem}.atg-post-main{grid-area:main;min-width:0}.atg-post-main>*+*{margin-top:1.1rem}.atg-post-main .atg-prose{max-width:none}.atg-post-main .atg-prose h2{margin-top:1.55rem}.atg-post-aside{grid-area:aside;min-width:0}.atg-post-aside-inner{display:grid;gap:1rem;position:sticky;top:92px}.atg-asidecard{background:var(--atg-surface-grad-2);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);padding:.9rem}.atg-aside-title{color:rgba(233,238,246,.78);font-family:var(--atg-font-body);font-size:.92rem;font-weight:850;letter-spacing:.1em;margin:0 0 .7rem;text-transform:uppercase}.atg-aside-copy{color:rgba(233,238,246,.82);font-size:.98rem;line-height:1.5;margin:0 0 .9rem}.atg-aside-actions{display:grid;gap:.55rem}.atg-toc{display:grid;gap:.45rem;list-style:none;margin:0;padding:0}.atg-toc a{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;color:rgba(233,238,246,.9);display:block;font-size:.93rem;font-weight:650;padding:.5rem .6rem;transition:background .12s ease,border-color .12s ease,transform .12s ease}.atg-toc a:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.12);transform:translateY(-1px)}.atg-toc-sub{margin-left:.65rem}.atg-toc-sub a{color:rgba(233,238,246,.86);font-size:.92rem}.atg-post-foot{display:grid;gap:1rem;grid-area:foot;margin-top:.15rem}.atg-postblock{background:var(--atg-surface-grad-2);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);padding:1.15rem}.atg-postblock-head{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.85rem}.atg-postblock-title{font-size:1.15rem;margin:0}.atg-glossary-list{display:grid;gap:.8rem;margin:0}.atg-glossary-item{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:.85rem .9rem}.atg-glossary-item dt{color:rgba(233,238,246,.94);font-weight:850;margin:0 0 .35rem}.atg-glossary-item dd{color:rgba(233,238,246,.82);line-height:1.55;margin:0}.atg-glossary-pill{align-items:center;background:hsla(29,15%,62%,.14);border:1px solid hsla(29,15%,62%,.3);border-radius:999px;color:rgba(233,238,246,.8);display:inline-flex;font-size:.7rem;font-weight:900;height:20px;letter-spacing:.1em;margin-left:.45rem;padding:0 .45rem;text-transform:uppercase}.atg-post-head{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.atg-post-kicker{color:rgba(159,198,213,.92);font-size:.78rem;font-weight:950;letter-spacing:.16em;margin-bottom:.45rem;text-transform:uppercase}.atg-post-title{font-size:2.35rem;line-height:1.08;margin:0}.atg-post-subtags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.atg-confidence{display:grid;gap:.55rem;margin-top:.85rem}.atg-confidence-top{align-items:center;color:rgba(233,238,246,.82);display:flex;flex-wrap:wrap;font-size:.95rem;gap:.6rem}.atg-confidence-label{color:rgba(233,238,246,.78);font-weight:750}.atg-confidence-level{color:rgba(233,238,246,.92);letter-spacing:.02em}.atg-confidence-meter{background:linear-gradient(90deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02));border:1px solid hsla(0,0%,100%,.1);border-radius:999px;box-shadow:var(--atg-inset);height:10px;overflow:hidden;position:relative}.atg-confidence-meter:after{background:linear-gradient(90deg,transparent,transparent 19.6%,rgba(0,0,0,.22) 0,rgba(0,0,0,.22) 20.1%,transparent 0,transparent 39.6%,rgba(0,0,0,.22) 0,rgba(0,0,0,.22) 40.1%,transparent 0,transparent 59.6%,rgba(0,0,0,.22) 0,rgba(0,0,0,.22) 60.1%,transparent 0,transparent 79.6%,rgba(0,0,0,.22) 0,rgba(0,0,0,.22) 80.1%,transparent 0,transparent);content:"";inset:0;opacity:.35;pointer-events:none;position:absolute}.atg-confidence-fill{background:linear-gradient(90deg,hsla(36,48%,61%,.95),hsla(36,48%,61%,.55));border-radius:999px;bottom:0;left:0;position:absolute;top:0;width:var(--atg-conf-pct,60%)}.atg-confidence--speculative{--atg-conf-pct:20%}.atg-confidence--low{--atg-conf-pct:40%}.atg-confidence--moderate{--atg-conf-pct:60%}.atg-confidence--high{--atg-conf-pct:80%}.atg-confidence--certain{--atg-conf-pct:100%}.atg-confidence-note{color:rgba(233,238,246,.72);font-size:.92rem;line-height:1.45}.atg-confidence-top{gap:.55rem}.atg-confidence-label{color:rgba(159,198,213,.92);font-size:.78rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.atg-confidence-level{color:rgba(233,238,246,.94);font-size:.98rem;font-weight:900}.atg-confidence{gap:.5rem;margin-top:.75rem}.atg-confidence-note{margin-top:-.05rem}@media (max-width:960px){.atg-post{gap:1.15rem;grid-template-areas:"head" "main" "aside" "foot";grid-template-columns:1fr}.atg-post-aside-inner{position:static;top:auto}}@media (max-width:560px){.atg-post-head{padding:1.05rem}}.atg-controls{background:var(--atg-surface-grad-2);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);display:grid;gap:.85rem;max-width:100%;min-width:0;padding:1rem}.atg-controls-top{border-bottom:1px solid var(--atg-hairline);gap:1rem;grid-template-columns:1fr auto;padding-bottom:.85rem}.atg-controls-left,.atg-controls-top{align-items:end;display:grid;min-width:0}.atg-controls-left{gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.atg-controls-right{align-items:end;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:flex-end;min-width:0}.atg-controls-group{align-items:flex-start;display:flex;flex-direction:column;gap:.4rem;min-width:0}.atg-controls-label{color:rgba(159,198,213,.92);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.atg-controls-meta{align-items:center;color:rgba(233,238,246,.72);display:flex;font-size:.92rem;gap:.65rem;min-width:0;padding-bottom:.2rem}.atg-controls .atg-select--sm{min-width:0;width:100%}.atg-controls-searchrow{display:grid;gap:.45rem;min-width:0}.atg-controls-group--search{min-width:0}.atg-searchfield{min-width:0;position:relative;width:100%}.atg-input--sm{font-size:.98rem;padding-right:2.4rem}.atg-titleclear{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;box-shadow:var(--atg-inset);color:rgba(233,238,246,.7);cursor:pointer;height:30px;position:absolute;right:.55rem;top:50%;transform:translateY(-50%);transition:transform .12s ease,background .12s ease,border-color .12s ease,color .12s ease,opacity .12s ease;width:30px}.atg-titleclear:hover{background:rgba(92,141,197,.12);border-color:rgba(92,141,197,.26);color:rgba(233,238,246,.92);transform:translateY(calc(-50% - 1px))}.atg-titleclear:active{transform:translateY(-50%)}.atg-filterchips{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;min-width:0}.atg-filterchips .atg-chip{flex:0 0 auto}button.atg-chip{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;font:inherit}.atg-activefilters{align-items:center;border-top:1px solid var(--atg-hairline);display:flex;flex-wrap:wrap;gap:.9rem;justify-content:space-between;margin-top:.1rem;min-width:0;padding-top:.65rem}@media (max-width:860px){.atg-controls-top{align-items:start}.atg-controls-left,.atg-controls-top{grid-template-columns:1fr}.atg-controls-right{justify-content:space-between}}#atgGridMode,#atgGridMode *{max-width:100%}.atg-controls-left>*,.atg-controls-right>*,.atg-controls-top>*,.atg-controls>*{min-width:0}.atg-chip--primary{background:rgba(92,141,197,.16);border-color:rgba(92,141,197,.35);color:rgba(233,238,246,.95)}.atg-chip--secondary{background:hsla(36,48%,61%,.16);border-color:hsla(36,48%,61%,.34);color:rgba(233,238,246,.95)}.atg-chip.is-active,.atg-chip[aria-pressed=true]{background:hsla(0,0%,100%,.04);border-color:var(--atg-border-2);color:rgba(233,238,246,.95)}.atg-chip--primary.is-active,.atg-chip--primary[aria-pressed=true]{background:rgba(92,141,197,.22);border-color:rgba(92,141,197,.46)}.atg-chip--secondary.is-active,.atg-chip--secondary[aria-pressed=true]{background:hsla(36,48%,61%,.22);border-color:hsla(36,48%,61%,.46)}.atg-entry-kicker,.atg-rowcard-kicker{color:rgba(92,141,197,.86)}.atg-entry:before{background:rgba(92,141,197,.72)}.atg-chip .atg-x{background:rgba(0,0,0,.24);border-color:hsla(0,0%,100%,.12);color:rgba(233,238,246,.72)}.atg-filterchips{scrollbar-color:hsla(36,48%,61%,.45) hsla(0,0%,100%,.04);scrollbar-width:thin}.atg-filterchips::-webkit-scrollbar{height:10px}.atg-filterchips::-webkit-scrollbar-track{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:999px}.atg-filterchips::-webkit-scrollbar-thumb{background:linear-gradient(180deg,hsla(36,48%,61%,.55),hsla(36,48%,61%,.3));border:1px solid hsla(36,48%,61%,.28);border-radius:999px}.atg-filterchips::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,hsla(36,48%,61%,.7),hsla(36,48%,61%,.38));border-color:hsla(36,48%,61%,.4)}@supports (-webkit-touch-callout:none){.atg-filterchips::-webkit-scrollbar{height:8px}}button.atg-clear{transition:color .14s ease,border-bottom-color .14s ease,opacity .14s ease}.atg-activefilters .atg-clear.atg-link{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.atg-filterchips{scrollbar-gutter:stable}.atg-grid .atg-empty{grid-column:1/-1;width:100%}.atg-empty-title,.atg-empty__title{font-size:1.25rem;font-weight:900;margin:0 0 .35rem}.atg-empty__text{color:var(--atg-muted);margin:0 0 .9rem;max-width:70ch}.atg-empty__cta{align-items:center;background:hsla(36,48%,61%,.14);border:1px solid hsla(36,48%,61%,.38);border-radius:12px;color:rgba(233,238,246,.94);display:inline-flex;font-weight:700;height:40px;justify-content:center;padding:0 1rem;text-decoration:none;transition:transform .12s ease,background .12s ease,border-color .12s ease}.atg-empty__cta:hover{background:hsla(36,48%,61%,.18);border-color:hsla(36,48%,61%,.48);transform:translateY(-1px)}.atg-empty__cta:active{transform:translateY(0)}.atg-libmode{display:flex;justify-content:flex-end;padding-bottom:.25rem}.atg-tree{display:grid;gap:.55rem}.atg-tree__primary,.atg-tree__secondary{background:var(--atg-surface-grad-2);border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);overflow:hidden}.atg-tree__summary{align-items:center;cursor:pointer;display:flex;gap:.8rem;justify-content:space-between;list-style:none;padding:.9rem 1.05rem;transition:background .12s ease,border-color .12s ease,transform .12s ease}.atg-tree__summary::-webkit-details-marker{display:none}.atg-tree__summary:hover{background:hsla(0,0%,100%,.03)}.atg-tree__summary--primary .atg-tree__label{color:rgba(159,198,213,.92);font-weight:900;letter-spacing:.02em}.atg-tree__summary--secondary{padding-left:1.45rem}.atg-tree__summary--secondary .atg-tree__label{color:rgba(233,238,246,.92);font-weight:750}.atg-tree__chev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23cfd6e4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7 10 5 5 5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:18px 18px;flex:0 0 auto;height:18px;opacity:.82;transition:transform .14s ease;width:18px}details[open]>.atg-tree__summary .atg-tree__chev{transform:rotate(180deg)}.atg-tree__children{display:grid;gap:.45rem;padding:.45rem .65rem .75rem}.atg-tree__answers{border-top:1px solid var(--atg-hairline);padding:.55rem 1.05rem .95rem 2.25rem}.atg-tree__loading{color:var(--atg-muted);font-size:.95rem}.atg-tree__list{display:grid;gap:.35rem;list-style:none;margin:0;padding:0}.atg-tree__link{border-bottom:1px solid rgba(92,141,197,.22);color:rgba(159,198,213,.92);display:inline-block;padding:.2rem 0;text-decoration:none}.atg-tree__link:hover{border-bottom-color:rgba(92,141,197,.38);color:rgba(159,198,213,.98)}.atg-tree__empty,.atg-tree__error{color:var(--atg-muted);font-size:.95rem}.atg-sr-only{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.atg-input--sm{border-radius:14px;font-size:.95rem;font-weight:650;height:42px;padding:0 .9rem}.atg-controls-group--search,.atg-input--sm{min-width:220px}.atg-activepills{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.atg-filterchipswrap{position:relative}.atg-filterchips{padding:.1rem 0 .55rem;scroll-behavior:smooth}.atg-filterchipswrap:after,.atg-filterchipswrap:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:26px;z-index:3}.atg-filterchipswrap:before{background:linear-gradient(90deg,rgba(11,18,32,.92),rgba(11,18,32,0));left:0}.atg-filterchipswrap:after{background:linear-gradient(270deg,rgba(11,18,32,.92),rgba(11,18,32,0));right:0}@media (max-width:520px){.atg-filterchipswrap:after,.atg-filterchipswrap:before{width:18px}}.atg-empty__actions{display:grid;gap:.6rem}button.atg-clear{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:0;border-bottom:1px solid rgba(92,141,197,.22);color:var(--atg-link);cursor:pointer;font:inherit;line-height:inherit;padding:0}button.atg-clear:hover{border-bottom-color:rgba(92,141,197,.38);color:var(--atg-link-hover)}button.atg-clear:focus-visible{border-radius:10px;outline:2px solid var(--atg-focus);outline-offset:3px}.atg-ask-swap{display:grid}.atg-ask-pane{max-height:2000px;opacity:1;overflow:hidden;transform:translateY(0);transition:max-height .42s cubic-bezier(.2,.8,.2,1),opacity .22s ease,transform .32s ease}.atg-ask-pane--success{max-height:0;opacity:0;transform:translateY(6px)}.atg-ask-swap.is-sent .atg-ask-pane--form{max-height:0!important;opacity:0;transform:translateY(-6px)}.atg-ask-swap.is-sent .atg-ask-pane--success{opacity:1;transform:translateY(0)}.atg-ask-successcard{display:block}@media (prefers-reduced-motion:reduce){.atg-ask-pane{transition:none!important}}.site{overflow-x:clip}@supports not (overflow:clip){.site{overflow-x:hidden}}.atg-band{isolation:isolate;position:relative;--band-aura-rgb:92 141 197;--band-aura-a:.07;--band-sheen-a:.018}.atg-band:before{background:radial-gradient(1200px 520px at 50% 18%,rgb(var(--band-aura-rgb)/var(--band-aura-a)) 0,rgba(11,18,32,0) 62%),linear-gradient(180deg,rgb(255 255 255/var(--band-sheen-a)) 0,rgba(0,0,0,.1) 100%);border-bottom:1px solid var(--atg-hairline);border-top:1px solid var(--atg-hairline);bottom:0;content:"";left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:100vw;z-index:0}.atg-band>.atg-shell{position:relative;z-index:1}.atg-band--amber{--band-aura-rgb:203 164 106}.atg-band--blue{--band-aura-rgb:92 141 197}.atg-btn,a.atg-btn,button.atg-btn,input.atg-btn{cursor:pointer}form[data-members-form] [data-members-error],form[data-members-form] [data-members-success]{display:none!important}form[data-members-form] [data-members-error]:not([hidden]),form[data-members-form] [data-members-success]:not([hidden]),form[data-members-form].error [data-members-error],form[data-members-form].success [data-members-success]{display:block!important}form[data-members-form].success button[data-members-submit],form[data-members-form]:has([data-members-success]:not([hidden])) button[data-members-submit]{background:var(--atg-success)!important;border-color:var(--atg-success)!important;color:var(--atg-bg)!important}form[data-members-form].success button[data-members-submit]:hover,form[data-members-form]:has([data-members-success]:not([hidden])) button[data-members-submit]:hover{background:var(--atg-success)!important;border-color:var(--atg-success)!important;filter:brightness(1.03)}form[data-members-form] button[data-members-submit]:disabled{cursor:progress;opacity:.75;transform:none}.atg-footer{isolation:isolate;margin-top:var(--atg-6);position:relative}.atg-footer:before{background:radial-gradient(1100px 520px at 50% 0,rgba(92,141,197,.09) 0,rgba(11,18,32,0) 62%),linear-gradient(180deg,hsla(0,0%,100%,.018),rgba(0,0,0,.18)),rgba(11,18,32,.92);border-top:1px solid var(--atg-hairline);bottom:0;content:"";left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:100vw;z-index:0}.atg-footer-inner{padding:var(--atg-6) var(--atg-4) var(--atg-4);position:relative;z-index:1}.atg-footer-grid{align-items:start;display:grid;gap:2.1rem;grid-template-columns:1.25fr 1.1fr .95fr}.atg-footer-title{color:rgba(233,238,246,.96);font-family:var(--atg-font-serif);font-size:1.35rem;letter-spacing:-.01em;margin-bottom:.35rem}.atg-footer-tagline{color:rgba(233,238,246,.72);line-height:1.55;margin:0 0 .95rem;max-width:42ch}.atg-footer-meta{color:rgba(233,238,246,.62);font-size:.92rem}.atg-footer-h{color:rgba(159,198,213,.92);font-size:.78rem;font-weight:900;letter-spacing:.12em;margin-bottom:.7rem;text-transform:uppercase}.atg-footer-nav{display:grid;gap:2rem;grid-template-columns:1fr 1fr}.atg-footer-col{align-content:start;display:grid}.atg-footer-link{border-bottom:1px solid transparent;color:rgba(233,238,246,.72);display:block;padding:.38rem 0;transition:color .14s ease,border-bottom-color .14s ease,transform .14s ease;width:-moz-fit-content;width:fit-content}.atg-footer-link:hover{border-bottom-color:rgba(92,141,197,.28);color:rgba(233,238,246,.92);transform:translateY(-1px)}.atg-footer-link:active{transform:translateY(0)}.atg-footer-cta{background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.015));border:1px solid hsla(0,0%,100%,.1);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);padding:1.05rem 1.05rem 1rem}.atg-footer-copy{color:rgba(233,238,246,.74);line-height:1.55;margin:0 0 .85rem}.atg-footer-btn{justify-content:center;width:100%}.atg-footer-fineprint{color:rgba(233,238,246,.58);font-size:.9rem;margin-top:.65rem}.atg-footer-bottom{border-top:1px solid var(--atg-hairline);color:rgba(233,238,246,.58);font-size:.92rem;gap:1rem;justify-content:space-between;margin-top:1.9rem;padding-top:1.1rem}.atg-footer-bottom,.atg-footer-bottom-left{align-items:center;display:flex;flex-wrap:wrap}.atg-footer-bottom-left{gap:.6rem}.atg-footer-dot{opacity:.45}.atg-footer-mini{border-bottom:1px solid transparent;color:rgba(233,238,246,.62);transition:color .14s ease,border-bottom-color .14s ease}.atg-footer-mini:hover{border-bottom-color:rgba(92,141,197,.26);color:rgba(233,238,246,.9)}@media (max-width:980px){.atg-footer-grid{gap:1.4rem;grid-template-columns:1fr}.atg-footer-nav{gap:1.4rem;grid-template-columns:1fr 1fr}}@media (max-width:560px){.atg-footer-inner{padding:var(--atg-5) var(--atg-3) var(--atg-3)}.atg-footer-nav{grid-template-columns:1fr}}body.page-search .atg-search[data-atg-search=page] .atg-searchpage-meta,body.page-template-page-search .atg-search[data-atg-search=page] .atg-searchpage-meta{margin-top:.85rem}body.page-search .atg-search[data-atg-search=page] .atg-search-stats,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-stats{color:rgba(233,238,246,.68);font-size:.95rem}body.page-search .atg-search[data-atg-search=page] .atg-search-loading,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-loading{margin-top:1rem}body.page-search .atg-search[data-atg-search=page] .atg-search-item,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-item{margin-bottom:.9rem;padding:1.05rem 1.1rem}body.page-search .atg-search[data-atg-search=page] .atg-search-kicker,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-kicker{color:rgba(159,198,213,.86)}body.page-search .atg-search[data-atg-search=page] .atg-search-title,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-title{color:var(--atg-link);font-weight:850}body.page-search .atg-search[data-atg-search=page] .atg-search-item:hover .atg-search-title,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-item:hover .atg-search-title{color:var(--atg-link-hover)}body.page-search .atg-search[data-atg-search=page] .atg-search-url,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-url{color:rgba(233,238,246,.6);font-size:.92rem;margin-top:.15rem}body.page-search .atg-search[data-atg-search=page] .atg-search-snippet,body.page-template-page-search .atg-search[data-atg-search=page] .atg-search-snippet{color:var(--atg-muted);font-size:.98rem;line-height:1.55;margin-top:.45rem;max-width:92ch}@media (max-width:720px){.atg-start-triad .atg-triad{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.65rem;scroll-padding-left:.5rem;scroll-snap-type:x mandatory}.atg-start-triad .atg-triadcard{flex:0 0 86%;max-width:86%;scroll-snap-align:start}.atg-start-triad .atg-triad::-webkit-scrollbar{height:10px}.atg-start-triad .atg-triad::-webkit-scrollbar-track{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:999px}.atg-start-triad .atg-triad::-webkit-scrollbar-thumb{background:hsla(36,48%,61%,.35);border:1px solid hsla(36,48%,61%,.28);border-radius:999px}}@media (max-width:520px){.atg-start-triad .atg-triadcard{flex-basis:92%;max-width:92%}}@media (max-width:720px){#atgQuestionGrid.atg-grid>.atg-entry{grid-column:1/-1}}@media (max-width:560px){.atg-ask-search .atg-sectionhead>a.atg-link{display:none!important}}@media (max-width:680px){.atg-post-aside .atg-toc{display:none!important}.atg-post-aside .atg-asidecard:has(.atg-toc){display:none!important}}.atg-home-hero{padding-bottom:var(--atg-5);padding-top:var(--atg-5)}.atg-home-hero-inner{align-items:center;text-align:center}.atg-home-mark{display:grid;margin-bottom:.35rem;place-items:center}.atg-home-logo{display:block;height:auto;width:clamp(108px,14vw,150px)}.theme-dark .atg-home-logo{display:none}.theme-dark .atg-home-logo--dark{display:block}.atg-home-logotext{font-family:var(--atg-font-serif);font-size:clamp(2.1rem,4vw,3.1rem);font-weight:900;letter-spacing:-.02em}.atg-home-head .atg-pagehead-eyebrow,.atg-home-head .atg-pagehead-lede{margin:0 auto}.atg-home .atg-search--hero{margin:0 auto;max-width:760px}.atg-home-actions{justify-content:center}.atg-home-start{padding-top:var(--atg-5)}.atg-topiccard-desc{margin:0 0 .85rem;max-width:52ch}.atg-home-callout{padding:1.25rem}.atg-start-triad.atg-start-triad--flush{padding-bottom:var(--atg-5);padding-top:var(--atg-4)}.atg-triadbar{display:flex;justify-content:flex-end;margin-bottom:.75rem}.atg-triad{display:grid;gap:1rem;grid-template-columns:repeat(12,1fr);position:relative}.atg-triad:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='980' height='320' viewBox='0 0 980 320'%3E%3Cdefs%3E%3CradialGradient id='a' cx='50%25' cy='50%25' r='60%25'%3E%3Cstop offset='0%25' stop-color='rgba(255,255,255,0.22)'/%3E%3Cstop offset='100%25' stop-color='rgba(255,255,255,0)'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.22)' stroke-width='2' d='M185 240c145-165 465-165 610 0'/%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.11)' stroke-width='2' d='m185 240 305-135 305 135'/%3E%3Ccircle cx='185' cy='240' r='26' fill='url(%23a)'/%3E%3Ccircle cx='490' cy='105' r='26' fill='url(%23a)'/%3E%3Ccircle cx='795' cy='240' r='26' fill='url(%23a)'/%3E%3Ccircle cx='185' cy='240' r='6' fill='rgba(203,164,106,0.55)'/%3E%3Ccircle cx='490' cy='105' r='6' fill='rgba(92,141,197,0.55)'/%3E%3Ccircle cx='795' cy='240' r='6' fill='rgba(134,167,155,0.55)'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:min(820px,92vw) auto;content:"";filter:blur(.1px);inset:-18px -48px;opacity:.24;pointer-events:none;position:absolute}.atg-triadcard{align-content:start;background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02));border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset);display:grid;gap:.65rem;grid-column:span 4;overflow:hidden;padding:1.2rem 1.2rem 1.15rem;position:relative;transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease}.atg-triadcard:before{background:hsla(0,0%,100%,.1);bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.atg-triadcard:after{background:radial-gradient(520px 220px at 50% -20%,hsla(0,0%,100%,.1),hsla(0,0%,100%,0) 62%),radial-gradient(420px 220px at 50% 105%,hsla(0,0%,100%,.05),hsla(0,0%,100%,0) 60%);content:"";inset:0;opacity:.55;pointer-events:none;position:absolute;transition:opacity .14s ease,transform .14s ease}.atg-triadcard:hover{background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.022));border-color:var(--atg-border-2);box-shadow:var(--atg-inset),0 14px 32px rgba(0,0,0,.22);transform:translateY(-2px)}.atg-triadcard:hover:after{opacity:.85;transform:translateY(-1px)}.atg-triadmedal{display:grid;margin-bottom:.2rem;padding-top:.25rem;place-items:center;position:relative;width:100%}.atg-triadhalo{background:radial-gradient(circle at 50% 45%,hsla(0,0%,100%,.09) 0,hsla(0,0%,100%,.04) 42%,hsla(0,0%,100%,0) 72%);border-radius:999px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.06);height:84px;opacity:.95;transition:transform .14s ease,opacity .14s ease;width:84px}.atg-triadcard:hover .atg-triadhalo{opacity:1;transform:scale(1.04)}.atg-triadmedal svg{height:66px;opacity:.95;position:absolute;width:66px}.triad-stroke{stroke:rgba(233,238,246,.84)}.triad-accent{stroke:var(--triad-accent,hsla(36,48%,61%,.85))}.atg-triadmeta{align-items:center;display:flex;justify-content:center;margin-top:-.1rem}.atg-triadpill{align-items:center;background:rgba(0,0,0,.18);border:1px solid hsla(0,0%,100%,.1);border-radius:999px;color:rgba(233,238,246,.82);display:inline-flex;font-size:.72rem;font-weight:850;height:22px;letter-spacing:.1em;padding:0 .55rem;text-transform:uppercase}.atg-triadtitle{font-size:1.32rem;line-height:1.12;margin:0;text-align:center}.atg-triadlede{color:rgba(233,238,246,.84);justify-self:center;margin:0;max-width:52ch;min-height:3.4em;text-align:center}.atg-triadactions{align-items:start;display:grid;gap:.65rem;margin-top:.25rem}.atg-triadactions .atg-btn{border-radius:14px;height:44px;justify-content:center;width:100%}.atg-triadfoot{color:rgba(233,238,246,.72);font-size:.95rem;line-height:1.45;text-align:center}.atg-triadcard--saved{--triad-accent:hsla(36,48%,61%,.92)}.atg-triadcard--saved:before{background:hsla(36,48%,61%,.85)}.atg-triadcard--follow{--triad-accent:rgba(92,141,197,.9)}.atg-triadcard--follow:before{background:rgba(92,141,197,.78)}.atg-triadcard--read{--triad-accent:rgba(134,167,155,.92)}.atg-triadcard--read:before{background:rgba(134,167,155,.78)}@media (max-width:980px){.atg-triadcard{grid-column:span 12}.atg-triad:before{background-size:740px auto;inset:-18px -18px;opacity:.16}}.atg-topicdeck{padding-bottom:var(--atg-5);padding-top:var(--atg-5)}.atg-deck{position:relative}.atg-deck-track{display:flex;gap:1rem;overflow-x:auto;padding:.25rem .25rem .75rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.atg-deck-track::-webkit-scrollbar{display:none}.atg-deck-slide{background:linear-gradient(180deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.02));--deck-accent:rgba(159,198,213,.9)}.atg-deck-body{max-width:560px;padding:1.5rem 1.5rem 1.35rem;z-index:2}.atg-deck-title{font-size:1.55rem;line-height:1.08;margin:.2rem 0 .45rem}.atg-deck-desc{color:rgba(233,238,246,.84);margin:0 0 1rem;max-width:52ch}.atg-deck-sub{color:rgba(233,238,246,.7);font-size:.78rem;font-weight:850;letter-spacing:.12em;margin:0 0 .55rem;text-transform:uppercase}.atg-deck-list{display:grid;gap:.45rem;list-style:none;margin:0;padding:0}.atg-deck-link{align-items:center;background:rgba(0,0,0,.16);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;color:rgba(233,238,246,.92);display:flex;gap:.55rem;padding:.6rem .7rem;text-decoration:none;transition:transform .14s ease,border-color .14s ease,background .14s ease}.atg-deck-link:hover{background:rgba(0,0,0,.22);border-color:hsla(0,0%,100%,.14);transform:translateY(-1px)}.atg-deck-dot{background:var(--deck-accent);border-radius:99px;flex:0 0 auto;height:8px;opacity:.85;width:8px}.atg-deck-q{display:block;line-height:1.25}.atg-deck-empty{color:rgba(233,238,246,.72);padding:.35rem .1rem}.atg-deck-actions{display:grid;gap:.6rem;margin-top:1rem}.atg-deck-actions .atg-btn{justify-content:center}.atg-deck-art{filter:blur(.12px);height:auto;inset:-20px -40px -40px auto;opacity:.78;pointer-events:none;position:absolute;width:min(540px,62%);z-index:1}.atg-deck-art svg{height:auto;width:100%}.atg-deck-nav{align-items:center;display:flex;gap:.85rem;justify-content:center;margin-top:.35rem}.atg-deck-arrow{background:rgba(0,0,0,.18);border:1px solid hsla(0,0%,100%,.1);border-radius:999px;color:rgba(233,238,246,.9);cursor:pointer;font-size:1.4rem;height:42px;line-height:1;width:42px}.atg-deck-dots{align-items:center;display:flex;gap:.4rem}.atg-deck-dotbtn{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.16);border-radius:999px;cursor:pointer;height:9px;width:9px}.atg-deck-dotbtn.is-active{background:hsla(0,0%,100%,.22);border-color:hsla(0,0%,100%,.28)}.atg-deck-slide--final{--deck-accent:hsla(0,0%,100%,.28)}.atg-deck-slide--salvation{--deck-accent:hsla(36,48%,61%,.95)}.atg-deck-slide--bible{--deck-accent:rgba(134,167,155,.95)}.atg-deck-slide--jesus{--deck-accent:rgba(92,141,197,.95)}.atg-deck-slide--christian-life{--deck-accent:rgba(159,198,213,.95)}.atg-deck-slide--hard-questions{--deck-accent:hsla(0,24%,63%,.92)}.atg-deck-skel{animation:atgDeckShimmer 1.05s ease-in-out infinite;background:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.08),hsla(0,0%,100%,.05));background-size:220% 100%;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;height:42px;opacity:.7}@keyframes atgDeckShimmer{0%{background-position:0 0}to{background-position:100% 0}}@media (max-width:980px){.atg-deck-body{max-width:100%;padding:1.25rem}.atg-deck-art{opacity:.55;width:520px}}@media (max-width:720px){.atg-deck-slide{flex-basis:calc(100% - 18px)}.atg-deck-art{opacity:.42;right:-90px;width:560px}}.atg-deck-slide>*{position:relative;z-index:1}.atg-deck-slide--salvation{--aura-rgb:203 164 106}.atg-deck-slide--bible{--aura-rgb:134 167 155}.atg-deck-slide--jesus{--aura-rgb:92 141 197}.atg-deck-slide--christian-life{--aura-rgb:159 198 213}.atg-deck-slide--hard-questions{--aura-rgb:184 138 138}.atg-deck-art{display:none!important}.atg-deck-slide{background:radial-gradient(820px 520px at 86% 44%,rgb(var(--aura-rgb,159 198 213)/.22),rgb(var(--aura-rgb,159 198 213)/0) 62%),radial-gradient(560px 420px at 92% 78%,rgb(var(--aura-rgb,159 198 213)/.12),rgb(var(--aura-rgb,159 198 213)/0) 68%),radial-gradient(520px 520px at 86% 44%,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,.02) 42%,hsla(0,0%,100%,0) 72%),radial-gradient(620px 320px at 72% 30%,hsla(0,0%,100%,.08),hsla(0,0%,100%,0) 60%),radial-gradient(520px 260px at 18% 110%,hsla(0,0%,100%,.05),hsla(0,0%,100%,0) 60%),linear-gradient(180deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.02));border:1px solid var(--atg-border);border-radius:var(--atg-r2);box-shadow:var(--atg-inset),0 18px 44px rgba(0,0,0,.22);flex:0 0 min(960px,calc(100% - 42px));isolation:isolate;overflow:hidden;position:relative;scroll-snap-align:start}.atg-deck-slide:before{background:var(--deck-accent);bottom:0;content:"";left:0;opacity:.75;position:absolute;top:0;width:4px;z-index:2}.atg-deck-slide:after{background-color:rgb(var(--aura-rgb,159 198 213)/.14);border-radius:inherit;content:"";filter:blur(.12px);inset:0;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 360'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='14'%3E%3Ccircle cx='400' cy='128' r='108'/%3E%3Cpath d='M140 292c90-40 165-34 220-22 60 13 110 10 160-4M400 92v164m-50-106h100'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 360'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='14'%3E%3Ccircle cx='400' cy='128' r='108'/%3E%3Cpath d='M140 292c90-40 165-34 220-22 60 13 110 10 160-4M400 92v164m-50-106h100'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-position:right -60px center;mask-position:right -60px center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:clamp(460px,52vw,760px) auto;mask-size:clamp(460px,52vw,760px) auto;mix-blend-mode:screen;opacity:.95;pointer-events:none;position:absolute;z-index:1}.atg-deck-body{position:relative;z-index:3}.atg-deck-slide .atg-deck-actions .atg-btn{background-color:rgb(var(--aura-rgb,159 198 213)/.1);border-color:rgb(var(--aura-rgb,159 198 213)/.35)}.atg-deck-slide .atg-deck-actions .atg-btn:hover{background-color:rgb(var(--aura-rgb,159 198 213)/.14);border-color:rgb(var(--aura-rgb,159 198 213)/.55)}.atg-deck-slide .atg-deck-actions .atg-btn:focus-visible{box-shadow:0 0 0 4px rgb(var(--aura-rgb,159 198 213)/.18);outline:none}.atg-viewport--narrow{--atg-shell:920px}.atg-home-recentgrid .atg-entry{grid-column:span 4}@media (max-width:980px){.atg-home-recentgrid .atg-entry{grid-column:span 6}}@media (max-width:560px){.atg-home-recentgrid .atg-entry{grid-column:span 12}}.atg-ob{background:radial-gradient(900px 520px at 50% 0,rgba(92,141,197,.26) 0,rgba(11,18,32,0) 60%),linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02));border:1px solid rgba(92,141,197,.22);border-radius:var(--atg-r2);box-shadow:var(--atg-inset),var(--atg-shadow-2);margin:0 auto;max-width:760px;padding:2.25rem 2rem}.atg-ob-head{display:grid;gap:.5rem;margin-bottom:1.25rem;text-align:center}.atg-ob-title{font-size:1.9rem;line-height:1.12;margin:0}.atg-ob-sub{color:var(--atg-muted);margin:0}.atg-ob-form{display:grid;gap:.6rem}.atg-ob-row{align-items:center;display:grid;gap:.8rem;grid-template-columns:1fr auto}.atg-ob-input{border-radius:12px;height:46px}.atg-ob-btn{border-radius:999px;height:46px;min-width:170px;padding:0 1.15rem}.atg-ob-help{text-align:center}@media (max-width:640px){.atg-ob{padding:1.6rem 1.25rem}.atg-ob-row{grid-template-columns:1fr}.atg-ob-btn{min-width:0;width:100%}}.atg-home .atg-sectionhead{align-items:center;gap:.9rem}.atg-home .atg-sectionhead-title{align-items:center;color:rgba(233,238,246,.76);display:inline-flex;font-family:var(--atg-font-body);font-size:.8rem;font-weight:950;gap:.7rem;letter-spacing:.16em;margin:0;text-transform:uppercase}.atg-home .atg-sectionhead-title:after{background:radial-gradient(circle at 0 50%,rgba(159,198,213,.55) 0 2px,transparent 3px),linear-gradient(90deg,hsla(0,0%,100%,.18),hsla(0,0%,100%,0));content:"";height:1px;opacity:.95;transform:translateY(1px);width:clamp(64px,10vw,140px)}.atg-home .atg-sectionhead-action .atg-link{border-bottom-color:hsla(0,0%,100%,.1);color:rgba(159,198,213,.86);font-size:.95rem}.atg-home .atg-sectionhead-action .atg-link:hover{border-bottom-color:rgba(159,198,213,.3);color:rgba(159,198,213,.96)}.atg-home-recent{--atg-shell:760px}.atg-home-recent.atg-band{--band-aura-rgb:92 141 197}.atg-home-recentgrid{gap:1rem}.atg-home-recentgrid .atg-entry{grid-column:span 6}@media (max-width:640px){.atg-home-recentgrid .atg-entry{grid-column:span 12}}.atg-home-newsletter{--atg-shell:760px}.atg-home-newsletter.atg-band{--band-aura-rgb:203 164 106}.atg-home-newsletter .atg-cta--ob{background:radial-gradient(900px 520px at 50% 0,rgba(92,141,197,.24) 0,rgba(11,18,32,0) 60%),linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02));border:1px solid rgba(92,141,197,.22);border-radius:var(--atg-r2);box-shadow:var(--atg-inset),var(--atg-shadow-2);margin:0 auto;max-width:760px;overflow:visible;padding:2.25rem 2rem;position:relative;text-align:center}.atg-home-newsletter .atg-cta--ob .atg-eyebrow{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.atg-home-newsletter .atg-cta--ob:after,.atg-home-newsletter .atg-cta--ob:before{content:"";height:1px;opacity:.95;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:min(44vw,560px)}.atg-home-newsletter .atg-cta--ob:before{background:radial-gradient(circle at 100% 50%,hsla(36,48%,61%,.78) 0 2px,transparent 3px),linear-gradient(270deg,hsla(36,48%,61%,.55),hsla(36,48%,61%,0));right:calc(100% + 22px)}.atg-home-newsletter .atg-cta--ob:after{background:radial-gradient(circle at 0 50%,hsla(36,48%,61%,.78) 0 2px,transparent 3px),linear-gradient(90deg,hsla(36,48%,61%,.55),hsla(36,48%,61%,0));left:calc(100% + 22px)}@media (max-width:720px){.atg-home-newsletter .atg-cta--ob{padding:1.6rem 1.25rem}.atg-home-newsletter .atg-cta--ob:after,.atg-home-newsletter .atg-cta--ob:before{display:none}}.atg-home-newsletter button[data-members-submit]{background:rgba(92,141,197,.18)!important;border-color:rgba(92,141,197,.35)!important;color:rgba(233,238,246,.96)!important}.atg-home-newsletter button[data-members-submit]:hover{background:rgba(92,141,197,.24)!important;border-color:rgba(92,141,197,.45)!important}.atg-home-recent .atg-shell{overflow:visible;position:relative}.atg-home-recent .atg-shell>*{position:relative;z-index:1}.atg-home-recent .atg-shell:after,.atg-home-recent .atg-shell:before{content:"";height:1px;opacity:.95;pointer-events:none;position:absolute;top:50%;width:50vw;z-index:0}.atg-home-recent .atg-shell:before{background:radial-gradient(circle at 100% 50%,hsla(36,48%,61%,.78) 0 2px,transparent 3px),linear-gradient(90deg,transparent,hsla(36,48%,61%,.18) 25%,hsla(36,48%,61%,.55) 70%,hsla(36,48%,61%,.22));right:100%;transform:translate(-22px,-50%)}.atg-home-recent .atg-shell:after{background:radial-gradient(circle at 0 50%,hsla(36,48%,61%,.78) 0 2px,transparent 3px),linear-gradient(270deg,transparent,hsla(36,48%,61%,.18) 25%,hsla(36,48%,61%,.55) 70%,hsla(36,48%,61%,.22));left:100%;transform:translate(22px,-50%)}@media (max-width:720px){.atg-home-recent .atg-shell:after,.atg-home-recent .atg-shell:before{display:none}.atg-triad-nav{display:flex}.atg-startdeck .atg-triad{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}}@media (max-width:720px){.atg-startdeck .atg-triad::-webkit-scrollbar{display:none}.atg-startdeck .atg-triadcard{scroll-snap-align:start;scroll-snap-stop:always}}.atg-triad-nav{display:none}@media (max-width:720px){.atg-triad-nav{display:flex}.atg-startdeck .atg-triad{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;padding:.25rem .25rem .75rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.atg-startdeck .atg-triad::-webkit-scrollbar{display:none}.atg-startdeck .atg-triadcard{flex:0 0 calc(100% - 42px);grid-column:auto;scroll-snap-align:start;scroll-snap-stop:always}}.atg-startdeck .atg-deck-nav{margin-top:.45rem}.atg-hero-br{display:none}@media (max-width:560px){.atg-hero-br{display:block}.atg-home-actions.atg-row{align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:.65rem;width:100%}.atg-home-actions.atg-row .atg-btn,.atg-home-actions.atg-row .atg-link{border-radius:12px;height:44px;width:100%}.atg-home-actions.atg-row .atg-link{align-items:center;background:hsla(0,0%,100%,.02);border:1px solid var(--atg-border);border-bottom:0!important;display:inline-flex;justify-content:center;text-decoration:none}.atg-home-actions.atg-row .atg-link:hover{background:hsla(0,0%,100%,.035);border-color:var(--atg-border-2)}}.atg-ask-shell{max-width:860px}.atg-ask-search .atg-sectionhead{align-items:center}.atg-ask-formhead{padding-bottom:.2rem}.atg-honey{height:1px!important;left:-9999px!important;overflow:hidden!important;position:absolute!important;width:1px!important}body.atg-ask-page .site-content{overflow:visible}body.atg-ask-page .atg-section,body.atg-ask-page .site-content{padding-bottom:calc(var(--atg-6) + env(safe-area-inset-bottom, 0px))}body.atg-ask-page .atg-ask-form{padding-bottom:1.25rem}.atg-btn--success{background:rgba(134,167,155,.18);border-color:rgba(134,167,155,.42)}.atg-btn--success:hover{background:rgba(134,167,155,.24);border-color:rgba(134,167,155,.54)}.atg-btn--danger{background:hsla(0,24%,63%,.18);border-color:hsla(0,24%,63%,.42)}.atg-btn--danger:hover{background:hsla(0,24%,63%,.24);border-color:hsla(0,24%,63%,.54)}.atg-btn:disabled{cursor:not-allowed;opacity:.85;transform:none!important}.atg-btn,.atg-btn[type=submit],button.atg-btn{cursor:pointer}form[data-members-form] [data-members-error],form[data-members-form] [data-members-success]{display:none;margin-top:.75rem}form[data-members-form].error [data-members-error],form[data-members-form].success [data-members-success]{display:block}form[data-members-form].success [data-members-submit]{background:var(--atg-mint,#7fe3c6);border-color:var(--atg-mint,#7fe3c6);color:var(--atg-bg,#0b1220)}form[data-members-form].success [data-members-submit]:hover{filter:brightness(1.02)}form[data-members-form] [data-members-submit]:disabled{cursor:progress;opacity:.75}body.post-template .atg-post .gh-content{font-size:1rem;letter-spacing:.01em;line-height:1.65}body.post-template .atg-post .gh-content blockquote,body.post-template .atg-post .gh-content li,body.post-template .atg-post .gh-content p{font-size:1rem;line-height:1.65}body.post-template .atg-post .gh-content h2{font-size:1.45rem;margin:1.55rem 0 .65rem}body.post-template .atg-post .gh-content h3{color:rgba(233,238,246,.92);font-size:1.15rem;margin:1.15rem 0 .55rem}body.post-template .atg-post .gh-content blockquote{background:hsla(0,0%,100%,.018);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--atg-r2);color:rgba(233,238,246,.92);margin:1rem 0;padding:.9rem 1rem}body.post-template .atg-post .gh-content blockquote>:last-child{margin-bottom:0}body.post-template .atg-prose .atg-alert{line-height:1.55;margin:1rem 0;padding:.85rem 1rem}body.post-template .atg-prose .atg-alert>strong{display:inline-block;font-weight:850;letter-spacing:.01em;margin-right:.4rem}body.post-template .atg-prose .atg-alert>div{margin-top:.55rem}body.post-template .atg-prose .atg-alert>div>p{margin:.5rem 0 0}body.post-template .atg-prose .atg-alert>div>p:first-child{margin-top:0}body.post-template .atg-prose .atg-alert>div>:last-child{margin-bottom:0}.atg-confidence--certain .atg-confidence-fill,.atg-confidence[data-level=certain] .atg-confidence-fill{border-bottom-right-radius:999px;border-top-right-radius:999px;width:100%!important}.atg-askcard--mobile{display:none}@media (max-width:900px){.atg-askcard--desktop{display:none}.atg-askcard--mobile{display:block}.atg-askcard--mobile .atg-btn--wide{width:100%}.atg-askcard--mobile .atg-aside-actions{gap:.6rem}}#gh-head .gh-head-logo{font-size:1.25rem}#gh-head .gh-head-actions,#gh-head .gh-head-menu{font-size:1rem;font-weight:750}#gh-head,#gh-head.gh-head,#gh-head.gh-head.is-head-open,#gh-head.gh-head.is-sticky,#gh-head.is-head-open,#gh-head.is-sticky{height:auto!important;left:auto!important;min-height:0;overflow:visible!important;position:sticky!important;right:auto!important;top:0!important;z-index:1200!important}#gh-head.gh-head{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(180deg,hsla(0,0%,100%,.028),hsla(0,0%,100%,0)),rgba(16,26,43,.78);border-bottom:1px solid hsla(0,0%,100%,.08)}#gh-head.gh-head:after{background:linear-gradient(90deg,hsla(36,48%,61%,0),hsla(36,48%,61%,.42) 50%,hsla(36,48%,61%,0));bottom:-1px;content:"";height:1px;left:0;pointer-events:none;position:absolute;right:0}#gh-head .gh-head-inner{align-items:center;display:grid;gap:1.05rem;grid-template-areas:"brand search menu";grid-template-columns:minmax(0,max-content) minmax(0,1fr) minmax(0,max-content);height:auto!important;margin:0 auto;max-width:1240px;min-height:0!important;overflow:visible!important;padding:.68rem clamp(14px,2.2vw,22px)}#gh-head .gh-head-brand{align-items:center;display:flex;gap:.65rem;grid-area:brand;min-width:0}#gh-head .gh-head-logo{align-items:center;display:inline-flex;font-weight:850;gap:.6rem;line-height:1;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#gh-head .gh-head-logo img{display:block;flex:0 0 auto;height:32px;width:auto}#gh-head .gh-head-search{grid-area:search;justify-self:center;max-width:720px;overflow:visible!important;width:100%}#gh-head .atg-search--nav{position:relative;z-index:1300}#gh-head .atg-search--nav .atg-search-bar{background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.018));border:1px solid hsla(0,0%,100%,.1);border-radius:16px;box-shadow:var(--atg-inset);height:48px;position:relative}#gh-head .atg-search--nav .atg-search-bar:before{background:hsla(36,48%,61%,.85);border-radius:2px;bottom:12px;content:"";left:0;position:absolute;top:12px;width:3px}#gh-head .atg-search--nav .atg-search-input{font-size:1rem;font-weight:650}#gh-head .atg-search--nav .atg-search-empty,#gh-head .atg-search--nav .atg-search-results{top:calc(100% + 10px);z-index:9999}#gh-head .gh-head-menu{align-items:center;display:flex;gap:.9rem;grid-area:menu;justify-self:end;overflow:visible!important}#gh-head .gh-head-menu .nav{align-items:center;display:flex;gap:.65rem;list-style:none;margin:0;padding:0;white-space:nowrap}#gh-head .gh-head-menu .nav li{margin:0;padding:0}#gh-head .gh-head-menu .nav a{align-items:center;background:transparent;border:1px solid transparent;border-radius:999px;color:rgba(233,238,246,.9);display:inline-flex;height:36px;justify-content:center;padding:0 .78rem;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}#gh-head .gh-head-menu .nav a:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.08);color:rgba(233,238,246,.98);transform:translateY(-1px)}#gh-head .gh-head-menu .nav a:active{transform:translateY(0)}#gh-head .gh-head-menu .nav a.nav-current,#gh-head .gh-head-menu .nav a[aria-current=page],#gh-head .gh-head-menu .nav li.nav-current>a{background:hsla(36,48%,61%,.14);border-color:hsla(36,48%,61%,.3);color:rgba(233,238,246,.98)}#gh-head .gh-head-menu a:focus-visible{outline:2px solid var(--atg-focus);outline-offset:3px}@media (min-width:981px){#gh-head .nav-more-toggle{align-items:center;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent!important;border:0!important;box-shadow:none!important;color:inherit;display:inline-flex!important;margin:0!important;padding:0!important}#gh-head .nav-more-toggle>svg{display:none!important}#gh-head .nav-more-toggle .gh-dropdown{align-items:center;background:transparent!important;border:0!important;box-shadow:none!important;display:flex!important;gap:.65rem;inset:auto!important;justify-content:flex-end;margin:0!important;opacity:1!important;padding:0!important;pointer-events:auto!important;position:static!important;transform:none!important;visibility:visible!important}#gh-head .nav-more-toggle .gh-dropdown li{list-style:none!important;margin:0!important;padding:0!important}#gh-head .nav-more-toggle .gh-dropdown a{align-items:center;background:transparent;border:1px solid transparent;border-radius:999px;color:rgba(233,238,246,.9)!important;display:inline-flex;height:36px;justify-content:center;padding:0 .78rem;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}#gh-head .nav-more-toggle .gh-dropdown a:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.08);color:rgba(233,238,246,.98)!important;transform:translateY(-1px)}#gh-head .nav-more-toggle .gh-dropdown a:active{transform:translateY(0)}#gh-head .nav-more-toggle .gh-dropdown a.nav-current,#gh-head .nav-more-toggle .gh-dropdown a[aria-current=page],#gh-head .nav-more-toggle .gh-dropdown li.nav-current>a{background:hsla(36,48%,61%,.14)!important;border-color:hsla(36,48%,61%,.3)!important;color:rgba(233,238,246,.98)!important}}#gh-head .gh-burger{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.1);border-radius:14px;box-shadow:var(--atg-inset);height:42px;width:42px}#gh-head .gh-head-search{max-width:clamp(220px,44vw,720px);min-width:0}#gh-head .gh-burger{display:none}@media (max-width:720px){#gh-head{--atg-pad:clamp(14px,2.2vw,22px);--atg-control:56px;--atg-radius:20px;--atg-gap:14px}#gh-head .gh-head-inner{align-items:center!important;display:flex!important;gap:12px!important;justify-content:flex-start!important;min-height:76px!important;padding:12px var(--atg-pad)!important;position:relative}#gh-head .gh-head-brand{align-items:center;display:flex;flex:1 1 auto;min-width:0}#gh-head .gh-head-logo{align-items:center;display:inline-flex;height:var(--atg-control)}#gh-head .gh-head-logo img{display:block;height:34px;transform:translateY(1px);width:auto}#gh-head .gh-head-search{justify-self:auto;max-width:var(--atg-control);min-width:0;position:absolute;right:calc(var(--atg-pad) + var(--atg-control) + var(--atg-gap));top:50%;transform:translateY(-50%);width:var(--atg-control)}#gh-head .atg-search--nav .atg-search-bar{border-radius:var(--atg-radius);height:var(--atg-control);justify-content:center;padding:0;width:var(--atg-control)}#gh-head .atg-search--nav .atg-search-bar:before{bottom:16px;top:16px}#gh-head .atg-search--nav .atg-search-clear,#gh-head .atg-search--nav .atg-search-empty,#gh-head .atg-search--nav .atg-search-input,#gh-head .atg-search--nav .atg-search-results{display:none!important}#gh-head .gh-burger{align-items:center;background:hsla(0,0%,100%,.02);background-image:none!important;border:1px solid hsla(0,0%,100%,.1);border-radius:var(--atg-radius);box-shadow:var(--atg-inset);display:inline-flex!important;height:var(--atg-control);justify-content:center;position:absolute!important;right:var(--atg-pad);top:50%;transform:translateY(-50%);width:var(--atg-control)}#gh-head .gh-burger:after,#gh-head .gh-burger:before{background:rgba(233,238,246,.92);border-radius:2px;content:"";height:2px;left:18px;position:absolute;right:18px;transition:transform .14s ease,top .14s ease,opacity .14s ease}#gh-head .gh-burger:before{top:24px}#gh-head .gh-burger:after{top:36px}#gh-head.is-head-open .gh-burger:before{top:50%;transform:translateY(-50%) rotate(45deg)}#gh-head.is-head-open .gh-burger:after{top:50%;transform:translateY(-50%) rotate(-45deg)}#gh-head .gh-head-menu{background:rgba(16,26,43,.94)!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:22px!important;box-shadow:0 20px 55px rgba(0,0,0,.45)!important;display:block!important;inset:auto!important;opacity:0!important;padding:.75rem!important;pointer-events:none!important;position:absolute!important;right:var(--atg-pad)!important;top:calc(100% + 12px)!important;transform:translateY(-6px)!important;transition:opacity .14s ease,transform .14s ease,visibility .14s ease!important;visibility:hidden!important;width:min(340px,calc(100vw - var(--atg-pad)*2))!important;z-index:1400!important}#gh-head.is-head-open .gh-head-menu,body.is-head-open #gh-head .gh-head-menu{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important;visibility:visible!important}#gh-head .gh-head-menu .nav{display:flex!important;flex-direction:column!important;gap:.45rem!important;white-space:normal!important}#gh-head .gh-head-menu .nav a{border-radius:16px!important;font-size:1.06rem;height:48px!important;justify-content:flex-start!important;padding:0 1rem!important;width:100%!important}}@media (max-width:767px){body.home .site-content{padding-bottom:0!important;padding-top:0!important}}@media (max-width:720px){#gh-head{--atg-pad:clamp(14px,4vw,20px);--atg-control:52px;--atg-radius:20px;--atg-gap:12px}#gh-head .gh-head-inner{align-items:center!important;display:grid!important;gap:10px var(--atg-gap)!important;grid-template-areas:"brand burger" "search search";grid-template-columns:1fr var(--atg-control);height:auto!important;min-height:unset!important;padding:10px var(--atg-pad) 12px!important}#gh-head .gh-head-brand{grid-area:brand;min-width:0}#gh-head .gh-head-logo{align-items:center;display:inline-flex;height:var(--atg-control)}#gh-head .gh-head-logo img{display:block;height:34px;transform:translateY(1px);width:auto}#gh-head .gh-head-search{grid-area:search;justify-self:stretch!important;left:auto!important;max-width:none!important;overflow:visible!important;position:static!important;right:auto!important;top:auto!important;transform:none!important;width:100%!important;z-index:1300}#gh-head .atg-search--nav .atg-search-bar{border-radius:16px;height:52px;justify-content:flex-start;padding:0 1.05rem;width:100%}#gh-head .atg-search--nav .atg-search-bar:before{bottom:12px;top:12px}#gh-head .atg-search--nav .atg-search-input{display:block!important}#gh-head .atg-search--nav .atg-search-clear{display:inline-flex!important}#gh-head .atg-search--nav .atg-search-results{display:none!important}#gh-head .atg-search--nav .atg-search-results:not(:empty){display:block!important}#gh-head .atg-search--nav .atg-search-empty[hidden]{display:none!important}#gh-head .atg-search--nav .atg-search-empty:not([hidden]){display:block!important}#gh-head .gh-burger{align-items:center;background:hsla(0,0%,100%,.02);background-image:none!important;border:1px solid hsla(0,0%,100%,.1);border-radius:var(--atg-radius);box-shadow:var(--atg-inset);display:inline-flex!important;grid-area:burger;height:var(--atg-control);justify-content:center;position:relative!important;width:var(--atg-control)}#gh-head .gh-burger span,#gh-head .gh-burger>svg{display:none!important}#gh-head .gh-burger:after,#gh-head .gh-burger:before{background:rgba(233,238,246,.92);border-radius:2px;content:"";height:2px;position:absolute;transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease;width:18px}#gh-head .gh-burger:before{box-shadow:0 6px 0 rgba(233,238,246,.92);transform:translateY(-6px)}#gh-head .gh-burger:after{transform:translateY(6px)}#gh-head.is-head-open .gh-burger:before{box-shadow:none;transform:rotate(45deg)}#gh-head.is-head-open .gh-burger:after{transform:rotate(-45deg)}#gh-head .gh-head-menu{background:rgba(16,26,43,.94)!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:22px!important;box-shadow:0 20px 55px rgba(0,0,0,.45)!important;display:block!important;left:var(--atg-pad)!important;opacity:0!important;padding:.75rem!important;pointer-events:none!important;position:absolute!important;right:var(--atg-pad)!important;top:calc(100% + 10px)!important;transform:translateY(-6px)!important;transition:opacity .14s ease,transform .14s ease,visibility .14s ease!important;visibility:hidden!important;width:auto!important;z-index:1400!important}#gh-head.is-head-open .gh-head-menu,body.is-head-open #gh-head .gh-head-menu{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important;visibility:visible!important}#gh-head .gh-head-menu .nav{display:flex!important;flex-direction:column!important;gap:.45rem!important;white-space:normal!important}#gh-head .gh-head-menu .nav a{border-radius:16px!important;font-size:1.06rem;height:48px!important;justify-content:flex-start!important;padding:0 1rem!important;width:100%!important}#gh-head{--atg-pad:var(--atg-4);--atg-control:52px}#gh-head .gh-head-inner{align-items:center!important;display:grid!important;gap:10px 12px!important;grid-template-areas:"brand actions" "search search"!important;grid-template-columns:1fr var(--atg-control)!important;margin:0 auto!important;max-width:var(--atg-shell)!important;padding-left:var(--atg-pad)!important;padding-right:var(--atg-pad)!important;width:100%!important}#gh-head .gh-head-brand{grid-area:brand!important;min-width:0!important}#gh-head .gh-head-actions{align-items:center!important;align-self:center!important;display:flex!important;grid-area:actions!important;justify-self:end!important}#gh-head .gh-head-search{grid-area:search!important;inset:auto!important;justify-self:stretch!important;max-width:none!important;overflow:visible!important;position:static!important;transform:none!important;width:100%!important}#gh-head .atg-search--nav,#gh-head .atg-search--nav .atg-search-bar,#gh-head .atg-search--nav .atg-search-form{width:100%!important}#gh-head .gh-burger{align-items:center!important;background-color:hsla(0,0%,100%,.02)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23e9eef6' stroke-linecap='round' stroke-width='2' d='M4 7h16M4 12h16M4 17h16'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:24px 24px!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:20px!important;box-shadow:var(--atg-inset)!important;display:inline-flex!important;height:var(--atg-control)!important;inset:auto!important;justify-content:center!important;position:relative!important;transform:none!important;width:var(--atg-control)!important}#gh-head .gh-burger:after,#gh-head .gh-burger:before{content:""!important;display:none!important}#gh-head .gh-burger>*{display:none!important}#gh-head.is-head-open .gh-burger{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23e9eef6' stroke-linecap='round' stroke-width='2' d='m6 6 12 12m0-12L6 18'/%3E%3C/svg%3E")!important}#gh-head{--atg-pad:var(--atg-4);--atg-control:52px;--atg-radius:20px}#gh-head .gh-head-inner{display:grid!important;gap:10px!important;grid-template-areas:"brand" "search"!important;grid-template-columns:1fr!important;margin:0 auto!important;max-width:var(--atg-shell)!important;padding:10px var(--atg-pad) 12px!important;position:relative!important}#gh-head .gh-head-brand,#gh-head .gh-head-inner{align-items:center!important;width:100%!important}#gh-head .gh-head-brand{display:flex!important;gap:12px!important;grid-area:brand!important;justify-content:space-between!important;min-width:0!important}#gh-head .gh-head-logo{align-items:center!important;display:inline-flex!important;height:var(--atg-control)!important;min-width:0!important}#gh-head .gh-head-brand .gh-burger{border-radius:var(--atg-radius)!important;flex:0 0 auto!important;height:var(--atg-control)!important;inset:auto!important;margin-left:auto!important;position:relative!important;transform:none!important;width:var(--atg-control)!important}#gh-head .gh-head-search{grid-area:search!important;inset:auto!important;justify-self:stretch!important;max-width:none!important;overflow:visible!important;position:static!important;transform:none!important;width:100%!important;z-index:1300!important}#gh-head .atg-search--nav,#gh-head .atg-search--nav .atg-search-bar,#gh-head .atg-search--nav .atg-search-form{width:100%!important}#gh-head .gh-head-menu{left:var(--atg-pad)!important;right:var(--atg-pad)!important;width:auto!important}#gh-head{--atg-gutter:max(14px,env(safe-area-inset-left));--atg-gutter-r:max(14px,env(safe-area-inset-right))}#gh-head .gh-head-inner{margin:0!important;padding-left:var(--atg-gutter)!important;padding-right:var(--atg-gutter-r)!important}#gh-head .atg-search--nav,#gh-head .atg-search--nav .atg-search-bar,#gh-head .atg-search--nav .atg-search-form,#gh-head .gh-head-brand,#gh-head .gh-head-inner,#gh-head .gh-head-search{max-width:none!important;width:100%!important}#gh-head .gh-head-menu{left:var(--atg-gutter)!important;right:var(--atg-gutter-r)!important;width:auto!important}#gh-head{--atg-mobile-gutter:clamp(8px,2.2vw,14px)}#gh-head .gh-head-inner{margin:0!important;max-width:none!important;padding-left:calc(var(--atg-mobile-gutter) + env(safe-area-inset-left))!important;padding-right:calc(var(--atg-mobile-gutter) + env(safe-area-inset-right))!important}#gh-head .gh-head-brand,#gh-head .gh-head-search{max-width:none!important;width:100%!important}#gh-head .gh-head-search{justify-self:stretch!important}#gh-head .atg-search--nav,#gh-head .atg-search--nav .atg-search-bar,#gh-head .atg-search--nav .atg-search-form,#gh-head .gh-head-search>*{max-width:none!important;width:100%!important}#gh-head .gh-head-brand{justify-content:space-between!important}#gh-head .gh-head-brand .gh-burger{margin-left:auto!important}#gh-head .gh-head-menu{left:calc(var(--atg-mobile-gutter) + env(safe-area-inset-left))!important;right:calc(var(--atg-mobile-gutter) + env(safe-area-inset-right))!important;width:auto!important}}@media (hover:none) and (pointer:coarse) and (orientation:landscape) and (max-width:980px){#gh-head{--atg-mobile-gutter:clamp(8px,2.2vw,14px);--atg-control:52px;--atg-radius:20px}#gh-head .gh-head-inner{align-items:center!important;display:grid!important;gap:10px 12px!important;grid-template-areas:"brand actions" "search search"!important;grid-template-columns:1fr auto!important;margin:0!important;max-width:none!important;padding-left:calc(var(--atg-mobile-gutter) + env(safe-area-inset-left))!important;padding-right:calc(var(--atg-mobile-gutter) + env(safe-area-inset-right))!important}#gh-head .gh-head-brand{grid-area:brand!important;min-width:0!important;width:100%!important}#gh-head .gh-head-actions,#gh-head .gh-head-brand{align-items:center!important;display:flex!important}#gh-head .gh-head-actions{grid-area:actions!important;justify-content:flex-end!important}#gh-head .gh-head-search{grid-area:search!important;inset:auto!important;justify-self:stretch!important;overflow:visible!important;position:static!important;transform:none!important;z-index:1300!important}#gh-head .atg-search--nav,#gh-head .atg-search--nav .atg-search-bar,#gh-head .atg-search--nav .atg-search-form,#gh-head .gh-head-search{max-width:none!important;width:100%!important}#gh-head .gh-burger{align-items:center!important;background-color:hsla(0,0%,100%,.02)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23e9eef6' stroke-linecap='round' stroke-width='2' d='M4 7h16M4 12h16M4 17h16'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:24px 24px!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:var(--atg-radius)!important;box-shadow:var(--atg-inset)!important;display:inline-flex!important;height:var(--atg-control)!important;inset:auto!important;justify-content:center!important;position:relative!important;transform:none!important;width:var(--atg-control)!important}#gh-head .gh-burger:after,#gh-head .gh-burger:before{content:""!important;display:none!important}#gh-head.is-head-open .gh-burger{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23e9eef6' stroke-linecap='round' stroke-width='2' d='m6 6 12 12m0-12L6 18'/%3E%3C/svg%3E")!important}#gh-head .gh-head-menu{left:calc(var(--atg-mobile-gutter) + env(safe-area-inset-left))!important;right:calc(var(--atg-mobile-gutter) + env(safe-area-inset-right))!important;width:auto!important}#gh-head .gh-head-inner{grid-template-areas:"brand" "search"!important;grid-template-columns:1fr!important}#gh-head .gh-head-actions{display:none!important}#gh-head .gh-head-brand{align-items:center!important;display:flex!important;justify-content:space-between!important;width:100%!important}#gh-head .gh-head-brand .gh-burger{margin-left:auto!important}}.atg-section.gh-canvas{max-width:none!important;width:100%!important}.atg-section.gh-canvas .atg-shell{margin:0 auto;max-width:var(--atg-shell)!important;width:100%}.atg-section.gh-canvas>.atg-shell{grid-column:1/-1!important;margin-left:auto!important;margin-right:auto!important;max-width:var(--atg-shell)!important;min-width:0;width:100%!important}.atg-prose--wide{max-width:none!important}@media (max-width:767px){.site-content{padding-top:0!important}}/*# sourceMappingURL=screen.css.map */
