/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/hero/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.hero {
  position: relative;
  padding-top: 141px;
  height: 764px;
  background: #0b0b0b;
}
.hero::before {
  content: "";
  width: 100%;
  height: 768.487px;
  border-radius: 2197.953px;
  background: #0b0a0a;
  mix-blend-mode: hard-light;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  position: absolute;
  left: 0;
  top: -80%;
  right: 0;
  z-index: 1;
}
.hero .container {
  height: 100%;
}
.hero .container::after {
  content: "";
  width: 300px;
  height: 120%;
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, #0b0a0a), to(rgba(11, 10, 10, 0.0588235294)));
  background: linear-gradient(270deg, #0b0a0a 40%, rgba(11, 10, 10, 0.0588235294) 100%);
  position: absolute;
  top: 0;
  right: -150px;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  z-index: 0;
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 44px;
  position: relative;
}
.hero__bg img {
  -o-object-fit: none;
     object-fit: none;
}
.hero__bg-mobile {
  display: none;
}
.hero__bg-mobile img {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__subtitle {
  font-size: clamp(1rem, 0.9482044199rem + 0.2209944751vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 35.2px */
  letter-spacing: 1.6px;
  color: #f0f0f0;
  text-align: center;
}
.hero__title {
  color: #f0f0f0;
  leading-trim: both;
  text-edge: cap alphabetic;
  font-family: YesevaOne, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  position: relative;
  margin-top: auto;
}
.hero__title strong {
  font-family: Manrope, sans-serif;
  font-weight: 700;
}
.hero__bottom {
  margin-top: auto;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.hero__add-icon {
  background: #d9d9d9;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__address {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.8px;
  color: #f0f0f0;
}
@media (max-width: 1440px) {
  .hero .container::after {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    clip-path: inset(100%) !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important;
  }
}
@media (max-width: 860px) {
  .hero__bg {
    display: none;
  }
  .hero__bg-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero__address {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style-index.css.map*/