.posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 1023.98px) {
  .posts {
    gap: 32px;
  }
}
.posts .post-item {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  width: calc(33.3333333333% - 22px);
  border-radius: 8px;
  position: relative;
  overflow: visible !important;
  border-top: 0px;
  background-color: transparent;
  text-decoration: none !important;
}
@media (max-width: 1023.98px) {
  .posts .post-item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 659px) {
  .posts .post-item {
    width: 100%;
  }
}
.posts .post-item * {
  text-decoration: none !important;
}
.posts .post-item > a {
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  background-color: var(--wp--preset--color--custom-white);
  border-top: 4px solid var(--wp--preset--color--custom-mint);
}
.posts .post-item > a figure {
  margin: 0px;
  line-height: 0px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.posts .post-item > a figure img {
  width: 100%;
  aspect-ratio: 104/69;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.5s ease-in-out;
  transform: scale(1.01);
  transform-origin: center center;
}
.posts .post-item > a:after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 100%;
  height: 0px;
  left: 0px;
  right: 0px;
}
.posts .post-item:hover > a {
  transform: translatey(-6px);
  box-shadow: 0px -2px 0px var(--wp--preset--color--custom-mint);
}
.posts .post-item:hover > a:after {
  height: 6px;
}
.posts .post-item:hover > a figure img {
  transform: scale(1.05);
  transition: all 0.6s ease-in-out;
}
.posts .post-item a:not(.btn) {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  height: 100%;
}
.posts .post-item .category {
  color: var(--wp--preset--color--custom-white);
  display: flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 58px;
  background: var(--wp--preset--color--custom-petrol);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.posts .post-item .post-content {
  padding: 48px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 24px;
}
.posts .post-item .post-content h4 {
  margin: 0px;
}
.posts .post-item .post-content h5 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.posts .post-item .post-content p {
  margin: 0px;
}
.posts .post-item .post-content .btn {
  margin-top: 32px;
}
.posts .post-item.isvideo a p {
  color: var(--wp--preset--color--custom-black);
}
.posts .post-item.isvideo figure {
  position: relative;
}
.posts .post-item.isvideo figure:after {
  content: "";
  height: 64px;
  width: 64px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  display: block;
  position: absolute;
  background-image: url(/wp-content/themes/fw/assets/img/play3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.teasers .wp-block-columns {
  margin-bottom: 0px;
}
.teasers .wp-block-columns .wp-block-column {
  flex: 1;
  display: flex;
}
.teasers .wp-block-columns .wp-block-column h3 {
  margin: 0px;
}
.teasers .wp-block-columns .wp-block-column:nth-child(1) {
  flex-basis: 66%;
}
.teasers .wp-block-columns .wp-block-column:nth-child(2) {
  flex-basis: 33%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 1023.98px) {
  .teasers .wp-block-columns .wp-block-column:nth-child(2) {
    justify-content: flex-start;
  }
}
.teasers .wp-block-columns.layout2 {
  justify-content: center;
}
.teasers .wp-block-columns.layout2 .wp-block-column:nth-child(1) {
  max-width: 1088px;
  flex-basis: 100%;
}
.teasers .wp-block-columns.layout2 .wp-block-column:nth-child(2) {
  display: none;
}
@media (min-width: 1024px) {
  .teasers.twocol {
    justify-content: center;
  }
  .teasers.twocol .post-item:nth-child(2n+1) {
    margin-left: 10px;
  }
  .teasers.twocol .post-item:nth-child(2n) {
    margin-right: 10px;
  }
}
.teasers h4 {
  flex-grow: 1;
}
.teasers .mec-event-date {
  margin: -16px 0px 0px 0px !important;
}
@media (max-width: 1400px) {
  .teasers .swiper h4 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

.post-wrapper:not(.swiper-wrapper) {
  margin-top: var(--teaser-space-top);
}
@media (max-width: 1023.98px) {
  .post-wrapper:not(.swiper-wrapper) {
    margin-top: 0px;
  }
}

.post-wrapper.posts:not(.swiper-wrapper) {
  margin-top: var(--teaser-space-bottom);
  margin-bottom: var(--teaser-space-bottom);
}

.post-wrapper.swiper-wrapper {
  gap: 0px;
  justify-content: flex-start;
  display: grid !important;
  grid-auto-flow: column;
  align-items: stretch !important;
  margin-top: var(--teaser-space-bottom);
  margin-bottom: var(--teaser-space-bottom);
}
.post-wrapper.swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  flex-grow: 1;
}
.post-wrapper.swiper-wrapper .swiper-slide a {
  height: 100%;
}

.teasers .swiper-controls {
  display: flex;
  justify-content: flex-end;
}
.teasers .swiper-controls > div {
  position: static !important;
}
.teasers .swiper-controls .swiper-pagination {
  width: auto;
}
.teasers .swiper-controls .swiper-button-prev,
.teasers .swiper-controls .swiper-button-next {
  flex-shrink: 0;
}
.teasers .swiper-button-prev {
  margin-right: 16px;
  margin-top: 0px;
}
.teasers .swiper-button-next {
  margin-top: 0px;
}
.teasers .swiper-pagination {
  margin-right: 32px;
}/*# sourceMappingURL=teasers.css.map */