.investment-slider {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .investment-slider {
    flex-direction: column;
    align-items: stretch;
  }
}
.investment-slider .investment-video {
  flex: 0 0 60%;
  height: 500px;
  position: relative;
  border-radius: 6px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .investment-slider .investment-video {
    flex: none;
    width: 100%;
    height: 260px;
  }
}
.investment-slider .investment-video:hover .play-button {
  background: #0F2F5A !important;
}
.investment-slider .investment-video:after {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  display: block;
  position: absolute;
  margin: auto;
  inset: 0;
  border-radius: 6px;
}
.investment-slider .investment-video .video-placeholder {
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 6px;
}
.investment-slider .investment-video .video-placeholder .play {
  position: absolute;
  bottom: 20%;
  left: 8%;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.investment-slider .investment-video .video-placeholder .play span {
  color: white;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  font-family: var(--wp--preset--font-family--secondary);
}
.investment-slider .investment-video .video-placeholder .play .play-button {
  border-radius: 50%;
  width: 47px;
  height: 47px;
  position: relative;
  text-decoration: none;
  background: #14A38B;
  transition: background ease-in-out 0.25s;
}
.investment-slider .investment-video .video-placeholder .play .play-button svg {
  position: absolute;
  left: 40%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.investment-slider .investment-card {
  padding: 2rem;
  border-radius: 6px;
  background: linear-gradient(153deg, rgba(255, 255, 255, 0.99) 17.81%, rgba(228, 229, 236, 0.99) 85.42%);
  flex: 0 0 60%;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 920px;
  z-index: 9;
}
@media (min-width: 1024px) {
  .investment-slider .investment-card {
    padding: 3rem 5rem;
  }
}
@media (max-width: 1023px) {
  .investment-slider .investment-card {
    position: relative;
    right: auto;
    width: 100%;
    max-width: none;
    margin-top: -20px;
  }
}
.investment-slider .investment-card .investment-card-content .investment-intro {
  font-size: var(--wp--preset--font-size--font-21);
  color: #0F2F5A;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .investment-slider .investment-card .investment-card-content .investment-intro {
    margin-bottom: 2rem;
  }
}
.investment-slider .investment-card .investment-card-content hr {
  background: rgba(130, 156, 186, 0.25);
  height: 1px;
}
.investment-slider .investment-card .investment-card-content .investment-stat-grid {
  display: flex;
  margin: 1rem 0;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .investment-slider .investment-card .investment-card-content .investment-stat-grid {
    align-items: center;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .investment-slider .investment-card .investment-card-content .investment-stat-grid {
    flex-direction: row;
  }
}
.investment-slider .investment-card .investment-card-content .investment-stat-grid .stat-num {
  font-size: var(--wp--preset--font-size--font-52);
  line-height: 1.1;
  font-weight: 200;
  color: #14A38B;
}
.investment-slider .investment-card .investment-card-content .investment-stat-grid .stat-meta .title {
  text-transform: uppercase;
  color: #0F2F5A;
}
.investment-slider .investment-card .investment-card-content .investment-stat-grid .stat-meta p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.investment-slider .investment-card .investment-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5rem;
}
@media (max-width: 1023px) {
  .investment-slider .investment-card .investment-card-footer {
    flex-direction: column-reverse;
    gap: 2rem;
    margin-top: 2.5rem;
  }
}
.investment-slider .investment-card .investment-card-footer .wp-block-button {
  z-index: 99;
  position: relative;
}
.investment-slider .swiper-pagination {
  position: relative;
  text-align: right;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.investment-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  display: inline-block;
  border-radius: 6px;
  background: #cbd5e1;
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.investment-slider .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: #0F2F5A;
}/*# sourceMappingURL=block-investment-slider.css.map */