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

/* Source styles */
.TADAFY__ico-0320 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  align-items: center;
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transform: translate(0px, 0px);
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0.00%, 98.04%, 1.00);
  font-size: 14px;
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ico-0320__WRAP {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.ico-0320__FILL {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: hsla(233, 100.00%, 50.00%, 1.00);
  transform: translate(0px, 0px);
}

.ico-0320__CIRC {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  border-top-left-radius: 0px;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 50%;
  background-color: hsla(233, 100.00%, 50.00%, 1.00);
}

.ico-0320__ARROW {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 13px;
  height: 13px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: white;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: white;
  transform: rotate(-45deg);
}

.ico-0320__Arrow--LINE {
  position: absolute;
  left: auto;
  top: auto;
  right: -1px;
  bottom: 1px;
  width: 3px;
  height: 200%;
  background-color: white;
  transform: rotate(-45deg);
  transform-origin: 100% 100%;
}

.ico-0320__CIRC-BGR {
  position: relative;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: hsla(233, 100.00%, 50.00%, 1.00);
}

.ico-0320__LABEL {
  position: relative;
  display: block;
  padding-right: 40px;
  padding-left: 40px;
}

/* IX2 initial state + MOUSE_OUT destination */
.ico-0320__FILL {
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(.85, 0, .15, 1);
  transition-delay: 0ms;
}

.ico-0320__CIRC {
  transition-property: transform;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(.85, 0, .15, 1);
  transition-delay: 0ms;
}

.ico-0320__ARROW {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 400ms, 500ms;
  transition-timing-function:
    cubic-bezier(.85, 0, .15, 1),
    cubic-bezier(0, .55, .45, 1);
  transition-delay: 0ms, 0ms;
}

.ico-0320__Arrow--LINE {
  height: 0%;
  transition-property: height;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(.85, 0, .15, 1);
  transition-delay: 0ms;
}

.ico-0320__LABEL {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0, .55, .45, 1);
  transition-delay: 150ms;
}

/* IX2 MOUSE_OVER */
.TADAFY__ico-0320:hover .ico-0320__FILL {
  width: 40px;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0, .55, .45, 1);
  transition-delay: 0ms;
}

.TADAFY__ico-0320:hover .ico-0320__CIRC {
  transform: translateX(0%);
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0, .55, .45, 1);
  transition-delay: 0ms;
}

.TADAFY__ico-0320:hover .ico-0320__ARROW {
  opacity: 1;
  transform: translateX(3px) rotate(-45deg);
  transition-property: transform, opacity;
  transition-duration: 400ms, 400ms;
  transition-timing-function:
    cubic-bezier(.85, 0, .15, 1),
    cubic-bezier(0, .55, .45, 1);
  transition-delay: 100ms, 0ms;
}

.TADAFY__ico-0320:hover .ico-0320__Arrow--LINE {
  height: 200%;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(.85, 0, .15, 1);
  transition-delay: 0ms;
}

.TADAFY__ico-0320:hover .ico-0320__LABEL {
  opacity: 0;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(.55, 0, 1, .45);
  transition-delay: 0ms;
}
