.breadcrumb{display:none}.hub-blog-header{background:#f5f4f3;padding:40px 0 30px}.hub-blog-header-title{color:#282828;font-size:32px;line-height:36px;font-weight:500;margin:0 0 20px}.hub-blog-header-title em{font-family:"IBM Plex Serif",serif;font-weight:400;font-style:italic}.hub-blog-header-content,.hub-blog-header-content p{color:#535353;font-size:18px;line-height:26px;font-weight:400}.hub-blog-header-select{position:relative;display:inline-block;width:100%;max-width:500px;margin:10px 0 20px}.hub-blog-header-select .hub-blog-header-select-trigger{width:100%;min-height:41px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:#fff;border:2px solid #282828;border-radius:999px;font-size:16px;font-weight:500;color:#282828;cursor:pointer}.hub-blog-header-select .hub-blog-header-select-trigger svg{transition:transform .2s ease}.hub-blog-header-select .hub-blog-header-select-dropdown{margin-top:2px;background:#fff;border:1px solid #737373;border-radius:16px;overflow:hidden;box-shadow:0 0 4px #0003;opacity:0;visibility:hidden;transform:translateY(-8px);position:absolute;top:calc(100% + 4px);left:0;width:100%;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.hub-blog-header-select .hub-blog-header-select-dropdown a{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:14px 28px;font-size:16px;font-weight:500;line-height:22px;color:#282828;text-decoration:none;transition:background .2s ease}.hub-blog-header-select .hub-blog-header-select-dropdown a:hover{background:#eeecea}.hub-blog-header-select .hub-blog-header-select-dropdown a.active{background:#eeecea;flex-direction:row-reverse}.hub-blog-header-select .hub-blog-header-select-dropdown a.active:before{content:"";width:13px;height:9px;display:block;border-left:1px solid #282828;border-bottom:1px solid #282828;transform:rotate(-45deg);margin-top:-2px}.hub-blog-header-select.is-open .hub-blog-header-select-trigger svg{transform:rotate(180deg)}.hub-blog-header-select.is-open .hub-blog-header-select-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;z-index:99}.hub-blog-header-tags{display:none;flex-direction:row;flex-wrap:wrap;gap:12px;margin:40px 0 20px}.hub-blog-header-tags .button{min-height:38px;font-size:16px;color:#282828;background:transparent;border:2px solid #282828;padding:0 12px 0 38px}.hub-blog-header-tags .button.active,.hub-blog-header-tags .button:hover{color:#fff;background:#282828}.hub-blog-header-tags .button.active path{fill:#fff;display:block}.hub-blog-header-tags .button svg{width:20px;height:auto;margin-left:6px}.hub-blog-header-tags .button path{display:none}.hub-blog-main .pagination{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:40px}.hub-blog-main .pagination a,.hub-blog-main .pagination span{text-decoration:none;font-family:inherit;font-size:16px;line-height:1}.hub-blog-main .pagination .pagination__button,.hub-blog-main .pagination .pagination__page,.hub-blog-main .pagination .pagination__ellipsis{height:40px;border-radius:999px;display:none;align-items:center;justify-content:center;transition:all .2s ease}.hub-blog-main .pagination .pagination__button{padding:0 18px;gap:8px;border:2px solid #282828;color:#282828;background:#fff;display:inline-flex}.hub-blog-main .pagination .pagination__button:hover{background:#282828;color:#fff}.hub-blog-main .pagination .pagination__button.disabled{cursor:not-allowed;color:#282828;background:#f5f5f5;opacity:.6}.hub-blog-main .pagination .pagination__page{width:60px;border:2px solid #282828;color:#282828;background:#fff}.hub-blog-main .pagination .pagination__page:hover{background:#282828;color:#fff}.hub-blog-main .pagination .pagination__page--active{background:#282828;color:#fff;pointer-events:none}.hub-blog-main .pagination .pagination__ellipsis{width:50px;background:#e5e1dc;color:#555;font-size:22px;letter-spacing:2px}.hub-blog-main .pagination svg{width:16px;height:16px;flex-shrink:0}.article-category{margin:30px 0;padding:10px 0 20px}.article-category:not(:last-child){border-bottom:2px solid #282828}.article-category .article-category-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:20px;margin-bottom:32px}.article-category .article-category-header h2{margin:0;font-size:24px}.article-category .article-category-header h2 a{font-size:24px;text-decoration:underline;text-decoration-color:transparent;color:#282828}.article-category .article-category-header a{font-weight:500;font-size:18px;color:#282828;text-decoration:underline;text-decoration-color:#282828;text-decoration-thickness:0px;text-underline-offset:1px;transition:text-decoration-thickness .3s ease,text-underline-offset .3s ease,text-decoration-color .3s ease}.article-category .article-category-header a:hover{text-decoration-color:inherit;text-decoration-thickness:1px;text-underline-offset:4px;color:#282828;text-decoration-color:#282828}.article-category-grid{display:flex;flex-direction:column;gap:30px}.article-category-grid .article-card img{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;border-radius:24px;margin-bottom:20px}.article-category-grid .article-card a{text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:0px;text-underline-offset:1px;transition:text-decoration-thickness .3s ease,text-underline-offset .3s ease,text-decoration-color .3s ease}.article-category-grid .article-card a:hover{text-decoration-color:inherit;text-decoration-thickness:1px;text-underline-offset:4px;color:#282828;text-decoration-color:#282828}.article-category-grid .article-card a h3{margin:0 0 20px;font-size:20px;line-height:26px}.article-category-grid .article-card p{margin:0 0 20px;font-size:16px;line-height:24px;font-weight:400}@media(max-width:749px){.article-category__grid{grid-template-columns:1fr}.article-card--featured,.article-card--small:nth-of-type(2),.article-card--small:nth-of-type(3){grid-column:auto;grid-row:auto}}@media(min-width:750px){.hub-blog-main .pagination .pagination__page,.hub-blog-main .pagination .pagination__ellipsis{display:inline-flex}.article-category{margin:50px 0;padding:0 0 40px}.article-category .article-category-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row}}@media(min-width:900px){.hub-blog-header-select{display:none}.hub-blog-header-tags{display:flex}.article-category .article-category-header a{font-size:20px}.article-category .article-category-header h2{font-size:28px}.article-category .article-category-header h2 a{font-size:28px}.article-category-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:35px 45px}.article-category-grid .article-card{grid-column:span 4}.article-category-grid .article-card.article-card-featured{grid-column:1 / span 8;grid-row:1 / span 2}.article-category-grid .article-card.article-card-featured a h3{font-size:42px;line-height:52px}.article-category-grid .article-card.article-card-featured p{font-size:18px;line-height:26px}.article-category-grid .article-card:nth-of-type(2){grid-column:9 / span 4;grid-row:1}.article-category-grid .article-card:nth-of-type(3){grid-column:9 / span 4;grid-row:2}.article-category-grid .article-card a h3{font-size:24px;line-height:28px}.article-category-grid .article-card p{line-height:22px}}@media(min-width:1200px){.hub-blog-header{padding:60px 0 50px}.hub-blog-header-title{font-size:50px;line-height:56px}.hub-blog-header-content,.hub-blog-header-content p{font-size:20px;line-height:28px}.hub-blog-header-tags{gap:20px}.hub-blog-header-tags .button{min-height:41px;font-size:18px}.article-category{margin:60px 0;padding:0 0 50px}.article-category-grid{gap:40px 60px}}
/*# sourceMappingURL=/cdn/shop/t/262/assets/hub-blog.css.map */
