.frontpage-hero {
  max-width: 1280px;
  display: flex;
  background-size: cover;
  align-content: flex-end;
  border-radius: 9px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .frontpage-hero {
    min-height: 400px;
    max-height: 400px;
    margin-bottom: 2em;
  }
}
.frontpage-hero .pt-box-wrapper {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -60px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .frontpage-hero .pt-box-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .frontpage-hero .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
  }
}
.frontpage-hero .background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 9px;
}
.frontpage-hero a.pt-box {
  max-height: 200px;
  flex: 1;
  margin: 0.3125em;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 31px 1em 1em 1em;
  background-color: var(--ast-global-color-4);
}
@media (min-width: 1240px) {
  .frontpage-hero a.pt-box:first-child {
    margin-left: 0;
  }
  .frontpage-hero a.pt-box:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .frontpage-hero a.pt-box {
    margin: 0;
    padding-top: 1em;
  }
}
.frontpage-hero a.pt-box .category-pt {
  height: 76px;
  width: 100%;
  border-radius: 9px;
  color: var(--ast-global-color-7);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.frontpage-hero a.pt-box .category-pt span.archive-name {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.frontpage-hero a.pt-box .category-pt span.archive-name img {
  padding: 0.5em;
}
.frontpage-hero a.pt-box .category-pt span.archive-name h4 {
  font-size: 1em;
  text-transform: capitalize;
}
.frontpage-hero a.pt-box:hover {
  background: var(--ast-global-color-1);
}
.frontpage-hero a.pt-box:hover h4 {
  color: var(--ast-global-color-5);
}
.frontpage-hero a.pt-box:hover img {
  flex: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.simple-text-section-wrapper .text p {
  font-size: 18px;
  line-height: 1.52;
}
.simple-text-section-wrapper .btn-group br {
  display: none;
}

.current-filter-config {
  display: none;
}

/*# sourceMappingURL=frontpage-hero.css.map */
