@import '../../fonts/Jakarta/stylesheet.css';
.wpml-ls-statics-footer {
  display: none;
}

html.freeze,
body.freeze {
  overflow: hidden;
}

.tablet,
.mobile {
  display: none !important;
}

body {
  overflow-x: hidden;
  margin: 0;
}
body.mobile-banner {
  overflow-x: hidden;
}
body.mobile-banner #mob_menu {
  top: 120px;
}
body.mobile-banner #mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper {
  top: 114px;
}
body.mobile-banner header.new {
  top: 61px;
}
body .modal {
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  position: fixed;
  left: 0;
  top: -1080px;
  z-index: 9999;
  background-color: rgba(59, 61, 80, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .modal.show {
  opacity: 1;
  visibility: visible;
  top: 0;
}
body .grecaptcha-badge {
  display: none;
  opacity: 0;
  visibility: hidden;
}
body .overlay {
  width: 100%;
  height: 100vh;
  background: rgba(19, 16, 50, 0.4);
  position: absolute;
  left: 0;
  top: 73px;
  z-index: 30;
  display: none;
}
body .overlay.show {
  display: block;
}
body.freeze {
  overflow: hidden;
}
body * {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Plus Jakarta Sans" !important;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #131032;
  box-sizing: border-box;
}
body strong {
  font-weight: 600;
}
body a {
  text-decoration: none;
}
body header.new {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 14px 0;
  z-index: 9998;
  -webkit-backdrop-filter: blur(45px);
          backdrop-filter: blur(45px);
  border-bottom: 1px solid #f4f4f5;
}
body header.new.has_banner {
  top: 48px !important;
}
body header.new .header_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
body header.new .header_inner .burger {
  flex-direction: column;
  gap: 6px;
}
body header.new .header_inner .burger span {
  width: 28px;
  height: 2px;
  background-color: #131032;
  display: block;
  transition: all 0.3s ease;
  border-radius: 9999px;
}
body header.new .header_inner .burger.open span:nth-child(1) {
  transform: rotateZ(-45deg) translateX(-7px) translateY(8px);
}
body header.new .header_inner .burger.open span:nth-child(2) {
  opacity: 0;
  transform: rotateZ(-90deg);
}
body header.new .header_inner .burger.open span:nth-child(3) {
  transform: rotateZ(45deg) translateX(-3px) translateY(-5px);
}
body header.new .header_inner .logo_holder a {
  display: flex;
  align-items: center;
}
body header.new .header_inner .nav_holder > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
body header.new .header_inner .nav_holder > ul li {
  padding: 0 8px;
  border-radius: 8px;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu > a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../../imgs/home/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: calc(100vh - 73px);
  position: fixed;
  top: 73px;
  left: 0;
  background: rgba(19, 16, 50, 0.4);
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner {
  pointer-events: auto;
  max-width: 820px;
  width: 100%;
  margin-left: 120px;
  margin-top: 8px;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_title {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 16px;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_title.ai-meeting-assistant strong {
  background: linear-gradient(90deg, #614efa 0%, #5ba1fe 72.12%, #59c1ff 100%);
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_title.ai-call-center strong {
  background: linear-gradient(90deg, #10254f 0%, #5ba1fe 72.12%, #59c1ff 100%);
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_title.ai-voice-sdk strong {
  background: linear-gradient(90deg, #372d8f 0%, #0578c4 50.11%, #23d6ba 86.06%);
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_title strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_items a {
  display: block;
  flex: 0 0 calc(50% - 12px);
  padding: 12px 16px;
  border-radius: 12px;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_items a:hover {
  background-color: #f4f4f5;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_items a .sub_item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_items a .sub_item .sub_item_title {
  margin-bottom: 4px;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_items a .sub_item .sub_item_title span {
  color: #038ce2;
  font-size: 16px;
  font-weight: 700;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_items a .sub_item .sub_item_title strong {
  font-size: 16px;
  font-weight: 700;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner .sub_menu_items a .sub_item .sub_item_desc {
  color: #75738b;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
body header.new .header_inner .nav_holder > ul li.has_sub_menu .sub_menu_wrapper .sub_menu_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  top: -30px;
}
body header.new .header_inner .nav_holder > ul li.active > a {
  color: #614efa;
  background-color: #f4f4f5;
  border: 1px solid #cfcafa;
}
body header.new .header_inner .nav_holder > ul li.active::after {
  filter: brightness(0) saturate(100%) invert(63%) sepia(94%) saturate(7258%) hue-rotate(239deg) brightness(99%) contrast(98%);
}
body header.new .header_inner .nav_holder > ul li:hover .sub_menu_wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  max-height: unset !important;
}
body header.new .header_inner .nav_holder > ul li:hover .sub_menu_wrapper .sub_menu_inner {
  max-height: 1000px !important;
  opacity: 1 !important;
  transition: opacity 0.5s !important;
}
body header.new .header_inner .nav_holder > ul li:hover > a {
  background-color: #f4f4f5;
  color: #614efa;
}
body header.new .header_inner .nav_holder > ul li:hover > a::after {
  filter: brightness(0) saturate(100%) invert(63%) sepia(94%) saturate(7258%) hue-rotate(239deg) brightness(99%) contrast(98%);
}
body header.new .header_inner .nav_holder > ul li > a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #525069;
}
body header.new .actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
body header.new .actions .button {
  margin-left: 8px;
}
body header.new .actions .separator {
  width: 1px;
  height: 26px;
  background-color: #e7e7ea;
}
body header.new .actions a {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  color: #614efa;
  text-decoration: underline;
  cursor: pointer;
}
body header.new .actions a:hover {
  text-decoration: none;
}
body footer.new {
  padding: 100px 0;
  background-color: #f4f4f5;
}
body footer.new .footer_info {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e7e7ea;
}
body footer.new .footer_info .footer_actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
body footer.new .footer_info p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
body footer.new .footer_flex_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
body footer.new .footer_flex_container .footer_col {
  min-width: 186px;
}
body footer.new .footer_flex_container .footer_col .nav_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
body footer.new .footer_flex_container .footer_col .nav_title a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}
body footer.new .footer_flex_container .footer_col a {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 6px;
  display: inline-block;
}
body footer.new .footer_flex_container .footer_col a:hover {
  text-decoration: underline;
}
body footer.new .social {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
body footer.new .social.social_mobile {
  display: none;
}

#mob_menu {
  width: 100%;
  height: calc(100vh - 63px);
  overflow-y: auto;
  background-color: #fff;
  position: fixed;
  right: -600px;
  top: 63px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding-top: 32px;
}
#mob_menu.open {
  right: 0;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
#mob_menu .mob_menu_inner .mob_menu_actions {
  position: fixed;
  bottom: 32px;
  padding: 32px 0;
  background-color: #fff;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mob_menu .mob_menu_inner .mob_menu_actions .links {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 10px;
}
#mob_menu .mob_menu_inner .mob_menu_actions .links a {
  color: #614efa;
  text-decoration: underline;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
#mob_menu .mob_menu_inner .mob_menu_actions .btn_holder {
  margin: 24px auto 0 auto;
  width: 100%;
  max-width: 425px;
}
#mob_menu .mob_menu_inner .mob_menu_actions .btn_holder .button {
  width: 100%;
}
#mob_menu .mob_menu_inner .nav_holder ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
#mob_menu .mob_menu_inner .nav_holder ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper.open {
  right: 0;
  opacity: 1;
  visibility: visible;
}
#mob_menu .mob_menu_inner .nav_holder ul li.has_sub_menu .sub_menu_opener {
  transform: rotate(-90deg);
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#mob_menu .mob_menu_inner .nav_holder ul li.has_sub_menu .sub_menu_opener img {
  width: 16px;
  height: 16px;
}
#mob_menu .mob_menu_inner .nav_holder ul li.has_sub_menu a::before, #mob_menu .mob_menu_inner .nav_holder ul li.has_sub_menu a::after {
  content: unset !important;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper {
  padding-top: 32px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: -700px;
  transition: all 0.3s ease;
  z-index: -1;
  top: 62px;
  height: calc(100vh - 63px);
  overflow-y: auto;
  width: 100%;
  background-color: #fff;
  padding-bottom: 32px;
  background-color: #f7f7f9;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_item img {
  transform: translateY(4px);
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_menu_title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_menu_title strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_menu_title.ai-meeting-assistant strong {
  background: linear-gradient(90deg, #614efa 0%, #5ba1fe 72.12%, #59c1ff 100%);
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_menu_title.ai-call-center strong {
  background: linear-gradient(90deg, #10254f 0%, #5ba1fe 72.12%, #59c1ff 100%);
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_menu_title.ai-voice-sdk strong {
  background: linear-gradient(90deg, #372d8f 0%, #0578c4 50.11%, #23d6ba 86.06%);
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_item .sub_item_title {
  font-size: 16px;
  font-weight: 700;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_item .sub_item_title span {
  font-size: 16px;
  font-weight: 700;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .back {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  align-items: center;
  font-weight: 500;
  color: #525069;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .back img {
  transform: rotate(90deg) translateX(1px);
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_item_desc {
  display: none;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .title {
  background: linear-gradient(90deg, #614efa 0%, #59c1ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  font-weight: 700;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_menu_item {
  padding-left: 20px;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_menu_item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_menu_item a .label {
  font-weight: 700;
  font-size: 16px;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_menu_col {
  border-bottom: 1px solid #e7e7ea;
  margin-bottom: 20px;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper .sub_menu_col:last-child {
  border-bottom: unset;
  margin-bottom: 0;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper a::after {
  content: unset !important;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper.open {
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
#mob_menu .mob_menu_inner .nav_holder ul li .sub_menu_wrapper.open .desc {
  display: none;
}
#mob_menu .mob_menu_inner .nav_holder ul li.has_sub_menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mob_menu .mob_menu_inner .nav_holder ul li.has_sub_menu a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../imgs/home/icon_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transform: rotate(-90deg);
}
#mob_menu .mob_menu_inner .nav_holder ul li a {
  font-weight: 500;
  color: #525069;
  font-size: 18px;
  line-height: 32px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.container.full {
  max-width: unset !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}

.visible_md,
.visible_sm {
  display: none;
}

.button {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.button.centered {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.button.btn--sm a {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 24px;
}
.button.btn--primary a {
  color: #fff !important;
  background-color: #614efa;
}
.button.btn--primary a:hover {
  background-color: #4a3bbe;
}
.button.btn--secondary a {
  color: #fff;
  background-color: #fe6257;
}
.button.btn--secondary a:hover {
  background-color: #f75246;
}
.button.btn--outline {
  border: 2px solid #614efa;
}
.button.btn--outline a {
  color: #614efa;
}
.button.btn--outline a:hover {
  background-color: #614efa;
  color: #fff;
}
.button.btn--outline a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(28deg) brightness(99%) contrast(104%);
}
.button.btn--icon a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.button.btn--dark a {
  background-color: #131032;
  color: #fff !important;
}
.button.btn--dark a:hover {
  background-color: #232040;
}
.button a {
  display: block;
  padding: 8px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none !important;
  text-align: center;
}

.text_gradient {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.text_gradient.gradient_orange {
  background: linear-gradient(90deg, #fe6257 0%, #614efa 87.17%);
}
.text_gradient.gradient_purple {
  background: linear-gradient(90deg, #9487fb 0, #16a9ff 58.73%);
}
.text_gradient.gradient_blue {
  background: linear-gradient(270deg, #be73fa 77.36%, #16a9ff 100%);
}

@media screen and (max-width: 1281px) {
  .container {
    width: 100%;
    max-width: 728px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .desktop {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
  body .overlay.show {
    display: none !important;
  }
  body footer {
    padding: 60px 0;
  }
  body footer .logo_col {
    display: none;
  }
  body footer .footer_info {
    flex-direction: column-reverse;
  }
  body footer .footer_info p {
    font-size: 12px;
    line-height: 22px;
  }
  body footer .footer_info .footer_actions {
    margin-bottom: 32px;
  }
  body footer .footer_flex_container {
    gap: 20px;
  }
  body footer .footer_flex_container .footer_col {
    min-width: unset;
    flex: 0 0 calc(33.3% - 16px);
    max-width: 33.3%;
  }
  body footer .footer_flex_container .footer_col a {
    font-size: 12px;
    line-height: 22px;
  }
  body footer .footer_flex_container .footer_col .nav_title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  body footer .footer_flex_container .footer_col .nav_title a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  body footer .social {
    display: none;
  }
  body footer .social.social_mobile {
    display: flex;
    flex: 0 0 100%;
  }
  body #b2b_banner {
    display: none;
  }
  body header {
    padding: 16px 0;
  }
  body header.new.has_banner {
    top: 0 !important;
  }
  body header .header_inner {
    gap: 32px;
  }
  body header .header_inner .logo_holder a img {
    width: 68px;
  }
  body header .header_inner .burger {
    display: flex !important;
  }
  .contact_sales_modal .modal_inner {
    max-width: 541px;
  }
  #salesForm .step {
    padding: 24px;
  }
  #salesForm .radio_buttons_flex {
    flex-wrap: wrap;
    max-width: 490px;
  }
}
@media screen and (max-width: 767px) {
  .desktop,
  .tablet {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .container {
    width: 360px;
    max-width: 100%;
  }
  .button {
    width: 100%;
    display: block;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
  }
  .button a {
    width: 100%;
    text-align: center;
  }
  body footer.new .footer_flex_container .footer_col {
    flex: 0 0 calc(50% - 16px);
    max-width: 50%;
  }
  body footer.new .footer_info {
    flex-direction: column-reverse;
  }
  body footer.new .footer_info p {
    font-size: 12px;
    line-height: 22px;
  }
  body footer.new .footer_info .footer_actions {
    flex-direction: column;
    margin-bottom: 32px;
  }
  body #b2bNav.has_banner {
    margin-top: 0 !important;
  }
  body header.new.has_banner {
    top: 0 !important;
  }
  body header.new .header_inner {
    justify-content: space-between;
  }
  body header.new .header_inner .actions {
    display: none;
  }
}