.layout-blog .author{display:flex;align-items:center}.layout-blog .author__avatar{position:relative;display:flex;width:3.125rem;height:3.125rem;flex-shrink:0;margin-right:1.125rem}.layout-blog .author__avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.layout-blog .author__name{display:block;margin-bottom:.3125rem;font-size:1.5rem;font-weight:var(--font-weight-regular);color:var(--color-text)}.layout-blog .author__position{color:#999;font-size:1rem;font-weight:var(--font-weight-regular)}.layout-blog .author__info{width:100%}.layout-blog .author--carousel{position:relative;display:flex;height:100%;flex-shrink:0;border:1px solid #353535;border-radius:1.5rem}.layout-blog .author--carousel .author__info{display:flex;flex-direction:column;justify-content:flex-start;padding:2rem;width:100%}.layout-blog .author--carousel .author__avatar{width:2.875rem;height:2.875rem;justify-content:center;align-items:center;box-shadow:.125rem .125rem .9375rem rgba(255,255,255,.05);margin-bottom:1rem}.layout-blog .author--carousel .author__avatar-img{width:100%;height:100%}.layout-blog .post-card__title{display:block;width:100%;font-family:var(--font-family);font-weight:var(--font-weight-bold);font-size:1.75rem;line-height:2.125rem;color:var(--color-text)}@media(max-width:767px){.layout-blog .post-card__title{overflow-wrap:break-word}}.layout-blog .post-card__img{position:relative;display:flex}.layout-blog .post-card__img-item{width:100%;height:100%;object-fit:cover}.layout-blog .post-card__description{width:100%;font-size:1rem;line-height:1.5rem;color:var(--color-text)}@media(max-width:767px){.layout-blog .post-card__description{overflow-wrap:break-word}}.layout-blog .post-card__details{display:flex;justify-content:space-between;width:100%;font-size:.875rem;line-height:1}.layout-blog .post-card__category{position:relative;padding-right:.5rem;margin-right:.5rem;color:var(--color-text)}.layout-blog .post-card__category:after{content:"";position:absolute;right:0;top:50%;width:.125rem;height:.125rem;background-color:var(--color-text-muted);border-radius:50%;transform:translate(50%,-50%)}.layout-blog .post-card__time-description{color:var(--color-text-muted)}.layout-blog .post-card--horizontal{display:flex;flex-wrap:wrap}.layout-blog .post-card--horizontal .post-card__img{flex-basis:100%;height:14.375rem;margin-right:0;margin-bottom:1.875rem}@media(min-width:1024px){.layout-blog .post-card--horizontal .post-card__img{flex-basis:calc(60% - 2.5rem);height:17.1875rem;flex-shrink:0;margin-right:2.5rem;margin-bottom:0}}@media(min-width:1600px){.layout-blog .post-card--horizontal .post-card__img{height:27.375rem}}.layout-blog .post-card--horizontal .post-card__info{min-width:0}@media(min-width:1024px){.layout-blog .post-card--horizontal .post-card__info{flex:1 1}}.layout-blog .post-card--horizontal .post-card__title{margin-bottom:1.875rem}.layout-blog .post-card--horizontal .post-card__description{margin-bottom:3.75rem}.layout-blog .post-card--horizontal .post-card__author{margin-bottom:1.875rem}.layout-blog .post-card--vertical{flex-wrap:wrap;margin-bottom:8.75rem}.layout-blog .post-card--vertical .post-card__img{margin-bottom:1.875rem}.layout-blog .post-card--vertical .post-card__info{display:flex;flex-wrap:wrap}.layout-blog .post-card--vertical .post-card__details{margin-bottom:.9375rem;order:1}.layout-blog .post-card--vertical .post-card__title{margin-bottom:1.875rem;order:2;font-size:1.375rem;line-height:1.625rem}@media(min-width:1600px){.layout-blog .post-card--vertical .post-card__title{font-size:1.75rem;line-height:2.125rem}}.layout-blog .post-card--vertical .post-card__description{margin-bottom:1.875rem;order:3}.layout-blog .post-card--vertical .post-card__author{order:4}.layout-blog .post-card--columns-1{width:100%;align-items:flex-start}.layout-blog .post-card--columns-1:not(.post-card--horizontal) .post-card__img{height:11.625rem}@media(min-width:1600px){.layout-blog .post-card--columns-1:not(.post-card--horizontal) .post-card__img{height:16.6875rem}}.layout-blog .post-card--columns-2{width:100%;margin-right:0}@media(min-width:1024px){.layout-blog .post-card--columns-2{width:47%;margin-right:6%}}.layout-blog .post-card--columns-2:nth-child(2n+2){margin-right:0}.layout-blog .post-card--columns-2 .post-card__img{height:14.375rem}@media(min-width:1024px){.layout-blog .post-card--columns-2 .post-card__img{height:14.5625rem}}@media(min-width:1600px){.layout-blog .post-card--columns-2 .post-card__img{height:22.5rem}}.layout-blog .post-card--columns-2 .post-card__category{display:block;margin-right:0;margin-bottom:.5rem;padding-right:0}.layout-blog .post-card--columns-2 .post-card__category:after{display:none}@media(min-width:1024px){.layout-blog .post-card--columns-2 .post-card__category{display:inline;margin-right:.5rem;margin-bottom:0;padding-right:.5rem}.layout-blog .post-card--columns-2 .post-card__category:after{display:block}}.layout-blog .post-card--columns-3{width:100%;margin-right:0}@media(min-width:1024px){.layout-blog .post-card--columns-3{width:30%;margin-right:5%}}.layout-blog .post-card--columns-3:nth-child(3n+3){margin-right:0}.layout-blog .post-card--columns-3 .post-card__img{height:14.375rem}@media(min-width:1024px){.layout-blog .post-card--columns-3 .post-card__img{height:9.3125rem}}@media(min-width:1600px){.layout-blog .post-card--columns-3 .post-card__img{height:14.375rem}}.layout-blog .post-card--columns-3 .post-card__category{display:block;margin-right:0;margin-bottom:.5rem;padding-right:0}.layout-blog .post-card--columns-3 .post-card__category:after{display:none}.layout-blog .posts{display:flex;flex-wrap:wrap;justify-content:flex-start}