.TADAFY__und-0030 {
  position: relative;
  display: inline-block;
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Exo, sans-serif;
  color: #2a3239;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.und-0030__LINE {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 6px;
  background-color: #2a3239;
  transition-property: width;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.und-0030__LINE.line--UPER {
  left: auto;
  top: 0px;
  bottom: auto;
}

.und-0030__LABEL {
  padding-top: 13px;
  padding-bottom: 11px;
}

.TADAFY__und-0030:hover > .und-0030__LINE {
  width: 100%;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
