/* Scoped Webflow box-model baseline */
.TADAFY__ico-0150,
.TADAFY__ico-0150::before,
.TADAFY__ico-0150::after,
.TADAFY__ico-0150 *,
.TADAFY__ico-0150 *::before,
.TADAFY__ico-0150 *::after {
  box-sizing: border-box;
}

/* Source styles */
.ico-0150__Line--TOP {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 100%;
  height: 2px;
}

.ico-0150__LABEL {
  position: relative;
  padding-top: 28px;
  padding-right: 61px;
  padding-bottom: 28px;
  padding-left: 61px;
}

.ico-0150__line--L__SPACE {
  width: 100%;
  height: 20px;
  background-color: transparent;
}

.ico-0150__ICO--1 {
  position: relative;
  top: -2px;
}

.ico-0150__line--T__SPACE {
  width: 20px;
  height: 100%;
  background-color: transparent;
}

.ico-0150__line--T__EXPAND {
  height: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  background-color: #2a3239;
}

.ico-0150__ICO-W1 {
  position: absolute;
  left: -10px;
  top: -9px;
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
}

.ico-0150__ICO-W2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.TADAFY__ico-0150 {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #2a3239;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #2a3239;
  font-family: Montserrat, sans-serif;
  color: black;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ico-0150__FILL {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  background-color: #2a3239;
}

.ico-0150__line--L__EXPAND {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  background-color: #2a3239;
}

.ico-0150__ICO--2 {
  position: relative;
  width: 50px;
  filter: invert(100%);
}

.ico-0150__Line--LEFT {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 2px;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}

/* IX2 static initial state */
.ico-0150__ICO-W1 {
  opacity: 1;
  transform: scale(1);
}

.ico-0150__ICO-W2 {
  opacity: 0;
  transform: translateX(20px);
}

/*
  IX2 MOUSE_OUT timing.
  These are the non-hover transition definitions so interrupted hover states
  continue naturally from their current computed values.
*/
.ico-0150__line--T__SPACE {
  transition: width 350ms ease 0ms;
}

.ico-0150__line--L__SPACE {
  transition: height 350ms ease 0ms;
}

.ico-0150__FILL {
  transition: width 350ms ease 50ms;
}

.ico-0150__ICO-W1 {
  transition:
    transform 150ms cubic-bezier(0, .55, .45, 1) 200ms,
    opacity 150ms cubic-bezier(0, .55, .45, 1) 200ms;
}

.ico-0150__ICO-W2 {
  transition:
    transform 350ms ease 0ms,
    opacity 350ms ease 0ms;
}

/* IX2 MOUSE_OVER */
.TADAFY__ico-0150:hover .ico-0150__ICO-W1 {
  opacity: 0;
  transform: scale(0.8);
  transition:
    transform 200ms ease-in 0ms,
    opacity 150ms ease-in 0ms;
}

.TADAFY__ico-0150:hover .ico-0150__line--T__SPACE {
  width: 0px;
  transition: width 400ms ease 50ms;
}

.TADAFY__ico-0150:hover .ico-0150__line--L__SPACE {
  height: 0px;
  transition: height 400ms ease 50ms;
}

.TADAFY__ico-0150:hover .ico-0150__FILL {
  width: 100%;
  transition: width 500ms ease 50ms;
}

.TADAFY__ico-0150:hover .ico-0150__ICO-W2 {
  opacity: 1;
  transform: translateX(0px);
  transition:
    transform 400ms ease 150ms,
    opacity 400ms ease 150ms;
}
