.hero-section {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 400px;
  align-items: center;
  overflow: hidden;
}
.hero-section.is-show-breadcrumb {
  min-height: 550px;
}
.hero-section.is-full-height {
  min-height: 100vh;
}
.hero-section__inner {
  position: relative;
  width: 100%;
  padding: 140px 20px 20px;
  margin: auto;
  z-index: 10;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero-section__inner {
    padding: 160px 20px 30px;
  }
}
@media (min-width: 1200px) {
  .hero-section__inner {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .hero-section__inner {
    max-width: 1200px;
  }
}
@media (min-width: 1800px) {
  .hero-section__inner {
    max-width: 1600px;
  }
}
.hero-section.is-full-height {
  min-height: 100vh;
}
.hero-section.is-full-height .hero-section__inner {
  margin: auto;
  padding: 100px 20px 30px;
}
.hero-section__container {
  display: block;
}
.hero-section__breadcrumb {
  margin-top: 0;
}
.hero-section .woocommerce-breadcrumb {
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.hero-section .woocommerce-breadcrumb a {
  font-size: 16px;
  color: #FFFFFF;
}
.hero-section__sub-title {
  font-size: 18px;
  font-weight: 300;
}
.hero-section__title {
  position: relative;
  margin-top: 0;
  color: var(--e-global-color-secondary);
}
@media (max-width: 767.98px) {
  .hero-section__title {
    font-size: 36px !important;
    line-height: 50px !important;
  }
}
.hero-section__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: calc(100% - 20px);
  background-color: var(--e-global-color-secondary);
}
@media (min-width: 576px) {
  .hero-section__title::before {
    width: 18px;
  }
}
.hero-section__content {
  max-width: 600px;
  line-height: 26px;
}
.hero-section__sub-title, .hero-section__title, .hero-section__content {
  padding-left: 15px;
}
@media (min-width: 576px) {
  .hero-section__sub-title, .hero-section__title, .hero-section__content {
    padding-left: 45px;
  }
}
.hero-section__link {
  margin-top: 45px;
  margin-left: 15px;
  color: #FFFFFF !important;
  background-color: transparent !important;
  border: 1px solid var(--e-global-color-secondary) !important;
}
@media (min-width: 576px) {
  .hero-section__link {
    margin-left: 45px;
  }
}
.hero-section__link:hover {
  color: var(--e-global-color-primary) !important;
  background-color: var(--e-global-color-secondary) !important;
}
.hero-section__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.hero-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgba(87, 87, 87, 0.9) 0%, rgba(74, 168, 221, 0) 100%);
}
/*# sourceMappingURL=hero-section.css.map */
