/*!/wp-content/plugins/custom-carousel/assets/carousel.css*/.custom-carousel-container{margin:0 auto;position:relative}.custom-carousel-container .swiper{overflow:visible;padding:3rem 0 0 0}.custom-carousel-container .swiper-slide{transition:all 0.3s ease;filter:grayscale(.3);opacity:.8;transition:.5s ease-in all}.custom-carousel-container .swiper-slide-active{opacity:1;filter:grayscale(0);z-index:2}.custom-carousel-container .carousel-item{overflow:hidden;transition:all 0.6s ease;height:100%;display:flex;flex-direction:column}.custom-carousel-container .swiper-slide-active .carousel-item:hover{transform:translateY(-5px)}.custom-carousel-container .carousel-image{position:relative;width:100%;overflow:hidden;border-radius:10px}.custom-carousel-container .carousel-image img{width:100%;height:100%;aspect-ratio:1.5;object-fit:cover;margin-bottom:0;transition:0.6s all ease-in-out}.custom-carousel-container .carousel-content{text-align:center;padding-top:1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:center;opacity:0;visibility:hidden;transition:all 0.6s ease}.custom-carousel-container .swiper-slide-active .carousel-content{opacity:1;visibility:visible}.custom-carousel-container .carousel-title{font-size:1.5rem!important;font-weight:600;margin:0 0 15px 0;color:#000;line-height:1.4;font-size:20px;text-transform:uppercase}.custom-carousel-container .carousel-button{color:#000;text-transform:uppercase;padding-bottom:.3rem;border-bottom:3px solid #000;text-align:center;display:inline-block;width:fit-content;margin:0 auto}.custom-carousel-container .carousel-button:hover{color:#ff3c00!important;border-color:#ff3c00!important;text-decoration:none}.swiper-button-prev,.swiper-button-next{transform:translateY(-50%);background:#333;border:1px solid #333;color:#333;font-size:24px;cursor:pointer;border-radius:90px;transition:all 0.3s ease;z-index:10001;backdrop-filter:blur(10px);width:100px;height:40px;background-image:url('data:image/svg+xml,<svg width="32" height="9" viewBox="0 0 32 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.2148 0.964806C27.4101 0.769544 27.7266 0.769544 27.9219 0.964806L31.1035 4.14645C31.2988 4.34171 31.2988 4.65822 31.1035 4.85348L27.9219 8.03512C27.7266 8.23038 27.4101 8.23038 27.2148 8.03512C27.0196 7.83986 27.0196 7.52335 27.2148 7.32809L29.543 4.99996L0.75 4.99996V3.99996L29.543 3.99996L27.2148 1.67184C27.0196 1.47658 27.0196 1.16007 27.2148 0.964806Z" fill="white"/></svg>');background-repeat:no-repeat;background-position:center center;background-size:49px;content:""}.swiper-button-prev{transform:rotate(180deg)}.swiper-button-prev:after,.swiper-button-next:after{display:none}.swiper-button-prev:hover,.swiper-button-next:hover{background:#5a3cb4;border-color:#5a3cb4;background-image:url('data:image/svg+xml,<svg width="32" height="9" viewBox="0 0 32 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.2148 0.964806C27.4101 0.769544 27.7266 0.769544 27.9219 0.964806L31.1035 4.14645C31.2988 4.34171 31.2988 4.65822 31.1035 4.85348L27.9219 8.03512C27.7266 8.23038 27.4101 8.23038 27.2148 8.03512C27.0196 7.83986 27.0196 7.52335 27.2148 7.32809L29.543 4.99996L0.75 4.99996V3.99996L29.543 3.99996L27.2148 1.67184C27.0196 1.47658 27.0196 1.16007 27.2148 0.964806Z" fill="white"/></svg>');background-repeat:no-repeat;background-position:center center;background-size:49px}.custom-carousel-container .swiper-button-prev,.custom-carousel-container .swiper-button-next{top:auto;bottom:-70px;transform:none}.custom-carousel-container .swiper-button-prev{left:calc(50% - 110px);transform:rotate(180deg)}.custom-carousel-container .swiper-button-next{left:calc(50% + 10px)}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.5}.custom-carousel-container .swiper-pagination{position:relative;margin-top:20px;display:none}.custom-carousel-container .swiper-pagination-bullet{width:12px;height:12px;background:#ccc;opacity:1;transition:all 0.3s ease}.custom-carousel-container .swiper-pagination-bullet-active{background:red;transform:scale(1.2)}@media (min-width:1024px){.custom-carousel-container .swiper-slide{width:32.85%!important}}@media (max-width:768px){.custom-carousel-container{width:95vw}.custom-carousel-container .swiper{overflow:visible}.custom-carousel-container .swiper-slide{opacity:1;width:95vw!important}.swiper-button-prev,.swiper-button-next{bottom:-21.45%;top:inherit;width:100px!important}.swiper-button-prev{bottom:-17%;right:27%}}