#homepage-swiper {
  margin-top: 0px;
  margin-bottom: 14px;
  --swiper-theme-color: #fff;
}
#homepage-swiper .swiper-button-next:after,
#homepage-swiper .swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
#homepage-swiper .swiper-button-prev {
  left: 20px;
}
#homepage-swiper .swiper-button-prev:after {
  content: "\f053";
}
#homepage-swiper .swiper-button-next {
  right: 20px;
}
#homepage-swiper .swiper-button-next:after {
  content: "\f054";
}
#homepage-swiper .slide-background {
  width: 100%;
}

#quarter-banners .row {
  --bs-gutter-x: 14px;
}
#quarter-banners .banner-container {
  position: relative;
  margin-bottom: 10px;
}
#quarter-banners .banner-container img {
  width: 100%;
}
#quarter-banners .banner-container .quarter-banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 1rem;
  z-index: 5;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#quarter-banners .banner-container .quarter-banner-content .quarter-banner-title {
  text-align: center;
  /* text-shadow: 0 1px 1px #e7b1bf; */
  background: rgba(255, 255, 255, 0.4784313725);
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 1.1em;
}
#quarter-banners .banner-container .quarter-banner-content .discover {
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  border: none;
  text-align: center;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
#quarter-banners .banner-container .quarter-banner-content .discover:hover {
  background-color: #595959;
}

#internal-links .row {
  --bs-gutter-x: 14px;
}
#internal-links .blog-link {
  background-color: #595959;
}
#internal-links .blog-link p {
  color: #fff;
  font-size: 28px;
}
#internal-links .chevron-btn {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
#internal-links .newsletter-link {
  background-color: #595959;
}
#internal-links .newsletter-link p {
  color: #fff;
  font-size: 28px;
}
#internal-links .blog-link,
#internal-links .newsletter-link {
  min-height: 250px;
  position: relative;
  margin-bottom: 10px;
}
#internal-links .blog-link a.overlay-link,
#internal-links .newsletter-link a.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#large-banners .row {
  --bs-gutter-x: 14px;
}
#large-banners .banner-container {
  position: relative;
  margin-bottom: 10px;
}
#large-banners .banner-container a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact-banner {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #000;
}
#contact-banner .col-12 {
  font-size: 0;
  line-height: 0;
}

#large-banner {
  background-color: #e7b1bf;
}
#large-banner .large-banner-img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
}