.image-spotlight {
  color: var(--text-color);
  background-color: var(--bg-color, rgba(var(--color-primary-background-2), 1));
  padding-top: var(--padding-top, 80px);
  padding-bottom: var(--padding-bottom, 80px);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .image-spotlight {
    padding-top: var(--mobile-padding-top, 50px);
    padding-bottom: var(--mobile-padding-bottom, 50px);
  }
}
.image-spotlight .swiper-pagination {
  bottom: 25px;
}
.image-spotlight .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(var(--color-primary-background-3), 1);
  width: 16px;
  height: 16px;
}
.image-spotlight
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(var(--color-primary), 1);
  border-color: rgba(var(--color-primary), 1);
}
.image-spotlight .section-header__heading,
.image-spotlight .section-header__subheading,
.image-spotlight .section-header__text {
  color: inherit;
}
.image-spotlight .section-header__heading {
  margin: 0 auto 8px;
}
@media only screen and (max-width: 767px) {
  .image-spotlight .section-header__heading {
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .image-spotlight .section-header__text {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
  .image-spotlight .section-header__text br {
    display: none;
  }
}
.image-spotlight__container {
  padding-right: 170px;
  padding-left: 170px;
}
@media only screen and (max-width: 1279px) {
  .image-spotlight__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .image-spotlight__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.image-spotlight__header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .image-spotlight__header-wrapper .section-header__text {
    max-width: 300px;
  }
}
.image-spotlight__list {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 40px;
}
.image-spotlight__list-left {
  width: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.image-spotlight__list-right {
  width: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.image-spotlight__list-right .image-spotlight__item {
  justify-content: flex-end;
}
.image-spotlight__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.image-spotlight__item .image-spotlight__item-image {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.image-spotlight__item-inner {
  max-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.image-spotlight__item-heading {
  margin-bottom: 0;
  color: inherit;
}
img.image-spotlight__bg-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-59%);
  -o-object-fit: contain;
  object-fit: contain;
  width: 70%;
  max-width: 670px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  img.image-spotlight__bg-image {
    top: 50%;
    left: 50%;
    transform: translate(-53%, -50%);
    width: 100%;
    max-width: 340px;
  }
}
.image-spotlight__line {
  position: absolute;
  top: 25px;
  left: 0;
  width: 0;
  height: 0;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__line.active:after,
.image-spotlight__layouts.in-viewport
  .image-spotlight__slider
  .image-spotlight__line.active:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(var(--color-primary), 1);
  position: absolute;
  bottom: -4px;
  right: -5px;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-1 {
  border-top: 1px dashed rgba(var(--color-primary), 1);
  border-right: 1px dashed rgba(var(--color-primary), 1);
  max-width: 86%;
  max-height: calc(100% - 25px);
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-1.active {
  animation: lineAnimation-1 2s linear forwards;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-2 {
  border-top: 1px dashed rgba(var(--color-primary), 1);
  border-right: 1px dashed rgba(var(--color-primary), 1);
  max-width: 75%;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-2.active {
  animation: lineAnimation-2 2s linear forwards;
}
@media only screen and (min-width: 1024px) {
  .image-spotlight__layouts.in-viewport
    .image-spotlight__list
    .image-spotlight__item
    .image-spotlight__item-animation-2.active {
    animation-delay: 0.3s;
  }
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-3 {
  border-bottom: 1px dashed rgba(var(--color-primary), 1);
  border-right: 1px dashed rgba(var(--color-primary), 1);
  max-width: 74%;
  transform: translateY(-100%);
  max-height: calc(100% - 25px);
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-3.active {
  animation: lineAnimation-3 2s linear forwards;
}
@media only screen and (min-width: 1024px) {
  .image-spotlight__layouts.in-viewport
    .image-spotlight__list
    .image-spotlight__item
    .image-spotlight__item-animation-3.active {
    animation-delay: 0.6s;
  }
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-3.active:after {
  bottom: unset;
  top: -4px;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-4 {
  border-top: 1px dashed rgba(var(--color-primary), 1);
  border-left: 1px dashed rgba(var(--color-primary), 1);
  max-width: 48%;
  max-height: calc(100% - 25px);
  right: 220px;
  left: unset;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-4.active {
  animation: lineAnimation-4 2s linear forwards;
}
@media only screen and (min-width: 1024px) {
  .image-spotlight__layouts.in-viewport
    .image-spotlight__list
    .image-spotlight__item
    .image-spotlight__item-animation-4.active {
    animation-delay: 0.9s;
  }
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-4.active:after {
  left: -4px;
  right: unset;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-5 {
  border-top: 1px dashed rgba(var(--color-primary), 1);
  border-left: 1px dashed rgba(var(--color-primary), 1);
  max-width: 48%;
  max-height: calc(100% - 25px);
  right: 220px;
  left: unset;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-5.active {
  animation: lineAnimation-5 2s linear forwards;
}
@media only screen and (min-width: 1024px) {
  .image-spotlight__layouts.in-viewport
    .image-spotlight__list
    .image-spotlight__item
    .image-spotlight__item-animation-5.active {
    animation-delay: 1.2s;
  }
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-5.active:after {
  left: -4px;
  right: unset;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-6 {
  border-bottom: 1px dashed rgba(var(--color-primary), 1);
  border-left: 1px dashed rgba(var(--color-primary), 1);
  max-width: 66%;
  max-height: 44%;
  right: 220px;
  left: unset;
  transform: translateY(-100%);
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-6.active {
  animation: lineAnimation-6 2s linear forwards;
}
@media only screen and (min-width: 1024px) {
  .image-spotlight__layouts.in-viewport
    .image-spotlight__list
    .image-spotlight__item
    .image-spotlight__item-animation-6.active {
    animation-delay: 1.5s;
  }
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__list
  .image-spotlight__item
  .image-spotlight__item-animation-6.active:after {
  left: -4px;
  right: unset;
  bottom: unset;
  top: -4px;
}
@keyframes lineAnimation-1 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}
@keyframes lineAnimation-2 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    height: 0;
    width: 100%;
  }
}
@keyframes lineAnimation-3 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}
@keyframes lineAnimation-4 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}
@keyframes lineAnimation-5 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    height: 0;
    width: 100%;
  }
}
@keyframes lineAnimation-6 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}
@keyframes lineAnimation-slider-1 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 140px;
  }
  100% {
    height: 140px;
    width: 100%;
  }
}
@keyframes lineAnimation-slider-2 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 180px;
  }
  100% {
    height: 180px;
    width: 100%;
  }
}
.image-spotlight__slider {
  margin-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .image-spotlight__slider {
    max-width: 600px;
  }
}
.image-spotlight__slider .swiper-button-next,
.image-spotlight__slider .swiper-button-prev {
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: transparent;
}
.image-spotlight__slider .swiper-button-next:after,
.image-spotlight__slider .swiper-button-prev:after {
  display: none;
}
.image-spotlight__slider .swiper-button-prev {
  right: unset;
  left: 0;
}
.image-spotlight__slider .image-spotlight__item-heading {
  max-width: 220px;
  margin-bottom: 4px;
  letter-spacing: 0.96px;
  margin-top: 20px;
}
.image-spotlight__slider .image-spotlight__item-text {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: unset;
}
.image-spotlight__slider .image-spotlight__item .image-spotlight__item-inner {
  max-width: 400px;
  flex-direction: row;
  gap: 12px;
}
.image-spotlight__slider .image-spotlight__item:first-child {
  justify-content: flex-end;
}
.image-spotlight__slider
  .image-spotlight__item:first-child
  .image-spotlight__item-inner {
  flex-direction: row-reverse;
  text-align: right;
}
.image-spotlight__slider
  .image-spotlight__item:first-child
  .image-spotlight__item-heading {
  margin-left: auto;
}
.image-spotlight__slider
  .image-spotlight__item:first-child
  .image-spotlight__line {
  left: unset;
  right: 24px;
  top: 48px;
}
.image-spotlight__slider .image-spotlight__item .image-spotlight__line {
  left: 24px;
  top: 0;
}
.image-spotlight__slider
  .image-spotlight__item
  .image-spotlight__line.image-spotlight__item-animation-1 {
  border-bottom: 1px dashed rgba(var(--color-primary), 1);
  border-right: 1px dashed rgba(var(--color-primary), 1);
  max-width: 30%;
  max-height: 180px;
}
.image-spotlight__slider
  .image-spotlight__item
  .image-spotlight__line.image-spotlight__item-animation-2 {
  border-top: 1px dashed rgba(var(--color-primary), 1);
  border-left: 1px dashed rgba(var(--color-primary), 1);
  max-width: 40%;
  max-height: 75%;
  transform: translateY(-100%);
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__slider
  .swiper-slide-active
  .image-spotlight__item-animation-1 {
  animation: lineAnimation-slider-1 2s linear forwards;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__slider
  .swiper-slide-active
  .image-spotlight__item-animation-1:after {
  left: -4px;
  right: unset;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__slider
  .swiper-slide-active
  .image-spotlight__item-animation-2 {
  animation: lineAnimation-slider-2 2s linear forwards;
}
.image-spotlight__layouts.in-viewport
  .image-spotlight__slider
  .swiper-slide-active
  .image-spotlight__item-animation-2:after {
  bottom: unset;
  top: -4px;
}
.image-spotlight__item-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 475px;
}
@media only screen and (max-width: 767px) {
  .image-spotlight__btn {
    width: 100%;
    max-width: 211px;
  }
}
