/********************HERO********************/
.hero-container {
  position: relative;
  overflow: hidden;
}
.hero-container.has-background-color.has-background-imagery {
  background-color: transparent;
}
.hero-container.has-carousel {
  padding: 0;
  -ms-flex-direction: row;
  flex-direction: row;
}
.hero-container.has-rotating-photos .hero-text,
.hero-container.has-rotating-photos-text .carousel-item {
  padding-bottom: 2rem;
  padding-top: 2rem;
} /*same as theme-section*/
@media (min-width: 992px) {
  .hero-container.has-rotating-photos .hero-text,
  .hero-container.has-rotating-photos-text .carousel-item {
    padding-bottom: 4rem;
    padding-top: 4rem;
  } /*same as theme-section*/
}
.hero-container.has-full-height {
  min-height: 40vw;
}
.hero-image {
  object-fit: cover;
  -o-object-fit: cover;
  height: 100%;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.hero-container.has-background-color .hero-image {
  /*z-index: -1;*/
  opacity: .3;
}
.hero-link {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-text {
  flex: 1 1 auto; /* For IE11 */
  flex-grow: 0;
  position: relative;
}
@media (min-width: 992px) {
  .hero-container.has-full-height {
    min-height: calc(100vh - 100px);
  }
  .hero-container.fixed .hero-image {
    position: fixed;
  }
}

.hero-container .carousel {
  width: 100%;
}
.hero-container.has-rotating-photos .carousel-inner {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.hero-container .carousel-control-next,
.hero-container .carousel-control-prev {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 30px;
  transition: opacity 1s ease;
}
.hero-container .carousel-control-next:focus,
.hero-container .carousel-control-next:hover,
.hero-container .carousel-control-prev:focus,
.hero-container .carousel-control-prev:hover {
  opacity: 1;
}
.hero-container:not(.text-reversed) .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.hero-container .carousel-inner {
  height: 100%;
}
.hero-container .carousel-item.active,
.hero-container .carousel-item-next,
.hero-container .carousel-item-prev {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.hero-container.fixed .carousel-item .hero-image {
  position: absolute;
}
.hero-container .carousel-item-next .hero-text,
.hero-container .carousel-item-prev .hero-text,
.hero-container .carousel-item-left .hero-text,
.hero-container .carousel-item-right .hero-text {
  position: relative;
}
.hero-container .carousel-control-prev-icon,
.hero-container .carousel-control-next-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: no-repeat 50% / 100% 100%;
}
.hero-container .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.hero-container .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.hero-container.text-reversed .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.hero-container.text-reversed .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*.hero-container .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.hero-container .carousel-fade .carousel-item.active,
.hero-container .carousel-fade .carousel-item-next.carousel-item-left,
.hero-container .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.hero-container .carousel-fade .active.carousel-item-left,
.hero-container .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s;
}*/
@media (max-width: 991px) {
  .hero-container .carousel-indicators {
    margin-bottom: 0;
  }
  .hero-container.has-full-height {
    min-height: 40vw;
  }
}
.editor-styles-wrapper .hero-container .hero-link,
.editor-styles-wrapper .hero-container .btn {
  pointer-events: none;
}
.editor-styles-wrapper .hero-container .hero-image {
  height: 100%;
}
