.spotlight-video {
  margin-top: 0;
}
.spotlight-video .spotlight-slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem;
  align-items: start;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 550px) {
  .spotlight-video .spotlight-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 880px) {
  .spotlight-video .spotlight-slider {
    grid-template-columns: repeat(3, 1fr);
  }
}
.spotlight-video .spotlight-slider .swiper-wrapper .swiper-slide {
  margin-bottom: 4rem;
  position: relative;
}
.spotlight-video .spotlight-slider .swiper-slide:hover .video-icon:before {
  transform: scale(1.1);
}
.spotlight-video .spotlight-slider .swiper-slide .slide-content .slide-image {
  overflow: hidden;
  margin-bottom: 0;
  height: 25rem;
  position: relative;
}
.spotlight-video .spotlight-slider .swiper-slide .slide-content .slide-image .video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.spotlight-video .spotlight-slider .swiper-slide .slide-content .slide-image .video-controls .video-icon {
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
}
.spotlight-video .spotlight-slider .swiper-slide .slide-content .slide-image .video-controls .video-icon::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='60' height='60' fill='none' xmlns='http://www.w3.org/2000/svg'><foreignObject x='-6' y='-6.002' width='72' height='72'><div xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(3px);clip-path:url(%23a);height:100%;width:100%'/></foreignObject><circle data-figma-bg-blur-radius='6' cx='30' cy='29.998' r='29.25' stroke='%23fff' stroke-width='1.5'/><path d='m27.75 23.248 10.5 6.75-10.5 6.75v-13.5Z' fill='%23fff' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><defs><clipPath id='a' transform='translate(6 6.002)'><circle cx='30' cy='29.998' r='29.25'/></clipPath></defs></svg>");
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position: center;
  margin: 0 auto 2.4rem auto;
  transition: transform 0.4s;
}
.spotlight-video .spotlight-slider .swiper-slide .slide-content .slide-image .video-controls p {
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
}
.spotlight-video .spotlight-slider .swiper-slide .slide-content .slide-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0;
  left: 0;
}
.spotlight-video .spotlight-slider .swiper-slide .slide-content .slide-image img {
  width: 100%;
  height: 25rem;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.spotlight-video .spotlight-slider .swiper-slide .slide-content .slide-text {
  padding: 3.2rem;
  background: #fff;
  overflow: hidden;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  min-height: 19.6rem;
}
.spotlight-video .spotlight-slider .swiper-slide .slide-content .slide-text p.post-date {
  margin-bottom: 8px;
  font-size: var(--wp--preset--font-size--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #010035;
}
.spotlight-video .spotlight-slider .swiper-slide .slide-content .slide-text h4 {
  color: #010035;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-size: var(--wp--preset--font-size--font-24);
  margin: 0 !important;
}

.spotlight-slider-navigation {
  width: 100%;
  height: 10rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 4rem;
  position: relative;
}
.spotlight-slider-navigation #spotlight-pagination {
  position: relative;
  text-align: left;
  transform: translateY(10px);
}
.spotlight-slider-navigation #spotlight-pagination .swiper-pagination-bullet {
  background: white !important;
  transition: all 0.4s;
}
.spotlight-slider-navigation #spotlight-pagination .swiper-pagination-bullet-active {
  width: 3.4rem;
  border-radius: 4px;
}
.spotlight-slider-navigation .spotlight-slider-arrows {
  position: absolute;
  right: 0;
  top: 4rem;
  height: 4rem;
}
.spotlight-slider-navigation .spotlight-slider-arrows div {
  cursor: pointer;
}
.spotlight-slider-navigation .spotlight-slider-arrows #spotlight-slider-prev {
  left: unset;
  right: 5rem;
  position: absolute;
}
.spotlight-slider-navigation .spotlight-slider-arrows #spotlight-slider-prev::after {
  content: "";
  content: "";
  display: block;
  min-width: 40px;
  min-height: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg width='40' height='41' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='20' cy='20.314' r='19' stroke='%23fff' stroke-width='2'/><path d='M13.867 19.918h11.667M19.703 14.086l5.834 5.833-5.834 5.834' stroke='%23fff' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  transform: rotate(-180deg);
  transition: all 0.25s ease-in-out;
}
.spotlight-slider-navigation .spotlight-slider-arrows #spotlight-slider-prev:hover:after {
  background-image: url('data:image/svg+xml,<svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20.3145" r="19" fill="white" stroke="white" stroke-width="2"/><path d="M13.8691 19.918H25.5358" stroke="%23010035" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.7031 14.0859L25.5365 19.9193L19.7031 25.7526" stroke="%23010035" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.spotlight-slider-navigation .spotlight-slider-arrows #spotlight-slider-next::after {
  content: "";
  content: "";
  display: block;
  min-width: 40px;
  min-height: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg width='40' height='41' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='20' cy='20.314' r='19' stroke='%23fff' stroke-width='2'/><path d='M13.867 19.918h11.667M19.703 14.086l5.834 5.833-5.834 5.834' stroke='%23fff' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  transition: all 0.25s ease-in-out;
}
.spotlight-slider-navigation .spotlight-slider-arrows #spotlight-slider-next:hover:after {
  background-image: url('data:image/svg+xml,<svg width="40" height="41" viewBox="0 0 40 41" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20.3145" r="19" fill="white" stroke="white" stroke-width="2"/><path d="M13.8691 19.918H25.5358" stroke="%23010035" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.7031 14.0859L25.5365 19.9193L19.7031 25.7526" stroke="%23010035" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}/*# sourceMappingURL=block-spotlight-videos.css.map */