@charset "UTF-8";*,:after,:before{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;height:auto;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-radius:0;box-shadow:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:inherit}html{font-size:100%;-webkit-font-smoothing:antialiased}body{color:var(--color-black);font-family:var(--gh-font-body,var(--body-font-family)),"Helvetica","Arial",sans-serif;font-weight:400;line-height:1.75}h1,h2,h3,h4,h5,h6{font-family:var(--gh-font-heading,var(--heading-font-family)),"Helvetica","Arial",sans-serif;font-weight:var(--heading-font-weight);line-height:1.35}#main{overflow:hidden}.s-container{margin:0 auto;max-width:1360px;padding:0 20px;width:100%}@media screen and (min-width:480px){.s-container{padding:0 24px}}@media screen and (min-width:640px){.s-container{padding:0 32px}}@media screen and (min-width:1024px){.s-container{padding:0 40px}}.s-logo--image img{max-height:28px}@media screen and (min-width:1024px){.s-logo--image img{max-height:44px}}.s-logo--text{color:var(--color-black);font-size:32px;font-weight:700;text-decoration:none}.s-divider{background:#e8e8e8;height:1px;margin:48px 0;width:100%}@media screen and (min-width:640px){.s-divider{margin:56px 0}}@media screen and (min-width:768px){.s-divider{margin:72px 0}}@media screen and (min-width:1024px){.s-divider{margin:80px 0}}@media screen and (min-width:1280px){.s-divider{margin:96px 0}}.btn{background-color:var(--ghost-accent-color);border-radius:9999px;color:var(--color-primary-text-overlay);display:inline-flex;font-size:1rem;font-weight:500;line-height:1;line-height:1.05;max-width:-moz-max-content;max-width:max-content;padding:16px 24px;text-decoration:none}.btn--basic{background-color:transparent;border-bottom:0;color:var(--color-black)}.btn--black{background-color:var(--color-black);color:var(--color-white)}.s-image{aspect-ratio:var(--image-aspect-ratio);border-radius:var(--image-radius);display:block;overflow:hidden;position:relative}.s-image img,.s-image-placeholder{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.s-image-placeholder{background-color:var(--color-gray-200)}.s-tags{display:flex;gap:.5rem}.s-social{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0}.s-social a{color:var(--color-black)}.s-resizing *{animation:none!important;transition:none!important}.sr-text{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.s-error{margin:0 1.5rem}.s-error-content{align-items:center;background-color:var(--color-gray-100);border-bottom:3px solid rgba(0,0,0,.1);border-radius:1rem;display:flex;flex-direction:column;gap:1rem;margin:5rem auto;max-width:400px;padding:2rem;text-align:center}.s-error-content h1{margin-bottom:1rem}[class*=s-aspect-]{height:0;max-width:100%;overflow:hidden;position:relative;width:100%}[class*=s-aspect-] img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.s-aspect-1\/1{padding-bottom:100%}.s-aspect-3\/2{padding-bottom:66.67%}.s-aspect-4\/3{padding-bottom:75%}.s-aspect-5\/4{padding-bottom:80%}.s-aspect-16\/9{padding-bottom:56.25%}.s-aspect-2\/3{padding-bottom:150%}.s-aspect-3\/4{padding-bottom:133.33%}.s-aspect-portrait{padding-bottom:110%}.home-template--has-intro .header{background-color:var(--ghost-accent-color)}.header a:not(.btn){color:var(--color-black);text-decoration:none}.home-template--has-intro .header a:not(.btn){color:var(--color-primary-text-overlay);text-decoration:none}.header .btn{background-color:var(--ghost-accent-color);font-weight:500;padding:12px 20px}.home-template--has-intro .header .btn{background-color:var(--color-white);color:var(--color-black)}.header .s-container{align-items:center;display:flex;gap:2rem;height:70px;position:relative}@media screen and (min-width:1024px){.header .s-container{gap:3rem;height:88px}}.header .logo--image img{height:calc(var(--logo-height)*.66);min-height:20px;width:auto}@media screen and (min-width:1024px){.header .logo--image img{height:var(--logo-height)}}.header .logo--image,.header .logo--text{color:var(--color-black);font-size:32px;font-weight:700;text-decoration:none}@media screen and (max-width:1023px){.header .header-nav{background:var(--color-black);height:100%;left:0;overflow:auto;padding:2rem;position:fixed;top:0;transform:translateX(100%);visibility:hidden;width:100%;z-index:99999}.header .header-nav,body{transition:all .3s ease}.header .header-nav.header-nav-open{transform:translateX(0);visibility:visible}.header .header-nav .header-nav-dropdown>a{display:none}.header .header-nav ul{list-style:none;margin:0;padding:0}.header .header-nav>ul{opacity:0;transition:all .3s ease;transition-delay:.3s;visibility:hidden}.header .header-nav.header-nav-open>ul{opacity:1;visibility:visible}.header .header-nav li{margin:1rem 0}.header .header-nav li a{color:var(--color-white);font-size:1.125rem}.header .header-nav .header-nav-account-links{align-items:center;border-top:1px solid hsla(0,0%,100%,.2);color:var(--color-white);display:flex;gap:1rem;margin-top:1rem;opacity:0;padding-top:1.5rem;transition:all .3s ease;transition-delay:.35s;visibility:hidden}.header .header-nav.header-nav-open .header-nav-account-links{opacity:1;visibility:visible}.header .header-nav .header-nav-account-links a{color:var(--color-white)}.header .header-nav .header-nav-account-links .btn{background-color:var(--color-white);color:var(--color-black)}.header .header-nav .header-nav-close{position:absolute;right:1.5rem;top:1.5rem}.header .header-nav .header-nav-close svg{color:var(--color-white)}}@media screen and (min-width:1024px){.header .header-nav{margin-left:auto}.header .header-nav .header-nav-account-links,.header .header-nav .header-nav-close{display:none}.header .header-nav>ul{align-items:center;-moz-column-gap:2.5rem;column-gap:2.5rem;display:flex;list-style:none;padding:0}.header .header-nav>ul>li a{font-size:1.0625rem;font-weight:500}.header .header-nav-dropdown{position:relative;z-index:9999}.header .header-nav-dropdown>a{align-items:center;display:inline-flex;gap:12px;justify-content:center;line-height:1}.header .header-nav-dropdown svg{transform:rotate(90deg);fill:var(--color-black)}.home-template--has-intro .header .header-nav-dropdown svg{fill:var(--color-primary-text-overlay)}.header .header-nav-dropdown.is-open svg{transform:rotate(270deg)}.header .header-nav-dropdown #header-nav-dropdown-menu{background-color:var(--color-white);border-bottom:1px solid var(--color-gray-200);border:solid var(--color-gray-200);border-radius:10px;border-width:1px 1px 2px;box-shadow:0 0 10px rgba(0,0,0,.05);list-style:none;min-width:200px;opacity:0;padding:1rem;position:absolute;right:0;top:calc(100% + 1rem);transform:translateY(-10px);transition:all .2s ease;visibility:hidden}.header .header-nav-dropdown.is-open #header-nav-dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.header .header-nav-dropdown #header-nav-dropdown-menu a{color:var(--color-black)}}.header .header-utils{align-items:center;-moz-column-gap:1.25rem;column-gap:1.25rem;display:flex;margin-left:auto}@media screen and (min-width:1024px){.header .header-utils{margin-left:0}}.header .header-utils .header-utils-search{color:var(--color-black)}.home-template--has-intro .header .header-utils .header-utils-search{color:var(--color-primary-text-overlay)}.header .header-utils .header-utils-account-links{display:none}@media screen and (min-width:1024px){.header .header-utils .header-utils-account-links{align-items:center;background-color:rgba(0,0,0,.05);border-radius:9999px;display:flex;gap:1.25rem;padding:8px}}.home-template--has-intro .header .header-utils .header-utils-account-links{background-color:var(--color-primary-darker)}.header .header-utils .header-utils-account-links a:not(.btn){color:var(--color-black);font-weight:500;padding-left:16px}.home-template--has-intro .header .header-utils .header-utils-account-links a:not(.btn){color:var(--color-primary-text-overlay)}.header .header-utils .header-utils-burger{color:var(--color-black);display:block}@media screen and (min-width:1024px){.header .header-utils .header-utils-burger{display:none}}.home-template--has-intro .header .header-utils .header-utils-burger{color:var(--color-white)}@media screen and (min-width:1024px){.header--menu-right .s-container{display:flex;gap:1rem;height:90px}.header--menu-right .header-nav{margin-left:auto}.header--menu-right .header-utils{margin-left:0}}.footer{background-color:var(--ghost-accent-color)}.footer-main{border-radius:1rem;display:flex;flex-direction:column;gap:3rem;padding:3rem 0}@media screen and (min-width:768px){.footer-main{padding:4rem 0}}.footer-brand{color:var(--color-primary-text-overlay);display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-brand-logo img{height:calc(var(--logo-height)*.66);min-height:20px;width:auto}@media screen and (min-width:1024px){.footer-brand-logo img{height:var(--logo-height)}}.footer-brand-content{display:flex;flex-direction:column;gap:1rem;max-width:416px}.footer-brand-text{color:var(--color-primary-text-overlay);font-size:2rem;font-weight:700;margin:0;text-decoration:none}.footer-brand p{line-height:155%}.footer-nav{border-top:1px solid rgba(0,0,0,.2);display:flex;flex-direction:column;gap:2rem;justify-content:space-between;padding-top:3rem}@media screen and (min-width:768px){.footer-nav{flex-direction:row;padding-right:1.5rem}}@media screen and (min-width:1024px){.footer-nav{gap:clamp(56px,8vw,7.5rem);padding-right:3rem}}.footer-nav ul{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0}@media screen and (min-width:1024px){.footer-nav ul{width:300px}}.footer-nav ul:only-child{align-self:flex-start;-moz-column-gap:2rem;column-gap:2rem;flex-direction:row;flex-wrap:wrap;row-gap:1rem}@media screen and (min-width:1024px){.footer-nav ul:only-child{-moz-column-gap:4rem;column-gap:4rem}}.footer-nav ul li a{align-items:center;color:var(--color-primary-text-overlay);display:inline-flex;gap:.5rem;text-decoration:none}.footer-nav ul li a svg{fill:var(--color-primary-text-overlay);height:auto;min-width:18px;width:18px}.footer-nav ul li span{color:var(--color-primary-text-overlay);font-weight:700;pointer-events:none}.s-footer-subscribe form{background-color:var(--color-white);border-radius:9999px;display:flex;gap:1rem;justify-content:space-between;margin-top:1rem;padding:.5rem .5rem .5rem 1.25rem}@media screen and (min-width:768px){.s-footer-subscribe form{max-width:400px}}.s-footer-subscribe form input[type=email]{background:none;border:none;font-size:1rem;outline:none;padding:0;width:100%}.s-footer-subscribe form button{background-color:var(--ghost-accent-color);border-radius:9999px;color:var(--color-primary-text-overlay);font-size:16px;font-weight:500;line-height:1;padding:14px 20px}.s-footer-subscribe form~.s-footer-subscribe-messages{margin-top:12px}.s-footer-subscribe form~.s-footer-subscribe-messages p{font-size:16px;font-style:italic}.s-footer-subscribe form~.s-footer-subscribe-messages,.s-footer-subscribe form~.s-footer-subscribe-messages .s-footer-subscribe-error,.s-footer-subscribe form~.s-footer-subscribe-messages .s-footer-subscribe-success{display:none}.s-footer-subscribe form.error~.s-footer-subscribe-messages,.s-footer-subscribe form.error~.s-footer-subscribe-messages .s-footer-subscribe-error,.s-footer-subscribe form.success~.s-footer-subscribe-messages,.s-footer-subscribe form.success~.s-footer-subscribe-messages .s-footer-subscribe-success{display:block;font-weight:600;line-height:140%}.footer-copyright{padding:2rem 0}.footer-copyright,.footer-copyright a{color:var(--color-primary-text-overlay)}.s-intro{background-color:var(--intro-background);padding:40px 0}@media screen and (min-width:1024px){.s-intro{padding:48px 0}}@media screen and (min-width:1280px){.s-intro{padding:72px 0}}.s-intro-content{display:flex;flex-direction:column;gap:40px}@media screen and (min-width:768px){.s-intro-content{align-items:center;flex-direction:row;gap:56px}}@media screen and (min-width:1024px){.s-intro-content{gap:80px}}.s-intro-text{color:var(--color-primary-text-overlay);gap:32px}.s-intro-headline,.s-intro-text{display:flex;flex-direction:column}.s-intro-headline{gap:20px}.s-intro-headline h1{font-size:2.25rem;letter-spacing:-.5px}@media screen and (min-width:640px){.s-intro-headline h1{font-size:3rem}}@media screen and (min-width:768px){.s-intro-headline h1{font-size:3rem;line-height:1.2}}@media screen and (min-width:1024px){.s-intro-headline h1{font-size:3.5rem}}@media screen and (min-width:1280px){.s-intro-headline h1{font-size:4rem}}.s-intro-headline p{font-size:1.125rem;line-height:150%;max-width:842px}@media screen and (min-width:768px){.s-intro-headline p{font-size:1.25rem}}@media screen and (min-width:1024px){.s-intro-headline p{font-size:1.375rem}}.s-intro-subscribe form{background-color:var(--color-white);border-radius:9999px;display:flex;gap:1rem;justify-content:space-between;margin-top:1rem;padding:.5rem .5rem .5rem 1.25rem}@media screen and (min-width:768px){.s-intro-subscribe form{max-width:400px}}.s-intro-subscribe form input[type=email]{background:none;border:none;font-size:1rem;outline:none;padding:0;width:100%}.s-intro-subscribe form button{background-color:var(--intro-background);border-radius:9999px;color:var(--color-primary-text-overlay);font-size:16px;font-weight:500;line-height:1;padding:14px 20px}.s-intro-subscribe form~.s-intro-subscribe-messages{margin-top:12px}.s-intro-subscribe form~.s-intro-subscribe-messages p{font-size:16px;font-style:italic}.s-intro-subscribe form~.s-intro-subscribe-messages,.s-intro-subscribe form~.s-intro-subscribe-messages .s-intro-subscribe-error,.s-intro-subscribe form~.s-intro-subscribe-messages .s-intro-subscribe-success{display:none}.s-intro-subscribe form.error~.s-intro-subscribe-messages,.s-intro-subscribe form.error~.s-intro-subscribe-messages .s-intro-subscribe-error,.s-intro-subscribe form.success~.s-intro-subscribe-messages,.s-intro-subscribe form.success~.s-intro-subscribe-messages .s-intro-subscribe-success{display:block;font-weight:600;line-height:140%}.s-intro-image{max-width:none;min-width:auto}@media screen and (min-width:768px){.s-intro-image{max-width:33.33vw;min-width:33.33vw}}@media screen and (min-width:1024px){.s-intro-image{max-width:40vw;min-width:40vw}}@media screen and (min-width:1280px){.s-intro-image{max-width:none;min-width:auto}}.s-intro-image img{aspect-ratio:4/3;border-radius:12px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (min-width:768px){.s-intro-image img{aspect-ratio:1/1}}.s-tag-carousel{padding:56px 0}@media screen and (min-width:768px){.s-tag-carousel{padding:96px 0}}.s-tag-carousel .s-tag-carousel-wrapper{display:flex;flex-direction:column;gap:40px;margin-right:-40px;max-width:100vw}@media screen and (min-width:1280px){.s-tag-carousel .s-tag-carousel-wrapper{margin-right:calc(-50vw + 50%)}}.s-tag-carousel-header{align-items:flex-end;display:flex;gap:2rem;justify-content:space-between;padding-right:1.5rem}.s-tag-carousel-header h2{font-size:1.75rem}@media screen and (min-width:768px){.s-tag-carousel-header h2{font-size:2.25rem;letter-spacing:-.5px}}@media screen and (min-width:1280px){.s-tag-carousel-header h2{font-size:2.5rem}}.s-tag-carousel-swiper{border-bottom-left-radius:12px;border-top-left-radius:12px;overflow:hidden;width:100%}.s-tag-carousel-controls{display:none}@media screen and (min-width:768px){.s-tag-carousel-controls{align-items:center;display:flex;gap:.75rem}}.s-tag-carousel .s-tag-carousel-item{border-radius:12px;display:block;height:100%;overflow:hidden;position:relative}.s-tag-carousel-image>a{box-shadow:0 0 0 10px #fff;display:block;height:0;height:100%;max-width:100%;overflow:hidden;padding-bottom:133.33%;position:relative;width:100%}.s-tag-carousel-image>a:after,.s-tag-carousel-image>a:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.s-tag-carousel-image>a:before{background-color:rgba(0,0,0,.2);background:linear-gradient(0deg,rgba(0,0,0,.67),transparent 75%)}.s-tag-carousel-image>a img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;transition:all .2s ease;width:100%}@media screen and (min-width:1024px){.s-tag-carousel-image>a:hover img{transform:scale(1.025)}}.s-tag-carousel-content{bottom:0;left:0;padding:2rem;position:absolute;z-index:20}.s-tag-carousel-content h3{font-size:24px}.s-tag-carousel-content h3 a{color:var(--color-white);text-decoration:none}.s-featured{background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,89%,.1));border-bottom:1px solid var(--color-gray-200);border-top:1px solid var(--color-gray-200);padding:56px 0}@media screen and (min-width:1024px){.s-featured{padding:64px 0}}.s-featured .s-featured-intro{display:flex;flex-direction:column;gap:1rem}.s-featured .s-featured-intro h1{font-size:36px}@media screen and (min-width:768px){.s-featured .s-featured-intro h1{font-size:48px}}@media screen and (min-width:1024px){.s-featured .s-featured-intro h1{font-size:72px}.s-featured .s-featured-intro p{font-size:20px}}.s-featured .s-featured-intro .s-btn{align-self:flex-start;margin-top:.5rem}@media screen and (min-width:1024px){.s-featured .s-featured-intro .s-btn{margin-top:1rem}}.s-featured .s-featured-header{display:grid;gap:2.5rem;margin-bottom:2rem}@media screen and (min-width:1024px){.s-featured .s-featured-header{gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:0;top:64px}}.s-featured .s-featured-header h2{font-size:1.75rem}@media screen and (min-width:768px){.s-featured .s-featured-header h2{font-size:2.25rem;letter-spacing:-.5px}}@media screen and (min-width:1280px){.s-featured .s-featured-header h2{font-size:2.5rem}}.s-featured .s-featured-wrapper{display:grid;gap:2.5rem}@media screen and (min-width:1024px){.s-featured .s-featured-wrapper{gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-54px}}.s-featured .s-featured-main{display:flex;flex-direction:column;gap:2rem;order:1}@media screen and (min-width:1024px){.s-featured .s-featured-main{order:2}}.s-featured .s-featured-grid{display:grid;gap:32px;grid-template-columns:repeat(2,minmax(0,1fr))}.s-featured .s-featured-grid .card-author{display:none}@media screen and (min-width:768px){.s-featured .s-featured-grid .card-author{display:flex}}.s-featured .s-featured-list{order:2}@media screen and (min-width:1024px){.s-featured .s-featured-list{order:1;padding-top:80px}}.s-featured .s-featured-list{display:flex;flex-direction:column;gap:2rem}.s-featured .s-featured-list h2{font-size:2.5rem}.s-featured .s-featured-list-items{background:var(--color-gray-100);border-radius:.75rem;display:flex;flex-direction:column;gap:2rem;padding:24px}@media screen and (min-width:1024px){.s-featured .s-featured-list-items{padding:32px}}.s-popular-tags{border-top:1px solid var(--color-gray-100);padding:3rem 0}@media screen and (min-width:768px){.s-popular-tags{padding:5rem 0}}.s-popular-tags h3{font-family:var(--body-font-family);font-size:15px;font-weight:600;letter-spacing:1px;margin-bottom:16px;text-transform:uppercase}.s-popular-tags ul{display:flex;flex-wrap:wrap;list-style:none;margin:-.5rem;padding:0}@media screen and (min-width:1024px){.s-popular-tags ul{flex-wrap:nowrap}}.s-popular-tags ul li{flex-grow:1;margin:0;padding:.5rem;width:50%}@media screen and (min-width:640px){.s-popular-tags ul li{width:33.33%}}@media screen and (min-width:1024px){.s-popular-tags ul li{width:100%}}.s-popular-tags ul li a{align-items:center;aspect-ratio:1/1;background-color:var(--color-black);border-radius:24px;color:var(--color-white);display:flex;font-size:1.375rem;height:100%;justify-content:center;overflow:hidden;padding:1rem;position:relative;text-decoration:none;width:100%}@supports not (aspect-ratio:1/1){.s-popular-tags ul li a:before{content:"";float:left;padding-top:100%}.s-popular-tags ul li a:after{clear:left;content:"";display:block}}@media screen and (min-width:1024px){.s-popular-tags ul li a{-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.s-popular-tags ul li a:hover img{transform:scale(1.05)}}.s-popular-tags ul li a span{align-items:center;background-color:#fdfdfd;border-radius:9999px;color:var(--color-black);display:inline-flex;font-size:13px;font-weight:500;gap:6px;line-height:1;line-height:20px;padding:6px 12px;position:relative;text-decoration:none;z-index:10}.s-popular-tags ul li a img{height:100%;left:0;max-width:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.7;position:absolute;top:0;transition:all .3s ease;width:100%;z-index:5}.s-post-feed{padding:56px 0}@media screen and (min-width:1024px){.s-post-feed{padding:96px 0}}.s-post-feed-intro h2{font-size:1.75rem;margin-bottom:40px}@media screen and (min-width:768px){.s-post-feed-intro h2{font-size:2.25rem;letter-spacing:-.5px}}@media screen and (min-width:1280px){.s-post-feed-intro h2{font-size:2.5rem}}.s-post-feed-intro h2 span{font-weight:400}.author-template .s-post-feed-intro,.tag-template .s-post-feed-intro{margin-bottom:32px}.author-template .s-post-feed-intro h2,.tag-template .s-post-feed-intro h2{font-family:var(--body-font-family);font-size:20px;line-height:1.3}@media screen and (min-width:640px){.author-template .s-post-feed-intro h2,.tag-template .s-post-feed-intro h2{font-size:24px}}.s-post-feed-grid{-moz-column-gap:32px;column-gap:32px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));row-gap:56px}@media screen and (min-width:768px){.s-post-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1280px){.s-post-feed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.post-feed-loader{align-items:center;display:none;flex-direction:column;gap:16px;justify-content:center;padding-top:3.5rem}.post-feed--list+.post-feed-loader{border-top:1px solid var(--color-gray-200)}.post-feed--grid+.post-feed-loader{padding-top:5rem}.post-feed #load-more{align-items:center;display:flex;justify-content:center;margin:3rem 0 2rem}.s-authors-feed,.s-tags-feed{padding:56px 0}@media screen and (min-width:1024px){.s-authors-feed,.s-tags-feed{padding:96px 0}}.s-authors-feed .s-container,.s-tags-feed .s-container{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:640px){.s-authors-feed .s-container,.s-tags-feed .s-container{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:768px){.s-authors-feed .s-container,.s-tags-feed .s-container{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (min-width:1024px){.s-authors-feed .s-container,.s-tags-feed .s-container{grid-template-columns:repeat(6,minmax(0,1fr))}}.s-author-card,.s-tags-card{display:flex;flex-direction:column;gap:1rem}.s-author-card .s-author-card-image,.s-tags-card .s-tags-card-image{border-radius:12px;display:block;overflow:hidden;padding-bottom:100%;position:relative}.s-author-card .s-author-card-image img,.s-tags-card .s-tags-card-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;transition:all .2s ease;width:100%}@media screen and (min-width:1024px){.s-author-card .s-author-card-image:hover img,.s-tags-card .s-tags-card-image:hover img{transform:scale(1.025)}}.s-author-card .s-author-card-content,.s-tags-card .s-tags-card-content{text-align:center}.s-author-card .s-author-card-content h2,.s-tags-card .s-tags-card-content h2{font-family:var(--body-font-family);font-size:20px;font-weight:600}.s-page-header{background:linear-gradient(0deg,#fafafa,#fff);border-bottom:1px solid var(--color-gray-100);padding:56px 0}.s-page-header-content{align-items:center;display:flex;flex-direction:column;gap:40px;text-align:center}@media screen and (min-width:768px){.s-page-header-content{flex-direction:row;text-align:left}}.s-page-header-content .s-social{margin:auto}@media screen and (min-width:768px){.s-page-header-content .s-social{margin:0}}.s-page-header-image{min-width:180px}.s-page-header-image img{border-radius:9999px}.s-page-header-text{display:flex;flex-direction:column;gap:20px;max-width:732px}.s-page-header--custom .s-page-header-text h1{font-size:2rem}@media screen and (min-width:768px){.s-page-header--custom .s-page-header-text h1{font-size:2.5rem;line-height:2.75rem}}.s-page-header-text p{font-size:1.125rem}@media screen and (min-width:768px){.s-page-header-text p{font-size:1.25rem}}.s-page-header-text p+.s-social svg{height:20px;width:auto}.post-header{padding:16px 0 40px}@media screen and (min-width:768px){.post-header{padding:40px 0}}@media screen and (min-width:1024px){.post-header{padding:56px 0}}.post-header .s-container{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width:1024px){.post-header .s-container{gap:4rem}}.post-header--no-image .s-container{max-width:842px;padding-left:24px;padding-right:24px;width:100%}.post-header--no-image .s-container:after{background-color:var(--color-gray-200);content:"";height:1px;width:100%}.post-header .post-header-intro{display:flex;flex-direction:column;gap:24px;max-width:1062px;width:100%}@media screen and (min-width:1024px){.post-header .post-header-intro{gap:32px}}.post-header .post-header-tag-title{display:flex;flex-direction:column;gap:16px}.post-header .post-tags{display:flex;gap:.75rem;margin-bottom:6px}.post-header .post-tags .post-tag{align-items:center;border:1px solid #000;border-radius:9999px;color:var(--color-black);display:inline-flex;font-size:13px;font-weight:600;gap:6px;line-height:1;line-height:20px;padding:4px 12px;text-decoration:none}.post-header .post-tags .post-tag--locked svg{width:16px}.post-header h1{font-size:2rem}@media screen and (min-width:640px){.post-header h1{font-size:2.5rem}}@media screen and (min-width:768px){.post-header h1{font-size:3rem;letter-spacing:-.5px;line-height:1.125}}@media screen and (min-width:1024px){.post-header h1{font-size:4.5rem}.post-header--no-image h1{font-size:60px}}.post-header .post-excerpt{font-size:1.125rem;line-height:1.6;max-width:842px}@media screen and (min-width:768px){.post-header .post-excerpt{font-size:1.25rem}}@media screen and (min-width:1024px){.post-header .post-excerpt{font-size:1.375rem}}.post-header-meta{align-items:center;display:flex;flex-wrap:wrap}.post-header-date{display:inline-block;font-size:14px;font-weight:600}.post-header-author{display:flex;font-size:14px;font-weight:600;gap:8px;padding-right:8px}.post-header-author a{color:var(--color-black);text-decoration:none}.post-header-author:after{content:"•"}.post-header .post-image img{border-radius:1.5rem}.post-header .post-image figcaption{font-size:14px;margin-top:.5rem}.post-header .post-image figcaption a{color:var(--color-black)}.post-header .post-image-aspect{height:0;max-width:100%;overflow:hidden;padding-bottom:66.67%;position:relative;width:100%}.post-header .post-image-aspect img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.post-entry{font-size:1rem;margin-bottom:96px;padding:0 20px}@media screen and (min-width:480px){.post-entry{padding:0 24px}}@media screen and (min-width:640px){.post-entry{font-size:1.125rem;padding:0 32px}}@media screen and (min-width:1024px){.post-entry{font-size:1.25rem;padding:0 40px}}.post-entry>:not(.kg-width-full){margin-left:auto;margin-right:auto;max-width:800px}.post-entry :first-child{margin-top:0!important}.post-entry h1,.post-entry h2,.post-entry h3,.post-entry h4,.post-entry h5{font-weight:var(--heading-font-weight)!important;line-height:1.3;margin-bottom:1rem;margin-top:3rem}.post-entry h1+*,.post-entry h2+*,.post-entry h3+*,.post-entry h4+*,.post-entry h5+*{margin-top:1rem}.post-entry ul{list-style:disc;padding-left:1.125rem}.post-entry ol{list-style:decimal;padding-left:1.125rem}.post-entry h1{font-size:2rem;margin-top:0}@media screen and (min-width:768px){.post-entry h1{font-size:2.25rem}}@media screen and (min-width:1024px){.post-entry h1{font-size:3rem}}.post-entry h2{font-size:1.625rem}@media screen and (min-width:768px){.post-entry h2{font-size:2rem}}@media screen and (min-width:1024px){.post-entry h2{font-size:2.5rem}}.post-entry h3{font-size:1.375rem}@media screen and (min-width:768px){.post-entry h3{font-size:1.625rem}}@media screen and (min-width:1024px){.post-entry h3{font-size:2rem}}.post-entry h4{font-size:1.125rem}@media screen and (min-width:768px){.post-entry h4{font-size:1.25rem}}@media screen and (min-width:1024px){.post-entry h4{font-size:1.5rem}}.post-entry h5{font-size:1rem}.post-entry small{font-size:.8rem}.post-entry strong{font-weight:700}.post-entry em{font-style:italic}.post-entry a{color:var(--ghost-accent-color)}.post-entry hr{background-color:var(--color-gray-200);border:0;height:1px;margin:3rem 0}.post-entry blockquote{line-height:1.35}.post-entry blockquote:not(.kg-blockquote-alt){border-left:5px solid var(--ghost-accent-color);font-size:1.5rem;font-weight:700;padding-left:2rem}@media screen and (min-width:768px){.post-entry blockquote:not(.kg-blockquote-alt){font-size:2rem}}.post-entry blockquote.kg-blockquote-alt{display:flex;gap:2.5rem;text-align:left}.post-entry blockquote.kg-blockquote-alt:before{color:var(--ghost-accent-color);content:"“";font-family:Georgia,Times New Roman,Times,serif;font-size:4em;line-height:1}.post-entry>*{margin:28px 0}@media screen and (min-width:1024px){.post-entry>*{margin:40px 0}}@media screen and (min-width:1280px){.post-entry>*{margin:48px 0}}.post-entry figcaption{font-size:14px;margin-top:.5rem}.post-entry>.kg-width-wide{margin-left:auto;margin-right:auto;max-width:1360px;width:100%}.post-entry>.kg-width-wide img{max-width:none;width:100%}@media screen and (min-width:1024px){.post-entry>.kg-width-wide{padding:0 40px}}.post-entry>.kg-width-full{margin-left:-20px;margin-right:-20px}@media screen and (min-width:480px){.post-entry>.kg-width-full{margin-left:-24px;margin-right:-24px}}@media screen and (min-width:640px){.post-entry>.kg-width-full{margin-left:-32px;margin-right:-32px}}@media screen and (min-width:1024px){.post-entry>.kg-width-full{margin-left:-40px;margin-right:-40px}.content-layout .post-entry>.kg-width-wide{margin:4rem calc(-50vw + 512px - 2rem)!important}.content-layout .post-entry>.kg-width-full{margin:4rem calc(-50vw + 50% - 2rem)!important}}@media screen and (min-width:1440px){.content-layout .post-entry>.kg-width-wide{margin:4rem -300px!important}}.content-layout .post-entry>.kg-width-full{margin:4rem -2rem}@media screen and (min-width:1024px){.content-layout .post-entry>.kg-width-full{margin:4rem calc(-50vw + 50% - 2rem)!important}}.content-layout .post-entry>.kg-width-full img,.content-layout .post-entry>.kg-width-wide img{height:auto;width:100%}.post-entry .kg-gallery-image img,.post-entry .kg-header-card:not(.kg-width-full),.post-entry .kg-image-card:not(.kg-width-full) .kg-image,.post-entry .kg-signup-card:not(.kg-width-full),.post-entry .kg-video-container{border-radius:24px;overflow:hidden}.post-entry .kg-image-card{display:flex;flex-direction:column;justify-content:center}.post-entry .kg-image-card.kg-width-full{aspect-ratio:4/3;display:flex;flex-direction:column}@supports not (aspect-ratio:4/3){.post-entry .kg-image-card.kg-width-full:before{content:"";float:left;padding-top:75%}.post-entry .kg-image-card.kg-width-full:after{clear:left;content:"";display:block}}.post-entry .kg-image-card.kg-width-full>.kg-image{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.post-entry .kg-button-card a.kg-btn,.post-entry .kg-header-card a.kg-header-card-button,.post-entry .kg-header-card.kg-size-large a.kg-header-card-button,.post-entry .kg-header-card.kg-size-small a.kg-header-card-button{background-color:var(--ghost-accent-color);border-radius:6px;color:var(--color-primary-text-overlay);display:inline-flex;font-family:inherit;font-size:1rem;font-weight:600;height:auto;line-height:1.05;max-width:-moz-max-content;max-width:max-content;padding:16px 24px;text-decoration:none}.post-entry .kg-header-card.kg-style-accent a.kg-header-card-button,.post-entry .kg-header-card.kg-style-dark a.kg-header-card-button,.post-entry .kg-header-card.kg-style-image a.kg-header-card-button{background:var(--color-white);color:#000}.post-entry .kg-header-card h3.kg-header-card-subheader{font-family:var(--body-font-family);font-style:normal;font-weight:400;margin:1.25rem 0 .75rem}.post-entry .kg-toggle-card .kg-toggle-content p:first-of-type{margin-top:1rem!important}.post-entry .kg-toggle-card,.post-entry .kg-toggle-card+.kg-toggle-card{margin:1rem auto}.post-entry .kg-toggle-card h4.kg-toggle-heading-text{font-family:var(--heading-body-family);font-style:normal;font-weight:700}.post-entry .kg-toggle-card[data-kg-toggle-state=close] svg,.post-entry .kg-toggle-heading svg{color:#000}.post-entry .kg-callout-card{border-radius:1rem;font-weight:500}.post-entry .content-layout .kg-width-full.kg-video-card video,.post-entry .content-layout .kg-width-wide.kg-video-card video{height:100%;width:100%}.post-entry .kg-embed-card{align-items:center;aspect-ratio:16/9;display:flex;flex-direction:column}@supports not (aspect-ratio:16/9){.post-entry .kg-embed-card:before{content:"";float:left;padding-top:56.25%}.post-entry .kg-embed-card:after{clear:left;content:"";display:block}}.post-entry .kg-embed-card iframe{height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.post-entry #ghost-comments-root iframe{border-top:1px solid var(--color-gray-200);padding-top:1.5em}.post-entry .kg-width-full .kg-header-card-text,.post-entry .kg-width-full .kg-signup-card-text{padding-left:2rem!important;padding-right:2rem!important}.post-entry .kg-header-card.kg-width-full h2.kg-header-card-heading,.post-entry .kg-header-card.kg-width-regular h2.kg-header-card-heading,.post-entry .kg-header-card.kg-width-wide h2.kg-header-card-heading,.post-entry .kg-signup-card.kg-width-full h2.kg-signup-card-heading,.post-entry .kg-signup-card.kg-width-regular h2.kg-signup-card-heading,.post-entry .kg-signup-card.kg-width-wide h2.kg-signup-card-heading{font-weight:var(--heading-font-weight)}.post-entry .kg-header-card.kg-width-regular h2.kg-header-card-heading,.post-entry .kg-signup-card.kg-width-regular h2.kg-signup-card-heading{font-size:32px}@media screen and (min-width:768px){.post-entry .kg-header-card.kg-width-regular h2.kg-header-card-heading,.post-entry .kg-signup-card.kg-width-regular h2.kg-signup-card-heading{font-size:48px}}.post-entry .kg-header-card.kg-width-wide h2.kg-header-card-heading,.post-entry .kg-signup-card.kg-width-wide h2.kg-signup-card-heading{font-size:32px;font-weight:var(--heading-font-weight)}@media screen and (min-width:768px){.post-entry .kg-header-card.kg-width-wide h2.kg-header-card-heading,.post-entry .kg-signup-card.kg-width-wide h2.kg-signup-card-heading{font-size:48px}}@media screen and (min-width:1024px){.post-entry .kg-header-card.kg-width-wide h2.kg-header-card-heading,.post-entry .kg-signup-card.kg-width-wide h2.kg-signup-card-heading{font-size:60px}}.post-entry .kg-header-card.kg-width-full h2.kg-header-card-heading,.post-entry .kg-signup-card.kg-width-full h2.kg-signup-card-heading{font-size:2rem;font-weight:var(--heading-font-weight);margin-bottom:.5rem}@media screen and (min-width:768px){.post-entry .kg-header-card.kg-width-full h2.kg-header-card-heading,.post-entry .kg-signup-card.kg-width-full h2.kg-signup-card-heading{font-size:2.25rem}}@media screen and (min-width:1024px){.post-entry .kg-header-card.kg-width-full h2.kg-header-card-heading,.post-entry .kg-signup-card.kg-width-full h2.kg-signup-card-heading{font-size:3rem}}.post-entry .kg-header-card .kg-header-card-subheading,.post-entry .kg-signup-card .kg-signup-card-subheading{font-size:1.125rem!important}@media screen and (min-width:768px){.post-entry .kg-header-card .kg-header-card-subheading,.post-entry .kg-signup-card .kg-signup-card-subheading{font-size:1.25rem!important}}@media screen and (min-width:1024px){.post-entry .kg-header-card .kg-header-card-subheading,.post-entry .kg-signup-card .kg-signup-card-subheading{font-size:1.5rem!important}}.kg-header-card.kg-v2 .kg-header-card-button{font-size:1rem!important}.post-entry .kg-header-card:not(.kg-layout-split) picture img,.post-entry .kg-signup-card:not(.kg-layout-split) picture img{opacity:.6}.post-entry .kg-header-card:not(.kg-layout-split) picture+.kg-header-card-content,.post-entry .kg-signup-card:not(.kg-layout-split) picture+.kg-signup-card-content{background-color:var(--color-black)}.post-entry #ghost-comments-root{margin-top:4rem}.gh-post-upgrade-cta{margin-bottom:4rem}.card{display:flex;flex-direction:column;gap:1.5rem}.card--list{align-items:center;flex-direction:row;gap:24px;justify-content:space-between}@media screen and (min-width:768px){.card--list{gap:40px}}.card--list:not(:last-of-type){border-bottom:1px solid var(--color-gray-200);padding-bottom:2rem}.card-image{position:relative}.card--list .card-image{min-width:112px}.card-image a{border-radius:12px;display:block;overflow:hidden;position:relative}@media screen and (min-width:1024px){.card-image a:hover img{transform:scale(1.025)}}.card-image a img{transition:all .2s ease}.card-image-placeholder{background-color:var(--color-gray-200);height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.card-content{display:flex;flex-direction:column;gap:10px}.card-meta{align-items:center;display:flex}.card-author{display:flex;font-size:14px;font-weight:600;gap:6px;padding-right:6px}.card-author:after{content:"•"}.card-author a,.card-author span{color:var(--color-black);text-decoration:none}.card-tags{display:flex;gap:10px;margin-top:8px}.card-tags .card-tag{align-items:center;border:1px solid #000;border-radius:9999px;color:var(--color-black);display:inline-flex;font-size:13px;font-weight:600;gap:6px;line-height:1;line-height:20px;padding:2px 10px;text-decoration:none}.card-tags .card-tag--locked svg{width:16px}.card-title{font-size:1.5rem}.card-title--md{font-size:1.25rem}.card-title--lg{font-size:1.375rem}.card-title--xl{font-size:1.5rem}.card-title--2xl{font-size:1.75rem}.card-title--3xl{font-size:2rem}.card-title--4xl{font-size:2.25rem}.s-post-feed .card-title{font-size:28px}@media screen and (min-width:1024px){.s-post-feed .card-title{font-size:24px}}.s-featured-grid .card-title,.s-featured-list .card-title{font-size:20px}@media screen and (min-width:768px){.s-featured-grid .card-title,.s-featured-list .card-title{font-size:24px}}.s-featured-full .card-title{font-size:32px;line-height:1.25}@media screen and (min-width:768px){.s-featured-full .card-title{font-size:36px}}.card-title a{color:var(--color-black);text-decoration:none}.card-excerpt{display:-webkit-box;font-size:18px;line-height:30px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.card-date{display:inline-block;font-size:14px;font-weight:600}.s-contact{padding:56px 0}@media screen and (min-width:1024px){.s-contact{padding:96px 0}}.s-contact-content{align-items:start;display:grid;gap:3rem}@media screen and (min-width:1024px){.s-contact-content{grid-template-columns:repeat(2,minmax(0,1fr))}}.s-contact-input{margin:0 0 1.5rem}.s-contact-input input,.s-contact-input textarea{background-color:#f9f9f9;border:0;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:.75rem 1rem;width:100%}.s-contact-input textarea{border-radius:1rem;max-width:100%;min-height:220px}.s-contact-image{display:none;overflow:hidden;padding-bottom:100%;position:relative}@media screen and (min-width:1024px){.s-contact-image{display:block}}.s-contact-image img{border-radius:12px;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}