.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:hover .blog__img img{transform:scale(1.05)}.module--blog-recent-posts .blog__content:hover .blog__text .blog__title{color:var(--first-color)}.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);position:relative;transition:color .25s ease-in-out}.module--blog-recent-posts .blog__content .blog__date>span{font-weight:var(--body-font-weight)}.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);margin-top:auto}.dnd-section .dnd-row>.row-fluid.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}.dnd-section .dnd-row>.row-fluid.blog-popular-posts{--overflow-margin:calc(50dvw + var(--columns-gap)/2 - var(--max-width)/2);display:flex;flex-flow:row;margin-right:calc(var(--overflow-margin)*-1);overflow:auto;padding-right:var(--overflow-margin);position:relative;-ms-overflow-style:none;gap:calc(var(--spacing-base)*6);justify-content:flex-start;margin-left:0;min-width:calc(100% + var(--columns-gap));scroll-snap-type:x mandatory;scrollbar-width:none}.dnd-section .dnd-row>.row-fluid.blog-popular-posts>[class*=span]{max-width:80%;padding-inline:0;scroll-snap-align:start}.dnd-section .dnd-row>.row-fluid.blog-popular-posts>[class*=span]:last-child{margin-right:var(--columns-gap)}.dnd-section .dnd-row>.row-fluid.blog-popular-posts::-webkit-scrollbar{display:none}}@media (min-width:993px),print{.module--blog-recent-posts .blog__content .blog__img:before{padding-bottom:var(--four-three)}.dnd-section .dnd-row>.row-fluid.blog-popular-posts .columns{flex:unset;grid-column:span 6;grid-row:span 1;width:unset}.dnd-section .dnd-row>.row-fluid.blog-popular-posts .columns .blog__content{flex-flow:row}.dnd-section .dnd-row>.row-fluid.blog-popular-posts .columns:first-of-type{grid-row:span 3}.dnd-section .dnd-row>.row-fluid.blog-popular-posts .columns:first-of-type .blog__content{flex-flow:column}.dnd-section .dnd-row>.row-fluid.blog-popular-posts .columns:not(:first-of-type) .blog__img{flex:1}.dnd-section .dnd-row>.row-fluid.blog-popular-posts .columns:not(:first-of-type) .blog__summaries{display:none}.dnd-section .dnd-row>.row-fluid.blog-popular-posts{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(3,1fr);width:100%}}