/* .ebp-custom-hero-1-text {
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: 4rem;
} */

.banner-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.absolute-wrapper {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 5rem;
}

.ebp-custom-hero-1-content {
  position: relative;
}

.ebp-custom-hero-1 {
  background-color: var(--blue);
}

.ebp-custom-hero-1-image {
  position: relative;
  height: 100svh;
  overflow: hidden;
}

.ebp-custom-hero-1-image img,
.ebp-custom-hero-1-video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  z-index: 1;
}

.ebp-custom-hero-1-image--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ebp-custom-hero-1-text {
  color: #f4f3ee;
  z-index: 3;
}

.ebp-custom-hero-1-text h1 {
  /* font-size: clamp(1.75rem, 0.1596rem + 7.9518vw, 10rem); */
  margin-block-start: 0 !important;
}

.ebp-custom-hero-1-text p {
  /* font-size: clamp(0.8rem, 0.4723rem + 1.6386vw, 2.5rem); */
  line-height: 1.15;
  text-wrap: balance;
  font-weight: bold;
  font-size: var(--fs-medium);
  margin-block-start: var(--spacing-1) !important;
}

/* .ebp-custom-hero-1 {
  height: 100%;
}

.ebp-custom-hero-1 > * {
  height: 100%;
} */

.side-cta {
  background-color: var(--white);
  color: var(--blue);
  min-height: 25rem;
  align-items: center;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 30rem;
  writing-mode: sideways-lr;
  font-size: var(--fs-medium);
  font-weight: 900;
  z-index: 99;
  display: flex;
  gap: 2rem;
  line-height: 1.2;
  padding-inline: var(--spacing-3) !important;
}

.side-cta img {
  height: 5.341rem !important;
  width: auto;
}

@media (max-width: 1024px) {
  .ebp-custom-hero-1-text {
    left: var(--spacing-1-5);
    max-width: calc(100% - var(--spacing-3));
  }

  .ebp-custom-hero-1-text h1 {
    font-size: 4rem;
  }

  .side-cta {
    padding: 0.5rem !important;
    font-size: var(--fs-small);
    min-height: 17rem;
  }

  .side-cta img {
    height: 3rem !important;
  }
}

@media (max-width: 767px) {
  .ebp-custom-hero-1-text h1 {
    font-size: 4rem;
  }

  .ebp-custom-hero-1-text p {
    font-size: var(--fs-small);
  }
}

@media (max-width: 575px) {
  .home .ebp-custom-hero-1-image img {
    object-position: 70% 0;
  }
	
	 .ebp-custom-hero-1-text h1 {
    font-size: 3rem;
  }

}
