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

.ico-0050__plus--vert-cent {
  background-color: #fff;
  width: 2px;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 9px;
}

.ico-0050__plus--horiz--cent {
  background-color: #fff;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto 0 9px auto;
}

.ico-0050__line--left__expand {
  background-color: #2a3239;
  flex: 1;
  width: 100%;
}

.ico-0050__line--top__space {
  background-color: #0000;
  width: 16px;
  height: 100%;
}

.btn__ico-0050 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 2px solid #2a3239;
  border-right: 2px solid #2a3239;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.ico-0050__line--left__space {
  background-color: #0000;
  width: 100%;
  height: 16px;
}

.ico-0050__line--top__expand {
  background-color: #2a3239;
  flex: 1;
  height: 100%;
}

.ico-0050__label {
  padding: 30px 80px;
  position: relative;
}

.ico-0050__line--top {
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ico-0050__plus--horiz {
  background-color: #2a3239;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 9px;
  right: 0;
}

.ico-0050__plus--vert {
  background-color: #2a3239;
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 9px;
}

.ico-0050__line--left {
  flex-direction: column;
  justify-content: flex-end;
  width: 2px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ico-0050__fill {
  background-color: #2a3239;
  width: 0%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ico-0050__plus-w {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -9px;
  left: -9px;
}

.ico-0050__plus-w.cent {
  margin: auto;
  position: absolute;
  inset: 0%;
}
