.blog-heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 32px;padding-top:25px}.blog-heading h1{margin:0}.blog-heading .category-search{width:70%}@media(max-width: 768px){.blog-heading .category-search{width:100%}}.blog-orderby{position:relative;color:var(--main-text-color)}.blog-orderby__current{cursor:pointer;display:flex;align-items:center;gap:4px;padding:8px 15px;padding-right:8px;border-radius:5px;font-size:var(--p1-size);background-color:var(--color-light-gray);min-width:18ch;transition:background-color .3s,color .3s}.blog-orderby__current:hover{color:var(--white-text-color);background-color:var(--main-text-color)}.blog-orderby__current-text{flex-grow:1;font-weight:500;text-align:center}.blog-orderby__current-icon svg{display:block}.blog-orderby__current-icon{height:1lh;margin-left:auto;transition:transform .3s}.blog-orderby--open .blog-orderby__current-icon{transform:rotateX(180deg)}.blog-orderby__current-icon svg{height:100%;width:auto}.blog-orderby__current-icon svg path{transition:stroke .3s}.blog-orderby__current:hover .blog-orderby__current-icon svg path{stroke:var(--white-text-color)}.blog-orderby__dropdown{position:absolute;top:calc(100% + 10px);left:0;z-index:20;display:none;flex-direction:column;width:100%;background-color:var(--white-text-color);padding:10px 0px;border-radius:5px;box-shadow:0 0px 7px 0px rgba(29,31,34,.2);animation:smooth-show .3s ease-in-out 1 normal}.blog-orderby--open .blog-orderby__dropdown{display:flex}.blog-orderby__dropdown-item{cursor:pointer;font-size:14px;font-weight:500;padding:8px 15px;transition:background-color .3s}.blog-orderby__dropdown-item--current,.blog-orderby__dropdown-item:hover{background-color:var(--color-light-gray)}.post-separator{border-radius:6px;overflow:hidden;position:relative;min-height:400px;display:flex;flex-direction:column;justify-content:center;text-decoration:none}@media(max-width: 768px){.post-separator{min-height:250px}}.post-separator__bg{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;background-color:var(--main-text-color);z-index:-1}.post-separator__bg::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:#000;opacity:40%}@media(max-width: 768px){.post-separator__bg::before{opacity:70%}}.post-separator__bg-img img{display:block}.post-separator__bg-img{align-self:stretch;width:100%;display:flex;justify-content:flex-end}.post-separator__bg-img img{height:100%;width:100%;object-fit:cover;object-position:center}.post-separator__content{max-width:50%;color:#fff;padding:40px}@media(max-width: 768px){.post-separator__content{max-width:none;padding:32px}}.post-separator__title{font-size:var(--h1-size);font-weight:500}.post-separator__desc{font-size:var(--p1-size);letter-spacing:-0.02em;opacity:.6}.post-separator__desc--full-opacity{opacity:1}.post-separator__action{margin-top:40px}.post-separator__buttons{display:flex;gap:15px}@media(max-width: 768px){.post-separator__buttons{flex-direction:column;align-items:stretch}}.post-separator__socials{display:flex;flex-wrap:wrap;gap:6px}.post-separator__socials>a{--border-width: 1px}.post-separator__socials>a svg{display:block}.post-separator__socials>a{display:flex;align-items:center;justify-content:center;padding:calc(6px - var(--border-width, 0px));border-radius:6px;color:#fff;border:var(--border-width, 0px) solid #fff;transition:color .3s,background-color .3s}.post-separator__socials>a:hover{color:var(--main-text-color);background-color:#fff}.post-separator__socials>a svg{height:18px;width:18px;object-fit:contain}.post-items{--cols: 4;--big-item-cols: 2;display:grid;gap:20px;align-items:stretch;justify-items:center;grid-template-columns:repeat(var(--cols), 1fr)}@media(max-width: 1024px){.post-items{--cols: 2}}@media(max-width: 768px){.post-items{--cols: 1;--big-item-cols: 1}}.post-items .post-separator{grid-column-end:span var(--cols)}@media(min-width: 1025px){.post-items .post-item:is(:nth-child(15n-14 of .post-item),:nth-child(15n-8 of .post-item),:nth-child(15n-2 of .post-item)){grid-column-end:span var(--big-item-cols);grid-row-end:span 2}}@media(max-width: 1024px){.post-items .post-item:is(:nth-child(5n-4 of .post-item)){grid-column-end:span var(--big-item-cols);grid-row-end:span 2}}.post-item{position:relative;display:flex;font-size:14px;color:#fff;width:100%;aspect-ratio:1/1;border-radius:6px;overflow:hidden;transition:box-shadow .3s}@media(max-width: 1280px){.post-item{font-size:12px}}@media(max-width: 1024px){.post-item{font-size:14px}}.post-item:hover,.post-item:has(.post-item__link:focus){box-shadow:0 0 7px 4px rgba(29,31,34,.2)}.post-item::after{content:"";position:absolute;display:block;inset:0;background-color:#000;opacity:20%;z-index:-1;transition:opacity .3s}.post-item:hover::after,.post-item:has(.post-item__link:focus)::after{opacity:0}.post-item__link{position:absolute;display:block;inset:0;z-index:1}.post-item__thumbnail{position:absolute;display:block;inset:0;z-index:-2}.post-item__thumbnail img{width:100%;height:100%;object-fit:cover}.post-item__main{align-self:center;display:flex;flex-direction:column;align-items:center;width:100%;padding:20px}.post-item__categories{position:relative;display:flex;gap:8px;justify-content:center;flex-wrap:wrap;z-index:2;margin-bottom:12px}.post-item__categories-item{text-decoration:none;color:#fff;font-weight:500;white-space:nowrap;background-color:var(--main-text-color);padding:6px 12px;border-radius:6px}.post-item__title{font-size:18px;font-weight:500;text-align:center;text-wrap:balance;margin-bottom:12px}@media(max-width: 1280px){.post-item__title{font-size:14px}}@media(max-width: 1024px){.post-item__title{font-size:18px}}.post-item__views{display:flex;align-items:center;gap:.33ch;color:#fff;font-weight:500;white-space:nowrap}.post-item__views-icon svg{display:block}.post-item__views-icon svg{width:1.2em;height:auto}.category-search svg{display:block}.category-search{position:relative}.category-search__form{display:flex;align-items:stretch;border-radius:6px;border:1px solid rgba(29,31,34,.125);background-color:#fff;overflow:hidden;color:var(--main-text-color);transition:border-color .3s}:where(.category-search__form) button{margin:0;border:0;padding:0;color:inherit;background-color:rgba(0,0,0,0)}.category-search__input{font:14px/1.25 "Montserrat";color:var(--main-text-color);width:100%;margin:0;border:0;padding:15px 20px}.category-search:has(.category-search__input:is(:focus,:active)) .category-search__form{border-color:var(--main-text-color)}.category-search__clear{cursor:pointer;align-self:stretch;display:none;align-items:center;padding:0 15px;transition:background-color .3s}.category-search__clear--show{display:block}.category-search__clear:is(:hover,:focus){background-color:var(--color-light-gray)}.category-search__clear svg{width:24px;height:24px}.category-search__button{cursor:pointer;display:flex;align-items:center;padding:0 15px;border-left:1px solid rgba(29,31,34,.125);transition:background-color .3s}.category-search__button:is(:hover,:focus){background-color:var(--color-light-gray)}.category-search__button svg{width:24px;height:24px}.category-search__result{position:absolute;top:calc(100% + 10px);left:0;z-index:20;overflow:auto;display:flex;flex-direction:column;width:100%;max-height:200px;font:14px/1.25 "Montserrat";background-color:var(--white-text-color);border:1px solid var(--color-light-gray);border-radius:6px;box-shadow:4px 4px 18px rgba(0,0,0,.15);animation:smooth-show .3s ease-in-out 1 normal}.category-search__result-loading{box-sizing:border-box;align-self:center;display:inline-block;width:1.25em;height:1.25em;margin:10px 0;border:1px solid #1d1f22;border-bottom-color:rgba(0,0,0,0);border-radius:50%;animation:loader-rotation 1s linear infinite}.category-search__result-not-found{padding:10px}.category-search__result-list{display:flex;flex-direction:column;padding:5px}.category-search__result-item{text-decoration:none;display:flex;align-items:center;gap:10px;font:inherit;padding:0 10px;border-radius:5px;background-color:#fff;transition:background-color .3s}.category-search__result-item-icon svg{width:24px;height:24px}.category-search__result-item-title{padding:10px 0}.category-search__result-item:hover{background-color:var(--color-light-gray)}/*# sourceMappingURL=blog.min.css.map */