/* harm-hero */

.harm-cta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.harm-cta .btn {
  color: white;
  border-color: white;
  cursor: pointer;
  font-size: clamp(0.96rem, 3vw, 1.2rem);
}
.harm-cta .btn:hover {
  border-color: var(--purple-brite);
}

.harm-hero .typed h2 {
  text-align: center;
  margin-bottom: 2rem;
  line-height: clamp(2.3rem, 4vw, 3rem);
  font-size: clamp(2rem, 4vw, 3rem);
  padding-top: 0;
}

.harm-hero {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
  flex-basis: 50%;
  height: auto;
  margin-top: .02rem;
  background-position: 23%;
  background-size: cover;
  margin-bottom: -3.02rem;

}

.harm-hero h1 {
  font-size: clamp(2.9rem, 7vw, 4.277rem);
  font-weight: bold;
  line-height: clamp(1, 1, 1.01);
  color: var(--red-base);
  /* margin-bottom: clamp(1rem, 3vw, 2rem); */
}
.typed {
  padding-left: 12px;
}

.harm-hero .image-block {
  display: none;
}
.harm-hero .text {
  color: white;
  font-size: 2.055rem;
  padding-left: 0.6rem;
  font-weight: bold;
  line-height: 1.01;
  display: inline-block;
  margin-bottom: 4rem;
}
p.btext {
  color: white;
  line-height: 1;
  margin: 2rem 0;
}

.harm-hero .text-wrap {
  flex: 1 1 40%;
  /* background: linear-gradient(180deg, #1f0014 46.35%, #8e2d73 100%); */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 24px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: hsla(321, 100%, 6%, 0.4);

  /* -webkit-mask-image: linear-gradient(to left, rgba(255,0,0,1) 84%, rgba(255,0,0,0) 100%); */
}

.harm-hero .text-block {
  flex: 0 0 min(28.38rem, 100%);
  padding-top: 0;
  padding-bottom:0;
}

.harm-hero .image-block {
  flex: 1 0 50%;
  overflow: hidden;
  position: relative;
}
.harm-hero .image-block img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 786px) {
  .harm-cta{
    gap: 1rem;
  }
}
@media only screen and (min-width: 786px) {
  .harm-hero {
    /* height: 615px; */
    height: 50vw;
    max-height: 630px;

  }

  .harm-hero .text {
    margin-bottom: 4.55rem;
  }
  .harm-hero .image-block {
    display: inherit;
  }
  .harm-hero .text-wrap {
    background-color: transparent;
    padding: 0 24px;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }

}

.animLine {
  overflow: hidden;
}
.splitText-anim {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split__title-top {
  margin: 0;
  font-size: clamp(2.9rem, 7vw, 4.277rem);
  line-height: 1em;
}
.split__title-bottom {
  margin: 0;
  font-size: clamp(2.9rem, 7vw, 4.277rem);
}
.split__subtitle {
  margin: 0;
  color: white;
  font-size: 2.055rem;
}
.text-reveal {
  color: white;
  font-size: 2.055rem;
  font-weight: bold;
  line-height: 0.8em;
}
