/* Custom style for the block */



.steps {
  position: absolute;
  left: 0px;
  width: fit-content;
}
.steps a {
  color: #FFD800;
}
.step {
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-family: "Changa", sans-serif;
  letter-spacing: 1px;
  color: var(--nv-text-color);
  display: block;
  transition: color 0.3s ease-in;
}
.step:hover {
  color: var(--nv-text-color) !important;
}
.step span {
  display: inline-block;
  padding: 4px 9px;
  width: 25px;
  height: 24px;
  line-height: 1;
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
  color: var(--nv-text-color);
}
.step::before {
  content: "";
  border-bottom: 2px solid var(--nv-text-color);
  width: 30px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.step--active {
  color: var(--nv-text-color) !important;
}
.step--active span {
  background: var(--nv-text-color);
  color: #FFD800;
  text-align: center;
}

.content-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #212121;
  font: 18px/1.6 "Istok Web", sans-serif;
  padding: 90px 60px 0;
  border-bottom: 2px solid #fff;
  height: 100vh;
  padding-top: 30px;
}
.content-hero__wrapper {
  max-width: 1160px;
  width: calc(100vw - 200px);
  display: flex;
  margin: 0 auto;
}
.content-hero__image {
  min-width: 470px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.content-hero h2 {
  font: bold 38px Sora, sans-serif;
  margin: 0 0 11px;
}
.content-hero h3 {
  font-size: 43px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFD800;
  text-shadow: -1px -1px 0 var(--nv-text-color), 1px -1px 0 var(--nv-text-color), -1px 1px 0 var(--nv-text-color), 1px 1px 0 var(--nv-text-color);
}
@supports (-webkit-text-stroke: 1px black) {
  .content-hero h3 h1 {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: #FFD800;
  }
}
.content-hero__headline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.content-hero__headline h3 {
  order: -1;
}
.content-hero__line {
  margin: 24px 0 34px;
  width: 60px;
  height: 2px;
  background: #ff5722;
}
.content-hero a {
  text-decoration: none !important;
}
.content-hero__button {
  border-top: 2px solid var(--nv-text-color);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  text-align: left;
  line-height: 1;
  padding: 13px 0px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  color: var(--nv-text-color);
  font-family: "Changa", sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  margin-right: 50px;
  outline: 0px;
}
.content-hero__button span {
  font-weight: bold;
  display: block;
}
.content-hero__button:hover {
  background: var(--nv-text-color);
  color: #fff;
  text-decoration: none;
  outline: 3px solid var(--nv-text-color);
}
.content-hero__buttons {
  display: flex;
}
.content-hero__content, .content-hero__signature {
  margin-bottom: 30px;
}
