<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-image: linear-gradient(60deg, #8e9bbd, #dfe2e9);
  background-size: cover;
  background-attachment: fixed;
  color: #000066;
}
header {
  background: url(/images/logo/topper-light.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 4rem;
  color: #036;
  font-family: serif;
  margin-bottom: 2rem;
}
h2 {
  font-size: 1.25rem;
  font-weight: bolder;
}
.card {
  margin: 1rem 0;
  text-align: left;
  background-color: rgb(255, 255, 255, 0.7);
  box-shadow: none;
  border: none;
}
.box-no-border {
  background-color: rgb(255, 255, 255, 0.6);
}
.top-nav,
#top-navigation,
footer {
  background: #435a8a !important;
  color: #fff;
}
.silver-table {
  color: #000;
  background-image: linear-gradient(#b8babc, #fff, #b8babc);
  background-repeat: repeat-y, x;
  padding: 15px;
  border: thin solid #666;
  max-width: 500px;
}
th,
td {
  border: 1px solid black;
  text-align: center;
}
.carousel-progress-bar-timer {
  background: #7174b5;
}
.detail-img-wrapper {
  padding-top: calc(504 / 334 * 100%);
}
#detailsCarousel .carousel-inner {
  width: 100%;
  border: #000 3px solid;
}
.carousel-indicators li {
  background-color: #000 !important;
}
.btn-special {
    background-color: #435a8a;
    color: #fff;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    h1 {
        font-size: 3rem;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 2.5rem;
    }
    #detailsCarousel .carousel-inner {
      width: 100%;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
      width: 75px;
      height: 75px;
    }
    .carousel-indicators {
      margin-left: 0;
      margin-right: 0;
      flex-wrap: wrap;
      height: 40px;
      display: flex;
      margin-bottom: 0;
      align-items: center;
      bottom: -42px;
      padding: 0 15px;
    }
}
@media (max-width: 480px) {
  .container-xl ul, 
  .container-xl ol,
  .card ul, .card ol {
      padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .container-xl ul, 
  .container-xl ol,
  .card ul, .card ol {
      padding-left: 15px;
  }
}
</pre></body></html>