/**
 * Transparent header
 */

.header-no-scroll .bs-main-page-wrapper,
.page-template-pricing .bs-main-page-wrapper,
.bs-hp-page,
.bs-ai-page {
  padding-top: 0;
}

.page-scroll.header-no-scroll .bs-main-page-wrapper,
.page-scroll.page-template-pricing .bs-main-page-wrapper,
.page-scroll .bs-hp-page,
.page-scroll .bs-ai-page {
  padding-top: 0;
}

.notification-bar-active.header-no-scroll .bs-main-page-wrapper,
.notification-bar-active.page-template-pricing .bs-main-page-wrapper,
.notification-bar-active .bs-hp-page,
.notification-bar-active .bs-ai-page {
  padding-top: 64px !important;
}

.bs-header {
  transition: all 0.2s ease;
}

.bs-header-navigation-mobile {
  transition: background-color 0.2s ease;
}

body.header-light .bs-header,
body .bs-header-transparent,
body .bs-header-dark {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: none;
}

body.header-light:not(.page-scroll) .bs-header,
body:not(.page-scroll) .bs-header-transparent {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

body .bs-header-dark {
  background-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background-color 0.2s ease;
}

@supports (
  (-webkit-backdrop-filter: blur(4px)) or (backdrop-filter: blur(4px))
) {
  body .bs-header-dark {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

    body.page-scroll .bs-header-dark {
    background-color: #ffffffbb;
  }
}

body.header-light:not(.page-scroll) .bs-header .bs-header-navigation-mobile,
body:not(.page-scroll) .bs-header-transparent .bs-header-navigation-mobile {
  background: none;
  box-shadow: none;
}

@media only screen and (max-width: 899px) {
  body.mobile-navigation-active .bs-header-dark {
    background: #fff;
  }
}

body.header-light:not(.page-scroll) .bs-header nav > ul > li > a,
body:not(.page-scroll) .bs-header-transparent nav > ul > li > a,
body:not(.page-scroll)
  .bs-header-transparent
  .buttons-menu-wrapper
  > a.menu-item {
  color: #fff;
}

body.header-light:not(.page-scroll) .bs-header nav > ul span.w-\[1px\].bg-black,
body:not(.page-scroll)
  .bs-header-transparent
  nav
  > ul
  > span.w-\[1px\].bg-black {
  background: #fff;
}

@media only screen and (max-width: 999px) {
  body.header-light:not(.page-scroll) .bs-header nav > ul.primary-menu > li > a,
  body:not(.page-scroll) .bs-header-transparent nav > ul.primary-menu > li > a {
    color: #333;
  }
}

body.header-light:not(.page-scroll)
  .bs-header
  ul
  li.menu-item-has-children::after,
body:not(.page-scroll)
  .bs-header-transparent
  ul
  li.menu-item-has-children::after {
  border-top-color: #fff !important;
}

body.header-light:not(.page-scroll)
  .bs-header
  ul
  li.menu-item-has-children:not(.menu-item-has-megamenu):hover::after,
body:not(.page-scroll)
  .bs-header-transparent
  ul
  li.menu-item-has-children.menu-active::after {
  border-bottom-color: #fff !important;
  border-top: none !important;
}

body.header-light:not(.page-scroll)
  .bs-header
  nav
  > ul
  > li.menu-item-has-megamenu
  > a:before,
body:not(.page-scroll)
  .bs-header-transparent
  nav
  > ul
  > li.menu-item-has-megamenu
  > a:before {
  background: rgba(255, 255, 255, 0.35) !important;
}

body.header-light:not(.page-scroll)
  .bs-header
  ul.aux-menu
  li.menu-item-has-children
  ul,
body:not(.page-scroll)
  .bs-header-transparent
  ul.aux-menu
  li.menu-item-has-children
  ul {
  background: rgba(255, 255, 255, 0.15);
}

body.header-light:not(.page-scroll)
  .bs-header
  ul.aux-menu
  li.menu-item-has-children
  ul
  > li
  > a,
body:not(.page-scroll)
  .bs-header-transparent
  ul.aux-menu
  li.menu-item-has-children
  ul
  > li
  > a {
  color: #fff;
}

body.header-light:not(.page-scroll)
  .bs-header
  .bs-header__menu_wrapper
  > nav
  > ul
  > li
  > a:after,
body:not(.page-scroll)
  .bs-header-transparent
  .bs-header__menu_wrapper
  > nav
  > ul
  > li
  > a:after {
  background: #fff !important;
}

body.header-light:not(.page-scroll)
  .bs-header
  .bs-header-navigation-mobile-toggle
  .menu-icon,
body:not(.page-scroll)
  .bs-header-transparent
  .bs-header-navigation-mobile-toggle
  .menu-icon {
  background: #fff;
  color: #fff;
}

body.header-light:not(.page-scroll)
  .bs-header
  .bs-header-navigation-mobile-toggle
  .menu-icon:before,
body.header-light:not(.page-scroll)
  .bs-header
  .bs-header-navigation-mobile-toggle
  .menu-icon:after,
body:not(.page-scroll)
  .bs-header-transparent
  .bs-header-navigation-mobile-toggle
  .menu-icon:before,
body:not(.page-scroll)
  .bs-header-transparent
  .bs-header-navigation-mobile-toggle
  .menu-icon:after {
  background: #fff;
}

body.header-light:not(.page-scroll) .bs-header .bs-header-btn,
body:not(.page-scroll) .bs-header-transparent .bs-header-btn {
  color: #fff;
  background: none;
  background-image: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}

body.header-light:not(.page-scroll) .bs-header .bs-header-btn::before,
body:not(.page-scroll) .bs-header-transparent .bs-header-btn::before {
  display: none;
}

body.header-light:not(.page-scroll) .bs-header .bs-header-btn:hover,
body:not(.page-scroll) .bs-header-transparent .bs-header-btn:hover {
  color: #333;
  background: #fff;
}

body.header-light:not(.page-scroll)
  .bs-header
  .bs-header-btn.bs-btn-transparent,
body:not(.page-scroll)
  .bs-header-transparent
  .bs-header-btn.bs-btn-transparent {
  box-shadow: none;
  background: none;
  color: #fff;
}

body.header-light.page-scroll .bs-header .bs-header-btn.bs-btn-transparent,
body.page-scroll .bs-header-transparent .bs-header-btn.bs-btn-transparent {
  color: #333;
}

body.header-light.page-scroll
  .bs-header
  .bs-header-btn.bs-btn-transparent:hover,
body.page-scroll
  .bs-header-transparent
  .bs-header-btn.bs-btn-transparent:hover {
  color: #fff;
}

body.header-light:not(.page-scroll)
  .bs-header
  .bs-header-btn.bs-btn-transparent:hover,
body:not(.page-scroll)
  .bs-header-transparent
  .bs-header-btn.bs-btn-transparent:hover {
  color: #333;
  background: #fff;
}

.bs-header__logo > svg > g {
  transition: fill 0.2s ease;
}

body.header-light:not(.page-scroll) .bs-header .bs-header__logo > svg > g,
body:not(.page-scroll) .bs-header-transparent .bs-header__logo > svg > g {
  fill: #fff;
}

body:not(.page-scroll) .bs-header-transparent .bs-header__text {
  color: #fff;
}

body.page-scroll .bs-header-transparent .bs-header__text {
  color: #000;
}

body:not(.page-scroll) .bs-header-transparent .bs-header__svg > g {
  fill: #fff;
}

body.page-scroll .bs-header-transparent .bs-header__svg > g {
  fill: #000;
}

/**
 * BS Hero
 */

.bs-hero {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.bs-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 150px;
  padding-bottom: 150px;
  box-sizing: border-box;
}

@media only screen and (min-width: 1400px) {
  .bs-hero-inner {
    max-width: 1350px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 800px) {
  .bs-hero-inner {
    overflow: hidden;
  }
}

.bs-hero-justify {
  justify-content: center;
}

@media only screen and (min-width: 1000px) {
  .bs-hero-justify {
    justify-content: start;
  }
}

.bs-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
  box-sizing: content-box;
}

.bs-hero-content #bs-automate-headliner-text-then {
  background: linear-gradient(267deg, #e0546b -6.07%, #eca73d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.bs-hero-content .bs-hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 2rem;
}

@media only screen and (max-width: 1199px) {
  .bs-hero-content .bs-hero-buttons {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-hero-content .bs-hero-buttons {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 499px) {
  .bs-hero-content .bs-hero-buttons {
    align-items: flex-start;
    flex-direction: column;
  }
}

.bs-hero-content .bs-hero-buttons .bs-btn {
  margin: 0;
}

@media only screen and (max-width: 599px) {
  .bs-hero-content .bs-hero-buttons .bs-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

.bs-hero-heading {
  font-size: 52px;
  line-height: 1.1 !important;
  letter-spacing: normal !important;
  font-weight: 600 !important;
  margin-bottom: 0.5em !important;
  color: #fff;
  position: relative;
  letter-spacing: -0.02ex !important;
}

@media only screen and (max-width: 1199px) {
  .bs-hero-heading {
    font-size: 44px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-hero-heading {
    font-size: 36px;
  }
}

@media only screen and (max-width: 699px) {
  .bs-hero-heading {
    font-size: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-hero-heading {
    font-size: 40px;
    margin-bottom: 0.65em !important;
  }
}

@media only screen and (max-width: 499px) {
  .bs-hero-heading {
    font-size: 33px;
  }
}

@media only screen and (max-width: 399px) {
  .bs-hero-heading {
    font-size: 30px;
  }
}

.bs-hero-paragraph {
  color: #fff;
  font-size: 17px !important;
  font-weight: 500 !important;
  margin: 0;
  line-height: 1.6 !important;
  letter-spacing: 0.25px !important;
}

@media only screen and (max-width: 1199px) {
  .bs-hero-paragraph {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 899px) {
  .bs-hero-paragraph {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 599px) {
  .bs-hero-paragraph {
    font-size: 16px !important;
  }
}

.bs-paragraph-getstarted {
  display: flex;
  margin-top: 15px;
  gap: 20px;
  line-height: 1.5 !important;
}

@media only screen and (max-width: 599px) {
  .bs-paragraph-getstarted {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 319px) {
  .bs-paragraph-getstarted {
    flex-direction: column;
    gap: 0px;
  }
}

.bs-hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .bs-hero-image {
    margin-right: -50px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-hero-image {
    margin-right: -25px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-hero-image {
    margin-right: 0;
  }
}

.bs-hero-image img {
  max-width: 760px;
}

@media only screen and (max-width: 1399px) {
  .bs-hero-image img {
    max-width: 45vw;
  }
}

@media only screen and (max-width: 899px) {
  .bs-hero-image img {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 599px) {
  .bs-hero-image img {
    max-width: 350px;
  }
}

@media only screen and (max-width: 499px) {
  .bs-hero-image img {
    max-width: 100%;
  }
}

.bs-hero-video {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 100px 50px 100px 75px;
}

@media only screen and (max-width: 1399px) {
  .bs-hero-video {
    padding: 100px 0 100px 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .bs-hero-video {
    padding: 85px 0 85px 50px;
  }
}

@media only screen and (max-width: 999px) {
  .bs-hero-video {
    width: 100%;
    padding: 0 0 0 0;
  }
}

.bs-hero-image-textbox {
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  padding: 20px 10px;
  gap: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  top: auto;
  bottom: 87%;
  left: 23%;
  max-width: 210px;
  opacity: 0 !important;

  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);

  transform: translateX(15px);
}

@media only screen and (max-width: 1399px) {
  .bs-hero-image-textbox {
    transform: translateX(15px) scale(0.9);
  }
}

@media only screen and (max-width: 1199px) {
  .bs-hero-image-textbox {
    transform: translateX(15px) scale(0.85);
    left: 21%;
    bottom: 85%;
  }
}

@media only screen and (max-width: 899px) {
  .bs-hero-image-textbox {
    transform: translateX(15px) scale(0.75);
    left: 16%;
    bottom: 83%;
  }
}

.bs-hero-image-textbox.active {
  opacity: 1 !important;
  transform: translateX(0px);
  -webkit-transition: all 1400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 1400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 1400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 1400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 1399px) {
  .bs-hero-image-textbox.active {
    transform: translateX(0px) scale(0.9);
  }
}

@media only screen and (max-width: 1199px) {
  .bs-hero-image-textbox.active {
    transform: translateX(0px) scale(0.85);
  }
}

@media only screen and (max-width: 899px) {
  .bs-hero-image-textbox.active {
    transform: translateX(0px) scale(0.75);
  }
}

.bs-hero-image-textbox::before {
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #fff transparent transparent transparent;
  content: "";
}

.bs-hero-image-textbox:nth-child(even) {
  top: 48%;
  bottom: auto;
  left: 78%;
  font-size: 11px;
  padding: 15px 10px;
  gap: 12px;
  transform: translateX(10px);
}

@media only screen and (max-width: 1399px) {
  .bs-hero-image-textbox:nth-child(even) {
    top: 79%;
    right: 20%;
    left: auto;
    transform: translateX(-10px) scale(0.9);
  }
}

@media only screen and (max-width: 1199px) {
  .bs-hero-image-textbox:nth-child(even) {
    right: 17%;
    transform: translateX(-10px) scale(0.85);
  }
}

@media only screen and (max-width: 899px) {
  .bs-hero-image-textbox:nth-child(even) {
    right: 13%;
    top: 77%;
    transform: translateX(-10px) scale(0.75);
  }
}

.bs-hero-image-textbox.active:nth-child(even) {
  transform: translateX(0px);
}

@media only screen and (max-width: 1399px) {
  .bs-hero-image-textbox.active:nth-child(even) {
    transform: translateX(0px) scale(0.9);
  }
}

@media only screen and (max-width: 1199px) {
  .bs-hero-image-textbox.active:nth-child(even) {
    transform: translateX(0px) scale(0.85);
  }
}

@media only screen and (max-width: 899px) {
  .bs-hero-image-textbox.active:nth-child(even) {
    transform: translateX(0px) scale(0.75);
  }
}

.bs-hero-image-textbox:nth-child(even)::before {
  bottom: -12px;
  border-width: 13px 13px 0 0;
}

@media only screen and (max-width: 1399px) {
  .bs-hero-image-textbox:nth-child(even)::before {
    top: -17px;
    left: auto;
    right: 0;
    border-width: 0 0 18px 18px;
    border-color: transparent transparent #fff transparent;
  }
}

.bs-hero-image-textbox > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bs-hero-image-textbox-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  margin: -8px 0 0 4px;
  border-radius: 100%;
  padding: 6px;
  box-sizing: border-box;
}

.bs-hero-image-textbox:nth-child(even) .bs-hero-image-textbox-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin: -3px 0 0 4px;
}

.bs-hero-image-textbox-icon > img {
  width: 100%;
  max-width: 100%;
}

/**
 * #bs-hero-1
 */

#bs-hero-1 {
  background-image: url("../../img/bs-assets/homepage/bs-hero-1.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#bs-hero-1 .bs-hero-inner {
  padding-top: 100px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 899px) {
  #bs-hero-1 .bs-hero-inner {
    gap: 35px;
  }
}

@media only screen and (max-width: 599px) {
  #bs-hero-1 .bs-hero-inner {
    padding-bottom: 30px;
    flex-direction: column-reverse;
  }
}

/**
 * #bs-hero-2
 */

#bs-hero-2 {
  color: #fff;
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
}

@media (max-width: 599px) {
  #bs-hero-2 {
    padding-top: 75px;
  }
}

#bs-hero-2 {
  background: url("../../img/beta-signup-bg.webp?ver=2") no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: -25px;
  padding-bottom: 75px;
  width: 100%;
}

@media (max-width: 1199px) {
  #bs-hero-2 {
    padding-bottom: 75px !important;
  }
}

@media (max-width: 899px) {
  #bs-hero-2 {
    padding-bottom: 75px !important;
  }
}

@media (max-width: 599px) {
  #bs-hero-2 {
    padding-bottom: 50px !important;
  }
}

#bs-hero-2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -15%;
  z-index: -10;
  width: 130%;
  height: 200px;
  background: #f5f7f8;

  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
}

@media (max-width: 899px) {
  #bs-hero-2::after {
    height: 180px;
  }
}

@media (max-width: 599px) {
  #bs-hero-2::after {
    height: 80px;
  }
}

#bs-hero-2 .bs-signup-cube.bs-signup-cube-bottom {
  position: absolute;
  top: 15%;
  right: -115px;
  width: 30%;
  max-width: 600px;
  z-index: -1;
}

#bs-hero-2 .bs-signup-cube.bs-signup-cube-top {
  position: absolute;
  top: 30%;
  left: -115px;
  width: 30%;
  transform: rotate(-90deg);
  max-width: 600px;
  z-index: -1;
}

#bs-hero-2 iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/**
 * #bs-hero-3
 */

#bs-hero-3 {
  background-color: #090f36;
}

#bs-hero-3 .bs-hero-inner {
  padding-top: 6rem;
  padding-bottom: 2rem;
  max-width: 1500px;
}

@media only screen and (max-width: 1499px) {
  #bs-hero-3 .bs-hero-inner {
    padding-top: 8rem;
  }
}

@media only screen and (max-width: 999px) {
  #bs-hero-3 .bs-hero-inner {
    gap: 15px;
    padding-top: 7rem;
    flex-direction: column;
  }
}

@media only screen and (max-width: 899px) {
  #bs-hero-3 .bs-hero-inner {
    padding-top: 6rem;
  }
}

@media only screen and (max-width: 599px) {
  #bs-hero-3 .bs-hero-inner {
    flex-direction: column;
  }
}

@media only screen and (max-width: 399px) {
  #bs-hero-3 .bs-hero-inner {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 999px) {
  #bs-hero-3 .bs-hero-content {
    text-align: center;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 999px) {
  #bs-hero-3 .bs-hero-buttons {
    justify-content: center;
  }
}

#bs-hero-3 .bs-hero-badge {
  align-self: start;
}

@media only screen and (max-width: 999px) {
  #bs-hero-3 .bs-hero-badge {
    align-self: center;
  }
}

#bs-hero-3 .bs-paragraph-getstarted {
  font-size: 9px !important;
  font-weight: 300 !important;
  margin-top: 8px;
  padding-left: 2px;
}

@media only screen and (max-width: 999px) {
  #bs-hero-3 .bs-paragraph-getstarted {
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * Partners banner
 */

.bs-partners-banner {
  background-color: #f6f6fd;
  padding: 2rem 0;
}

@media (max-width: 899px) {
  .bs-partners-banner {
    padding: 1.5rem 0;
  }
}

.bs-partners-banner-inline {
  background: none;
  padding: 0;
}

.bs-partners-banner > .bs-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px;
}

.bs-partners-banner-start {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

@media (max-width: 999px) {
  .bs-partners-banner-start {
    text-align: center;
  }
}

.bs-partners-banner-end {
}

.bs-partners-logos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 50px;
}

@media (max-width: 1399px) {
  .bs-partners-logos {
    gap: 18px;
  }
}

@media (max-width: 1199px) {
  .bs-partners-logos {
    gap: 12px;
  }
}

@media (max-width: 899px) {
  .bs-partners-logos {
    margin-top: 35px;
    gap: 12px;
  }
}

@media (max-width: 599px) {
  .bs-partners-logos {
    margin-top: 25px;
    gap: 12px;
  }
}

.bs-partners-logos .bs-partners-logos-flex {
  gap: 30px;
  row-gap: 10px;
  margin: 0;
  justify-content: flex-start;
}

.bs-partners-logos img {
}

@media (max-width: 1399px) {
  .bs-partners-logos img {
    max-width: 120px;
  }
}

@media (max-width: 1199px) {
  .bs-partners-logos img {
    max-width: 100px;
  }
}

.bs-partners-logos span {
  text-indent: 5px;
  line-height: 1.35 !important;
}

@media (max-width: 1199px) {
  .bs-partners-logos span {
    text-indent: 0px;
  }
}

.bs-partners-logos-flex,
.bs-partners-logos-row,
.bs-partners-logos-flex span,
.bs-partners-banner-logos-flex,
.bs-partners-banner-logos-flex span {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1399px) {
  .bs-partners-logos-flex,
  .bs-partners-logos-row,
  .bs-partners-logos-flex > span,
  .bs-partners-banner-logos-flex,
  .bs-partners-banner-logos-flex span {
    gap: 30px;
  }
}

@media (max-width: 999px) {
  .bs-partners-logos-flex,
  .bs-partners-logos-row,
  .bs-partners-logos-flex > span,
  .bs-partners-banner-logos-flex,
  .bs-partners-banner-logos-flex span {
    gap: 20px;
  }
}

.bs-partners-logos-flex {
  margin-left: 0;
}

@media (max-width: 999px) {
  .solutions-type__hero .bs-partners-logos-flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.bs-partners-logos-flex span,
.bs-partners-banner-logos-flex span {
  gap: 10px;
}

.bs-partners-logos-row {
  justify-content: space-between;
}

@media (max-width: 999px) {
  .bs-partners-logos-row {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 999px) {
  .bs-partners-logos-row {
    gap: 20px;
  }
}

.bs-partners-logos-row img {
  max-width: 100px;
}

@media (max-width: 1199px) {
  .bs-partners-logos-row img {
    max-width: 65px;
  }
}

.bs-partners-banner-logos-flex {
}

@media (max-width: 999px) {
  .bs-partners-banner-logos-flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.bs-partners-banner-logos-flex-center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

/**
 * BS Badges banner
 */

@media only screen and (min-width: 1300px) {
  .bs-badges-banner .bs-inner::after {
    content: "";
    position: absolute;
    top: -232px;
    left: -338px;
    width: 347px;
    height: 398px;
    background-image: url(../../img/cube-b-1.5.png?v3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bs-badges-banner.no-cube .bs-inner::after {
    display: none;
  }
}

/**
 * BS Badges banner
 */

@media only screen and (min-width: 1300px) {
  .bs-badges-banner .bs-inner::after {
    content: "";
    position: absolute;
    top: -232px;
    left: -338px;
    width: 347px;
    height: 398px;
    background-image: url(../../img/cube-b-1.5.png?v3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bs-badges-banner.no-cube .bs-inner::after {
    display: none;
  }
}

/**
 * BS Glow banner
 */

.bs-glow-banner-container {
  padding-top: 50px;
  padding-bottom: 25px;
  margin-top: 85px;
}

.bs-glow-banner {
  background-image: url("../../img/bs-assets/homepage/bs-glow-banner-bg.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 0;
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1399px) {
  .bs-glow-banner {
    border-radius: 0px;
    overflow: hidden;
  }
}

@media (max-width: 599px) {
  .bs-glow-banner {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.bs-glow-banner::before,
.bs-glow-banner::after {
  content: "";
  position: absolute;
  z-index: 2;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bs-glow-banner::before {
  background-image: url("../../img/bs-assets/homepage/bs-glow-banner-cubes-1.png");
  width: 42%;
  height: 135%;
  left: -148px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1199px) {
  .bs-glow-banner::before {
    width: 53%;
    height: 135%;
    left: -200px;
  }
}

@media (max-width: 1199px) {
  .bs-glow-banner::before {
    left: -170px;
    top: -110px;
    bottom: auto;
  }
}

.bs-glow-banner::after {
  background-image: url("../../img/bs-assets/homepage/bs-glow-banner-cubes-2.png");
  left: auto;
  right: -55px;
  top: auto;
  bottom: 22px;
  width: 24%;
  height: 380px;
}

@media (max-width: 1199px) {
  .bs-glow-banner::after {
    right: -130px;
    bottom: -158px;
  }
}

@media (max-width: 899px) {
  .bs-glow-banner::after {
    right: -30px;
  }
}

.bs-glow-banner-wrap {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 125px 30px 105px;
  text-align: center;
}

@media (max-width: 599px) {
  .bs-glow-banner-wrap {
    padding: 65px 30px 65px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 599px) {
  .bs-glow-banner-container {
    padding-top: 0;
  }
}

/**
 * BS Glow banner 2
 */

.bs-glow-banner-2-container {
  padding: 100px 0 0;
  margin-top: 0;
  overflow: hidden;
  background-image: url("../../img/beta-signup-bg.webp?ver=2");
  background-size: cover;
  background-position: 50% 100px;
  background-repeat: no-repeat;
}

@media (max-width: 899px) {
  .bs-glow-banner-2-container {
    padding: 65px 0 0;
  }
}

.bs-glow-banner-2 {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 125px;
  padding-bottom: 125px;
}

@media (max-width: 899px) {
  .bs-glow-banner-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.bs-glow-banner-2::after {
  content: "";
  position: absolute;
  z-index: 2;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bs-glow-banner-2::after {
  background-image: url("../../img/bs-assets/homepage/bs-glow-banner-cubes-2.png");
  left: auto;
  right: -220px;
  top: -100px;
  width: 34%;
  height: 560px;
}

@media (max-width: 1199px) {
  .bs-glow-banner-2::after {
    right: -10%;
  }
}

@media (max-width: 899px) {
  .bs-glow-banner-2::after {
    top: -50px;
    height: 180px;
  }
}

.bs-glow-banner-2-wrap {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
}

@media (max-width: 899px) {
  .bs-glow-banner-2-wrap {
    padding: 65px 30px 65px;
  }
}

/**
 * BS Quote banner
 */

.bs-quote-banner-container {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.bs-quote-banner-container::after {
  width: 100%;
  height: 340px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #f5f7f8;
}

.bs-quote-banner {
  background-image: url("../../img/bs-assets/backgrounds/bg-hp-quote.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 0;
  border-radius: 10px;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #fff;

  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 70px;
  padding-right: 30px;
  box-sizing: border-box;
}

@media (max-width: 1399px) {
  .bs-quote-banner {
    border-radius: 0px;
    overflow: hidden;
  }
}

@media (max-width: 899px) {
  .bs-quote-banner {
    flex-direction: column;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.bs-quote-banner::before,
.bs-quote-banner::after {
  content: "";
  position: absolute;
  z-index: 2;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.bs-quote-banner::before {
  background-image: url("../../img/cube-g.png");
  width: 23%;
  height: 285px;
  left: 195px;
  top: -160px;
  margin: auto;
}

@media (max-width: 1199px) {
  .bs-quote-banner::before {
  }
}

@media (max-width: 1199px) {
  .bs-quote-banner::before {
  }
}

.bs-quote-banner::after {
  background-image: url("../../img/cube-h.png");
  left: -78px;
  top: auto;
  bottom: -95px;
  width: 24%;
  height: 250px;
}

@media (max-width: 899px) {
  .bs-quote-banner::after {
    left: -100px;
    top: auto;
    bottom: -30px;
    width: 60%;
    height: 290px;
  }
}

@media (max-width: 599px) {
  .bs-quote-banner::after {
    width: 50%;
    height: 200px;
  }
}

.bs-quote-banner-under {
  position: relative;
  left: 200px;
  top: 10px;
  z-index: 2;
  margin: -100px auto 0;
  font-size: 11px;
  font-weight: 500;
  color: #999;
}

@media (max-width: 1399px) {
  .bs-quote-banner-under {
    left: 150px;
    top: -30px;
    color: #989ac3;
  }
}

@media (max-width: 899px) {
  .bs-quote-banner-under {
    right: 0px;
    left: auto;
    margin-right: 0;
    text-align: right;
  }
}

@media (max-width: 420px) {
  .bs-quote-banner-under {
    top: -40px;
  }
}
@media (max-width: 399px) {
  .bs-quote-banner-under {
    top: -60px;
  }
}

.bs-quote-banner-under a {
  font-size: 11px;
  font-weight: 500;
  color: #999;
  display: inline-block;
  border-bottom: 0.1px dashed #999;
}

.bs-quote-banner-under a:hover {
  border-color: rgba(0, 0, 0, 0);
}

.bs-quote-banner-start {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 25px 30px 25px;
  text-align: left;
}

@media (max-width: 899px) {
  .bs-quote-banner-start {
    padding: 85px 0px 0px;
    margin-bottom: -100px;
  }
}

@media (max-width: 599px) {
  .bs-quote-banner-start {
    padding: 45px 0px 0px;
    margin-bottom: -65px;
  }
}

.bs-quote-banner-end {
  position: relative;
  margin: 35px 0 25px;
}

@media (max-width: 899px) {
  .bs-quote-banner-end {
    margin: 0px 0 45px auto;
  }
}

@media (max-width: 599px) {
  .bs-quote-banner-end {
    margin: 0px 0 35px auto;
  }
}

.bs-quote-banner-content {
  position: absolute;
  top: auto;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  z-index: 4;
}

@media screen and (max-width: 599px) {
  .bs-quote-banner-content {
    margin-left: -50px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 499px) {
  .bs-quote-banner-content {
    margin-left: -25px;
    margin-right: 50px;
  }
}

.bs-quote-banner-img {
  max-width: 440px;
}

@media screen and (max-width: 1399px) {
  .bs-quote-banner-img {
    max-width: 380px;
  }
}

@media screen and (max-width: 1199px) {
  .bs-quote-banner-img {
    max-width: 330px;
  }
}

@media screen and (max-width: 899px) {
  .bs-quote-banner-img {
    max-width: 300px;
  }
}

@media screen and (max-width: 599px) {
  .bs-quote-banner-img {
    max-width: 230px;
  }
}

.bs-quote-banner-heading {
  position: relative;
  margin-left: 77px;
  color: #fff;
}

@media screen and (max-width: 1399px) {
  .bs-quote-banner-heading {
    font-size: 40px;
    margin-left: 67px;
  }
}

@media screen and (max-width: 1199px) {
  .bs-quote-banner-heading {
    font-size: 30px;
    margin-left: 57px;
  }
}

@media screen and (max-width: 899px) {
  .bs-quote-banner-heading {
    font-size: 30px;
    margin-left: 45px;
  }
}

@media screen and (max-width: 599px) {
  .bs-quote-banner-heading {
    font-size: 23px;
  }
}

.bs-quote-banner-heading::before {
  content: "“";
  position: absolute;
  left: -80px;
  font-size: 150px;
  line-height: 115px;
}

@media screen and (max-width: 1399px) {
  .bs-quote-banner-heading::before {
    left: -80px;
    font-size: 150px;
    line-height: 115px;
  }
}

@media screen and (max-width: 1199px) {
  .bs-quote-banner-heading::before {
    left: -80px;
    font-size: 150px;
    line-height: 115px;
  }
}

@media screen and (max-width: 899px) {
  .bs-quote-banner-heading::before {
    left: -60px;
    font-size: 100px;
    line-height: 65px;
  }
}

@media screen and (max-width: 599px) {
  .bs-quote-banner-heading::before {
    left: -50px;
    font-size: 90px;
    line-height: 65px;
  }
}

/**
 * BS Team banner
 */

.bs-team-banner-container {
  padding-top: 0px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .bs-team-banner-container {
    margin-top: -50px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 899px) {
  .bs-team-banner-container {
    padding-bottom: 80px;
  }
}

.bs-team-banner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

@media screen and (max-width: 899px) {
  .bs-team-banner {
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .bs-team-banner {
    gap: 35px;
  }
}

.bs-team-banner-start {
  flex: 1;
  flex-basis: 200px;
}

@media screen and (max-width: 1399px) {
  .bs-team-banner-start {
    flex-basis: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .bs-team-banner-start {
    flex-basis: 0px;
  }
}

.bs-team-banner-img {
}

@media screen and (max-width: 1199px) {
  .bs-team-banner-img {
    max-width: 450px;
  }
}

@media screen and (max-width: 599px) {
  .bs-team-banner-img {
    max-width: 100%;
  }
}

.bs-team-banner-end {
  flex: 1;
}

@media screen and (max-width: 899px) {
  .bs-team-banner-end {
    width: 100%;
    text-align: center;
  }
}

/**
 * BS Sync Slider
 */

.bs-sync-slider-container {
  padding-top: 85px;
  padding-bottom: 45px;
}

@media screen and (max-width: 899px) {
  .bs-sync-slider-container {
    padding-top: 0;
    padding-bottom: 25px;
  }
}

.bs-sync-slider-wrap {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .bs-sync-slider-wrap {
    margin: 25px auto 0;
  }
}

.bs-sync-slider {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 40.340909%;
  margin: auto;
  margin: 10px auto 0;
  transform: translateX(50px);
}

@media screen and (max-width: 1199px) {
  .bs-sync-slider {
    transform: translateX(0px);
  }
}

.bs-sync-slider-img-wrap,
.bs-sync-slider-icon-wrap {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bs-sync-slider-img-wrap .bs-sync-slider-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: contain;
  object-position: 50% 50%;
}

.bs-sync-slider-img-wrap .bs-sync-slider-img:first-child {
  opacity: 1 !important;
  visibility: visible !important;
}

.bs-sync-slider-icon-wrap {
  z-index: 2;
}

.bs-sync-slider-icon-start,
.bs-sync-slider-icon-end-1,
.bs-sync-slider-icon-end-2,
.bs-sync-slider-icon-end-3 {
  position: absolute;
  width: 7.369615%;
  height: 18.227171%;
  opacity: 0;
}

.bs-sync-slider-icon-start {
  left: 5.482177%;
  top: 45.938375%;
}

.bs-sync-slider-icon-end-1 {
  left: 73.909524%;
  top: 6.763025%;
}

.bs-sync-slider-icon-end-2 {
  left: 89.542404%;
  top: 40.016246%;
}

.bs-sync-slider-icon-end-3 {
  left: 73.229252%;
  top: 73.069468%;
}

.bs-sync-slider-icon-start > span,
.bs-sync-slider-icon-end-1 > span,
.bs-sync-slider-icon-end-2 > span,
.bs-sync-slider-icon-end-3 > span {
  font-size: 8px;
  color: #777;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: -25%;
  bottom: -33%;
  width: 150%;
  line-height: 1.3;
  letter-spacing: -0.1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .bs-sync-slider-icon-start > span,
  .bs-sync-slider-icon-end-1 > span,
  .bs-sync-slider-icon-end-2 > span,
  .bs-sync-slider-icon-end-3 > span {
    font-size: 10px;
    bottom: -33%;
  }
}

@media screen and (max-width: 699px) {
  .bs-sync-slider-icon-start > span,
  .bs-sync-slider-icon-end-1 > span,
  .bs-sync-slider-icon-end-2 > span,
  .bs-sync-slider-icon-end-3 > span {
    left: -65%;
    width: 220%;
    bottom: -87%;
    font-size: 8px;
  }
}

@media screen and (max-width: 499px) {
  .bs-sync-slider-icon-start > span,
  .bs-sync-slider-icon-end-1 > span,
  .bs-sync-slider-icon-end-2 > span,
  .bs-sync-slider-icon-end-3 > span {
    bottom: -92%;
  }
}

@media screen and (max-width: 399px) {
  .bs-sync-slider-icon-start > span,
  .bs-sync-slider-icon-end-1 > span,
  .bs-sync-slider-icon-end-2 > span,
  .bs-sync-slider-icon-end-3 > span {
    bottom: -105%;
  }
}

.bs-sync-slider-app-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18%;
}

.bs-sync-slider-app-icon > img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: 50% 50%;
}

@media screen and (max-width: 899px) {
  .bs-sync-slider-app-icon > img {
    width: 72%;
    height: 72%;
  }
}

.bs-sync-slider-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 656px;
  margin: 0 auto;
  padding: 55px 0 35px;
}

@media screen and (max-width: 899px) {
  .bs-sync-slider-nav {
    padding: 55px 0 25px;
  }
}

@media screen and (max-width: 599px) {
  .bs-sync-slider-nav {
    padding: 50px 0 15px;
  }
}

.bs-sync-slider-nav-progress {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(7, 13, 59, 0.3);
}

.bs-sync-slider-nav-progress-bar {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: rgba(7, 13, 59, 1);
  z-index: 1;
  opacity: 1;
}

.bs-sync-slider-nav-items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .bs-sync-slider-nav-items {
    gap: 5%;
  }
}

.bs-sync-slider-nav-item {
  position: relative;
  font-size: 24px;
  line-height: 1 !important;
  margin: 0;
  width: 150px;
  color: #070d3b;
  opacity: 0.3;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .bs-sync-slider-nav-item {
    font-size: 21px;
    width: 130px;
  }
}

@media screen and (max-width: 599px) {
  .bs-sync-slider-nav-item {
    font-size: 17px;
    width: 28%;
  }
}

@media screen and (max-width: 499px) {
  .bs-sync-slider-nav-item {
    font-size: 16px;
  }
}

@media screen and (max-width: 399px) {
  .bs-sync-slider-nav-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 319px) {
  .bs-sync-slider-nav-item {
    font-size: 13px;
  }
}

/* @media screen and (max-width: 399px) {
  .bs-sync-slider-nav-item {
    width: 100%;
    font-size: 21px;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
} */

.bs-sync-slider-nav-items > .bs-sync-slider-nav-item:first-child {
  text-align: left;
}

.bs-sync-slider-nav-items > .bs-sync-slider-nav-item:last-child {
  text-align: right;
}

/* @media screen and (max-width: 399px) {
  .bs-sync-slider-nav-items > .bs-sync-slider-nav-item:last-child {
    text-align: left;
  }
} */

.bs-sync-slider-nav-item.active {
  opacity: 1;
}

.bs-sync-slider-nav-item::after {
  position: absolute;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -45px;
  transform: rotate(45deg) translateY(2px);
}

@media screen and (max-width: 599px) {
  .bs-sync-slider-nav-item::after {
    border-width: 1.5px 1.5px 0 0;
    height: 6px;
    width: 6px;
    right: -20px;
    transform: rotate(45deg) translateY(0px);
  }
}

@media screen and (max-width: 399px) {
  .bs-sync-slider-nav-item::after {
    right: -14px;
  }
}

@media screen and (max-width: 319px) {
  .bs-sync-slider-nav-item::after {
    right: -8px;
  }
}

.bs-sync-slider-nav-item.active::after {
  opacity: 1;
}

.bs-sync-slider-nav-items > .bs-sync-slider-nav-item:last-child::after {
  content: none;
}

.bs-sync-slider-nav-text {
  position: relative;
  height: 50px;
}

@media screen and (max-width: 599px) {
  .bs-sync-slider-nav-text {
    height: 60px;
  }
}

.bs-sync-slider-nav-text-item {
  position: absolute;
  text-align: center;
  opacity: 0;
  background-color: #fff;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.bs-sync-slider-nav-text > .bs-sync-slider-nav-text-item:first-child {
  opacity: 1;
}

.bs-tools-slider-container {
  padding-bottom: 50px;
}

.bs-tools-slider-switches .bs-tgl-label {
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 899px) {
  .bs-tools-slider-switches .bs-tgl-label {
    font-size: 15px;
  }
}

@media screen and (max-width: 599px) {
  .bs-tools-slider-switches .bs-tgl-label {
    font-size: 13px;
  }
}

.bs-tools-slider-img-wrap {
  margin: 3rem auto 0;
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 168 / 100;
  box-sizing: border-box;
}

@media screen and (max-width: 899px) {
  .bs-tools-slider-img-wrap {
    margin: 35px auto 0;
  }
}

.bs-tools-slider-img-wrap .bs-tools-slider-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: contain;
  object-position: 50% 50%;
  -webkit-transition: opacity 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: opacity 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: opacity 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: opacity 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.bs-tools-slider-img-wrap .bs-tools-slider-img.active {
  opacity: 1 !important;
}

.bs-haze-box-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 25px;
  margin-bottom: 75px;
  justify-content: center;
}
.bs-haze-box-wrap.small-gap {
  gap: 21px;
}

@media screen and (max-width: 899px) {
  .bs-haze-box-wrap {
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.bs-haze-box-wrap-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1199px) {
  .bs-haze-box-wrap-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 599px) {
  .bs-haze-box-wrap-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.bs-haze-box-wrap::before,
.bs-haze-box-wrap::after {
  content: "";
  position: absolute;
  right: -150px;
  width: 325px;
  height: 325px;
  top: -70px;
  z-index: 1;
  background-image: url("../../img/cube-f.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.bs-haze-box-wrap.no-cubes::before,
.bs-haze-box-wrap.no-cubes::after {
  display: none;
}

.bs-haze-box-wrap-3 .bs-haze-box-wrap::after {
  top: -180px;
}

@media screen and (max-width: 899px) {
  .bs-haze-box-wrap-3 .bs-haze-box-wrap::after {
    top: -70px;
  }
}

.bs-haze-box-wrap-narrow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bs-haze-box-wrap::before {
  width: 275px;
  height: 275px;
  left: -150px;
  right: auto;
  bottom: -100px;
  top: auto;
  background-image: url("../../img/cube-d.png");
}

.bs-haze-box-wrap-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../img/bs-assets/bs-bg-haze-big.webp");
}

.bs-haze-box-wrap-bg .bs-haze-box-wrap::before {
  left: -250px;
  bottom: -285px;
}

.bs-haze-box-wrap-bg .bs-haze-box-wrap::after {
  display: none;
}

.bs-haze-box-item {
  position: relative;
  z-index: 2;
  background-image: url("../../img/bs-assets/bs-bg-haze.webp");
  background-size: 1350px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 32px;
  flex: 1;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  box-sizing: border-box;
}

@media screen and (max-width: 899px) {
  .bs-haze-box-item {
    padding: 32px 22px;
  }
}

@media screen and (max-width: 399px) {
  .bs-haze-box-item {
    max-width: 100%;
    width: 100%;
  }
}

.bs-haze-box-item:nth-child(2) {
  background-position: 33% 50%;
}

.bs-haze-box-item:nth-child(3) {
  background-position: 66% 50%;
}

.bs-haze-box-item:nth-child(4) {
  background-position: 100% 50%;
}

.bs-haze-box-wrap-3 .bs-haze-box-item:nth-child(4) {
  background-position: 0% 100%;
}

.bs-haze-box-wrap-3 .bs-haze-box-item:nth-child(5) {
  background-position: 33% 100%;
}

.bs-haze-box-wrap-3 .bs-haze-box-item:nth-child(6) {
  background-position: 66% 100%;
}

.bs-haze-box-wrap-3 .bs-haze-box-item {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

@media screen and (max-width: 899px) {
  .bs-haze-box-wrap-3 .bs-haze-box-item {
    min-width: 35%;
  }
}

@media screen and (max-width: 599px) {
  .bs-haze-box-wrap-3 .bs-haze-box-item {
    min-width: 100%;
  }
}

.bs-haze-box-wrap-narrow .bs-haze-box-item {
  max-width: 315px;
  padding: 22px;
}

.bs-haze-box-item-white {
  background: #ffffff;
}

.bs-haze-box-item > img {
  display: block;
  margin-bottom: 65px;
  height: 48px;
  max-width: 48px;
}

.bs-haze-box-item > img.small {
  display: block;
  margin-bottom: 45px;
  height: 36px;
  max-width: 36px;
}

@media screen and (max-width: 899px) {
  .bs-haze-box-item > img {
    margin-bottom: 35px;
  }
}

.bs-haze-box-wrap-3 .bs-haze-box-item > img {
  margin-bottom: 30px;
}

.bs-haze-box-wrap-narrow .bs-haze-box-item > img {
  height: 36px;
  max-width: 36px;
}

.bs-forrester-paragraph {
  max-width: 800px;
  margin: 0 auto 125px;
  text-align: center;
  position: relative;
}

.bs-forrester-paragraph img {
  display: inline-block;
  vertical-align: baseline;
}

.bs-sync-slider .pause {
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: -36px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-50px);
  opacity: 0;
  z-index: 9999;
  background: #eee;
  border-radius: 18%;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .bs-sync-slider .pause {
    transform: translateX(0px);
  }
}

.bs-sync-slider .pause::after,
.bs-sync-slider .pause::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 48%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}

.bs-sync-slider .pause::after {
  right: 12px;
  left: auto;
}

.bs-sync-slider.paused .pause {
  opacity: 1;
}

.bs-sync-slider-nav-item {
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.bs-sync-slider-nav-item:hover,
.bs-sync-slider-nav-item.active {
  opacity: 1;
}

.slidecontainer.bs-connections-slider-wrap {
  margin-top: 110px !important;
  margin-bottom: 80px !important;
}

@media (max-width: 900px) {
  .slidecontainer.bs-connections-slider-wrap {
    margin-top: 70px !important;
    margin-bottom: 40px !important;
  }
}

.bs-range-labels.bs-range-labels-connections {
  margin-top: 25px !important;
}

.bs-range-labels-connections .bs-range-label:nth-child(1) {
  transform: translateX(16px);
}

.bs-range-labels-connections .bs-range-label:nth-child(2) {
  transform: translateX(13px);
}

.bs-range-labels-connections .bs-range-label:nth-child(3) {
  transform: translateX(9px);
}

.bs-range-labels-connections .bs-range-label:nth-child(4) {
  transform: translateX(-5px);
}

.bs-tools-slider-switches {
  display: flex;
  gap: 50px;
}

.bs-tools-slider-switches .bs-tgl-container {
  display: flex;
  margin: 15px auto;
  justify-content: center;
  align-items: center;
  flex: 0.5;
}

.bs-tools-slider-switches .bs-connections-sum-wrap {
  flex: 0.5;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.bs-tools-slider-switches .bs-tgl-label {
  font-weight: 500;
  color: #666;
}

.bs-tools-slider-switches .bs-connections-sum {
  color: #e15a69;
}

@media (max-width: 1080px) {
  .bs-tools-slider-switches {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}

@media (min-width: 1000px) {
  #cat {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 100px;
    border-bottom: 1px solid #c2c3d7;
    transition: linear 0.2s all;
    max-width: 1150px;
    margin: auto;
  }
}

.bs-tools-slider-container .rangeslider__fill {
  background: linear-gradient(90deg, #eca73d -347.06%, #e0546b 480.84%);
}

.bs-tools-slider-container .rangeslider__handle {
  background: #e78452;
  border: 0;
}

.bs-tools-slider-container .bs-range-label {
  font-family: "Plus Jakarta Sans";
  font-size: 19px;
  color: rgba(0, 0, 0, 0.5);
}

.bs-tools-slider-container .bs-range-label::before {
  background: #c2c3d7;
}

.bs-tools-slider-container .rangeslider--horizontal {
  height: 15px;
  background: #fff;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.bs-tools-slider-container .bs-range-labels.bs-range-labels-connections {
  margin-top: 30px !important;
}

@media (min-width: 900px) {
  .bs-tools-slider-container .slidecontainer.bs-connections-slider-wrap {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 470px) {
  .bs-connections-slider-wrap .bs-range-labels {
    display: block !important;
  }
}

/* Bstabs slider */

.section-bstabs-container {
  position: relative;
  margin: 35px auto 35px;
  width: 100%;
}

@media only screen and (max-width: 899px) {
  .section-bstabs-container {
    margin: 0 auto 35px;
  }
}

.section-bstabs-container-inner {
  padding: 35px 10px 50px;
  max-width: 1100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: calc(100vw - 200px);
  margin-left: 100px;
  margin-right: 100px;
}

@media only screen and (max-width: 1399px) {
  .section-bstabs-container-inner {
    max-width: calc(100vw - 196px);
    width: calc(100vw - 196px);
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (max-width: 699px) {
  .section-bstabs-container-inner {
    padding: 35px 10px 55px;
    max-width: calc(100vw - 116px);
    width: calc(100vw - 116px);
    margin-left: 35px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 599px) {
  .section-bstabs-container-inner {
    padding: 35px 0 55px 16px;
    max-width: 100%;
    width: calc(100vw - 0px);
    margin-left: -16px;
    margin-right: -16px;
  }
}

.swiper-container {
  width: 100%;
  position: relative;
}

.swiper-slide {
  height: auto;
}

.swiper-slide > .solutions-item {
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 35px;
}

@media only screen and (max-width: 499px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 27px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

.swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: linear-gradient(267.08deg, #eca73d 3.73%, #e0546b 100%);

  background: linear-gradient(
    -45deg,
    rgba(229, 158, 66, 1),
    rgba(217, 75, 98, 1),
    #338aff,
    #3cf0c5
  );
  background-size: 200%;
  -webkit-animation: btnbganime 8s linear infinite;
  animation: btnbganime 8s linear infinite;
  transition: 200ms;
}

.swiper-pagination-bullet::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100%;
  background: #f5f7f8;
  transition: all 0.2s ease-in-out;
}

.swiper-pagination-bullet:hover::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.swiper-pagination-bullet-active::after {
  opacity: 0;
}

.reach-us-block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  color: #fff;
  max-width: 940px;
}

@media screen and (max-width: 899px) {
  .reach-us-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .reach-us-block {
    gap: 0px;
  }
}

.reach-us-block-start {
  flex: 1;
}

.reach-us-block-img {
  max-width: 465px;
}

@media screen and (max-width: 1199px) {
  .reach-us-block-img {
    max-width: 365px;
  }
}

@media screen and (max-width: 599px) {
  .reach-us-block-img {
    display: block;
    max-width: 70%;
    margin: 0 auto;
  }
}

.reach-us-block-end {
  flex: 1;
  padding-top: 30px;
}

@media screen and (max-width: 899px) {
  .reach-us-block-end {
    width: 100%;
    max-width: 560px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 899px) {
  .reach-us-block-end .bs-btn-wrap {
    justify-content: center;
  }
}

/* Roadmap widget */

.roadmap-widget-items {
  position: relative;
}

.roadmap-widget-items:before {
  position: absolute;
  top: 3px;
  left: -3rem;
  content: "";
  height: 100%;
  width: 3px;
  background: linear-gradient(180deg, #fceacd77, #fceacd77);
}

.roadmap-widget-items-live:before {
  background: #ffa100;
}

.roadmap-widget-items-in-progress:before {
  background: linear-gradient(180deg, #ffa100, #fceacd77);
}

.roadmap-widget-item__version {
  margin: 2px 0 0 0;
  background: linear-gradient(90deg, #febd2e, #fba51a);
  color: #fff;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  align-self: flex-start;
  letter-spacing: -0.35px;
  display: inline-flex;
}

.roadmap-widget-item {
}

.roadmap-widget-btn a {
  font-size: 16px;
  font-weight: 500;
  color: #9d42c8;
}

@media screen and (max-width: 599px) {
  .bs-forrester-paragraph {
    margin-bottom: 60px;
  }
  .roadmap-widget h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .roadmap-widget-item__title {
    font-size: 16px;
  }
}

.bs-recent-events-box {
  background: linear-gradient(269deg, #eca73d 22.05%, #e0546b 95.77%);
  color: #fff;
  position: relative;
  padding-top: 11.5rem;
}

@media only screen and (max-width: 1199px) {
  .bs-recent-events-box {
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 899px) {
  .bs-recent-events-box {
    padding-top: 11.5rem;
  }
}

@media only screen and (max-width: 599px) {
  .bs-recent-events-box {
    padding-top: 10rem;
  }
}

.bs-recent-events-box::before {
  position: absolute;
  z-index: 0;
  content: "";
  background-image: url("../../img/bs-assets/bs-team-gradient.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 275px;
  top: 0;
  left: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 1199px) {
  .bs-recent-events-box::before {
    height: 245px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-recent-events-box::before {
    height: 275px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-recent-events-box::before {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}

.bs-recent-events-box-list > div:first-child {
  position: relative;
  margin-bottom: 14px;
}

.bs-recent-events-box-list > div:first-child::before {
  box-sizing: content-box;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #88473e;
  z-index: 1;
  top: 0;
  left: -16px;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  padding: 13px 15px;
}

@media only screen and (max-width: 1199px) {
  .bs-recent-events-box-list > div:first-child::before {
    left: -13px;
    padding: 12px 12px;
  }
}

.bs-recent-events-box-list > div:first-child::after {
  content: "Coming next";
  text-transform: uppercase;
  position: absolute;
  left: 0rem;
  top: -22px;
  background-color: #88473e;
  z-index: 1;
  padding: 0.1rem 0.25rem;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bs-recent-events-box-list > div.bs-webinar-special:first-child::after {
  content: "Sales Automation Webinar";
}

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

.bs-hp-tab-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../../img/bs-assets/bs-tabs-blur.svg");
  background-size: 100% auto;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  z-index: -1;
  aspect-ratio: 4 / 1;
}

@media only screen and (max-width: 899px) {
  .bs-hp-tab-items::before {
    bottom: -60%;
  }
}

.bs-hp-tab-item {
  position: relative;
  border-bottom: 1px solid #c2c3e1;
  border-right: 1px solid;
  border-image: linear-gradient(to top, #c2c3e1, #ffffff) 1;
  background: linear-gradient(180deg, #ffffff00 0%, #ffffffff 100%);
  transition: background 0.1s ease;
  background-size: 1px 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.bs-hp-tab-item:first-child {
  border-left: 1px solid;
}

.bs-hp-tab-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #c2c3e1;
  bottom: -20px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  transform: rotate(-45deg);
  border-radius: 0 0 0 10px;
  display: none;
}

@media only screen and (max-width: 899px) {
  .bs-hp-tab-item::after {
    width: 30px;
    height: 30px;
    bottom: -15px;
    border-radius: 0 0 0 7px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-hp-tab-item::after {
    width: 20px;
    height: 20px;
    bottom: -10px;
    border-radius: 0 0 0 5px;
  }
}

.bs-hp-tab-item > .bs-hp-tab-item-heading {
  color: #1a228f;
  text-align: center;
  font-weight: 500 !important;
  font-size: 25px;
  line-height: 1.2 !important;
  letter-spacing: -0.025ex !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

.bs-hp-tab-item:hover {
  background-position: 0px -75px;
}

.bs-hp-tab-item.active {
  background-size: 1px 100%;
  background-position: 0 0;
}

.bs-hp-tab-item.active::after {
  display: block;
}

.bs-hp-tab-item.active > h2 {
  color: #000;
}

.bs-hp-tab-content {
  position: relative;
  background-color: #f0effb;
}

/* .bs-hp-tab-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translate(-25vw, -25vh);
  margin: auto;
  width: 180px;
  height: 180px;
  max-width: 10vw;
  max-height: 10vw;
  border-radius: 100%;
  z-index: 0;
  background-color: #ffffffdd;
  box-shadow: 0 0 25vw 25vw #ffffffdd;
  opacity: 0.75;
} */

.bs-hp-tab-content::after {
  left: 0;
  right: auto;
  top: auto;
  bottom: -125px;
  width: 300px;
  height: 345px;
  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-hp-tab-content::after {
    left: -10px;
    bottom: -200px;
    width: 240px;
    height: 285px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-hp-tab-content::after {
    bottom: -80px;
    width: 120px;
    height: 135px;
  }
}

.bs-hp-tab-content .bs-tools-slider-img-wrap {
  max-width: 100%;
  margin-top: 2rem;
}

.bs-hp-tab-content .bs-tools-slider-switches .bs-tgl-label {
  font-size: 19px;
}

@media only screen and (max-width: 1199px) {
  .bs-hp-tab-content .bs-tools-slider-switches .bs-tgl-label {
    font-size: 18px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-hp-tab-content .bs-tools-slider-switches .bs-tgl-label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 599px) {
  .bs-hp-tab-content .bs-tools-slider-switches .bs-tgl-label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 499px) {
  .bs-hp-tab-content .bs-tools-slider-switches .bs-tgl-label {
    font-size: 12px;
  }
}

.bs-hp-tab-content .bs-tools-slider-switches .bs-tgl-container {
  flex: 1;
}

.bs-hp-ai-engine-content {
  position: relative;
}

.bs-hp-ai-engine-content::before,
.bs-hp-ai-engine-tab-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translate(-25vw, -25vh);
  margin: auto;
  width: 180px;
  height: 180px;
  max-width: 10vw;
  max-height: 10vw;
  border-radius: 100%;
  z-index: 0;
  background-color: #ffffffdd;
  box-shadow: 0 0 25vw 25vw #ffffffdd;
  opacity: 0.75;
}

.bs-hp-ai-engine-content::after {
  left: auto;
  right: -95px;
  top: -25px;
  bottom: auto;
  width: 230px;
  height: 265px;
  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: 1199px) {
  .bs-hp-ai-engine-content::after {
    left: auto;
    right: -65px;
    top: -75px;
    bottom: auto;
    width: 180px;
    height: 210px;
  }
}

@media only screen and (max-width: 899px) {
  .bs-hp-ai-engine-content::after {
    display: none;
  }
}

.bs-hp-ai-engine-tab-item:not(.active) {
  cursor: pointer;
}

.bs-hp-ai-engine-tab-item > h3.bs-heading {
  opacity: 0.35;
}

@media only screen and (max-width: 899px) {
  .bs-hp-ai-engine-tab-item > h3.bs-heading {
    opacity: 1;
  }
}

.bs-hp-ai-engine-tab-item.active > h3.bs-heading {
  opacity: 1;
}

.bs-hp-ai-engine-tab-item-content {
  position: relative;
  z-index: 10;
}

.bs-hp-ai-engine-tab-item .bs-hp-ai-engine-tab-item-content {
  display: none;
}

.bs-hp-ai-engine-tab-item.active .bs-hp-ai-engine-tab-item-content {
  display: block;
}

@media only screen and (max-width: 899px) {
  .bs-hp-ai-engine-tab-item {
    position: relative;
    background-color: #eeecf9;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    border: 1px solid rgba(158, 152, 178, 0.3);
  }
}

@media only screen and (max-width: 899px) {
  .bs-hp-ai-engine-tab-item.active {
    padding: 2rem 1.5rem 1.5rem;
  }
}

@media only screen and (max-width: 599px) {
  .bs-hp-ai-engine-tab-item.active {
    padding: 1.75rem 1rem 1rem;
  }
}

.bs-hp-ai-engine-tab-item::before {
  display: none;
  opacity: 0.25;
}

@media only screen and (max-width: 899px) {
  .bs-hp-ai-engine-tab-item::before {
    display: block;
  }
}

@media only screen and (max-width: 899px) {
  .bs-hp-ai-engine-content .bs-btn-gradient-border-bgblue::before {
    background: #fff;
  }
}

#bs-hp-ai-engine-tab-video {
  width: 100%;
  aspect-ratio: 21 / 10;
}

.use-cases-content-slider {
}

@media only screen and (max-width: 1399px) {
  .use-cases-content-slider {
    margin-left: -28px;
    margin-right: -28px;
  }
}

@media only screen and (max-width: 599px) {
  .use-cases-content-slider {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.use-cases-content-slider .splide__track {
  position: relative;
}

.use-cases-content-slider .splide__track::after,
.use-cases-content-slider .splide__track::before {
  width: 18.5rem;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 10%,
    rgba(255, 255, 255, 1) 85%
  );
  z-index: 2;
}

.use-cases-content-slider .splide__track::before {
  left: 0;
  right: auto;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 10%,
    rgba(255, 255, 255, 1) 85%
  );
}

@media only screen and (max-width: 1699px) {
  .use-cases-content-slider .splide__track::after,
  .use-cases-content-slider .splide__track::before {
    width: 10rem;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 85%
    );
  }
  .use-cases-content-slider .splide__track::before {
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 85%
    );
  }
}

@media only screen and (max-width: 1399px) {
  .use-cases-content-slider .splide__track::after,
  .use-cases-content-slider .splide__track::before {
    display: none;
  }
}

.use-cases-content-slider article {
  height: 100%;
}

.use-cases-content-slider .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  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;
  box-shadow: 0 0 3rem 3rem rgb(255, 255, 255);
  transition: all 0.2s;
}

@media only screen and (max-width: 1699px) {
  .use-cases-content-slider .splide__arrow {
    box-shadow: 0 0 2rem 2rem rgb(255, 255, 255);
  }
}

@media only screen and (max-width: 1399px) {
  .use-cases-content-slider .splide__arrow {
    box-shadow: none;
  }
}

@media only screen and (max-width: 1099px) {
  .use-cases-content-slider .splide__arrow {
    display: none;
  }
}

.use-cases-content-slider .splide__arrow svg {
  fill: #1a228f;
  height: 3em;
  width: 2.5em;
  transform: translateX(9px);
  transition: opacity 0.2s;
  opacity: 0.35;
}

.use-cases-content-slider .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.use-cases-content-slider .splide__arrow:hover:not(:disabled) svg {
  opacity: 1;
}

.use-cases-content-slider .splide__arrow:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.use-cases-content-slider .splide__arrow:focus-visible {
  outline: none;
}

.use-cases-content-slider .splide__arrow--prev {
  left: 8rem;
}

@media only screen and (max-width: 1699px) {
  .use-cases-content-slider .splide__arrow--prev {
    left: 2rem;
  }
}

.use-cases-content-slider .splide__arrow--prev svg {
  transform: scaleX(-1) translateX(9px);
}

.use-cases-content-slider .splide__arrow--next {
  right: 8rem;
}

@media only screen and (max-width: 1699px) {
  .use-cases-content-slider .splide__arrow--next {
    right: 2rem;
  }
}

.splide.is-focus-in .use-cases-content-slider .splide__arrow:focus {
  outline: none;
}

/**
 * Big Guys Section
 */

.bs-big-guys-section .bs-inner {
  background: radial-gradient(
    27.66% 87.41% at 40.1% 41.99%,
    #ffffff 0%,
    #f0effb 100%
  );
}

@media only screen and (min-width: 1300px) {
  .bs-big-guys-section.bg-cube-b .bs-inner::after {
    content: "";
    position: absolute;
    bottom: -245px;
    right: -178px;
    width: 249px;
    height: 274px;
    background-image: url(../../img/bs-assets/parts/big-guys-section-cube-b.png?v1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bs-big-guys-section.bg-cube-e .bs-inner::after {
    content: "";
    position: absolute;
    top: -245px;
    left: -218px;
    width: 347px;
    height: 378px;
    background-image: url(../../img/bs-assets/parts/big-guys-section-cube-e.png?v1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.bs-big-guys-section-logos > div {
  width: 21%;
}
.bs-big-guys-section-logos > div:nth-child(1) {
  max-width: 216px;
}
.bs-big-guys-section-logos > div:nth-child(2) {
  max-width: 242px;
}
.bs-big-guys-section-logos > div:nth-child(3) {
  max-width: 220px;
}
.bs-big-guys-section-logos > div:nth-child(4) {
  max-width: 144px;
}

@media only screen and (max-width: 600px) {
  .bs-big-guys-section-logos {
    padding: 0 5%;
  }
  .bs-big-guys-section-logos > div {
    width: 45%;
    max-width: unset !important;
  }
}

/**
 * Sales Block Section
 */

.bs-sales-block-section {
  overflow: hidden;
}
.bs-sales-block-section-inner {
  z-index: 5;
  position: relative;
  margin: 40px auto;
  max-width: 1260px;
  box-sizing: border-box;
}
.bs-sales-block-section-content {
  z-index: 10;
  position: relative;
  border-radius: 12px;
  background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #f0effb 100%);
}
.bs-sales-block-section-texts {
  width: 55%;
  padding: 6rem 0 5rem 0;
}
.bs-sales-block-section-texts-inner {
  padding: 0 5% 0 20%;
}
.bs-sales-block-section-image {
  position: absolute;
  top: -25px;
  bottom: 0;
  left: 55%;
  right: -25px;
  display: block;
  content: "";
  background-size: contain;
  background-image: url(../../img/bs-assets/parts/sales-block-image.png?v1);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.bs-sales-block-section-texts-inner .bs-btn {
  margin: 0;
  width: 100%;
  max-width: 250px;
}

@media only screen and (min-width: 1400px) {
  .bs-sales-block-section.show_cube .bs-sales-block-section-inner::before {
    z-index: 5;
    content: "";
    position: absolute;
    top: -150px;
    left: -155px;
    width: 334px;
    height: 343px;
    background-image: url(../../img/bs-assets/parts/sales-block-cube.png?v1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 1260px) {
  .bs-sales-block-section-content {
    border-radius: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .bs-sales-block-section-texts-inner {
    padding: 0 28px 0 28px;
  }
  .bs-sales-block-section-texts {
    padding: 4rem 0 4rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .bs-sales-block-section-image {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 700px) {
  .bs-sales-block-section-texts {
    width: 100%;
    text-align: center;
  }
  .bs-sales-block-section-image {
    display: none;
  }
}

/**
 * HP AI Ready
 */

.bs-hp-ai-ready-hero-wrapper {
  background-image: url(../../img/bs-assets/homepage/hp-ai-ready/hero-bg.webp);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.bs-hp-ai-ready-hero-wrapper::after {
  position: absolute;
  content: "";
  bottom: -1px;
  top: auto;
  left: 50%;
  width: 200%;
  height: auto;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 6 / 1; /* this adjusts the curvature */
  transform: translateX(-50%) translateY(calc(100% - 100px)); /* this adjusts the height */
  z-index: -1;
}

@media only screen and (max-width: 3000px) {
  .bs-hp-ai-ready-hero-wrapper::after {
    aspect-ratio: 4 / 1; /* this adjusts the curvature */
  }
}

@media only screen and (max-width: 1599px) {
  .bs-hp-ai-ready-hero-wrapper::after {
    aspect-ratio: 3 / 1; /* this adjusts the curvature */
  }
}

@media only screen and (max-width: 1199px) {
  .bs-hp-ai-ready-hero-wrapper::after {
    aspect-ratio: 4 / 1; /* this adjusts the curvature */
  }
}

@media only screen and (max-width: 599px) {
  .bs-hp-ai-ready-hero-wrapper::after {
    aspect-ratio: 5 / 1; /* this adjusts the curvature */
  }
}

.bs-hp-ai-ready-hero {
}

.bs-hp-ai-ready-hero-fx {
  position: relative;
  display: inline-block;
  padding-bottom: 0.25ex;
}

.bs-hp-ai-ready-hero-fx::before {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.25);
  mix-blend-mode: overlay;
  content: "";
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: calc(100% - 1.5rem);
  background-image: url('data:image/svg+xml,<svg fill="none" height="123" viewBox="0 0 476 123" width="476" xmlns="http://www.w3.org/2000/svg"><g fill="%23fff"><path d="m446 60c0-7.9565 3.161-15.5871 8.787-21.2132s13.257-8.7868 21.213-8.7868c-7.956 0-15.587-3.1607-21.213-8.7868s-8.787-13.25671-8.787-21.2132c0 7.95649-3.161 15.5871-8.787 21.2132s-13.257 8.7868-21.213 8.7868c7.956 0 15.587 3.1607 21.213 8.7868s8.787 13.2567 8.787 21.2132z"/><path d="m107.5 123c0-3.05 1.212-5.975 3.368-8.132 2.157-2.156 5.082-3.368 8.132-3.368-3.05 0-5.975-1.212-8.132-3.368-2.156-2.157-3.368-5.082-3.368-8.132 0 3.05-1.212 5.975-3.368 8.132-2.157 2.156-5.082 3.368-8.132 3.368 3.05 0 5.975 1.212 8.132 3.368 2.156 2.157 3.368 5.082 3.368 8.132z"/><path d="m18 57c0-4.7739 1.8964-9.3523 5.2721-12.7279 3.3756-3.3757 7.954-5.2721 12.7279-5.2721-4.7739 0-9.3523-1.8964-12.7279-5.2721-3.3757-3.3756-5.2721-7.954-5.2721-12.7279 0 4.7739-1.8964 9.3523-5.2721 12.7279-3.37563 3.3757-7.954 5.2721-12.7279 5.2721 4.7739 0 9.35227 1.8964 12.7279 5.2721 3.3757 3.3756 5.2721 7.954 5.2721 12.7279z"/></g></svg>');
  opacity: 0.65;
}

.bs-hp-ai-ready-hero-fx::after {
  position: absolute;
  margin: auto;
  top: auto;
  bottom: -0.2ex;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  transform: scale(1.05);
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="406" height="16" viewBox="0 0 406 16" fill="none"><path d="M405.501 1.50174C258.701 -0.898256 78.3344 4.50174 6.50108 8.00174C2.49878 8.19675 0.0777996 9.03001 0.501075 11.9996C1 15.5 4.4972 14.9996 4.50108 14.9996C47.3011 12.1996 181.999 4.49964 405.001 4.49964L406.001 3.99964L405.001 2.99964L405.501 1.50174Z" fill="url(%23paint0_linear_21192_15744)"/><defs><linearGradient id="paint0_linear_21192_15744" x1="427.891" y1="-1.72064" x2="294.23" y2="204.987" gradientUnits="userSpaceOnUse"><stop stop-color="%23E0546B"/><stop offset="1" stop-color="%23ECA73D"/></linearGradient></defs></svg>');
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.bs-hp-ai-ready-heading-stars-fx {
  position: relative;
}

.bs-hp-ai-ready-heading-stars-fx::after {
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.22) translateX(7px);
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/svg+xml,<svg fill="none" height="74" viewBox="0 0 243 74" width="243" xmlns="http://www.w3.org/2000/svg"><path d="m228.493 31.935c0-3.8437 1.527-7.53 4.245-10.248 2.718-2.7179 6.404-4.2449 10.248-4.2449-3.844 0-7.53-1.5269-10.248-4.2448-2.718-2.718-4.245-6.40432-4.245-10.24808 0 3.84376-1.527 7.53008-4.245 10.24808-2.718 2.7179-6.404 4.2448-10.248 4.2448 3.844 0 7.53 1.527 10.248 4.2449 2.718 2.718 4.245 6.4043 4.245 10.248z" fill="%23ea9548"/><path d="m71 73.9492c0-2.7848 1.1589-5.4555 3.2218-7.4246s4.8608-3.0754 7.7782-3.0754c-2.9174 0-5.7153-1.1062-7.7782-3.0754-2.0629-1.9691-3.2218-4.6398-3.2218-7.4246 0 2.7848-1.1589 5.4555-3.2218 7.4246-2.0629 1.9692-4.8608 3.0754-7.7782 3.0754 2.9174 0 5.7153 1.1063 7.7782 3.0754s3.2218 4.6398 3.2218 7.4246z" fill="%23e46d5e"/><path d="m10.451 19.3239c0-2.5625 1.018-5.0201 2.8299-6.832 1.812-1.812 4.2695-2.82996 6.832-2.82996-2.5625 0-5.02-1.01795-6.832-2.82992-1.8119-1.81196-2.8299-4.26951-2.8299-6.83202 0 2.56251-1.01795 5.02006-2.82991 6.83202-1.81197 1.81197-4.26952 2.82992-6.832028 2.82992 2.562508 0 5.020058 1.01796 6.832028 2.82996 1.81196 1.8119 2.82991 4.2695 2.82991 6.832z" fill="%23e0546b"/></svg>');
}

.bs-hp-no-code-flipping-word-container {
  display: inline-flex;
  overflow: hidden;
  transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  justify-content: center;
  position: relative;
  padding-bottom: 2px;
  /* Add hardware acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bs-hp-no-code-flipping-word-container::after {
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: 1.5px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  background-color: #000;
  z-index: 10; /* Reduced from 999 to avoid potential stacking issues */
}

#bs-hp-no-code-flipping-word {
  display: inline-block;
  transform-origin: center bottom;
  /* Add hardware acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#bs-hp-no-code-flipping-word.hidden {
  opacity: 0;
  animation: bouncyDisappear 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#bs-hp-no-code-flipping-word.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: bouncyAppear 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes bouncyAppear {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
  }

  60% {
    opacity: 1;
    transform: translateY(2px) scale(1.03);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Add Safari-specific prefixed keyframes */
@-webkit-keyframes bouncyAppear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(2px) scale(1.03);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
  }
}

/* Add new exit animation that mirrors the entrance */
@keyframes bouncyDisappear {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
}

/* Add Safari-specific prefixed keyframes for exit animation */
@-webkit-keyframes bouncyDisappear {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(0.95);
  }
}

#luma-events-slider-splide .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  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: 3rem;
  height: 5rem;
  z-index: 1;
  box-shadow: 0 0 2rem 1.5rem rgb(255, 255, 255, 0.65);
  transition: all 0.2s;
}

@media only screen and (max-width: 1399px) {
  #luma-events-slider-splide .splide__arrow {
    box-shadow: none;
  }
}

#luma-events-slider-splide .splide__arrow svg {
  fill: #212121;
  height: 3em;
  width: 2.5em;
  transform: translateX(6px);
  transition: opacity 0.2s;
  opacity: 0.75;
}

#luma-events-slider-splide .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

#luma-events-slider-splide .splide__arrow:hover:not(:disabled) svg {
  opacity: 1;
}

#luma-events-slider-splide .splide__arrow:disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#luma-events-slider-splide .splide__arrow:focus-visible {
  outline: none;
}

#luma-events-slider-splide .splide__arrow--prev {
  left: -3rem;
}

#luma-events-slider-splide .splide__arrow--prev svg {
  transform: scaleX(-1) translateX(6px);
}

#luma-events-slider-splide .splide__arrow--next {
  right: -3rem;
}

.splide.is-focus-in #luma-events-slider-splide .splide__arrow:focus {
  outline: none;
}
