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

.btn__fill-0130 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #2a3239;
  flex: none;
  align-self: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.fill-0130__line--l {
  align-items: stretch;
  width: 100px;
  height: 2px;
  display: flex;
  position: relative;
}

.fill-0130__line {
  background-color: #fff;
  width: 75%;
}

.fill-0130__label {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fill-0130__line--r {
  justify-content: flex-end;
  width: 100px;
  height: 2px;
  display: flex;
  position: relative;
}

.fill-0130__fill {
  background-color: #f0a;
  width: 0%;
  position: absolute;
  inset: 0%;
}
