.all-posts .section{width:100%;position:relative;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;padding:48px 0;box-sizing:border-box;text-align:left;font-size:16px;color:#1e3a8a;font-family:Inter}.all-posts .container{width:100%;max-width:1280px;display:flex;flex-direction:column;align-items:flex-start;padding:0 32px;box-sizing:border-box;margin:0 auto;gap:48px}.all-posts .heading-and-content{width:100%;display:flex;flex-direction:column;gap:48px}.all-posts .heading-and-content>.heading{font-size:36px;letter-spacing:-.02em;line-height:44px;font-weight:600;color:#171717;margin:0}.all-posts .content{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:48px 32px;align-items:start}.all-posts .row{display:contents}.all-posts .blog-post-card-link,.blog-post-card-link{text-decoration:none;color:inherit;display:flex;height:100%;transition:transform .2s ease,box-shadow .2s ease}.all-posts .blog-post-card-link:hover,.blog-post-card-link:hover{transform:translateY(-4px)}.all-posts .blog-post-card-link:hover .blog-post-card,.blog-post-card-link:hover .blog-post-card{box-shadow:0 8px 16px rgba(0,0,0,.1)}.all-posts .blog-post-card{width:100%;height:100%;display:flex;flex-direction:column;padding:24px;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;box-sizing:border-box}.all-posts .blog-post-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,4%)}.all-posts .image-wrap{width:100%;overflow:hidden;border-radius:16px;margin-bottom:20px}.all-posts .image-icon{width:100%;aspect-ratio:16/9;height:auto;max-width:100%;display:block;object-fit:cover}.all-posts .section-content{display:flex;flex-direction:column;gap:20px;flex:1}.all-posts .heading-and-text{display:flex;flex-direction:column;gap:8px}.all-posts .heading-and-icon{display:flex;align-items:flex-start}.all-posts .section-heading{font-size:18px;line-height:28px;font-weight:600;color:#2563eb;margin:0}.all-posts .supporting-text{font-size:16px;line-height:24px;color:#6b7280;display:-webkit-inline-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.all-posts .categories{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.all-posts .badge{display:inline-flex}.all-posts .badge-base{padding:4px 12px;border-radius:16px;background-color:#eff6ff;border:1px solid #bfdbfe}.all-posts .badge-base .text{font-size:14px;line-height:20px;font-weight:500;color:#1e3a8a}.all-posts .icon-wrap{display:none!important}.all-posts .pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:32px;width:100%}.all-posts .pagination ul{display:flex;list-style:none;gap:8px;padding:0;margin:0}.all-posts .pagination li{display:inline-flex}.all-posts .pagination a,.all-posts .pagination span{padding:8px 16px;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff;color:#171717;text-decoration:none;font-weight:500;transition:all .2s ease}.all-posts .pagination a:hover{background-color:#f3f4f6;border-color:#d1d5db}.all-posts .pagination .active span{background-color:#2563eb;border-color:#2563eb;color:#fff}.all-posts .articles-header-section{width:100%;position:relative;background-color:#fff;display:flex;flex-direction:column;align-items:center;padding:96px 0;box-sizing:border-box;text-align:center;font-size:16px;color:#1e3a8a;font-family:Inter}.all-posts .articles-header-container{max-width:1280px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:0 32px;box-sizing:border-box}.all-posts .articles-header-content{align-self:stretch;display:flex;flex-direction:column;align-items:center}.all-posts .articles-heading-and-supporting-text{max-width:960px;width:100%;display:flex;flex-direction:column;align-items:center;gap:24px;box-sizing:border-box}.all-posts .articles-heading-and-subheading{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.all-posts .articles-subheading{align-self:stretch;position:relative;line-height:24px;font-weight:600}.all-posts .articles-heading-large{align-self:stretch;position:relative;font-size:48px;letter-spacing:-.02em;line-height:60px;font-weight:600;color:#557beb}.all-posts .articles-supporting-text{max-width:768px;width:100%;position:relative;font-size:20px;line-height:30px;color:#6b7280;display:block;box-sizing:border-box}@media(max-width:1024px){.all-posts .content{grid-template-columns:1fr;gap:32px}.all-posts .section{padding:48px 0}.all-posts .container{gap:32px;padding:0 16px}.all-posts .blog-post-card{padding:20px}.all-posts .heading-and-content>.heading{font-size:28px;line-height:36px}.all-posts .articles-header-container{padding:0 16px}.all-posts .articles-heading-large{font-size:36px;line-height:44px}}