.custom-slider{width:100%;position:relative;overflow:hidden}.custom-slider .custom-slider-track{display:flex}.custom-slider .custom-slide{box-sizing:border-box;flex-shrink:0;padding:10px}.custom-slider .custom-arrow{color:#fff;cursor:pointer;z-index:2;background:rgba(0,0,0,.5);border:none;border-radius:50%;place-content:center;width:30px;height:30px;font-size:24px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.custom-slider .custom-arrow.left{left:10px}.custom-slider .custom-arrow.right{right:10px}.custom-slider .arrow-group.bottom-center{justify-content:center;gap:10px;display:flex}.custom-slider .arrow-group.bottom-center .custom-arrow{position:relative}.custom-slider .arrow-group.bottom-center .custom-arrow.left{left:0}.custom-slider .arrow-group.bottom-center .custom-arrow.right{right:0}.custom-slider .custom-dots{text-align:center;margin-top:10px}.custom-slider .custom-dots .dot{cursor:pointer;background:#bbb;border-radius:50%;width:10px;height:10px;margin:0 4px;display:inline-block}.custom-slider .custom-dots .dot.active{background:#333}
