.pagination{align-content:center;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:center;margin:30px 0 60px}.pagination a{color:currentColor;display:inline-block;margin:0 2px;padding:4px 6px;text-decoration:none}.pagination a:hover{color:#330c33}.pagination a.active{font-weight:700;pointer-events:none}.pagination__next-link,.pagination__prev-link{transform:scale(1.4) translateY(-2px)}.breadcrumbs{align-content:center;align-items:center;display:inline-flex;flex-direction:row;flex-wrap:wrap;font-size:1.4rem;justify-content:flex-start;line-height:1.4;list-style:none;margin:0;padding:0}.breadcrumbs li:not(:fist-child):before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.486' height='5.657'%3E%3Cpath fill='%23fff' d='M4.243 5.657 0 1.414 1.415 0l2.828 2.829L7.071 0l1.415 1.414Z' data-name='Chevron Down'/%3E%3C/svg%3E");display:inline-block;height:6px;margin-left:8px;width:9px}.breadcrumbs li{display:inline-flex;flex-direction:row;flex-wrap:wrap}.breadcrumbs li svg{margin-inline:4px}.breadcrumbs li a{color:currentColor;text-decoration:none}.breadcrumbs li a:hover{text-decoration:underline}.breadcrumbs li:last-child span{color:currentColor}.blog-listing .container{width:min(1300px,calc(100% - 30px))}.blog-listing__filter-label{background:transparent;border:0;cursor:text;font-size:4.6rem;font-weight:600;margin-top:-10px;padding:0;white-space:nowrap}.blog-listing__filter-item-link{background:transparent;border-radius:10px;color:#707070;display:block;font-size:1.8rem;padding:14px 28px;text-decoration:none;transition:all .2s ease-in-out;white-space:nowrap}.blog-listing__filter-item-link--active,.blog-listing__filter-item-link:hover{background:var(--purple);color:#fff}.blog-listing__filter-list{display:inline-flex;flex-wrap:wrap;gap:20px}.blog-listing__filter{align-content:space-between;align-items:flex-start;display:flex;gap:80px;margin:40px 0}@media(max-width:992px){.blog-listing__filter{flex-direction:column;gap:20px}.blog-listing__filter-label{background:var(--purple);border-radius:10px;color:#fff;cursor:pointer;display:block;font-size:1.8rem;margin-top:0;padding:10px 20px;text-align:center;transition:all .2s ease-in-out;width:100%}.blog-listing__filter-label:hover{background:var(--purple--dark)}.blog-listing__filter-list{align-content:stretch;align-items:stretch;display:flex;flex-direction:column;flex-wrap:nowrap;gap:20px;justify-content:flex-start;max-height:0;overflow:hidden;padding:0;text-align:center;transition:all .2s ease-in-out;width:100%}.blog-listing__filter-list--open{max-height:100vh;overflow:auto;padding:20px 0}}.blog-listing__grid{display:grid;gap:50px;grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));justify-content:center;justify-items:center;margin:0 0 30px}.blog-card__link{align-content:stretch;align-items:stretch;background:#fff;border:1px solid #e3e3e3;border-radius:8px 8px 0 0;box-shadow:0 3px 8px hsla(0,0%,70%,.15);color:currentColor;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;overflow:hidden;text-decoration:none;transition:all .2s ease-in-out}.blog-card__link:hover{box-shadow:0 6px 12px hsla(0,0%,70%,.35)}.blog-card{align-content:stretch;align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap}.blog-card__image-wrapper,img.blog-card__image{aspect-ratio:16/14;display:block;width:100%}img.blog-card__image{object-fit:cover}.blog-card__body{padding:20px}.blog-card__topics{color:var(--purple);font-size:1.4rem;font-weight:300;line-height:1.25;margin:0 0 10px}h3.blog-card__title{font-size:1.6rem;font-weight:600;line-height:1.25}.blog-card__description{font-size:1.6rem;font-weight:300;line-height:1.35}.blog-card__timestamp{display:inline-block;font-size:1.6rem;font-weight:300;line-height:1.25;margin:10px 0 0}.blog-listing__cta{background:var(--purple);border-radius:10px;padding:20px}.blog-listing__cta-link{box-shadow:0 3px 8px hsla(0,0%,70%,.15);color:#fff;text-decoration:none;transition:all .2s ease-in-out}.blog-listing__cta-link:hover{box-shadow:0 3px 12px hsla(0,0%,70%,.35)}.blog-listing__cta-title{font-size:1.6rem;font-weight:600;line-height:1.25}.blog-listing__cta-image{margin-bottom:20px}.blog-listing__cta-description{display:inline-block;font-size:1.6rem;font-weight:300;line-height:1.35;margin:0 0 30px}.blog-listing__cta .hs-btn{font-size:1.6rem;width:100%}