<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Mobile Styles */
.mco-featured-banner-block {
  position: relative;
  padding-bottom: 4rem;
}
.mco-featured-banner-image-container {
  height: 29rem;
  overflow: hidden;
}
.mco-featured-banner-image-container img {
  width: 100%;
}
.mco-featured-banner-content-card {
  position: absolute;
  width: 95%;
  margin-right: 5%;
  left: 0;
  top: calc(0.59 * 464px);
  padding: 1.75rem 1.6875rem;
  background-color: var(--colorWhite);
  z-index: 1;
}
.mco-featured-banner-content-card h3,
.mco-featured-banner-content-card p,
.mco-featured-banner-content-card small {
  margin: 0;
}
.mco-featured-banner-content-card .tagline + h3 {
  margin-top: 0.5rem;
}
.mco-featured-banner-content-card h3 + p {
  margin-top: 0.5rem;
}
.mco-featured-banner-content-card * + .mco-featured-banner-btn-container {
  margin-top: 1.5rem;
}
.mco-featured-banner-block.negative {
  background-color: transparent;
}
.mco-featured-banner-block.negative .mco-featured-banner-content-card {
  background-color: var(--colorPrimary);
}
.mco-featured-banner-block.no-image {
  padding-bottom: 0 !important;
}
.mco-featured-banner-block.no-image .mco-featured-banner-content-card {
  position: initial !important;
  display: block !important;
  margin-left: 50%;
}
.mco-featured-banner-btn-container .btn {
  margin-right: 2rem;
}
.mco-featured-banner-image-container img {
  min-height: 100px;
}
@media (max-width: 767px) {
  .mco-featured-banner-block.negative.no-image .mco-featured-banner-content-card {
    margin-left: 0 !important;
    width: 100vw !important;
  }
}
/* Tablet Styles */
@media (min-width: 768px) {
  .mco-featured-banner-block {
    padding-bottom: 8.625rem;
  }
  .mco-featured-banner-image-container {
    height: 28rem;
  }
  .mco-featured-banner-content-card {
    width: 100%;
    max-width: 41rem;
    left: 50%;
    top: 19.375rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 3.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mco-featured-banner-content-card .btn + .btn {
    margin-right: var(--dimenGutter);
  }
  .mco-featured-banner-content-card .tagline + h3 {
    margin-top: 1rem;
  }
  .mco-featured-banner-content-card h3 + p {
    margin-top: 1rem;
  }
}
@media (max-width: 1199px) {
  .mco-featured-banner-block {
    width: 100vw;
    margin-left: -1rem !important;
  }
}
/* Desktop Styles */
@media (min-width: 1200px) {
  .mco-featured-banner-block {
    padding-bottom: 13.5rem;
  }
  .mco-featured-banner-image-container {
    height: 40.5rem;
  }
  .mco-featured-banner-image-container img {
    margin-top: -5rem;
  }
  .mco-featured-banner-content-card {
    width: 100%;
    max-width: 53.25rem;
    padding: 4rem 9rem;
    margin-left: auto;
    margin-right: auto;
    top: calc(0.65 * 648px);
  }
  .mco-featured-banner-content-card .tagline + h3 {
    margin-top: 1.5rem;
  }
  .mco-featured-banner-content-card h3 + p {
    margin-top: 1.5rem;
  }
  .mco-featured-banner-content-card * + .mco-featured-banner-btn-container {
    margin-top: 2rem;
  }
}
</pre></body></html>