.blogs{background-color:var(--light-gray2);overflow:hidden;padding-bottom:40px;position:relative}.blogs .grid-container{display:none;height:720px;left:40px;overflow:hidden;position:absolute;top:40px;width:100%}@media(min-width:48em){.blogs .grid-container{display:block}}@media only screen and (min-width:1700px){.blogs .grid-container{width:calc(100% - 80px)}}.blogs .grid-bg{display:block;height:100%;width:100%}.blogs .container{max-width:1600px;position:relative}@media(min-width:48em){.blogs .container{padding:0 120px}}.blogs__header{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;padding-block:70px 50px;position:relative;z-index:1}@media(min-width:48em){.blogs__header{padding-block:90px 72px}.blogs__header-text{max-width:70%}}@media only screen and (min-width:1024px){.blogs__header .btn{min-width:250px}}.blogs__content{overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;width:100vw;-ms-overflow-style:none;cursor:grab;position:relative;z-index:1}.blogs__content:active{cursor:grabbing}.blogs__content::-webkit-scrollbar{display:none}@media(min-width:48em){.blogs__content{margin-left:-120px}}.blogs__content--items{display:flex;gap:10px;justify-content:flex-start}@media(min-width:48em){.blogs__content--items{gap:30px;padding-left:120px}}.blogs__title{color:var(--black);font-size:30px;font-weight:400}@media(min-width:48em){.blogs__title{font-size:40px}}.blogs__description{color:rgba(0,0,0,.6);font-size:14px;font-weight:500;line-height:145%}.blogs__item{background:var(--black);border:1px solid rgba(0,0,0,.1);border-radius:16px;flex:0 0 auto;height:480px;max-width:296px;padding:10px;position:relative;width:100%}@media(min-width:48em){.blogs__item{height:430px;max-width:438px}}.blogs__item.transparent{background:transparent;border:0}.blogs__item figure{filter:grayscale(1);margin:0;max-height:246px;overflow:hidden;padding:0;position:relative;z-index:1}.blogs__item figure img{aspect-ratio:273/230;border-radius:10px 10px 0 0;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:48em){.blogs__item figure img{aspect-ratio:415/220}}.blogs__item--sticky{background:var(--light-brown);border-radius:0 10px;color:var(--white);padding:20px 15px;position:absolute;right:-1px;top:-1px;z-index:3}.blogs__item--text{background:var(--black-hover);border-radius:10px;height:250px;margin-top:-22px;padding:26px 24px;position:relative;z-index:2}@media(min-width:48em){.blogs__item--text{height:219px;margin-top:-30px}}.blogs__item--title{margin:0 0 8px;min-height:52px}.blogs__item--title a{color:var(--white);font-size:18px;font-weight:500;-webkit-line-clamp:2;line-height:145%;text-decoration:none}.blogs__item--excerpt,.blogs__item--title a{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blogs__item--excerpt{color:var(--disabled);font-size:14px;font-weight:400;-webkit-line-clamp:4;line-height:140%;margin-bottom:25px}@media(min-width:48em){.blogs__item--excerpt{-webkit-line-clamp:3;min-height:60px}}.blogs__item--readmore{color:var(--white);font-size:12px;font-weight:500;line-height:145%}.blogs__slider-progress-bar{border-radius:4px;height:4px;margin-block:40px;position:relative;width:100%}.blogs__slider-progress-bar:after{background:var(--attention);border-radius:4px;content:"";height:100%;position:absolute;transition:width .4s ease-in-out;width:var(--progress,0)}.blogs__scrollbar{border-radius:5px;height:3px;line-height:0;margin:1em 0;position:relative;width:100%}.blogs__handle{background:var(--warm-gray);border-radius:5px;cursor:pointer;height:100%;top:0}.blogs__handle,.blogs__mousearea{left:0;position:absolute;touch-action:none}.blogs__mousearea{height:20px;top:-9px;width:100%}