.home-hero {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0) 61.97%, #141414 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.home-hero-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.home-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-wrapper {
  max-width: 697px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero-wrapper h1 {
  margin-bottom: 10px;
}
#page .home-hero-wrapper p {
  max-width: 527px;
  font-weight: 400 !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home-hero-wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .home-hero-wrapper {
    padding: 0;
  }
  .home-hero {
    height: 100lvh;
    min-height: 600px;
  }
}

.home-hero--with-form {
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.home-hero--with-form .home-hero__media,
.home-hero--with-form img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.home-hero--with-form::before {
  z-index: 1;
}
.home-hero--with-form .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.home-hero--with-form .home-hero-wrapper {
  position: static;
  transform: none;
  inset: auto;
  max-width: none;
  margin: 0;
  text-align: left;
}
.home-hero--with-form .home-hero-wrapper p {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.home-hero-form {
  width: 100%;
}
@media (max-width: 991px) {
  .home-hero--with-form {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .home-hero-form {
    padding: 13px 20px !important;
  }
  .home-hero--with-form h1 {
    margin-bottom: 15px !important;
  }
  .home-hero--with-form {
    align-items: flex-start !important;
  }
  .home-hero--with-form .paragraph__16 {
    padding-bottom: 20px;
  }
}
.home-hero--with-form,
.home-hero--with-form p {
  text-align: left;
}
.home-hero-form {
  padding: 26px 38px;
  background: #141414;
}
.home-hero-form > p {
  color: #fff;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 24px;
  margin-bottom: 20px;
}
.home-hero-form > p i,
.home-hero-form > p span {
  color: #d4af64;
}
.home-hero--with-form h1 {
  margin-bottom: 30px;
}
