.widget-type-post_filter{.block{display:flex;flex-direction:column;gap:2rem}}.widget-type-post_filter{.widget-module ul{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0;li a{background-color:var(--color-green);border-radius:var(--button-rounded);display:block;padding:.8rem 1.2rem;white-space:nowrap}}}.body-container--blog-post{background-color:var(--color-gray-light)}.blog-post-header{padding-bottom:600px;padding-top:200px}.blog-post-image,.image-placeholder{aspect-ratio:16/7;border-radius:var(--card-rounded);margin-top:-430px;object-fit:cover;width:100%}@media screen and (max-width:950px){.blog-post-header{padding-bottom:460px}}@media screen and (max-width:768px){.blog-post-header{padding-bottom:300px;padding-top:150px}.blog-post-image,.image-placeholder{margin-top:-300px}}.blog-post-image-wrapper{background-color:#fff;position:relative;z-index:9}.blog-post-header-data{display:flex;flex-direction:column;justify-content:end}.blog-post-content{background-color:#fff}.blog-post-content-dark{background:var(--color-gray-dark);padding-bottom:140px;a:not(.button span),a:not(.button),blockquote,h1,h2,h3,h4,h5,h6,label,li,p,span{color:var(--color-white)}}.grid-post-content{display:grid;gap:2;grid-template-columns:repeat(6,1fr);padding-bottom:4rem;padding-top:4rem;width:100%}.left-column{grid-column:span 1/span 1}.right-column{grid-column:span 5/span 5}@media screen and (max-width:768px){.grid-post-content{gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr))}.right-column{grid-column:span 1/span 1}}.blog-post-meta{display:flex;flex-direction:column;gap:1rem;.blog-post-meta-title{margin:0}.blog-post-meta-text{font-size:1.3rem;font-weight:700}}.blog-post-body{width:100%;a{text-decoration:underline}em{font-style:italic}}.image-placeholder{background:var(--color-gray-light)}.blog-comments{margin:0 auto;max-width:680px}.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-related{.blog-related-posts{padding-bottom:4rem;padding-top:6rem;.content-wrapper{display:flex;flex-direction:column;gap:2rem}}}.blog-form-panel{background-color:#fff;border-radius:var(--card-rounded);display:flex;flex-direction:column;gap:1.5rem;margin-top:-150px;padding:4rem}@media screen and (max-width:768px){.blog-form-panel{padding:2rem}}.blog-form-collapse-wrapper{max-height:0;overflow:hidden}.blog-form-collapse-wrapper.show{max-height:1000rem;transition:max-height .5s ease-in-out}