.rmr-carousel{position:relative;overflow:hidden}.rmr-carousel-container{--current-slide:0;position:relative;transform:translateX(calc(-100% * var(--current-slide)));transition-property:transform;transition-duration:0.5s;animation-timing-function:ease-in-out;display:flex;max-width:100%}.rmr-carousel-page{flex:0 0 100%;width:100%;margin:auto}.rmr-carousel-pages{display:flex;width:100%}.rmr-carousel button{cursor:pointer}.rmr-next,.rmr-prev{display:block;width:30px;height:30px;overflow:hidden;border-radius:30px;position:absolute;top:50%;transform:translateY(-50%);z-index:3}.rmr-next[disabled],.rmr-prev[disabled]{opacity:0.5;cursor:default}.rmr-next{right:10px}.rmr-prev{left:10px}.rmr-page-indicators{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;padding:0;margin:0;z-index:3}.rmr-page-indicators li{list-style:none;content:counter(slide);width:12px;height:12px;margin-right:10px}.rmr-page-indicators li.rmr-active button{background:white;cursor:default}.rmr-page-indicators li:last-child{margin-right:0}.rmr-page-indicators li button{overflow:hidden;text-indent:-1000em;border:none;background:black;border-radius:20px;width:100%;height:100%;display:block}.rmr-page-indicators li button:not([disabled]):hover{background:grey}
