.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:20px;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:16px;margin:0;padding:0;list-style:none}@media (min-width:768px){.temp-carousel__dots{bottom:66px}}.temp-carousel__dot{width:5px;height:18px;padding:0;border:none;border-radius:0;background:#fff;opacity:.5;cursor:pointer;box-sizing:border-box;transition:opacity .2s ease}@media (min-width:768px){.temp-carousel__dot{width:10px;height:34px}}.temp-carousel__dot[aria-current=true]{opacity:1}.temp-carousel__more{margin-left:16px;font-size:16px;line-height:1;color:#fff;text-decoration:none;white-space:nowrap}@media (min-width:768px){.temp-carousel__more{font-size:30px}}@media (max-width:767px){.temp-carousel__arrow{width:53px;height:53px;margin-top:-26px;opacity:.35}.temp-carousel:hover .temp-carousel__arrow{opacity:.35}}