.TADAFY__und-0420,
.TADAFY__und-0420::before,
.TADAFY__und-0420::after,
.TADAFY__und-0420 *,
.TADAFY__und-0420 *::before,
.TADAFY__und-0420 *::after {
  box-sizing: border-box;
}

.TADAFY__und-0420 {
  position: relative;
  display: inline-block;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Montserrat, sans-serif;
  color: hsla(243.06, 0%, 100%, 1);
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.und-0420__WRAP {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.und-0420__LINE--2 {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 51%;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  background-color: hsla(243, 100%, 50%, 1);
  box-shadow: 0 0 13px 4px hsla(243.06, 100%, 50%, 1);
  filter: blur(0.5px);
  transform: translateX(0%);
  transition: transform 300ms cubic-bezier(.85, 0, .15, 1) 50ms;
}

.und-0420__LINE--1 {
  position: absolute;
  left: 0%;
  top: 0%;
  bottom: 0%;
  width: 51%;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  background-color: hsla(345, 100%, 50%, 1);
  box-shadow: 0 0 13px 4px hsla(344.94, 100%, 50%, 1);
  filter: blur(0.5px);
  transform: translateX(0%);
  transition: transform 300ms cubic-bezier(.85, 0, .15, 1) 50ms;
}

.und-0420_LABEL {
  position: relative;
  padding-bottom: 25px;
}

.TADAFY__und-0420:hover .und-0420__LINE--1 {
  transform: translateX(97%);
  transition-delay: 0ms;
}

.TADAFY__und-0420:hover .und-0420__LINE--2 {
  transform: translateX(-97%);
  transition-delay: 0ms;
}
