.TADAFY__ico-0325,
.TADAFY__ico-0325::before,
.TADAFY__ico-0325::after,
.TADAFY__ico-0325 *,
.TADAFY__ico-0325 *::before,
.TADAFY__ico-0325 *::after {
  box-sizing: border-box;
}

.TADAFY__ico-0325 {
  position: relative;
  display: inline-block;
  align-items: center;
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Exo, sans-serif;
  color: #2a3239;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.ico-0325__WRAP {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ico-0325__ICO-W {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #2a3239;
}

.ico-0325__ICON {
  position: relative;
  top: -2px;
  width: 35px;
}

.ico-0325__LABEL-W {
  display: flex;
  overflow: hidden;
  justify-content: flex-end;
  align-items: center;
  align-content: space-around;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  white-space: nowrap;
  width: 100%;
  transition: width 250ms ease-in 0ms;
}

.ico-0325__LABEL {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
}

.TADAFY__ico-0325:hover .ico-0325__LABEL-W {
  width: 0%;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0, .55, .45, 1);
}
