/* Generated by vite-plugin-svg-spritemap */
.hero {
  position: relative;
  height: 100vh;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
.rtl .hero__bg img {
  transform: scaleX(-1);
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero__container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.hero__title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}
.hero__subtitle {
  line-height: 1.5;
  margin-bottom: 4.375rem;
}
.hero__info {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-right: 0.9375rem;
}
.rtl .hero__info {
  left: 0;
  right: auto;
  padding-left: 0.9375rem;
}
.hero__info::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300%;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(0.3125rem);
}
.rtl .hero__info::after {
  right: 0;
  left: auto;
}
.hero__item {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
  line-height: normal;
  padding: 1.25rem 0 1.25rem 1.25rem;
}
.hero__item::after {
  content: "";
  position: absolute;
  background-color: rgba(205, 205, 205, 0.3);
}
.hero__item:last-child::after {
  display: none;
}
.hero__label {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.hero__item-value {
  font-weight: 500;
  font-size: 1.5625rem;
  text-transform: uppercase;
}
.hero__item:nth-child(3) .hero__item-value{
  text-transform: none;
}
@media (max-width: 61.99875em) {
  .hero__bg img {
    object-position: center bottom;
  }
  .hero__title {
    max-width: 31.25rem;
  }
  .hero__subtitle {
    max-width: 31.25rem;
  }
  .hero__info {
    padding-left: 1.25rem;
  }
  .rtl .hero__info {
    padding-right: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .hero__bg {
    height: 75vh;
  }
  .hero__info::after {
    left: -3.125rem;
  }
  .rtl .hero__info::after {
    right: -3.125rem;
    left: auto;
  }
  .hero__info {
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
  .hero__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .hero__item {
    width: 50%;
  }
  .hero__item:last-child::after {
    display: none;
  }
  .hero__item:nth-child(5) {
    display: none;
  }
  .hero__item:nth-child(1) {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
  .hero__item:nth-child(1)::after {
    height: 0.0625rem;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .hero__item:nth-child(2) {
    align-items: start;
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
  .hero__item:nth-child(2)::after {
    height: 100%;
    width: 0.0625rem;
    bottom: 0;
    left: -0.0625rem;
  }
  .hero__item:nth-child(3) {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
  .hero__item:nth-child(3)::after {
    height: 100%;
    width: 0.0625rem;
    bottom: 0;
    right: 0rem;
  }
  .hero__item:nth-child(4) {
    align-items: start;
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
  .hero__item:nth-child(4)::after {
    height: 0.0625rem;
    width: 100%;
    top: -0.0625rem;
    left: 0;
  }
}
@media (max-width: 29.99875em) {
  .hero__bg {
    height: 72vh;
  }
  .hero__label {
    font-size: 0.875rem;
  }
  .hero__item-value {
    font-size: 1.25rem;
  }
}
@media (max-width: 20em) {
  .hero__title {
    font-size: 1.4375rem;
  }
  .hero__subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 91.875em) {
  .hero__title {
    font-size: clamp( 1.4375rem , 1.05489130435rem  +  1.9130434783vw , 2.8125rem );
  }
  .hero__subtitle {
    font-size: clamp( 1rem , 0.93043478260625rem  +  0.347826087vw , 1.25rem );
  }
}
@media (min-width: 47.99875em) {
  .hero__item::after {
    height: 0.0625rem;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 61.99875em) and (max-width: 90em) {
  .hero__info {
    padding-left: clamp( 1.25rem , -4.28535556448125rem  +  8.9281728494vw , 3.75rem );
  }
  .rtl .hero__info {
    padding-right: clamp( 1.25rem , -4.28535556448125rem  +  8.9281728494vw , 3.75rem );
  }
}
@media (min-width: 90em) {
  .hero__info {
    padding-left: 3.75rem;
  }
  .rtl .hero__info {
    padding-right: 3.75rem;
  }
}
@media (min-width: 91.875em) {
  .hero__title {
    font-size: 2.8125rem;
  }
  .hero__subtitle {
    font-size: 1.25rem;
  }
}