@charset "UTF-8";
.custom-swiper-button-next,.custom-swiper-button-prev{background-color:var(--maincolor);color:white;width:70px;height:70px;position:absolute;top:50%;z-index:5;transition:var(--transition);transform:translateY(-50%)}@media (max-width:1199.98px){.custom-swiper-button-next,.custom-swiper-button-prev{width:60px;height:60px}}@media (max-width:991.98px){.custom-swiper-button-next,.custom-swiper-button-prev{width:50px;height:50px}}@media (max-width:767.98px){.custom-swiper-button-next,.custom-swiper-button-prev{width:40px;height:40px}}.custom-swiper-button-next:hover,.custom-swiper-button-prev:hover{background:color-mix(in srgb, var(--maincolor) 85%, white)}.custom-swiper-button-next.small-button,.custom-swiper-button-prev.small-button{width:60px;height:60px}@media (max-width:1199.98px){.custom-swiper-button-next.small-button,.custom-swiper-button-prev.small-button{width:50px;height:50px}}@media (max-width:767.98px){.custom-swiper-button-next.small-button,.custom-swiper-button-prev.small-button{width:40px;height:40px}}.custom-swiper-button-prev,.custom-swiper-button-next{font-size:30px}@media (max-width:767.98px){.custom-swiper-button-prev,.custom-swiper-button-next{font-size:20px}}.custom-swiper-button-prev.small-button::after,.custom-swiper-button-next.small-button::after{font-size:24px}.custom-swiper-button-prev{border-radius:0 6px 6px 0}.custom-swiper-button-prev::after{content:"";font-family:"Font Awesome 5 Pro";font-weight:300;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.custom-swiper-button-next{left:inherit;right:0;border-radius:6px 0 0 6px}.custom-swiper-button-next::after{content:"";font-family:"Font Awesome 5 Pro";font-weight:300;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.swiper-container{position:relative;overflow:hidden}.swiper__controls{z-index:20}.swiper__controls .next,.swiper__controls .prev{font-size:2rem;z-index:99;color:var(--white)}@media (max-width:991.98px){.swiper__controls .next,.swiper__controls .prev{font-size:1.75rem}}@media (max-width:575.98px){.swiper__controls .next,.swiper__controls .prev{font-size:1.5rem}}.swiper__controls .next *,.swiper__controls .prev *{color:inherit;font-size:inherit}.swiper__controls.centered .next,.swiper__controls.centered .prev{position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center}.swiper__controls.centered .next{right:1.5rem}.swiper__controls.centered .prev{left:1.5rem}.swiper__controls.background .next,.swiper__controls.background .prev{background-color:var(--white);padding:0.5rem;border-radius:50%;height:2rem;width:2rem}.swiper__controls.background .next *,.swiper__controls.background .prev *{color:var(--font-clr)}.swiper__controls .swiper-button-disabled{opacity:0.4}.swiper-pagination{position:absolute;bottom:0;left:50%;z-index:20;width:auto}.swiper-pagination .swiper-pagination-bullet{border-radius:99px;width:40px;height:4px;margin:0 5px;background-color:rgba(0, 0, 0, 0.1)}@media (max-width:1199.98px){.swiper-pagination .swiper-pagination-bullet{width:30px}}@media (max-width:767.98px){.swiper-pagination .swiper-pagination-bullet{width:20px;height:3px}}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--maincolor)}