.weilan-page-banner {
  --banner-height: 56.25rem;
  position: relative;
  width: 100%;
  height: var(--banner-height);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 2;
}

.weilan-page-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent;
  object-position: top;
}

.weilan-page-banner .banner-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  background: transparent;
}

.banner-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.weilan-page-banner .container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.weilan-page-banner-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding: var(--spacing-9xl) 0;
}

.weilan-page-banner-wrapper-left {
  justify-content: flex-start;
}

.weilan-page-banner-content {
  color: #fff;
  z-index: 3;
  width: 100%;
  max-width: 607px;
}

.weilan-page-banner-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--font-size-h1);
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 6px;
  text-transform: capitalize;
}

.weilan-page-banner-title-left {
  text-align: left;
}

.weilan-page-banner-desc {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.46154;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.weilan-page-banner-desc-left {
  text-align: left;
}

.weilan-breadcrumb {
  font-size: 14px;
  line-height: normal;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin-top: 1.375rem;
}

.weilan-breadcrumb-left.weilan-breadcrumb > div {
  text-align: left;
}

.weilan-breadcrumb svg {
  width: 1.4375rem;
  height: 1.4375rem;
  margin-right: 5px;
}

.weilan-breadcrumb-link {
  color: var(--text-color-light) !important;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: var(--font-size-lg);
  line-height: normal;
  text-transform: capitalize;
  font-weight: 500;
}

.weilan-breadcrumb-link-highlight {
  color: var(--text-color-light) !important;
}

.weilan-breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--text-color-light);
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  .weilan-page-banner {
    --banner-height: 42rem;
  }
}

@media screen and (max-width: 1024px) {
  .weilan-page-banner-content {
    max-width: 100% !important;
    width: 100% !important;
  }

  .weilan-page-banner {
    --banner-height: 30rem;
  }
}
