.post-head{background-color:var(--cs-blue);color:var(--cs-white);padding-bottom:80px;padding-top:48px}.post-head .page-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.post-breadcrumbs{gap:8px}.post-breadcrumbs,.post-breadcrumbs__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.post-breadcrumbs__item{border-radius:8px;color:var(--cs-white);height:26px;padding:0 12px;text-decoration:none}.post-breadcrumbs__item--parent{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.post-breadcrumbs__item--current{background:hsla(0,0%,100%,.2)}.post-head__main{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:148px;justify-content:space-between}.post-head__main,.post-head__meta{display:-webkit-box;display:-ms-flexbox;display:flex}.post-head__meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.post-head__title{font-size:36px;font-weight:600;line-height:1.1}.post-head__desc,.post-head__title{color:var(--cs-white);margin:0}.post-head__tags{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.post-head__tag,.post-head__tags{display:-webkit-box;display:-ms-flexbox;display:flex}.post-head__tag{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid hsla(0,0%,100%,.5);border-radius:8px;color:var(--cs-white);padding:8px 16px;text-decoration:none;-webkit-transition:background .2s,border-color .2s;-o-transition:background .2s,border-color .2s;transition:background .2s,border-color .2s}.post-head__tag:hover{background:hsla(0,0%,100%,.1);border-color:#fff}.post-head__cover{-ms-flex-negative:0;border-radius:16px;flex-shrink:0;height:252px;overflow:hidden;width:432px}.post-head__cover-img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.post-head__info{-webkit-box-pack:justify;-ms-flex-pack:justify;gap:32px;justify-content:space-between}.post-author,.post-head__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.post-author{gap:20px}.post-author__photo{border-radius:50%;height:64px;-o-object-fit:cover;object-fit:cover;width:64px;-ms-flex-negative:0;background:#9d9d9d;flex-shrink:0}.post-author__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.post-author__meta,.post-author__name{color:var(--cs-white)}.post-author__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.post-author__sep{background:hsla(0,0%,100%,.5);display:inline-block;height:16px;width:1px}.post-body{background:var(--cs-white);padding-bottom:80px;padding-top:80px}.post-layout{display:-webkit-box;display:-ms-flexbox;display:flex;gap:64px}.post-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.post-toc-wrap--inline{display:none;margin-bottom:32px}.post-sidebar{width:432px;-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:48px}.post-toc-wrap--sticky{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 32px);width:100%}.post-sidebar__scroll-top{bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;right:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background:var(--cs-bright-snow);border-radius:100px;height:50px;justify-content:center;opacity:0;-webkit-transition:opacity .2s,visibility .2s;-o-transition:opacity .2s,visibility .2s;transition:opacity .2s,visibility .2s;visibility:hidden;width:50px}.post-sidebar__scroll-top.show{opacity:1;visibility:visible}.post-content__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;color:var(--cs-black);-ms-flex-direction:column;flex-direction:column;gap:32px}.post-content__body h2{font-size:32px;font-weight:600;line-height:1.1;margin:0}.post-content__body h3{font-size:24px;font-weight:600;line-height:1.1;margin:0}.post-content__body h2,.post-content__body h3,.post-content__body h4{margin-bottom:var(--sp-h9);margin-top:var(--sp-h9)}.post-content__body h5,.post-content__body h6{margin-bottom:var(--sp-h10);margin-top:var(--sp-h10)}.post-content__body h2:first-child,.post-content__body h3:first-child,.post-content__body h4:first-child,.post-content__body h5:first-child,.post-content__body h6:first-child{margin-top:0}.post-content__body p{margin-bottom:var(--sp-h9);margin-top:0}.post-content__body p:last-child{margin-bottom:0}.post-content__body p{line-height:1.3;margin:0}.post-content__body ol,.post-content__body ul{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:var(--sp-h10);margin-top:var(--sp-h10);padding-left:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.post-content__body li{line-height:1.3}.post-content__body ol>li>ol,.post-content__body ol>li>ul,.post-content__body ul>li>ol,.post-content__body ul>li>ul{margin:8px 0}.post-content__body img{border-radius:24px;display:block;height:auto;margin-bottom:var(--sp-h9);margin-top:var(--sp-h9);-o-object-fit:cover;object-fit:cover;width:100%!important}.post-content__body blockquote{display:-webkit-box;display:-ms-flexbox;display:flex;gap:64px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:#f5f5f5;border:none;border-radius:24px;margin:var(--sp-h6) 0;padding:32px}.post-content__body blockquote:before{content:url(https://148474409.fs1.hubspotusercontent-eu1.net/hubfs/148474409/Corestone/icons/blockquote.svg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;background:var(--cs-orange);border-radius:50%;color:var(--cs-white);flex-shrink:0;font-size:40px;font-weight:700;height:64px;line-height:1;padding-bottom:8px;width:64px}.post-content__body blockquote p{color:var(--cs-black);font-size:24px;font-weight:600;line-height:1.1}.post-content__body blockquote cite{color:var(--cs-black);display:block;font-style:normal;margin-top:24px}.post-content__body a:not(.btn){color:var(--cs-blue);text-decoration:underline}.post-content__body a:not(.btn):hover{opacity:.8}.post-related{background:#f5f5f7;padding-bottom:80px;padding-top:80px}.post-related__title{color:var(--cs-black);margin:0 0 64px;text-align:center}.post-related__grid{gap:32px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;justify-content:center}.post-card,.post-related__grid{display:-webkit-box;display:-ms-flexbox;display:flex}.post-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;color:inherit;-ms-flex:1;flex:1;max-width:calc(50% - 16px);min-width:0;text-decoration:none;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.post-card:hover{opacity:.85}.post-card__cover{aspect-ratio:16/9;border-radius:16px;margin-bottom:24px;overflow:hidden;width:100%}.post-card__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.post-card__body{gap:16px}.post-card__body,.post-card__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.post-card__text{gap:8px}.post-card__title{color:var(--cs-blue);margin:0}.post-card__desc{color:var(--cs-black);margin:0}.post-card__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--cs-black);gap:12px}.post-card__sep{background:var(--cs-grey-line);display:inline-block;height:16px;width:1px}@media (max-width:1439px){.post-head__main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.post-head__cover{height:420px;width:100%;-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.post-head__meta{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.post-head__info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.post-head__title{font-size:32px}.post-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.post-sidebar{display:none}.post-toc-wrap--inline{display:block}.post-related__grid{gap:24px}.post-card{max-width:calc(50% - 12px)}}@media (max-width:767px){.post-head{padding-bottom:48px;padding-top:32px}.post-head__title{font-size:28px}.post-head__cover{height:220px}.post-head__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px}.post-body{padding-bottom:48px;padding-top:48px}.post-content__body h2{font-size:24px}.post-content__body h3{font-size:20px}.post-content__body blockquote{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:24px}.post-related{padding-bottom:48px;padding-top:48px}.post-related__title{margin-bottom:40px}.post-related__grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.post-card{max-width:100%}}