.carousel-other{max-width:1900px;background:var(--color-black)}@media screen and (max-width:1000px){.carousel-other{max-width:100vw}}@media screen and (max-width:600px){.carousel-other{max-width:100vw;min-height:600px}}.carousel-other__wrapper{display:flex;flex-direction:column;justify-content:flex-start;margin:auto;background:var(--color-black);color:var(--color-white)}@media screen and (max-width:600px){.carousel-other__wrapper{min-height:600px;margin:56px 15px 0}}.carousel-other__title{width:100%;max-width:1348px;margin:120px auto;padding:0 46px;font:var(--font-h-l)}@media screen and (max-width:600px){.carousel-other__title{margin:60px 0 40px;padding:0 15px;font-size:2.06rem}}.carousel-other__container,.carousel-other__slides{display:flex;gap:40px;width:100%;margin:auto}.carousel-other__slide{display:flex;flex-direction:column;margin:0}@media screen and (max-width:600px){.carousel-other__slide,.carousel-other__slide:first-child{width:100%}}.carousel-other__imgWrapper{width:550px;height:382px}@media screen and (max-width:600px){.carousel-other__imgWrapper{width:100%;height:330px}}.carousel-other__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-out}.carousel-other__slide:hover .carousel-other__img{transform:scale(1.4)}.carousel-other__descriptionContainer{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin:0;padding:0}.carousel-other__descriptionTitle{margin:24px 0 5px;font:var(--font-h-s);transition:color .4s ease-out}.carousel-other__slide:hover .carousel-other__descriptionTitle{color:var(--color-accent)}@media screen and (max-width:600px){.carousel-other__descriptionTitle{font-size:1.25rem}}.carousel-other__description{color:var(--color-grey);font:var(--font-xs)}.carousel-other__bottomWrapper{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1348px;margin:48px auto 0;padding:0 46px}@media screen and (max-width:600px){.carousel-other__bottomWrapper{padding:10px 15px 0}}.carousel-other .progressBar{width:30%;margin:auto 46px auto 0}@media screen and (max-width:600px){.carousel-other .progressBar{width:100%;margin:auto 0}}.carousel-other__controls{margin:auto 0 auto 46px}@media screen and (max-width:600px){.carousel-other__controls{display:none}}.carousel-other__arrow{height:14px;margin:0 20px 0 0;padding:23px 27px;border:1px solid var(--color-grey);border-radius:50%;object-fit:contain;cursor:pointer;transition:border .25s ease-out}.carousel-other__arrow:hover{border:1px solid var(--color-white)}.carousel-other__wrapper{overflow:hidden}.carousel-other__slides{padding-left:calc((100vw - 1358px) / 2);touch-action:pan-y;will-change:transform;backface-visibility:hidden}@media screen and (max-width:1440px){.carousel-other__slides{padding-left:46px}}@media screen and (max-width:600px){.carousel-other__slides{padding-left:0;scroll-padding-inline-start:0}}.carousel-other__slide{scroll-snap-align:start;touch-action:pan-x;touch-action:-ms-manipulation pan-x;touch-action:-webkit-manipulation pan-x}@media screen and (max-width:600px){.carousel-other__slide{flex:0 0 auto}}.carousel-other__imgWrapper{overflow:hidden}.carousel-other__description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;line-height:1.4;max-height:4.2em}.carousel-other.rtl{direction:rtl}.carousel-other.rtl .carousel-other__descriptionContainer{align-items:flex-start;text-align:right}.carousel-other.rtl .carousel-other__slides{padding-left:0;padding-right:calc((100vw - 1358px) / 2)}@media screen and (max-width:1440px){.carousel-other.rtl .carousel-other__slides{padding-left:0;padding-right:46px}}@media screen and (max-width:600px){.carousel-other.rtl .carousel-other__slides{padding-right:0}}.carousel-other.rtl .carousel-other__controls{margin:auto 46px auto 0}.carousel-other.rtl .carousel-other .progressBar{margin:auto 0 auto 46px}.carousel-other.rtl .carousel-other__arrow{margin:0 0 0 20px;transform:rotate(180deg)}.carousel-other.rtl .carousel-other__arrow:hover{transform:rotate(180deg)}.carousel-other.rtl .carousel-other__wrapper{direction:rtl;text-align:right;unicode-bidi:normal}.carousel-other.rtl .carousel-other__slide{width:550px}