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

.ico-0145__fill {
  background-color: red;
  border-radius: 50px;
  margin: -1px;
  position: absolute;
  inset: 0%;
}

.ico-0145__arr--t {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ico-0145__line-w {
  justify-content: flex-end;
  align-items: stretch;
  width: 70px;
  height: 2px;
  display: flex;
  position: relative;
}

.ico-0145__label {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ico-0145__line {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  display: block;
  position: relative;
}

.ico-0145__arr--b {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ico-0145__arrow-w {
  transform-origin: 50%;
  flex: none;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -4px 1px 0% auto;
  overflow: hidden;
  transform: rotate(45deg);
}

.btn__ico-0145 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #2a3239;
  border-radius: 50px;
  flex: none;
  align-self: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  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);
}

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