.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1190px;
  }
}
@media (min-width: 1350px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1470px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-desktop-exlarge,
.col-desktop-exlarge-auto, .col-desktop-large,
.col-desktop-large-auto, .col-desktop,
.col-desktop-auto, .col-laptop-large,
.col-laptop-large-auto, .col-laptop,
.col-laptop-auto, .col-tablet-large,
.col-tablet-large-auto, .col-tablet,
.col-tablet-auto, .col-mobile,
.col-mobile-auto, .col-mobile-small,
.col-mobile-small-auto, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 360px) {
  .col-mobile-small {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-mobile-small-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .order-mobile-small-first {
    order: -1;
  }
  .order-mobile-small-last {
    order: 13;
  }
  .order-mobile-small-0 {
    order: 0;
  }
  .order-mobile-small-1 {
    order: 1;
  }
  .order-mobile-small-2 {
    order: 2;
  }
  .order-mobile-small-3 {
    order: 3;
  }
  .order-mobile-small-4 {
    order: 4;
  }
  .order-mobile-small-5 {
    order: 5;
  }
  .order-mobile-small-6 {
    order: 6;
  }
  .order-mobile-small-7 {
    order: 7;
  }
  .order-mobile-small-8 {
    order: 8;
  }
  .order-mobile-small-9 {
    order: 9;
  }
  .order-mobile-small-10 {
    order: 10;
  }
  .order-mobile-small-11 {
    order: 11;
  }
  .order-mobile-small-12 {
    order: 12;
  }
}
@media (min-width: 480px) {
  .col-mobile {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-mobile-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .order-mobile-first {
    order: -1;
  }
  .order-mobile-last {
    order: 13;
  }
  .order-mobile-0 {
    order: 0;
  }
  .order-mobile-1 {
    order: 1;
  }
  .order-mobile-2 {
    order: 2;
  }
  .order-mobile-3 {
    order: 3;
  }
  .order-mobile-4 {
    order: 4;
  }
  .order-mobile-5 {
    order: 5;
  }
  .order-mobile-6 {
    order: 6;
  }
  .order-mobile-7 {
    order: 7;
  }
  .order-mobile-8 {
    order: 8;
  }
  .order-mobile-9 {
    order: 9;
  }
  .order-mobile-10 {
    order: 10;
  }
  .order-mobile-11 {
    order: 11;
  }
  .order-mobile-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-tablet {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-tablet-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .order-tablet-first {
    order: -1;
  }
  .order-tablet-last {
    order: 13;
  }
  .order-tablet-0 {
    order: 0;
  }
  .order-tablet-1 {
    order: 1;
  }
  .order-tablet-2 {
    order: 2;
  }
  .order-tablet-3 {
    order: 3;
  }
  .order-tablet-4 {
    order: 4;
  }
  .order-tablet-5 {
    order: 5;
  }
  .order-tablet-6 {
    order: 6;
  }
  .order-tablet-7 {
    order: 7;
  }
  .order-tablet-8 {
    order: 8;
  }
  .order-tablet-9 {
    order: 9;
  }
  .order-tablet-10 {
    order: 10;
  }
  .order-tablet-11 {
    order: 11;
  }
  .order-tablet-12 {
    order: 12;
  }
}
@media (min-width: 1024px) {
  .col-tablet-large {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-tablet-large-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .order-tablet-large-first {
    order: -1;
  }
  .order-tablet-large-last {
    order: 13;
  }
  .order-tablet-large-0 {
    order: 0;
  }
  .order-tablet-large-1 {
    order: 1;
  }
  .order-tablet-large-2 {
    order: 2;
  }
  .order-tablet-large-3 {
    order: 3;
  }
  .order-tablet-large-4 {
    order: 4;
  }
  .order-tablet-large-5 {
    order: 5;
  }
  .order-tablet-large-6 {
    order: 6;
  }
  .order-tablet-large-7 {
    order: 7;
  }
  .order-tablet-large-8 {
    order: 8;
  }
  .order-tablet-large-9 {
    order: 9;
  }
  .order-tablet-large-10 {
    order: 10;
  }
  .order-tablet-large-11 {
    order: 11;
  }
  .order-tablet-large-12 {
    order: 12;
  }
}
@media (min-width: 1280px) {
  .col-laptop {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-laptop-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .order-laptop-first {
    order: -1;
  }
  .order-laptop-last {
    order: 13;
  }
  .order-laptop-0 {
    order: 0;
  }
  .order-laptop-1 {
    order: 1;
  }
  .order-laptop-2 {
    order: 2;
  }
  .order-laptop-3 {
    order: 3;
  }
  .order-laptop-4 {
    order: 4;
  }
  .order-laptop-5 {
    order: 5;
  }
  .order-laptop-6 {
    order: 6;
  }
  .order-laptop-7 {
    order: 7;
  }
  .order-laptop-8 {
    order: 8;
  }
  .order-laptop-9 {
    order: 9;
  }
  .order-laptop-10 {
    order: 10;
  }
  .order-laptop-11 {
    order: 11;
  }
  .order-laptop-12 {
    order: 12;
  }
}
@media (min-width: 1350px) {
  .col-laptop-large {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-laptop-large-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .order-laptop-large-first {
    order: -1;
  }
  .order-laptop-large-last {
    order: 13;
  }
  .order-laptop-large-0 {
    order: 0;
  }
  .order-laptop-large-1 {
    order: 1;
  }
  .order-laptop-large-2 {
    order: 2;
  }
  .order-laptop-large-3 {
    order: 3;
  }
  .order-laptop-large-4 {
    order: 4;
  }
  .order-laptop-large-5 {
    order: 5;
  }
  .order-laptop-large-6 {
    order: 6;
  }
  .order-laptop-large-7 {
    order: 7;
  }
  .order-laptop-large-8 {
    order: 8;
  }
  .order-laptop-large-9 {
    order: 9;
  }
  .order-laptop-large-10 {
    order: 10;
  }
  .order-laptop-large-11 {
    order: 11;
  }
  .order-laptop-large-12 {
    order: 12;
  }
}
@media (min-width: 1440px) {
  .col-desktop {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-desktop-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .order-desktop-first {
    order: -1;
  }
  .order-desktop-last {
    order: 13;
  }
  .order-desktop-0 {
    order: 0;
  }
  .order-desktop-1 {
    order: 1;
  }
  .order-desktop-2 {
    order: 2;
  }
  .order-desktop-3 {
    order: 3;
  }
  .order-desktop-4 {
    order: 4;
  }
  .order-desktop-5 {
    order: 5;
  }
  .order-desktop-6 {
    order: 6;
  }
  .order-desktop-7 {
    order: 7;
  }
  .order-desktop-8 {
    order: 8;
  }
  .order-desktop-9 {
    order: 9;
  }
  .order-desktop-10 {
    order: 10;
  }
  .order-desktop-11 {
    order: 11;
  }
  .order-desktop-12 {
    order: 12;
  }
}
@media (min-width: 1450px) {
  .col-desktop-large {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-desktop-large-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .order-desktop-large-first {
    order: -1;
  }
  .order-desktop-large-last {
    order: 13;
  }
  .order-desktop-large-0 {
    order: 0;
  }
  .order-desktop-large-1 {
    order: 1;
  }
  .order-desktop-large-2 {
    order: 2;
  }
  .order-desktop-large-3 {
    order: 3;
  }
  .order-desktop-large-4 {
    order: 4;
  }
  .order-desktop-large-5 {
    order: 5;
  }
  .order-desktop-large-6 {
    order: 6;
  }
  .order-desktop-large-7 {
    order: 7;
  }
  .order-desktop-large-8 {
    order: 8;
  }
  .order-desktop-large-9 {
    order: 9;
  }
  .order-desktop-large-10 {
    order: 10;
  }
  .order-desktop-large-11 {
    order: 11;
  }
  .order-desktop-large-12 {
    order: 12;
  }
}
@media (min-width: 1601px) {
  .col-desktop-exlarge {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-desktop-exlarge-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .order-desktop-exlarge-first {
    order: -1;
  }
  .order-desktop-exlarge-last {
    order: 13;
  }
  .order-desktop-exlarge-0 {
    order: 0;
  }
  .order-desktop-exlarge-1 {
    order: 1;
  }
  .order-desktop-exlarge-2 {
    order: 2;
  }
  .order-desktop-exlarge-3 {
    order: 3;
  }
  .order-desktop-exlarge-4 {
    order: 4;
  }
  .order-desktop-exlarge-5 {
    order: 5;
  }
  .order-desktop-exlarge-6 {
    order: 6;
  }
  .order-desktop-exlarge-7 {
    order: 7;
  }
  .order-desktop-exlarge-8 {
    order: 8;
  }
  .order-desktop-exlarge-9 {
    order: 9;
  }
  .order-desktop-exlarge-10 {
    order: 10;
  }
  .order-desktop-exlarge-11 {
    order: 11;
  }
  .order-desktop-exlarge-12 {
    order: 12;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?9rw5fj");
  src: url("../fonts/icomoon.eot?9rw5fj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9rw5fj") format("truetype"), url("../fonts/icomoon.woff?9rw5fj") format("woff"), url("../fonts/icomoon.svg?9rw5fj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=spark-], [class*=" spark-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spark-pinterest-icon:before {
  content: "\e91d";
}

.spark-instagram:before {
  content: "\e91c";
}

.spark-insta-icon:before {
  content: "\e91a";
}

.spark-twitter-icon:before {
  content: "\e91b";
}

.spark-digital-icon:before {
  content: "\e916";
}

.spark-data-icon:before {
  content: "\e917";
}

.spark-data:before {
  content: "\e918";
}

.spark-ai-icon:before {
  content: "\e919";
}

.spark-facebook1:before {
  content: "\e912";
}

.spark-linkedin1:before {
  content: "\e913";
}

.spark-twitter1:before {
  content: "\e914";
}

.spark-youtube1:before {
  content: "\e915";
}

.spark-Vector:before {
  content: "\e910";
}

.spark-button-arrow:before {
  content: "\e911";
}

.spark-back-top:before {
  content: "\e90f";
}

.spark-btn-arrow:before {
  content: "\e90e";
}

.spark-energy:before {
  content: "\e90b";
}

.spark-hi-tech:before {
  content: "\e90c";
}

.spark-retail-ecommerce:before {
  content: "\e90d";
}

.spark-right-arrow2:before {
  content: "\e90a";
}

.spark-right-arrow:before {
  content: "\e909";
}

.spark-facebook:before {
  content: "\e905";
}

.spark-linkedin:before {
  content: "\e906";
}

.spark-twitter:before {
  content: "\e907";
}

.spark-youtube:before {
  content: "\e908";
}

.spark-left-slide-arrow:before {
  content: "\e903";
}

.spark-right-slide-arrow:before {
  content: "\e904";
}

.spark-location:before {
  content: "\e902";
}

.spark-search-icon:before {
  content: "\e901";
}

.spark-submit:before {
  content: "\e900";
}

.o-button3 {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0 !important;
}
.o-button3 a,
.o-button3 a.vc_general.vc_btn3 {
  font-family: Inter, sans-serif;
  position: relative;
  background: rgba(255, 255, 255, 0.095);
  color: #F7F4FF;
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 20px;
  transition: background-color 0.3s ease;
  border-radius: 15px;
  z-index: 1;
  border: none;
  display: inline-block;
  vertical-align: top;
}
.o-button3 a.vc_btn3-icon-right,
.o-button3 a.vc_general.vc_btn3.vc_btn3-icon-right {
  padding-right: 20px;
}
@media (max-width: 1023.98px) {
  .o-button3 a,
  .o-button3 a.vc_general.vc_btn3 {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 18px;
    border-radius: 12px;
  }
  .o-button3 a.vc_btn3-icon-right,
  .o-button3 a.vc_general.vc_btn3.vc_btn3-icon-right {
    padding-right: 18px;
  }
}
@media (max-width: 767.98px) {
  .o-button3 a,
  .o-button3 a.vc_general.vc_btn3 {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
    border-radius: 8px;
  }
  .o-button3 a.vc_btn3-icon-right,
  .o-button3 a.vc_general.vc_btn3.vc_btn3-icon-right {
    padding-right: 15px;
  }
}
.o-button3 a:before,
.o-button3 a.vc_general.vc_btn3:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 15px;
  border: 1px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
@media (max-width: 1023.98px) {
  .o-button3 a:before,
  .o-button3 a.vc_general.vc_btn3:before {
    border-radius: 13px;
  }
}
@media (max-width: 767.98px) {
  .o-button3 a:before,
  .o-button3 a.vc_general.vc_btn3:before {
    border-radius: 9px;
  }
}
.o-button3 a .vc_btn3-icon,
.o-button3 a.vc_general.vc_btn3 .vc_btn3-icon {
  background: url("../images/right-arrow.svg") no-repeat left top;
  width: 15px;
  height: 14px;
  position: static;
  display: inline-block;
  vertical-align: middle;
  transform: none;
  margin-left: 6px;
  background-size: 14px auto;
  transition: all 0.2s ease-in-out;
}
.o-button3 a .vc_btn3-icon:before,
.o-button3 a.vc_general.vc_btn3 .vc_btn3-icon:before {
  display: none;
}
.o-button3 a:hover,
.o-button3 a:focus,
.o-button3 a.vc_general.vc_btn3:hover,
.o-button3 a.vc_general.vc_btn3:focus {
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  color: #ffffff;
}
.o-button3.secondary {
  color: #000000;
}
.o-button3.secondary a,
.o-button3.secondary a.vc_general.vc_btn3 {
  background: #FBD008;
  color: #000000;
}
.o-button3.secondary a:hover,
.o-button3.secondary a:focus,
.o-button3.secondary a.vc_general.vc_btn3:hover,
.o-button3.secondary a.vc_general.vc_btn3:focus {
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  color: #ffffff;
}

.o-button-link {
  margin-bottom: 0 !important;
}
.o-button-link a,
.o-button-link a.vc_general.vc_btn3 {
  font-family: Inter, sans-serif;
  position: relative;
  background: rgba(255, 255, 255, 0.095);
  color: #F7F4FF;
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 17px 20px !important;
  transition: background-color 0.3s ease;
  border-radius: 15px;
  z-index: 1;
  border: 1px solid #F7F4FF;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .o-button-link a,
  .o-button-link a.vc_general.vc_btn3 {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 18px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767.98px) {
  .o-button-link a,
  .o-button-link a.vc_general.vc_btn3 {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px !important;
    border-radius: 8px;
  }
}
.o-button-link a .vc_btn3-icon,
.o-button-link a.vc_general.vc_btn3 .vc_btn3-icon {
  background: url("../images/right-arrow.svg") no-repeat left top;
  width: 15px;
  height: 14px;
  position: static;
  display: inline-block;
  vertical-align: middle;
  transform: none;
  margin-left: 6px;
  background-size: 14px auto;
  transition: all 0.2s ease-in-out;
}
.o-button-link a .vc_btn3-icon:before,
.o-button-link a.vc_general.vc_btn3 .vc_btn3-icon:before {
  display: none;
}
.o-button-link a:hover,
.o-button-link a:focus,
.o-button-link a.vc_general.vc_btn3:hover,
.o-button-link a.vc_general.vc_btn3:focus {
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  color: #ffffff;
}

.o-button3.hover-btn a::before {
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%) !important;
  color: #ffffff !important;
  -webkit-mask: none !important;
  border: 2px solid transparent;
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
}
.o-button3.hover-btn a::after {
  content: "";
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%) !important;
  opacity: 0;
  border: 2px solid transparent;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border-radius: 15px;
}
.o-button3.hover-btn a:hover::before {
  background: #161616 !important;
  box-shadow: none;
}
.o-button3.hover-btn a:hover::after {
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%) !important;
  opacity: 1;
  z-index: -3;
  box-shadow: 0px 0px 15px 0px rgba(185, 79, 235, 0.5019607843);
}

.try-exp-btn a,
.try-exp-btn button {
  min-width: 286px;
}
@media (max-width: 767.98px) {
  .try-exp-btn a,
  .try-exp-btn button {
    min-width: 220px;
  }
}

html {
  box-sizing: border-box;
  height: auto;
  font-size: 62.5%;
  margin-top: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #303030;
  background: #212121;
  font-family: Inter, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.6rem;
  overflow-x: hidden;
  position: relative;
}

*:focus {
  outline: none !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
}

.btn-check:focus + .btn,
.btn:focus,
.btn-primary:active:focus {
  box-shadow: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

blockquote,
body,
caption,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

a:visited {
  color: inherit;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.o-text,
.bloglist-page .blog-col .blog-content .blog-link,
p,
.o-paragraph-large,
.product-insights-sec .insight-card p {
  font-family: Inter, sans-serif;
}

.site {
  overflow: hidden;
  position: relative;
}

.site-main .wpb_button,
.site-main .wpb_content_element,
.site-main ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

.wpb-content-wrapper > .vc_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wpb-content-wrapper > .vc_row:before, .wpb-content-wrapper > .vc_row:after {
  display: none;
}
.wpb-content-wrapper > .vc_row > div {
  float: none;
}
.wpb-content-wrapper > .vc_row > div > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site-main .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.site-main .vc_row-has-fill > .vc_column_container > .vc_column-inner,
.site-main .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

body .container {
  max-width: 133rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto !important;
  float: none;
}
@media (max-width: 1439.98px) {
  body .container {
    max-width: 130rem;
  }
}
@media (max-width: 1349.98px) {
  body .container {
    max-width: 120rem;
  }
}
@media (max-width: 1279.98px) {
  body .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767.98px) {
  body .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

body .inner-container {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 767.98px) {
  body .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023.98px) {
  body .inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.pt-250,
.product-banner {
  padding-top: 25rem;
}
@media (max-width: 1439.98px) {
  .pt-250,
  .product-banner {
    padding-top: 20rem;
  }
}
@media (max-width: 1349.98px) {
  .pt-250,
  .product-banner {
    padding-top: 17rem;
  }
}
@media (max-width: 1279.98px) {
  .pt-250,
  .product-banner {
    padding-top: 13rem;
  }
}
@media (max-width: 1023.98px) {
  .pt-250,
  .product-banner {
    padding-top: 9rem;
  }
}
@media (max-width: 767.98px) {
  .pt-250,
  .product-banner {
    padding-top: 6rem;
  }
}

.assess-section-banner .vc_col-sm-12 > .vc_column-inner,
.pt-200,
.talk-action-block {
  padding-top: 20rem;
}
@media (max-width: 1439.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
  .pt-200,
  .talk-action-block {
    padding-top: 15rem;
  }
}
@media (max-width: 1349.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
  .pt-200,
  .talk-action-block {
    padding-top: 12rem;
  }
}
@media (max-width: 1279.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
  .pt-200,
  .talk-action-block {
    padding-top: 9rem;
  }
}
@media (max-width: 1023.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
  .pt-200,
  .talk-action-block {
    padding-top: 6rem;
  }
}
@media (max-width: 767.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
  .pt-200,
  .talk-action-block {
    padding-top: 3rem;
  }
}

.product-banner.capabilities-banner, .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
.pb-200,
.talk-action-block {
  padding-bottom: 20rem;
}
@media (max-width: 1439.98px) {
  .product-banner.capabilities-banner, .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
  .pb-200,
  .talk-action-block {
    padding-bottom: 15rem;
  }
}
@media (max-width: 1349.98px) {
  .product-banner.capabilities-banner, .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
  .pb-200,
  .talk-action-block {
    padding-bottom: 12rem;
  }
}
@media (max-width: 1279.98px) {
  .product-banner.capabilities-banner, .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
  .pb-200,
  .talk-action-block {
    padding-bottom: 9rem;
  }
}
@media (max-width: 1023.98px) {
  .product-banner.capabilities-banner, .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
  .pb-200,
  .talk-action-block {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767.98px) {
  .product-banner.capabilities-banner, .assess-section-banner .vc_col-sm-12 > .vc_column-inner,
  .pb-200,
  .talk-action-block {
    padding-bottom: 3rem;
  }
}

.pb-20 {
  padding-bottom: 2rem;
}

.pt-100,
.product-assistant-sec .vc_row:first-child h2 {
  padding-top: 10rem;
}
@media (max-width: 1439.98px) {
  .pt-100,
  .product-assistant-sec .vc_row:first-child h2 {
    padding-top: 8rem;
  }
}
@media (max-width: 1349.98px) {
  .pt-100,
  .product-assistant-sec .vc_row:first-child h2 {
    padding-top: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .pt-100,
  .product-assistant-sec .vc_row:first-child h2 {
    padding-top: 6rem;
  }
}
@media (max-width: 1023.98px) {
  .pt-100,
  .product-assistant-sec .vc_row:first-child h2 {
    padding-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .pt-100,
  .product-assistant-sec .vc_row:first-child h2 {
    padding-top: 3rem;
  }
}

.capabilities-list-sec .capabiliti-list-row,
.pb-100 {
  padding-bottom: 10rem;
}
@media (max-width: 1439.98px) {
  .capabilities-list-sec .capabiliti-list-row,
  .pb-100 {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1349.98px) {
  .capabilities-list-sec .capabiliti-list-row,
  .pb-100 {
    padding-bottom: 7rem;
  }
}
@media (max-width: 1279.98px) {
  .capabilities-list-sec .capabiliti-list-row,
  .pb-100 {
    padding-bottom: 6rem;
  }
}
@media (max-width: 1023.98px) {
  .capabilities-list-sec .capabiliti-list-row,
  .pb-100 {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .capabilities-list-sec .capabiliti-list-row,
  .pb-100 {
    padding-bottom: 3rem;
  }
}

.pt-120 {
  padding-top: 12rem;
}
@media (max-width: 1439.98px) {
  .pt-120 {
    padding-top: 10rem;
  }
}
@media (max-width: 1349.98px) {
  .pt-120 {
    padding-top: 8rem;
  }
}
@media (max-width: 1279.98px) {
  .pt-120 {
    padding-top: 7rem;
  }
}
@media (max-width: 1023.98px) {
  .pt-120 {
    padding-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .pt-120 {
    padding-top: 3rem;
  }
}

.pb-120 {
  padding-bottom: 12rem;
}
@media (max-width: 1439.98px) {
  .pb-120 {
    padding-bottom: 10rem;
  }
}
@media (max-width: 1349.98px) {
  .pb-120 {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1279.98px) {
  .pb-120 {
    padding-bottom: 7rem;
  }
}
@media (max-width: 1023.98px) {
  .pb-120 {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .pb-120 {
    padding-bottom: 3rem;
  }
}

.pt-150 {
  padding-top: 15rem;
}
@media (max-width: 1439.98px) {
  .pt-150 {
    padding-top: 12rem;
  }
}
@media (max-width: 1349.98px) {
  .pt-150 {
    padding-top: 10rem;
  }
}
@media (max-width: 1279.98px) {
  .pt-150 {
    padding-top: 8rem;
  }
}
@media (max-width: 1023.98px) {
  .pt-150 {
    padding-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .pt-150 {
    padding-top: 3rem;
  }
}

.pb-150 {
  padding-bottom: 15rem;
}
@media (max-width: 1439.98px) {
  .pb-150 {
    padding-bottom: 12rem;
  }
}
@media (max-width: 1349.98px) {
  .pb-150 {
    padding-bottom: 10rem;
  }
}
@media (max-width: 1279.98px) {
  .pb-150 {
    padding-bottom: 8rem;
  }
}
@media (max-width: 1023.98px) {
  .pb-150 {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .pb-150 {
    padding-bottom: 3rem;
  }
}

.pt-70 {
  padding-top: 7rem;
}
@media (max-width: 1439.98px) {
  .pt-70 {
    padding-top: 6rem;
  }
}
@media (max-width: 1349.98px) {
  .pt-70 {
    padding-top: 5rem;
  }
}
@media (max-width: 1279.98px) {
  .pt-70 {
    padding-top: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .pt-70 {
    padding-top: 3rem;
  }
}

.pb-70,
.product-banner p,
.product-banner {
  padding-bottom: 7rem;
}
@media (max-width: 1439.98px) {
  .pb-70,
  .product-banner p,
  .product-banner {
    padding-bottom: 6rem;
  }
}
@media (max-width: 1349.98px) {
  .pb-70,
  .product-banner p,
  .product-banner {
    padding-bottom: 5rem;
  }
}
@media (max-width: 1279.98px) {
  .pb-70,
  .product-banner p,
  .product-banner {
    padding-bottom: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .pb-70,
  .product-banner p,
  .product-banner {
    padding-bottom: 3rem;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

body .site-main {
  margin: 0;
  padding-top: 0;
}

.home .entry-header {
  display: none;
}
.home .site-main {
  padding-top: 0;
}

.entry-title {
  display: none;
}

.d-none, body.error404 footer, body.error404 header .main-navigation, body.error404 header .menu-toggle, .cta-section.no-bubbles .vc_col-sm-12 .vc_column-inner::before, .cta-section.no-bubbles .vc_col-sm-12 .vc_column-inner::after {
  display: none !important;
}

p {
  font-weight: 300;
  color: #F7F4FF;
}

.assess-heading .section-title, .assess-section-banner .section-title, .talk-action-block h2, .page-title, .product-banner h1,
.page-title p,
.product-banner h1 p,
.o-header--h1 {
  font-size: 5rem;
  line-height: 6.2rem;
}
@media (max-width: 1439.98px) {
  .assess-heading .section-title, .assess-section-banner .section-title, .talk-action-block h2, .page-title, .product-banner h1,
  .page-title p,
  .product-banner h1 p,
  .o-header--h1 {
    font-size: 4.8rem;
    line-height: normal;
  }
}
@media (max-width: 1349.98px) {
  .assess-heading .section-title, .assess-section-banner .section-title, .talk-action-block h2, .page-title, .product-banner h1,
  .page-title p,
  .product-banner h1 p,
  .o-header--h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .assess-heading .section-title, .assess-section-banner .section-title, .talk-action-block h2, .page-title, .product-banner h1,
  .page-title p,
  .product-banner h1 p,
  .o-header--h1 {
    font-size: 2.8rem;
  }
}

.privacypolicy-page h2, .assess-main h3, .assess-section-banner p, .blog-detail .blogdetail-content h2, .blog-detail .blogfirst-row .blogfirst-content h2, .lifeatron-sec p, .careerpage-banner p, .solution-banner h2, .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper h4, .common-page-banner p, .section-title,
.o-header--h2,
.product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image h2,
.product-banner p,
.assess-form-wrap.final-screen-wrap .section-title,
.thumbnail-slider h2,
body .gradient-title {
  font-size: 2.8rem;
  line-height: 3.6rem;
}
@media (max-width: 1279.98px) {
  .privacypolicy-page h2, .assess-main h3, .assess-section-banner p, .blog-detail .blogdetail-content h2, .blog-detail .blogfirst-row .blogfirst-content h2, .lifeatron-sec p, .careerpage-banner p, .solution-banner h2, .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper h4, .common-page-banner p, .section-title,
  .o-header--h2,
  .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image h2,
  .product-banner p,
  .assess-form-wrap.final-screen-wrap .section-title,
  .thumbnail-slider h2,
  body .gradient-title {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .privacypolicy-page h2, .assess-main h3, .assess-section-banner p, .blog-detail .blogdetail-content h2, .blog-detail .blogfirst-row .blogfirst-content h2, .lifeatron-sec p, .careerpage-banner p, .solution-banner h2, .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper h4, .common-page-banner p, .section-title,
  .o-header--h2,
  .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image h2,
  .product-banner p,
  .assess-form-wrap.final-screen-wrap .section-title,
  .thumbnail-slider h2,
  body .gradient-title {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

.privacypolicy-page h3, .blog-detail .blogdetail-content h3,
.o-header--h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
@media (max-width: 1439.98px) {
  .privacypolicy-page h3, .blog-detail .blogdetail-content h3,
  .o-header--h3 {
    font-size: 3rem;
    line-height: normal;
  }
}
@media (max-width: 1349.98px) {
  .privacypolicy-page h3, .blog-detail .blogdetail-content h3,
  .o-header--h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  .privacypolicy-page h3, .blog-detail .blogdetail-content h3,
  .o-header--h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

.capabilities-list-sec .capabiliti-list-row .capabilitilist-content p, .capabilities-list-sec .o-header--h4 p, .bloglist-page .blog-col .blog-content h3,
.bloglist-page .blog-col .blog-content h3 a, .solution-listing .o-header--h4 p, .benefits-inner-col h4, .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h5, .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .home-geteway-h4, .icon-card h4, .icon-card .icon-card-h3, .footer-row-left h3,
.o-header--h4 {
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 1439.98px) {
  .capabilities-list-sec .capabiliti-list-row .capabilitilist-content p, .capabilities-list-sec .o-header--h4 p, .bloglist-page .blog-col .blog-content h3,
  .bloglist-page .blog-col .blog-content h3 a, .solution-listing .o-header--h4 p, .benefits-inner-col h4, .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h5, .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .home-geteway-h4, .icon-card h4, .icon-card .icon-card-h3, .footer-row-left h3,
  .o-header--h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .capabilities-list-sec .capabiliti-list-row .capabilitilist-content p, .capabilities-list-sec .o-header--h4 p, .bloglist-page .blog-col .blog-content h3,
  .bloglist-page .blog-col .blog-content h3 a, .solution-listing .o-header--h4 p, .benefits-inner-col h4, .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h5, .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .home-geteway-h4, .icon-card h4, .icon-card .icon-card-h3, .footer-row-left h3,
  .o-header--h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.o-header--h5 {
  font-size: 2.8rem;
  line-height: 4rem;
}
@media (max-width: 1439.98px) {
  .o-header--h5 {
    font-size: 2.4rem;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .o-header--h5 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.o-body-large {
  font-size: 2.2rem;
  line-height: 3.6rem;
}

.o-body-medium,
.product-insights-sec .vc_row p,
.product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column p,
.product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column ul,
.product-assistant-sec .vc_row:first-child p,
body div.asl_r.asl_w.vertical .results .asl_nores .asl_nores_header {
  font-size: 2rem;
  line-height: 3rem;
}

.o-body-small,
.product-insights-sec .insight-card h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.bloglist-page .blog-col .blog-content .blog-link, p,
.o-paragraph-large,
.product-insights-sec .insight-card p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (max-width: 767.98px) {
  .bloglist-page .blog-col .blog-content .blog-link, p,
  .o-paragraph-large,
  .product-insights-sec .insight-card p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.o-paragraph-medium,
.benefits-inner-col p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.o-paragraph-small {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.animation, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column {
  opacity: 0;
  transition: all 400ms linear;
}

.fadeRight {
  transform: translate3d(50px, 0, 0);
}

.fadelLeft {
  transform: translate3d(-50px, 0, 0);
}

.fadeTop {
  transform: translate3d(0, 50px, 0);
}

.fadeBottom {
  transform: translate3d(0, -50px, 0);
}

.fadeIn {
  transform: translate3d(0, 0, 0);
}

.fadeRight.in-view,
.fadelLeft.in-view,
.fadeBottom.in-view,
.fadeTop.in-view, .fadeIn.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.zoom-eefect {
  transition: opacity 800ms cubic-bezier(0.4, 0, 0.2, 1), transform 800ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
  opacity: 0;
  transform: matrix(0.92, 0, 0, 0.92, 0, 0);
}
.zoom-eefect.in-view {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.split-line, .titleanimation > div {
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 10.5rem;
}
@media (max-width: 1279.98px) {
  .slick-dots {
    bottom: 8.5rem;
  }
}
@media (max-width: 767.98px) {
  .slick-dots {
    bottom: 6.5rem;
  }
}
.slick-dots button {
  font-size: 0;
  text-transform: uppercase;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1349.98px) {
  .slick-dots button {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1279.98px) {
  .slick-dots button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .slick-dots button {
    width: 40px;
    height: 40px;
  }
}
.slick-dots button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.slick-dots button:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #000000;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transform-origin: center center;
  transition: all 0.3s ease 0s;
}
.slick-dots .slick-active button:before {
  height: 2rem;
  background: #000000;
}
.slick-dots .slick-active button:after {
  transform: scale(1);
}
@media (max-width: 767.98px) {
  .slick-dots .slick-active button:before {
    height: 1.4rem;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-buttons {
  display: flex;
  justify-content: end;
  margin-top: 2rem;
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.4rem;
  height: 1.4rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  width: 3.4rem;
  height: 1.4rem;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev {
  background: url("../images/sllider-nav.svg") no-repeat left top;
}
.swiper-button-prev:hover {
  background-position: left bottom;
}

.swiper-button-next {
  margin-left: 2rem;
  background: url("../images/sllider-nav.svg") no-repeat right top;
}
.swiper-button-next:hover {
  background-position: right bottom;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1279.98px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  line-height: 6px;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: top;
  border-radius: 30rem;
  opacity: 1;
  transition: all 0.3s ease 0s;
  transform-origin: left top;
  margin: 0 3rem;
}
@media (max-width: 767.98px) {
  .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: #FFCB05;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  display: block;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: #D9D9D9;
  position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #5627D9;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 3px;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 1px;
  }
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.slider-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.slider-buttons {
  display: flex;
}

.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(59, 32, 13, 0.2);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  width: calc(100% - 90px);
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #000000;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-horizontal {
  touch-action: pan-y;
}

@media (max-width: 767.98px) {
  .swiper-button-next {
    margin-left: 2rem;
  }
}
.text-left, .product-insights-sec .insight-card .vc_column-inner, .product-assistant-sec .assistant-card .vc_column-inner {
  text-align: left !important;
}

.text-center, .product-insights-sec .vc_row, .product-assistant-sec .vc_row, .product-banner h1, .product-banner, .assess-form-wrap.final-screen-wrap .section-title, body div.asl_r.asl_w.vertical .results .asl_nores .asl_nores_header, .thumbnail-slider .team-slider .swiper .team-content, .thumbnail-slider h2 {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.relative, .product-insights-sec .insight-card, .product-insights-sec, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image, .product-assistant-sec .assistant-card .vc_column-inner, .product-assistant-sec .assistant-card, .asl_w_container #ajaxsearchlite1 .probox, .thumbnail-slider .team-slider .swiper, .thumbnail-slider .team-slider, .thumbnail-slider h2, body .gradient-title, .header .main-navigation .menu > li {
  position: relative;
}

.absolute, .product-insights-sec .container::before, .product-insights-sec .container::after, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column .wpb_wrapper, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image::before, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image h2, .thumbnail-slider .team-slider .swiper-button-next, .thumbnail-slider .team-slider .swiper-button-prev, .thumbnail-slider h2::before, .thumbnail-slider h2::after, .bannershap-sm, .footer-row-right form p .wpcf7-spinner, .site-footer:before, .header .main-navigation .menu > li ul.sub-menu {
  position: absolute;
}

.fixed {
  position: fixed;
}

.flex, .product-insights-sec .insight-card .vc_column-inner, .blog-list, .asl_w_container, .bloglist-page .blog-col .blog-content .blog-tags, .solution-listing .solution-list-row {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.block, body div.asl_r.asl_w.vertical .results .asl_nores .asl_nores_header, .bloglist-page .blog-col .blog-image img, .thumbnail-slider h2::before, .thumbnail-slider h2::after {
  display: block;
}

.inline-block, .product-insights-sec .insight-card, .product-assistant-sec .assistant-card {
  display: inline-block;
}

.d-none, body.error404 footer, body.error404 header .main-navigation, body.error404 header .menu-toggle, .cta-section.no-bubbles .vc_col-sm-12 .vc_column-inner::before, .cta-section.no-bubbles .vc_col-sm-12 .vc_column-inner::after {
  display: none !important;
}

.items-start {
  align-items: flex-start;
}

.items-center, .asl_w_container #ajaxsearchlite1 .probox, .solution-listing .solution-list-row {
  align-items: center;
}

.items-end, .product-insights-sec .insight-card .vc_column-inner {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

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

.justify-end, .asl_w_container {
  justify-content: flex-end;
}

.justify-between, .blog-list {
  justify-content: space-between;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none, .product-insights-sec .insight-card, .product-assistant-sec .assistant-card {
  float: none;
}

.flex-wrap, .blog-list, .bloglist-page .blog-col .blog-content .blog-tags {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.vertical-top, .product-insights-sec .insight-card, .product-assistant-sec .assistant-card, .asl_w_container #ajaxsearchlite1 .probox .promagnifier svg {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-bottom {
  vertical-align: bottom;
}

.p-0, .product-assistant-sec .assistant-card .vc_column-inner, body div.asl_r.asl_w.vertical .results .item, .asl_w_container #ajaxsearchlite1 .probox .proinput, .header .main-navigation .menu > li {
  padding: 0;
}

.m-0, .featured-blog .blog-col, .asl_w_container #ajaxsearchlite1 .probox .proinput {
  margin: 0;
}

.mx-auto, .product-assistant-sec .vc_row:first-child p, .product-banner p, .product-banner h1, .assess-main .action-area #retake-button, .assess-main, .lifeatron-sec p, .contact-heading p, .container-contact, .thumbnail-slider .team-slider, .thumbnail-slider h2, .banner-aboutus p, body .gradient-title, .bakedifferent-sec .vc_row:first-child .vc_column-inner > .wpb_wrapper {
  margin: 0 auto;
}

.left-0, .product-insights-sec .container::after, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image::before, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image h2, .thumbnail-slider h2::before, .bannershap-sm, .site-footer:before {
  left: 0;
}

.right-0, .product-insights-sec .container::before, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image::before, .thumbnail-slider h2::after {
  right: 0;
}

.top-0, .product-insights-sec .container::before, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image::before, .site-footer:before, .header .menu-open .menu-toggle .menu-bars:after, .header .menu-open .menu-toggle .menu-bars:before {
  top: 0;
}

.bottom-0, .product-insights-sec .container::after, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column .wpb_wrapper, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image::before, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image h2, .bannershap-sm {
  bottom: 0;
}

.h-100, .site-footer:before {
  height: 100%;
}

.vh-100 {
  height: 100vh;
}

.vw-100 {
  width: 100vw;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden, .product-insights-sec .insight-card, .product-assistant-sec .assistant-card .vc_column-inner, .product-assistant-sec .assistant-card, .bloglist-page .blog-col .blog-image, .solution-banner, .bakedifferent-row .icon-card {
  overflow: hidden;
}

.text-white, .product-insights-sec .insight-card h4, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image h2, body div.asl_r.asl_w.vertical .results .asl_nores, body div.asl_r.asl_w.vertical .results .item .asl_content h3 a {
  color: #ffffff !important;
}

.text-black, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column p,
.product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column ul, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column {
  color: #000000 !important;
}

.opacity-0, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-100, .product-assistant-sec .assistant-card .vc_column-inner:hover .wpb_text_column, .product-assistant-sec .assistant-card .vc_column-inner:focus .wpb_text_column, .footer-row-right form p .wpcf7-spinner {
  opacity: 1;
}

.visibility-visible, .product-assistant-sec .assistant-card .vc_column-inner:hover .wpb_text_column, .product-assistant-sec .assistant-card .vc_column-inner:focus .wpb_text_column {
  visibility: visible;
}

.visibility-hidden, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column {
  visibility: hidden;
}

body.home {
  background: #212121;
}

body.menu-scroll--hide {
  overflow: hidden;
}

.section-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  background: linear-gradient(91.16deg, #5627D9 6.8%, rgba(195, 80, 241, 0.8) 58.5%, #291DFF 117.29%);
  background-clip: text;
  color: transparent;
  padding-bottom: 25px;
}
@media (max-width: 1349.98px) {
  .section-title {
    padding-bottom: 20px;
  }
}

.page-title, .product-banner h1,
.page-title p,
.product-banner h1 p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  background: linear-gradient(91.17deg, #5627D9 -4.01%, rgba(195, 80, 241, 0.8) 36.14%, #B877FF 77.44%, #291DFF 106.11%);
  background-clip: text;
  color: transparent;
  padding-bottom: 25px;
}
@media (max-width: 1349.98px) {
  .page-title, .product-banner h1,
  .page-title p,
  .product-banner h1 p {
    padding-bottom: 32px;
  }
}
@media (max-width: 1023.98px) {
  .page-title, .product-banner h1,
  .page-title p,
  .product-banner h1 p {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-title, .product-banner h1,
  .page-title p,
  .product-banner h1 p {
    padding-bottom: 18px;
  }
}

.w-50 {
  width: 50%;
}

.w-100, .product-insights-sec .insight-card .vc_column-inner, .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column .wpb_wrapper, .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image figure,
.product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image .vc_single_image-wrapper,
.product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image .vc_single_image-wrapper img, .assess-form-wrap.final-screen-wrap .section-title, .bloglist-page .blog-col .blog-image img, .contact-form .form-inner .form-row .col input,
.contact-form .form-inner .form-row .col textarea, .contact-form .form-inner .form-row .col, .contact-form .form-inner, .site-footer:before {
  width: 100%;
}

.solution-banner .page-title p, .solution-banner .product-banner h1 p, .product-banner .solution-banner h1 p {
  max-width: initial;
  font-size: inherit;
}
@media (max-width: 767.98px) {
  .solution-banner .page-title p, .solution-banner .product-banner h1 p, .product-banner .solution-banner h1 p {
    font-size: 24px;
  }
}
.solution-banner .page-title p strong, .solution-banner .product-banner h1 p strong, .product-banner .solution-banner h1 p strong {
  color: #ffffff;
  font-weight: 500;
}
.solution-banner p.sub-bg-heading {
  font-size: 42px;
  background: linear-gradient(-65deg, #5627D9 0%, rgba(195, 80, 241, 0.8) 36%, #B877FF 74%, #291DFF 100%);
  background-clip: text;
  color: transparent !important;
  line-height: normal;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .solution-banner p.sub-bg-heading {
    font-size: 28px;
  }
}

.shopmate-fun-head {
  width: 100%;
  padding-bottom: 10px;
  text-align: center !important;
}
.shopmate-fun-head strong {
  display: inline-block;
  color: #ffffff !important;
  font-weight: 400;
  width: 255px;
  text-align: right;
}
@media (max-width: 1023.98px) {
  .shopmate-fun-head strong {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .shopmate-fun-head strong {
    width: 100%;
  }
}

.shopmate-fun-sub-head {
  width: 100%;
  text-align: center;
  padding-bottom: 150px;
}
@media (max-width: 1279.98px) {
  .shopmate-fun-sub-head {
    padding-bottom: 60px;
  }
}
@media (max-width: 1023.98px) {
  .shopmate-fun-sub-head {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .shopmate-fun-sub-head {
    padding-bottom: 30px;
  }
}

.d-block {
  display: block;
}

.site-main {
  padding-top: 150px !important;
}
@media (max-width: 1439.98px) {
  .site-main {
    padding-top: 130px !important;
  }
}
@media (max-width: 1349.98px) {
  .site-main {
    padding-top: 120px !important;
  }
}
@media (max-width: 1279.98px) {
  .site-main {
    padding-top: 90px !important;
  }
}

.cta-section .section-title strong {
  color: #ffffff;
}
@media (max-width: 1439.98px) {
  .cta-section.pt-200.pb-200, .cta-section.talk-action-block {
    padding: 80px 0;
  }
}
@media (max-width: 1023.98px) {
  .cta-section.pt-200.pb-200, .cta-section.talk-action-block {
    padding: 50px 0;
  }
}

.shopmate-title-unbound .page-title strong, .shopmate-title-unbound .product-banner h1 strong, .product-banner .shopmate-title-unbound h1 strong {
  font-family: "Unbounded", sans-serif;
}
.shopmate-title-unbound .sub-bg-heading {
  font-family: "Unbounded", sans-serif;
  max-width: 1050px;
}

.chat-bot-section {
  bottom: 90px;
  position: fixed;
  right: 50px;
  z-index: 11111;
}
.chat-bot-section.open p {
  display: none;
}
.chat-bot-section p {
  background: #ffffff;
  border-radius: 12px 12px 0 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 10px 15px;
}
.chat-bot-section button {
  background-color: #5627D9;
  border: none;
  border-radius: 38px 38px 4px 35px;
  bottom: 20px;
  color: #ffffff;
  height: 60px;
  padding: 16px;
  position: fixed;
  right: 20px;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  width: 60px;
  z-index: 1111;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.chat-bot-section button i {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 0;
}
.chat-bot-section button i .close-bot {
  display: none;
}
.chat-bot-section button.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chat-bot-section button.open i .chat-bot {
  display: none;
}
.chat-bot-section button.open i .close-bot {
  display: inline-block;
}

#child-iframe {
  display: none;
  border: none;
  background-color: transparent;
  max-width: 100%;
  position: fixed;
  right: 90px;
  width: 400px;
  z-index: 1111;
  bottom: -80px;
  height: calc(100vh - 100px);
}
@media (max-width: 767.98px) {
  #child-iframe {
    right: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
  }
}

.page-id-20 .header.sticky-header .header-row, .single-post .header.sticky-header .header-row {
  background-color: rgba(22, 22, 22, 0.95);
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 11;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439.98px) {
  .header {
    top: 40px;
  }
}
@media (max-width: 1279.98px) {
  .header {
    top: 20px;
  }
}
.header.sticky-header {
  top: 0;
  transition: all 0.3s ease-in-out;
}
.header.sticky-header .header-row {
  border-radius: 0 0 25px 25px;
  transition: all 0.3s ease-in-out;
}
.header.sticky-header .header-row::before {
  border-radius: 0 0 25px 25px;
}
.header .header-row {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.095);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  border-radius: 25px;
  position: relative;
  padding: 0 50px;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(500px);
}
@media (max-width: 1279.98px) {
  .header .header-row {
    padding: 15px;
  }
}
.header .header-row:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 25px;
  border: 1px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
@media (max-width: 1279.98px) {
  .header .header-row:before {
    display: none;
  }
}
.header .header-row .site-branding a {
  display: block;
}
.header .header-row .site-branding a img {
  display: block;
  max-width: 120px;
  width: auto;
  height: auto;
}
@media (max-width: 1023.98px) {
  .header .header-row .site-branding a img {
    max-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .header .header-row .site-branding a img {
    max-height: 28px;
  }
}
.header .menu-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.header .menu-toggle:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 0;
  border: 1px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  height: 100%;
  width: 100%;
}
@media (max-width: 1279.98px) {
  .header .menu-toggle {
    display: block;
    z-index: 3;
    margin-left: auto;
  }
}
.header .menu-toggle .menu-bars {
  position: absolute;
  display: block;
  width: 16px;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: #F7F4FF;
  height: 2px;
  transition: all 0.5s ease;
}
.header .menu-toggle .menu-bars:before, .header .menu-toggle .menu-bars:after {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  background: #F7F4FF;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .menu-toggle .menu-bars:before {
  top: -6px;
}
.header .menu-toggle .menu-bars:after {
  bottom: -6px;
}
.header .menu-open .menu-toggle .menu-bars {
  background: transparent;
}
.header .menu-open .menu-toggle .menu-bars:before {
  transform: rotate(45deg);
}
.header .menu-open .menu-toggle .menu-bars:after {
  transform: rotate(-45deg);
}
.header .main-navigation {
  max-width: 1028px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .header .main-navigation {
    z-index: 2;
    position: fixed;
    width: 300px;
    top: 0 !important;
    right: -350px;
    max-width: 100%;
    height: 100% !important;
    background: #212121;
    border-radius: 0;
    transition: all 0.3s linear;
    overflow-x: hidden;
    overflow-y: auto;
    bottom: 0 !important;
    height: 100vh !important;
  }
}
.header .main-navigation .menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 88px;
}
@media (max-width: 1279.98px) {
  .header .main-navigation .menu {
    display: block;
  }
}
@media (max-width: 1349.98px) {
  .header .main-navigation .menu {
    height: 78px;
  }
}
.header .main-navigation .menu > li {
  margin: 0 32px;
}
@media (max-width: 1349.98px) {
  .header .main-navigation .menu > li {
    margin: 0 15px;
  }
}
@media (max-width: 1279.98px) {
  .header .main-navigation .menu > li {
    margin: 0;
  }
}
.header .main-navigation .menu > li:last-child {
  margin-right: 0;
}
.header .main-navigation .menu > li.current-menu-item a, .header .main-navigation .menu > li.current-menu-parent a {
  color: #B877FF;
}
@media (max-width: 1279.98px) {
  .header .main-navigation .menu > li {
    height: auto;
    padding: 9px 30px;
  }
}
.header .main-navigation .menu > li > a {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #F7F4FF;
  display: block;
  padding: 35px 10px;
  text-transform: uppercase;
}
@media (max-width: 1439.98px) {
  .header .main-navigation .menu > li > a {
    padding: 30px 10px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1279.98px) {
  .header .main-navigation .menu > li > a {
    padding: 9px 5px;
  }
}
.header .main-navigation .menu > li > a:hover {
  color: #B166EC;
}
.header .main-navigation .menu > li:hover ul.sub-menu, .header .main-navigation .menu > li:focus ul.sub-menu {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.header .main-navigation .menu > li ul.sub-menu {
  background: #212121;
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  margin: 0;
  min-width: 267px;
  padding: 21px 20px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  .header .main-navigation .menu > li ul.sub-menu {
    background: transparent;
    box-shadow: none;
    border: 0 none;
    margin: 0;
    min-width: inherit;
    overflow: inherit;
    opacity: 1;
    padding: 0 20px;
    pointer-events: none;
    position: static;
  }
}
.header .main-navigation .menu > li ul.sub-menu:after {
  content: "";
  background: rgba(255, 255, 255, 0.095);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  z-index: -1;
}
@media (max-width: 1279.98px) {
  .header .main-navigation .menu > li ul.sub-menu:after {
    display: none;
  }
}
.header .main-navigation .menu > li ul.sub-menu li.menu-item > a {
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #F7F4FF;
  display: block;
  padding: 7px 0;
}
@media (max-width: 1279.98px) {
  .header .main-navigation .menu > li ul.sub-menu li.menu-item > a {
    padding: 5px 0;
  }
}
.header .main-navigation .menu > li ul.sub-menu li.menu-item > a:hover {
  color: #B166EC;
}
@media (max-width: 1279.98px) {
  .header .menu-open .main-navigation {
    right: -30px;
  }
}
.header .globe-link .globe-icon {
  background: url("../images/globe-icon.svg");
  width: 29px;
  height: 29px;
  display: block;
}

.site-footer {
  box-shadow: 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  padding: 46px 0 0;
  position: relative;
}
.site-footer:before {
  content: "";
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  z-index: -1;
}
@media (max-width: 1023.98px) {
  .site-footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    padding: 30px 0 0;
  }
}

.footer-toprow {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 65px;
}
@media (max-width: 1023.98px) {
  .footer-toprow {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .footer-toprow {
    padding-bottom: 30px;
  }
}
.footer-toprow .footer-row-right {
  width: 41.5%;
}
@media (max-width: 767.98px) {
  .footer-toprow .footer-row-right {
    width: 100%;
  }
}

.footer-row-left {
  display: flex;
  flex-wrap: wrap;
  width: 58.5%;
}
@media (max-width: 767.98px) {
  .footer-row-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-row-left .footer-row__products.footer-mobile-items,
  .footer-row-left .footer-row__solutions.footer-mobile-items {
    width: 50%;
    flex: 1;
  }
}
.footer-row-left > div {
  flex: 1 0 auto;
}
.footer-row-left h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  color: #FEFEFE;
  padding: 0 0 20px;
}
@media (max-width: 767.98px) {
  .footer-row-left h3 {
    padding: 0 0 5px;
  }
}
.footer-row-left .menu li {
  margin: 0 0 10px;
}
.footer-row-left .menu li a {
  font-size: 14px;
  line-height: 24px;
  color: #FEFEFE;
}
.footer-row-left .menu li a:hover {
  color: #B166EC;
}

.footer-row-right h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #FEFEFE;
  display: flex;
  margin: 0 0 10px;
}
.footer-row-right h2 span {
  margin-right: 20px;
}
@media (max-width: 1349.98px) {
  .footer-row-right h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer-row-right h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.footer-row-right p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #FEFEFE;
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .footer-row-right p {
    font-size: 16px;
    line-height: 20px;
  }
}
.footer-row-right form #newsletter-form {
  width: 476px;
  max-width: 100%;
}
.footer-row-right form p {
  display: flex;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.footer-row-right form p span:nth-child(1) {
  width: 100%;
}
.footer-row-right form p .wpcf7-spinner {
  background-color: #5627D9;
  border: solid 1px #ffffff;
  height: 30px;
  right: 3px;
  top: 10px;
  width: 30px;
}
.footer-row-right form input {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #A4A4A4;
  background: transparent;
  border-radius: 10px 0 0 10px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-right: none !important;
  height: 50px;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .footer-row-right form input {
    height: 40px;
  }
}
.footer-row-right form .wpcf7-submit {
  width: 90px;
  border-radius: 0 10px 10px 0;
  font-size: 0;
  background: url("../images/submit-arrow.svg") no-repeat center center #5627D9;
  border: none !important;
  cursor: pointer;
  height: 50px;
}
.footer-row-right form .wpcf7-submit:hover, .footer-row-right form .wpcf7-submit:focus {
  opacity: 0.8;
}
@media (max-width: 1023.98px) {
  .footer-row-right form .wpcf7-submit {
    width: 70px;
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer-row-right form .wpcf7-submit {
    font-size: 0 !important;
  }
}
.footer-row-right form label.error {
  font-size: 12px;
  color: #E72E2D;
  display: block;
  width: 100%;
}
.footer-row-right form .wpcf7-response-output {
  color: #FEFEFE;
  margin-top: 10px;
  font-size: 14px;
}

.footer-btm {
  padding: 0 0 30px;
}

.footer-btm-row {
  display: flex;
  flex-wrap: wrap;
}
.footer-btm-row .site-info {
  color: #F7F4FF;
}
.footer-btm-row .site-info p,
.footer-btm-row .site-info a {
  line-height: 22px;
  color: #F7F4FF;
}
@media (max-width: 1439.98px) {
  .footer-btm-row .site-info p,
  .footer-btm-row .site-info a {
    font-size: 14px;
  }
}
.footer-btm-row .site-info p span,
.footer-btm-row .site-info a span {
  text-decoration: underline;
}
.footer-btm-row .site-info a {
  text-decoration: underline;
}
.footer-btm-row .footer-btm-links {
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .footer-btm-row .footer-btm-links {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
}
.footer-btm-row .footer-btm-links .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-btm-row .footer-btm-links .menu li {
  line-height: normal;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  position: relative;
}
.footer-btm-row .footer-btm-links .menu li:before {
  content: "";
  height: 22px;
  width: 1px;
  background: #F7F4FF;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-btm-row .footer-btm-links .menu li:first-child {
  margin: 0;
  padding: 0;
}
.footer-btm-row .footer-btm-links .menu li:first-child::before {
  display: none;
}
.footer-btm-row .footer-btm-links .menu li a {
  color: #F7F4FF;
  display: block;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1439.98px) {
  .footer-btm-row .footer-btm-links .menu li a {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .footer-btm-row .footer-btm-links .menu li a {
    line-height: 20px;
  }
}
.footer-btm-row .footer-btm-links .menu li a:hover {
  opacity: 0.7;
}

.social-listing {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .social-listing {
    padding-top: 10px;
  }
}
.social-listing a {
  font-size: 14px;
  line-height: 20px;
  color: #A4A4A4;
  display: flex;
  align-items: center;
}
.social-listing a:hover {
  color: #B166EC;
}
.social-listing a img {
  max-width: 20px;
  margin-right: 8px;
  margin-top: -3px;
}

.home-banner {
  text-align: center;
}
.home-banner .homebanner-row > .vc_column-inner {
  padding-block: 50px 120px;
  position: relative;
}
.home-banner .homebanner-row > .vc_column-inner::before {
  content: "";
  background: url("../images/banner-shap-big.png");
  width: 713px;
  height: 741px;
  position: absolute;
  left: 35px;
  top: 30px;
  animation: animabig-shap 30s linear infinite;
  opacity: 0.3;
  display: inline-block;
}
@media (max-width: 1349.98px) {
  .home-banner .homebanner-row > .vc_column-inner::before {
    background-size: 100% auto;
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .homebanner-row > .vc_column-inner::before {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1023.98px) {
  .home-banner .homebanner-row > .vc_column-inner::before {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 767.98px) {
  .home-banner .homebanner-row > .vc_column-inner::before {
    width: 250px;
    height: 250px;
  }
}
.home-banner .homebanner-row > .vc_column-inner::after {
  content: "";
  background: url("../images/banner-shap-small.png");
  width: 252px;
  height: 230px;
  position: absolute;
  left: 86%;
  top: 70%;
  animation: animasmall-shap 30s linear infinite;
  opacity: 0.3;
  display: inline-block;
}
@media (max-width: 1349.98px) {
  .home-banner .homebanner-row > .vc_column-inner::after {
    background-size: 100% auto;
    width: 224px;
    height: 204px;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .homebanner-row > .vc_column-inner::after {
    width: 180px;
    height: 163px;
  }
}
@media (max-width: 1023.98px) {
  .home-banner .homebanner-row > .vc_column-inner::after {
    width: 150px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .home-banner .homebanner-row > .vc_column-inner::after {
    width: 120px;
    height: 112px;
  }
}
@media (max-width: 1023.98px) {
  .home-banner .homebanner-row > .vc_column-inner {
    padding-block: 50px 70px;
  }
}
@media (max-width: 767.98px) {
  .home-banner .homebanner-row > .vc_column-inner {
    padding-block: 40px 40px;
  }
}
.home-banner h1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 110px;
  text-transform: uppercase;
  background: linear-gradient(-65deg, #5627D9 0%, rgba(195, 80, 241, 0.8) 36%, #B877FF 74%, #291DFF 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1349.98px) {
  .home-banner h1 {
    font-size: 86px;
    line-height: 96px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .home-banner h1 {
    font-size: 58px;
    line-height: 62px;
  }
}
.home-banner .home-banner-tag h1 {
  font-size: 50px;
  width: 100%;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 1349.98px) {
  .home-banner .home-banner-tag h1 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 1279.98px) {
  .home-banner .home-banner-tag h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .home-banner .home-banner-tag h1 {
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 15px;
  }
}
.home-banner h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 62px;
  color: #F7F4FF;
  padding-bottom: 60px;
  text-align: center !important;
}
@media (max-width: 1349.98px) {
  .home-banner h3 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (max-width: 1279.98px) {
  .home-banner h3 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .home-banner h3 {
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 25px;
  }
}
.home-banner p, .home-banner .home-banner-h2 {
  font-weight: 300;
  font-size: 42px;
  color: #F7F4FF;
  max-width: 930px;
  margin: 0 auto;
  padding-bottom: 15px;
  position: relative;
  line-height: 64px;
  background: linear-gradient(91.16deg, #5627D9 6.8%, rgba(195, 80, 241, 0.8) 58.5%, #291DFF 117.29%);
  background-clip: text;
  color: transparent;
  font-family: "Unbounded", sans-serif;
}
.home-banner p strong, .home-banner .home-banner-h2 strong {
  color: #ffffff;
}
@media (max-width: 1349.98px) {
  .home-banner p, .home-banner .home-banner-h2 {
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1279.98px) {
  .home-banner p, .home-banner .home-banner-h2 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .home-banner p, .home-banner .home-banner-h2 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
.home-banner .button-group .o-button3 {
  margin: 0 15px;
}
@media (max-width: 1023.98px) {
  .home-banner .button-group .o-button3 {
    margin: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .home-banner .button-group .o-button3 {
    margin: 0 10px 15px !important;
  }
}
.home-banner .button-group .o-button3 a {
  min-width: 230px;
}
@media (max-width: 1023.98px) {
  .home-banner .button-group .o-button3 a {
    min-width: 195px;
  }
}
@media (max-width: 767.98px) {
  .home-banner .button-group .o-button3 a {
    min-width: 150px;
  }
}

@keyframes animabig-shap {
  0% {
    left: -100px;
    top: 30px;
    transform: rotate(0);
  }
  25% {
    left: 28%;
    top: -11%;
    transform: rotate(15deg);
  }
  50% {
    left: 52%;
    top: 19%;
    transform: rotate(50deg);
  }
  75% {
    left: 35%;
    top: 31%;
    transform: rotate(40deg);
  }
  100% {
    left: -100px;
    top: 30px;
    transform: rotate(0);
  }
}
@keyframes animasmall-shap {
  0% {
    left: 86%;
    top: 70%;
    transform: rotate(0);
  }
  25% {
    left: 61%;
    top: 85%;
    transform: rotate(10deg);
  }
  50% {
    left: -3%;
    top: 49%;
    transform: rotate(10deg);
  }
  75% {
    left: -8%;
    top: 7%;
    transform: rotate(0deg);
  }
  100% {
    left: 86%;
    top: 70%;
    transform: rotate(0);
  }
}
.digital-twin-section .digital-twin-row {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  float: none;
  max-width: 100%;
}
.digital-twin-section .digital-twin-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 2px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 1;
}
.digital-twin-section .digital-twin-row .vc_row.wpb_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.digital-twin-section .digital-twin-row .twin-img .vc_column-inner,
.digital-twin-section .digital-twin-row .twin-content .vc_column-inner {
  padding: 0 !important;
}
.digital-twin-section .digital-twin-row .twin-img {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .digital-twin-section .digital-twin-row .twin-img {
    border-radius: 25px;
  }
}
.digital-twin-section .digital-twin-row .twin-img figure,
.digital-twin-section .digital-twin-row .twin-img .vc_single_image-wrapper,
.digital-twin-section .digital-twin-row .twin-img img {
  width: 100%;
}
.digital-twin-section .digital-twin-row .twin-content {
  padding: 15px 50px;
}
@media (max-width: 1023.98px) {
  .digital-twin-section .digital-twin-row .twin-content {
    padding: 30px 15px;
  }
}
.digital-twin-section .digital-twin-row .twin-content h2 {
  font-size: 28px;
  line-height: 36px;
  background: linear-gradient(91.16deg, #5627D9 6.8%, rgba(195, 80, 241, 0.8) 58.5%, #291DFF 117.29%);
  background-clip: text;
  color: transparent;
  font-family: "Unbounded", sans-serif;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  .digital-twin-section .digital-twin-row .twin-content h2 {
    font-size: 22px;
    line-height: normal;
  }
}
.digital-twin-section .digital-twin-row .twin-content p {
  font-size: 20px;
  line-height: 30px;
  width: 85%;
  max-width: 100%;
}
@media (max-width: 1023.98px) {
  .digital-twin-section .digital-twin-row .twin-content p {
    font-size: 16px;
    width: 100%;
    line-height: normal;
  }
}

.home-banner-sub-text {
  background: linear-gradient(91.16deg, #5627D9 6.8%, rgba(195, 80, 241, 0.8) 58.5%, #291DFF 117.29%);
  background-clip: text;
  color: transparent;
  font-family: "Unbounded", sans-serif;
  font-size: 25px;
  line-height: 42px;
  margin-bottom: 72px;
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  .home-banner-sub-text {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .home-banner-sub-text {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: normal;
  }
}
.home-banner-sub-text strong {
  color: #ffffff;
  font-weight: 700;
}

.x-heading-sm {
  background-image: url(../images/x-rectangle-sm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 94px;
  height: 46px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  padding: 3px;
  margin-right: 15px;
  margin-top: 7px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .x-heading-sm {
    padding: 7px;
  }
}

.icon-card .wpb_single_image figure {
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #F7F4FF;
  border-radius: 100%;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .icon-card .wpb_single_image figure {
    margin-left: auto;
    margin-right: auto;
  }
}
.icon-card h4, .icon-card .icon-card-h3 {
  font-weight: 500;
  color: #B877FF;
  padding-bottom: 20px;
}
@media (max-width: 1349.98px) {
  .icon-card h4, .icon-card .icon-card-h3 {
    padding-bottom: 14px;
  }
}
@media (max-width: 1023.98px) {
  .icon-card h4, .icon-card .icon-card-h3 {
    text-align: center !important;
  }
}
.icon-card p {
  max-width: 330px;
}
@media (max-width: 1023.98px) {
  .icon-card p {
    max-width: inherit;
    text-align: center;
  }
}

.bakedifferent-sec .vc_row:first-child .vc_column-inner > .wpb_wrapper {
  max-width: 720px;
}

.bakedifferent-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto !important;
  width: 1200px;
  max-width: 100%;
}
.bakedifferent-row:after, .bakedifferent-row:before {
  display: none !important;
}
.bakedifferent-row .icon-card {
  float: none;
  width: 100%;
  max-width: 360px;
  margin-top: 50px;
}
@media (max-width: 1349.98px) {
  .bakedifferent-row .icon-card {
    margin-top: 50px;
    width: 33.33%;
    max-width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .bakedifferent-row .icon-card {
    margin-top: 40px;
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 479.98px) {
  .bakedifferent-row .icon-card {
    width: 100%;
    max-width: 100%;
  }
}
.bakedifferent-row .icon-card h4, .bakedifferent-row .icon-card .icon-card-h3 {
  text-align: center !important;
  font-weight: 600;
}
.bakedifferent-row .icon-card p {
  color: #F7F4FF;
  text-align: center;
  transition: all 0.5s;
}
.bakedifferent-row .icon-card:hover p {
  color: #F7F4FF;
}
@media (max-width: 1023.98px) {
  .bakedifferent-row .icon-card .wpb_single_image {
    transform: translateX(0%);
    text-align: center;
  }
  .bakedifferent-row .icon-card h4 {
    text-align: center !important;
    transform: translateX(0%);
  }
  .bakedifferent-row .icon-card p {
    color: #F7F4FF;
    text-align: center;
  }
}

.cta-section > .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
  border-radius: 25px;
  padding: 70px 30px 75px 30px !important;
  position: relative;
  backdrop-filter: blur(35px);
}
@media (max-width: 1023.98px) {
  .cta-section > .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    padding: 30px 25px !important;
  }
}
@media (max-width: 767.98px) {
  .cta-section > .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    border-radius: 15px;
  }
}
.cta-section > .vc_col-sm-12 .vc_column-inner > .wpb_wrapper:before {
  content: "";
  background: rgba(255, 255, 255, 0.04);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .cta-section > .vc_col-sm-12 .vc_column-inner > .wpb_wrapper:before {
    border-radius: 15px;
  }
}
.cta-section > .vc_col-sm-12 .vc_column-inner:before {
  background: url("../images/cta-bg-shap.png");
  width: 335px;
  height: 389px;
  position: absolute;
  left: -35px;
  bottom: -40%;
  z-index: -1;
  display: block;
  animation: animactabig-shap 30s linear infinite;
  opacity: 0.3;
  --left50: 96%;
  --bottom75: -66%;
}
@media (max-width: 1349.98px) {
  .cta-section > .vc_col-sm-12 .vc_column-inner:before {
    background-size: 100% auto;
    width: 280px;
    height: 330px;
  }
}
@media (max-width: 1023.98px) {
  .cta-section > .vc_col-sm-12 .vc_column-inner:before {
    width: 240px;
    height: 290px;
  }
}
@media (max-width: 767.98px) {
  .cta-section > .vc_col-sm-12 .vc_column-inner:before {
    width: 180px;
    height: 210px;
    --left50: 55%;
    --bottom75: -21%;
  }
}
.cta-section > .vc_col-sm-12 .vc_column-inner:after {
  background: url("../images/cta-bg-shap-small.png");
  width: 161px;
  height: 146px;
  position: absolute;
  left: 17%;
  bottom: -40%;
  z-index: -1;
  display: block;
  animation: animactasmall-shap 30s linear infinite;
  opacity: 0.3;
}
@media (max-width: 1349.98px) {
  .cta-section > .vc_col-sm-12 .vc_column-inner:after {
    background-size: 100% auto;
    width: 141px;
    height: 126px;
  }
}
@media (max-width: 1023.98px) {
  .cta-section > .vc_col-sm-12 .vc_column-inner:after {
    width: 121px;
    height: 106px;
  }
}
@media (max-width: 767.98px) {
  .cta-section > .vc_col-sm-12 .vc_column-inner:after {
    width: 97px;
    height: 85px;
  }
}
.cta-section p {
  max-width: 931px;
  margin: 0 auto;
  padding: 7px 0 70px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1439.98px) {
  .cta-section p {
    padding: 0 0 30px;
  }
}
@media (max-width: 1023.98px) {
  .cta-section p {
    line-height: normal;
    font-size: 16px;
  }
}
.cta-section .o-button3 a {
  min-width: 234px;
}
@media (max-width: 1439.98px) {
  .cta-section .o-button3 a {
    min-width: 200px;
  }
}
@keyframes animactabig-shap {
  0% {
    left: -35px;
    bottom: -40%;
    transform: rotate(0);
  }
  25% {
    left: 14%;
    bottom: 63%;
    transform: rotate(35deg);
  }
  50% {
    left: var(--left50);
    bottom: 59%;
    transform: rotate(80deg);
  }
  75% {
    left: 39%;
    bottom: var(--bottom75);
    transform: rotate(45deg);
  }
  100% {
    left: -35px;
    bottom: -40%;
    transform: rotate(0);
  }
}
@keyframes animactasmall-shap {
  0% {
    left: 17%;
    bottom: -40%;
    transform: rotate(0);
  }
  25% {
    left: 44%;
    bottom: -45%;
    transform: rotate(0);
  }
  50% {
    left: 76%;
    bottom: 4%;
    transform: rotate(0);
  }
  75% {
    left: 31%;
    bottom: -53%;
    transform: rotate(0);
  }
  100% {
    left: 17%;
    bottom: -40%;
    transform: rotate(0);
  }
}
.home-geteway-sec .vc_tta-panels-container {
  margin-top: 40px;
}
@media (max-width: 1023.98px) {
  .home-geteway-sec .vc_tta-panels-container {
    margin-top: 15px;
  }
}
.home-geteway-sec > .vc_column-inner > .wpb_wrapper {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  border-radius: 25px;
  padding: 80px 75px 45px;
}
@media (max-width: 1439.98px) {
  .home-geteway-sec > .vc_column-inner > .wpb_wrapper {
    padding: 45px 30px 10px;
  }
}
@media (max-width: 767.98px) {
  .home-geteway-sec > .vc_column-inner > .wpb_wrapper {
    padding: 30px 15px 35px;
    border-radius: 15px;
  }
  .home-geteway-sec > .vc_column-inner > .wpb_wrapper .wpb_single_image.vc_align_left {
    text-align: center;
    padding: 30px 15px;
  }
  .home-geteway-sec > .vc_column-inner > .wpb_wrapper .wpb_single_image.vc_align_left figure img {
    max-width: 70%;
  }
  .home-geteway-sec > .vc_column-inner > .wpb_wrapper .vc_tta-container {
    margin-bottom: 0;
  }
  .home-geteway-sec > .vc_column-inner > .wpb_wrapper .vc_tta-container .vc_tta.vc_general .vc_tta-icon {
    display: none;
  }
  .home-geteway-sec > .vc_column-inner > .wpb_wrapper .vc_tta-container .vc_tta.vc_general .vc_tta-title-text {
    margin-left: 0;
  }
}
.home-geteway-sec .yourgeteway-section {
  padding-top: 30px;
}
@media (max-width: 1023.98px) {
  .home-geteway-sec .yourgeteway-section {
    padding-top: 20px;
  }
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list {
  max-width: 626px;
  margin: 0 auto 30px !important;
  display: flex !important;
  justify-content: space-between;
  padding: 20px 20px 16px !important;
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab {
  margin: 0 !important;
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  text-align: center;
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a:before {
  display: none !important;
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a i {
  width: 110px;
  height: 110px;
  background: #F7F4FF;
  border-radius: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a i {
    height: 100px;
    width: 100px;
  }
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a i:before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: linear-gradient(-38deg, #5627D9 0%, rgba(195, 80, 241, 0.8) 50%, #291DFF 100%);
  position: absolute;
  border-radius: 100%;
  left: -4px;
  top: -4px;
  opacity: 0;
  display: block;
  z-index: -1;
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a i:after {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 0;
  display: block;
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a i.fa-blender-phone:after {
  background-image: url("../images/qmate-icon.svg");
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a i.fa-crown:after {
  background-image: url("../images/documate-icon.svg");
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a i.fa-dumpster-fire:after {
  background-image: url("../images/voice-icon.svg");
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a i.fa-file-csv:after {
  background-image: url("../images/boat-icon.svg");
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a i.fa-hand-point-right:after {
  background-image: url("../images/lens-tab-icon.svg");
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab a span {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin: 18px 0 0 !important;
  display: block;
}
.home-geteway-sec .yourgeteway-section .vc_tta-tabs-list .vc_tta-tab.vc_active a i:before {
  opacity: 1;
  box-shadow: 1px 1px 15px 0px rgba(247, 244, 255, 0.5);
}
.home-geteway-sec .yourgeteway-section .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}
.home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel {
  margin: 0 !important;
}
@media (min-width: 767px) {
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel {
    height: auto !important;
    min-height: auto !important;
    opacity: 0;
    transition: opacity 1s ease;
  }
}
.home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel-heading {
  background: #F7F4FF !important;
  border: 0 none !important;
  margin: 5px 0 0 !important;
}
@media (max-width: 767.98px) {
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #5627D9 !important;
    border-color: #5627D9 !important;
  }
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a,
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4 span {
    color: #ffffff;
  }
}
@media (min-width: 767px) {
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel.vc_animating .vc_tta-panel-body {
    display: block !important;
    min-height: auto !important;
  }
}
.home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: transparent !important;
  padding: 0 !important;
}
@media (min-width: 767px) {
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    min-height: auto !important;
    height: auto !important;
    display: none !important;
    transition: none !important;
  }
}
@media (max-width: 767.98px) {
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 0 15px 15px !important;
  }
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_row {
    display: flex;
    flex-direction: column;
  }
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .vc_row .wpb_column:first-child {
    order: 2;
  }
}
.home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body h5, .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .home-geteway-h4 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  padding-bottom: 22px;
  font-size: 28px;
  color: #B877FF;
  line-height: normal;
}
.home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
  padding-bottom: 72px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1279.98px) {
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
    padding-bottom: 30px;
    font-size: 16px;
  }
}
.home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .o-button3 a {
  min-width: 225px;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .o-button3 a {
    min-width: 180px;
  }
}
@media (min-width: 767px) {
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel.vc_active {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .home-geteway-sec .yourgeteway-section .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    display: block !important;
  }
}

.left-info-tab {
  padding-left: 15px !important;
}
@media (max-width: 767.98px) {
  .left-info-tab {
    padding-left: 0 !important;
  }
}

.container-small {
  margin: 0 auto !important;
  max-width: 935px;
  float: none !important;
}
@media (max-width: 1279.98px) {
  .container-small {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.container-small .vc_col-sm-5 .vc_column-inner,
.container-small .vc_col-sm-7 .vc_column-inner {
  padding: 0;
}

.benefits-heading {
  margin-bottom: 64px !important;
  padding: 0 130px !important;
}
@media (max-width: 767.98px) {
  .benefits-heading {
    margin-bottom: 30px !important;
    padding: 0 15px !important;
  }
}

.benefits-inner-col {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset;
  border-radius: 20px;
  padding: 30px 30px 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .benefits-inner-col {
    border-radius: 15px;
  }
}
.benefits-inner-col.first-col {
  min-height: 460px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  margin: 0 23px 0 0;
  min-width: 352px;
  padding: 30px 26px 35px 21px;
}
@media (max-width: 1023.98px) {
  .benefits-inner-col.first-col {
    min-width: inherit;
  }
}
@media (max-width: 767.98px) {
  .benefits-inner-col.first-col {
    min-height: inherit;
    margin: 0 0 30px;
  }
}
.benefits-inner-col.first-col figure {
  justify-content: center;
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .benefits-inner-col.first-col figure {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.benefits-inner-col.second-col {
  margin-bottom: 21px;
}
.benefits-inner-col figure {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-right: 45px;
}
@media (max-width: 767.98px) {
  .benefits-inner-col figure {
    margin-bottom: 20px;
    justify-content: flex-start;
  }
}
.benefits-inner-col figure img {
  max-width: 145px;
}
@media (max-width: 767.98px) {
  .benefits-inner-col figure img {
    max-width: 90px;
  }
}
.benefits-inner-col h4 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  color: #F7F4FF;
  margin-bottom: 10px;
}
.benefits-inner-col p {
  font-weight: 300;
}
.benefits-inner-col::after {
  content: "";
  box-shadow: 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

body .gradient-title {
  background: linear-gradient(91.17deg, #F7F4FF 20%, #F983E9 40%, #5627D9 60%, #F7F4FF 80%);
  background-clip: text;
  color: transparent;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
}
body .title-shadow p {
  margin-bottom: 50px !important;
  -webkit-text-shadow: 0 4px 11.6px rgba(247, 244, 255, 0.5019607843);
  text-shadow: 0 4px 11.6px rgba(247, 244, 255, 0.5019607843);
}
@media (max-width: 1023.98px) {
  body .title-shadow p {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 1439.98px) {
  .common-page-banner.about-page-banner .pt-250, .common-page-banner.about-page-banner .product-banner {
    padding-top: 80px;
  }
}
@media (max-width: 1023.98px) {
  .common-page-banner.about-page-banner {
    padding: 0 15px;
  }
  .common-page-banner.about-page-banner .pt-250, .common-page-banner.about-page-banner .product-banner {
    padding-top: 50px;
  }
}

.bannershap-md {
  background: url("../images/banner-shap-md.png") no-repeat center center;
  background-size: cover;
  width: 1130.94px;
  height: 558.2px;
  position: absolute;
  left: 19%;
  top: 29%;
  transform: rotate(-6deg);
  transition: top 1.5s linear;
  opacity: 0.3;
}
@media (max-width: 1449.98px) {
  .bannershap-md {
    left: 14%;
  }
}
@media (max-width: 1439.98px) {
  .bannershap-md {
    left: 11%;
  }
}
@media (max-width: 1349.98px) {
  .bannershap-md {
    left: 8%;
    top: 25%;
  }
}
@media (max-width: 1279.98px) {
  .bannershap-md {
    left: -2%;
  }
}
@media (max-width: 1023.98px) {
  .bannershap-md {
    background-size: 100% auto;
    width: 850px;
    height: 400px;
    top: 32%;
  }
}
@media (max-width: 767.98px) {
  .bannershap-md {
    width: 400px;
    height: 400px;
    top: 20%;
  }
}
.bannershap-md.in-view {
  top: 65%;
}
@media (max-width: 1349.98px) {
  .bannershap-md.in-view {
    top: 59%;
  }
}
@media (max-width: 767.98px) {
  .bannershap-md.in-view {
    top: 52%;
  }
}

.bannershap-sm {
  background: url("../images/banner-shap-sm.png") no-repeat center center;
  background-size: cover;
  width: 354.1px;
  height: 368.01px;
  animation: animation-sm 30s linear infinite;
  opacity: 0.3;
}
@media (max-width: 1349.98px) {
  .bannershap-sm {
    background-size: 100% auto;
    width: 250px;
    height: 265px;
  }
}
@media (max-width: 1279.98px) {
  .bannershap-sm {
    width: 200px;
    height: 215px;
  }
}
@media (max-width: 1023.98px) {
  .bannershap-sm {
    width: 150px;
    height: 165px;
  }
}
@media (max-width: 767.98px) {
  .bannershap-sm {
    width: 130px;
    height: 145px;
  }
}

@keyframes animation-md {
  0% {
    left: 105px;
    top: -95px;
    transform: rotate(-5.28deg);
  }
  25% {
    left: 28%;
    top: -11%;
    transform: rotate(15deg);
  }
  50% {
    left: 52%;
    top: 19%;
    transform: rotate(50deg);
  }
  75% {
    left: 35%;
    top: 31%;
    transform: rotate(40deg);
  }
  100% {
    left: 105px;
    top: 95px;
    transform: rotate(0);
  }
}
@keyframes animation-sm {
  0% {
    left: -105px;
    bottom: -195px;
    transform: rotate(60deg);
  }
  25% {
    left: 28%;
    bottom: -11%;
    transform: rotate(55deg);
  }
  50% {
    left: 58%;
    bottom: 19%;
    transform: rotate(50deg);
  }
  75% {
    left: 30%;
    bottom: 31%;
    transform: rotate(40deg);
  }
  100% {
    left: -105px;
    bottom: -195px;
    transform: rotate(60deg);
  }
}
.banner-aboutus {
  margin: 80px 0;
  padding: 80px 0;
  min-height: 475px;
}
@media (max-width: 1439.98px) {
  .banner-aboutus {
    margin: 40px 0;
    padding: 40px 0;
  }
}
@media (max-width: 1349.98px) {
  .banner-aboutus + .banner-aboutus {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 1023.98px) {
  .banner-aboutus {
    margin: 25px 0;
    padding: 25px 0;
    min-height: inherit;
  }
}
.banner-aboutus p {
  max-width: 870px;
}
@media (max-width: 1023.98px) {
  .banner-aboutus p {
    max-width: inherit;
  }
}

.thumbnail-slider h2 {
  background: linear-gradient(91.16deg, #5627D9 6.8%, rgba(195, 80, 241, 0.8) 58.5%, #291DFF 117.29%);
  background-clip: text;
  color: transparent;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  margin-bottom: 96px;
  max-width: 1088px;
}
@media (max-width: 1023.98px) {
  .thumbnail-slider h2 {
    margin-bottom: 40px;
  }
}
.thumbnail-slider h2::before, .thumbnail-slider h2::after {
  content: "";
  height: 2px;
  width: 40%;
  background: #F7F4FF;
  top: 50%;
}
@media (max-width: 1023.98px) {
  .thumbnail-slider h2::before, .thumbnail-slider h2::after {
    width: 35%;
  }
}
@media (max-width: 767.98px) {
  .thumbnail-slider h2::before, .thumbnail-slider h2::after {
    width: 30%;
  }
}
@media (max-width: 479.98px) {
  .thumbnail-slider h2::before, .thumbnail-slider h2::after {
    width: 23%;
  }
}
.thumbnail-slider .team-slider {
  max-width: 1342px;
}
.thumbnail-slider .team-slider .swiper {
  max-width: 1115px;
}
.thumbnail-slider .team-slider .swiper-button-next, .thumbnail-slider .team-slider .swiper-button-prev {
  background-image: url("../images/arrow-left.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 59px;
  top: 35%;
  width: 59px;
  display: none;
}
@media (max-width: 767.98px) {
  .thumbnail-slider .team-slider .swiper-button-next, .thumbnail-slider .team-slider .swiper-button-prev {
    display: none;
  }
}
.thumbnail-slider .team-slider .swiper-button-next {
  transform: rotate(180deg);
}
.thumbnail-slider .team-slider .swiper .team-content {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
}
.thumbnail-slider .team-slider .swiper .team-content .team-image img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 0 26px;
  overflow: hidden;
}
@media (max-width: 1349.98px) {
  .thumbnail-slider .team-slider .swiper .team-content .team-image img {
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 1023.98px) {
  .thumbnail-slider .team-slider .swiper .team-content .team-image img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 1439.98px) {
  .core-gallery.pt-200, .core-gallery.talk-action-block {
    padding-top: 80px;
  }
}
@media (max-width: 1023.98px) {
  .core-gallery.pt-200, .core-gallery.talk-action-block {
    padding-top: 50px;
  }
}
.core-gallery .ourcore-valuelist {
  padding-top: 40px;
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .core-gallery .ourcore-valuelist {
    margin: 0 -15px;
    padding-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .core-gallery .ourcore-valuelist {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }
}
.core-gallery .ourcore-valuelist .vc_col-sm-2 {
  width: 33.33%;
  padding: 0 15px;
  margin-top: 48px;
}
@media (max-width: 1279.98px) {
  .core-gallery .ourcore-valuelist .vc_col-sm-2 {
    margin-top: 30px;
  }
}
@media (max-width: 1023.98px) {
  .core-gallery .ourcore-valuelist .vc_col-sm-2 {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .core-gallery .ourcore-valuelist .vc_col-sm-2 {
    width: 50%;
  }
}
.core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  border-radius: 25px;
  padding: 58px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper {
    padding: 44px 30px;
  }
  .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper img {
    max-height: 76px;
    width: auto;
  }
}
@media (max-width: 1023.98px) {
  .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 767.98px) {
  .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper {
    padding: 20px 15px;
    border-radius: 15px;
  }
  .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper img {
    max-height: 60px;
  }
}
.core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper h4 {
  font-weight: 300;
  color: #ffffff;
  padding: 15px 0 0;
}
@media (max-width: 1439.98px) {
  .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1279.98px) {
  .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1023.98px) {
  .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .core-gallery .ourcore-valuelist .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 1439.98px) {
  .talk-action-block {
    padding: 80px 0;
  }
}
@media (max-width: 1023.98px) {
  .talk-action-block {
    padding: 50px 0;
  }
}
.talk-action-block h2 {
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 1439.98px) {
  .talk-action-block h2 {
    font-size: 38px;
  }
}
@media (max-width: 1023.98px) {
  .talk-action-block h2 {
    font-size: 28px;
  }
}
.talk-action-block .o-button3 a {
  min-width: 234px;
  white-space: nowrap;
}
@media (max-width: 1023.98px) {
  .talk-action-block .o-button3 a {
    min-width: 150px;
  }
}

.solution-banner p.about-banner-sub-heading {
  text-align: center;
  max-width: 785px;
  margin: 0 auto;
  font-size: 2.8rem;
}
@media (max-width: 1439.98px) {
  .solution-banner p.about-banner-sub-heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 1279.98px) {
  .solution-banner p.about-banner-sub-heading {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023.98px) {
  .solution-banner p.about-banner-sub-heading {
    font-size: 2rem;
  }
}

.about-us-row.capabilities-list-sec .container {
  max-width: 1140px;
}
.about-us-row.capabilities-list-sec .capabiliti-list-row .capabilitilist-content {
  padding-left: 20px;
}
.about-us-row.capabilities-list-sec .capabiliti-list-row .capabilitilist-content p {
  max-width: 100%;
}

.our-vision-mission-sec.solution-listing .solution-list-row .solution-text-block p:last-child {
  max-width: 450px;
}

.our-value-row.bakedifferent-row {
  justify-content: flex-start;
}
.our-value-row.bakedifferent-row .icon-card {
  max-width: 33.33%;
}
@media (max-width: 1023.98px) {
  .our-value-row.bakedifferent-row .icon-card {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .our-value-row.bakedifferent-row .icon-card {
    max-width: 100%;
  }
}
.our-value-row.bakedifferent-row .icon-card p {
  max-width: 100%;
}

.meet-founder .row-meet-our-team {
  display: flex;
  flex-wrap: wrap;
}
.meet-founder .ron-dif-heading {
  margin-bottom: 50px;
}
@media (max-width: 1023.98px) {
  .meet-founder .ron-dif-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .meet-founder .ron-dif-heading {
    margin-bottom: 30px;
  }
}
.meet-founder .meet-founder-col {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 767.98px) {
  .meet-founder .meet-founder-col {
    margin-bottom: 30px;
  }
  .meet-founder .meet-founder-col:last-child {
    margin-bottom: 0;
  }
}
.meet-founder .meet-founder-col .vc_single_image-wrapper {
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 3rem;
  width: 100%;
}
.meet-founder .meet-founder-col .vc_single_image-wrapper img {
  width: 100%;
}
.meet-founder .meet-founder-col .vc_column-inner {
  padding: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1439.98px) {
  .meet-founder .meet-founder-col .vc_column-inner {
    padding: 30px;
  }
}
@media (max-width: 1023.98px) {
  .meet-founder .meet-founder-col .vc_column-inner {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .meet-founder .meet-founder-col .vc_column-inner {
    padding: 15px;
  }
}
.meet-founder .meet-founder-col .vc_column-inner .wpb_wrapper {
  width: 100%;
  height: 100%;
}
.meet-founder .meet-founder-col .vc_column-inner h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  background: linear-gradient(91.16deg, #5627D9 6.8%, rgba(195, 80, 241, 0.8) 58.5%, #291DFF 117.29%);
  background-clip: text;
  color: transparent;
  font-size: 2.4rem;
  margin-bottom: 13px;
}
@media (max-width: 1439.98px) {
  .meet-founder .meet-founder-col .vc_column-inner h2 {
    font-size: 2.2rem;
  }
}
.meet-founder .meet-founder-col .vc_column-inner .name-position {
  margin-bottom: 20px;
}
.meet-founder .meet-founder-col .vc_column-inner .name-position strong {
  font-size: 2rem;
  color: #F7F4FF;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 1439.98px) {
  .meet-founder .meet-founder-col .vc_column-inner .name-position strong {
    font-size: 1.8rem;
  }
}
.meet-founder .meet-founder-col .vc_column-inner .name-position p {
  font-size: 2rem;
  color: #F7F4FF;
}
@media (max-width: 1439.98px) {
  .meet-founder .meet-founder-col .vc_column-inner .name-position p {
    font-size: 1.8rem;
  }
}
.meet-founder .meet-founder-col .vc_column-inner .wpb_text_column p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (max-width: 1439.98px) {
  .meet-founder .meet-founder-col .vc_column-inner .wpb_text_column p {
    font-size: 1.6rem;
  }
}

.container-contact {
  max-width: 788.91px;
}
@media (max-width: 1023.98px) {
  .container-contact {
    padding: 0 15px !important;
  }
}

.contact-heading {
  margin-bottom: 70px;
}
@media (max-width: 1023.98px) {
  .contact-heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .contact-heading {
    margin-bottom: 30px;
  }
}
.contact-heading p {
  max-width: 660px;
  font-size: 20px;
}
@media (max-width: 1023.98px) {
  .contact-heading p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .contact-heading p {
    font-size: 16px;
  }
}

.contact-form {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  border-radius: 25px;
  padding: 60px 44px 27px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(26px);
}
@media (max-width: 767.98px) {
  .contact-form {
    padding: 30px 15px 30px;
    border-radius: 15px;
  }
}
.contact-form::after {
  content: "";
  box-shadow: 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.contact-form h2 {
  color: #F7F4FF;
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 44px;
}
@media (max-width: 1439.98px) {
  .contact-form h2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1023.98px) {
  .contact-form h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .contact-form h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }
}
.contact-form .form-inner .form-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .contact-form .form-inner .form-row {
    margin-bottom: 0;
  }
}
.contact-form .form-inner .form-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .contact-form .form-inner .form-row:last-child {
    margin-top: 30px;
  }
}
.contact-form .form-inner .form-row .col {
  padding: 8px;
}
.contact-form .form-inner .form-row .col p {
  width: 100%;
}
@media (max-width: 767.98px) {
  .contact-form .form-inner .form-row .col {
    margin-bottom: 15px;
    padding: 0;
  }
}
.contact-form .form-inner .form-row .col input,
.contact-form .form-inner .form-row .col textarea {
  border: 2px solid rgba(254, 254, 254, 0.7);
  border-radius: 25px;
  background-color: transparent;
  color: #F7F4FF;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  vertical-align: top;
  margin: 0;
}
.contact-form .form-inner .form-row .col input::placeholder,
.contact-form .form-inner .form-row .col textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .form-inner .form-row .col input {
  height: 68px;
  padding: 0 23px;
}
@media (max-width: 1439.98px) {
  .contact-form .form-inner .form-row .col input {
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
  }
}
@media (max-width: 767.98px) {
  .contact-form .form-inner .form-row .col input {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.contact-form .form-inner .form-row .col textarea {
  height: 188px;
  padding: 25px;
  resize: none;
}
@media (max-width: 767.98px) {
  .contact-form .form-inner .form-row .col textarea {
    height: 100px;
    padding: 15px;
    font-size: 14px;
  }
}
.contact-form .form-inner .form-row .col .submit-btn {
  position: relative;
  display: inline-block;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .contact-form .form-inner .form-row .col .submit-btn {
    border-radius: 8px;
  }
}
.contact-form .form-inner .form-row .col .submit-btn:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 15px;
  border: 1px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
@media (max-width: 1023.98px) {
  .contact-form .form-inner .form-row .col .submit-btn:before {
    border-radius: 12px;
  }
}
@media (max-width: 767.98px) {
  .contact-form .form-inner .form-row .col .submit-btn:before {
    border-radius: 9px;
  }
}
.contact-form .form-inner .form-row .col .submit-btn:hover {
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  color: #ffffff;
}
.contact-form .form-inner .form-row .col .submit-btn button {
  cursor: pointer;
  font-family: Inter, sans-serif;
  position: relative;
  background: rgba(255, 255, 255, 0.095);
  color: #F7F4FF;
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 70px;
  transition: background-color 0.3s ease;
  border-radius: 15px;
  z-index: 1;
  border: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1023.98px) {
  .contact-form .form-inner .form-row .col .submit-btn button {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 18px;
    border-radius: 12px;
    min-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .contact-form .form-inner .form-row .col .submit-btn button {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
    border-radius: 8px;
  }
}
.contact-form .form-inner .form-row .col.col-w-50 {
  width: 50%;
}
@media (max-width: 767.98px) {
  .contact-form .form-inner .form-row .col.col-w-50 {
    width: 100%;
    flex-basis: auto;
  }
}
.contact-form .form-inner .form-row .col .require-check {
  display: block;
}
.contact-form .form-inner .form-row .col .require-check span {
  margin-left: 0;
}
.contact-form .form-inner .form-row .col .require-check label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 37px;
}
.contact-form .form-inner .form-row .col .require-check label input[type=checkbox] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}
.contact-form .form-inner .form-row .col .require-check label input[type=checkbox]:checked + span::before {
  opacity: 1;
}
.contact-form .form-inner .form-row .col .require-check label input[type=checkbox]:checked + span::after {
  border-color: #5627D9;
  background-color: #5627D9;
}
.contact-form .form-inner .form-row .col .require-check label span::before {
  content: "";
  width: 13px;
  height: 7px;
  position: absolute;
  left: 5px;
  top: 8px;
  opacity: 0;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-50deg);
  z-index: 1;
}
.contact-form .form-inner .form-row .col .require-check label span::after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 2px;
}

.wpcf7 form .wpcf7-response-output {
  color: #ffffff;
}

.contact-form-main {
  position: relative;
}
.contact-form-main .container-contact::before {
  content: "";
  --left: -39%;
  --bottom: -14%;
  --left25: -70%;
  --bottom25: 56%;
  --left50: 12%;
  --bottom50: 86%;
  --left75: 75%;
  --bottom75: 31%;
  background: url("../images/banner-shap-big.png");
  width: 493px;
  height: 512px;
  position: absolute;
  left: var(--left);
  bottom: var(--bottom);
  background-size: 100% auto;
  transform: rotate(50deg);
  animation: animacontactbig-shap 30s linear infinite;
  opacity: 0.3;
  display: inline-block;
}
@media (max-width: 1023.98px) {
  .contact-form-main .container-contact::before {
    width: 300px;
    height: 315px;
  }
}
@media (max-width: 767.98px) {
  .contact-form-main .container-contact::before {
    --bottom: 76%;
    --left25: 3%;
    --bottom25: 109%;
    --left50: 44%;
    --bottom50: 93%;
    --left75: 26%;
    --bottom75: 69%;
    width: 250px;
    height: 260px;
  }
}
.contact-form-main .container-contact::after {
  content: "";
  --top: -33%;
  --right: -11%;
  --top25: -49%;
  --right25: 38%;
  --top50: -3%;
  --right50: 114%;
  background: url("../images/banner-shap-big.png");
  background-size: 100% auto;
  width: 331px;
  height: 344px;
  position: absolute;
  top: var(--top);
  right: var(--right);
  z-index: -1;
  animation: animacontactsmall-shap 30s linear infinite;
  opacity: 0.3;
  display: inline-block;
}
@media (max-width: 1023.98px) {
  .contact-form-main .container-contact::after {
    width: 185px;
    height: 178px;
  }
}
@media (max-width: 767.98px) {
  .contact-form-main .container-contact::after {
    --top25: -10%;
    --right25: 13%;
    --top50: -27%;
    --right50: 69%;
    width: 145px;
    height: 138px;
  }
}

@keyframes animacontactbig-shap {
  0% {
    left: var(--left);
    bottom: var(--bottom);
    transform: rotate(50deg);
  }
  25% {
    left: var(--left25);
    bottom: var(--bottom25);
    transform: rotate(20deg);
  }
  50% {
    left: var(--left50);
    bottom: var(--bottom50);
    transform: rotate(0deg);
  }
  75% {
    left: var(--left75);
    bottom: var(--bottom75);
    transform: rotate(15deg);
  }
  100% {
    left: var(--left);
    bottom: var(--bottom);
    transform: rotate(50deg);
  }
}
@keyframes animacontactsmall-shap {
  0% {
    top: var(--top);
    right: var(--right);
    transform: rotate(0);
  }
  25% {
    top: var(--top25);
    right: var(--right25);
    transform: rotate(0);
  }
  50% {
    top: var(--top50);
    right: var(--right50);
    transform: rotate(13deg);
  }
  75% {
    top: 17%;
    right: 34%;
    transform: rotate(0);
  }
  100% {
    top: var(--top);
    right: var(--right);
    transform: rotate(0);
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  background-color: #ffb900;
  border-radius: 30px;
  padding: 10px 15px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
  margin: 10px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  border-radius: 30px;
  padding: 10px 15px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
  margin: 10px 0;
}

.wpcf7-not-valid-tip,
.error {
  color: #dc3232;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .wpcf7-not-valid-tip,
  .error {
    font-size: 12px;
  }
}

@media (max-width: 1439.98px) {
  .solution-banner.pt-250, .solution-banner.product-banner {
    padding-top: 80px;
  }
  .solution-banner.pb-200, .solution-banner.talk-action-block {
    padding-bottom: 80px;
  }
  .solution-banner.shopmate-banner {
    padding-bottom: 150px;
  }
}
@media (max-width: 1023.98px) {
  .solution-banner.pt-250, .solution-banner.product-banner {
    padding-top: 50px;
  }
  .solution-banner.pb-200, .solution-banner.talk-action-block {
    padding-bottom: 50px;
  }
}
.solution-banner .shopmate-title-unbound .sub-bg-heading {
  font-size: 42px;
  background: linear-gradient(-65deg, #5627D9 0%, rgba(195, 80, 241, 0.8) 36%, #B877FF 74%, #291DFF 100%);
  background-clip: text;
  color: transparent !important;
  line-height: normal;
  font-weight: 700;
}
@media (max-width: 1439.98px) {
  .solution-banner .shopmate-title-unbound .sub-bg-heading {
    font-size: 38px;
  }
}
@media (max-width: 1023.98px) {
  .solution-banner .shopmate-title-unbound .sub-bg-heading {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .solution-banner .shopmate-title-unbound .sub-bg-heading {
    font-size: 28px;
  }
}
@media (max-width: 1349.98px) {
  .solution-banner.shopmate-banner {
    padding-bottom: 150px;
  }
}
@media (max-width: 1279.98px) {
  .solution-banner.shopmate-banner {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .solution-banner.shopmate-banner {
    padding-bottom: 30px;
  }
}
.solution-banner .container {
  position: static;
}
.solution-banner .container::before {
  content: "";
  --left: 3%;
  --top: 4%;
  --top50: 5%;
  --top75: 8%;
  background: url("../images/banner-shap-small.png");
  background-size: 100% auto;
  width: 561px;
  height: 510px;
  position: absolute;
  left: var(--left);
  top: var(--top);
  transform: rotate(26deg);
  animation: animasolutionbig-shap 30s linear infinite;
  opacity: 0.3;
  display: inline-block;
}
@media (max-width: 1439.98px) {
  .solution-banner .container::before {
    width: 461px;
    height: 410px;
  }
}
@media (max-width: 1349.98px) {
  .solution-banner .container::before {
    width: 400px;
    height: 350px;
  }
}
@media (max-width: 1023.98px) {
  .solution-banner .container::before {
    width: 300px;
    height: 258px;
  }
}
@media (max-width: 767.98px) {
  .solution-banner .container::before {
    --left: -4%;
    --top: 2%;
    --top50: 3%;
    --top75: 5%;
    width: 240px;
    height: 206px;
  }
}
.solution-banner .container::after {
  content: "";
  --left: 73%;
  --top: 7%;
  --top25: 9%;
  --left25: 63%;
  --top50: 6%;
  --left50: 19%;
  --top75: 10%;
  --left75: 37%;
  background: url("../images/banner-shap-big.png");
  background-size: 100% auto;
  width: 153px;
  height: 159px;
  position: absolute;
  top: var(--top);
  left: var(--left);
  transform: rotate(60deg);
  animation: animasolutionsmall-shap 30s linear infinite;
  opacity: 0.3;
  display: inline-block;
}
@media (max-width: 1279.98px) {
  .solution-banner .container::after {
    width: 133px;
    height: 139px;
  }
}
@media (max-width: 1023.98px) {
  .solution-banner .container::after {
    width: 123px;
    height: 129px;
  }
}
@media (max-width: 767.98px) {
  .solution-banner .container::after {
    --top: 3%;
    --top25: 6%;
    --left25: 52%;
    --top50: 3%;
    --left50: 2%;
    --top75: 5%;
    --left75: 19%;
    width: 100px;
    height: 98px;
  }
}
.solution-banner h2 {
  font-weight: 300;
  color: #ffffff;
  max-width: 680px;
  margin: 0 auto;
}
.solution-banner p {
  max-width: 840px;
  margin: 0 auto;
  font-size: 20px;
}
@media (max-width: 1349.98px) {
  .solution-banner p {
    font-size: 18px;
  }
}
@media (max-width: 1023.98px) {
  .solution-banner p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .solution-banner p {
    font-size: 16px;
  }
}

@keyframes animasolutionbig-shap {
  0% {
    left: var(--left);
    top: var(--top);
    transform: rotate(26deg);
  }
  25% {
    left: 40%;
    top: 1%;
    transform: rotate(50deg);
  }
  50% {
    left: 69%;
    top: var(--top50);
    transform: rotate(15deg);
  }
  75% {
    left: 34%;
    top: var(--top75);
    transform: rotate(0);
  }
  100% {
    left: var(--left);
    top: var(--top);
    transform: rotate(26deg);
  }
}
@keyframes animasolutionsmall-shap {
  0% {
    top: var(--top);
    left: var(--left);
    transform: rotate(60deg);
  }
  25% {
    top: var(--top25);
    left: var(--left25);
    transform: rotate(25deg);
  }
  50% {
    top: var(--top50);
    left: var(--left50);
    transform: rotate(0);
  }
  75% {
    top: var(--top75);
    left: var(--left75);
    transform: rotate(0);
  }
  100% {
    top: var(--top);
    left: var(--left);
    transform: rotate(60deg);
  }
}
@media (max-width: 1439.98px) {
  .digital-twin-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 1439.98px) {
  .solution-listing.pb-200, .solution-listing.talk-action-block {
    padding-bottom: 80px;
  }
}
@media (max-width: 1279.98px) {
  .solution-listing {
    margin-top: 0;
  }
}
.solution-listing.home-solution-listing .solution-list-row .solution-text-block p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 1023.98px) {
  .solution-listing.home-solution-listing .solution-list-row .solution-text-block p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.solution-listing.home-solution-listing .solution-list-row .solution-text-block p:last-child {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1439.98px) {
  .solution-listing.home-solution-listing .solution-list-row .solution-text-block p:last-child {
    font-size: 22px;
  }
}
@media (max-width: 1023.98px) {
  .solution-listing.home-solution-listing .solution-list-row .solution-text-block p:last-child {
    font-size: 20px;
  }
}
.solution-listing .solution-list-row {
  border-radius: 30px;
  margin: 0 0 180px 0;
  position: relative;
}
@media (max-width: 1439.98px) {
  .solution-listing .solution-list-row {
    margin: 0 0 150px 0;
  }
}
@media (max-width: 1279.98px) {
  .solution-listing .solution-list-row {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row {
    display: block;
    margin-bottom: 30px;
  }
}
.solution-listing .solution-list-row:last-child {
  margin-bottom: 0;
}
.solution-listing .solution-list-row.last-solution-list-row {
  margin-bottom: 75px;
}
@media (max-width: 1279.98px) {
  .solution-listing .solution-list-row.last-solution-list-row {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023.98px) {
  .solution-listing .solution-list-row.last-solution-list-row {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row.last-solution-list-row {
    margin-bottom: 30px;
  }
}
.solution-listing .solution-list-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
  border: 2px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  height: 100%;
  width: 100%;
  display: block;
}
.solution-listing .solution-list-row:last-child {
  margin-bottom: 0;
}
.solution-listing .solution-list-row:nth-child(2n-1) {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row:nth-child(2n-1) {
    flex-direction: column;
  }
}
.solution-listing .solution-list-row.solution-list-normal {
  align-items: center !important;
  margin: 0 0 120px 0;
}
@media (max-width: 1439.98px) {
  .solution-listing .solution-list-row.solution-list-normal {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row.solution-list-normal {
    display: block;
    margin-bottom: 30px;
  }
}
.solution-listing .solution-list-row.solution-list-normal:last-child {
  margin-bottom: 0;
}
.solution-listing .solution-list-row.solution-list-normal .solution-image {
  margin-top: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  padding-top: 0;
  padding: 50px;
}
@media (max-width: 1439.98px) {
  .solution-listing .solution-list-row.solution-list-normal .solution-image {
    padding: 30px;
  }
}
@media (max-width: 1023.98px) {
  .solution-listing .solution-list-row.solution-list-normal .solution-image {
    padding: 20px 15px;
  }
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row.solution-list-normal .solution-image {
    padding: 15px;
  }
}
.solution-listing .solution-list-row.solution-list-normal .solution-image figure .vc_single_image-wrapper {
  width: auto;
  height: auto;
  position: static;
}
.solution-listing .solution-list-row.solution-list-normal .solution-image figure .vc_single_image-wrapper img {
  width: auto;
}
.solution-listing .solution-list-row.solution-list-normal .solution-image .vc_column-inner {
  width: auto;
  height: auto;
  position: static;
}
.solution-listing .solution-list-row .solution-image {
  margin-top: -100px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 41.6%;
}
.solution-listing .solution-list-row .solution-image dotlottie-player {
  max-width: 100%;
}
@media (max-width: 1439.98px) {
  .solution-listing .solution-list-row .solution-image {
    padding-top: 35%;
    width: 35%;
  }
}
@media (max-width: 1279.98px) {
  .solution-listing .solution-list-row .solution-image {
    margin-top: 0;
  }
}
@media (max-width: 1023.98px) {
  .solution-listing .solution-list-row .solution-image {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row .solution-image {
    padding-top: 100%;
    width: 100%;
  }
}
.solution-listing .solution-list-row .solution-image figure {
  width: 540px;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.solution-listing .solution-list-row .solution-image figure .vc_single_image-wrapper {
  width: 100%;
}
.solution-listing .solution-list-row .solution-image figure .vc_single_image-wrapper img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row .solution-image figure {
    width: 100%;
  }
}
.solution-listing .solution-list-row .solution-image .vc_column-inner {
  padding: 0 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row .solution-image .vc_column-inner {
    padding: 0;
  }
}
.solution-listing .solution-list-row .solution-text-block {
  padding: 50px !important;
  text-align: left;
}
@media (max-width: 1439.98px) {
  .solution-listing .solution-list-row .solution-text-block {
    width: 65%;
    padding: 30px !important;
  }
}
@media (max-width: 1279.98px) {
  .solution-listing .solution-list-row .solution-text-block {
    padding: 30px 25px !important;
  }
}
@media (max-width: 1023.98px) {
  .solution-listing .solution-list-row .solution-text-block {
    padding: 20px 15px !important;
  }
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row .solution-text-block {
    padding: 15px !important;
    width: 100%;
  }
}
.solution-listing .solution-list-row .solution-text-block ul li {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 18px;
  font-weight: 300;
}
@media (max-width: 1023.98px) {
  .solution-listing .solution-list-row .solution-text-block ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.solution-listing .solution-list-row .solution-text-block ul li:last-child {
  margin-bottom: 0;
}
.solution-listing .solution-list-row .solution-text-block ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.solution-listing .solution-list-row .solution-text-block h3 {
  color: #B877FF !important;
  font-size: 28px !important;
  margin-bottom: 10px !important;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  line-height: 44px;
}
@media (max-width: 1279.98px) {
  .solution-listing .solution-list-row .solution-text-block h3 {
    font-size: 24px !important;
    line-height: normal;
  }
}
@media (max-width: 1023.98px) {
  .solution-listing .solution-list-row .solution-text-block h3 {
    font-size: 22px !important;
  }
}
.solution-listing .solution-list-row .solution-text-block h4 {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 15px;
  max-width: 580px;
}
@media (max-width: 1023.98px) {
  .solution-listing .solution-list-row .solution-text-block h4 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row .solution-text-block h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.solution-listing .solution-list-row .solution-text-block p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 300;
}
.solution-listing .solution-list-row .solution-text-block p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row .solution-text-block p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .solution-listing .solution-list-row .solution-text-block .vc_column-inner {
    padding: 0;
  }
}

.min-banner-btn a {
  width: 230px;
}

.experience-section .experience-img {
  border-radius: 25px;
  padding: 80px 30px !important;
  position: relative;
  backdrop-filter: blur(35px);
}
.experience-section .experience-img::before {
  content: "";
  background: rgba(255, 255, 255, 0.04);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.x-heading {
  background-image: url(../images/x-rectangle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 182px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px auto;
  font-size: 50px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
}
@media (max-width: 1023.98px) {
  .x-heading {
    width: 154px;
    height: 110px;
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .x-heading {
    width: 100px;
    height: 72px;
    font-size: 28px;
    margin: 0 auto 25px auto;
  }
}

.solution-banner .page-title p, .solution-banner .product-banner h1 p, .product-banner .solution-banner h1 p {
  padding-bottom: 0;
}

.ron-dif-heading p {
  font-size: 20px;
}

.shopmate-banner strong {
  font-size: 50px;
  background: linear-gradient(-65deg, #5627D9 0%, rgba(195, 80, 241, 0.8) 36%, #B877FF 74%, #291DFF 100%);
  background-clip: text;
  color: transparent !important;
}
@media (max-width: 1439.98px) {
  .shopmate-banner strong {
    font-size: 38px;
  }
}
@media (max-width: 1279.98px) {
  .shopmate-banner strong {
    font-size: 36px;
  }
}
@media (max-width: 1023.98px) {
  .shopmate-banner strong {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .shopmate-banner strong {
    font-size: 30px;
  }
}

.sub-bg-heading strong {
  color: #ffffff !important;
}
@media (max-width: 1439.98px) {
  .sub-bg-heading strong {
    font-size: 38px;
  }
}
@media (max-width: 1279.98px) {
  .sub-bg-heading strong {
    font-size: 36px;
  }
}
@media (max-width: 1023.98px) {
  .sub-bg-heading strong {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .sub-bg-heading strong {
    font-size: 26px;
  }
}

.experience-section dotlottie-player {
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 1439.98px) {
  .experience-section dotlottie-player {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 1023.98px) {
  .experience-section dotlottie-player {
    width: 100%;
  }
}

.why-ron .sub-heading p {
  font-size: 20px;
}
@media (max-width: 1023.98px) {
  .why-ron .sub-heading p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .why-ron .sub-heading p {
    font-size: 16px;
  }
}
.why-ron .bannershap-small {
  background: url("../images/banner-shap-small.png");
  width: 252px;
  height: 230px;
  position: absolute;
  top: -140px;
  right: -125px;
  display: none !important;
}
@media (max-width: 1349.98px) {
  .why-ron .bannershap-small {
    background-size: 100% auto;
    width: 224px;
    height: 204px;
  }
}
@media (max-width: 1023.98px) {
  .why-ron .bannershap-small {
    display: none;
  }
}

.why-ron-col {
  text-align: center;
}
@media (max-width: 767.98px) {
  .why-ron-col {
    margin-bottom: 20px;
  }
  .why-ron-col:last-child {
    margin-bottom: 0;
  }
}
.why-ron-col .vc_single_image-wrapper {
  border: 2px solid #F7F4FF;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .why-ron-col .vc_single_image-wrapper {
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
  }
  .why-ron-col .vc_single_image-wrapper img {
    max-height: 44px;
    width: auto;
  }
}
.why-ron-col p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
}

@media (max-width: 1439.98px) {
  .careerpage-banner.pt-250, .careerpage-banner.product-banner {
    padding-top: 80px;
  }
  .careerpage-banner.pb-200, .careerpage-banner.talk-action-block {
    padding-bottom: 80px;
  }
}
@media (max-width: 1023.98px) {
  .careerpage-banner.pt-250, .careerpage-banner.product-banner {
    padding-top: 50px;
  }
  .careerpage-banner.pb-200, .careerpage-banner.talk-action-block {
    padding-bottom: 50px;
  }
}
.careerpage-banner .container > .vc_column-inner:before {
  --right: -115px;
  --top: -90px;
  --top50: -44%;
  --top75: -151%;
  background: url("../images/banner-shap-big.png");
  width: 713px;
  height: 741px;
  position: absolute;
  right: var(--right);
  top: var(--top);
  display: block;
  opacity: 0.5;
  transform: rotate(45deg);
  animation: animctopbig-shap 30s linear infinite;
  opacity: 0.3;
}
@media (max-width: 1439.98px) {
  .careerpage-banner .container > .vc_column-inner:before {
    background-size: 100% auto;
    width: 613px;
    height: 641px;
  }
}
@media (max-width: 1349.98px) {
  .careerpage-banner .container > .vc_column-inner:before {
    width: 513px;
    height: 541px;
  }
}
@media (max-width: 1279.98px) {
  .careerpage-banner .container > .vc_column-inner:before {
    width: 413px;
    height: 390px;
  }
}
@media (max-width: 1023.98px) {
  .careerpage-banner .container > .vc_column-inner:before {
    width: 313px;
    height: 295px;
  }
}
@media (max-width: 767.98px) {
  .careerpage-banner .container > .vc_column-inner:before {
    --top50: 3%;
    --top75: -72%;
    width: 213px;
    height: 190px;
  }
}
@media (max-width: 1023.98px) {
  .careerpage-banner p {
    font-size: 18px;
    line-height: normal;
  }
}
.careerpage-banner .o-button3 {
  margin-top: 120px;
}
@media (max-width: 1439.98px) {
  .careerpage-banner .o-button3 {
    margin-top: 60px;
  }
}
@media (max-width: 1279.98px) {
  .careerpage-banner .o-button3 {
    margin-top: 40px;
  }
}
@media (max-width: 1023.98px) {
  .careerpage-banner .o-button3 {
    margin-top: 30px;
  }
}
.careerpage-banner .o-button3 a {
  min-width: 233px;
}

@keyframes animctopbig-shap {
  0% {
    right: var(--right);
    top: var(--top);
    transform: rotate(45deg);
  }
  25% {
    right: 15%;
    top: 56%;
    transform: rotate(25deg);
  }
  50% {
    right: 66%;
    top: var(--top50);
    transform: rotate(0);
  }
  75% {
    right: 25%;
    top: var(--top75);
    transform: rotate(0);
  }
  100% {
    right: var(--right);
    top: var(--top);
    transform: rotate(45deg);
  }
}
.lifeatron-sec.pb-200, .lifeatron-sec.talk-action-block {
  padding-bottom: 80px;
}
@media (max-width: 1023.98px) {
  .lifeatron-sec.pb-200, .lifeatron-sec.talk-action-block {
    padding-bottom: 50px;
  }
}
.lifeatron-sec p {
  max-width: 1060px;
  padding: 20px 0 0;
}
@media (max-width: 1023.98px) {
  .lifeatron-sec p {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .lifeatron-sec p {
    padding: 0;
  }
}

@media (max-width: 1439.98px) {
  .whyjoinus-sec.pb-200, .whyjoinus-sec.talk-action-block {
    padding-bottom: 80px;
  }
}
@media (max-width: 1023.98px) {
  .whyjoinus-sec.pb-200, .whyjoinus-sec.talk-action-block {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .whyjoinus-sec.pb-200, .whyjoinus-sec.talk-action-block {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .whyjoinus-sec .vc_tta-container {
    margin-bottom: 0;
  }
  .whyjoinus-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #5627D9;
    background-color: #5627D9;
  }
  .whyjoinus-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #ffffff;
  }
  .whyjoinus-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #212121;
  }
}
.whyjoinus-sec .container > .vc_column-inner:before {
  --left: -25%;
  --bottom: -136%;
  --left75: -10%;
  --bottom75: -177%;
  background: url("../images/banner-shap-big.png");
  width: 713px;
  height: 741px;
  position: absolute;
  left: var(--left);
  bottom: var(--bottom);
  display: block;
  opacity: 0.5;
  transform: rotate(60deg);
  z-index: -1;
  animation: animcbottombig-shap 30s linear infinite;
  opacity: 0.3;
}
@media (max-width: 1439.98px) {
  .whyjoinus-sec .container > .vc_column-inner:before {
    background-size: 100% auto;
    width: 613px;
    height: 641px;
  }
}
@media (max-width: 1349.98px) {
  .whyjoinus-sec .container > .vc_column-inner:before {
    width: 513px;
    height: 541px;
  }
}
@media (max-width: 1279.98px) {
  .whyjoinus-sec .container > .vc_column-inner:before {
    width: 413px;
    height: 390px;
  }
}
@media (max-width: 1023.98px) {
  .whyjoinus-sec .container > .vc_column-inner:before {
    width: 313px;
    height: 295px;
  }
}
@media (max-width: 767.98px) {
  .whyjoinus-sec .container > .vc_column-inner:before {
    --left75: 37%;
    --bottom75: -81%;
    width: 213px;
    height: 190px;
  }
}
.whyjoinus-sec .container > .vc_column-inner:after {
  background: url("../images/banner-shap-small.png");
  width: 252px;
  height: 230px;
  position: absolute;
  right: 5%;
  top: 17%;
  display: block;
  opacity: 0.5;
  z-index: -1;
  transform: rotate(30deg);
  animation: animcbottomsmall-shap 30s linear infinite;
  opacity: 0.3;
}
@media (max-width: 1439.98px) {
  .whyjoinus-sec .container > .vc_column-inner:after {
    background-size: 100% auto;
    width: 232px;
    height: 200px;
  }
}
@media (max-width: 1349.98px) {
  .whyjoinus-sec .container > .vc_column-inner:after {
    width: 202px;
    height: 175px;
  }
}
@media (max-width: 1279.98px) {
  .whyjoinus-sec .container > .vc_column-inner:after {
    width: 180px;
    height: 152px;
  }
}
@media (max-width: 1023.98px) {
  .whyjoinus-sec .container > .vc_column-inner:after {
    width: 160px;
    height: 132px;
  }
}
@media (max-width: 767.98px) {
  .whyjoinus-sec .container > .vc_column-inner:after {
    width: 140px;
    height: 110px;
  }
}
.whyjoinus-sec .vc_tta.vc_general {
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  padding: 40px 0 0;
}
@media (max-width: 1439.98px) {
  .whyjoinus-sec .vc_tta.vc_general {
    padding: 20px 0 0;
  }
}
@media (max-width: 1023.98px) {
  .whyjoinus-sec .vc_tta.vc_general {
    padding: 10px 0 0;
  }
}
@media (max-width: 767.98px) {
  .whyjoinus-sec .vc_tta.vc_general {
    flex-wrap: wrap;
    padding: 0;
  }
}
.whyjoinus-sec .vc_tta.vc_general .vc_tta-tabs-container {
  width: 395px;
  margin: 0 !important;
}
.whyjoinus-sec .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list {
  padding: 0;
}
.whyjoinus-sec .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab {
  display: block;
  margin: 0;
  padding: 13px 0 0;
}
.whyjoinus-sec .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab:first-child {
  padding: 0;
}
.whyjoinus-sec .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab a {
  font-size: 2.8rem;
  color: #F7F4FF;
  background: transparent;
  border: none;
  padding: 9px 0;
}
@media (max-width: 1279.98px) {
  .whyjoinus-sec .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1023.98px) {
  .whyjoinus-sec .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab a {
    font-size: 1.8rem;
    line-height: normal;
    padding: 5px 0;
  }
}
.whyjoinus-sec .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab a:before, .whyjoinus-sec .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab a:after {
  display: none;
}
.whyjoinus-sec .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab.vc_active a {
  text-decoration: underline;
}
.whyjoinus-sec .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels {
  background: transparent;
  border: none;
}
@media (min-width: 767px) {
  .whyjoinus-sec .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    height: auto !important;
    min-height: auto !important;
    opacity: 0;
    transition: opacity 1s ease;
  }
}
@media (min-width: 767px) {
  .whyjoinus-sec .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_animating .vc_tta-panel-body {
    display: block !important;
    min-height: auto !important;
  }
}
@media (min-width: 767px) {
  .whyjoinus-sec .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    display: block !important;
    min-height: auto !important;
    height: auto !important;
    padding: 14px 20px !important;
    display: none !important;
    transition: none !important;
  }
}
@media (min-width: 767px) {
  .whyjoinus-sec .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .whyjoinus-sec .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    display: block !important;
  }
}
.whyjoinus-sec .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel p {
  font-size: 32px;
  line-height: 40px;
  max-width: 647px;
}
@media (max-width: 1279.98px) {
  .whyjoinus-sec .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1023.98px) {
  .whyjoinus-sec .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel p {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .whyjoinus-sec .vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel p {
    font-size: 16px;
  }
}

@keyframes animcbottombig-shap {
  0% {
    left: var(--left);
    bottom: var(--bottom);
    transform: rotate(60deg);
  }
  25% {
    left: 17%;
    bottom: 43%;
    transform: rotate(45deg);
  }
  50% {
    left: 53%;
    bottom: -57%;
    transform: rotate(25deg);
  }
  75% {
    left: var(--left75);
    bottom: var(--bottom75);
    transform: rotate(60deg);
  }
  100% {
    left: var(--left);
    bottom: var(--bottom);
    transform: rotate(60deg);
  }
}
@keyframes animcbottomsmall-shap {
  0% {
    right: 5%;
    top: 17%;
  }
  25% {
    right: 19%;
    top: 70%;
  }
  50% {
    right: 57%;
    top: 14%;
  }
  75% {
    right: 50%;
    top: -64%;
  }
  100% {
    right: 5%;
    top: 17%;
  }
}
@media (max-width: 1439.98px) {
  .openrole-sec.pb-200, .openrole-sec.talk-action-block {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .openrole-sec.pb-200, .openrole-sec.talk-action-block {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .openrole-sec {
    padding: 30px 0;
  }
  .openrole-sec .container-sm {
    padding: 0;
  }
}
.openrole-sec .container-small {
  max-width: 1083px;
}
.openrole-sec .no-role-heading {
  font-family: "Unbounded", sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #F7F4FF;
  padding: 0 0 15px;
  margin: 55px 0 15px;
  max-width: 866px;
  border-bottom: 2px solid rgba(247, 244, 255, 0.6);
}
@media (max-width: 1023.98px) {
  .openrole-sec .no-role-heading {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .openrole-sec .no-role-heading {
    margin: 0 0 15px;
  }
}
.openrole-sec p {
  font-size: 20px;
  max-width: 760px;
}
@media (max-width: 1023.98px) {
  .openrole-sec p {
    font-size: 16px;
  }
}

.jobs-list {
  margin-top: 40px;
}
@media (max-width: 1439.98px) {
  .jobs-list {
    margin-top: 25px;
  }
}
@media (max-width: 1023.98px) {
  .jobs-list {
    margin-top: 15px;
  }
}

.accordion-content {
  display: none;
}

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

.custom-accordion .accordion-item.listing-block {
  box-shadow: 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  backdrop-filter: blur(74.4293365479px);
  background-color: rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  margin-bottom: 30px;
}
.custom-accordion .accordion-item.listing-block::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 15px;
  border: 1px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: all 0.2s ease-in-out;
}
.custom-accordion .accordion-item.listing-block:last-child {
  margin-bottom: 0;
}
.custom-accordion .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.custom-accordion .accordion-header .accordion-button {
  width: calc(100% - 200px);
  max-width: 100%;
}
@media (max-width: 1023.98px) {
  .custom-accordion .accordion-header .accordion-button {
    width: calc(100% - 180px);
  }
}
@media (max-width: 767.98px) {
  .custom-accordion .accordion-header .accordion-button {
    width: 100%;
    padding: 7.5px 7.5px 0 7.5px;
  }
}
.custom-accordion .accordion-header .job-accordion {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.custom-accordion .accordion-header .job-col {
  width: 25%;
  padding: 25px;
}
@media (max-width: 1023.98px) {
  .custom-accordion .accordion-header .job-col {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .custom-accordion .accordion-header .job-col {
    width: 100%;
  }
}
.custom-accordion .accordion-header .job-col .job-col-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
@media (max-width: 1279.98px) {
  .custom-accordion .accordion-header .job-col .job-col-title {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 1023.98px) {
  .custom-accordion .accordion-header .job-col .job-col-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .custom-accordion .accordion-header .job-col .job-col-title {
    margin-bottom: 0;
  }
}
.custom-accordion .accordion-header .job-col .job-col-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  word-wrap: break-word;
}
@media (max-width: 1023.98px) {
  .custom-accordion .accordion-header .job-col .job-col-desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.custom-accordion .accordion-header .job-col-end-btn {
  padding: 25px;
}
@media (max-width: 1023.98px) {
  .custom-accordion .accordion-header .job-col-end-btn {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .custom-accordion .accordion-header .job-col-end-btn {
    padding: 15px 15px 22.5px 15px;
  }
}
.custom-accordion .accordion-content {
  position: relative;
  padding: 25px;
}
@media (max-width: 1023.98px) {
  .custom-accordion .accordion-content {
    padding: 20px 15px;
  }
}
.custom-accordion .accordion-content::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
}
.custom-accordion .accordion-content .job-content p {
  color: rgba(247, 244, 255, 0.7);
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
  margin-top: 10px;
}
.custom-accordion .accordion-content .job-content p:first-child {
  margin-top: 0;
}
.custom-accordion .accordion-content .job-content p:last-child {
  margin-top: 35px;
}
@media (max-width: 1023.98px) {
  .custom-accordion .accordion-content .job-content p:last-child {
    margin-top: 25px;
  }
}
.custom-accordion .accordion-content .job-content h3 {
  color: #ffffff;
  font-size: 18px;
  margin-top: 35px;
}
@media (max-width: 1023.98px) {
  .custom-accordion .accordion-content .job-content h3 {
    margin-top: 25px;
  }
}
.custom-accordion .accordion-content .job-content h3:first-child {
  margin-top: 0;
}
.custom-accordion .accordion-content .job-content ul {
  margin-top: 10px;
}
.custom-accordion .accordion-content .job-content ul li {
  color: rgba(247, 244, 255, 0.7);
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.custom-accordion .accordion-content .job-content ul li:last-child {
  margin-bottom: 0;
}
.custom-accordion .accordion-content .job-content ul li::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #D9D9D9;
  left: 0;
  top: 9px;
}
.custom-accordion .accordion-content .job-col-end-btn {
  margin-top: 45px;
}
@media (max-width: 1023.98px) {
  .custom-accordion .accordion-content .job-col-end-btn {
    margin-top: 35px;
  }
}

.o-button3-new {
  position: relative;
  width: 150px;
  transition: all 0.2s ease-in-out;
}
.o-button3-new::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 15px;
  border: 1px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: all 0.2s ease-in-out;
}
.o-button3-new button {
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  backdrop-filter: blur(74.4293365479px);
  background: rgba(255, 255, 255, 0.09);
  font-size: 18px;
  color: #F7F4FF;
  font-family: "Inter", sans-serif;
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 10px;
  border: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.98px) {
  .o-button3-new button {
    font-size: 16px;
  }
}
.o-button3-new button:hover {
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  color: #ffffff;
}

.career-form-modal .modal-dialog {
  max-width: 100%;
  width: 600px !important;
  margin: 30px auto;
  padding: 0 15px;
}
.career-form-modal .modal-body {
  padding: 0;
}
.career-form-modal .modal-content {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  border-radius: 25px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(26px);
}
@media (max-width: 767.98px) {
  .career-form-modal .modal-content {
    padding: 30px 15px;
  }
}
.career-form-modal .modal-content .modal-header {
  border: 0;
  padding: 0;
}
.career-form-modal .modal-content .modal-header .close {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #ffffff;
}
.career-form-modal .modal-content .modal-header .close span {
  font-size: 30px;
}

.career-form-section .wpcf7-not-valid-tip,
.career-form-section .error {
  margin-top: 0;
  margin-bottom: 0;
}
.career-form-section .form-label {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .career-form-section .form-label {
    font-size: 14px;
  }
}
.career-form-section .modal-title {
  color: #F7F4FF;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 1023.98px) {
  .career-form-section .modal-title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .career-form-section .modal-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.career-form-section .form-row {
  margin: 0 -10px 30px -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .career-form-section .form-row {
    margin: 0 -10px 15px -10px;
  }
}
.career-form-section .form-row:last-child {
  margin-bottom: 0;
}
.career-form-section .form-row .form-col {
  padding: 0 10px;
  width: 100%;
}
.career-form-section .form-row .form-col .selected-dial-code {
  font-size: 16px;
}
.career-form-section .form-row .form-col .uploadfile-field p {
  display: flex;
  flex-direction: column-reverse;
}
.career-form-section .form-row .form-col .uploadfile-field p .error {
  color: #dc3232;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .career-form-section .form-row .form-col .uploadfile-field p .error {
    font-size: 12px;
  }
}
.career-form-section .form-row .form-col .uploadfile-field input[type=file] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}
.career-form-section .form-row .form-col .uploadfile-field label {
  border: 2px solid rgba(254, 254, 254, 0.7);
  border-radius: 25px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  vertical-align: top;
  height: 68px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1439.98px) {
  .career-form-section .form-row .form-col .uploadfile-field label {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .career-form-section .form-row .form-col .uploadfile-field label {
    height: 42px;
    font-size: 14px;
    padding: 0 15px;
  }
}
.career-form-section .form-row .form-col .uploadfile-field label::after {
  position: absolute;
  content: "";
  background: url("../images/upload-resume.svg");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  right: 20px;
}
.career-form-section .form-row .form-col .uploadfile-field span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.career-form-section .form-row .form-col .country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 320px;
  overflow-x: hidden;
}
.career-form-section .form-row .form-col .country-list li .country-name {
  color: #000000;
  font-size: 16px;
}
.career-form-section .form-row .form-col .country-list li .dial-code {
  font-size: 16px;
}
.career-form-section .form-row .form-col.custom_radio p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.career-form-section .form-row .form-col.custom_radio p input {
  margin-right: 5px;
}
.career-form-section .form-row .form-col.custom_radio p label {
  margin-right: 15px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .career-form-section .form-row .form-col.custom_radio p label {
    font-size: 14px;
    margin-right: 12px;
    line-height: 24px;
  }
}
.career-form-section .form-row .form-col input[type=text],
.career-form-section .form-row .form-col input[type=email],
.career-form-section .form-row .form-col input[type=date] {
  border: 2px solid rgba(254, 254, 254, 0.7);
  border-radius: 25px;
  background-color: transparent;
  color: #F7F4FF;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  vertical-align: top;
  height: 68px;
  padding: 0 20px;
  width: 100%;
  position: relative;
}
@media (max-width: 1439.98px) {
  .career-form-section .form-row .form-col input[type=text],
  .career-form-section .form-row .form-col input[type=email],
  .career-form-section .form-row .form-col input[type=date] {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .career-form-section .form-row .form-col input[type=text],
  .career-form-section .form-row .form-col input[type=email],
  .career-form-section .form-row .form-col input[type=date] {
    height: 42px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.career-form-section .form-row .form-col input[type=date]::-webkit-inner-spin-button,
.career-form-section .form-row .form-col input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
}
.career-form-section .form-row .form-col input[type=date]::-webkit-calendar-picker-indicator {
  background: none;
}
.career-form-section .form-row .form-col input[type=date] {
  background: url("../images/cal-icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}
.career-form-section .form-row .form-col.full-col {
  width: 100%;
}
.career-form-section .form-row .form-col.half-col {
  width: 50%;
}
@media (max-width: 767.98px) {
  .career-form-section .form-row .form-col.half-col {
    width: 100%;
    margin-bottom: 15px;
  }
  .career-form-section .form-row .form-col.half-col:last-child {
    margin-bottom: 0;
  }
}
.career-form-section .form-row .form-col .submit-btn {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  width: 200px;
  height: 60px;
}
@media (max-width: 1023.98px) {
  .career-form-section .form-row .form-col .submit-btn {
    height: 50px;
  }
}
.career-form-section .form-row .form-col .submit-btn:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 15px;
  border: 1px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.career-form-section .form-row .form-col .submit-btn .career-btn-submit {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  position: relative;
  background: rgba(255, 255, 255, 0.095);
  color: #F7F4FF;
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 70px;
  transition: background-color 0.3s ease;
  border-radius: 15px;
  z-index: 1;
  border: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .career-form-section .form-row .form-col .submit-btn .career-btn-submit {
    font-size: 16px;
    padding: 13px 70px;
  }
}
@media (max-width: 767.98px) {
  .career-form-section .form-row .form-col .submit-btn .career-btn-submit {
    font-size: 14px;
  }
}
.career-form-section .form-row .form-col .submit-btn .career-btn-submit:hover {
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  color: #ffffff;
}

.modal {
  background: rgba(0, 0, 0, 0.8) !important;
}

.custom_radio {
  display: flex;
  flex-wrap: wrap;
}
.custom_radio p label {
  margin-right: 20px;
}

.radio-grp {
  position: relative;
  padding-left: 25px;
}
.radio-grp label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B877FF;
  position: absolute;
  left: 5px;
  top: 10px;
  opacity: 0;
}
.radio-grp label::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 5px;
}
.radio-grp input[type=radio] {
  opacity: 0;
  position: absolute;
}
.radio-grp input[type=radio]:checked + label::before {
  opacity: 1;
}
.radio-grp input[type=radio]:checked + label::after {
  border-color: #B877FF;
}

.required-doc {
  margin-top: 10px;
}
.required-doc p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 20px;
}

.intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
  width: 110px !important;
  padding-left: 20px !important;
  max-height: 68px;
}
@media (max-width: 1439.98px) {
  .intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
    max-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
    max-height: 42px;
  }
}

input#contact-no {
  padding-left: 120px !important;
}

.wpcf7-spinner {
  margin: 5px 24px;
}

.bloglist-page div.asl_m {
  z-index: 0;
}
.bloglist-page .blog-col {
  width: 33.33%;
  padding: 0 25px 50px 25px;
}
@media (max-width: 1023.98px) {
  .bloglist-page .blog-col {
    padding: 0 15px 30px 15px;
  }
}
@media (max-width: 767.98px) {
  .bloglist-page .blog-col {
    width: 100%;
  }
}
.bloglist-page .blog-col .blog-image {
  border-radius: 20px 20px 0 0;
  padding-top: 63%;
  display: block;
  position: relative;
}
.bloglist-page .blog-col .blog-image img {
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.bloglist-page .blog-col .blog-image:hover img {
  transform: scale(1.15);
}
@media (max-width: 767.98px) {
  .bloglist-page .blog-col .blog-image:hover img {
    transform: none;
  }
}
.bloglist-page .blog-col .blog-content .feature-label {
  line-height: normal;
  padding: 0;
  background-color: rgba(41, 29, 255, 0.8);
  font-size: 14px !important;
  border-radius: 16px;
  width: 125px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .bloglist-page .blog-col .blog-content .feature-label {
    margin-bottom: 10px;
  }
}
.bloglist-page .blog-col .blog-content h3,
.bloglist-page .blog-col .blog-content h3 a {
  color: #F7F4FF;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  color: #B166EC;
  font-size: 20px;
  background: linear-gradient(91.17deg, #5627D9 -4.01%, #B877FF 51.05%, #291DFF 106.11%);
  background-clip: text;
  color: transparent;
  display: block;
}
.bloglist-page .blog-col .blog-content h3:hover, .bloglist-page .blog-col .blog-content h3:focus,
.bloglist-page .blog-col .blog-content h3 a:hover,
.bloglist-page .blog-col .blog-content h3 a:focus {
  border-color: #B166EC;
}
.bloglist-page .blog-col .blog-content h3 {
  margin: 20px 0;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  .bloglist-page .blog-col .blog-content h3 {
    margin: 15px 0;
  }
}
.bloglist-page .blog-col .blog-content p {
  color: #404040;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1023.98px) {
  .bloglist-page .blog-col .blog-content p {
    line-height: normal;
  }
}
.bloglist-page .blog-col .blog-content .blog-tags {
  padding-bottom: 12px;
}
.bloglist-page .blog-col .blog-content .blog-tags a,
.bloglist-page .blog-col .blog-content .blog-tags .tag {
  border: 2px solid #F7F4FF;
  border-radius: 50px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  padding: 10px 10px;
  min-width: 190px;
  margin-right: 6px;
  margin-bottom: 13px;
  pointer-events: none;
}
.bloglist-page .blog-col .blog-content .blog-link {
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}
.bloglist-page .blog-col .blog-content .blog-link:hover, .bloglist-page .blog-col .blog-content .blog-link:focus {
  color: #B166EC;
  border-color: #B166EC;
}

.asl_w_container #ajaxsearchlite1 {
  background: transparent;
  max-width: 800px;
  margin: -17.5% auto 0 auto;
}
@media (max-width: 1349.98px) {
  .asl_w_container #ajaxsearchlite1 {
    margin: -15.5% auto 0 auto;
  }
}
@media (max-width: 1023.98px) {
  .asl_w_container #ajaxsearchlite1 {
    margin: -20.5% auto 0 auto;
  }
}
@media (max-width: 767.98px) {
  .asl_w_container #ajaxsearchlite1 {
    margin: -30.5% auto 0 auto;
  }
}
@media (max-width: 479.98px) {
  .asl_w_container #ajaxsearchlite1 {
    margin: -36.5% auto 0 auto;
  }
}
.asl_w_container #ajaxsearchlite1 .probox {
  background: rgba(255, 255, 255, 0.095);
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  height: 63px;
  padding: 0 15px 0 20px;
}
@media (max-width: 1023.98px) {
  .asl_w_container #ajaxsearchlite1 .probox {
    height: 50px;
  }
}
.asl_w_container #ajaxsearchlite1 .probox .proinput {
  order: 2;
}
.asl_w_container #ajaxsearchlite1 .probox .proinput input {
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  color: #F7F4FF !important;
  font-size: 14px !important;
}
.asl_w_container #ajaxsearchlite1 .probox .proinput .orig {
  height: 63px;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  color: #F7F4FF !important;
  font-size: 14px !important;
}
@media (max-width: 1023.98px) {
  .asl_w_container #ajaxsearchlite1 .probox .proinput .orig {
    height: 50px;
  }
}
.asl_w_container #ajaxsearchlite1 .probox .proinput .autocomplete {
  height: 63px;
  margin-top: -63px !important;
}
@media (max-width: 1023.98px) {
  .asl_w_container #ajaxsearchlite1 .probox .proinput .autocomplete {
    height: 50px;
    margin-top: -50px !important;
  }
}
.asl_w_container #ajaxsearchlite1 .probox .promagnifier {
  background: transparent;
  height: auto;
  margin: 0 20px 0 0;
  order: 1;
  width: auto;
}
.asl_w_container #ajaxsearchlite1 .probox .promagnifier svg {
  height: 32px;
  width: 32px;
}
@media (max-width: 1023.98px) {
  .asl_w_container #ajaxsearchlite1 .probox .promagnifier svg {
    height: 26px;
    width: 26px;
  }
}
.asl_w_container #ajaxsearchlite1 .probox .proloading {
  height: 30px;
  width: 30px;
}

.no-results .page-content .asl_w_container {
  justify-content: center;
  margin-top: 30px;
}

body div.asl_r.asl_w.vertical {
  background: #363636;
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  padding: 10px;
  margin-top: 64px;
}
@media (max-width: 1023.98px) {
  body div.asl_r.asl_w.vertical {
    margin-top: 51px;
  }
}
body div.asl_r.asl_w.vertical .results img.asl_image {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: auto;
  margin: 5px 10px 7.5px 0;
  width: 110px;
}
body div.asl_r.asl_w.vertical .results .item {
  background: transparent;
  border: 0 none;
}
body div.asl_r.asl_w.vertical .results .item::after {
  background-color: #ffffff;
  height: 2px;
}
body div.asl_r.asl_w.vertical .results .item .asl_content {
  padding: 7px 0;
  text-shadow: none;
}
body div.asl_r.asl_w.vertical .results .item .asl_content h3 a {
  font-family: "Unbounded", sans-serif;
  font-size: 1.2rem;
}
body div.asl_r.asl_w.vertical .results .asl_nores {
  background: transparent;
}
body div.asl_r.asl_w.vertical .results .asl_nores .asl_keyword {
  cursor: default;
  font-weight: 300;
}

.blog-list {
  margin: 0 -25px;
}
@media (max-width: 1023.98px) {
  .blog-list {
    margin: 0 -15px;
  }
}
.blog-list .blog-inner {
  position: relative;
  z-index: 1;
  height: 100%;
}
.blog-list .blog-inner .blog-content {
  padding: 20px 15px 25px 15px;
}
.blog-list .blog-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-180deg, rgba(195, 80, 241, 0.16) 42.43%, rgba(41, 29, 255, 0.8) 101.61%);
  border-radius: 15px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.btn-loadmore {
  margin: 50px 0 0;
}
@media (max-width: 1023.98px) {
  .btn-loadmore {
    margin: 30px 0 0;
  }
}
@media (max-width: 767.98px) {
  .btn-loadmore {
    margin: 0;
  }
}
.btn-loadmore .o-button3 a {
  min-width: 234px;
}

.featured-blog {
  margin: 0 -25px 50px -25px;
}
@media (max-width: 1023.98px) {
  .featured-blog {
    margin: 0 -15px 30px -15px;
  }
}
@media (max-width: 767.98px) {
  .featured-blog {
    margin: 0 -15px 0 -15px;
  }
}
.featured-blog .blog-col {
  width: 100%;
}
.featured-blog .blog-col .blog-image img {
  position: static;
  border-radius: 15px;
}
.featured-blog .blog-col .blog-content {
  width: 50%;
  padding-right: 100px;
}
.featured-blog .blog-col .blog-content h3 {
  font-size: 26px;
  line-height: 34px;
}
@media (max-width: 1023.98px) {
  .featured-blog .blog-col .blog-content h3 {
    font-size: 20px;
    line-height: normal;
  }
}
.featured-blog .blog-col .blog-content p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1023.98px) {
  .featured-blog .blog-col .blog-content p {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 1279.98px) {
  .featured-blog .blog-col .blog-content {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .featured-blog .blog-col .blog-content {
    margin-top: 15px;
  }
}
.featured-blog .blog-col .blog-inner {
  display: flex;
  flex-direction: row-reverse;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  justify-content: space-between;
  padding: 40px;
}
@media (max-width: 1279.98px) {
  .featured-blog .blog-col .blog-inner {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .featured-blog .blog-col .blog-inner {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .featured-blog .blog-col .blog-inner {
    padding: 15px;
  }
}

.home-banner.blog-list-banner .home-banner-sub-text {
  margin-bottom: 0;
  padding-bottom: 13%;
}
@media (max-width: 1349.98px) {
  .home-banner.blog-list-banner .home-banner-sub-text {
    padding-bottom: 15%;
  }
}
@media (max-width: 1023.98px) {
  .home-banner.blog-list-banner .home-banner-sub-text {
    padding-bottom: 20%;
  }
}
@media (max-width: 767.98px) {
  .home-banner.blog-list-banner .home-banner-sub-text {
    padding-bottom: 30%;
  }
}
@media (max-width: 479.98px) {
  .home-banner.blog-list-banner .home-banner-sub-text {
    padding-bottom: 40%;
  }
}
.home-banner.blog-list-banner .vc_column-inner {
  padding-bottom: 0 !important;
}

.bloglist-page {
  background-color: #ffffff;
  margin-bottom: 120px;
}
@media (max-width: 1349.98px) {
  .bloglist-page {
    margin-bottom: 80px;
  }
}
@media (max-width: 1023.98px) {
  .bloglist-page {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .bloglist-page {
    margin-bottom: 30px;
  }
}
.bloglist-page .blog-list .blog-col .blog-inner {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: inline-block;
}
.bloglist-page .blog-list .blog-col .blog-inner:hover {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}
.bloglist-page .blog-list .blog-col .blog-inner:hover::after {
  padding: 2px;
}
.bloglist-page .featured-blog .blog-col {
  transition: all 0.3s ease-in-out;
}
.bloglist-page .featured-blog .blog-col .blog-image {
  margin-bottom: 0;
  overflow: hidden;
  background: linear-gradient(270deg, rgba(139, 139, 139, 0.2) -0.81%, rgba(19, 91, 122, 0) 74.56%);
  border-radius: 15px;
  padding: 17px;
  position: relative;
  z-index: 1;
}
.bloglist-page .featured-blog .blog-col .blog-image::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: linear-gradient(280deg, rgba(195, 80, 241, 0.16) 42.43%, rgba(41, 29, 255, 0.8) 101.61%);
  border-radius: 15px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

.feature-label-dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.feature-label-dt .feature-label {
  margin-right: 15px;
}
.feature-label-dt .blog-date {
  color: #6E6E6E;
  font-size: 14px;
}

.blog-detail p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #303030;
  margin-bottom: 15px;
}
@media (max-width: 1023.98px) {
  .blog-detail p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
  }
}
.blog-detail .blogfirst-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023.98px) {
  .blog-detail .blogfirst-row {
    display: block;
  }
}
.blog-detail .blogfirst-row .blogfirst-img {
  width: 100%;
  margin-top: -100px;
}
@media (max-width: 1023.98px) {
  .blog-detail .blogfirst-row .blogfirst-img {
    max-width: inherit;
    margin-top: 0;
  }
}
.blog-detail .blogfirst-row .blogfirst-img img {
  display: block;
  width: 100%;
  max-height: 500px;
  border-radius: 30px;
  object-fit: cover;
  background-color: #ffffff;
}
@media (max-width: 1023.98px) {
  .blog-detail .blogfirst-row .blogfirst-img img {
    border-radius: 15px;
  }
}
.blog-detail .blogfirst-row .blogfirst-content {
  width: calc(100% - 525px);
  padding-left: 45px;
}
@media (max-width: 1023.98px) {
  .blog-detail .blogfirst-row .blogfirst-content {
    padding: 45px 0 0;
    width: 100%;
  }
}
.blog-detail .blogfirst-row .blogfirst-content h2 {
  font-weight: 300;
  color: #000000;
}
.blog-detail .blogdetail-content {
  padding-top: 40px;
  padding-bottom: 120px;
}
@media (max-width: 1439.98px) {
  .blog-detail .blogdetail-content {
    padding-bottom: 80px;
  }
}
@media (max-width: 1023.98px) {
  .blog-detail .blogdetail-content {
    padding: 25px 0 0;
  }
}
.blog-detail .blogdetail-content h2 {
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
  font-family: "Unbounded", sans-serif;
}
@media (max-width: 1439.98px) {
  .blog-detail .blogdetail-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 1023.98px) {
  .blog-detail .blogdetail-content h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .blog-detail .blogdetail-content h2 {
    font-size: 22px;
  }
}
.blog-detail .blogdetail-content h3 {
  font-weight: 300;
  color: #303030;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1439.98px) {
  .blog-detail .blogdetail-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 1023.98px) {
  .blog-detail .blogdetail-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.blog-detail .blogdetail-content p strong {
  font-weight: 600;
  color: #000000;
}
.blog-detail .blogdetail-content ul {
  padding-left: 19px;
  margin: 15px 0;
}
@media (max-width: 1023.98px) {
  .blog-detail .blogdetail-content ul {
    margin: 12px 0;
  }
}
.blog-detail .blogdetail-content ul li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 15px;
  list-style: disc;
}
.blog-detail .blogdetail-content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .blog-detail .blogdetail-content ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
  }
}
.blog-detail .blogdetail-content ul li strong {
  font-weight: 600;
}
.blog-detail .cta-section .vc_col-sm-12 {
  padding-left: 0;
  padding-right: 0;
  float: none;
}

.blogdetail-head {
  padding-bottom: 9.5%;
}
@media (max-width: 1279.98px) {
  .blogdetail-head {
    padding-bottom: 12.5%;
  }
}
@media (max-width: 1023.98px) {
  .blogdetail-head {
    padding-bottom: 8.5%;
  }
}
.blogdetail-head h1 {
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 35px;
}
@media (max-width: 1439.98px) {
  .blogdetail-head h1 {
    font-size: 42px;
    line-height: 56px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1279.98px) {
  .blogdetail-head h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .blogdetail-head h1 {
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 15px;
  }
}
.blogdetail-head p {
  font-size: 25px;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  max-width: 940px;
  margin: 0 auto;
  line-height: 44px;
}
@media (max-width: 1023.98px) {
  .blogdetail-head p {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 767.98px) {
  .blogdetail-head p {
    font-size: 20px;
  }
}

.blog-middle-wrap {
  background-color: #ffffff;
}
@media (max-width: 1023.98px) {
  .blog-middle-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .blog-middle-wrap {
    padding: 30px 0;
  }
}

.blog-detail-section .vc_row.wpb_row.vc_inner {
  margin-bottom: 55px;
}
@media (max-width: 1439.98px) {
  .blog-detail-section .vc_row.wpb_row.vc_inner {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023.98px) {
  .blog-detail-section .vc_row.wpb_row.vc_inner {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .blog-detail-section .vc_row.wpb_row.vc_inner {
    margin-bottom: 25px;
  }
}
.blog-detail-section .vc_row.wpb_row.vc_inner:last-child {
  margin-bottom: 0;
}
.blog-detail-section .vc_row.wpb_row.vc_inner .wpb_text_column {
  margin-bottom: 15px !important;
}
@media (max-width: 1023.98px) {
  .blog-detail-section .vc_row.wpb_row.vc_inner .wpb_text_column {
    margin-bottom: 12px !important;
  }
}
.blog-detail-section .vc_row.wpb_row.vc_inner .wpb_text_column:last-child {
  margin-bottom: 0 !important;
}

.cta-section p {
  color: #F7F4FF;
}

@media (max-width: 1439.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner {
    padding: 50px 0;
  }
}
.assess-section-banner .vc_col-sm-12 > .vc_column-inner::before {
  background: url("../images/banner-shap-big.png");
  width: 713px;
  height: 741px;
  position: absolute;
  left: 35px;
  top: 30px;
  animation: animabig-shap 30s linear infinite;
  opacity: 0.3;
  display: inline-block;
}
@media (max-width: 1349.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner::before {
    background-size: 100% auto;
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1279.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner::before {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1023.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner::before {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 767.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner::before {
    width: 250px;
    height: 250px;
  }
}
.assess-section-banner .vc_col-sm-12 > .vc_column-inner::after {
  background: url("../images/banner-shap-small.png");
  width: 252px;
  height: 230px;
  position: absolute;
  left: 86%;
  top: 70%;
  animation: animasmall-shap 30s linear infinite;
  opacity: 0.3;
  display: inline-block;
}
@media (max-width: 1349.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner::after {
    background-size: 100% auto;
    width: 224px;
    height: 204px;
  }
}
@media (max-width: 1279.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner::after {
    width: 180px;
    height: 163px;
  }
}
@media (max-width: 1023.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner::after {
    width: 150px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .assess-section-banner .vc_col-sm-12 > .vc_column-inner::after {
    width: 120px;
    height: 112px;
  }
}
.assess-section-banner .section-title {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .assess-section-banner .section-title {
    padding-bottom: 30px;
  }
}
.assess-section-banner p {
  font-weight: 300;
  max-width: 690px;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .assess-section-banner p {
    font-size: 18px;
    line-height: normal;
  }
}
.assess-section-banner .o-button3 {
  margin-top: 100px;
}
.assess-section-banner .o-button3 a {
  min-width: 230px;
}
@media (max-width: 1023.98px) {
  .assess-section-banner .o-button3 a {
    min-width: 200px;
  }
}
@media (max-width: 1439.98px) {
  .assess-section-banner .o-button3 {
    margin-top: 60px;
  }
}
@media (max-width: 1279.98px) {
  .assess-section-banner .o-button3 {
    margin-top: 40px;
  }
}
@media (max-width: 1023.98px) {
  .assess-section-banner .o-button3 {
    margin-top: 30px;
  }
}

@keyframes animabig-shap {
  0% {
    left: -100px;
    top: 30px;
    transform: rotate(0);
  }
  25% {
    left: 28%;
    top: -11%;
    transform: rotate(15deg);
  }
  50% {
    left: 52%;
    top: 19%;
    transform: rotate(50deg);
  }
  75% {
    left: 35%;
    top: 31%;
    transform: rotate(40deg);
  }
  100% {
    left: -100px;
    top: 30px;
    transform: rotate(0);
  }
}
@keyframes animasmall-shap {
  0% {
    left: 86%;
    top: 70%;
    transform: rotate(0);
  }
  25% {
    left: 61%;
    top: 85%;
    transform: rotate(10deg);
  }
  50% {
    left: -3%;
    top: 49%;
    transform: rotate(10deg);
  }
  75% {
    left: -8%;
    top: 7%;
    transform: rotate(0deg);
  }
  100% {
    left: 86%;
    top: 70%;
    transform: rotate(0);
  }
}
@media (max-width: 1023.98px) {
  .assess-main {
    padding: 0 15px;
  }
}
@media (max-width: 1439.98px) {
  .assess-main {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .assess-main {
    padding: 0 15px;
  }
}
.assess-main h3 {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 28px;
}
@media (max-width: 1439.98px) {
  .assess-main h3 {
    padding-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .assess-main h3 {
    padding-bottom: 8px;
  }
}
.assess-main .prgress-bar {
  height: 26px;
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto 35px;
}
@media (max-width: 767.98px) {
  .assess-main .prgress-bar {
    margin: 0 auto 25px;
  }
}
.assess-main .prgress-bar .prgress {
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  display: inline-block;
  height: 26px;
  border-radius: 15px;
}
.assess-main .prgress-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 15px;
  border: 1px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  height: 100%;
  width: 100%;
}
.assess-main .prgress-bar::after {
  content: "";
  box-shadow: 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.assess-main .action-area {
  display: flex;
  justify-content: flex-end;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .assess-main .action-area {
    justify-content: center;
  }
}
.assess-main .action-area.final-action {
  justify-content: center;
}
.assess-main .action-area.final-action .action-btn {
  margin-left: 0;
}
.assess-main .action-area .action-btn {
  font-family: Inter, sans-serif;
  position: relative;
  background: rgba(255, 255, 255, 0.095);
  color: #F7F4FF;
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 20px;
  transition: background-color 0.3s ease;
  border-radius: 15px;
  z-index: 1;
  border: none;
  display: inline-block;
  vertical-align: top;
  min-width: 234px;
  cursor: pointer;
  margin-left: 40px;
}
.assess-main .action-area .action-btn:first-child {
  margin-left: 0;
}
.assess-main .action-area .action-btn:disabled {
  display: none;
}
@media (max-width: 1023.98px) {
  .assess-main .action-area .action-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 18px;
    border-radius: 12px;
    min-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .assess-main .action-area .action-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
    border-radius: 8px;
    margin: 0 10px;
    min-width: 120px;
  }
}
.assess-main .action-area .action-btn:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 15px;
  border: 1px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
@media (max-width: 1023.98px) {
  .assess-main .action-area .action-btn:before {
    border-radius: 12px;
  }
}
@media (max-width: 767.98px) {
  .assess-main .action-area .action-btn:before {
    border-radius: 8px;
  }
}
.assess-main .action-area .action-btn:hover, .assess-main .action-area .action-btn:focus {
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  color: #ffffff;
}
.assess-main .question-counter {
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .assess-main .question-counter {
    font-size: 16px;
  }
}

.assess-heading .section-title {
  padding-bottom: 50px;
  text-align: center;
  width: 100%;
  font-size: 48px;
}

.assess-form-wrap {
  border-radius: 25px;
  padding: 56px 50px 120px;
  position: relative;
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto 30px !important;
  box-shadow: -3.01px 3.01px 22px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  background-color: rgba(255, 255, 255, 0.04);
}
@media (max-width: 1439.98px) {
  .assess-form-wrap {
    padding: 50px 30px 50px;
  }
}
@media (max-width: 1023.98px) {
  .assess-form-wrap {
    padding: 35px 30px;
  }
}
@media (max-width: 767.98px) {
  .assess-form-wrap {
    border-radius: 15px;
    padding: 30px 15px;
  }
}
.assess-form-wrap.final-screen-wrap {
  padding: 117px 120px 150px !important;
}
@media (max-width: 1023.98px) {
  .assess-form-wrap.final-screen-wrap {
    padding: 35px !important;
  }
}
@media (max-width: 767.98px) {
  .assess-form-wrap.final-screen-wrap {
    padding: 35px 15px !important;
  }
}
.assess-form-wrap.final-screen-wrap .section-title {
  padding: 0 0 50px;
}
@media (max-width: 1023.98px) {
  .assess-form-wrap.final-screen-wrap .section-title {
    padding: 0 0 20px;
  }
}
.assess-form-wrap.final-screen-wrap p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .assess-form-wrap.final-screen-wrap p {
    font-size: 16px;
    line-height: 22px;
  }
}
.assess-form-wrap.final-screen-wrap p:last-child {
  margin-bottom: 0;
}
.assess-form-wrap::after {
  content: "";
  box-shadow: 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.assess-form-wrap .ask-que {
  font-size: 20px;
  color: #F7F4FF;
  margin-bottom: 60px;
}
@media (max-width: 1439.98px) {
  .assess-form-wrap .ask-que {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023.98px) {
  .assess-form-wrap .ask-que {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .assess-form-wrap .ask-que {
    font-size: 16px;
  }
}
.assess-form-wrap .ans-listing li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 34px;
}
@media (max-width: 1439.98px) {
  .assess-form-wrap .ans-listing li {
    margin-bottom: 15px;
  }
}
@media (max-width: 1023.98px) {
  .assess-form-wrap .ans-listing li {
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .assess-form-wrap .ans-listing li {
    padding-left: 32px;
  }
}
.assess-form-wrap .ans-listing li:last-child {
  margin-bottom: 0;
}
.assess-form-wrap .ans-listing li input[type=radio] {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
}
.assess-form-wrap .ans-listing li input[type=radio]:checked + label::before {
  opacity: 1;
}
.assess-form-wrap .ans-listing li input[type=radio]:checked + label::after {
  border-color: #5627D9;
}
.assess-form-wrap .ans-listing li label {
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .assess-form-wrap .ans-listing li label {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }
}
.assess-form-wrap .ans-listing li label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5627D9;
  position: absolute;
  left: 8px;
  top: 9px;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .assess-form-wrap .ans-listing li label::before {
    left: 6px;
    top: 6px;
  }
}
.assess-form-wrap .ans-listing li label::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #F7F4FF;
  position: absolute;
  left: 0;
  top: 1px;
}
@media (max-width: 767.98px) {
  .assess-form-wrap .ans-listing li label::after {
    width: 20px;
    height: 20px;
    top: 0;
  }
}

@media (max-width: 1439.98px) {
  .quiz-page.pt-100, .product-assistant-sec .vc_row:first-child h2.quiz-page {
    padding-top: 80px;
  }
  .quiz-page.pb-150 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1023.98px) {
  .quiz-page.pt-100, .product-assistant-sec .vc_row:first-child h2.quiz-page {
    padding-top: 50px;
  }
  .quiz-page.pb-150 {
    padding-bottom: 50px;
  }
}

.product-banner h1 {
  display: block;
  max-width: 860px;
}
.product-banner h1 + h1 {
  font-size: 3.6rem;
  line-height: 5rem;
}
@media (max-width: 1023.98px) {
  .product-banner h1 + h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.product-banner p {
  max-width: 1120px;
}
.product-banner .o-button3 a {
  min-width: 300px;
}
@media (max-width: 1439.98px) {
  .product-banner .o-button3 a {
    min-width: 230px;
  }
}
@media (max-width: 1023.98px) {
  .product-banner .o-button3 a {
    min-width: 200px;
  }
}
.product-banner .container::before {
  content: "";
  background: url("../images/banner-shap-small.png");
  background-size: 100% auto;
  width: 561px;
  height: 510px;
  position: absolute;
  left: 3%;
  top: 4%;
  transform: rotate(26deg);
  animation: animasolutionbig-shap 30s linear infinite;
  opacity: 0.3;
  display: inline-block;
}
@media (max-width: 1439.98px) {
  .product-banner .container::before {
    width: 461px;
    height: 410px;
  }
}
@media (max-width: 1349.98px) {
  .product-banner .container::before {
    width: 400px;
    height: 350px;
  }
}
@media (max-width: 1023.98px) {
  .product-banner .container::before {
    width: 300px;
    height: 258px;
  }
}
@media (max-width: 767.98px) {
  .product-banner .container::before {
    width: 240px;
    height: 206px;
  }
}
.product-banner .container::after {
  content: "";
  background: url("../images/banner-shap-big.png");
  background-size: 100% auto;
  width: 153px;
  height: 159px;
  position: absolute;
  top: 7%;
  left: 73%;
  transform: rotate(60deg);
  animation: animasolutionsmall-shap 30s linear infinite;
  opacity: 0.3;
  display: inline-block;
}
@media (max-width: 1279.98px) {
  .product-banner .container::after {
    width: 133px;
    height: 139px;
  }
}
@media (max-width: 1023.98px) {
  .product-banner .container::after {
    width: 123px;
    height: 129px;
  }
}
@media (max-width: 767.98px) {
  .product-banner .container::after {
    width: 100px;
    height: 98px;
  }
}

.product-assistant-sec .vc_row:first-child p {
  max-width: 1112px;
}
.product-assistant-sec .assistant-card {
  margin: 70px 80px;
  width: 477px;
}
@media (max-width: 479.98px) {
  .product-assistant-sec .assistant-card {
    margin: 10px 15px;
    width: auto;
  }
}
.product-assistant-sec .assistant-card .vc_column-inner {
  border-radius: 25px;
}
.product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image h2 {
  padding: 48px 28px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
}
@media (max-width: 479.98px) {
  .product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image h2 {
    padding: 25px;
  }
}
.product-assistant-sec .assistant-card .vc_column-inner .wpb_single_image::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column {
  background: linear-gradient(149.24deg, #5627D9 -141.28%, #FBFBFB 56.97%);
  z-index: 1;
}
.product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column .wpb_wrapper {
  padding: 47px 0;
}
@media (max-width: 479.98px) {
  .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column .wpb_wrapper {
    padding: 20px;
  }
}
.product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column p,
.product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column ul {
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 479.98px) {
  .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column p,
  .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column ul {
    font-size: 16px;
    line-height: normal;
  }
}
.product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column p {
  padding: 0 47px;
}
@media (max-width: 479.98px) {
  .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column p {
    padding: 0;
  }
}
.product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column ul {
  list-style: disc;
  margin: 30px 47px 0 70px;
}
@media (max-width: 479.98px) {
  .product-assistant-sec .assistant-card .vc_column-inner .wpb_text_column ul {
    margin: 15px 15px 0;
  }
}
.product-insights-sec .container::before, .product-insights-sec .container::after {
  background: url("../images/cta-bg-shap.png");
  background-repeat: no-repeat;
  content: "";
  height: 389px;
  opacity: 0.3;
  width: 335px;
  z-index: -1;
}
@media (max-width: 1279.98px) {
  .product-insights-sec .container::before, .product-insights-sec .container::after {
    background-size: cover;
    height: 209px;
    width: 180px;
  }
}
@media (max-width: 1023.98px) {
  .product-insights-sec .container::before, .product-insights-sec .container::after {
    height: 174px;
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .product-insights-sec .container::before, .product-insights-sec .container::after {
    height: 139px;
    width: 120px;
  }
}
.product-insights-sec .container::before {
  animation: animasmall-shap 30s linear infinite;
}
.product-insights-sec .container::after {
  animation: animabig-shap 30s linear infinite;
}
.product-insights-sec .vc_row p {
  padding: 20px 0 70px;
}
@media (max-width: 479.98px) {
  .product-insights-sec .vc_row p {
    padding: 10px 0 20px;
    text-align: left;
  }
}
.product-insights-sec .insight-card {
  padding: 27.5px 26.5px;
  width: 390px;
}
@media (max-width: 479.98px) {
  .product-insights-sec .insight-card {
    padding: 20px 15px 0;
    width: auto;
  }
}
.product-insights-sec .insight-card .vc_column-inner {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.3882352941) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.168627451) inset;
  border-radius: 25px;
  min-height: 429px;
  padding: 140px 30px 24px 24px;
}
@media (max-width: 479.98px) {
  .product-insights-sec .insight-card .vc_column-inner {
    min-height: 300px;
  }
}
.product-insights-sec .insight-card h4 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  min-height: 60px;
  margin: 0 0 20px;
}
@media (max-width: 479.98px) {
  .product-insights-sec .insight-card h4 {
    min-height: inherit;
  }
}
.product-insights-sec .insight-card p {
  min-height: 130px;
  padding: 0;
}
@media (max-width: 479.98px) {
  .product-insights-sec .insight-card p {
    min-height: inherit;
  }
}

@keyframes animasolutionbig-shap {
  0% {
    left: 3%;
    top: 4%;
    transform: rotate(26deg);
  }
  25% {
    left: 40%;
    top: 1%;
    transform: rotate(50deg);
  }
  50% {
    left: 69%;
    top: 5%;
    transform: rotate(15deg);
  }
  75% {
    left: 34%;
    top: 8%;
    transform: rotate(0);
  }
  100% {
    left: 3%;
    top: 4%;
    transform: rotate(26deg);
  }
}
@keyframes animasolutionsmall-shap {
  0% {
    top: 7%;
    left: 73%;
    transform: rotate(60deg);
  }
  25% {
    top: 9%;
    left: 63%;
    transform: rotate(25deg);
  }
  50% {
    top: 6%;
    left: 19%;
    transform: rotate(0);
  }
  75% {
    top: 10%;
    right: 37%;
    transform: rotate(0);
  }
  100% {
    top: 7%;
    left: 73%;
    transform: rotate(60deg);
  }
}
@media (max-width: 1439.98px) {
  .product-banner.capabilities-banner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .product-banner.capabilities-banner .o-button3.pt-100, .product-banner.capabilities-banner .product-assistant-sec .vc_row:first-child h2.o-button3, .product-assistant-sec .vc_row:first-child .product-banner.capabilities-banner h2.o-button3 {
    padding-top: 40px;
  }
  .product-banner.capabilities-banner .o-button3.pt-70 {
    padding-top: 40px;
  }
}
@media (max-width: 1023.98px) {
  .product-banner.capabilities-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-banner.capabilities-banner .o-button3.pt-100, .product-banner.capabilities-banner .product-assistant-sec .vc_row:first-child h2.o-button3, .product-assistant-sec .vc_row:first-child .product-banner.capabilities-banner h2.o-button3 {
    padding-top: 20px;
  }
  .product-banner.capabilities-banner .o-button3.pt-70 {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .product-banner.capabilities-banner .o-button3.pt-100, .product-banner.capabilities-banner .product-assistant-sec .vc_row:first-child h2.o-button3, .product-assistant-sec .vc_row:first-child .product-banner.capabilities-banner h2.o-button3 {
    padding-top: 15px;
  }
}

@media (max-width: 1439.98px) {
  .capabilities-list-sec.pb-200, .capabilities-list-sec.talk-action-block {
    padding-bottom: 80px;
  }
}
@media (max-width: 1023.98px) {
  .capabilities-list-sec.pb-200, .capabilities-list-sec.talk-action-block {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .capabilities-list-sec {
    padding-bottom: 50px;
  }
}
.capabilities-list-sec .container {
  max-width: 950px;
}
.capabilities-list-sec .capabiliti-list-row {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1439.98px) {
  .capabilities-list-sec .capabiliti-list-row {
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .capabilities-list-sec .capabiliti-list-row {
    padding-bottom: 40px;
  }
}
.capabilities-list-sec .capabiliti-list-row:before, .capabilities-list-sec .capabiliti-list-row:after {
  display: none;
}
.capabilities-list-sec .capabiliti-list-row:last-child {
  padding-bottom: 0;
}
.capabilities-list-sec .capabiliti-list-row .capabilitilist-image {
  width: 36%;
}
@media (max-width: 1023.98px) {
  .capabilities-list-sec .capabiliti-list-row .capabilitilist-image {
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .capabilities-list-sec .capabiliti-list-row .capabilitilist-image {
    width: 100%;
  }
}
.capabilities-list-sec .capabiliti-list-row .capabilitilist-image .wpb_single_image .vc_figure {
  display: block;
}
.capabilities-list-sec .capabiliti-list-row .capabilitilist-image .wpb_single_image .vc_single_image-wrapper {
  display: block;
}
.capabilities-list-sec .capabiliti-list-row .capabilitilist-image img {
  display: block;
  border-radius: 25px;
  width: 100%;
}
.capabilities-list-sec .capabiliti-list-row .capabilitilist-content {
  width: 64%;
  padding-left: 65px;
}
@media (max-width: 1023.98px) {
  .capabilities-list-sec .capabiliti-list-row .capabilitilist-content {
    width: 55%;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .capabilities-list-sec .capabiliti-list-row .capabilitilist-content {
    width: 100%;
    padding-top: 15px;
  }
}
.capabilities-list-sec .capabiliti-list-row .capabilitilist-content h2 {
  padding-bottom: 35px;
}
@media (max-width: 1023.98px) {
  .capabilities-list-sec .capabiliti-list-row .capabilitilist-content h2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .capabilities-list-sec .capabiliti-list-row .capabilitilist-content h2 {
    padding-bottom: 10px;
  }
}
.capabilities-list-sec .capabiliti-list-row .capabilitilist-content p {
  max-width: 520px;
  margin-bottom: 25px;
}
.capabilities-list-sec .capabiliti-list-row .capabilitilist-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .capabilities-list-sec .capabiliti-list-row .capabilitilist-content p {
    margin-bottom: 15px;
  }
}
.capabilities-list-sec .capabiliti-list-row:nth-child(even) .capabilitilist-image {
  order: 2;
}
@media (max-width: 767.98px) {
  .capabilities-list-sec .capabiliti-list-row:nth-child(even) .capabilitilist-image {
    order: 1;
  }
}
.capabilities-list-sec .capabiliti-list-row:nth-child(even) .capabilitilist-content {
  order: 1;
  padding-left: 0;
  padding-right: 65px;
}
@media (max-width: 1023.98px) {
  .capabilities-list-sec .capabiliti-list-row:nth-child(even) .capabilitilist-content {
    padding-right: 0;
  }
}

.privacypolicy-page h2 {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 28px;
  margin-top: 60px;
}
@media (max-width: 1023.98px) {
  .privacypolicy-page h2 {
    margin: 45px 0 15px;
  }
}
.privacypolicy-page h2:first-child {
  margin-top: 0;
}
.privacypolicy-page h2 + h3 {
  margin-top: 0;
}
.privacypolicy-page h3 {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 25px;
  margin-top: 50px;
}
.privacypolicy-page h3:first-child {
  margin-top: 0;
}
.privacypolicy-page p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 28px;
}
.privacypolicy-page p strong {
  font-weight: 400;
}
.privacypolicy-page ul {
  margin-top: 25px;
  padding-left: 19px;
  margin-bottom: 28px;
}
.privacypolicy-page ul li {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 15px;
  list-style: disc;
}
.privacypolicy-page ul li strong {
  font-weight: 400;
}
.privacypolicy-page .privacypolicy-box {
  margin-bottom: 50px;
}
.privacypolicy-page .privacypolicy-box > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  position: relative;
  padding: 50px;
  border-radius: 30px;
}
.privacypolicy-page .privacypolicy-box > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 30px;
  border: 2px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  height: 100%;
  width: 100%;
}

body.error404 .container {
  max-width: 1400px;
}

.not-found-wrap {
  background: url(../../images/404.png) no-repeat left center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.not-found-wrap figure {
  max-width: 71%;
}
@media (max-width: 1023.98px) {
  .not-found-wrap figure {
    margin: 0 auto;
  }
}
.not-found-wrap figure img {
  width: 100%;
}
.not-found-wrap .right-404 {
  display: inline-block;
  max-width: 560px;
  text-align: center;
  position: absolute;
  right: 0;
}
@media (max-width: 1023.98px) {
  .not-found-wrap .right-404 {
    position: static;
    margin: 0 auto;
  }
}
.not-found-wrap .right-404 .section-title {
  font-size: 20px;
  padding-bottom: 10px;
}
.not-found-wrap .right-404 .normal-title {
  font-size: 20px;
}
.not-found-wrap .right-404 .o-button3 {
  padding: 60px 0;
}

.search-connector {
  width: 100%;
}
.search-connector .search-connector-wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.search-connector .search-connector-wrap::after {
  content: "";
  box-shadow: 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.search-connector .search-connector-wrap input {
  width: 100%;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset;
  border: 0;
  border-radius: 25px;
  color: #F7F4FF;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 0 20px 0 60px;
  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 18px center;
}
@media (max-width: 1023.98px) {
  .search-connector .search-connector-wrap input {
    height: 54px;
  }
}

.connector-wrap {
  padding: 25px 0;
  width: 100%;
}
.connector-wrap .icon-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media (max-width: 1279.98px) {
  .connector-wrap .icon-listing {
    margin: 0 -12.5px;
  }
}
@media (max-width: 1023.98px) {
  .connector-wrap .icon-listing {
    margin: 0 -15px;
  }
}
@media (max-width: 767.98px) {
  .connector-wrap .icon-listing {
    margin: 0 -7.5px;
  }
}
.connector-wrap .icon-listing li {
  display: flex;
  width: 33.33%;
  padding: 25px;
}
@media (max-width: 1279.98px) {
  .connector-wrap .icon-listing li {
    padding: 12.5px;
  }
}
@media (max-width: 767.98px) {
  .connector-wrap .icon-listing li {
    width: 50%;
    padding: 7.5px;
  }
}
@media (max-width: 479.98px) {
  .connector-wrap .icon-listing li {
    width: 100%;
  }
}
.connector-wrap .icon-listing li .inner-icon {
  background-color: #F7F4FF;
  width: 100%;
  position: relative;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.connector-wrap .icon-listing li .inner-icon figure {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .connector-wrap .icon-listing li .inner-icon figure {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .connector-wrap .icon-listing li .inner-icon figure img {
    max-width: 24px;
  }
}
.connector-wrap .icon-listing li .inner-icon::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 8px;
  border: 2px solid transparent;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.connector-wrap .icon-listing li .inner-icon .icon-right-info {
  width: calc(100% - 80px);
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .connector-wrap .icon-listing li .inner-icon .icon-right-info {
    width: calc(100% - 50px);
  }
}
.connector-wrap .icon-listing li .inner-icon .icon-right-info strong {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .connector-wrap .icon-listing li .inner-icon .icon-right-info strong {
    font-size: 16px;
  }
}
.connector-wrap .icon-listing li .inner-icon .icon-right-info p {
  color: #2E2E2E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Inter", sans-serif;
}

.load-more-btn {
  padding: 30px 0 80px 0;
}
@media (max-width: 479.98px) {
  .load-more-btn {
    padding: 10px 0 50px 0;
  }
}
.load-more-btn .load-more-btn-wrap {
  text-align: center;
}
.load-more-btn .load-more-btn-wrap .o-button3 {
  width: 100%;
}
.load-more-btn .load-more-btn-wrap .o-button3 a {
  width: 450px;
  max-width: 100%;
}
@media (max-width: 1439.98px) {
  .load-more-btn .load-more-btn-wrap .o-button3 a {
    width: 220px;
  }
}

.feature-accordion {
  display: flex;
  align-items: center;
}
@media (max-width: 1349.98px) {
  .feature-accordion {
    align-items: flex-start;
  }
}
@media (max-width: 1349.98px) {
  .feature-accordion {
    align-items: center;
  }
}
.feature-accordion .vc_tta-tabs-container {
  width: 50%;
  padding-right: 150px;
}
@media (max-width: 1439.98px) {
  .feature-accordion .vc_tta-tabs-container {
    padding-right: 50px;
  }
}
@media (max-width: 1023.98px) {
  .feature-accordion .vc_tta-tabs-container {
    padding-right: 15px;
  }
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list {
  display: flex !important;
  flex-direction: column;
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li {
  margin-bottom: 20px;
}
@media (max-width: 1439.98px) {
  .feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li {
    margin-bottom: 10px;
  }
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li:last-child {
  margin-bottom: 0;
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a::before {
  position: absolute;
  z-index: 1;
  top: 60px !important;
  left: 30px;
  right: 30px !important;
  width: auto !important;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1279.98px) {
  .feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a::before {
    font-size: 12px;
  }
}
@media (max-width: 1023.98px) {
  .feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a::before {
    top: 50px !important;
    left: 20px;
  }
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(1) a::before {
  content: "Shopmate's AI-powered bot transforms shopping into conversational experiences, driving engagement and sales.";
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(2) a::before {
  content: "Experience seamless web shopping with Shopmate's conversational interface, guiding users to perfect products.";
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(3) a::before {
  content: "Conversational commerce at your fingertips, anywhere, anytime.";
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(4) a::before {
  content: "Effortless shopping conversations, integrated into your messaging.";
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(5) a::before {
  content: "Unlock enhanced shopping with conversations combined with rich media.";
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li:nth-child(6) a::before {
  content: "Conversational commerce meets social connectivity.";
}
@media (max-width: 1023.98px) {
  .feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li {
    margin-bottom: 15px;
  }
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a {
  background-color: transparent !important;
  border: 0;
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 25px 30px 25px 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439.98px) {
  .feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a {
    padding: 18px 25px;
  }
}
@media (max-width: 1349.98px) {
  .feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a {
    padding: 15px 25px;
  }
}
@media (max-width: 1023.98px) {
  .feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a {
    padding: 15px 20px;
  }
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a span {
  font-size: 22px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (max-width: 1349.98px) {
  .feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a span {
    font-size: 20px;
  }
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a span p {
  font-size: 14px;
  margin-top: 5px;
  line-height: 22px;
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li a i {
  font-size: 24px;
  line-height: 0;
  display: inline;
  color: #ffffff;
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39) inset, 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17) inset;
  border-radius: 25px !important;
  position: relative;
  overflow: hidden;
  padding: 25px 30px 75px 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023.98px) {
  .feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    padding: 15px 20px 90px 20px;
  }
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a::before {
  opacity: 1;
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a i {
  transform: rotate(180deg);
}
.feature-accordion .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active a::after {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  border-radius: 25px;
  border: 2px solid transparent !important;
  background: linear-gradient(-81deg, #291DFF 0.29%, rgba(195, 80, 241, 0.8) 33.12%, #5627D9 77.88%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  height: 100% !important;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.feature-accordion .vc_tta-panels-container {
  width: 50%;
}
@media (max-width: 1439.98px) {
  .feature-accordion .vc_tta-panels-container {
    width: 40%;
    margin-left: auto;
  }
}
@media (max-width: 1023.98px) {
  .feature-accordion .vc_tta-panels-container {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .feature-accordion .vc_tta-panels-container {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .feature-accordion .vc_tta-panels-container .vc_tta-panel.tab-class.vc_active a {
    background-color: #5627D9;
  }
  .feature-accordion .vc_tta-panels-container .vc_tta-panel.tab-class.vc_active a span,
  .feature-accordion .vc_tta-panels-container .vc_tta-panel.tab-class.vc_active a i {
    color: #ffffff;
  }
}
.feature-accordion .vc_tta-panels-container .vc_tta-panels {
  border: 0 !important;
  border-radius: 25px !important;
  overflow: hidden;
}
.feature-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-heading {
  border: none !important;
}
.feature-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  padding: 0;
  border: none;
}
@media (max-width: 767.98px) {
  .feature-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    padding: 20px;
    background: transparent !important;
    border: 1px solid;
    border-radius: 0 0 25px 25px;
  }
}
.feature-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_single_image {
  text-align: center;
}

.accordion-tabs-section .vc_tta-container {
  margin-bottom: 0 !important;
}
.accordion-tabs-section .vc_column-inner {
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .accordion-tabs-section .vc_tta-panel-title a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .vc_tta-panel-title {
    font-size: 20px;
  }
}
.round-tab-heading p {
  font-size: 20px;
  width: 720px;
  line-height: 30px;
  max-width: 100%;
  margin: 0 auto;
}

.tabs-sub-text {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 15px !important;
  display: none;
}
@media (max-width: 767.98px) {
  .tabs-sub-text {
    display: block;
  }
}

.vc_tta-panel-body .wpb_wrapper dotlottie-player {
  background-color: #212121;
}

/*# sourceMappingURL=style.css.map */
