:root{--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;--head-nav-gap:32px;--h1-size:4.4rem;--gap:3.6rem}@media (max-width:767px){:root{--h1-size:3.2rem !important;--gap:2rem}}*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}h1 a[href^="#"],h2 a[href^="#"],h3 a[href^="#"],h4 a[href^="#"],h5 a[href^="#"],h6 a[href^="#"]{color:inherit;text-decoration:none;position:relative}h1 a[href^="#"]:hover:before,h2 a[href^="#"]:hover:before,h3 a[href^="#"]:hover:before,h4 a[href^="#"]:hover:before,h5 a[href^="#"]:hover:before,h6 a[href^="#"]:hover:before{content:"#";position:absolute;right:100%;margin-right:5px}ul[role="list"],ol[role="list"]{list-style:none}li p{margin-top:0}li p:last-child{margin-bottom:0}sup,sub{font-size:10px}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;line-height:1.5;text-rendering:optimizespeed}a:not([class]){text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{transition-duration:0.01ms!important;animation-duration:0.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}html{font-size:62.5%}body{font-family:var(--font-body);font-size:1.6rem;line-height:1.6;color:var(--color-primary-text-light);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{height:auto}a{color:var(--color-darker-gray);text-decoration:none}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{line-height:1.15;color:var(--color-darker-gray);letter-spacing:-.02em}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}@media (max-width:767px){h2{font-size:2.4rem}h3{font-size:2.1rem}}hr{width:100%;height:1px;background-color:var(--color-light-gray);border:0}blockquote:not([class]){padding-inline-start:2rem;border-inline-start:4px solid var(--color-accent)}figcaption{margin-top:1.6rem;font-size:1.4rem;line-height:1.4;color:var(--color-secondary-text-light);text-align:center}audio{width:100%}.hy-site{display:flex;flex-direction:column;min-height:100vh}.hy-site .hy-main{flex-grow:1;padding-top:8rem;padding-bottom:8rem}.hy-site .hy-outer{padding-inline-end:var(--gap);padding-inline-start:var(--gap)}.hy-site .hy-inner{max-width:var(--container-width,1200px);margin:0 auto}@media (max-width:767px){.hy-site .hy-main{padding-top:6.4rem;padding-bottom:6.4rem}}.hy-canvas{display:grid;grid-template-columns:[full-start] minmax(var(--gap),auto) [wide-start] minmax(auto,calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2)) [main-start] min(var(--content-width, 720px), calc(100% - calc(var(--gap) * 2))) [main-end] minmax(auto,calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2)) [wide-end] minmax(var(--gap),auto) [full-end]}.hy-canvas>*{grid-column:main-start/main-end}.hy-head{height:100px;background-color:var(--color-white)}.hy-head .hy-head-inner{display:grid;grid-template-columns:1fr auto auto;grid-auto-flow:row dense;column-gap:var(--head-nav-gap);align-items:center;height:100%}.hy-head .hy-head-brand{line-height:1}.hy-head .hy-head-brand .hy-head-brand-wrapper{display:flex;align-items:center}.hy-head .hy-head-brand .hy-head-brand-wrapper .hy-head-logo{position:relative;font-size:2.4rem;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.hy-head .hy-head-brand .hy-head-brand-wrapper .hy-head-logo img{max-height:40px}.hy-head .hy-head-brand .hy-head-brand-wrapper .hy-head-logo img:nth-child(2){position:absolute;top:0;left:0;opacity:0}.hy-head .hy-head-brand .hy-search{margin-inline-end:8px}.hy-head .hy-head-menu{display:flex;gap:var(--head-nav-gap);align-items:center}.hy-head .hy-head-menu .nav{display:inline-flex;gap:var(--head-nav-gap);align-items:center;padding:0;margin:0;white-space:nowrap;list-style:none}.hy-head .hy-head-menu .nav .nav-more-toggle{position:relative;margin:0 -6px;font-size:inherit;text-transform:inherit}.hy-head .hy-head-menu .nav .nav-more-toggle svg{width:24px;height:24px}.hy-head .hy-head-actions{display:flex;gap:var(--head-nav-gap);align-items:center;justify-content:flex-end}.hy-head .hy-head-actions .hy-head-language{display:flex;gap:20px;align-items:center}.hy-head .hy-search{margin-inline-end:-6px;margin-inline-start:-6px}.hy-head .hy-search:hover{opacity:.9}@media (max-width:767px){.hy-head .hy-head-actions .hy-head-language{flex-direction:column-reverse;gap:16px;width:100%}.hy-head .hy-head-actions .hy-search{display:none}}@media (min-width:768px){.hy-head .hy-head-brand .hy-search{display:none}main:not(.is-dropdown-loaded) .hy-head .hy-head-menu .nav>li{opacity:0}}button.theme-toggle{background:0 0;border:0;cursor:pointer;font-size:26px;margin:auto 4px;padding:0}.mode-dark .toggle-dark{display:none}.mode-light .toggle-light{display:none}.is-head-stacked .hy-head{height:auto}.is-head-stacked .hy-head .hy-head-inner{grid-template-columns:1fr auto 1fr}.is-head-stacked .hy-head .hy-head-inner .hy-head-brand{display:flex;grid-column-start:2;grid-row-start:1;min-height:80px}@media (min-width:992px){.is-head-stacked .hy-head .hy-head-inner{padding:0}.is-head-stacked .hy-head .hy-head-inner .hy-head-brand{display:flex;align-items:center;height:80px}.is-head-stacked .hy-head .hy-head-inner .hy-head-menu{grid-row-start:2;grid-column:1 / 4;justify-content:center;height:56px;margin:0 48px}.is-head-stacked .hy-head .hy-head-inner .hy-head-menu::before{position:absolute;top:80px;left:0;width:100%;height:1px;content:"";background-color:var(--color-light-gray)}.is-head-stacked .hy-head .hy-head-inner .hy-head-menu::after{position:absolute;top:80px;left:0;width:100%;height:1px;content:"";background-color:var(--color-light-gray);top:136px}.is-head-stacked .hy-head .hy-head-inner .hy-head-actions{grid-row-start:1;grid-column:1 / 4;justify-content:space-between}}.hy-dropdown{position:absolute;top:100%;right:-16px;z-index:90;width:200px;padding:12px 0;margin-top:24px;text-align:left;visibility:hidden;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgb(0 0 0 / .04),0 7px 20px -5px rgb(0 0 0 / .15);opacity:0;transition:opacity 0.3s,transform 0.2s;transform:translate3d(0,6px,0)}.is-head-middle-logo .hy-dropdown{right:auto;left:-24px}.is-dropdown-mega .hy-dropdown{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;column-gap:40px;width:auto;padding:20px 32px}.is-dropdown-open .hy-dropdown{visibility:visible;opacity:1;transform:translateY(0)}.hy-dropdown li a{display:block;padding:6px 20px;color:#15171a!important}.is-dropdown-mega .hy-dropdown li a{padding:8px 0}.hy-burger{position:relative;display:none;width:30px;height:30px;padding:0;margin-inline-end:-3px;cursor:pointer;background-color:#fff0;border:0;appearance:none}.hy-burger::before{position:absolute;left:3px;width:24px;height:1px;content:"";background-color:var(--color-darker-gray);transition:all 0.2s cubic-bezier(.04,.04,.12,.96) 0.1008s;top:11px}.hy-burger::after{position:absolute;left:3px;width:24px;height:1px;content:"";background-color:var(--color-darker-gray);transition:all 0.2s cubic-bezier(.04,.04,.12,.96) 0.1008s;bottom:11px}.is-head-open .hy-burger::before{top:15px;transform:rotate(45deg)}.is-head-open .hy-burger::after{bottom:14px;transform:rotate(-45deg)}@media (max-width:767px){#hy-head{height:64px}#hy-head .hy-head-inner{grid-template-rows:auto 1fr auto;grid-template-columns:1fr;gap:48px}#hy-head .hy-head-brand{display:grid;grid-template-columns:1fr auto auto;grid-column-start:1;align-items:center;height:64px}#hy-head .hy-head-brand .hy-head-brand-wrapper .hy-head-logo{font-size:2.2rem}#hy-head .hy-head-menu,#hy-head .hy-head-actions{position:fixed;justify-content:center;visibility:hidden;opacity:0}#hy-head .hy-head-menu{transition:none;transform:translateY(0)}#hy-head .hy-head-menu .nav{gap:20px;align-items:center;line-height:1.4}#hy-head .hy-head-menu .nav a{font-size:2.6rem;font-weight:600;text-transform:none}#hy-head .hy-head-menu .nav li{opacity:0;transform:translateY(-4px)}#hy-head .hy-head-actions{text-align:center}#hy-head :is(.hy-head-btn,.hy-head-link){opacity:0;transform:translateY(8px)}#hy-head .hy-head-btn{width:100%;font-size:1.8rem;text-transform:none}#hy-head .hy-head-btn:not(.hy-btn){font-size:2rem}.hy-burger{display:block}#hy-main{transition:opacity 0.4s}.is-head-open #hy-head{position:fixed;inset:0;z-index:500;height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}.is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #hy-head{background-color:var(--color-white)}.is-head-open.is-head-transparent #hy-head{background-color:var(--color-accent)}.is-head-open.is-head-open:is(.is-head-transparent,.is-head-brand) #hy-head .hy-head-actions{background-color:var(--color-accent)}.is-head-open.is-head-dark #hy-head{background-color:var(--color-darker-gray)}.is-head-open.is-head-dark #hy-head .hy-head-actions{background-color:var(--color-darker-gray)}.is-head-open #hy-head .hy-head-menu{position:static;visibility:visible;opacity:1}.is-head-open #hy-head .hy-head-actions{position:static;visibility:visible;opacity:1}.is-head-open #hy-head .nav{display:flex;flex-direction:column}.is-head-open #hy-head .nav li{opacity:1;transition:transform 0.2s,opacity 0.2s;transform:translateY(0)}.is-head-open #hy-head .hy-head-actions{position:sticky;right:0;bottom:0;left:0;display:inline-flex;flex-direction:column;gap:12px;align-items:center;padding:var(--gap) 0 calc(var(--gap) + 8px);background-color:var(--color-white)}.is-head-open #hy-head :is(.hy-head-btn,.hy-head-link){opacity:1;transition:transform 0.4s,opacity 0.4s;transition-delay:0.2s;transform:translateY(0)}.is-head-open #hy-head .hy-head-link{transition-delay:0.4s}.is-head-open #hy-main{opacity:0}}.hy-card{word-break:break-word}.hy-article-tags{display:flex;gap:1rem}.hy-article-tags .hy-article-tag{color:var(--color-accent)}.hy-article-image{grid-column:wide-start/wide-end;margin-top:4rem}.hy-article-image img{width:100%}@media (max-width:767px){.hy-article-image{margin-top:2.4rem}}.hy-content{margin-top:4rem;font-size:var(--content-font-size,1.8rem);letter-spacing:var(--content-letter-spacing,0)}.hy-content>*+*{margin-top:calc(1.6em * var(--content-spacing-multiplier, 1));margin-bottom:0}.hy-content>[id]{margin:0}.hy-content>[id]:not(:first-child){margin-top:calc(1.6em * var(--content-spacing-multiplier, 1))}.hy-content>[id]+*{margin-top:calc(0.8em * var(--content-spacing-multiplier, 1))}.hy-content>hr{position:relative;margin-top:calc(2.4em * var(--content-spacing-multiplier, 1))}.hy-content>blockquote{position:relative;margin-top:calc(2.4em * var(--content-spacing-multiplier, 1))}.hy-content hr+*{margin-top:calc(2.4em * var(--content-spacing-multiplier, 1))}.hy-content>blockquote+*{margin-top:calc(2.4em * var(--content-spacing-multiplier, 1))}.hy-content h2{font-size:1.6em}.hy-content h3{font-size:1.4em}.hy-content a{color:var(--color-accent);text-decoration:underline;word-break:break-word}.hy-content ul{padding-inline-start:2.8rem}.hy-content .hy-content ol{padding-inline-start:2.8rem}.hy-content .hy-content dl{padding-inline-start:2.8rem}.hy-content li+li{margin-top:.8rem}.hy-content aside{background:rgb(124 139 154 / .13);border-radius:.25em;margin-top:calc(2em*var(--content-spacing-multiplier, 1));display:flex;padding:1em}.hy-content aside span{padding-inline-end:.8em;line-height:1.25em;font-size:1.15em}.hy-content aside div{font-family:var(--font-content);font-size:.95em;letter-spacing:var(--content-letter-spacing,0);word-break:break-word}.hy-content figcaption a{color:var(--color-darker-gray);text-decoration:none}@media (max-width:767px){.hy-content{margin-top:3.2rem;font-size:1.7rem}}.post-comments{margin-top:64px;margin-bottom:24px}code{font-family:var(--font-code);font-size:13px;direction:ltr;tab-size:4}pre{padding:1.6rem 0;overflow-x:auto;hyphens:none;line-height:1.5;white-space:pre;background-color:var(--color-lighter-gray);direction:ltr;tab-size:4}pre code{display:block;direction:ltr;margin:auto 0;min-width:100%;padding:4px 0;word-break:break-all;width:max-content}pre code .line{padding:1px 2.6rem;position:relative}pre code .line.highlight:not(table){background-color:var(--color-darker-gray)!important}pre code .line-number{margin-right:1rem;position:absolute;left:.5rem}pre code .has-line-numbers .line{padding-left:2rem}:not(pre)>code{padding:.4rem;color:var(--color-accent);background-color:var(--color-lighter-gray);tab-size:4}.table-container{overflow-x:auto}.table-container table{width:100%;border-collapse:collapse;border-spacing:0;border:1px solid var(--color-mid-gray)}.table-container table th{font-weight:700;text-align:left;font-family:var(--font-heading);font-size:15px;padding:8px 12px;border:1px solid var(--color-mid-gray)}.table-container table td{font-family:var(--font-content);font-size:14px;padding:8px 12px;border:1px solid var(--color-mid-gray)}iframe{display:block;width:100%;overflow:hidden;border:0}.hy-content .bookmark{display:flex;text-decoration:none;border:1px solid rgb(124 139 154 / .25);overflow:hidden;color:var(--color-primary-text-light);border-radius:0.25em!important;word-break:break-word;margin-top:calc(2em*var(--content-spacing-multiplier, 1));position:relative;width:100%}.hy-content .bookmark a{color:var(--color-primary-text-light)}.hy-content .bookmark .bookmark-details{border-radius:0.25em!important;display:flex;flex-direction:column;flex-grow:1;flex-basis:100%;align-items:flex-start;justify-content:flex-start;padding:1.15em}.hy-content .bookmark .bookmark-details .bookmark-title{color:var(--color-primary-text-light);font-size:.9em;text-decoration:none}.hy-content .bookmark .bookmark-details .bookmark-description{color:var(--color-primary-text-light);display:-webkit-box;line-height:1.5em;font-weight:400;overflow-y:hidden;opacity:.7;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8em;margin-top:.3em;max-height:none;text-decoration:none}.hy-content .bookmark .bookmark-details .bookmark-domain{align-items:center;color:var(--color-primary-text-light);margin-top:22px;width:100%;font-weight:500;white-space:nowrap;font-size:.8em;overflow:hidden;text-overflow:ellipsis;opacity:.7;display:inline;text-decoration:none}.hy-content .bookmark .bookmark-thumbnail{position:relative;flex-grow:1;min-width:33%}.hy-content .bookmark .bookmark-thumbnail img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;border-radius:0 .2em .2em 0}.hy-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;color:var(--darker-gray-color);cursor:pointer;background-color:#fff0;border:0;outline:none}.hy-icon-btn svg{width:20px;height:20px}figcaption{font-size:1.3rem}.has-full-image figcaption{padding:0 16px}.hy-btn{font-weight:500}main:not(.is-head-stacked) .hy-head{height:88px}main:not(.is-head-stacked) .hy-head-inner{border-bottom:1px solid var(--color-light-gray)}.nav{letter-spacing:-.006em}main:not(.is-head-transparent) .hy-head-logo img+img{display:none}body.is-head-transparent .hy-head-logo img+img{opacity:1}.is-head-transparent .hy-head-logo img:first-of-type:not(:only-child){display:block;opacity:0}.hy-topic-grid+.hy-topic-grid{margin-top:80px}.hy-topic-grid .hy-topic-name{margin-bottom:40px;font-size:2.4rem;text-transform:uppercase;letter-spacing:-.01em}.hy-topic-grid .hy-topic-content{display:grid;grid-template-columns:1fr 1fr;gap:32px 40px}.hy-topic-grid .hy-card.large{width:100%}.hy-topic-grid .hy-card:not(.large){width:100%;max-width:720px}.hy-topic-grid .hy-card:not(:only-child).large{padding-bottom:48px;margin-bottom:16px;border-bottom:1px solid var(--color-light-gray);z-index:1}.hy-topic-grid .hy-card-link{display:flex;gap:24px}.hy-topic-grid .hy-card-link:hover{opacity:1!important}.hy-topic-grid .hy-card-link:hover .hy-card-title{opacity:.8}.hy-topic-grid .hy-card.large .hy-card-link{gap:40px}.hy-topic-grid .hy-card.featured.large .hy-card-link{position:relative;align-items:flex-end;min-height:600px;padding:48px 40px;background:linear-gradient(0deg,rgb(0 0 0 / .8),transparent 60%)}.hy-topic-grid .hy-card.featured.no-image.large .hy-card-link{min-height:400px;background:var(--color-accent)}.hy-topic-grid .hy-card.featured figure.hy-card-image{position:relative}.hy-topic-grid .hy-card .featured-text{background:#eee;color:var(--color-accent);font-size:small;opacity:.8;padding:4px 6px;position:absolute;right:0;top:0;z-index:999}.hy-topic-grid .hy-card .featured-icon{color:var(--color-accent);position:absolute;right:4px;top:0;z-index:1}.hy-topic-grid .hy-card.large .hy-card-link>*{flex:1}.hy-topic-grid .hy-card-image{position:relative;flex-shrink:0;width:128px;height:100%}.hy-topic-grid .hy-card-image::before{display:block;padding-bottom:70%;content:""}.hy-topic-grid .hy-card.large .hy-card-image::before{padding-bottom:60%}.hy-topic-grid .hy-card.featured.large .hy-card-image{position:absolute;inset:0;z-index:-1;width:100%}.hy-topic-grid .hy-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hy-topic-grid .hy-card-wrapper{margin-top:-3px}.hy-topic-grid .hy-card.featured.large .hy-card-wrapper{max-width:560px}.hy-topic-grid .hy-card-title{font-size:2rem;line-height:1.3;letter-spacing:-.015em}.hy-topic-grid .hy-card.large .hy-card-title{font-size:2.8rem;letter-spacing:-.02em}.hy-topic-grid .hy-card.no-image.large .hy-card-title{font-size:4.2rem;line-height:1.2}.hy-topic-grid .hy-card.featured.large .hy-card-title{font-size:4.2rem;line-height:1.2;color:var(--color-white)}.hy-topic-grid .hy-card.featured.large .hy-card-link:hover .hy-card-title{opacity:.9}.hy-topic-grid .hy-card-excerpt{margin-top:12px;font-size:1.7rem}.hy-topic-grid .hy-card.no-image.large .hy-card-excerpt{max-width:720px}.hy-topic-grid .hy-card:not(.large) .hy-card-excerpt{display:-webkit-box;margin-top:4px;overflow-y:hidden;font-size:1.6rem;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hy-topic-grid .hy-card.featured.large .hy-card-excerpt{display:none}.hy-topic-grid .hy-card.featured.large .hy-card-footer{margin-top:20px;color:var(--color-white)}main:not(.home-template) .hy-topic-grid .hy-topic-content{row-gap:48px;justify-items:center}.hy-topic-footer{padding-top:20px;margin-top:48px;text-align:right;border-top:1px solid var(--color-light-gray)}.hy-topic-grid .hy-card.large,main:not(.home-template) .hy-topic-grid .hy-card{grid-column:1 / 3}.hy-card-footer{display:flex;gap:6px;align-items:center;margin-top:16px;font-size:1.1rem;font-weight:500;color:var(--color-secondary-text-light);text-transform:uppercase}.hy-card:not(.large) .hy-card-footer{margin-top:12px}.hy-card-footer>*+*{display:flex;gap:6px;align-items:center}.hy-card-footer>*+*:not(script)::before{display:block;width:2px;height:2px;content:"";background-color:currentColor;border-radius:50%}.hy-topic-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:80px 48px;margin-top:120px}.hy-topic-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;margin-bottom:24px;border-bottom:1px solid var(--color-light-gray)}.hy-topic-header .hy-topic-name{font-size:2rem;letter-spacing:-.015em;text-transform:capitalize}.hy-topic-header .hy-topic-link{color:var(--color-secondary-text-light)}.hy-topic-minimal .hy-card{max-width:720px}.hy-topic-minimal .hy-card-link{display:block}.hy-topic-minimal .hy-card-title{font-size:1.6rem;font-weight:400;line-height:1.6;letter-spacing:-.01em}.hy-topic-minimal .hy-card+.hy-card{margin-top:16px}.hy-topic-link{display:inline-flex;align-items:center;font-weight:600;letter-spacing:-.011em}.hy-topic-link svg{width:16px;height:16px;margin-inline-start:4px}.hy-article-header{position:relative;justify-items:start}.hy-article-tag{margin-bottom:12px;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.01em}.hy-article-excerpt{font-size:1.9rem}.has-full-image .hy-article-excerpt{margin-bottom:-8px}.hy-article-image{grid-column:main-start / main-end;width:100%}.has-wide-image .hy-article-image{grid-column:wide-start / wide-end}.hy-article-sidebar{position:absolute;left:0;grid-column:wide-start/main-start;padding-inline-end:32px}.has-wide-image .hy-article-sidebar{top:calc(100% + 40px)}.hy-author-image-list{display:flex;margin-inline-start:-2px}.hy-author-image{position:relative;width:64px;height:64px;margin-bottom:20px;overflow:hidden;border-radius:50%}.hy-author-image-list .hy-author-image{margin-bottom:16px;border:2px solid var(--color-white)}.hy-author-image-list .hy-author-image:only-child{width:68px;height:68px}.hy-author-image-list .hy-author-image:hover{opacity:1}.hy-author-image-list .hy-author-image+.hy-author-image{margin-inline-start:-20px}.hy-author-image-list .hy-author-image:nth-child(1){z-index:30}.hy-author-image-list .hy-author-image:nth-child(2){z-index:20}.hy-author-image-list .hy-author-image:nth-child(3){z-index:10}.hy-author-image img{position:absolute;width:100%;height:100%;object-fit:cover}.hy-author-icon{background-color:var(--color-light-gray)}.hy-author-name-list{font-weight:800;line-height:1.35}.hy-author-name{font-size:1.8rem;line-height:1.35;letter-spacing:-.01em;text-transform:capitalize}.hy-article-meta{margin-top:3px;font-size:1.3rem;color:var(--color-secondary-text-light);letter-spacing:-.003em}.hy-article-meta-inner{display:flex;align-items:center}.hy-article-meta-sep{width:2px;height:2px;margin:0 6px;background-color:currentColor;border-radius:50%}.hy-article-lang{margin-top:20px}.hy-article-lang ul{margin:0;padding-left:20px}.hy-article-lang li{color:var(--color-secondary-text-light);font-size:1.3rem;letter-spacing:-.003em}.hy-article-lang a{color:var(--color-secondary-text-light)}.hy-read-next{margin-top:80px}.hy-read-next .hy-pagehead{max-width:none;margin-bottom:48px}.hy-read-next .hy-pagehead-title{display:flex;align-items:center;font-size:1.8rem}.hy-read-next .hy-pagehead-title::after{flex-grow:1;height:1px;margin-inline-start:1.6rem;content:"";background-color:var(--color-light-gray)}.hy-cover{--cover-height:50vh;display:flex;align-items:center;justify-content:center;margin-bottom:-16px;background-color:rgb(0 0 0 / .4)}.post-template .hy-cover{--cover-height:100vh;align-items:flex-end;padding-top:120px;padding-bottom:0;margin-bottom:-56px;background-color:#fff0}.post-template .hy-cover::before{position:absolute;inset:0;content:"";background-color:var(--color-black);opacity:.3;transition:opacity 1.5s ease}.post-template .hy-cover.loading::before{opacity:1}.post-template .hy-cover-image{transition:transform 1.5s ease;transform:scale(1)}.post-template .hy-cover.loading .hy-cover-image{transform:scale(1.02)}.hy-cover-content{display:flex;flex-direction:column;width:100%;max-width:720px;margin-top:100px;text-align:center}.post-template .hy-cover-content{position:sticky;bottom:80px;align-items:flex-start;max-width:1200px;margin-bottom:64px;text-align:left}.hy-cover-content .hy-article-tag{color:var(--color-white)}@media (max-width:767px){.hy-cover-content{margin-top:40px}.post-template .hy-cover-content{bottom:32px;margin-bottom:32px}}.hy-cover-title{font-size:7.2rem;color:var(--color-white);text-transform:uppercase}.tag-template .hy-cover-title{font-family:var(--font-body);letter-spacing:-.01em}.post-template .hy-cover-title{text-transform:none}.hy-cover-description{margin-top:20px;font-size:1.9rem;color:var(--color-white)}.has-serif-body .hy-cover-description{font-family:var(--font-content)}@media (max-width:767px){.hy-cover-title{font-size:3.2rem}.hy-cover-description{font-size:1.7rem}}.hy-pagehead{display:flex;flex-direction:column;max-width:560px;margin-bottom:40px}.hy-pagehead-title{font-size:2.4rem;text-transform:uppercase;letter-spacing:-.01em}.hy-pagehead-description{margin-top:12px;font-size:1.7rem;color:var(--color-secondary-text-light)}.has-serif-body .hy-pagehead-description{font-family:var(--font-content)}@media (max-width:767px){.hy-topic-grid .hy-topic-content{row-gap:32px!important}.hy-topic-grid .hy-card:not(:only-child).large{padding-bottom:36px;margin-bottom:4px}.hy-topic-grid .hy-card-link{gap:16px}.hy-topic-grid .hy-card.large .hy-card-link{gap:32px}.hy-topic-grid .hy-card.featured.large a.hy-card-link{min-height:400px;padding:32px 24px}.hy-topic-grid .hy-card-image{width:100px}.hy-topic-grid .hy-card-title{font-size:1.6rem}.hy-topic-grid .hy-card.featured.large .hy-card-title{font-size:3.2rem}.hy-topic-grid .hy-card:not(.large) .hy-card-excerpt{display:none}.hy-card:not(.large) .hy-card-footer{margin-top:8px}.hy-topic-grid .hy-card:not(.large) :where(.hy-card-author,.hy-card-footer-sep){display:none}.hy-topic-minimal .hy-card+.hy-card{margin-top:12px}.hy-topic-minimal .hy-card-title{font-size:1.5rem}.hy-read-next{margin-top:64px}}@media (min-width:768px){main:not(.home-template) .hy-topic-grid .hy-card:not(.large) .hy-card-image{width:160px}}@media (max-width:991px){.hy-topic-grid .hy-topic-content{grid-template-columns:1fr}.hy-topic-grid .hy-card.large{grid-column:auto}.hy-topic-grid .hy-card:not(.featured).large .hy-card-link{flex-direction:column}.hy-topic-grid .hy-card.featured.large .hy-card-link{min-height:480px}.hy-topic-grid .hy-card.large .hy-card-link>*{width:100%}}@media (min-width:992px){.hy-head{font-size:1.4rem;font-weight:500}.has-full-image .hy-article-excerpt{margin-top:36px;font-size:2.4rem}}@media (max-width:1199px){.hy-article-sidebar{position:static;display:grid;grid-template-columns:auto 1fr;grid-column:main-start / main-end;column-gap:12px;align-items:center;padding-inline-end:0;margin-top:24px}.hy-article-sidebar .hy-author-image-list{grid-row:1 / 3}.hy-article-sidebar .hy-author-image{width:48px;height:48px;margin-bottom:0}.hy-author-image-list .hy-author-image+.hy-author-image{margin-inline-start:-16px}.hy-author-name-list{font-weight:600}.hy-author-name{font-size:1.7rem;font-weight:600}.hy-article-meta{line-height:1}}.search-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;background:linear-gradient(320deg,rgb(0 0 0 / .2) 0%,rgb(0 0 0 / .1) 100%);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.search-wrapper .search-wrapper-close{position:absolute;right:40px;top:40px;width:40px;height:40px;background:#fff0;border:0;opacity:.5;transition:opacity ease-out 0.2s}.search-wrapper .search-wrapper-close:focus,.search-wrapper .search-wrapper-close:hover{opacity:1}.search-wrapper .search-wrapper-close:before,.search-wrapper .search-wrapper-close:after{content:"";position:absolute;left:20%;top:50%;width:60%;height:2px;margin-top:-1px;border-radius:1px;background:#fff}.search-wrapper .search-wrapper-close:before{transform:rotate(-45deg)}.search-wrapper .search-wrapper-close:after{transform:rotate(45deg)}@media (max-width:768px){.search-wrapper .search-wrapper-close{top:32px;right:20px}}@media (max-width:576px){.search-wrapper .search-wrapper-close{right:12px}}.search-active{overflow-y:hidden}.search-active .search-wrapper{z-index:500;opacity:1;transition:all 0.2s}.search{position:relative;z-index:100;max-width:540px;margin:100px auto 0;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .1);background:#fff;overflow:hidden;will-change:transform;transition:all 0.2s}.search-form{position:relative;border-bottom:1px solid var(--color-light-gray)}.search-form .search-input-icon{position:absolute;left:24px;top:50%;transform:translateY(-50%);font-size:22px;line-height:1}.search-form .search-input-icon svg{vertical-align:baseline!important}.search-form .search-field{width:100%;padding:24px 54px 24px 48px;font-size:21px;font-weight:500;border:none;outline:0;background:var(--background-color)}.search-form .search-field::placeholder{font-weight:500}.search-form .search-field::-ms-clear{display:none}.search-form .search-button{display:none;position:absolute;right:24px;top:50%;transform:translateY(-50%);border:0;outline:none;width:24px;height:24px;border-radius:50%;will-change:transform;background:var(--color-light-gray);transition:all 0.2s}.search-result{overflow-y:scroll;max-height:50vh;-webkit-overflow-scrolling:touch}.search-result .search-result-row .search-result-row-link{display:block;padding:24px;text-decoration:none;outline:0;border-bottom:1px solid var(--border-color);transition:all 0.2s}.search-result .search-result-row .search-result-row-link .search-result-row-title{font-size:24px;line-height:1.3;font-weight:700}.search-result .search-result-row .search-result-row-link .search-result-row-excerpt{display:-webkit-box;margin-top:4px;font-size:16px;line-height:1.6;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (max-width:576px){.search-result{max-height:65vh}.search-result .search-result-row .search-result-row-link .search-result-row-title{font-size:22px}}.popular-wrapper{padding:24px}.popular-wrapper .popular-title{margin-bottom:16px;font-size:12px;line-height:1.6;font-weight:500;text-transform:uppercase;letter-spacing:1px}.popular-wrapper .popular-tags{display:flex;flex-wrap:wrap}.popular-wrapper .popular-tags a{padding:6px 16px;margin:0 8px 8px 0;font-size:12px;font-weight:500;line-height:1.6;border-radius:30px;transition:all 0.2s}@media (max-width:576px){.popular-wrapper .popular-tags a{margin:0 4px 4px 0}}[dir="rtl"] .search-input-icon{left:auto;right:24px;transform:translateY(-50%) scaleX(-1)}[dir="rtl"] .search-button{left:24px;right:auto}.search-form .search-button.search-button-clear:before,.search-form .search-button.search-button-clear:after{content:"";position:absolute;left:20%;top:50%;width:60%;height:2px;margin-top:-1px;border-radius:1px;background:var(--color-black)}.search-form .search-button.search-button-clear:before{transform:rotate(-45deg)}.error-content{flex-grow:1;justify-content:center;user-select:text;padding:8vw;display:flex;align-items:center}.error-content .error-details{margin-bottom:4rem}.error-content .error-details .error-message{display:flex;flex-direction:column;margin:15px;align-items:center}.error-content .error-details .error-message a{font-size:1.4rem;line-height:1;margin:8px 0}.error-content .error-details .error-message .error-code{margin:0;color:#c5d2d9;font-size:10vw;font-weight:600;line-height:.9em;letter-spacing:-.4vw}.error-content .error-details .error-message .error-description{margin:0;padding:0;border:none;color:#54666d;font-size:2.3rem;font-weight:300;line-height:1.3em}.error-content .error-details .error-message .error-link{background-color:#fff0;color:#5ba4e5;transition:background 0.3s,color 0.3s;text-decoration:none}.hy-foot{color:var(--color-white);white-space:nowrap;padding-top:80px;padding-bottom:120px;margin-top:120px;background-color:var(--color-darker-gray)}.hy-foot a{color:var(--color-white)}.hy-foot a:hover{color:var(--color-secondary-text-light);opacity:1}.hy-foot .hy-foot-inner{gap:40px;display:flex;flex-direction:column;align-items:center;font-size:1.4rem}.hy-foot .hy-foot-menu{width:100%;padding-bottom:32px;text-align:center;border-bottom:1px solid rgb(255 255 255 / .15)}.hy-foot .hy-foot-menu .nav{display:inline-flex;flex-wrap:wrap;row-gap:4px;align-items:center;justify-content:center;padding:0;margin:0;list-style:none;gap:32px;font-weight:500}.hy-foot .hy-foot-menu .nav li{display:flex;align-items:center}.hy-foot .hy-foot-menu .nav+li::before{display:none}.hy-foot .hy-copyright{color:var(--color-secondary-text-light);letter-spacing:-.006em}.hy-foot .hy-social-icons a:not(:last-of-type){margin-inline-end:12px}@media (max-width:767px){.hy-foot{padding-top:6.4rem;padding-bottom:12rem;padding-top:64px;padding-bottom:160px;margin-top:64px}.hy-foot .hy-foot-inner{grid-template-columns:1fr;text-align:center}.hy-foot .hy-foot-menu{margin-top:3.2rem;padding:24px 0}.hy-foot .hy-foot-menu .nav{flex-direction:column;gap:12px}.hy-foot .hy-foot-menu .nav li+li{margin-top:.4rem}.hy-foot .hy-foot-menu .nav li+li::before{display:none}.hy-foot .hy-copyright{margin-top:32px;text-align:center}}.mode-dark body,.mode-dark .hy-outer{background-color:var(--color-darker-gray);color:var(--color-primary-text-dark)}.mode-dark a,.mode-dark h1,.mode-dark h2,.mode-dark h3,.mode-dark h4,.mode-dark h5,.mode-dark h6,.mode-dark button.theme-toggle,.mode-dark .search-form .search-field{color:var(--color-white)}.mode-dark .hy-content figcaption a{color:var(--color-white)}.mode-dark .hy-content .bookmark .bookmark-title,.mode-dark .hy-content .bookmark .bookmark-description,.mode-dark .hy-content .bookmark .bookmark-domain{color:var(--color-white)}.mode-dark .hy-topic-header,.mode-dark .hy-topic-grid .hy-card:not(:only-child).large,.mode-dark .search-form{border-bottom:1px solid var(--color-dark-gray)}.mode-dark .hy-topic-footer{border-top:1px solid var(--color-dark-gray)}.mode-dark .search,.mode-dark hr,.mode-dark .hy-foot,.mode-dark .hy-read-next .hy-pagehead-title::after{background-color:var(--color-dark-gray)}.mode-dark .hy-article-tag,.mode-dark .hy-content a{color:var(--color-accent-dark)}.mode-dark figcaption,.mode-dark .hy-article-excerpt,.mode-dark .hy-comments-count,.mode-dark .hy-cta-link,.mode-dark .hy-foot,.mode-dark .hy-foot a,.mode-dark .pswp__error-msg,.mode-dark .pswp__error-msg a,.mode-dark .hy-card-footer,.mode-dark .hy-topic-header .hy-topic-link,.mode-dark .hy-article-meta,.mode-dark .hy-article-lang li,.mode-dark .hy-article-lang a,.mode-dark .hy-pagehead-description,.mode-dark .hy-copyright{color:var(--color-secondary-text-dark)}.mode-dark .hy-burger::before{background-color:var(--color-white)}.mode-dark .hy-burger::after{background-color:var(--color-white)}@media (min-width:992px){.mode-dark .is-head-stacked .hy-head .hy-head-inner .hy-head-menu::before,.mode-dark .is-head-stacked .hy-head .hy-head-inner .hy-head-menu::after{background-color:var(--color-dark-gray)}}@media (max-width:767px){.mode-dark .is-head-open #hy-head .hy-head-actions{background-color:var(--color-darker-gray)}.mode-dark .is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #hy-head{background-color:var(--color-darker-gray)}}body{font-family:"Readex Pro",sans-serif}.hy-topic-grid .hy-card-title{font-size:1.6rem!important;font-weight:500!important}.hy-topic-grid .hy-card:not(.large) .hy-card-excerpt{margin-top:8px!important;color:#333333!important;font-size:1.4rem!important}.hy-card-image img{object-fit:contain!important}.hy-topic-grid .hy-card.large .hy-card-title{font-size:2.8rem!important}