.ipsApp:before {
  content: "";
  background: radial-gradient(circle at center, rgb(var(--theme-area_background_light)) 10%, hsla(0, 0%, 100%, 0) 5%), hsla(0, 0%, 100%, 0);
  background-size: 20px 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: color-dodge;
}
.theme-home--root {
  position: relative;
  overflow: hidden;
  margin-bottom: -5em;
  padding-bottom: 5em;
}
.theme-home__assets > .v-bubble {
  position: absolute;
  background-image: linear-gradient(to top right, #f010c0, #6200dc);
  background-size: 400% auto;
  filter: blur(100px);
  border-radius: 100vw;
  mix-blend-mode: color-dodge;
  opacity: 0.35;
  z-index: -1;
}
.theme-home__assets > .v-bubble.is-1 {
  top: 500px;
  left: -450px;
  width: 800px;
  height: 700px;
}
.theme-home__assets > .v-bubble.is-2 {
  bottom: 700px;
  right: -400px;
  width: 800px;
  height: 700px;
}
.theme-home__assets > .v-bubble.is-3 {
  bottom: -250px;
  left: -200px;
  width: 500px;
  height: 500px;
  opacity: 0.25;
}
.cNexusSection_header {
  margin-bottom: 3em;
}
.cNexusSection_header.i-center {
  text-align: center;
}
.cNexusSection_header.i-center > [class*="desc"] {
  margin: 0 auto;
}
.cNexusSection_header--title {
  color: #fff;
  font-size: 30px;
  margin: 0 0 0.25em 0;
  font-weight: 800;
  line-height: 1;
}
.cNexusSection_header--desc {
  margin: 0;
  font-size: 15px;
  max-width: 80%;
}
.cNexusHome_features {
  margin: 6em 0;
}
.cNexusSection_header--badge {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.5em 0;
}
.cNexusSection_header--badge:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 14px;
  transform: skew(10deg);
  box-shadow: transparent 5px 0px 0px 0px, rgb(174, 30, 245) 10px 0px 0px 0px;
  background: rgb(174, 30, 245);
  margin-right: 12px;
}
.cFeatures_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cFeatures_block {
  background: linear-gradient(to bottom, rgb(var(--theme-area_background_light)), rgb(var(--theme-area_background)));
  border-radius: var(--theme-radius_main);
  padding: 3em;
  border-bottom: 5px solid rgb(var(--theme-area_background_light));
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.25s ease 0s;
}
.cFeatures_block:hover {
  transform: scale(1.03);
  border-bottom-color: rgb(var(--theme-brand_primary));
}
.cFeatureBlock_vector {
  position: absolute;
  right: -20px;
  transform: rotate(-15deg);
  font-size: 150px;
  bottom: -75px;
  z-index: -1;
  opacity: 0.05;
  mix-blend-mode: color-dodge;
}
.cFeatureBlock_header {
  display: flex;
  align-items: flex-start;
  gap: 2em;
}
.cFeatureBlock_icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-brand_gradient);
  border-radius: var(--theme-radius_main);
  background-size: 200% auto;
  color: #fff;
  font-size: 20px;
}
.cFeatureBlock_title {
  color: #fff;
  margin: 0 0 0 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}
.cFeatureBlock_subTitle {
  font-size: 16px;
  margin: 0.25em 0 0 0;
}
.cFeatureBlock_desc {
  margin: 1.5em 0 0 0;
  font-size: 15px;
}


/* Reviews */
.cReview_text::-webkit-scrollbar,
.cReview_text::-webkit-scrollbar-thumb,
.cReview_text::-webkit-scrollbar-track {
  border-radius: 100vw;
  border-color: #33354f;
}

.cSection_reviews {
  overflow: hidden;
}

.swiper-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cReviews_swiper {
  margin-top: 3em;
}
.cReviews_header {
  flex: 1;
}
.cReview_header > div > .customer_name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.cReview_header > div > span {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.cReviews_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cReviews_top > div:first-of-type {
    flex: 1;
}
.cReviews_actions {
    display: flex;
    align-items: center;
}
.cReviewsActions_sep {
  width: 1px;
  height: 40px;
  background-image: linear-gradient(0deg, transparent, rgb(var(--theme-area_background_veryLight)) 50%, transparent);
  perspective-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: 0 2em;
}
.cReviewsActions_buttons {
  display: flex;
  align-items: center;
  gap: 1em;
}
.cReviews_prev, 
.cReviews_next {
  background: rgb(var(--theme-area_background_light));
  border: 1px solid rgb(var(--theme-area_background_lighter));
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.cReviews_prev[class*="disabled"],
.cReviews_next[class*="disabled"] {
  opacity: 0.5;
}
.cReviews_prev:not([class*="disabled"]):hover,
.cReviews_next:not([class*="disabled"]):hover {
  background: rgb(var(--theme-brand_primary));
  border-color: rgb(var(--theme-brand_primary));
}
.cReviewsAction_button {
  background: rgb(var(--theme-area_background_light));
  border: 1px solid rgb(var(--theme-area_background_lighter));
  height: 40px;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  font-size: 13px;
  gap: 0.5em;
  transition: all 0.3s ease 0s;
}
.cReviewsAction_button:hover {
  background: rgb(var(--theme-brand_primary));
  border-color: rgb(var(--theme-brand_primary));
  color: #fff;
}
.cReview_block {
  position: relative;
  background: linear-gradient(to bottom, rgb(var(--theme-area_background_light)), rgb(var(--theme-area_background)));
  border-radius: var(--theme-radius_main);
  border-bottom: 5px solid rgb(var(--theme-area_background_light));
}
.cReview_header {
  display: flex;
  gap: 1em;
  padding: 1.5em;
  border-bottom: 1px dashed rgb(var(--theme-area_background_lighter));
}

.cReview_header > img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100vw;
  border: 2px solid #ffa700;
}


.cReviews_content {
  position: relative;
  padding: 0 1.5em 1.5em 1.5em;
}
.cReview_text {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  min-height: 170px;
}
.cReview_text > p:first-child {
  margin-top: 0;
}

.cReview_text > p:last-child {
  margin-bottom: 0;
}

.cReview_stars {
  padding: 1em 1.7em;
  color: #ffa700;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.cReview_stars > span {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 16px;
}
.cReviews_pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}
.cReviews_pagination .swiper-pagination-bullet {
  width: 8px;
  border-radius: 5px;
  opacity: 1;
  background: rgb(var(--theme-area_background_lighter));
  transition: all 0.25s ease 0s;
}
.cReviews_pagination .swiper-pagination-bullet[class*="active"] {
  background: rgb(var(--theme-brand_primary));
  width: 20px;
}



.cHomeVideos {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5em;
  margin-bottom: 6em;
  border-bottom: 1px dashed rgb(var(--theme-area_background_light));
  padding-bottom: 6em;
}
.video-showcase {
  display: flex;
  gap: 3em;
}
.video-showcase.reverse {
  flex-direction: row-reverse;
}
.video-showcase > * {
  width: 50%;
}
.video-s--asset > video {
  max-width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
.video-s--asset > video:hover {
  transform: scale(1.025);
}
.video-s--content {
  background: linear-gradient(to bottom, rgb(var(--theme-area_background_light)), rgb(var(--theme-area_background)));
  border-radius: var(--theme-radius_main);
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.video-s--content:before {
  content: "";
  background: radial-gradient(circle at center, rgb(var(--theme-area_background_light)) 10%, hsla(0, 0%, 100%, 0) 5%), hsla(0, 0%, 100%, 0);
  background-size: 20px 20px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: -1;
}
.video-s--content > img {
  max-width: 150px;
}
.video-s--content > h2 {
  color: #fff;
  font-size: 27px;
  margin: 0.75em 0;
  font-weight: 800;
  line-height: 1;
}
.video-s--content > p {
  margin: 0;
  font-size: 15px;
}
@media screen and (max-width: 1480px) {
  .cFeatures_blocks {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}

@media screen and (max-width: 979px) {
  .cFeatures_blocks {
    grid-template-columns: 1fr;
  }
  .cFeatures_block {
    padding: 2em;
  }
  .cFeatureBlock_subTitle {
    font-size: 13px;
    margin: 0.5em 0 0 0;
  }
  .cFeatureBlock_title {
    font-size: 22px;
  }
  .cFeatureBlock_header {
    gap: 1.5em;
  }
  .cReviews_top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2em;
  }
  .cNexusSection_header--desc {
    margin: 0 auto;
    max-width: unset;
  }
  .video-showcase {
    flex-direction: column;
    gap: 2em;
  }
  .video-showcase > * {
    width: 100%;
  }
  .video-s--content {
    padding: 3em 1.5em;
  }
  .video-s--content > h2 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0.5em 0;
  }
  .video-s--content > p {
    font-size: 13px;
  }
  .video-showcase.reverse {
    flex-direction: column;
  }
}