.t-main-blog__inner{padding-left:calc(var(--layout-site-padding)*1.5);padding-right:calc(var(--layout-site-padding)*1.5)}@media screen and (min-width:1100px){.t-main-blog__inner{padding-left:calc(var(--layout-site-padding)*2);padding-right:calc(var(--layout-site-padding)*2)}}.t-main-blog__article-wrapper{display:flex;flex-wrap:wrap;gap:3rem}@media screen and (min-width:990px){.t-main-blog__article-wrapper{gap:3rem 8rem}}@media screen and (min-width:1440px){.t-main-blog__article-wrapper{gap:6rem 12rem}}.t-main-blog__article-wrapper .m-article-card{width:100%}@media screen and (min-width:600px){.t-main-blog__article-wrapper .m-article-card{width:calc(50% - 1.5rem)}}@media screen and (min-width:990px){.t-main-blog__article-wrapper .m-article-card{max-height:unset;width:calc(50% - 4rem)}}@media screen and (min-width:1440px){.t-main-blog__article-wrapper .m-article-card{width:calc(50% - 6rem)}}@media screen and (min-width:990px){.t-main-blog__article-wrapper .m-article-card__image{height:auto}.t-main-blog__article-wrapper .m-article-card img{aspect-ratio:2/3}}@media screen and (min-width:1440px){.t-main-blog__article-wrapper .m-article-card img{aspect-ratio:4/5}}@media screen and (min-width:1100px){.t-main-blog__article-wrapper .m-article-card:first-child .m-article-card__image,.t-main-blog__article-wrapper .m-article-card:nth-child(2) .m-article-card__image{height:59rem}}@media screen and (min-width:2000px){.t-main-blog__article-wrapper .m-article-card:first-child .m-article-card__image,.t-main-blog__article-wrapper .m-article-card:nth-child(2) .m-article-card__image{height:77rem}}@media screen and (min-width:1100px){.t-main-blog__article-wrapper .m-article-card:nth-child(3) .m-article-card__image{height:auto}.t-main-blog__article-wrapper .m-article-card:nth-child(4) .m-article-card__image{height:66rem}}@media screen and (min-width:2000px){.t-main-blog__article-wrapper .m-article-card:nth-child(4) .m-article-card__image{height:81rem}}@media screen and (min-width:1100px){.t-main-blog__article-wrapper .m-article-card:first-child{width:calc(40% - 6rem)}.t-main-blog__article-wrapper .m-article-card:first-child img{aspect-ratio:3/2}.t-main-blog__article-wrapper .m-article-card:nth-child(2){width:calc(60% - 6rem)}.t-main-blog__article-wrapper .m-article-card:nth-child(2) img{aspect-ratio:2/3}.t-main-blog__article-wrapper .m-article-card:nth-child(3){width:calc(55% - 6rem)}.t-main-blog__article-wrapper .m-article-card:nth-child(3) img{aspect-ratio:16/9}.t-main-blog__article-wrapper .m-article-card:nth-child(4){width:calc(45% - 6rem)}.t-main-blog__article-wrapper .m-article-card:nth-child(4) img{aspect-ratio:1/1}}.t-main-blog__filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;margin-top:2.5rem}.t-main-blog__filter{border:1px solid rgb(var(--color-border));color:inherit;padding:.5rem 1rem;text-decoration:none;transition:background-color var(--default-transition-easing) var(--default-transition-timing),color var(--default-transition-easing) var(--default-transition-timing)}.t-main-blog__filter.active,.t-main-blog__filter:hover{background-color:rgb(var(--color-button));border:1px solid rgb(var(--color-button));color:rgb(var(--color-button-label))}