.m-blog-feed{max-width:var(--content-width)}.m-blog-feed__tabs__nav{border-bottom:1px solid #ddd;display:flex;flex-wrap:wrap;gap:1.5rem;list-style:none;margin-bottom:1rem;padding-left:0}.m-blog-feed__tabs__nav li{border-bottom:1px solid #ddd;color:#555;cursor:pointer;font-weight:500}.m-blog-feed__tabs__nav li.active{border-bottom:2px solid var(--primary-color,#2d5fff);color:#111;font-weight:600}.m-blog-feed__top{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.m-blog-feed__top__left{display:flex;flex-direction:column;width:100%}.m-blog-feed__top__left__content{max-width:800px}.m-blog-feed__top__right{display:flex;justify-content:flex-end;width:100%}.m-blog-feed__card{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:var(--content-width);width:var(--content-width)}.m-blog-feed__card__card{background-color:#fff;border:1px solid #e0e0e0;display:flex;flex-direction:column;margin:.5rem 0;width:380px}.m-blog-feed__card__img{width:100%}.m-blog-feed__card__img img{background-position:50%;background-size:cover;height:200px;object-fit:cover;width:100%}.m-blog-feed__card__content{box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:space-between;padding:1rem}.m-blog-feed__content__tag-date{align-items:center;display:flex;justify-content:space-between}.m-blog-feed__content__tag a{font-size:var(--base-font)}.m-blog-feed__content__publish-date{font-size:var(--base-font);padding-left:.5rem}.m-blog-feed__content__title{align-items:flex-start;display:flex;flex-grow:1;justify-content:flex-start;padding-top:.25rem}.m-blog-feed__content__title a{font-size:var(--font-large);font-weight:700}.m-blog-feed__content__content{flex-grow:1}.m-blog-feed__content__content p{font-size:var(--base-font)}.m-blog-feed__content__link{align-items:flex-end;padding-top:.5rem}.m-blog-feed__card__card.card--full{flex-direction:row-reverse;width:100%}.m-blog-feed__card__card.card--full .m-blog-feed__card__img{height:100%;width:100%}.m-blog-feed__card__card.card--full .m-blog-feed__card__img img{width:100%}.m-blog-feed__card__card.card--full .m-blog-feed__card__content{height:100%;width:95%}.m-blog-feed__card__card.card--half{width:49.5%}.m-blog-feed__card__card.card--half .card__content{height:100%;width:95%}.m-blog-feed .card__card.card--third .card__img,.m-blog-feed__card__card.card--third .m-blog-feed__card__card__img img{height:180px;width:100%}@media screen and (max-width:1250px) and (min-width:1000px){.m-blog-feed__card__card.card--third{width:calc(-10px + 31vw)}}@media screen and (max-width:1220px){.m-blog-feed__card{justify-content:space-evenly;width:100%}}@media screen and (max-width:1000px){.m-blog-feed__card__card.card--full{flex-direction:column;height:100%;max-width:82vw}}@media screen and (max-width:780px){.m-blog-feed__card{justify-content:center}}@media screen and (max-width:767px){.m-blog-feed__card__card.card--full{max-width:85vw}.m-blog-feed__card__card.card--half{width:80vw}.m-blog-feed__top{flex-direction:column}.m-blog-feed__top,.m-blog-feed__top__left,.m-blog-feed__top__right{justify-content:center}}@media screen and (max-width:500px){.m-blog-feed__card__card{width:350px}.m-blog-feed__card__card.card--full .m-blog-feed__card__content{width:100%}}