.bc-core-slider-wrapper.splide{
opacity: 0;
}
.bc-core-slider-wrapper .splide__track{
height: 100%;
width: 100%;
}
.bc-core-slider-wrapper .splide__slide{
border: unset !important;
cursor: grab !important; }
.bc-core-slider-wrapper .splide__track--nav>.splide__list>.splide__slide.is-active{
border: 3px solid transparent;
}
.bc-core-slider-wrapper  .splide__arrow{ background-color: #c6afe6;
--scale-arrow: 1;
font-size: 100%;
align-items: center;
background: #ccc;
cursor: pointer;
display: flex;
height: 30px;
-ms-flex-pack: center;
justify-content: center;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
transform: translateY(-50%) scale(var(--scale-arrow));
width: 30px;
z-index: 1;
}
.bc-core-slider-wrapper .splide__arrow--prev{ background-color: #6200ed;
left: 15px;
outline: 0 !important;
}
.bc-core-slider-wrapper .splide__arrow--next{ background-color: #6200ed;
right: 15px;
outline: 0 !important;
}
.bc-core-slider-wrapper .splide__arrow--prev .prevarrowicon,
.bc-core-slider-wrapper .splide__arrow--next .nextarrowicon{ color: white;
}
.bc-core-slider-wrapper .splide__pagination .splide__pagination__page.is-active{ background-color: #6200ed;
}
.bc-core-slider-wrapper .splide__pagination .splide__pagination__page{ background-color: #c6afe6;
outline: 0 !important;
border: 0;
border-radius: 50%;
display: inline-block;
height: 8px;
margin: 3px;
opacity: .7;
padding: 0;
position: relative;
transition: transform .2s linear;
width: 8px;
z-index: 1;
}
.bc-core-slider-wrapper .splide__pagination{ 
bottom: unset;
left: 0;
padding: 0 1em;
position: absolute;
right: 0;
z-index: 1;
transform: unset;
margin-top: 20px;
}
.bc-core-slider-wrapper img { width: 100%; 
height: 300px;
object-fit: cover;
}
.bc-core-slider-wrapper .splide__slide {
outline: 0 !important;
}
.bc-core-slider-wrapper .splide__slide{
width: fit-content;
}
.bc-core-slider-wrapper .bc-slider-block{
width: 100%;
height: 500px;
background-color:#c6afe6;
display: flex;
justify-content: center;
align-items: center;
}
.bc-core-slider-wrapper .bc-slider-block-heading{
color: white;
text-align: center;
max-width: 600px;
}