.module--blog-recent-posts .blog__content{display:flex;flex:1;flex-direction:column;gap:calc(var(--spacing-base)*4);position:relative}.module--blog-recent-posts .blog__content .blog__link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.module--blog-recent-posts .blog__content .blog__img{overflow:hidden;position:relative}.module--blog-recent-posts .blog__content .blog__img:before{content:"";display:block;width:100%}.module--blog-recent-posts .blog__content .blog__img img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transform-origin:center;transition:transform .25s ease-in-out;width:100%}.module--blog-recent-posts .blog__content .blog__link:hover+.blog__img img{transform:scale(1.05)}.module--blog-recent-posts .blog__content .blog__text{display:flex;flex:1;flex-direction:column;font-size:var(--small-font-size);gap:calc(var(--spacing-base)*4);line-height:var(--small-line-height);padding-right:calc(var(--spacing-base)*3)}.module--blog-recent-posts .blog__content .blog__text .blog__date{color:var(--body-font-color)}.module--blog-recent-posts .blog__content .blog__text .blog__title{color:var(--body-font-color);font-size:var(--h4-font-size);font-weight:var(--body-font-weight-bold);line-height:var(--h4-line-height);transition:color .25s ease-in-out}.module--blog-recent-posts .blog__content .blog__link:hover~.blog__text .blog__title{color:var(--first-color)}.module--blog-recent-posts .blog__content .blog__date>span{font-weight:var(--body-font-weight)}.module--blog-recent-posts .blog-popular-posts{display:grid;gap:calc(var(--spacing-base)*4);grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(3,1fr);width:100%}.module--blog-recent-posts .blog-popular-posts .columns{flex:unset;grid-column:span 6;grid-row:span 1;width:unset}.module--blog-recent-posts .blog-popular-posts .columns .blog__content{flex-flow:row}.module--blog-recent-posts .blog-popular-posts .columns:first-of-type{grid-row:span 3}.module--blog-recent-posts .blog-popular-posts .columns:first-of-type .blog__content{flex-flow:column}.module--blog-recent-posts .blog-popular-posts .columns:not(:first-of-type) .blog__img{flex:1}.module--blog-recent-posts .blog-popular-posts .columns:not(:first-of-type) .blog__summaries{display:none}.module--blog-recent-posts .blog__author,.module--blog-recent-posts .blog__date{align-items:center;display:flex;gap:calc(var(--spacing-base)*2)}.module--blog-recent-posts .blog__meta{display:flex;flex-flow:row wrap;gap:calc(var(--spacing-base)*2) calc(var(--spacing-base)*6)}.module--blog-recent-posts .blog-popular-posts .columns:first-of-type .blog__summaries,.module--blog-recent-posts .blog__author--text-container,.module--blog-recent-posts .blog__date--text-container{color:#767676}.module--blog-recent-posts .blog__text__categories{display:flex;flex-flow:row wrap;gap:calc(var(--spacing-base)*2)}.module--blog-recent-posts .blog__text__categories__item{align-items:center;border-radius:var(--spacing-base);display:flex;justify-content:center;padding:var(--spacing-base) calc(var(--spacing-base)*2)}.module--blog-recent-posts .blog__text__meta{display:flex;flex-flow:row wrap;gap:calc(var(--spacing-base)*1) calc(var(--spacing-base)*2);justify-content:space-between}.module--blog-recent-posts .blog__read-time{align-items:center;color:#767676;display:flex;gap:8px}@media screen and (max-width:992px){.module--blog-recent-posts .blog__content{flex:1 1 48%;padding-bottom:var(--rows-gap)}.module--blog-recent-posts .blog__content .blog__img:before{padding-bottom:var(--sixteen-ten)}.module--blog-recent-posts .columns:has(.button){order:10}}@media (min-width:993px),print{.module--blog-recent-posts .blog__content .blog__img:before{padding-bottom:var(--four-three)}}