.category-card{background:var(--f7-color);position:relative;height:0;padding-bottom:140%;cursor:pointer}.category-card a{text-decoration:none;color:var(--main-text-color)}.category-card figure{width:100%;height:100%;position:absolute;left:0;top:0;transition:0.6s}.category-card figure img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:1}.category-card figure img.category-jpg{opacity:0;transition:0.6s}.category-card:hover figure{transform:scale(1.05)}.category-card:hover figure img.category-jpg{opacity:1}.category-card .content{position:absolute;padding:40px 50px 25px 40px;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%}.category-card .content h3{color:var(--main-green);font-size:24px}@media (max-width:559px){.category-card{padding-bottom:140%}.category-card .content{padding:25px;font-size:13px}.category-card .content h3{font-size:20px}}@media (min-width:360px) and (max-width:450px){.category-card{padding-bottom:120%}.category-card .content{padding:25px;font-size:13px}.category-card .content h3{font-size:20px}.category-card figure img{object-position:top center}.category-card figure.bottom img{object-position:bottom center}}@media (min-width:451px) and (max-width:575px){.category-card{padding-bottom:100%}.category-card figure img{object-position:top center}.category-card figure.bottom img{object-position:bottom center}}@media (min-width:576px) and (max-width:780px){.category-card{padding-bottom:140%}.category-card .content{padding:25px;font-size:13px}.category-card .content h3{font-size:20px}}@media (min-width:992px) and (max-width:1200px){.category-card .content{padding:25px;font-size:13px}.category-card .content h3{font-size:20px}}@media (min-width:1201px) and (max-width:1600px){.category-card .content{padding:30px;font-size:14px}.category-card .content h3{font-size:20px}}
.video-popup{position:fixed;width:100%;height:100%;left:0;top:0;z-index:1051;display:none}.video-popup.show{display:block}.video-popup .ratio{top:50%;left:50%;transform:translate(-50%,-50%)}.video-popup .close{width:40px;height:40px;border-radius:20px;background:#fff;position:absolute;right:30px;top:30px;z-index:1042;cursor:pointer}.video-popup .close:after{width:2px;height:22px;position:absolute;left:50%;top:50%;background:#666;content:'';transform:translate(-50%,-50%) rotate(45deg)}.video-popup .close:before{width:2px;height:22px;position:absolute;left:50%;top:50%;content:'';background:#666;transform:translate(-50%,-50%) rotate(-45deg)}
.clients-section{padding:100px 0}.clients-section h2{font-size:3.2rem;font-weight:700}.client-box{padding:10px 20px;padding-left:100px;position:relative}.client-box-title{font-size:1.6rem;text-transform:uppercase;font-weight:700;margin-bottom:10px}.client-box-title a{color:var(--color-3);text-decoration:none;transition:all 0.5s ease-in-out}.client-card figure{width:100%;cursor:pointer;transition:all 0.5s ease-in-out}.client-card figure:hover{transform:scale(1.1)}#clients-slider .splide__arrows{bottom:-80px;position:absolute;width:100%;text-align:center}#clients-slider .splide__arrow{background:none;width:auto;position:static;display:inline-block;padding:8px 15px;height:30px;overflow:hidden}#clients-slider .splide__arrow svg{width:40px;height:40px;position:relative;top:-50%;margin-top:-15px}#clients-slider .splide__arrow:hover path{fill:#91af2b}