/**handles:hhit-featured-block-with-posts-style**/
.featured-block-with-posts{background:var(--bg-grad)}.featured-block-with-posts .container{max-width:1190px;margin:0 auto;width:90%;padding:74px 0 86px}.featured-block-with-posts .title-wrapper{display:flex;align-items:center;justify-content:space-between;gap:50px;margin-bottom:34px}.featured-block-with-posts .title-wrapper .title{font:normal var(--f-bold) 2.69rem/1.1 var(--font-sans);color:var(--title-color);margin-bottom:0}.featured-block-with-posts .title-wrapper .btn{display:flex;align-items:center;justify-content:flex-start;gap:5px;border:none;font:normal var(--f-bold) 0.875rem/1 var(--font-sans);color:var(--button-color);width:max-content;text-decoration:none;box-shadow:none}.featured-block-with-posts .title-wrapper .btn svg{color:var(--white);transition:var(--transition)}.featured-block-with-posts .title-wrapper .btn:hover svg{transform:rotate(90deg)}.featured-block-with-posts .posts-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:55px;grid-row-gap:42px}.featured-block-with-posts .posts-wrapper .item{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;position:relative;background:transparent var(--bg-image) no-repeat center/cover;padding:30px 26px;border-radius:30px;height:180px;overflow:hidden;box-shadow:none}.featured-block-with-posts .posts-wrapper .item.featured{width:568px;height:100%;padding:30px;grid-area:1/1/3/2}.featured-block-with-posts .posts-wrapper .item:after{position:absolute;content:'';left:0;top:0;width:100%;height:100%;background:var(--primary-color);opacity:75%}.featured-block-with-posts .posts-wrapper .item.featured:before{position:absolute;top:0;right:0;content:'';background:var(--overlay-image) no-repeat right top/auto;width:100%;height:100%;z-index:1;mix-blend-mode:screen;opacity:62%}.featured-block-with-posts .posts-wrapper .item.featured:after{background:var(--black);mix-blend-mode:normal;opacity:62%}.featured-block-with-posts .posts-wrapper .item:nth-child(2){grid-area:1/2/2/3}.featured-block-with-posts .posts-wrapper .item:nth-child(3){grid-area:1/3/2/4}.featured-block-with-posts .posts-wrapper .item:nth-child(4){grid-area:2/2/3/3}.featured-block-with-posts .posts-wrapper .item:nth-child(5){grid-area:2/3/3/4}.featured-block-with-posts .posts-wrapper .item .tag{font:normal var(--f-bold) 0.875rem/1 var(--font-sans);letter-spacing:.82px;color:var(--white);text-transform:uppercase;position:relative;z-index:1}.featured-block-with-posts .posts-wrapper .item .title{font:normal var(--f-bold) 1.13rem/1.2 var(--font-sans);letter-spacing:.27px;color:var(--white);margin-bottom:0;position:relative;z-index:1}@media screen and (max-width:1260px){.featured-block-with-posts .posts-wrapper .item.featured{width:450px}.featured-block-with-posts .posts-wrapper{gap:30px}}@media screen and (max-width:1140px){.featured-block-with-posts .posts-wrapper .item.featured{width:400px}}@media screen and (max-width:1024px){.featured-block-with-posts .container{padding:70px 0}.featured-block-with-posts .title-wrapper .title{font:normal var(--f-bold) 2.38rem/1.2 var(--font-sans)}.featured-block-with-posts .posts-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.featured-block-with-posts .posts-wrapper .item.featured{width:100%;height:300px}.featured-block-with-posts .posts-wrapper .item{width:47%;height:300px}}@media screen and (max-width:767px){.featured-block-with-posts .container{padding:40px 0}.featured-block-with-posts .title-wrapper{flex-direction:column;align-items:flex-start;gap:20px}.featured-block-with-posts .title-wrapper .title{font:normal var(--f-bold) 2rem/1.2 var(--font-sans)}.featured-block-with-posts .posts-wrapper{flex-direction:column}.featured-block-with-posts .posts-wrapper .item,.featured-block-with-posts .posts-wrapper .item.featured{width:100%;height:250px;padding:20px;border-radius:20px}}