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

.tadafy__ico-0315 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.ico-0315__wrap {
  align-items: center;
  height: 40px;
  display: flex;
}

.ico-0315__fill {
  background-color: #01f59d;
  border-radius: 100px;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.ico-0315__circ-w {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.ico-0315__circ-bgr {
  background-color: #01f59d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
}

.ico-0315__circ {
  background-color: #01f59d;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.ico-0315__arrow {
  backface-visibility: hidden;
  border-bottom: 3px solid #01f59d;
  border-right: 3px solid #01f59d;
  flex: none;
  width: 13px;
  height: 13px;
  margin: auto;
  position: absolute;
  inset: 0% 0% 0% -3px;
  transform: rotate(-45deg);
}

.ico-0315__label {
  flex: 1;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

@media screen and (max-width: 240px) {
  .tadafy__ico-0315 {
    transform: scale(.7)translate(0);
  }
}
