.blog-container{display:flex}.quick-links{align-self:flex-start;display:none;margin-top:100px;position:sticky;top:200px}.quick-links ul{display:flex;flex-direction:column;justify-content:flex-start;list-style:none;padding-left:0}@media(min-width:768px){.quick-links{display:block}}.tag-dash{margin-right:5px}@media(min-width:768px){.blog-content-container{margin-left:25px}}.blog-content{max-width:100%;overflow:hidden}@media(min-width:768px){.blog-content{margin-left:30px}}.blog-title{display:flex;font-size:2rem;font-weight:600;justify-content:space-between;margin-bottom:1rem}@media(min-width:768px){.blog-title{font-size:3rem}}.grid-container{display:grid;gap:5px;grid-template-columns:repeat(5,1fr);max-width:100%;overflow-x:hidden;width:100%}.grid-item{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:15px;box-sizing:border-box;min-height:250px;position:relative;width:100%}@media(max-width:768px){.grid-container{grid-template-columns:1fr;padding:0 10px}.grid-item{grid-column:1/-1!important;grid-row:auto!important}.main{min-height:400px}}.article-text-content{display:flex;flex-direction:column;justify-content:flex-end}.article-title{display:-webkit-box;font-size:1rem;font-weight:600;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.article-title{font-size:clamp(1rem,.75rem + 1vw,2rem)}}.remaining-articles{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-top:20px}.blog-subscribe-modal{align-items:center;background-color:rgba(0,0,0,.5);border-radius:10px;display:flex;height:100%;justify-content:center;left:50%;opacity:0;pointer-events:none;position:fixed;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease-in-out;width:100%;z-index:-1}.blog-subscribe-modal.active{opacity:1;pointer-events:all;z-index:1000}.blog-subscribe-modal-content{background-color:#fff;border-radius:10px}.blog-subscribe-modal-content-header{align-items:center;display:flex;flex-direction:column;justify-content:center}.blog-modal-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px 10px 0 0;height:30%;width:inherit}.filter-mobile-drawer{align-items:center;background-color:rgba(0,0,0,.5);border-radius:10px;display:flex;height:100%;justify-content:center;opacity:0;pointer-events:none;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out,opacity .3s ease-in-out;width:100%;z-index:-1}@media(min-width:768px){.filter-mobile-drawer{display:none}}.filter-mobile-drawer.active{height:100%;opacity:1;pointer-events:all;right:0;z-index:1000}.filter-mobile-drawer-content{background-color:#fff;border-radius:10px;height:auto;height:100%;margin:0 15px;max-width:100%;padding:20px;width:100%}@media(min-width:768px){.filter-mobile-drawer-content{display:none}}.filter-mobile-drawer-button{background-color:#000;border-radius:50%;bottom:50px;box-shadow:0 4px 8px rgba(0,0,0,.2);color:#fff;display:flex;height:auto;padding:15px;position:fixed;right:50px;width:auto;z-index:100}@media(min-width:768px){.filter-mobile-drawer-button{display:none}}
