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

.vmh-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1cabe2;
  color: #fff;
  margin-bottom: calc(1.5rem + 3vw);
  min-height: 29.625rem;
}

@media (min-width: 1200px) {
  .vmh-container {
    margin-bottom: 3.75rem;
  }
}

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

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

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

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

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

.vmh-container .vmh-background div {
  height: 100%;
  width: 100%;
  position: absolute;
}

.vmh-container .vmh-background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  background: linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
}

[dir="rtl"] .vmh-container .vmh-background::after {
  
  background: linear-gradient(-90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
}

.vmh-container .vmh-content-wrapper {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex: 1;
     flex-flow: wrap;
  flex-direction: row;
  align-items: start;
  align-content: start;
  justify-content: start;
  width: 100%;
}

.vmh-container .vmh-content {
  padding: calc(1.5rem + 3vw) 1rem;
}

@media (min-width: 1200px) {
  .vmh-container .vmh-content {
    padding: 3.75rem 1rem;
  }
}

@media (max-width: 991.98px) {
  .vmh-container .vmh-content {
    padding: calc(1.5rem + 3vw) 1.25rem;
  }
}

@media (max-width: 991.98px)and (min-width: 1200px) {
  .vmh-container .vmh-content {
    padding: 3.75rem 1.25rem;
  }
}

.vmh-container .vmh-page-title {
  text-align: start;
  font-weight: bolder;
  font-size: 3.25rem;
  max-width: 65%;
}

@media screen and (min-width: 992px) {
  .vmh-container .vmh-page-title {
    font-size: calc(1.45rem + 2.4vw);
  }
}

@media screen and (min-width: 992px)and (min-width: 1200px) {
  .vmh-container .vmh-page-title {
    font-size: 3.25rem;
  }
}

@media (max-width: 1399.98px) {
  .vmh-container .vmh-page-title {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .vmh-container .vmh-page-title {
    font-size: 2.75rem;
  }
}

.vmh-container .vmh-page-description {
  font-size: 1.25rem;
  line-height: 2.125rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 992px) {
  .vmh-container .vmh-page-description {
    font-size: calc(1.2625rem + .15vw);
    line-height: 2.125rem;
    max-width: 65%;
  }
}

@media screen and (min-width: 992px)and (min-width: 1200px) {
  .vmh-container .vmh-page-description {
    font-size: 1.375rem;
  }
}

@media (max-width: 1399.98px) {
  .vmh-container .vmh-page-description {
    max-width: 100%;
  }
}

.vmh-container .breadcrumb .breadcrumb-item {
  color: #fff;
}

.vmh-container .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.vmh-container .breadcrumb .breadcrumb-item:after {
  color: #fff;
  background: url(../images/icons/chevron-right-white.svg) no-repeat center center;
}

.path-taxonomy .vmh-container {
  min-height: 43.75rem;
}

.path-taxonomy .vmh-container {
  margin-bottom: 0;
}

.taxonomy-partner_type .vmh-container {
  min-height: 29.625rem;
}

.taxonomy-partner_type .vmh-container {
  margin-bottom: 3.75rem;
}

