.product-cards-filters{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:20px 0 0}.filter-group{display:flex;gap:8px}.filter-tab{background:#fff;border:1px solid #dbdfe5;border-radius:30px;color:#3e4753;cursor:pointer;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;letter-spacing:-.5%;padding:8px 20px;transition:all .15s ease}.filter-tab:hover{border-color:#e04a1f}.filter-tab.active{background:#061b31;border-color:#061b31;color:#fff}.filter-group[data-filter-group=price] .filter-tab.active{background:#fff;border-color:#d9480f;color:#d9480f}.product-cards-container{--bs-gutter-x:1.5rem;display:flex;flex-wrap:wrap;margin:50px 0 0;row-gap:20px}.product-cards-container>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)/2);padding-right:calc(var(--bs-gutter-x)/2);width:100%}.product-card{display:flex;max-width:33.33%;width:100%}.product-card .product-card-inner{background:#fff;border:1px solid #e7e7e7;border-radius:14px;box-shadow:0 1px 2px rgba(0,0,0,.04);overflow:hidden;transition:.3s;width:100%}.product-card .product-card-inner:hover{box-shadow:0 40px 72px rgba(28,26,25,.03),0 20px 22px rgba(28,26,25,.06);transform:translateY(-10px);transition:.3s}.product-card .product-card-top-img{height:216px;line-height:0;overflow:hidden}.product-card .product-card-top-img img{display:block;height:100%;object-fit:cover;object-position:top center;width:100%}.product-card .product_content_card{padding:18px 20px}.product-cards-tags{display:flex;flex-wrap:wrap;gap:6px}.product-cards-tags-list{background:#edeff2;border-radius:6px;color:#3e4753;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;padding:3px 10px}.product-cards-name{padding:12px 0 14px}.product-cards-name h3{color:#14181f;font-size:15px;font-weight:700;line-height:24px}.product-cards-detail{align-items:center;border-top:1px dashed #dbdfe5;display:flex;justify-content:space-between;padding:17px 0}.product-cards-detail .product-cards-download-detail{align-items:center;display:flex;gap:4px}.product-cards-detail .product-cards-download-detail,.product-cards-detail .product-cards-price{color:#5b6270;font-size:12px;font-weight:400;line-height:19px}.product-cards-detail .product-cards-price span{color:#01d169;font-weight:600}.no-results-msg{color:#666;padding:30px 0;text-align:center}.product-cards-buttons{margin-top:60px;text-align:center}.product-cards-buttons button{cursor:pointer}.product-cards-buttons #loadMoreBtn[disabled]{cursor:default;opacity:.4}.product_content_card .product-cards-ctas-wrap{align-items:stretch;display:flex;flex-wrap:wrap;gap:8px}.product-cards-ctas-wrap a{border-radius:6px;color:#fff;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;letter-spacing:-.005em;line-height:26px;padding:6px 15px;text-align:center;text-decoration:none}.product-cards-ctas-wrap a.buy-cta{background:#d9480f;border:1px solid #d9480f;flex:1 1 auto;min-width:0;text-align:center}.product-cards-ctas-wrap a.doc-cta{background:#fff;border:1px solid #dbdfe5;color:#14181f;flex:0 0 auto;text-align:center;white-space:nowrap}@media (max-width:767px){.product-card{max-width:100%}}@media (min-width:768px) and (max-width:1199.98px){.product-card{max-width:50%}}