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

.ico-0330__fill {
  background-color: #2a3239;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0);
}

.ico-0330__circ {
  background-color: #2a3239;
  border: 4px solid #2a3239;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.ico-0330__arrow--line {
  transform-origin: 100% 100%;
  background-color: #fff;
  width: 3px;
  height: 200%;
  position: absolute;
  inset: auto -3px -1px auto;
  transform: rotate(-45deg);
}

.ico-0330__circ-w {
  background-color: #2a3239;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.ico-0330__label {
  padding-left: 75px;
  padding-right: 75px;
  display: block;
  position: relative;
}

.tadafy__ico-0330 {
  color: #fafafa;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  flex: none;
  align-self: center;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: .9;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.ico-0330__wrap {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.ico-0330__arrow {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 4px;
  transform: rotate(-45deg);
}

.ico-0330__circ-bgr {
  background-color: #2a3239;
  width: 100%;
  height: 100%;
  position: relative;
  left: -50%;
}

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