.blog-header{background-color:var(--color-blue-dark,#043a4f);color:#fff;padding:4rem 0;text-align:center}.blog-header__title{color:#fff;margin:0 0 1rem}.blog-header__description{color:hsla(0,0%,100%,.85);font-size:1.125rem;margin:0 auto;max-width:600px}.blog-listing{padding:3rem 0}.blog-listing__filter{align-items:center;background-color:var(--color-grey-light,#ebebeb);border-radius:4px;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding:1rem}.blog-listing__filter-label{color:var(--color-grey-dark,#767676);font-size:.875rem}.blog-listing__filter-tag{background-color:var(--color-orange,#ff6a13);border-radius:3px;color:#fff;font-size:.875rem;padding:.25rem .75rem}.blog-listing__filter-clear{color:var(--color-blue-dark,#043a4f);font-size:.875rem;margin-left:auto;text-decoration:underline}.blog-listing__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media screen and (min-width:768px){.blog-listing__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.blog-listing__grid{grid-template-columns:repeat(3,1fr)}}.blog-listing__empty{padding:4rem 0;text-align:center}.blog-card{background-color:#fff;border:1px solid var(--color-grey-light,#ebebeb);border-radius:8px;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease}.blog-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.blog-card__image-link{display:block;overflow:hidden}.blog-card__image{aspect-ratio:16/9;height:auto;object-fit:cover;transition:transform .3s ease;width:100%}.blog-card:hover .blog-card__image{transform:scale(1.05)}.blog-card__content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.blog-card__meta{align-items:center;color:var(--color-grey-dark,#767676);display:flex;flex-wrap:wrap;font-size:.8125rem;gap:.5rem;margin-bottom:.75rem}.blog-card__date{font-weight:500}.blog-card__topics{display:flex;flex-wrap:wrap;gap:.25rem}.blog-card__topic{color:var(--color-orange,#ff6a13);text-decoration:none}.blog-card__topic:hover{text-decoration:underline}.blog-card__title{font-size:1.25rem;line-height:1.3;margin:0 0 .75rem}.blog-card__title a{color:var(--color-blue-dark,#043a4f);text-decoration:none}.blog-card__title a:hover{color:var(--color-orange,#ff6a13)}.blog-card__summary{color:var(--color-grey-dark,#767676);flex-grow:1;font-size:.9375rem;line-height:1.6;margin:0 0 1rem}.blog-card__read-more{align-items:center;color:var(--color-orange,#ff6a13);display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-top:auto;text-decoration:none}.blog-card__read-more:hover{text-decoration:underline}.blog-card__read-more svg{transition:transform .2s ease}.blog-card__read-more:hover svg{transform:translateX(4px)}.blog-pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:3rem;padding:1rem 0}.blog-pagination__link{align-items:center;background-color:var(--color-blue-dark,#043a4f);border-radius:4px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:background-color .2s ease}.blog-pagination__link:hover{background-color:var(--color-orange,#ff6a13)}.blog-pagination__info{color:var(--color-grey-dark,#767676);font-size:.875rem}.blog-post{margin:0 auto;max-width:960px}.blog-post__header{padding:3rem 0 2rem}.blog-post__breadcrumb{color:var(--color-grey-dark,#767676);font-size:.875rem;margin-bottom:1.5rem}.blog-post__breadcrumb a{color:var(--color-orange,#ff6a13);text-decoration:none}.blog-post__breadcrumb a:hover{text-decoration:underline}.blog-post__breadcrumb-separator{margin:0 .5rem}.blog-post__title{font-size:clamp(2rem,4vw,3rem);line-height:1.2;margin:0 0 1.5rem}.blog-post__meta{align-items:center;color:var(--color-grey-dark,#767676);display:flex;flex-wrap:wrap;font-size:.9375rem;gap:1rem;margin-bottom:1rem}.blog-post__meta a{text-decoration:underline}.blog-post__author{align-items:center;display:flex;gap:.5rem}.blog-post__author-avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.blog-post__author-name{font-weight:500}.blog-post__read-time,.blog-post__timestamp{display:block}.blog-post__tags{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.blog-post__tags svg{color:var(--color-grey-dark,#767676);height:auto;width:15px}.blog-post__tag-link{color:var(--color-orange,#ff6a13);font-size:.875rem;text-decoration:none}.blog-post__tag-link:hover{text-decoration:underline}.blog-post__featured-image{margin-bottom:2rem}.blog-post__image{border-radius:8px;height:auto;max-width:100%;width:100%}.blog-post__content{padding:2rem 0}.content-wrapper--narrow{margin:0 auto;max-width:720px}.blog-post__content h2{margin-top:2.5rem}.blog-post__content h3{margin-top:2rem}.blog-post__content p{line-height:1.8;margin-bottom:1.5rem}.blog-post__content img{border-radius:4px;height:auto;max-width:100%}.blog-post__content blockquote{border-left:4px solid var(--color-orange,#ff6a13);color:var(--color-grey-dark,#767676);font-size:1.125rem;font-style:italic;margin:2rem 0;padding-left:1.5rem}.blog-post__content ol,.blog-post__content ul{margin-bottom:1.5rem;padding-left:1.5rem}.blog-post__content li{line-height:1.8;margin-bottom:.5rem}.blog-post__sharing{border-top:1px solid var(--color-grey-light,#ebebeb);margin-top:2rem;padding:2rem 0}.blog-post__sharing-label{color:var(--color-grey-dark,#767676);display:block;font-size:.875rem;margin-bottom:1rem}.blog-post__sharing-links{display:flex;gap:1rem}.blog-post__sharing-link{align-items:center;background-color:var(--color-grey-light,#ebebeb);border-radius:50%;color:var(--color-blue-dark,#043a4f);display:flex;height:44px;justify-content:center;text-decoration:none;transition:background-color .2s ease,color .2s ease;width:44px}.blog-post__sharing-link:hover{background-color:var(--color-orange,#ff6a13);color:#fff}.blog-related-posts{background-color:#f8fafc;padding:4rem 0}.blog-related-posts h2{margin-bottom:2rem;text-align:center}.blog-related-posts__list{display:flex;flex-wrap:wrap;margin:0 -1rem}.blog-related-posts__post{flex:0 0 100%;padding:1rem}@media screen and (min-width:768px){.blog-related-posts__post{flex:0 0 50%}}@media screen and (min-width:1000px){.blog-related-posts__post{flex:0 0 33.33333%}}.blog-related-posts__post a{color:var(--color-blue-dark,#043a4f);text-decoration:none}.blog-related-posts__post a:hover{color:var(--color-orange,#ff6a13)}.blog-related-posts__image{border-radius:8px;height:auto;max-width:100%}.blog-related-posts__title{font-size:1.125rem;margin:.75rem 0 .5rem}.blog-related-posts__post time{color:var(--color-grey-dark,#767676);font-size:.8125rem}.blog-comments{margin:0 auto;max-width:680px;padding:3rem 0}.blog-comments h2{margin-bottom:2rem}.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-comment{border-bottom:1px solid var(--color-grey-light,#ebebeb);margin-bottom:1.5rem;padding-bottom:1.5rem}.blog-comment__author{font-weight:600;margin:0 0 .25rem}.blog-comment__date{color:var(--color-grey-dark,#767676);font-size:.8125rem;margin:0 0 .75rem}.blog-comment__body{line-height:1.6}