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

.tadafy__ico-0445 {
  color: #8371dd;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  align-self: center;
  align-items: center;
  font-family: Droid Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

.tadafy__ico-0445:hover {
  border-color: #04d924;
}

.ico-0445__ico-w {
  background-color: #8371dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.ico-0445__ico {
  filter: invert();
  width: 49px;
  position: relative;
}

.ico-0445__ico-2-w {
  z-index: 5;
  background-color: #8371dd;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.ico-0445__ico-2 {
  width: 9px;
  position: relative;
}

.ico-0445__label {
  padding-top: 11px;
  position: relative;
}

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


