.posts-filter .filter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  background: #F0F1F8;
  border: 1px solid rgba(178, 178, 178, 0.5);
  margin: 0 0 4rem 0;
  padding: 2rem;
  border-radius: 6px;
}
@media (min-width: 782px) {
  .posts-filter .filter {
    flex-direction: row;
  }
  .posts-filter .filter .facetwp-type-search {
    margin-left: auto !important;
  }
}
@media (min-width: 1250px) {
  .posts-filter .filter .facetwp-type-search {
    width: calc(33.33% - 30px);
  }
  .posts-filter .filter .facetwp-type-dropdown {
    min-width: 300px;
  }
}
.posts-filter .facetwp-counter {
  display: none;
}
.posts-filter .facetwp-facet.is-loading {
  opacity: 1;
}

.facetwp-facet {
  margin: 0 !important;
  position: relative;
}
.facetwp-facet.facetwp-type-dropdown {
  position: relative;
}
.facetwp-facet.facetwp-type-dropdown:after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' fill='none'%3E%3Cpath stroke='%2314A38B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M11 1 6.022 6.078 1 1'/%3E%3Cpath stroke='%2314A38B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m11 5-4.978 5.078L1 5'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5px);
  right: 1.5rem;
  transition: transform 0.25s ease-in-out;
}
.facetwp-facet.facetwp-type-dropdown:focus, .facetwp-facet.facetwp-type-dropdown:hover {
  cursor: pointer;
}
.facetwp-facet.facetwp-type-dropdown:focus:after, .facetwp-facet.facetwp-type-dropdown:hover:after {
  transform: scaleY(-1);
}
.facetwp-facet select {
  width: 100%;
  min-width: 150px;
  height: 50px;
  font-size: 1.7rem;
  line-height: 36px;
  padding: 0.5rem 1.2rem;
  border: 1px solid #B2B2B2;
  position: relative;
  transition: border 0.25s ease-in-out;
  border-radius: 6px;
  background: white;
  color: #0F2F5A;
}
.facetwp-facet select:focus, .facetwp-facet select:active {
  outline: none;
}
.facetwp-facet .facetwp-input-wrap {
  width: 100%;
}
.facetwp-facet .facetwp-input-wrap .facetwp-icon {
  display: none;
}
.facetwp-facet input {
  width: 100%;
  min-width: 120px;
  height: 50px;
  font-size: 1.7rem;
  line-height: 36px;
  padding: 0.5rem 1.2rem;
  border: 1px solid #B2B2B2;
  transition: border 0.25s ease-in-out;
}
.facetwp-facet input.facetwp-search {
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%2314A38B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m15.043 15.253-3.378-3.378m0 0a6.223 6.223 0 1 0-8.8-8.8 6.223 6.223 0 0 0 8.8 8.8Z'/%3E%3C/svg%3E");
  background-position: calc(100% - 1.2rem) 50%;
  background-repeat: no-repeat;
  border-radius: 6px;
  background-color: white;
}
.facetwp-facet input:focus, .facetwp-facet input:active {
  outline: none;
}

.facetwp-facet-reset {
  text-align: center;
  display: none !important;
}

.facetwp-reset {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 2.5rem;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  background: #2B5A91;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.facetwp-reset:after {
  content: "";
  background-color: white;
  -webkit-mask: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.600006 0.600098L5.67761 5.57792L0.600006 10.6001" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.67764 0.600098L10.7552 5.57792L5.67764 10.6001" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.600006 0.600098L5.67761 5.57792L0.600006 10.6001" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.67764 0.600098L10.7552 5.57792L5.67764 10.6001" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 13px;
  height: 13px;
  margin-left: 15px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
  opacity: 0.8;
}
.facetwp-reset:hover, .facetwp-reset:active, .facetwp-reset:focus {
  color: #fff;
  background: #14A38B;
}
.facetwp-reset:hover:after, .facetwp-reset:active:after, .facetwp-reset:focus:after {
  transform: translateX(6px);
  opacity: 1;
  filter: blur(0.5px);
}
.facetwp-reset {
  padding: 1.2rem 2rem;
}
.facetwp-reset:after {
  display: none;
}

.facetwp-type-pager {
  text-align: center;
  margin: var(--wp--preset--spacing--l) 0 var(--wp--preset--spacing--normal) 0 !important;
}

.facetwp-load-more {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1.5rem 2.5rem;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  background: #2B5A91;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.facetwp-load-more:after {
  content: "";
  background-color: white;
  -webkit-mask: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.600006 0.600098L5.67761 5.57792L0.600006 10.6001" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.67764 0.600098L10.7552 5.57792L5.67764 10.6001" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.600006 0.600098L5.67761 5.57792L0.600006 10.6001" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.67764 0.600098L10.7552 5.57792L5.67764 10.6001" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 13px;
  height: 13px;
  margin-left: 15px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
  opacity: 0.8;
}
.facetwp-load-more:hover, .facetwp-load-more:active, .facetwp-load-more:focus {
  color: #fff;
  background: #14A38B;
}
.facetwp-load-more:hover:after, .facetwp-load-more:active:after, .facetwp-load-more:focus:after {
  transform: translateX(6px);
  opacity: 1;
  filter: blur(0.5px);
}
.facetwp-load-more:after {
  transform: rotate(90deg);
}
.facetwp-load-more.facetwp-hidden {
  display: none;
}

.facetwp-template {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .facetwp-template {
    gap: 30px;
  }
  .facetwp-template .excerpt {
    width: calc(50% - 15px);
    margin: 0;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .facetwp-template .excerpt {
    width: calc(33.33% - 20px);
    margin: 0;
  }
}/*# sourceMappingURL=block-posts-filter.css.map */