body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.btn__fill-0140 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #2a3239;
  border-radius: 50px;
  flex: none;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.fill-0140__wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.fill-0140__space--l {
  align-items: stretch;
  width: 50px;
  height: 1px;
  display: flex;
  position: relative;
}

.fill-0140__label {
  padding: 30px 35px;
}

.fill-0140__space--r {
  justify-content: flex-end;
  width: 50px;
  height: 1px;
  display: flex;
  position: relative;
}

.fill-0140__fill {
  background-color: #ff4500;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin: -1px;
  position: absolute;
  inset: 0%;
}
