<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.item, .active, .carousel-inner { height: 100%; }
.fill { width: 100%; height: 100%; background-position: center; background-size: cover; }
.carousel { height:430px; }
.carousel-control .icon-next { background-image: url(); width:px; height:px; margin-top: -25px; margin-right: 25px; font-size: 0px; }
.carousel-control .icon-prev { background-image: url(); width:px; height:px; margin-top: -25px; margin-right: 25px; font-size: 0px; }
.carousel-caption { padding-bottom:px; }
.carousel-caption h1 { ; color:#; font-size:10px; font-weight:; }
.carousel-caption h2 { ; color:#; font-size:10px; font-weight:; }

@media(min-width:768px) and (max-width:991px) {
.carousel-caption h1 { font-size:10px; }
.carousel-caption h2 { font-size:10px; }
.carousel { height:275.2px; }
 }

@media(min-width:992px) {
.carousel-caption h1 { font-size:10px; }
.carousel-caption h2 { font-size:10px; }
.carousel { height:355.46666666667px; }
 }

@media(min-width:1200px) {
.carousel-caption h1 { font-size:10px; }
.carousel-caption h2 { font-size:10px; }
.carousel { height:430px; }
 }
</pre></body></html>