/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.hero {
  border-radius: 0;
  width: 100%;
  max-width: none;
}
.hero.bg-dark .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.hero .card-img-overlay {
  background-color: transparent;
  text-align: center;
}
.hero .heading strong {
  color: #650360;
  font-weight: inherit;
}
.hero img {
  width: 100%;
  height: auto;
  display: block;
}
.hero.overlay {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}
.hero.overlay img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.hero.overlay .card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  min-height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
}
.hero.overlay.text-start .card-img-overlay {
  justify-content: flex-start;
  padding-left: 2rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .hero.overlay.text-start .card-img-overlay {
    padding-left: 3rem;
    padding-right: 2rem;
  }
}
.hero.overlay.text-end .card-img-overlay {
  justify-content: flex-end;
  padding-left: 1rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .hero.overlay.text-end .card-img-overlay {
    padding-left: 2rem;
    padding-right: 3rem;
  }
}
.hero.overlay.text-center .card-img-overlay {
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .hero.overlay.text-center .card-img-overlay {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.hero.image_top .pb-3 {
  padding-bottom: 1rem;
}
.hero.image_top img {
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}
.hero.image_bottom .pt-3 {
  padding-top: 1rem;
}
.hero.image_bottom img {
  border-radius: 0.375rem;
  margin-top: 1rem;
}

.overlay img {
  -o-object-fit: cover;
  object-fit: cover;
}