.blogCategories{display:flex;gap:1.2rem}.blogCategories.wrap{flex-wrap:wrap}.blogCategories:not(.wrap){overflow-x:auto}@media screen and (max-width:750px){.blogCategories:not(.wrap){margin-left:calc(var(--sidePadding)*-1);width:100vw;padding:0 var(--sidePadding)}}.blogCategories:not(.wrap)::-webkit-scrollbar{display:none;height:0}.blogCategories:not(.wrap) button{white-space:nowrap}.blogPostPreview{display:flex;position:relative}.blogPostPreview>a{cursor:pointer;width:100%;height:100%;color:rgba(0,0,0,0);font-size:0;position:absolute;z-index:1}.blogPostPreview img{object-fit:cover;aspect-ratio:4/3;border-radius:1.6rem;max-width:52rem;width:100%;align-self:flex-start;background:rgba(var(--text-rgb),.04)}.blogPostPreview .categoryList{display:flex;gap:.8rem}.blogPostPreview.list{flex-direction:column;transition:opacity .4s}.blogPostPreview.list:not(.active):active,.blogPostPreview.list:not(.active):hover{opacity:.8}.blogPostPreview.list.active{cursor:default}.blogPostPreview.list .categoryList{margin-top:1.6rem;margin-bottom:1.2rem}.blogPostPreview.list .articleTitle{color:var(--title);font-weight:500;font-size:2.4rem;line-height:3.2rem}.blogPostPreview.list .articleDescription{color:var(--title);font-size:1.8rem;line-height:2.6rem;margin-top:.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blogPostPreview.special{gap:2rem}@media screen and (max-width:750px){.blogPostPreview.special{gap:1.4rem;flex-direction:column}}.blogPostPreview.special .info{gap:1.6rem;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width:750px){.blogPostPreview.special .info{padding:0;gap:1.2rem}}.blogPostPreview.special .info .readMoreButton{margin-top:auto}@media screen and (max-width:750px){.blogPostPreview.special .info .readMoreButton{margin-top:1.6rem;width:100%}}.blogPostPreview.special .info .titleAndDescription .articleTitle{color:var(--title);font-weight:500;font-size:4.5rem;line-height:4.6rem}@media screen and (max-width:750px){.blogPostPreview.special .info .titleAndDescription .articleTitle{font-size:3.2rem;line-height:4rem}}.blogPostPreview.special .info .titleAndDescription .articleDescription{color:var(--caption);font-size:1.8rem;line-height:2.6rem;margin-top:.8rem}.blogPostPreview.small{gap:2rem;transition:opacity .4s}.blogPostPreview.small:not(.active):active,.blogPostPreview.small:not(.active):hover{opacity:.8}.blogPostPreview.small.active{cursor:default}@media screen and (max-width:750px){.blogPostPreview.small{gap:1rem;display:block}.blogPostPreview.small .info,.blogPostPreview.small .titleAndDescription{display:contents!important}.blogPostPreview.small img{float:left;width:12rem;margin-right:1rem}}.blogPostPreview.small img{max-width:12.4rem}.blogPostPreview.small .info{display:flex;flex-direction:column}@media screen and (min-width:751px){.blogPostPreview.small .info .titleAndDescription>*{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.blogPostPreview.small .info .titleAndDescription .articleTitle{color:var(--title);font-weight:500;font-size:1.8rem;line-height:2.6rem}.blogPostPreview.small .info .titleAndDescription .articleDescription{font-size:1.4rem;line-height:2rem;margin-top:.2rem}.articleAside{display:flex;flex-direction:column;gap:2.4rem}.articleAside .blockName{font-weight:500;font-size:2rem;line-height:2.8rem;margin-bottom:2rem}.articleAside article+article{margin-top:2.4rem}.singleArticleWrapper>.categoryList{margin-bottom:1.6rem;display:flex;gap:.8rem}@media screen and (max-width:750px){.singleArticleWrapper>.categoryList{margin-bottom:1rem}}.singleArticleWrapper>.title{font-weight:500;font-size:4.5rem;line-height:5.6rem;color:var(--title);margin-bottom:3.2rem}@media screen and (max-width:750px){.singleArticleWrapper>.title{font-size:3.6rem;line-height:3.3rem;margin-bottom:2rem}}.singleArticleWrapper>.description{font-size:1.8rem;line-height:2.6rem;white-space:pre-line}.singleArticleWrapper>.description>*+*{margin-top:3.2rem}.singleArticleWrapper>.description img{border-radius:1.6rem;width:100%}.singleArticleWrapper>.description p{color:var(--caption)}.blogWrapper{display:flex;flex-direction:column;max-width:var(--maxWidth);width:100%;margin:0 auto}.blogWrapper.singlePage{grid-gap:2rem;gap:2rem;display:grid;grid-template-columns:1fr 41.2rem}@media screen and (max-width:1020px){.blogWrapper.singlePage{grid-template-columns:1fr}}.blogWrapper .specialArticleSkeleton{width:100%;border-radius:1.6rem;height:39rem;background:rgba(var(--text-rgb),.04)}@media screen and (max-width:750px){.blogWrapper .specialArticleSkeleton{height:60rem}}.blogWrapper .header{text-align:center;max-width:84.4rem;margin:0 auto 3.2rem}.blogWrapper .header .title{font-weight:500;font-size:6.4rem;line-height:8rem}@media screen and (max-width:750px){.blogWrapper .header .title{font-size:3.6rem;line-height:4.4rem}}.blogWrapper .header .description{font-weight:400;color:var(--caption);margin-top:1.6rem;font-size:1.8rem;line-height:2.6rem}.blogWrapper .subHeader{text-align:center;max-width:84.4rem;margin:4.8rem auto}.blogWrapper .subHeader .title{font-weight:500;font-size:3.6rem;line-height:4.4rem}@media screen and (max-width:750px){.blogWrapper .subHeader .title{font-size:2.8rem;line-height:3.6rem}}.blogWrapper .subHeader .description{font-weight:400;color:var(--caption);margin-top:1.6rem;font-size:1.8rem;line-height:2.6rem}