.t-main-blog{--grid-column-gap:var(--column-gap-mobile);--grid-row-gap:var(--row-gap-mobile)}@media screen and (min-width:768px){.t-main-blog{--grid-column-gap:var(--column-gap-desktop);--grid-row-gap:var(--row-gap-desktop)}}.t-main-blog__article-wrapper{display:flex;flex-wrap:wrap;gap:var(--grid-row-gap) var(--grid-column-gap)}.t-main-blog__article-wrapper .m-article-card{--flex-items:1;width:calc(100%/var(--flex-items) - (var(--flex-items) - 1)/var(--flex-items)*var(--grid-column-gap))}@media screen and (min-width:768px){.t-main-blog__columns--1 .m-article-card{--flex-items:1}.t-main-blog__columns--2 .m-article-card{--flex-items:2}.t-main-blog__columns--3 .m-article-card{--flex-items:3}.t-main-blog__columns--4 .m-article-card{--flex-items:4}}.t-main-blog__header{margin:5rem 0}@media screen and (min-width:768px){.t-main-blog__header{margin:10rem 0}}.t-main-blog__filters{padding:0}@media screen and (min-width:768px){.t-main-blog__filters{padding:3.5rem 0}}.t-main-blog__filters .ts-wrapper.single .ts-control{border:none;padding:2rem 0;width:100%}.t-main-blog__filters .ts-wrapper.single .ts-control:after{mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.74 13.06a.714.714 0 1 0 1.428 0V7.715h5.347a.714.714 0 1 0 0-1.428H8.168V.939a.714.714 0 0 0-1.428 0v5.347H1.393a.714.714 0 0 0 0 1.428H6.74v5.347Zm0-5.346h1.428V6.286H6.74v1.428Z' fill='currentColor'/%3E%3Cpath d='M6.74 7.714h1.428V6.286H6.74v1.428Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.74 13.06a.714.714 0 1 0 1.428 0V7.715h5.347a.714.714 0 1 0 0-1.428H8.168V.939a.714.714 0 0 0-1.428 0v5.347H1.393a.714.714 0 0 0 0 1.428H6.74v5.347Zm0-5.346h1.428V6.286H6.74v1.428Z' fill='currentColor'/%3E%3Cpath d='M6.74 7.714h1.428V6.286H6.74v1.428Z' fill='currentColor'/%3E%3C/svg%3E");transition:transform var(--default-transition-easing) var(--default-transition-timing)}.t-main-blog__filters .ts-dropdown.single{border:none;box-shadow:none;transform:translate(calc(var(--layout-site-padding)*-1),-1rem);width:100vw}.t-main-blog__filters .ts-dropdown .option,.t-main-blog__filters .ts-dropdown.single .option{padding:.25rem 0}.t-main-blog__filters .ts-dropdown-content{padding:0 var(--layout-site-padding) 2rem}.t-main-blog__filters-inner{align-items:center;column-gap:3rem;display:flex;flex-wrap:wrap;justify-content:center;row-gap:1rem}@media screen and (min-width:768px){.t-main-blog__filters-inner{column-gap:7rem}}.t-main-blog__filters-desktop{display:none}@media screen and (min-width:768px){.t-main-blog__filters-desktop{align-items:center;column-gap:3rem;display:flex;flex-wrap:wrap;justify-content:center;row-gap:1rem}}@media screen and (min-width:768px)and (min-width:768px){.t-main-blog__filters-desktop{column-gap:7rem}}.t-main-blog__filters-mobile{display:block;width:100%}.t-main-blog__filters-mobile option{color:rgb(var(--color-text));font-size:var(--body-fs-sm);font-weight:200;line-height:var(--body-lh-sm)}@media screen and (min-width:768px){.t-main-blog__filters-mobile{display:none}}.t-main-blog__filter-select{color:rgb(var(--color-text));font-size:var(--body-fs-sm);font-weight:200;line-height:var(--body-lh-sm);width:100%}.t-main-blog__filter-select:not(.tomselected):not(.ts-wrapper){background-color:rgb(var(--color-background));border:0;border-radius:.5rem;color:rgb(var(--color-text));font-family:inherit;font-size:inherit;padding:2rem 0}.t-main-blog__filter-select.ts-wrapper.single.dropdown-active .ts-control:after{transform:rotate(45deg) translateX(-25%) translateY(-50%)}.t-main-blog__filter{color:rgb(var(--color-text));text-decoration:none;transition:color var(--default-transition-easing) var(--default-transition-timing)}.t-main-blog__filter.active,.t-main-blog__filter:hover{color:rgb(var(--color-secondary-text))}