.newsSliderCtn{padding:var(--gl);z-index:1;background:#fff;position:relative;overflow:hidden}.newsSliderTitle{font-size:var(--h);margin:30px 0 60px}.newsSliderFlex{flex-wrap:nowrap;margin-bottom:70px;display:flex;position:relative}.singleNewsFlex{width:25%;transition:transform 1s var(--expo);flex:1 0 25%;margin-right:30px}.newsFlexImageCtn{aspect-ratio:16/9;position:relative;overflow:hidden}.newsFlexImage{object-fit:cover}.newsFlexTitle{color:var(--black);z-index:10;margin-top:20px;font-size:22px;font-weight:300;text-decoration:underline;display:block;position:relative}.newsSliderButtons{justify-content:space-between;width:100%;height:calc(100% - 40px);padding:0 10px;display:flex;position:absolute;left:0}.newsSliderButtons button{z-index:10;align-items:center;width:100px;transition:all .3s;display:flex;position:relative}.newsSliderButtons button.inactive{opacity:0;visibility:hidden}.newsButton{background:#07021c66;border-radius:1000px;justify-content:center;align-items:center;width:50px;height:50px;transition:background .3s;display:flex;position:relative;overflow:hidden}.newsSliderButtons button:hover>div{background-color:var(--babyblue)}.newsButton svg{width:60%;transition:transform .4s var(--o5);flex:1 0 60%;position:absolute}.newsButton svg:last-child{transform:translate(-140%)}.newsSliderButtons button:hover svg:first-child{transform:translate(140%)}.newsSliderButtons button:hover svg:last-child{transform:translate(0%)}.newsLeft>div{transform-origin:50%;transform:rotate(180deg)}.newsLeft{justify-content:flex-start}.newsRight{justify-content:flex-end}@media screen and (max-width:1100px){.singleNewsFlex{flex:1 0 50%;width:50%;margin-right:15px}.newsFlexTitle{font-size:16px}.newsButton{width:40px;height:40px}.newsSliderTitle{margin-bottom:40px}}
