/* Generated by vite-plugin-svg-spritemap */
.heroblock {
  position: relative;
  background-color: #000;
  margin-top: 60px;
}
.heroblock:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.heroblock__section {
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.heroblock__section.first {
  z-index: 2;
  aspect-ratio: 1140/700;
  position: relative;
}
.heroblock__section.third {
  margin-top: -25%;
  z-index: 1;
  aspect-ratio: 1140/887;
  position: relative;
}
.heroblock__section.third:before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/aurum/assets/img/texture-2.webp");
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}
.heroblock__section.third:after {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/aurum/assets/img/texture.webp");
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.heroblock__content {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
  top: 0;
  transform: translateY(50%);
}
.heroblock .block_title {
  z-index: 99;
  position: relative;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  width: 55%;
  margin-left: auto;
  transform: translateY(65%);
}
.heroblock .medium__title {
  width: 50%;
  text-transform: uppercase;
  line-height: 1.1;
  /* letter-spacing: -0.08em; */
}
.heroblock .medium__title span {
  display: inline;
  color: rgba(255, 255, 255, 0.6);
  margin-right: -8px;
}
@media (max-width: 47.99875em) {
  .heroblock__section.first {
    aspect-ratio: 1140/1000;
    background-position: right center;
  }
  .heroblock__section.third {
    aspect-ratio: 1140/1087;
    background-position: left bottom;
    margin-top: -35%;
  }
  .heroblock .medium__title {
    width: 65%;
  }
  .heroblock .medium__title span{
    margin-right: -3px;
  }
}
@media (max-width: 29.99875em) {
  .heroblock__section.first {
    aspect-ratio: 1140/1300;
  }
  .heroblock__section.third {
    aspect-ratio: 1140/1187;
    margin-top: -40%;
  }
}
@media (max-width: 20em) {
  .heroblock:after {
    height: 1.75rem;
  }
  .heroblock .block_title {
    font-size: 1.875rem;
  }
  .heroblock .medium__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 75em) {
  .heroblock:after {
    height: clamp( 1.75rem , -1.43181818181875rem  +  15.9090909091vw , 10.5rem );
  }
  .heroblock .block_title {
    font-size: clamp( 1.875rem , -0.625rem  +  12.5vw , 8.75rem );
  }
  .heroblock .medium__title {
    font-size: clamp( 1.875rem , 0.82954545454375rem  +  5.2272727273vw , 4.75rem );
  }
}
@media (min-width: 75em) {
  .heroblock:after {
    height: 10.5rem;
  }
  .heroblock .block_title {
    font-size: 8.75rem;
  }
  .heroblock .medium__title {
    font-size: 4.75rem;
  }
}