.hero-short {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  background-color: #1B1E1D;
  padding: 20px 16px;
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .hero-short {
    height: 64svh;
    max-height: 690px;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-short {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.hero-short__wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  min-height: 150px;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 16px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(80px);
}
@media only screen and (min-width: 768px) {
  .hero-short__wrap {
    height: 64svh;
    max-height: 690px;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-short__wrap {
    padding-left: 100px;
    padding-right: 100px;
    transform: translateY(90px);
  }
}
.hero-short__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-short__bg-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 30, 29, 0.25);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .hero-short__bg-wrapper::after {
    display: none;
  }
}
.hero-short__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-short__content {
  position: relative;
  z-index: 2;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .hero-short__content {
    transform: translateY(-40px);
  }
}
.hero-short__content h1 {
  color: white;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .hero-short__content h1 {
    font-size: 48px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 992px) {
  .hero-short__content h1 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-short__content h1 {
    font-size: 95px;
  }
}
.hero-short__content h1 strong {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #883D21, #C05630, #EDA58B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  text-shadow: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
@media only screen and (min-width: 768px) {
  .hero-short__content h1 strong {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  }
}
.hero-short__graphic-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .hero-short__graphic-wrapper {
    gap: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-short__graphic-wrapper img {
    width: 32px;
    height: 40px;
  }
}
.hero-short__graphic-wrapper::after {
  content: "";
  display: block;
  position: relative;
  left: 0;
  width: calc(100% - 20px);
  height: 1px;
  flex: 1 0 0;
  background-image: linear-gradient(to right, #883D21, #C05630, #EDA58B);
}

/*# sourceMappingURL=hero-short.css.map */
