/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.vmh-container {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.vmh-container .vmh-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.vmh-container .vmh-background:empty {
  min-height: 300px;
}

@media screen and (min-width: 992px) {
  .vmh-container .vmh-background:empty {
    min-height: 300px;
  }
}

.vmh-container .vmh-background > img,
.vmh-container .vmh-background > picture,
.vmh-container .vmh-background > video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vmh-container .vmh-background > iframe {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100%;
  min-height: 34vw;
  object-fit: cover;
}

.vmh-container .vmh-background .varbase-video-player {
  width: 100vw;
  height: 100%;
}

.vmh-container .vmh-content-wrapper {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  /* Safari 6.1+ */
  flex: 1;
  flex-flow: wrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}

.vmh-container .vmh-content-wrapper .vmh-content-container {
  position: relative;
}

.vmh-container .vmh-content-wrapper .vmh-content-container .vmh-content::after {
  position: relative;
  bottom: -2.5rem;
  width: 100%;
  height: 20px;
  margin-inline-start: 12px;
  margin-inline-end: 12px;
  content: "";
  background-color: #20ad96;
}

.vmh-container .vmh-content-wrapper .vmh-content-container .vmh-content .vmh_data .media-header-title {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 3.625rem;
  font-weight: 700;
}

.vmh-container .vmh-content-wrapper .vmh-content-container .vmh-content .vmh_data .field--name-field-description {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

.vmh-container .vmh-content-wrapper .vmh-content-container .vmh-content .vmh-button {
  display: flex;
  justify-content: end;
}

.vmh-container .vmh-content-wrapper .vmh-content-container .vmh-content .vmh-button .media-header-link {
  padding: 1rem 2.5rem;
  border-radius: 3.125rem;
  line-height: 1.4;
}

.vmh-container .vmh-content-wrapper .vmh-content-container .vmh-content .vmh-button .media-header-link a {
  text-decoration: none;
  color: #000;
}

@media (min-width: 992px) {
  .vmh-container {
    height: 46.25rem;
    margin-top: -9.625rem;
  }
}

.varbase-heroslider {
  margin-top: -8.625rem;
}

@media (min-width: 992px) {
  .varbase-heroslider {
    margin-top: -9.625rem;
  }
}

.varbase-heroslider .carousel-controls .carousel-indicators,
.varbase-heroslider .carousel-inner:has(> :last-child:nth-child(1)) .vbhs-content::after {
  position: relative;
  bottom: -2rem;
  width: 100%;
  height: 20px;
  content: "";
  background-color: #20ad96;
}

@media (min-width: 992px) {
  .varbase-heroslider .carousel-controls .carousel-indicators,
  .varbase-heroslider .carousel-inner:has(> :last-child:nth-child(1)) .vbhs-content::after {
    bottom: -2.5rem;
  }
}

.varbase-heroslider .carousel-inner .varbase-hero-card.hero-style-overlay .hero-card-content {
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .varbase-heroslider .carousel-inner .varbase-hero-card.hero-style-overlay .hero-card-content {
    padding-bottom: 2.5rem;
  }
}

.varbase-heroslider .carousel-controls {
  bottom: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
}

.varbase-heroslider .carousel-controls .carousel-indicators {
  bottom: 0 !important;
  width: 100% !important;
  margin-bottom: 0;
}

.varbase-heroslider .carousel-controls .carousel-indicators button {
  margin-top: -5px;
}
