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

.TADAFY__ico-0075 {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 1);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

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

.ico-0075__FILL {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #2a3239;
  transform: translateX(0px);
  transition:
    width 300ms ease 180ms,
    height 300ms ease 180ms,
    transform 300ms ease 180ms;
}

.ico-0075__LINE {
  position: absolute;
  top: 0%;
  right: -20px;
  bottom: 0%;
  width: 40px;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #2a3239;
  transform: translateX(-100%);
  transition: transform 300ms cubic-bezier(.85, 0, .15, 1);
}

.ico-0075__ARROW {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin-top: auto;
  margin-bottom: auto;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  backface-visibility: hidden;
  transform: rotate(45deg);
}

.ico-0075__ARR--T {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  background-color: #2a3239;
  transform: translateX(100%);
  transition: transform 200ms ease-in;
}

.ico-0075__ARR--B {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  height: 100%;
  background-color: #2a3239;
  transform: translateY(-100%);
  transition: transform 200ms ease-in;
}

.ico-0075__LABEL {
  position: relative;
  padding: 58px 26px;
  transform: translateX(0px);
  transition:
    transform 300ms cubic-bezier(.85, 0, .15, 1) 100ms,
    color 250ms cubic-bezier(.12, 0, .39, 0) 180ms;
}

.TADAFY__ico-0075:hover .ico-0075__FILL {
  width: 0px;
  height: 2px;
  transform: translateX(-24px);
  transition:
    width 350ms cubic-bezier(.85, 0, .15, 1),
    height 350ms cubic-bezier(.85, 0, .15, 1),
    transform 350ms cubic-bezier(.85, 0, .15, 1);
}

.TADAFY__ico-0075:hover .ico-0075__LINE {
  transform: translateX(0%);
  transition: transform 300ms cubic-bezier(0, .55, .45, 1) 200ms;
}

.TADAFY__ico-0075:hover .ico-0075__ARR--T {
  transform: translateX(0%);
  transition: transform 300ms ease-out 200ms;
}

.TADAFY__ico-0075:hover .ico-0075__ARR--B {
  transform: translateY(0%);
  transition: transform 300ms ease-out 200ms;
}

.TADAFY__ico-0075:hover .ico-0075__LABEL {
  color: rgb(42, 50, 57);
  transform: translateX(-30px);
  transition:
    transform 400ms cubic-bezier(.85, 0, .15, 1) 50ms,
    color 200ms cubic-bezier(.12, 0, .39, 0);
}
