.hero-category.component {
  overflow: hidden;
  background-color: #ffffff;
  color: #ffffff;
  align-content: center;
}
@media screen and (min-width: 1024px) {
  .hero-category.component .hero-category__background {
    overflow: hidden;
  }
}
.hero-category.component .hero-category {
  display: flex;
  height: 500px;
  position: relative;
  width: 100%;
  background-color: #003652;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .hero-category.component .hero-category {
    height: 710px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-category.component .hero-category {
    height: 900px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-category.component .hero-category {
    height: 750px;
  }
}
.hero-category.component .hero-category__wrapper {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hero-category.component .hero-category__wrapper {
    align-content: center;
    overflow: hidden;
  }
}
.hero-category.component .hero-category__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .hero-category.component .hero-category__overlay {
    overflow: hidden;
    display: block;
  }
}
.hero-category.component .hero-category__container {
  align-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .hero-category.component .hero-category__container {
    padding-top: 80px;
    align-content: flex-start;
  }
}
.hero-category.component .hero-category__content {
  padding-left: 0;
}
.hero-category.component .hero-category__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.hero-category.component .hero-category__text-wrapper .hero-category__eyebrow {
  padding-right: 16px;
}
.hero-category.component .hero-category__text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .hero-category.component .hero-category__text-wrapper,
  .hero-category.component .hero-category__title .header-h2,
  .hero-category.component .hero-category__text-content {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.hero-category.component .hero-category__title h1,
.hero-category.component .hero-category__title h2,
.hero-category.component .hero-category__copy p {
  margin-bottom: 0;
}
.hero-category.component .hero-category__contact-link a:hover {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  body[dir="rtl"] .hero-category__overlay {
    transform: scaleX(-1);
  }
}
body[dir="rtl"] .hero-category.component .hero-category__text-wrapper .hero-category__eyebrow {
  padding-right: initial;
  padding-left: 16px;
}
body[dir="rtl"] .hero-category__content {
  padding-left: initial;
  padding-right: 0;
}
