:root {
  --wp--preset--color---primary: $primary;
  --wp--preset--color---secondary: $secondary;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---black-pure: $black-pure;
  --font-default: 'Brother 1816', calibri, sans-serif;
  --font-alt: 'Brother 1816 Printed', calibri, sans-serif;
  --font-size-default: 18px;
  --font-weight-default: 300;
  --line-height-default: 1.333;
}

body {
  --wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-featured {
  margin-top: 32px;
}
.wp-block-acf-featured .filters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  gap: 0.6rem;
}
@media (max-width: 1160px) {
  .wp-block-acf-featured .filters {
    justify-content: space-evenly;
  }
}
.wp-block-acf-featured .articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.wp-block-acf-featured .articles.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wp-block-acf-featured .articles.featureddocument {
  display: block;
}
.wp-block-acf-featured .articles {
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
}
@media (max-width: 768px) {
  .wp-block-acf-featured .articles {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 32px;
  }
}
.wp-block-acf-featured .articles.style1 a {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.wp-block-acf-featured .articles.style1 a .article__image {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  padding-bottom: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
  height: 249px;
  width: 100%;
  max-width: calc(100vw - 10.6666666667px);
}
.wp-block-acf-featured .articles.style1 a .article__image > img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
  left: 0px;
}
.wp-block-acf-featured .articles.style1 a .article__image.overlay:before {
  border-radius: 0 0 0 16px;
}
.wp-block-acf-featured .articles.style1 a .article__body {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 16px 16px 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-acf-featured .articles.style1 a .article__body h3 {
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
  letter-spacing: -0.5px;
  text-align: center;
  text-transform: none;
}
.wp-block-acf-featured .articles.style1 a .article__body p {
  color: white;
  line-height: 1.6;
  text-align: center;
}
.wp-block-acf-featured .articles.style1 a .article__body .btn {
  color: white;
  border-color: white;
  border-width: 2px;
  font-weight: 700;
  margin: auto;
  margin-bottom: 32px;
  transition: all 0.4s;
}
.wp-block-acf-featured .articles.style1 a .article__body:hover {
  box-shadow: none;
}
.wp-block-acf-featured .articles.style1 a .article__body:hover .article__image::before {
  content: " ";
}
.wp-block-acf-featured .articles.style1 a .article__body:hover .article__body h3,
.wp-block-acf-featured .articles.style1 a .article__body:hover .article__body .kicker {
  color: white !important;
  text-shadow: 0 0 6px var(--wp--preset--color---primary);
}
.wp-block-acf-featured .articles.style1 a:hover {
  text-decoration: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
}
.wp-block-acf-featured .articles.style1 a:hover .article__image > img {
  transform: scale(1.1);
  left: -24px;
}
.wp-block-acf-featured .articles.style1 a:hover h3 {
  color: var(--wp--preset--color---primary) !important;
}
.wp-block-acf-featured .articles.style1 a:hover .btn {
  opacity: 1;
  background-color: white !important;
  border-color: var(--wp--preset--color---primary) !important;
  color: var(--wp--preset--color---primary) !important;
}
.wp-block-acf-featured .articles.style2 .article a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 32px;
  transition: all 0.8s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-featured .articles.style2 .article a {
    gap: 8px;
    padding-bottom: 16px;
  }
}
.wp-block-acf-featured .articles.style2 .article a .article__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  transition: all 0.8s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  max-width: calc((100vw - 32px) / 3);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-featured .articles.style2 .article a .article__image {
    max-width: 100vw;
  }
}
.wp-block-acf-featured .articles.style2 .article a .article__image > img {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
}
.wp-block-acf-featured .articles.style2 .article a .article__body {
  position: relative;
  color: var(--wp--preset--color---primary);
  height: auto;
}
.wp-block-acf-featured .articles.style2 .article a .article__body h2 {
  color: var(--wp--preset--color---primary);
  text-shadow: none;
  font-size: 32px;
  text-transform: none;
  text-align: left;
  line-height: 1.33;
}
.wp-block-acf-featured .articles.style2 .article a:hover {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin-bottom: 38px;
}
.wp-block-acf-featured .articles.style2 .article a:hover .article__image > img {
  transform: scale(1.3);
}
.wp-block-acf-featured .articles.style2 .article a:hover h2 {
  color: var(--wp--preset--color---primary);
}
.wp-block-acf-featured .articles.style3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
.wp-block-acf-featured .articles.style3 .article {
  background-color: white;
  border-radius: 8px;
}
.wp-block-acf-featured .articles.style3 .article:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.01);
}
.wp-block-acf-featured .articles.style3 .article a {
  color: var(--wp--preset--color---primary);
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  opacity: 1;
  transition: all 0.8s;
  flex-direction: row;
  width: 100%;
  height: auto;
  min-height: auto;
  text-decoration: none !important;
  padding: 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-featured .articles.style3 .article a {
    flex-direction: column;
  }
}
.wp-block-acf-featured .articles.style3 .article a .article__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  transition: all 0.8s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 136px;
  max-width: 136px;
}
.wp-block-acf-featured .articles.style3 .article a .article__image > img {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
}
.wp-block-acf-featured .articles.style3 .article a .article__body {
  flex-grow: 1;
  position: relative;
  justify-content: space-between;
  color: var(--wp--preset--color---primary);
  height: auto;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .wp-block-acf-featured .articles.style3 .article a .article__body {
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-featured .articles.style3 .article a .article__body {
    flex-direction: column;
  }
}
.wp-block-acf-featured .articles.style3 .article a .article__body .flex.column::last-of-type() {
  justify-content: flex-end;
  align-items: flex-end;
  row-gap: 16px;
}
.wp-block-acf-featured .articles.style3 .article a .article__body .tagwrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
}
.wp-block-acf-featured .articles.style3 .article a .article__body .title-text {
  padding-left: 1rem;
  display: grid;
  grid-template-columns: 7fr 13em;
  gap: 16px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-featured .articles.style3 .article a .article__body .title-text {
    grid-template-columns: 1fr;
  }
  .wp-block-acf-featured .articles.style3 .article a .article__body .title-text div:nth-child(1) {
    grid-row: 2;
  }
  .wp-block-acf-featured .articles.style3 .article a .article__body .title-text div:nth-child(2) {
    grid-row: 1;
  }
}
.wp-block-acf-featured .articles.style3 .article a .article__body .title-text .article__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-acf-featured .articles.style3 .article a .article__body .title-text .date {
  font-family: "Brother 1816", calibri, sans-serif;
  width: 10em;
  font-size: 28px;
  color: #143441;
}
.wp-block-acf-featured .articles.style3 .article a .article__body .link-button {
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .wp-block-acf-featured .articles.style3 .article a .article__body .link-button {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.wp-block-acf-featured .articles.style3 .article a .article__body h3 {
  color: var(--wp--preset--color---primary);
  text-decoration: none !important;
  text-align: left;
  font-size: 28px;
}
@media (max-width: 1024px) {
  .wp-block-acf-featured .articles.style3 .article a .article__body h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-featured .articles.style3 .article a .article__body h3 {
    font-size: 24px;
  }
}
.wp-block-acf-featured .articles.style3 .article a .article__body p {
  color: var(--wp--preset--color---primary);
  text-shadow: none;
  text-align: left;
  text-decoration: none !important;
}
.wp-block-acf-featured .articles.style3 .article a .article__body .btn.linearrow,
.wp-block-acf-featured .articles.style3 .article a .article__body .btn {
  position: relative;
  transition: all 0.8s;
  padding-left: 32px;
}
.wp-block-acf-featured .articles.style3 .article a .article__body .btn.linearrow.circlearrow,
.wp-block-acf-featured .articles.style3 .article a .article__body .btn.circlearrow {
  border: none !important;
  margin: 0 !important;
  justify-content: flex-end;
  align-self: flex-end;
}
.wp-block-acf-featured .articles.style3 .article:hover {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}
.wp-block-acf-featured .articles.style3 .article:hover .article__image > img {
  transform: scale(1.3);
}
.wp-block-acf-featured .articles.style3 .article:hover h3 {
  color: var(--wp--preset--color---primary);
}
.wp-block-acf-featured .resultsqty .kicker {
  color: var(--wp--preset--color---primary);
}
.wp-block-acf-featured .pager {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  color: var(--wp--preset--color---primary);
}
.wp-block-acf-featured .pager.numbers {
  font-size: 0.875rem;
  color: white !important;
}
.wp-block-acf-featured .pager.numbers .facetwp-pager {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.wp-block-acf-featured .pager.numbers .facetwp-pager .facetwp-page {
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--wp--preset--color---primary);
  color: var(--wp--preset--color---primary);
  margin-right: 0;
  transition: all 0.4s;
}
.wp-block-acf-featured .pager.numbers .facetwp-pager .facetwp-page.active {
  background-color: var(--wp--preset--color---primary);
  color: white !important;
}
.wp-block-acf-featured .pager.numbers .facetwp-pager .facetwp-page:hover {
  background-color: var(--wp--preset--color---primary);
  color: white !important;
  text-decoration: none;
}
.wp-block-acf-ogtrta.featureddocument > .shell-skinny {
  max-width: 1280px !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wp-block-acf-ogtrta.featureddocument > .shell-skinny {
    padding-inline: 1rem;
  }
}

.featured-document-card {
  position: relative;
  width: 100%;
  height: 720px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .featured-document-card {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .featured-document-card {
    height: 500px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-document-card {
    height: 400px;
  }
}

.featured-document-card__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.featured-document-card__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.featured-document-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.featured-document-card__gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 333px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #143441 100%);
}
@media (max-width: 1024px) {
  .featured-document-card__gradient {
    height: 280px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-document-card__gradient {
    height: 220px;
  }
}

.featured-document-card__content-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.featured-document-card__content {
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1024px) {
  .featured-document-card__content {
    padding: 24px;
    gap: 24px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-document-card__content {
    padding: 16px;
    gap: 16px;
  }
}

.featured-document-card__text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.featured-document-card__title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.featured-document-card__title {
  flex-grow: 1;
  font-family: "Brother 1816 Printed", sans-serif;
  font-weight: 350;
  font-size: 36px;
  line-height: 1.3;
  color: #8FD9FF;
  margin: 0;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .featured-document-card__title {
    font-size: 30px;
  }
}

.featured-document-card__arrow-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-document-card__arrow-icon svg {
  width: 100%;
  height: 100%;
}

.featured-document-card__excerpt {
  font-family: "Brother 1816", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #FEFFFE;
  margin: 0;
}
@media (max-width: 1024px) {
  .featured-document-card__excerpt {
    font-size: 16px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-document-card__excerpt {
    font-size: 14px;
  }
}

.featured-document-card__meta-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-document-card__meta-row {
    flex-direction: column;
    gap: 16px;
  }
}

.featured-document-card__author-section {
  display: none;
  flex-direction: column;
  gap: 8px;
  min-width: 256px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-document-card__author-section {
    min-width: auto;
  }
}

.featured-document-card__author-label {
  font-family: "Brother 1816", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #FEFFFE;
  margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .featured-document-card__author-label {
    font-size: 16px;
  }
}

.featured-document-card__author-date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.featured-document-card__date {
  font-family: "Brother 1816", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #FEFFFE;
}

.featured-document-card__categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.featured-document-card__category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  height: 25px;
  background: #8FD9FF;
  border-radius: 16px;
  font-family: "Brother 1816", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #143441;
  text-align: center;
}

.featured-document-card__link:hover .featured-document-card__title {
  color: #FEFFFE;
}
