.ha {
  position: relative;
  overflow: hidden;
}

.ha-box {
  overflow: hidden;
  position: relative;
  height: auto;
  min-height: 28.125rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.9s ease;
}

@media (min-width: 768px) {
  .ha-box {
    height: 100vh;
    min-height: 45rem;
  }
}

.ha-box h2 {
  position: relative;
  max-width: 44.375rem;
  font-size: 4.375rem;
  color: var(--blue);
  margin: 0 auto;
  line-height: 1;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease;
}

.ha-box h2 svg {
  position: absolute;
  max-width: 34rem;
  width: 100%;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(3);
  opacity: 0;
  transition: all 0.6s ease;
}

@media (max-width: 767.98px) {
  .ha-box h2 svg {
    top: 1rem;
    max-width: 19.4375rem;
  }
}

.ha-box h2.aos-animate {
  opacity: 1;
  transition-delay: 0.6s;
}

.ha-box h2.aos-animate svg {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.8s;
}

.ha-box-tl {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1.6s ease;
  transform: translateX(-100%);
  opacity: 0;
}

@media (max-width: 767.98px) {
  .ha-box-tl {
    left: -20%;
  }
}

.ha-box-tl svg {
  width: 23.1875rem;
  height: 10.125rem;
}

@media (max-width: 767.98px) {
  .ha-box-tl svg {
    width: 11.375rem;
    height: 5.75rem;
  }
}

.ha-box-tl.aos-animate {
  opacity: 1;
  transform: none;
}

.ha-box-tr {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 1.6s ease;
  transform: translateX(100%);
  opacity: 0;
}

@media (max-width: 767.98px) {
  .ha-box-tr {
    right: -20%;
  }
}

.ha-box-tr svg {
  width: 23.1875rem;
  height: 10.125rem;
}

@media (max-width: 767.98px) {
  .ha-box-tr svg {
    width: 11.375rem;
    height: 5.75rem;
  }
}

.ha-box-tr.aos-animate {
  opacity: 1;
  transform: none;
}

.ha-box-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1.6s ease;
  opacity: 0;
  transform: translateX(-100%);
}

@media (max-width: 767.98px) {
  .ha-box-bl {
    left: -20%;
  }
}

.ha-box-bl svg {
  width: 23.1875rem;
  height: 10.125rem;
}

@media (max-width: 767.98px) {
  .ha-box-bl svg {
    width: 11.375rem;
    height: 5.75rem;
  }
}

.ha-box-bl.aos-animate {
  opacity: 1;
  transform: none;
}

.ha-box-br {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 1.6s ease;
  transition: all 1.6s ease;
  opacity: 0;
  transform: translateX(100%);
}

@media (max-width: 767.98px) {
  .ha-box-br {
    right: -20%;
  }
}

.ha-box-br svg {
  width: 23.1875rem;
  height: 10.125rem;
}

@media (max-width: 767.98px) {
  .ha-box-br svg {
    width: 11.375rem;
    height: 5.75rem;
  }
}

.ha-box-br.aos-animate {
  opacity: 1;
  transform: none;
}

.ha-box.true {
  min-height: 28.125rem;
  height: 70vh;
}

@media (min-width: 768px) {
  .ha-box.true {
    height: auto;
    min-height: 21.875rem;
    transition-delay: 2s;
  }
  .ha-box.true h2 {
    transform: translateY(0%);
  }
}

@media (min-width: 768px) {
  .ha-box.true .ha-box-br, .ha-box.true .ha-box-bl, .ha-box.true .ha-box-tr, .ha-box.true .ha-box-tl {
    opacity: 0;
    transition-delay: 2s;
  }
}
