:root{--max-width-blog:86rem}.blog-post__header{display:flex;flex-direction:column;justify-content:center;margin-top:111px;padding-bottom:var(--gap-64);padding-top:var(--gap-112)}.blog-post__header h1{margin-bottom:var(--gap-32)}.blog-post__header-image{margin:0 auto;max-width:var(--max-width);position:relative}.blog-post__header-image img{aspect-ratio:1.9138755980861244;border-radius:var(--border-radius);max-width:100%;object-fit:cover;width:100%}.blog-post__author,.blog-post__time{align-items:center;display:flex;gap:1.2rem}.blog-post__header-inner{margin:0 auto;max-width:var(--max-width-blog)}.blog-post__meta{align-items:center;display:flex;gap:1.2rem}.blog-post__meta a{border-right:1px solid var(--magenta);padding-right:1.2rem}.blog-post__meta img{border-radius:50%;height:4.8rem;object-fit:cover;width:4.8rem}.blog-post__tag{display:flex;margin-bottom:var(--gap-24)}.blog-post__tag,.blog-post__tags{align-items:center;flex-wrap:wrap;gap:1.2rem}.blog-post__tags svg{flex:none;margin:0 .8rem}.blog-post__tag .blog-post__tag-link{color:var(--magenta)}.blog-post__tags{display:flex;justify-content:flex-end}.blog-post__tags .blog-post__tag-link{background-color:var(--magenta);border-radius:30px;color:var(--white);padding:.6rem 2.6rem}.blog-post__footer{align-items:center;border-bottom:1px solid var(--grey-light);border-top:1px solid var(--grey-light);display:flex;justify-content:space-between;margin:var(--gap-32) auto var(--gap-64);max-width:var(--max-width-blog);padding-bottom:var(--gap-32);padding-top:var(--gap-32);width:100%}.blog-post__footer .btn{order:1}.blog-post__footer .blog-post__tags{order:2}@media screen and (max-width:992px){.blog-post__header{padding-bottom:var(--gap-32);padding-top:var(--gap-32)}.blog-post__header h1{margin-bottom:var(--gap-24)}.blog-post__header-inner{max-width:100%;width:100%}.blog-post__meta{align-items:flex-start;flex-direction:column}.blog-post__meta a{border-right:none;padding-right:0}.blog-post__header-image img{aspect-ratio:1.9138755980861244;border-radius:var(--border-radius)}.blog-post__header-image svg{display:none}.blog-post__footer{align-items:flex-start;flex-direction:column;row-gap:var(--gap-24)}.blog-post__footer .btn{order:2}.blog-post__footer .blog-post__tags{order:1}}.blog-post__body{margin:0 auto;max-width:var(--max-width-blog);width:var(--max-width-blog)}@media screen and (max-width:992px){.blog-post__body{flex-direction:column;max-width:100%;width:100%}}.blog-post__body p:first-of-type,.blog-post__body p:first-of-type a{color:var(--black);font-size:2.4rem;line-height:3.2rem}.blog-post__body p:last-of-type{margin-bottom:0}.blog-post__body a{text-decoration:underline}.blog-post__body :where(h2,h3,h4,h5,h6){margin-bottom:1.6rem;padding-top:2rem}.blog-post__body h2{font-size:3.2rem;line-height:4.8rem}.blog-post__body h3{font-size:2.8rem;line-height:4.16rem}.blog-post__body h4{font-size:2.4rem;line-height:3.6rem}.blog-post__body h5,.blog-post__body h6{font-size:2rem;line-height:2.8rem}.blog-post__body ul{padding-left:8rem}.blog-post__body ul li{list-style-type:disc}.blog-post__body img{aspect-ratio:auto;border-radius:var(--border-radius);height:auto;margin-bottom:2.8rem;margin-top:3.2rem;max-width:100%!important;width:100%!important}.blog-post__body figure{margin:0}.blog-post__body img+p{padding-top:2rem}.blog-post__body blockquote{border-left:2px solid var(--yellow);line-height:2.8rem;margin:0 0 var(--whitespace-text);padding-left:2rem}.blog-post__body blockquote,.blog-post__body blockquote p{font-size:2rem;font-style:italic}.blog-post__body .hs-audio-player{margin-bottom:var(--gap-48)}@media screen and (max-width:992px){.blog-post__body p:first-of-type,.blog-post__body p:first-of-type a{font-size:1.8rem}.blog-post__body h2{font-size:2.8rem;line-height:4.16rem}.blog-post__body h3{font-size:2.2rem;line-height:3.6rem}.blog-post__body h4,.blog-post__body h5{font-size:2rem;line-height:2.8rem}.blog-post__body h6{font-size:1.8rem;line-height:2.52rem}.blog-post__body ul{padding-left:4rem}.blog-post__body .hs-audio-player{margin-bottom:var(--gap-24)}}.blog-related-posts{padding-bottom:var(--gap-64);padding-top:var(--gap-64)}.blog-related-posts__heading{margin:0 auto var(--gap-80);max-width:76.7rem;text-align:center}.blog-related-posts__wrapper{display:grid;gap:var(--gap-32) var(--gap-32);grid-template-columns:repeat(3,minmax(100px,1fr))}.blog-related-posts__post img{aspect-ratio:1.9138755980861244;border-radius:var(--border-radius);margin-bottom:var(--gap-24);max-width:100%;object-fit:cover;width:100%}.blog-related-posts__time{align-items:center;display:flex;flex-wrap:wrap;gap:1.2rem;margin-bottom:var(--gap-16)}.blog-related-posts__tag-link{display:inline-block;margin-bottom:var(--gap-16)}@media screen and (max-width:992px){.blog-related-posts__wrapper{display:flex;flex-direction:column;width:100%}}