/* Breakpoints
---------------------------------------------------------------------------------------------------- */
/* Transitions
---------------------------------------------------------------------------------------------------- */
/* Size
---------------------------------------------------------------------------------------------------- */
/* Fonts
---------------------------------------------------------------------------------------------------- */
/* Typography mixins
---------------------------------------------------------------------------------------------------- */
/* Block margins
---------------------------------------------------------------------------------------------------- */
/* Box mixins
---------------------------------------------------------------------------------------------------- */
/* Icon mixins
---------------------------------------------------------------------------------------------------- */
/* Button mixins
---------------------------------------------------------------------------------------------------- */
/* Card mixins
---------------------------------------------------------------------------------------------------- */
/* Pagination mixins
---------------------------------------------------------------------------------------------------- */
/* Form mixins
---------------------------------------------------------------------------------------------------- */
/* Popup mixins
---------------------------------------------------------------------------------------------------- */
/* Admin mixins
---------------------------------------------------------------------------------------------------- */
body > header {
  background-color: var(--Dark-Grey-Green);
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  width: 100vw;
}
@media (max-width: 539px) {
  body > header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body > header .header-inner {
  margin: 0 auto;
  max-width: 1372px;
  position: relative;
  width: 100%;
}
body > header:not(.no-image) {
  padding-bottom: 48px;
}
body > header:not(.no-image) .header-inner {
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 450px;
  overflow: hidden;
}
@media (max-width: 859px) {
  body > header:not(.no-image) .header-inner {
    height: auto;
    justify-content: flex-start;
    min-height: 424px;
  }
}
body > header:not(.no-image) .header-content {
  padding: 48px 64px;
  position: relative;
  z-index: 2;
}
@media (max-width: 859px) {
  body > header:not(.no-image) .header-content {
    padding: 36px 32px;
  }
}
@media (max-width: 539px) {
  body > header:not(.no-image) .header-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
body > header:not(.no-image) .header-content .header-content-inner {
  max-width: 610px;
}
body > header:not(.no-image) .header-content .header-content-inner .breadcrumbs {
  margin-bottom: 36px;
}
body > header.no-image .header-content {
  margin: 0 auto;
  max-width: 1244px;
  padding: 64px 0;
}
@media (max-width: 539px) {
  body > header.no-image .header-content {
    padding: 48px 0;
  }
}
body > header.no-image .header-content h1 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 16px;
}
@media screen and (min-width: 860px) {
  body > header.no-image .header-content h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  body > header.no-image .header-content h1 {
    font-size: 48px;
  }
}
body > header.no-image .header-content .breadcrumbs {
  margin-bottom: 16px;
}
body > header.no-image .header-content .text {
  max-width: 610px;
}
body > header .header-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
body > header .header-bg:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
}
@media (max-width: 859px) {
  body > header .header-bg:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0) 110%);
    bottom: auto;
    top: 0;
    width: 100%;
  }
}
body > header .header-bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
body > header .header-content {
  width: 100%;
  z-index: 2;
}
body > header .header-content .header-content-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  column-gap: 16px;
}
@media (max-width: 539px) {
  body > header .header-content .header-content-inner {
    font-size: 14px;
  }
}
body > header .header-content .header-content-inner .breadcrumbs {
  display: flex;
  column-gap: 16px;
  order: 1;
}
@media (max-width: 859px) {
  body > header .header-content .header-content-inner .breadcrumbs {
    margin-bottom: 24px;
  }
}
@media (max-width: 639px) {
  body > header .header-content .header-content-inner .breadcrumbs .breadcrumbs-inner > span:nth-last-child(2), body > header .header-content .header-content-inner .breadcrumbs .breadcrumbs-inner > span:last-child {
    display: none;
  }
}
body > header .header-content .header-content-inner .breadcrumbs .breadcrumbs-inner {
  display: flex;
  column-gap: 16px;
}
body > header .header-content .header-content-inner .breadcrumbs a.home:hover .icon, body > header .header-content .header-content-inner .breadcrumbs a.home:focus-visible .icon {
  background-color: var(--Light-Jade);
}
body > header .header-content .header-content-inner .breadcrumbs a.home > span {
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  body > header .header-content .header-content-inner .breadcrumbs a.home > span .home-text {
    font-size: 0;
    overflow: hidden;
    width: 0;
  }
}
@media (max-width: 639px) {
  body > header .header-content .header-content-inner .breadcrumbs a.home > span {
    column-gap: 8px;
  }
  body > header .header-content .header-content-inner .breadcrumbs a.home > span .icon {
    mask-image: url("../img/icons/chevron-left.svg");
  }
}
body > header .header-content .header-content-inner h1,
body > header .header-content .header-content-inner .text {
  order: 2;
}/*# sourceMappingURL=banner.css.map */