@keyframes card-translate {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-node-type-home-page .content-showcase .swiper-slide:nth-child(1) {
  animation-delay: 0.25s !important;
}

.page-node-type-home-page .content-showcase .swiper-slide:nth-child(2) {
  animation-delay: 0.5s !important;
}

.page-node-type-home-page .content-showcase .swiper-slide:nth-child(3) {
  animation-delay: 0.75s !important;
}

.page-node-type-home-page .content-showcase .swiper-slide:nth-child(4) {
  animation-delay: 1s !important;
}

.page-node-type-home-page .content-showcase .swiper-slide:nth-child(5) {
  animation-delay: 1.25s !important;
}

.page-node-type-home-page .content-showcase .swiper-slide:nth-child(6) {
  animation-delay: 1.5s !important;
}

.page-node-type-home-page .content-showcase .swiper-slide:nth-child(7) {
  animation-delay: 1.75s !important;
}

.page-node-type-home-page .content-showcase .swiper-slide:nth-child(8) {
  animation-delay: 2s !important;
}

.page-node-type-home-page .content-showcase .swiper-slide:nth-child(9) {
  animation-delay: 2.25s !important;
}

.tags {
  bottom: 40px;
  left: 30px;
  position: absolute;
}
.tags .tag {
  color: #7E756D;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-right: 15px;
  white-space: nowrap;
}
.tags .tag:before {
  color: #F91E26;
  content: "\f15c";
  display: inline-block;
  font-family: icons !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  padding-right: 5px;
  text-transform: none;
  vertical-align: middle;
}

.card--no-image .tags .tag {
  color: #ffffff;
}

.content-showcase {
  margin-top: 100px;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 767.98px) {
  .content-showcase {
    margin-top: 0;
  }
}
.content-showcase-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .content-showcase-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .content-showcase-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .content-showcase-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .content-showcase-container {
    max-width: 1200px;
  }
}
@media (max-width: 767.98px) {
  .content-showcase-container {
    margin: 0 0 30px;
  }
}
@media (max-device-width: 860px) and (orientation: landscape) {
  .content-showcase-container {
    max-width: 100%;
  }
}
.page-node-type-home-page .content-showcase-container {
  opacity: 0;
}
.page-node-type-home-page .content-showcase-container .swiper-slide {
  opacity: 0;
}
.page-node-type-home-page .content-showcase-container.animate {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-node-type-home-page .content-showcase-container.animate .swiper-slide {
  animation: card-translate 0.5s ease 1s forwards;
}
.content-showcase-container .widget__footer {
  position: relative;
  z-index: 10;
}
.content-showcase-hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .content-showcase .swiper {
    overflow: hidden;
    margin-top: -90px;
    padding-top: 90px;
  }
}
.content-showcase .swiper-wrapper {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
@media (max-width: 991.98px) {
  .content-showcase .swiper-wrapper {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .content-showcase .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 0;
  }
}
@media (max-device-width: 860px) and (orientation: landscape) {
  .content-showcase .swiper-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-showcase .swiper-slide {
  position: relative;
  width: 100% !important;
}
.content-showcase .swiper-slide:nth-child(3n+2) {
  top: -100px;
}
@media (max-width: 991.98px) {
  .content-showcase .swiper-slide:nth-child(3n+2) {
    top: auto;
  }
  .content-showcase .swiper-slide:nth-child(2n+2) {
    top: -100px;
  }
}
@media (max-width: 767.98px) {
  .content-showcase .swiper-slide:nth-child(n) {
    top: auto;
  }
  .content-showcase .swiper-slide.is-featured {
    order: -1;
  }
}
@media (max-device-width: 860px) and (orientation: landscape) {
  .content-showcase .swiper-slide {
    width: 100% !important;
  }
}
.content-showcase .swiper--pagination {
  align-items: center;
  justify-content: center;
  display: none;
  gap: 5px;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .content-showcase .swiper--pagination {
    display: flex;
  }
}
.content-showcase .swiper--pagination button {
  font-size: 18.66px;
  font-weight: 700;
  border-radius: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  padding: 13px 21px;
  align-items: flex-start;
  border: none;
  transition: all 0.33s ease;
  transition-delay: 0;
  background: none;
  border: none;
  display: block;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  line-height: 0;
  background-color: #C4BFB6;
  padding: 0;
}
.content-showcase .swiper--pagination button.active {
  display: block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  line-height: 0;
  background-color: #F91E26;
}
.content-showcase .card {
  aspect-ratio: 0.75;
  top: auto;
  height: auto;
  max-width: unset;
}
.content-showcase .card .card-title {
  letter-spacing: unset;
}
.content-showcase .card .tags {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: auto;
  padding-top: 20px;
}
.content-showcase .card.bg-color-set.card--image:after {
  content: none;
}
.content-showcase .card.bg-color-set.card--image:before {
  content: none;
}
.content-showcase .card.bg-color-set.card--image .card-body {
  background-color: #ffffff;
  padding-top: 0;
}
.content-showcase .card.bg-color-set.card--image .card-body .date {
  color: #7E756D;
  font-weight: 400;
}
.content-showcase .card.bg-color-set.card--image .card-body .card-title {
  color: #13294B;
  margin-bottom: 1rem;
  margin-top: 0;
}
.content-showcase .card.questions-card {
  background-color: #13294B;
  color: #ffffff;
  overflow: visible;
}
.content-showcase .card.questions-card .card-body {
  gap: 30px;
  padding-top: 100px;
}
.content-showcase .card.questions-card .card-body .card-title, .content-showcase .card.questions-card .card-body h6 {
  margin: 0;
}
.content-showcase .card.questions-card .background-image {
  left: 0;
  top: -180px;
  position: absolute;
  width: 100%;
}
.content-showcase .card.questions-card h6 {
  color: #ffffff;
  font-weight: 400;
}
.content-showcase .card.questions-card h2.card-title {
  letter-spacing: unset;
  margin: 15px 0;
}
.content-showcase .card.questions-card h2.card-title a {
  color: #ffffff;
}
.content-showcase .card.questions-card a.more-link {
  color: #ffffff;
  margin-top: 25px;
  text-decoration: underline;
  text-decoration-line: underline;
  text-underline-offset: 7px;
}
.content-showcase .card figure {
  height: 100%;
  position: relative;
  width: 100%;
  height: 300px;
}
.content-showcase .card figure video,
.content-showcase .card figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
@media (max-width: 991.98px) {
  .content-showcase .card figure {
    height: 200px;
  }
}
@media (max-width: 767.98px) {
  .content-showcase .widget__footer {
    margin-top: 30px;
  }
}
@media (max-device-width: 860px) and (orientation: landscape) {
  .content-showcase .widget__footer {
    margin-top: 30px;
  }
}
.content-showcase--title-center .content-showcase-title {
  margin-top: 0;
  text-align: center;
}
/*# sourceMappingURL=content-showcase.css.map */