<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --mc-color-purple-dark: #770BBF;
}
.slider-main {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%);
  }
  .slider-main h2, .slider-main .h2 {
    font-family: var(--bs-title-font-medium);
    font-size: 2.125rem;
    line-height: 2.125rem;
    letter-spacing: 0.2rem;
  }
  .slider-main h3, .slider-main .h3 {
    max-width: 20rem;
    font-size: 1rem;
  }
  .dark-mode .carousel-caption {
    color: #FFFFFF;
  }
  .light-mode .carousel-caption {
    color: var(--mc-color-purple-dark);
  }
  @media (min-width: 768px) {
    .slider-main h2, .slider-main .h2 {
      font-size: 4rem;
      line-height: 4rem;
    }
  }
  @media (width &gt;= 1200px) {
    .slider-main .image-item {
      width: 100%;
      height: 100%;
      max-height: 70vh;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  @media (width &gt;= 1200px) and (height &lt;= 700px) {
    .slider-main .image-item {
      width: 100%;
      height: 100%;
      min-height: 650px;
      aspect-ratio: 16 / 9;
      overflow: hidden;
    }
  }
  @media (min-width: 992px) {
    .slider-main {
      /*height: 100vh;*/
      padding: 0;
    }
    .slider-main .text-start,
    .slider-main .text-end {
      width: 40%;
    }
    .slider-main .text-start {
      margin-right: auto;
    }
    .slider-main .text-end {
      margin-left: auto;
    }
    .slider-main .image-item {
      width: 100%;
      height: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
    }
    .slider-main .image-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .slider-main h2, .slider-main .h2 {
      font-size: 3rem;
      line-height: 3rem;
    }
    .slider-main h3, .slider-main .h3 {
      max-width: 30rem;
      font-size: 1.25rem;
    }
  }</pre></body></html>