.mco-featured-banner-block {
  position: relative;
  padding: 4rem 0;
}
.mco-featured-banner-block.full {
  margin-right: calc(-50vw + 50%) !important;
  margin-left: calc(-50vw + 50%) !important;
}
.mco-featured-banner-block .mco-featured-banner-image-container {
  height: 10.9375rem;
  padding-left: 1.6875rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(0, var(--colorPrimary)));
  background-image: linear-gradient(180deg, #fff 50%, var(--colorPrimary) 0);
  position: relative;
}
.mco-featured-banner-block .mco-featured-banner-image-container .mco-featured-banner-image-mask {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  background-color: #51af46;
  position: absolute;
  top: 9.75rem;
  left: 0.5625rem;
}
.mco-featured-banner-block .mco-featured-banner-image-container .mco-featured-banner-inner-image-container {
  border-radius: 300px 0px 0px 300px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.mco-featured-banner-block .mco-featured-banner-image-container .mco-featured-banner-inner-image-container img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mco-featured-banner-block .mco-featured-banner-content-container {
  background: var(--colorPrimary);
}
.mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card {
  width: 100%;
  padding: 2.5rem 1.6875rem;
  color: #fff;
}
.mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card .tagline {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.6;
}
.mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card .subheading {
  font-size: 1.5rem;
  letter-spacing: -0.0125rem;
  line-height: 2rem;
  font-weight: bold;
}
.mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card p {
  font-size: 0.9375rem;
  font-weight: 500;
}
.mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}
.mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container .btn {
  color: var(--colorTextPrimary);
  margin-bottom: 0.8125rem;
  font-weight: 600;
  font-size: 0.9375rem;
}
.mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container .btn::after {
  background: #fff;
}
.mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container .btn::before {
  background: var(--colorGrayHRTen);
}
.mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container .secondary {
  color: #fff;
}
.mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container .secondary::before {
  background: #fff;
}
@media (min-width: 425.5px) {
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* Tablet Styles */
@media (min-width: 768px) {
  .mco-featured-banner-block {
    width: 100vw;
  }
  .mco-featured-banner-block .mco-featured-banner-image-container {
    height: 22.375rem;
    padding-left: 3.5rem;
    position: relative;
  }
  .mco-featured-banner-block .mco-featured-banner-image-container .mco-featured-banner-image-mask {
    width: 3.5rem;
    height: 3.5rem;
    top: 19.375rem;
    left: 1.75rem;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container {
    height: 100%;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card {
    width: 100%;
    color: #fff;
    padding-left: 3.5rem;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card .subheading {
    padding-right: 32.8125%;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card .featured-banner-description {
    padding: 1rem 0;
    height: 100%;
    display: -ms-grid;
    display: grid;
    gap: var(--dimenGutter);
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card .featured-banner-description p {
    margin: 0;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container .btn {
    margin-right: var(--dimenGutter);
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container .btn {
    margin-right: 1.5rem;
  }
}
/* Desktop Styles */
@media (min-width: 1280px) {
  .mco-featured-banner-block {
    width: 100vw;
    position: relative;
  }
  .mco-featured-banner-block .mco-featured-banner-image-container {
    height: 45.625rem;
    padding-left: 9.375rem;
    position: relative;
  }
  .mco-featured-banner-block .mco-featured-banner-image-container .mco-featured-banner-inner-image-container {
    border-radius: 300px 0 0 300px/50% 0 0 50%;
  }
  .mco-featured-banner-block .mco-featured-banner-image-container .mco-featured-banner-image-mask {
    width: 8.0625rem;
    height: 8.0625rem;
    top: 38.5625rem;
    left: 5.3125rem;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container {
    height: 100%;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card {
    width: 65%;
    padding-top: 3rem;
    padding-left: 9.375rem;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card .subheading {
    font-size: 2.375rem;
    line-height: 3.25rem;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card p {
    font-size: 1rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card .featured-banner-description {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container {
    margin-top: 2rem;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .mco-featured-banner-content-card * + .mco-featured-banner-btn-container .btn {
    font-size: 1rem;
  }
  .mco-featured-banner-block .mco-featured-banner-content-container .content-card-no-image {
    margin: 0 auto;
    width: 80%;
  }
}
