/* Breakpoints
---------------------------------------------------------------------------------------------------- */
/* Transitions
---------------------------------------------------------------------------------------------------- */
/* Border radius
---------------------------------------------------------------------------------------------------- */
/* Fonts
---------------------------------------------------------------------------------------------------- */
/* Typography mixins
---------------------------------------------------------------------------------------------------- */
/* Block margins
---------------------------------------------------------------------------------------------------- */
/* Box mixins
---------------------------------------------------------------------------------------------------- */
/* Icon mixins
---------------------------------------------------------------------------------------------------- */
/* Button mixins
---------------------------------------------------------------------------------------------------- */
/* Card mixins
---------------------------------------------------------------------------------------------------- */
/* Pagination mixins
---------------------------------------------------------------------------------------------------- */
/* Form mixins
---------------------------------------------------------------------------------------------------- */
/* Popup mixins
---------------------------------------------------------------------------------------------------- */
/* Admin mixins
---------------------------------------------------------------------------------------------------- */
@media (min-width: 860px) {
  body.single-home > header .header-bg:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 88%);
    height: 50%;
    width: 100%;
  }
}
@media (min-width: 860px) {
  body.single-home > header .header-content:not(.no-image) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    bottom: 60px;
    max-width: 1290px;
    top: auto;
    transform: none;
    width: 100%;
  }
}
@media (max-width: 859px) {
  body.single-home > header .header-content:not(.no-image) {
    max-width: none;
  }
}
@media (max-width: 859px) {
  body.single-home > header .header-content:not(.no-image) .header-content-inner {
    padding-bottom: 20px;
  }
}
body.single-home > header .header-content:not(.no-image) .header-content-inner h1 > .caption {
  margin-bottom: 16px;
}
body.single-home > header .header-content:not(.no-image) .header-content-inner .breadcrumbs {
  height: 0;
  position: relative;
}
body.single-home > header .header-content:not(.no-image) .header-content-inner .breadcrumbs a {
  font-size: 16px;
  line-height: 1.5;
  color: var(--default);
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
body.single-home > header .header-content:not(.no-image) .header-content-inner .breadcrumbs a:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 9999999;
}
body.single-home > header .header-content:not(.no-image) .header-content-inner .breadcrumbs .sep {
  display: none;
}
body.single-home > header .header-content:not(.no-image) .header-content-inner .breadcrumbs span.current-item {
  display: inline-block;
  height: 0;
  overflow: hidden;
  width: 0;
}
body.single-home > header .header-content:not(.no-image) .header-right {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 860px) {
  body.single-home > header .header-content:not(.no-image) .header-right {
    color: var(--white);
    max-width: 543px;
    width: 45%;
  }
}
@media (max-width: 859px) {
  body.single-home > header .header-content:not(.no-image) .header-right {
    padding: 0 30px 40px;
  }
}
@media (max-width: 599px) {
  body.single-home > header .header-content:not(.no-image) .header-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.single-home #content .article-text-block {
  max-width: 1350px;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  padding: 0 30px;
  width: 100vw;
}
@media (min-width: 1350px) {
  body.single-home #content .article-text-block {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
body.single-home #content .article-text-block:first-child {
  margin-top: 120px;
}
@media (max-width: 1023px) {
  body.single-home #content .article-text-block:first-child {
    margin-top: 100px;
  }
}
@media (max-width: 859px) {
  body.single-home #content .article-text-block:first-child {
    margin-top: 60px;
  }
}
body.single-home #content .article-text-block .acf-block-inner {
  max-width: 650px;
}/*# sourceMappingURL=single-home.css.map */