@charset "UTF-8";/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Adjustments to native styles (Carousel control placement)

*/
.carousel-control-next, .carousel-control-prev {
  top: 25%;
  bottom: 25%;
}
.carousel-indicators {
  bottom: unset;
}
