.slider{margin:0 auto;width:100%;height:100%;border-radius:.7rem;display:flex;overflow:hidden;scroll-snap-type:x mandatory}@supports not (-webkit-touch-callout:none){.slider{scroll-behavior:smooth}}img{min-width:100%;max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:.7rem;scroll-snap-align:start}.bullets-container{width:100%;height:18px;display:flex;justify-content:center;gap:18px}.bullets-container .bullet{cursor:pointer;width:16px;height:16px;border-radius:50%;background:#2770ff;border:none;opacity:.4;transition:.3s ease}.bullets-container .bullet.active{transition:.4s ease;opacity:1;transform:scale(1.15)}#next,#previous{cursor:pointer;position:absolute;width:36px;height:36px;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center;top:calc(50% - 25px);left:0;box-shadow:0 12px 25px -9px #093ac0;z-index:1}#next{left:unset;right:0}@media (max-width:480px){#next,#previous{border-radius:10px;top:calc(50% - 20px)}}@media (min-width:1200px){#next,#previous{width:40px;height:40px;border-radius:10px;top:calc(50% - 30px);left:0}#next{left:unset;right:0}}