body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 -50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tadafy__sha-0330 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.sha-0330__wrap {
  justify-content: center;
  align-items: center;
}

.sha-0330__segm {
  transform-origin: 0 0;
  background-color: #00e66d;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 10%;
  position: absolute;
  inset: 0%;
  transform: skew(-7deg)rotate(-7deg);
}

.sha-0330__segm.lev-02 {
  opacity: .5;
  right: 2%;
}

.sha-0330__segm.lev-02.lev-03 {
  display: block;
  right: 4%;
}

.sha-0330__fill {
  background-color: #2a3239;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.sha-0330__label {
  padding: 25px 30px;
  position: relative;
}

@media screen and (max-width: 240px) {
  .tadafy__sha-0330 {
    transform: scale(.7);
  }
}
