.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;margin:auto;flex-direction:column;justify-content:flex-start;background:var(--color-black);overflow:hidden;color:var(--color-white)}@media screen and (max-width:600px){.carousel-other__wrapper{min-height:600px;margin:56px 15px 0}}.carousel-other__title{margin:120px auto;padding:0 46px;max-width:1348px;width:100%;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__slides{display:flex;gap:40px;width:100%;margin:auto;overflow:hidden;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-inline-start:calc((100vw - 1358px) / 2);touch-action:pan-x;touch-action:-ms-manipulation pan-x;touch-action:-webkit-manipulation pan-x}@media screen and (max-width:600px){.carousel-other__slides{scroll-padding-inline-start:0;width:100%}}.carousel-other__slide{display:flex;flex-direction:column;margin:0;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{width:100%;flex:0 0 auto}}.carousel-other__slide:first-child{padding-left:calc((100vw - 1358px) / 2)}@media screen and (max-width:1440px){.carousel-other__slide:first-child{padding-left:46px}}@media screen and (max-width:600px){.carousel-other__slide:first-child{padding:0;width:100%}}.carousel-other__imgWrapper{width:550px;height:382px;overflow:hidden}@media screen and (max-width:600px){.carousel-other__imgWrapper{height:330px;width:100%}}.carousel-other__img{transition:transform .4s ease-out;width:100%;height:100%;object-fit:cover}.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{transition:color .4s ease-out;margin:24px 0 5px;font:var(--font-h-s)}.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{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:var(--color-grey);font:var(--font-xs)}.carousel-other__bottomWrapper{display:flex;justify-content:space-between;align-items:center;margin:48px auto 0;padding:0 46px;max-width:1348px;width:100%}@media screen and (max-width:600px){.carousel-other__bottomWrapper{padding:10px 15px 0}}.carousel-other .progressBar{margin:auto 46px auto 0;width:30%}@media screen and (max-width:600px){.carousel-other .progressBar{margin:auto 0;width:100%}}.carousel-other__controls{margin:auto 0 auto 46px}@media screen and (max-width:600px){.carousel-other__controls{display:none}}.carousel-other__arrow{transition:border .25s ease-out;cursor:pointer;margin:0 20px 0 0;border:1px solid var(--color-grey);border-radius:50%;padding:23px 27px;height:14px;object-fit:contain}.carousel-other__arrow:hover{border:1px solid var(--color-white)}