/* [v-cloak] {
  display: block !important;
  position: relative;
} */

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

[v-cloak].v-cloak-loading:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] {
  display: none;
}

[v-cloak] > * {
  display: none !important;
}

.bs-header-notification-bar {
  /* background-color: #000;
  background-image: url("../../img/bs-assets/bs-notification-bar-bg.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; */
  background: linear-gradient(87deg, #eca73d 11.12%, #e0546b 85.96%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1011;
  height: 64px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  display: none;
}

@media (max-width: 1399px) {
  .bs-header-notification-bar {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .bs-header-notification-bar {
    font-size: 14px;
  }
}

@media (max-width: 899px) {
  .bs-header-notification-bar {
    font-size: 13px;
  }
}

.notification-bar-active .bs-header-notification-bar {
  display: block;
}

.bs-archive-sidebar-active.notification-bar-active .bs-header-notification-bar {
  display: none;
}

.customize-support .bs-header-notification-bar {
  top: 32px;
}

@media (max-width: 782px) {
  .customize-support .bs-header-notification-bar {
    top: 46px;
  }
}

@media (max-width: 1399px) {
  .bs-header-notification-bar .bs-inner {
    padding-right: 5rem;
  }
}

@media (max-width: 1199px) {
  .bs-header-notification-bar .bs-inner {
    padding-right: 4rem;
  }
}

@media (max-width: 899px) {
  .bs-header-notification-bar .bs-inner {
    padding-right: 2rem;
  }
}

@media (max-width: 599px) {
  .bs-header-notification-bar .bs-inner {
    padding-right: 1rem;
  }
}

.bs-header-notification-bar-logo {
  width: auto;
  height: 30px;
  filter: brightness(120%);
  /* opacity: 0.9; */
  object-fit: contain;
}

@media (max-width: 1199px) {
  .bs-header-notification-bar-logo {
    height: 20px;
  }
}

@media (max-width: 899px) {
  .bs-header-notification-bar-logo {
    height: 16px;
  }
}

.bs-header-notification-bar-logo-taller {
  height: 36px;
}

.bs-header-notification-bar .bs-btn {
  margin-left: 25px;
}

@media (max-width: 1199px) {
  .bs-header-notification-bar .bs-btn {
    margin-right: 35px;
  }
}

@media (max-width: 899px) {
  .bs-header-notification-bar .bs-btn {
    margin-left: 0px;
    font-size: 10px;
  }
}

@media (max-width: 399px) {
  .bs-header-notification-bar .bs-header-btn:not(.bs-signup-system) {
    font-size: 9px;
    display: block;
  }
}

#bs-header-notification-bar-close {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}

@media (max-width: 1199px) {
  #bs-header-notification-bar-close {
    right: 14px;
  }
}

#bs-header-notification-bar-close:hover {
}

#bs-header-notification-bar-close::before,
#bs-header-notification-bar-close::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 2px;
  height: 15px;
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
}

#bs-header-notification-bar-close::after {
  transform: rotate(-45deg);
}

#bs-header-notification-bar-close:hover::before,
#bs-header-notification-bar-close:hover::after {
  background-color: #ea9747;
}

/**
 * Countdown
 */

.bs-inline-countdown-number {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 7px;
  background: linear-gradient(106deg, #eca73d -6.37%, #e0546b 102.25%);
}

@media (max-width: 399px) {
  .bs-inline-countdown-number {
    padding: 2px 6px;
    font-size: 17px;
    border-radius: 6px;
  }
}

.bs-interactive-search {
  position: relative;
  justify-content: center;
  gap: 0px;
  width: 100%;
  max-width: 800px;
}

.bs-interactive-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.bs-interactive-search-input {
  width: 100%;
  margin: 0;
  flex: 1;
  background: none;
  height: 34px;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #777 !important;
  font-size: 17px;
  font-weight: 400;
  outline: none !important;
  padding-left: 30px;
}

/**
 * BS accordion
 */

.bs-accordion {
  display: none;
}

.bs-accordion.active {
  display: block;
}

.bs-accordion-trigger {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/**
 * Email signup form
 */

.bs-system-signup-email-form .bs-system-input-container {
}

.signup-email-form-input-wrap {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 3px 3px 3px 0;
  border-radius: 9px;
}

@media (max-width: 429px) {
  .signup-email-form-input-wrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 6px;
  }
}

.signup-email-form-input-wrap > input {
  background: none;
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 500;
  flex: 1;
}

@media (max-width: 429px) {
  .signup-email-form-input-wrap > input {
    padding: 6px;
    text-align: center;
  }
}

.signup-email-form-input-wrap > button {
  margin: 0;
  min-width: 0;
}

/* Vue Modal */

.bs-modal-mask {
  position: fixed;
  z-index: 99997;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}

.bs-modal-mask-hidden {
  display: none;
}

.bs-modal-mask-active {
  display: flex;
}

.bs-modal-container {
  padding: 2rem 2rem;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  height: 80vh;
  max-height: max-content;
  width: 80%;
  max-width: 2000px;
  align-items: stretch;
  justify-content: stretch;
  border-radius: 15px;
}

@media (max-height: 899px) {
  .bs-modal-container {
    height: 85vh;
  }
}

@media (max-width: 1599px) {
  .bs-modal-container {
    width: 100%;
    max-width: calc(100% - 128px);
  }
}

@media (max-width: 899px) {
  .bs-modal-container {
    padding: 16px 24px;
    top: auto;
    bottom: 16px;
    height: 100%;
    max-height: calc(100% - 128px);
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 899px), (max-height: 999px) {
  .bs-modal-container.bs-modal-container-narrow {
    top: 56px;
    bottom: auto;
  }
}

@media (max-width: 599px) {
  .bs-modal-container {
    padding: 0px;
    max-width: 100%;
    bottom: 0;
    max-height: calc(100% - 56px);
    border-radius: 0px;
  }
}

.bs-modal-container-narrow {
  max-width: 650px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-sizing: border-box;
  height: auto;
  max-height: max-content;
}

@media (max-width: 899px) {
  .bs-modal-container-narrow {
    padding: 2rem;
  }
}

@media (max-width: 599px) {
  .bs-modal-container-narrow {
    max-width: 100%;
    height: max-content;
    max-height: calc(100% - 56px);
  }
}

.bs-modal-container-no-padding {
  padding: 0;
}

.bs-modal-container-video {
  padding: 0;
  height: auto;
  width: 80%;
  max-width: 1440px;
  box-sizing: border-box;
  max-height: max-content;
  top: 0;
  bottom: 0;
  border-radius: 0;
  aspect-ratio: 180 / 100;
}

@media (max-width: 899px) {
  .bs-modal-container-video {
    width: 90%;
  }
}

@media (max-width: 599px) {
  .bs-modal-container-video {
    width: 100%;
    max-width: 100%;
  }
}

.bs-modal-body {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 15px;
}

@media (max-width: 599px) {
  .bs-modal-body {
    border-radius: 0;
  }
}

.bs-modal-container-video .bs-modal-body {
  border-radius: 0;
}

.bs-modal-container-narrow .bs-modal-body {
  height: auto;
  overflow: auto;
}

.bs-modal-body > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

@media (max-width: 599px) {
  .bs-modal-body > div {
    border-radius: 0;
  }
}

.bs-modal-body > div > iframe {
  border-radius: 15px;
}

@media (max-width: 599px) {
  .bs-modal-body > div > iframe {
    border-radius: 0;
  }
}

/* .bs-modal-close-button {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
  height: 36px;
  cursor: pointer;
} */

.bs-modal-close-button {
  position: absolute;
  right: -60px;
  top: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (max-width: 1599px) {
  .bs-modal-close-button {
    right: -32px;
  }
}

@media (max-width: 899px), (max-height: 999px) {
  .bs-modal-close-button {
    right: 0px;
    top: -50px;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 599px) {
  .bs-modal-close-button {
    right: 12px;
    top: -42px;
    width: 30px;
    height: 30px;
  }
}

.bs-modal-close-button::before,
.bs-modal-close-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.bs-modal-close-button:hover::before,
.bs-modal-close-button:hover::after {
  box-shadow: 0 0 25px rgba(255, 255, 255, 1);
}

.bs-modal-close-button::after {
  transform: rotate(-45deg);
}

.bs-modal-enter {
  opacity: 0;
}

.bs-modal-leave-active {
  opacity: 0;
}

.bs-modal-enter .bs-modal-container,
.bs-modal-leave-active .bs-modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bs-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    270deg,
    rgba(194, 195, 215, 0.08) 6.2%,
    rgba(194, 195, 215, 0.24) 52.13%,
    rgba(194, 195, 215, 0.08) 100%
  );
}

.bs-divider-dark {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.025) 6.2%,
    rgba(0, 0, 0, 0.15) 52.13%,
    rgba(0, 0, 0, 0.025) 100%
  );
}

.bs-support-cube-right {
  position: absolute;
  top: auto;
  bottom: 80px;
  right: calc(-250px + 10vw);
  width: 30%;
  max-width: 390px;
  z-index: -2;
}

.bs-footer-screens {
  width: 100%;
  background-image: url("../../img/bs-assets/ai/footer-cta-bg.png");
  background-size: contain;
  background-position: calc(50% + 3.5vw) 50%;
  background-repeat: no-repeat;
}

.bs-footer-screens.bg-gradient {
  z-index: 0;
  position: relative;
}

.bs-footer-screens.bg-gradient::before {
  z-index: 5;
  content: '';
  bottom: -35px;
  position: absolute;
  width: 100%;
  height: 200%;
  background: linear-gradient(360deg, #F2F0FC 38.83%, #FFFFFF 104.77%);
}
.bs-footer-screens.bg-gradient::after {
  z-index: 5;
  content: '';
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../img/bs-assets/ai/footer-cta-bg.png");
  background-size: contain;
  background-position: calc(50% + 3.5vw) 50%;
  background-repeat: no-repeat;
}
.bs-footer-screens.bg-gradient .bs-inner {
  z-index: 10;
  position: relative;
}

.bs-showcase-boxes-item {
  border-radius: 16px;
  background: linear-gradient(136deg, #dedbfe -23.3%, #fdfdff 82.8%);
  box-shadow: 7px 7px 27px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: transform 0.3s cubic-bezier(0.1, 0.55, 0.1, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.1, 0.55, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.1, 0.55, 0.1, 1);
}

a.bs-showcase-boxes-item:hover {
  transform: scale(1.015);
}

.bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(2) {
  background: linear-gradient(349deg, #dedbfe 12.38%, #fdfdff 63.94%);
}

.bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(3) {
  background: linear-gradient(230deg, #dedbfe 13.16%, #fdfdff 68.02%);
}

.bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(5) {
  background: linear-gradient(128deg, #dedbfe -3.77%, #f7f6fd 75.38%);
  position: relative;
}

.bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(5)::before,
.bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 145px;
  background-image: url("../../img/bs-assets/ai/showcase-cube-2.png");
  background-size: cover;
  background-position: calc(100% - 32px) 100%;
  background-repeat: no-repeat;
  z-index: 1;
  border-top-left-radius: 16px;
}

@media only screen and (max-width: 599px) {
  .bs-footer-screens.no-bg-img {
    background-image: none;
  }
  .bs-footer-screens.no-bg-img .bs-footer-screens-box::before {
    display: none;
  }
  .bs-footer-screens.bg-gradient.no-bg-img::after {
    display: none;
  }
  .bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(5)::before {
    width: 200px;
    height: 100px;
    background-position: 100% 100%;
  }
}

@media only screen and (max-width: 499px) {
  .bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(5)::before {
    height: 62px;
  }
}

.bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(5)::after {
  top: auto;
  bottom: -26px;
  left: auto;
  right: 28.5%;
  width: 80px;
  height: 90px;
  background-image: url("../../img/bs-assets/ai/showcase-cube-1.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(5).no-cube::after {
  display: none;
}

@media only screen and (max-width: 599px) {
  .bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(5)::after {
    bottom: -60px;
    right: 8%;
  }
}

.bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(4),
.bs-showcase-boxes > .bs-showcase-boxes-item:nth-child(6) {
  background-color: #090d35;
  background-image: url("../../img/bs-assets/ai/showcase-gdpr.webp");
  background-size: cover;
  background-position: 65% 0%;
  background-repeat: no-repeat;
}

.bs-footer-screens-box {
  width: 100%;
  max-width: 1000px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="825" height="921" viewBox="0 0 825 921" fill="none"><g filter="url(%23filter0_bd_12060_4887)"><path d="M393.34 36.1131L39.4569 232.459C36.6341 233.943 35 236.911 35 240.027V650.973C35 654.089 36.7827 657.057 39.6055 658.541L393.34 854.887C396.014 856.371 399.134 856.371 401.808 854.887L755.543 658.541C758.366 657.057 760 654.089 760 650.973V240.176C760 237.059 758.217 234.091 755.543 232.607L401.808 36.1131C399.134 34.629 396.014 34.629 393.34 36.1131Z" fill="white" fill-opacity="0.93" shape-rendering="crispEdges"/></g><defs><filter id="filter0_bd_12060_4887" x="0" y="0" width="825" height="921" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feGaussianBlur in="BackgroundImageFix" stdDeviation="3.8"/><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_12060_4887"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="15" dy="15"/><feGaussianBlur stdDeviation="25"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.673114 0 0 0 0 0.680744 0 0 0 0 0.833333 0 0 0 0.4 0"/><feBlend mode="normal" in2="effect1_backgroundBlur_12060_4887" result="effect2_dropShadow_12060_4887"/><feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_12060_4887" result="shape"/></filter></defs></svg>');
  background-size: contain;
  background-position: calc(50% + 10px) 50%;
  background-repeat: no-repeat;
  padding: 180px 80px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 899px) {
  .bs-footer-screens-box {
    padding: 140px 100px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-footer-screens-box {
    background: none;
    padding: 0;
  }
}

.bs-footer-screens-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ffffffee;
  box-shadow: 0px 0px 150px 100px #fefefe;
  z-index: -1;
  display: none;
}

@media only screen and (max-width: 599px) {
  .bs-footer-screens-box::before {
    display: block;
  }
}

.slider__wrapper .splide__arrow,
#see-it-in-action-slider .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4em;
  height: 4em;
  z-index: 1;
  transition: all 0.2s;
}

@media only screen and (max-width: 599px) {
  .slider__wrapper .splide__arrow,
  #see-it-in-action-slider .splide__arrow {
    display: none;
  }
}

.slider__wrapper .splide__arrow svg,
#see-it-in-action-slider .splide__arrow svg {
  fill: #9293a7;
  height: 3em;
  width: 2.5em;
  transform: translateX(9px);
  transition: opacity 0.2s;
  opacity: 0.35;
}

.slider__wrapper .splide__arrow:hover:not(:disabled),
#see-it-in-action-slider .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.slider__wrapper .splide__arrow:hover:not(:disabled),
#see-it-in-action-slider .splide__arrow:hover:not(:disabled) svg {
  opacity: 1;
}

.slider__wrapper .splide__arrow:disabled,
#see-it-in-action-slider .splide__arrow:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slider__wrapper .splide__arrow:focus-visible,
#see-it-in-action-slider .splide__arrow:focus-visible {
  outline: none;
}

.slider__wrapper .splide__arrow--prev,
#see-it-in-action-slider .splide__arrow--prev {
  left: -7rem;
}

@media only screen and (max-width: 1499px) {
  .slider__wrapper .splide__arrow--prev,
  #see-it-in-action-slider .splide__arrow--prev {
    left: 1rem;
  }
}

@media only screen and (max-width: 899px) {
  .slider__wrapper .splide__arrow--prev,
  #see-it-in-action-slider .splide__arrow--prev {
    left: 0rem;
  }
}

.slider__wrapper .splide__arrow--prev svg,
#see-it-in-action-slider .splide__arrow--prev svg {
  transform: scaleX(-1) translateX(9px);
}

.slider__wrapper .splide__arrow--next,
#see-it-in-action-slider .splide__arrow--next {
  right: -7rem;
}

@media only screen and (max-width: 1699px) {
  .slider__wrapper .splide__arrow--next,
  #see-it-in-action-slider .splide__arrow--next {
    right: 1rem;
  }
}

@media only screen and (max-width: 899px) {
  .slider__wrapper .splide__arrow--next,
  #see-it-in-action-slider .splide__arrow--next {
    right: 0rem;
  }
}

.splide.is-focus-in .slider__wrapper .splide__arrow:focus,
.splide.is-focus-in #see-it-in-action-slider .splide__arrow:focus {
  outline: none;
}

.bs-slider-pagination-square {
  display: flex;
  align-items: center;
  gap: 13px;
}

@media only screen and (max-width: 899px) {
  .bs-slider-pagination-square {
    gap: 11px;
  }
}

.bs-slider-pagination-square > li > .splide__pagination__page {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: rgba(194, 195, 215, 0.6);
}

@media only screen and (max-width: 899px) {
  .bs-slider-pagination-square > li > .splide__pagination__page {
    width: 12px;
    height: 12px;
  }
}

.bs-slider-pagination-square > li > .splide__pagination__page.is-active {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: linear-gradient(267deg, #e0546b 3.73%, #eca73d 100%);
}

@media only screen and (max-width: 899px) {
  .bs-slider-pagination-square > li > .splide__pagination__page.is-active {
    width: 20px;
    height: 20px;
  }
}

/* Waitlist form */
.bs-form {
  position: relative;
}

.bs-form-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #fff;
  z-index: 99;
}

.bs-form-loading .bs-form-loading-overlay {
  display: flex;
}

.bs-form-loading > img {
  width: 32px;
}

/* bs-scroll-feature-sticky */

.bs-scroll-feature-sticky-content {
  position: sticky;
  top: calc(55vh);
  transform: translateY(-50%);
  height: 500px;
  margin-top: 250px;
  margin-bottom: -250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#bs-scroll-feature-sticky-content-video {
  width: 100%;
  height: 100%;
}

.bs-scroll-feature-sticky-block {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

@media only screen and (min-width: 900px) {
  .bs-scroll-feature-sticky-block {
    padding-top: 22vh;
    padding-bottom: 22vh;
    /* filter: grayscale(1); */
    opacity: 0.2;
    position: relative;
  }

  .bs-scroll-feature-sticky-block:first-child {
    padding-top: 125px;
  }

  .bs-scroll-feature-sticky-block:last-child {
    padding-bottom: 125px;
  }

  .bs-scroll-feature-sticky-block.active {
    opacity: 1;
  }
}

.loading-spinner,
.bs-ai-respondent::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background-image: url("../../img/bs-assets/bs-loading-animated-60fps.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
}

.loading-spinner::after {
  position: absolute;
  content: "Loading";
  font-size: 12px;
  color: #aaa;
  font-weight: 600;
  line-height: 1.5;
  height: max-content;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(70px);
}

.bs-ai-respondent {
  position: relative;
  border-radius: 15px;
}

.bs-ai-respondent::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "Loading...";
  font-size: 12px;
  color: #aaa;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 4;
  transform: translateY(24px);
}

.bs-ai-respondent::before {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 15px;
  background-color: #fff;
  background-size: 32px;
  background-position: 50% calc(50% - 10px);
}

.loading .bs-ai-respondent {
  min-height: 125px;
}

.loading .bs-ai-respondent::before,
.loading .bs-ai-respondent::after {
  display: flex;
}

/* BS solutions tab */

.bs-solutions-tab-items {
  position: relative;
}

.bs-solutions-tab-item {
  position: relative;
  border-bottom: 1px solid #c2c3e1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 899px) {
  .bs-solutions-tab-item {
    height: 100%;
  }
}

.bs-solutions-tab-item::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  width: calc(100% - 8.5rem);
  height: 1px;
  background: linear-gradient(267deg, #e0546b -6.07%, #eca73d 100%);
  opacity: 0;
  transition: all 0.3s;
  filter: grayscale(1);
}

@media only screen and (max-width: 899px) {
  .bs-solutions-tab-item::after {
    width: calc(100% - 10vw);
  }
}

.bs-solutions-tab-item > .bs-solutions-tab-item-heading {
  font-size: 16px;
  font-weight: 300 !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  color: #b4b0c2;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 899px) {
  .bs-solutions-tab-item > .bs-solutions-tab-item-heading {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-solutions-tab-item > .bs-solutions-tab-item-heading {
    font-size: 10px;
  }
}

@media only screen and (max-width: 399px) {
  .bs-solutions-tab-item > .bs-solutions-tab-item-heading {
    font-size: 8px;
  }
}

.bs-solutions-tab-item > .bs-solutions-tab-item-heading > strong {
  color: #212121;
  text-align: center;
  font-weight: 600 !important;
  font-size: 22px;
  line-height: 1.2 !important;
  margin-top: 0.2rem !important;
  display: block;
  text-transform: none;
}

@media only screen and (max-width: 1499px) {
  .bs-solutions-tab-item > .bs-solutions-tab-item-heading > strong {
    font-size: 21px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-solutions-tab-item > .bs-solutions-tab-item-heading > strong {
    font-size: 18px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-solutions-tab-item > .bs-solutions-tab-item-heading > strong {
    font-size: 14px;
  }
}

@media only screen and (max-width: 399px) {
  .bs-solutions-tab-item > .bs-solutions-tab-item-heading > strong {
    font-size: 12px;
  }
}

.bs-solutions-tab-item:hover::after {
  opacity: 1;
}

.bs-solutions-tab-item.active::after {
  height: 3.5px;
  opacity: 1;
  filter: none;
}

.bs-hp-tab-content {
  position: relative;
}

.bs-solutions-tab-content::after {
  left: 0;
  right: auto;
  top: auto;
  bottom: -35px;
  width: 250px;
  height: 295px;
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/bs-assets/homepage/bs-glow-banner-cubes-2.png");
  z-index: 10;
}

@media only screen and (max-width: 1399px) {
  .bs-solutions-tab-content::after {
    left: -10px;
    bottom: -100px;
    width: 240px;
    height: 285px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-solutions-tab-content::after {
    width: 170px;
    height: 185px;
    bottom: -70px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-solutions-tab-content::after {
    width: 100px;
    height: 120px;
  }
}

.page-template-install.install-bstest-true .bs-main-page-wrapper {
  position: relative;
}

.page-template-install.install-bstest-true .bs-main-page-wrapper::after {
  background-image: url("../../img/t_head.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  position: fixed;
  bottom: 30vh;
  right: -100%;
  width: 70px;
  height: 72px;
  z-index: 9999999;
  animation: slideOut 15s 1;
  animation-delay: 15s;
  animation-timing-function: ease-in-out;
}

@keyframes slideOut {
  0% {
    right: -100%;
  }
  20% {
    right: 0;
  }
  50% {
    right: 0;
  }
  70% {
    right: -100%;
  }
  100% {
    right: -100%;
  }
}

.boost-trial-form-lang-cs .bs-system-input-username-helper,
.boost-trial-form-lang-cs .bs-system-input-passwordcheck-helper,
.boost-trial-form-lang-cs .bs-system-input-sysname-helper {
  display: none !important;
}

.gist-messenger-iframe.gist-frame-enter.gist-frame-enter-active {
  right: 85px;
  bottom: 97px;
}

.gist-messenger-bubble-iframe {
  right: 11px !important;
  bottom: 98px !important;
}

@media only screen and (max-width: 599px) {
  .gist-messenger-bubble-iframe {
    left: 20px !important;
    right: unset !important;
    bottom: 45px !important;
  }
}

/***********************************************************************************/
/* Blocks / Featured Appflows Slider 
/***********************************************************************************/
.featured-appflows-slider,
.featured-partners-slider {
  margin-left: -1rem;
  margin-right: -1rem;
  max-width: calc(100% + 2rem);
}

@media only screen and (max-width: 1399px) {
  .featured-appflows-slider,
  .featured-partners-slider {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
    max-width: calc(100% + 4.75rem);
  }
}

@media only screen and (max-width: 899px) {
  .featured-appflows-slider,
  .featured-partners-slider {
    margin-left: -2rem;
    margin-right: -2rem;
    max-width: calc(100% + 4rem);
  }
}

@media only screen and (max-width: 599px) {
  .featured-appflows-slider,
  .featured-partners-slider {
    margin-left: -1rem;
    margin-right: -1rem;
    max-width: calc(100% + 2rem);
  }
}

.featured-appflows-slider .splide__track,
.featured-partners-slider .splide__track {
  position: relative;
}

.featured-appflows-slider .bs-article-content-item,
.featured-partners-slider .bs-article-content-item {
  height: 100%;
}

.bs-search-hbd {
  display: none !important;
}

.bs-search-hbd-active {
  display: flex !important;
}

.featured-appflows-slider .splide__arrow,
.featured-partners-slider .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1099px) {
  .featured-appflows-slider .splide__arrow,
  .featured-partners-slider .splide__arrow {
    display: none;
  }
}

.featured-appflows-slider .splide__arrow svg,
.featured-partners-slider .splide__arrow svg {
  fill: #c2c3d7;
  height: 2rem;
  width: 3.5rem;
  transform: translateX(-4px);
  transition: opacity 0.2s;
}

.featured-appflows-slider .splide__arrow:hover:not(:disabled),
.featured-partners-slider .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.featured-appflows-slider .splide__arrow:hover:not(:disabled) svg,
.featured-partners-slider .splide__arrow:hover:not(:disabled) svg {
  opacity: 1;
}

.featured-appflows-slider .splide__arrow:disabled,
.featured-partners-slider .splide__arrow:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.featured-appflows-slider .splide__arrow:focus-visible,
.featured-partners-slider .splide__arrow:focus-visible {
  outline: none;
}

.featured-appflows-slider .splide__arrow--prev,
.featured-partners-slider .splide__arrow--prev {
  left: -5.25rem;
}

.featured-appflows-slider .splide__arrow--prev svg,
.featured-partners-slider .splide__arrow--prev svg {
  transform: scaleX(-1) translateX(-4px);
}

.featured-appflows-slider .splide__arrow--next,
.featured-partners-slider .splide__arrow--next {
  right: -5.25rem;
}

.splide.is-focus-in .featured-appflows-slider .splide__arrow:focus,
.splide.is-focus-in .featured-partners-slider .splide__arrow:focus {
  outline: none;
}

.bs-slider-pagination-square {
  display: flex;
  align-items: center;
  gap: 13px;
}

@media only screen and (max-width: 899px) {
  .bs-slider-pagination-square {
    gap: 11px;
  }
}

.bs-slider-pagination-square > li > .splide__pagination__page {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: rgba(194, 195, 215, 0.6);
}

@media only screen and (max-width: 899px) {
  .bs-slider-pagination-square > li > .splide__pagination__page {
    width: 12px;
    height: 12px;
  }
}

.bs-slider-pagination-square > li > .splide__pagination__page.is-active {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background: linear-gradient(267deg, #e0546b 3.73%, #eca73d 100%);
}

@media only screen and (max-width: 899px) {
  .bs-slider-pagination-square > li > .splide__pagination__page.is-active {
    width: 20px;
    height: 20px;
  }
}