.temp-carousel{position:relative;width:100%;overflow:hidden}.temp-carousel__viewport{position:relative;width:100%;height:200px}@media (min-width:640px){.temp-carousel__viewport{height:260px}}@media (min-width:768px){.temp-carousel__viewport{height:800px}}.temp-carousel__slide{position:absolute;inset:0;opacity:0;z-index:0;transition:opacity .5s ease;pointer-events:none}.temp-carousel__slide.is-active{opacity:1;z-index:1;pointer-events:auto}.temp-carousel__slide a{display:block;position:relative;width:100%;height:100%}.temp-carousel__arrow{position:absolute;top:50%;z-index:10;width:73px;height:73px;margin-top:-36px;padding:0;border:0;cursor:pointer;background-color:transparent;background-repeat:no-repeat;background-size:contain;opacity:0;transition:opacity .25s ease}.temp-carousel:hover .temp-carousel__arrow{opacity:.5}.temp-carousel__arrow:hover{opacity:.8!important}.temp-carousel__arrow--prev{left:5%;background-image:url(/images/Index/left1s.png)}.temp-carousel__arrow--next{right:5%;background-image:url(/images/Index/right1s.png)}.temp-carousel__dots{position:absolute;z-index:10;bottom:16px;display:flex;align-items:center;gap:10px;margin:0;padding:0;list-style:none}.temp-carousel__dot{width:30px;height:2px;padding:0;border:0;border-radius:0;background:#fff;cursor:pointer;transition:opacity .2s ease}.temp-carousel__dot:not(.is-active):hover{opacity:.7}@media (min-width:768px){.temp-carousel__dot{width:52px;height:3px}}@media (max-width:767px){.temp-carousel__arrow{width:53px;height:53px;margin-top:-26px;opacity:.35}.temp-carousel:hover .temp-carousel__arrow{opacity:.35}}