/* top Hero */
.taam-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-basis: 50%;
  margin-bottom: 4rem;
}

.typed {
  padding-right: 18%;
}

.taam-header h1 {
  font-size: clamp(2.9rem, 6vw, 4.277rem);
  font-weight: bold;
  line-height: clamp(1, 1, 1.01);
  color: var(--red-base);
  margin-bottom: clamp(0.5rem, 0.75vw, 1rem);
}


.taam-header .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.5;
  margin: 2rem 0;
}

.taam-header .text-wrap {
  flex: 1 1 50%;
  background-color: var(--purple-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
}

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

.taam-header .image-block {
  overflow: hidden;
  position: relative;
  max-height: 412px;
  overflow: hidden;
}
.taam-header .image-block img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 120%;
  height: 100%;
  top: 0;
  right: 0;
}

.taam-header .taam-logo {
  max-width: 418px;
  margin-bottom: 2.25rem;
  display: inline-block;
}

.taam-header .taam-logo img {
  width: 100%;
}

@media only screen and (min-width: 786px) {
  .taam-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .taam-header .text {
    margin-bottom: 4.55rem;
  }
  .taam-header .image-block {
    display: inherit;
    max-height: none;
  }
}

.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;
}
