.home-hero-compact__container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 185px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .home-hero-compact__container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.home-hero-compact__container--inner {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 7.7%;
  position: relative;
  z-index: 2;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .home-hero-compact__container--inner {
    gap: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .home-hero-compact__container--inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 40px 0;
  }
}

.home-hero-compact__background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -4;
}

@media screen and (max-width: 767px) {
  .home-hero-compact__background-image {
    display: none;
  }
}

.home-hero-compact__background-image--mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -4;
  display: none;
}

@media screen and (max-width: 767px) {
  .home-hero-compact__background-image--mobile {
    display: block;
  }
}

.home-hero-compact__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
}

.home-hero-compact__arch {
  position: absolute;
  left: -300px;
  right: -300px;
  height: 700px;
  border-radius: 50%;
  bottom: -567px;
}

@media screen and (max-width: 767px) {
  .home-hero-compact__arch {
    display: none;
  }
}

.home-hero-compact__content--heading {
  margin-bottom: 30px;
}

.home-hero-compact__content--buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .home-hero-compact__content--buttons {
    flex-direction: column;
  }
}

.home-hero-compact__images--container {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 57fr 43fr;
  gap: 0 20px;
}

@media screen and (max-width: 450px) {
  .home-hero-compact__images--container {
    gap: 0 10px;
  }
}

.home-hero-compact__images--left-upper {
  width: 100%;
  height: 189px;
  border-radius: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .home-hero-compact__images--left-upper {
    height: 110px;
  }
}

@media screen and (max-width: 450px) {
  .home-hero-compact__images--left-upper {
    margin-bottom: 10px;
  }
}

.home-hero-compact__images--left-lower {
  width: 100%;
  height: 189px;
  border-radius: 35px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .home-hero-compact__images--left-lower {
    height: 110px;
  }
}

.home-hero-compact__images--right-image {
  width: 100%;
  height: 399px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 35px;
}

@media screen and (max-width: 767px) {
  .home-hero-compact__images--right-image {
    height: 240px;
  }
}

@media screen and (max-width: 450px) {
  .home-hero-compact__images--right-image {
    height: 230px;
  }
}
