.posts-carousel{--posts-carousel-title:#000;--posts-carousel-muted:#6c6c6c;--posts-carousel-pill-border:#bfbfbf;--posts-carousel-pill-active-bg:#cce4f6;--posts-carousel-controls-color:var(--posts-carousel-title);--posts-carousel-surface-color:#fff;--posts-carousel-button-border:#979797;--posts-carousel-button-border-hover:#003287;--posts-carousel-nav-color:#001e51;--posts-carousel-dot-active-color:#0078d4;--posts-carousel-dot-inactive-color:#003287;--posts-carousel-dot-inactive-opacity:0.2;--posts-carousel-dot-size:0.5rem;--posts-carousel-dot-active-width:1rem;--posts-carousel-dot-gap:0.5rem}:is(.has-text-color,.wp-block-cover) .posts-carousel{--posts-carousel-nav-color:currentColor;--posts-carousel-dot-active-color:currentColor;--posts-carousel-dot-inactive-color:currentColor}.posts-carousel__toolbar{align-items:center;display:flex;gap:1rem;margin-bottom:3rem}.posts-carousel__filters{display:flex;flex-wrap:wrap;gap:.5rem}.posts-carousel__filter{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:2px solid var(--posts-carousel-pill-border);border-radius:999px;color:var(--posts-carousel-controls-color);cursor:pointer;display:inline-flex;font-family:Geologica,sans-serif;font-size:1rem;font-weight:600;height:2.5rem;justify-content:center;line-height:1.5;padding:0 1rem;text-decoration:none;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.posts-carousel__filter:focus,.posts-carousel__filter:hover{border-color:var(--posts-carousel-button-border-hover);color:var(--posts-carousel-controls-color)}.posts-carousel__filter--active{background-color:var(--posts-carousel-pill-active-bg);border-color:var(--posts-carousel-pill-active-border,var(--posts-carousel-pill-border))}.posts-carousel__filter--active,.posts-carousel__filter--active:focus,.posts-carousel__filter--active:hover{color:var(--posts-carousel-pill-active-text,var(--posts-carousel-controls-color))}.posts-carousel--loading .posts-carousel__filter{opacity:.65}.posts-carousel__navigation{display:flex;gap:.8333rem;margin-left:auto}.posts-carousel__button{align-items:center;background:transparent;border:2px solid var(--posts-carousel-button-border);border-radius:999px;color:var(--posts-carousel-nav-color);cursor:pointer;display:inline-flex;height:2.5rem;justify-content:center;padding:0;transition:border-color .2s ease,color .2s ease,opacity .2s ease;width:2.5rem}.posts-carousel__button:hover{border-color:var(--posts-carousel-button-border-hover)}.posts-carousel__button.swiper-button-disabled,.posts-carousel__button:disabled{border:2px solid var(--posts-carousel-button-border);cursor:default;opacity:.4}.posts-carousel__swiper{overflow:visible}.posts-carousel__editor-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(4,minmax(0,1fr))}.posts-carousel__slide{height:auto}.posts-carousel__card,.posts-carousel__card-link{height:100%}.posts-carousel__card-link{color:inherit;display:flex;flex-direction:column;gap:1rem;text-decoration:none}.posts-carousel__card-image-wrap{aspect-ratio:3/2;border-radius:var(--brand-radius-3xl,1.5rem);overflow:hidden;position:relative}.posts-carousel__card-image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.posts-carousel__card-link:hover .posts-carousel__card-image{transform:scale(1.05)}.posts-carousel__card-overlay{background-image:linear-gradient(56deg,rgba(223,14,148,.4),hsla(0,0%,100%,0) 35%,hsla(0,0%,100%,0) 55%,hsla(0,0%,100%,0) 68%,rgba(0,217,255,.4));inset:0;pointer-events:none;position:absolute;z-index:1}.posts-carousel__card-watermark{bottom:1rem;color:#fff;height:auto;opacity:.4;position:absolute;right:1rem;width:4rem;z-index:2}.posts-carousel__card-image-wrap--placeholder{align-items:center;background:linear-gradient(135deg,#e5eaf3,#cce4f6);display:flex;justify-content:center}.posts-carousel__card-image-wrap--placeholder .posts-carousel__card-watermark{opacity:.3;position:static;width:5rem}.posts-carousel__card-body{display:flex;flex-direction:column;gap:.5rem}.posts-carousel__card-title{color:var(--posts-carousel-content-color,var(--posts-carousel-title));font-size:var(--brand-font-size-md,1.125rem);font-weight:600;line-height:1.55}.posts-carousel__card-excerpt,.posts-carousel__card-title{display:-webkit-box;font-family:Geologica,sans-serif;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.posts-carousel__card-excerpt{color:var(--posts-carousel-date-color,var(--posts-carousel-muted));font-size:1rem;font-weight:300;line-height:1.5;opacity:var(--posts-carousel-date-opacity,1)}.posts-carousel__empty{align-items:center;border:1px dashed var(--posts-carousel-pill-border);border-radius:1rem;color:var(--posts-carousel-content-color,var(--posts-carousel-title));display:flex;font-family:Geologica,sans-serif;font-size:1rem;font-weight:300;justify-content:center;line-height:1.5;min-height:13rem;padding:1rem;text-align:center}.posts-carousel__pagination.swiper-pagination{align-items:center;display:flex;gap:var(--posts-carousel-dot-gap);justify-content:center;margin-top:1.5rem;position:static}.posts-carousel__pagination.swiper-pagination .swiper-pagination-bullet{-webkit-backface-visibility:hidden;background:var(--posts-carousel-dot-inactive-color);border-radius:999px;height:var(--posts-carousel-dot-size);margin:0;opacity:var(--posts-carousel-dot-inactive-opacity);transform:translateZ(0);transition:width .2s ease,opacity .2s ease,background-color .2s ease;width:var(--posts-carousel-dot-size)}.posts-carousel__pagination.swiper-pagination .swiper-pagination-bullet-active{background:var(--posts-carousel-dot-active-color);opacity:1;width:var(--posts-carousel-dot-active-width)}@media(max-width:1024px){.posts-carousel__editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.posts-carousel__toolbar{flex-wrap:wrap;gap:.75rem}.posts-carousel__navigation{justify-content:flex-end;margin-left:0;width:100%}.posts-carousel__editor-grid{grid-template-columns:1fr}}@media(min-width:1025px){.posts-carousel__swiper{overflow:hidden}}
