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

.tadafy__fill-0680 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transform: translate(0);
}

.fill-0680__wrap {
  position: absolute;
  inset: 0%;
}

.fill-0680__segm {
  background-color: #00d586;
  height: 50%;
  margin-bottom: .5px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: skew(20deg);
}

.fill-0680__segm.wrap--b {
  top: auto;
  bottom: 0%;
  transform: skew(-20deg);
}

.fill-0680__grad {
  background-image: repeating-linear-gradient(to right, #ffffff03, #ffffff03 5%, #01f59d 5% 10%);
  flex: 1;
  width: 224%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: -1px;
  transform: translate(0);
}

.fill-0680__grad.grad--b {
  opacity: .92;
  transform-style: preserve-3d;
  background-image: linear-gradient(#00000080, #00000080), repeating-linear-gradient(to right, #ffffff03, #ffffff03 5%, #01f59d 5% 10%);
  top: auto;
  bottom: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.fill-0680__label {
  text-shadow: none;
  padding: 15px 40px;
  position: relative;
}
