.blog-list__grid-wrapper{display:grid;gap:16px;grid-template-columns:auto}@media screen and (min-width:768px){.blog-list__grid-wrapper{display:grid;gap:32px}.blog-list__grid-wrapper--flex-left{justify-content:flex-start}}.blog-pagination{display:flex;justify-content:center}.blog-pagination__link{border:2px solid transparent;border-radius:7px;line-height:1;margin:0 .1rem;padding:.25rem .4rem;text-decoration:none}.blog-pagination__link--active{border-color:var(--grey-300)}.blog-pagination__link:focus,.blog-pagination__link:hover{text-decoration:none}.blog-pagination__prev-link{margin-right:.25rem}.blog-pagination__next-link{margin-left:.25rem}.blog-pagination__link.blog-pagination__next-link--disabled,.blog-pagination__link.blog-pagination__prev-link--disabled{color:var(--grey-300);cursor:default;pointer-events:none}.blog-pagination__next-link svg,.blog-pagination__prev-link svg{margin:0 .3rem}.blog-pagination__next-link--disabled svg,.blog-pagination__prev-link--disabled svg{fill:var(--grey-300)}.blog-pagination__number-link:focus,.blog-pagination__number-link:hover{border:2px solid var(--grey-300)}@media (max-width:767px){.blog-pagination__number-link{display:none}.blog-list__grid-wrapper{display:block}}.blog-post__inner-wrapper{display:flex;flex-direction:row;gap:64px}@media screen and (max-width:1440px){.blog-post__inner-wrapper{flex-wrap:wrap}}.blog-post__article-wrapper{color:var(--grey-700);margin:0 auto;max-width:96ch;max-width:960px;width:auto}.blog-post__sidebar-wrapper{display:flex;flex-direction:column;gap:24px;max-width:560px;min-width:440px;width:25%}@media screen and (max-width:960px){.blog-post__sidebar-wrapper{max-width:unset;min-width:unset;width:100%}}.blog-post__sidebar-popular-card{display:flex;flex-direction:row;gap:0;justify-content:center}.blog-post__sidebar-popular-card>*{flex:1 1 0;max-width:50%}.blog-post__sidebar-popular-card--featured>*{flex:unset;max-width:100%}.blog-post__sidebar-popular-card--featured{flex-direction:column;gap:16px}.blog-post__sidebar-card-content{display:flex;flex-direction:column;gap:8px;justify-content:center;padding:24px 16px}.blog-post__sidebar-card-content--featured{padding:8px 24px 32px}.blog-post__sidebar-card-img{aspect-ratio:1/1;object-fit:cover}.blog-post__sidebar-card-img--featured{aspect-ratio:16/9}.blog-post__sidebar-popular-cta{display:flex;flex-direction:row;gap:8px;justify-content:space-between}.blog-post__meta{margin-bottom:24px;margin-top:0}.blog-post__meta a{text-decoration:underline}.blog-post__meta-info{display:flex;flex-direction:row;gap:8px}.blog-post__timestamp{display:block}.blog-tags__outer-wrapper{column-gap:8px;display:flex;margin:0}.blog-post__tag-link{background-color:none;border-radius:2px;font-size:16px;padding:8px 16px;text-transform:capitalize}a.blog-post__tag-link{color:var(--grey-700)}a.blog-post__tag-link:hover{color:var(--grey-900)}a.blog-post__tag-link.blog-post__tag--active{color:var(--grey-900);font-weight:700}.blog-post__tag--ghost{background-color:unset}.blog-related-posts{background-color:var(--grey-100)}.blog-related-posts h2{text-align:center}.blog-related-posts__list{display:flex;flex-wrap:wrap}.blog-related-posts__item{flex:0 0 100%;padding:1rem}@media screen and (min-width:768px){.blog-related-posts__item{flex:0 0 50%}}@media screen and (min-width:960px){.blog-related-posts__item{flex:0 0 33.33333%}}.blog-related-posts__image{height:auto;max-width:100%}.blog-related-posts__title{margin:.7rem 0}.blog-comments{margin:48px auto 0;max-width:96ch;width:100%}.blog-comments .new-comments{margin-top:32px}.blog-comments .new-comments .comment.depth-0{border-top:1px solid var(--grey-200);margin-top:32px;padding-top:32px}.blog-comments .new-comments .comment.depth-0:last-child{border-bottom:1px solid #eee;margin-bottom:32px;padding-bottom:32px}.blog-comments .new-comments .comment.depth-1{padding-left:32px}.blog-comments .hs-submit{text-align:center}.blog-comments .comment-reply-to{border:0}.blog-comments .comment-reply-to:focus,.blog-comments .comment-reply-to:hover{background-color:transparent;text-decoration:underline}.blog-comments .replying{background-color:#eee;margin-bottom:32px;padding:32px}.blog-comments .replying .replying-to{display:block;font-weight:700;margin-bottom:32px}.blog-comments .replying .hs-form-field>label{padding-left:0}.blog-comments .comment-reply-to.hs-button.secondary{display:block}.blog-post__body ul{margin-left:30px}.blog-post__meta{align-items:center;display:flex;flex-wrap:wrap;font-size:16px;gap:8px;justify-content:space-between}.blog-post_item_title{margin-bottom:1.4rem}.blog-post__featured_image_wrapper{margin-bottom:1.4rem;max-height:350px;overflow:hidden}.blog-post__featured_image{aspect-ratio:var(--image-ratio-style-2);object-fit:cover;object-position:center;width:100%}.blog-post__social-share-list{align-items:center;display:flex;gap:16px;list-style:none}.blog-list__item-date{font-size:14px;font-weight:500}.blog-list__item-footer-content{align-items:center;border-top:1px solid hsla(0,0%,66%,.25);display:block;display:flex;justify-content:space-between;margin-top:auto;overflow:hidden;padding-top:12px}.blog-list__item-author span{color:var(--grey-500);font-size:13px;font-weight:400;padding-top:5px}.blog-post__custom-share ul li a svg{height:20px}.blog-post__social-list-item{display:flex}