.splide__slide { opacity: 0.6; padding-bottom: 0; }
.splide__slide.is-active { opacity: 1; }
#main-carousel .splide__slide img { width: 100%; height: 100%; object-fit: contain; }
#thumbnail-carousel .splide__slide img { width: 100%; height: 100%; object-fit: cover; }
.splide__toggle { align-items: center; background: #737e80; border-radius: 50%; display: inline-flex; height: 1.8rem; justify-content: center; margin-right: .5rem; transition: background-color .2s ease; width: 1.8rem; border: 0; }
.splide__toggle:hover { background: #00bfff; }
.splide__toggle svg { fill: #e5eeee; height: 60%; transition: fill .2s ease; width: 60%; }
.splide__toggle:hover svg { fill: #0c1012; }
.splide__control { align-items: center; display: flex; justify-content: center; position: relative; margin-top: -3rem; margin-bottom: 1.5rem; }
.splide__control .splide__pagination { bottom: auto; left: auto; position: relative; transition: none; width: auto; }

.normal-ul-p { margin-left: -40px; margin-top: 0; margin-bottom: .5em; }
.text-center { text-align: center; }
.px-3 { padding-left: 3rem; padding-right: 3rem; }