.main-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
}

.main-header {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2;
}

.superscript {
  vertical-align: super;
  font-size: 1.8vw;
  font-weight: 400;
}

.coming-soon {
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.1;
}

.left-identity {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 2% 2%;
}

.flex {
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.ap {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 1.1;
}

.text-block-2 {
  font-size: .5vw;
  font-weight: 700;
  line-height: 1.1;
}

.text-block-3 {
  font-size: .561vw;
}

@media screen and (max-width: 991px) {
  .coming-soon {
    font-size: 3vw;
  }

  .left-identity, .flex {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .ap {
    font-size: 5vw;
  }

  .text-block-2 {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .coming-soon {
    font-size: 3vw;
  }

  .text-block-2 {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 479px) {
  .main-header {
    font-size: 7.2vw;
  }

  .coming-soon {
    font-size: 3.5vw;
  }

  .left-identity {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .flex {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .ap {
    font-size: 6vw;
  }

  .text-block-2 {
    font-size: 1.5vw;
  }
}


