.hero_view_wrapper {
  display: flex;
  background-size: cover;
  height: 52.38vw;
  width: 100%;
  position: relative;
}
.hero_view_wrapper .overlay {
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .hero_view_wrapper {
    height: 216.43vw;
    background-position: top;
    background-size: cover;
    background-position: top;
  }
}
.hero_view_wrapper .LinkButtonContainer {
  width: 13.15vw;
  position: absolute;
  left: 12.56vw;
  top: 38.34vw;
  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 .LinkButtonContainer {
    font-size: 3.87vw;
    line-height: 11.6vw;
    letter-spacing: 2.66667px;
    left: 18.6vw;
    top: 153.14vw;
    width: 62.8vw;
  }
}

.hero_view_title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  font-size: 4.05vw;
  line-height: 4.05vw;
  /* or 100% */
  letter-spacing: 0.395349px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: 12.56vw;
  top: 16.43vw;
  width: 48.81vw;
}
@media screen and (max-width: 768px) {
  .hero_view_title {
    font-size: 8.7vw;
    line-height: 8.7vw;
    /* or 100% */
    letter-spacing: -0.642857px;
    left: 7.25vw;
    top: 123.66vw;
    width: 85.51vw;
  }
}

.hero_view_button {
  background-color: #a200d0;
  position: absolute;
  left: 12.56vw;
  top: 29.76vw;
  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;
  padding-left: 0.95vw;
  padding-right: 0.95vw;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .hero_view_button {
    font-size: 3.38vw;
    line-height: 5.31vw;
    left: 7.25vw;
    top: 154.57vw;
    padding-left: 3.86vw;
    padding-right: 3.86vw;
  }
}

.hero_view_description {
  position: absolute;
  left: 12.56vw;
  top: 33.7vw;
  width: 36.8vw;
  color: #ffffff;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  font-size: 1.43vw;
  line-height: 1.79vw;
}
@media screen and (max-width: 768px) {
  .hero_view_description {
    font-size: 4.83vw;
    line-height: 6.28vw;
    width: 85.51vw;
    top: 168.12vw;
    left: 7.25vw;
  }
}

.backarrow {
  position: absolute;
  left: 12.56vw;
  top: 10.43vw;
  width: 73px;
  height: 18px;
  font-size: 1.3vw;
  font-family: "Barlow Bold";
  line-height: 18px;
  color: #ffff14;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .backarrow {
    display: none;
  }
}
.backarrow img {
  width: 1.3vw;
  height: 1.3vw;
  margin-right: 5px;
}
