.block-primary {
  position: absolute;
  position: absolute;
  margin-left: 12.56vw;
  max-width: 820px;
}
.hero-view-wrapper {
  display: flex;
  background-size: cover;
  height: 100vh;
  min-height: 880px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero-view-wrapper {
    height: 181.64vw;
    background-size: cover;
  }
}
.hero-view-wrapper .link-button-container {
  width: 220px;
  position: absolute;
  font-family: Barlow;
  font-style: normal;
  font-weight: bold;
  font-size: 1.07vw;
  line-height: 3.33vw;
  /* identical to box height, or 167% */
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .hero-view-wrapper .link-button-container {
    font-size: 3.87vw;
    line-height: 11.6vw;
    letter-spacing: 2.66667px;
  }
}

.hero-view-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 68px;
  line-height: 68px;
  /* or 100% */
  letter-spacing: 0.395349px;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .hero-view-title {
    font-size: 7.7vw;
    line-height: 8.7vw;
    /* or 100% */
    letter-spacing: -0.642857px;
    width: 85.51vw;
  }
}

.hero-view-button {
  background-color: #ec6584;
  position: absolute;
  margin-top: 20px;
  padding: 0px 10px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 0.83vw;
  line-height: 1.55vw;
  /* identical to box height, or 157% */
  text-align: center;
  letter-spacing: 0.875px;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .hero-view-button {
    font-size: 3.38vw;
    line-height: 5.31vw;
  }
}

.button-hero {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 55px;
}
@media (min-width: 1024px) {
  .button-hero {
    right: 31%;
  }
}
@media (min-width: 1860px) {
  .button-hero {
    right: 33%;
  }
}
