@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap'); :root { --font-1: 'Plus Jakarta Sans', sans-serif; } html, body { overflow-x: hidden; } body { font-family: var(--font-1); cursor: default; -webkit-tap-highlight-color: transparent; } .glide__bullets { position: relative; bottom: initial; left: initial; transform: initial; margin-left: -1rem; margin-right: -1rem; overflow: auto; max-width: calc(100% + 2rem); -ms-overflow-style: none; scrollbar-width: none; } .glide__bullets::-webkit-scrollbar { display: none; } .glide__bullet { background-color: rgba(255,255,255,.5); width: initial; height: initial; padding: initial; border-radius: initial; border: initial; transition: initial; cursor: pointer; line-height: initial; box-shadow: initial; } .glide__bullet:hover, .glide__bullet:focus { border: initial; background-color: initial; } .glide__bullet--active div { border-color: #15803d; color: #15803d; background-color: #f0fdf4; }
top of page
bottom of page