@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}html.scroll-disabled{overflow:hidden}body{background-color:var(--site-background-color);color:var(--site-text-color);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}.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:28px;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:6px;color:var(--color-white);display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;line-height:1;line-height:1.05;max-width:-moz-max-content;max-width:max-content;padding:16px 24px;text-decoration:none}.btn--outline{background-color:transparent;border:1px solid;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-social{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0}.s-social a{color:var(--site-text-color)}.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(--site-secondary-background);border-radius:1rem;color:var(--site-secondary-text-color);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}.s-tags{display:flex;flex-wrap:wrap;gap:1rem}.s-tags .s-tag{background-color:var(--color-black);border-radius:9999px;color:var(--color-white);font-size:.75rem;line-height:120%;padding:.5rem .75rem;text-decoration:none}.s-tags .s-tag--white{background-color:var(--color-white);color:var(--color-black)}.s-tags .s-tag--brand{background-color:var(--ghost-accent-color);color:var(--color-white)}.s-date{color:var(--color-black);font-size:.875rem;font-weight:600}.s-date--white{color:var(--color-white)}[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%}.header a:not(.btn):not(.logo--text){color:var(--site-secondary-text-color);text-decoration:none}.header .s-container{align-items:center;display:flex;gap:1.25rem;height:70px;position:relative}@media screen and (min-width:1024px){.header .s-container{gap:3rem;height:112px}}.header .logo{flex-grow:0;flex-shrink:0}.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--text{color:var(--site-text-color);font-size:32px;font-weight:700;text-decoration:none}.header .header-search-bar{align-items:center;color:var(--site-secondary-text-color);display:flex;gap:16px;line-height:1;margin-left:auto}@media screen and (min-width:1024px){.header .header-search-bar{background-color:var(--site-secondary-background);border-radius:12px;margin-left:0;order:unset;padding:1.25rem;width:100%}}@media screen and (max-width:1023px){.header .header-search-bar span{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}}.header .header-search-bar,.header .header-utils-account,.header .logo,.header .s-nav-toggle{position:relative;z-index:9999}.header .header-utils{align-items:center;-moz-column-gap:1.25rem;column-gap:1.25rem;display:flex;min-width:-moz-max-content;min-width:max-content}.header .header-utils .header-utils-account{display:none}@media screen and (min-width:1024px){.header .header-utils .header-utils-account{display:flex}.header .header-utils .header-utils-account svg{display:none}}.header .header-utils .header-utils-account-text{display:none}@media screen and (min-width:1024px){.header .header-utils .header-utils-account-text{display:flex}}.s-nav-toggle{align-items:center;background-color:var(--site-secondary-background);border-radius:9999px;color:var(--site-secondary-text-color);display:flex;flex-direction:column;height:50px;justify-content:center;padding:.5rem 1rem;position:relative;width:50px}.s-nav-toggle .s-nav-toggle-close{opacity:0;transform:scaleY(-1)}.s-nav-toggle .s-nav-toggle-close,.s-nav-toggle .s-nav-toggle-open{position:absolute;transition:all .15s ease}.s-nav.is-open .s-nav-toggle .s-nav-toggle-open{opacity:0;transform:scaleY(-1)}.s-nav.is-open .s-nav-toggle .s-nav-toggle-close{opacity:1;transform:scaleY(1)}.s-nav.is-open .s-nav-megamenu{opacity:1;transform:scaleY(1);visibility:visible}.s-nav.is-open .s-nav-megamenu ul{opacity:1;transition:all .3s ease;transition-delay:.3s}.s-nav-megamenu{background-color:var(--menu-background-color);color:var(--site-secondary-text-color);height:100%;left:0;opacity:0;padding:70px 20px 0;position:fixed;top:0;transform:scaleY(0);transform-origin:top;transition:all .3s ease;visibility:hidden;width:100%;z-index:9998}@media screen and (min-width:480px){.s-nav-megamenu{padding:70px 24px 0}}@media screen and (min-width:640px){.s-nav-megamenu{padding:70px 32px 0}}@media screen and (min-width:1024px){.s-nav-megamenu{border-radius:1rem;box-shadow:0 0 60px 0 rgba(0,0,0,.075);height:auto;left:10px;padding:140px 40px 48px;position:absolute;top:10px;width:calc(100% - 20px)}}.s-nav-megamenu-inner{display:flex;flex-direction:column;gap:2rem;height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;padding:16px 0 32px}@media screen and (min-width:1024px){.s-nav-megamenu-inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}}.s-nav-megamenu::-webkit-scrollbar{display:none}.s-nav-megamenu ul{display:flex;flex-direction:column;gap:.5rem;list-style:none;opacity:0;padding:0}.s-nav-megamenu 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){.s-nav-megamenu ul:only-child{-moz-column-gap:4rem;column-gap:4rem}}.s-nav-megamenu ul li a{align-items:center;color:var(--site-secondary-text-color);display:inline-flex;gap:.5rem;text-decoration:none}.s-nav-megamenu ul li a svg{height:auto;min-width:18px;width:18px}.s-nav-megamenu ul li span{color:var(--site-secondary-text-color);font-weight:700;pointer-events:none}.s-nav[data-nav=Dropdown]{position:relative}.s-nav-dropdown{background-color:var(--menu-background-color);height:100%;left:0;opacity:0;padding:70px 20px 0;position:fixed;top:0;transform:scaleY(0);transform-origin:top;transition:all .3s ease;visibility:hidden;width:100%;z-index:9998}@media screen and (min-width:480px){.s-nav-dropdown{padding:70px 24px 0}}@media screen and (min-width:640px){.s-nav-dropdown{padding:70px 32px 0}}@media screen and (min-width:1024px){.s-nav-dropdown{background-color:var(--menu-background-color);border-radius:1rem;height:auto;left:auto;opacity:0;padding:0;position:absolute;right:0;top:calc(100% + 1rem);transform:translateY(-10px);transition:all .3s ease;visibility:hidden;width:200px;z-index:99999}}.s-nav-dropdown-inner{display:flex;flex-direction:column;gap:2rem;height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;padding:16px 0 32px}@media screen and (min-width:1024px){.s-nav-dropdown-inner{padding:0}}.s-nav-dropdown::-webkit-scrollbar{display:none}.s-nav-dropdown ul{list-style:none;padding:0}@media screen and (min-width:1024px){.s-nav-dropdown ul{padding:1rem}}.s-nav-dropdown li{margin:.5rem 0}.s-nav.is-open .s-nav-dropdown{opacity:1;transform:translateY(0);visibility:visible}.s-nav-account{display:block;opacity:0;visibility:hidden}@media screen and (min-width:1024px){.s-nav-account{display:none}}.s-nav.is-open .s-nav-account{opacity:1;transition:all .3s ease;transition-delay:.3s;visibility:visible}.s-nav-account .btn{min-width:100%}.footer{padding:2rem 0}.footer-main{background-color:var(--site-secondary-background);border-radius:24px;gap:2rem;padding:4rem 2rem}.footer-brand,.footer-main{align-items:center;display:flex;flex-direction:column;text-align:center}.footer-brand{gap:1rem;max-width:450px}.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-text{color:var(--site-secondary-text-color);font-size:32px;font-weight:700;margin:0;text-decoration:none}.footer-brand p{line-height:155%}.footer-nav ul{-moz-column-gap:1.5rem;column-gap:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;padding:0;row-gap:.5rem}.footer-nav ul li a{align-items:center;color:var(--site-secondary-text-color);display:inline-flex;gap:.5rem;text-decoration:none}.footer-nav ul li a svg{height:auto;min-width:18px;width:18px}.footer-nav ul li span{font-weight:700;pointer-events:none}.s-footer-subscribe form{background-color:var(--color-gray-100);border-radius:.5rem;display:flex;gap:1rem;justify-content:space-between;margin-top:1rem;padding:.5rem .5rem .5rem 1rem}@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%}@media screen and (min-width:768px){.s-footer-subscribe form input[type=email]{font-size:1.125rem}}.s-footer-subscribe form button{background-color:var(--ghost-accent-color);border-radius:.5rem;color:var(--color-white);font-size:16px;font-weight:600;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,.footer-copyright a{color:var(--site-secondary-text-color)}.s-intro{padding:2.5rem 0}@media screen and (min-width:1024px){.s-intro{padding:3rem 0}}@media screen and (min-width:1280px){.s-intro{padding:6rem 0}}.s-intro-content{gap:32px;margin:auto;max-width:960px;text-align:center}.s-intro-content,.s-intro-heading{align-items:center;display:flex;flex-direction:column}.s-intro-heading{gap:16px}.s-intro h1{font-size:2.25rem;letter-spacing:-.5px}@media screen and (min-width:640px){.s-intro h1{font-size:3rem}}@media screen and (min-width:768px){.s-intro h1{font-size:3.5rem;line-height:1.2}}@media screen and (min-width:1024px){.s-intro h1{font-size:4rem}}.s-intro p{font-size:1.125rem;line-height:1.6;max-width:720px}@media screen and (min-width:1024px){.s-intro p{font-size:1.25rem}}.s-intro-tags{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;list-style:none;margin:0;padding:0}.s-intro-tags li a{background-color:transparent;border:1px solid var(--site-text-color);border-radius:9999px;color:var(--site-text-color);display:inline-flex;font-size:.875rem;line-height:120%;padding:.5rem 1rem;text-decoration:none}.s-hero-slider{margin-top:1rem;padding-bottom:2rem}@media screen and (min-width:1024px){.s-hero-slider{margin-top:1.5rem}}.s-hero-slide,.s-hero-slider .s-container{position:relative}.s-hero-slide-image a{display:block;padding-bottom:120%;position:relative}@media screen and (min-width:768px){.s-hero-slide-image a{padding-bottom:66.67%}}@media screen and (min-width:1024px){.s-hero-slide-image a{padding-bottom:43.75%}}.s-hero-slide-image a img{border:1rem solid var(--site-secondary-background);border-radius:1.5rem;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-hero-slide-content{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.15);border-radius:1rem;bottom:2rem;display:flex;flex-direction:column;gap:1rem;left:2rem;padding:2rem;position:absolute;width:calc(100% - 4rem)}@media screen and (min-width:1024px){.s-hero-slide-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);bottom:3rem;left:3rem;width:50%}}.s-hero-slide-content .s-hero-slide-title{font-size:1.25rem;line-height:120%}@media screen and (min-width:640px){.s-hero-slide-content .s-hero-slide-title{font-size:1.5rem}}@media screen and (min-width:768px){.s-hero-slide-content .s-hero-slide-title{font-size:2rem}}.s-hero-slide-content .s-hero-slide-title a{color:var(--color-white);text-decoration:none}.s-hero-meta{align-items:center;color:var(--color-white);display:flex;gap:6px;margin-top:auto}.s-hero-meta .s-date{font-size:12px;font-weight:600}.s-hero-meta .s-hero-author{align-items:center;display:inline-flex}.s-hero-meta .s-hero-author:after{content:"•";display:inline-flex;font-size:9px;margin-left:6px}.s-hero-meta .s-hero-author a,.s-hero-meta .s-hero-author span{color:var(--color-white);font-size:12px;font-weight:600;text-decoration:none}.s-hero-slider .s-hero-slider-pagination{bottom:-2.5rem;top:auto}.s-hero-slider .s-hero-slider-pagination .swiper-pagination-bullet{background-color:var(--site-secondary-background);height:8px;opacity:1;transition:all .3s ease;width:8px}.s-hero-slider .s-hero-slider-pagination .swiper-pagination-bullet-active{background-color:var(--ghost-accent-color);border-radius:9999px;width:24px}.s-post-feed{margin:56px 0}.s-post-feed-intro h2{font-size:1.75rem;margin-bottom:40px}@media screen and (min-width:1024px){.s-post-feed-intro h2{font-size:2.5rem;letter-spacing:-.5px}}@media screen and (min-width:1280px){.s-post-feed-intro h2{font-size:3rem}}.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:1024px){.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:96px 0}.s-authors-feed .s-container,.s-tags-feed .s-container{display:grid;gap:24px;grid-template-columns:repeat(1,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{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{border-radius:24px;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-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-tag-header{margin:40px 0}.s-tag-header-wrapper{border-radius:1rem;overflow:hidden;padding:8rem 4rem;position:relative}.s-tag-header-image,.s-tag-header-image:before{height:100%;left:0;position:absolute;top:0;width:100%}.s-tag-header-image:before{background-color:rgba(0,0,0,.4);content:"";display:block;z-index:2}.s-tag-header-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;width:100%;z-index:1}.s-tag-header-content{color:var(--color-white);position:relative;z-index:3}.s-page-header{padding:24px 0 0;position:relative}.s-page-header-content{align-items:flex-start;border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:40px;padding-bottom:48px;position:relative}@media screen and (min-width:768px){.s-page-header-content{align-items:center;flex-direction:row}}.s-page-header-image{min-width:270px}.s-page-header-image img{border:.75rem solid var(--site-secondary-background);border-radius:2rem}.s-page-header-text{display:flex;flex-direction:column;gap:20px;max-width:732px}.s-page-header-text .s-page-header-name{align-items:center;display:flex;gap:1rem}.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}.s-page-header-count{background-color:var(--site-secondary-background);border-radius:4px;color:var(--site-secondary-text-color);display:inline-flex;line-height:1;max-width:-moz-max-content;max-width:max-content;padding:6px 12px}.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:rgba(0,0,0,.1);content:"";height:1px;width:100%}.post-header .post-header-content{display:flex;flex-direction:column;gap:32px;margin:0 auto;max-width:960px;width:100%}@media screen and (min-width:1024px){.post-header .post-header-content{align-items:center;text-align:center}}.post-header .post-header-heading{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:1024px){.post-header .post-header-heading{align-items:center}}.post-header .s-tags .s-tag{font-size:.875rem}.post-header h1{font-size:2.25rem;letter-spacing:-.5px}@media screen and (min-width:640px){.post-header h1{font-size:3rem}}@media screen and (min-width:768px){.post-header h1{font-size:3.5rem;line-height:1.2}}@media screen and (min-width:1024px){.post-header h1{font-size:4rem}.post-header--no-image h1{font-size:60px}}.post-header .post-excerpt{font-size:1.125rem;line-height:1.6;max-width:720px}@media screen and (min-width:1024px){.post-header .post-excerpt{font-size:1.25rem}}.post-header-meta{align-items:center;background-color:var(--site-secondary-background);border-radius:6px;display:flex;gap:8px;max-width:-moz-max-content;max-width:max-content;padding:4px 16px}.post-header-meta,.post-header-meta .post-header-author a{color:var(--site-secondary-text-color)}.post-header-date{border-radius:6px;display:inline-block;font-size:14px;font-weight:600}.post-header-author{align-items:center;display:inline-flex;font-size:14px;font-weight:600}.post-header-author:after{content:"•";display:inline-flex;font-size:9px;margin-left:8px}.post-header-author a{align-items:center;color:var(--site-text-color);display:inline-flex;text-decoration:none}.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(--site-text-color)}.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{padding:0 40px}}.post-entry>:not(.kg-width-full){margin-left:auto;margin-right:auto;max-width:700px}.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:.625rem;margin-top:3rem}.post-entry h1+*,.post-entry h2+*,.post-entry h3+*,.post-entry h4+*,.post-entry h5+*{margin-top:.625rem}.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:rgba(0,0,0,.1);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-white);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:.625rem 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-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 rgba(0,0,0,.1);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(--site-secondary-background)}.post-entry #ghost-comments-root{margin-top:4rem}.gh-post-upgrade-cta{margin-bottom:4rem}.s-card{background-color:var(--site-secondary-background);border-radius:1rem;display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.s-card-image,.s-card-image a{position:relative}.s-card-image a{border-radius:var(--image-radius);display:block;overflow:hidden}@media screen and (min-width:1024px){.s-card-image a:hover img{transform:scale(1.025)}}.s-card-image a img{transition:all .2s ease}.s-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%}.s-card-content{display:flex;flex-direction:column;gap:16px;height:100%;padding:4px 12px 12px}.s-card-title{font-size:1.5rem}.s-card-title--md{font-size:1.25rem}.s-card-title--lg{font-size:1.375rem}.s-card-title--xl{font-size:1.5rem}.s-card-title--2xl{font-size:1.75rem}.s-card-title--3xl{font-size:2rem}.s-card-title--4xl{font-size:2.25rem}.s-card-title a{color:var(--site-secondary-text-color);text-decoration:none}.s-card-excerpt{display:none;font-size:18px;line-height:30px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.s-card-meta{align-items:center;display:flex;gap:6px;margin-top:auto}.s-card-date{color:var(--site-secondary-text-color);font-size:12px;font-weight:600}.s-card-author{align-items:center;display:inline-flex}.s-card-author:after{content:"•";display:inline-flex;font-size:9px;margin-left:6px}.s-card-author a,.s-card-author span{color:var(--site-secondary-text-color);font-size:12px;font-weight:600;text-decoration:none}.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:10px;padding:.5rem 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:1rem;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}