:root {
  --main-yellow: #f2cb67;
  --violet: #5c42fc;
  --dark-violet: #29165e;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #000;
  font-family: Founders Grotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-section.home {
  background-image: linear-gradient(148deg, #2a165f 49%, #43286c 82%, #754e86);
}

.hero-section.light-gray {
  background-image: linear-gradient(#fff, #e1dcff);
}

.hero-section.yellow {
  background-color: #f2eee3;
}

.hero-section.white {
  position: relative;
}

.hero-section.bg-white {
  background-image: linear-gradient(#fff, #fff), linear-gradient(148deg, #2a165f 49%, #43286c 82%, #754e86);
}

.hero-section.bg-beige {
  background-image: linear-gradient(#f2eee3, #f2eee3), linear-gradient(148deg, #2a165f 49%, #43286c 82%, #754e86);
}

.hero-section.roi {
  background-image: linear-gradient(#5c42fc, #5c42fc), linear-gradient(148deg, #2a165f 49%, #43286c 82%, #754e86);
}

.hero-section.bg-violet {
  background-image: linear-gradient(#29165e, #29165e), linear-gradient(148deg, #2a165f 49%, #43286c 82%, #754e86);
}

.margin {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-margin {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #ddd0;
}

.hero-content {
  z-index: 2;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.hero-content.flex {
  justify-content: space-around;
  align-items: center;
  padding: 4rem 0 6rem;
  display: flex;
}

.hero-content.pb-0 {
  padding-bottom: 0;
}

.hero-content.p-10 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.maintext-hero {
  color: #fff;
  letter-spacing: .2px;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1em;
}

.maintext-hero.dark {
  color: #000;
}

.maintext-hero.dark.smaller {
  font-size: 4rem;
}

.hero-hd-div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-paragraph._70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: #000c;
  letter-spacing: .25px;
  font-size: 1.1rem;
  line-height: 1.3em;
}

.paragraph.hero {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}

.paragraph.hero.smaller {
  font-size: 1.1rem;
}

.paragraph.hero.smaller.dark {
  color: #000;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.center {
  text-align: center;
}

.paragraph.reviews {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.paragraph.mb-0 {
  margin-bottom: 0;
}

.paragraph.center {
  text-align: center;
}

.paragraph.bigger {
  font-size: 1.2rem;
  line-height: 1.5em;
}

.paragraph.mb-20 {
  margin-bottom: 20px;
}

.button {
  border: 1px solid var(--main-yellow);
  background-color: var(--main-yellow);
  color: #000;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 1.2rem;
  font-weight: 500;
}

.button:hover {
  background-color: #dbb75b;
}

.button.nav {
  border-color: var(--violet);
  color: #fff;
  background-color: #5b41f9;
  padding: 8px 20px;
  font-size: 1rem;
}

.button.nav:hover {
  background-color: #4d37d5;
}

.button.dark-violet {
  border-color: var(--dark-violet);
  background-color: var(--dark-violet);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.outline {
  border-color: var(--dark-violet);
  color: var(--dark-violet);
  background-color: #fff;
}

.button.green {
  background-color: #1cca3f;
  border-color: #1cca3f;
}

.hero-video {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 80%;
  height: auto;
  margin: 60px auto -5px;
  overflow: hidden;
}

.hero-video._60 {
  width: 60%;
  margin-top: 10px;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #ddd0;
  height: 500px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slider-video {
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
}

.mask {
  height: 100%;
}

.client-slider {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.client-slider.bg-white {
  background-color: #fff;
}

.client-slider.bg-white.pb-3rem {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.client-slider.bg-white.pb-3rem.hide {
  display: none;
}

.h3 {
  color: #fff;
  letter-spacing: .5px;
  font-weight: 500;
}

.h3.black {
  color: #000c;
}

.h3.black.center {
  text-align: center;
}

.client-container {
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 98%;
  margin: 1rem auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-container.invert {
  filter: invert();
}

.client-image {
  flex: none;
  align-self: stretch;
  max-width: none;
  height: 55px;
  display: flex;
}

.navlink-div {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-section {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.features-section.white {
  background-color: #fff;
}

.features-section.dark-violet {
  background-color: var(--dark-violet);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.features-section.p-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-hd-div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-hd-div.blog-hd-div {
  border-top: 1px solid #e2e2e2;
  width: 75%;
  padding-top: 3rem;
}

.section-hd-div.flex {
  flex-flow: row;
  justify-content: space-between;
  width: auto;
}

.section-hd-div.wide {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.section-hd-div.mb-40 {
  margin-bottom: 40px;
}

.section-hd {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1em;
}

.section-hd.left {
  text-align: left;
}

.section-hd.left.white {
  color: #fff;
}

.section-hd.left.white.smaller {
  font-size: 2.4rem;
  line-height: 1.2em;
}

.section-hd.left.smaller {
  font-size: 2.4rem;
}

.section-hd.left.mt-0 {
  margin-top: 0;
}

.section-hd.bigger {
  font-size: 3.2rem;
}

.section-hd.smaller {
  font-size: 2.6rem;
}

.section-hd.align-left {
  text-align: left;
}

.section-hd.white {
  color: #fff;
}

.features-content.p-5rem {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.features-column-content {
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.features-column-content.space-around {
  justify-content: space-around;
  margin-top: 0;
}

.span-text {
  color: var(--violet);
}

.features-col {
  width: 48%;
}

.features-col.center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.features-col.center._38 {
  width: 38%;
}

.features-col.center._45 {
  width: 45%;
}

.features-img-col {
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  display: flex;
}

.features-img-col.smaller {
  width: 42%;
}

.features-img-col.smaller.chatbox {
  width: 45%;
  padding: 10px;
}

.features-img-col._40 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.features-img-col.add-padding._44 {
  width: 38%;
}

.features-img-col.wide {
  flex: 1;
  width: auto;
}

.features-item-div {
  margin-bottom: 2rem;
}

.features-hd-div {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h4 {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2em;
}

.h4.bigger {
  font-size: 2.4rem;
}

.h4.bigger.white {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
}

.features-p {
  width: 80%;
}

.features-icon-add {
  opacity: .5;
  width: 40px;
  height: 40px;
}

.features-icon-add._1st, .features-icon-add._4th, .features-content-item {
  display: none;
}

.features-content-item._1st {
  display: block;
}

.features-content-item._5th, .features-content-item._7th, .features-content-item._3rd {
  display: none;
}

.features-content-item._4th {
  display: block;
}

.features-content-item._2nd, .features-content-item._6th {
  display: none;
}

.features-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.features-list.mb-halfrem {
  margin-top: 0;
  margin-bottom: .5rem;
}

.icon-check {
  width: 20px;
  height: 20px;
  display: flex;
}

.features-list-item {
  flex: 1;
  margin-left: 10px;
}

.features-list-content {
  width: 90%;
  margin-top: 2rem;
}

.features-image {
  border-radius: 30px;
  flex: 1;
  height: 700px;
  overflow: hidden;
}

.features-image.auto {
  height: auto;
}

.features-image.fixed-size {
  height: 445px;
}

.features-image._w-50 {
  height: auto;
}

.background-video {
  height: 100%;
}

.hero-btn-div {
  margin-top: 20px;
}

.text-span-semibold {
  font-weight: 600;
}

.features-icon-minus {
  opacity: .5;
  width: 40px;
  height: 40px;
  display: none;
}

.features-icon-minus._1st, .features-icon-minus._4th {
  display: block;
}

.flowchart-section {
  background-image: linear-gradient(144deg, #ebded8, #eae4f3 52%, #dcd0ef);
}

.flowchart-section-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.flowchart-div {
  background-image: url('../images/asg-customer-service-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.flowchart-card {
  background-color: #fff;
  border-bottom: 5px solid #8c7aff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 30px;
  display: flex;
  box-shadow: 0 0 20px 14px #00000014;
}

.flowchart-card.middle {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 35px;
  padding: 10px;
}

.flowchart-card.gradient {
  text-align: left;
  background-image: linear-gradient(45deg, #d9ccff, #fff);
  border-bottom-width: 3px;
  border-bottom-color: #fff;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  box-shadow: 0 0 20px 14px #00000005;
}

.flowchart-row {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.card-heading {
  letter-spacing: .5px;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}

.card-heading.bigger {
  font-size: 2rem;
  line-height: 1.1em;
}

.card-heading.white {
  color: #fff;
}

.flowchart-col {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 28%;
  display: flex;
}

.flowchart-col._22 {
  width: 22%;
}

.flowchart-col._35 {
  width: 35%;
}

.flowchart-icon-div {
  justify-content: center;
  align-self: stretch;
  margin-top: 10px;
  display: flex;
}

.flowchart-icon-div.space-around {
  justify-content: space-around;
}

.flowchart-icon-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.flowchart-icon {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.flowchart-icon.auto {
  width: auto;
}

.section-hd-div-left {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.section-hd-div-left.flex {
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
}

.button-outline {
  color: #29165e;
  letter-spacing: .25px;
  background-color: #fff;
  border: 2px solid #29165e;
  border-radius: 50px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 500;
}

.testimonials-section {
  background-color: #f4f4f4;
}

.text-span-medium {
  font-weight: 500;
}

.flowchart-gradient {
  background-image: linear-gradient(140deg, #dad3fd, #f5e7ca);
  border: 10px solid #fff;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.arrow-icon-text-div {
  color: #5c42fc;
  letter-spacing: .25px;
  font-weight: 400;
  display: flex;
}

.arrow-icon-text-div.mt-20 {
  margin-top: 20px;
}

.arrow-right {
  width: 15px;
  height: 20px;
  margin-left: 5px;
}

.awards-content {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.hero-blogs-section {
  padding-top: 0;
  padding-bottom: 3rem;
}

.blog-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.blog-main-col {
  color: #000c;
  cursor: pointer;
  flex-flow: column;
  width: 35%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
  display: flex;
}

.blog-list-col {
  flex: 1;
  margin-left: 2%;
}

.blog-image {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-image.row {
  width: 40%;
}

.blog-text-div {
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.blog-text-div.row {
  flex: 1;
  margin-top: 0;
  margin-left: 20px;
}

.blog-text-div.top {
  justify-content: flex-start;
}

.blog-main-text {
  font-size: 2rem;
  line-height: 1.2em;
}

.blog-main-text.bigger {
  font-size: 2.6rem;
  line-height: 1.2em;
}

.blog-p-div {
  margin-top: 0;
}

.blog-row {
  color: #000c;
  cursor: pointer;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  text-decoration: none;
  display: flex;
}

.cta-section {
  position: relative;
}

.cta-content {
  z-index: 2;
  position: relative;
}

.cta-card {
  background-color: #f2eee3;
  border-radius: 30px;
  justify-content: space-between;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 40px 3rem 4rem;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 50px 20px #00000008;
}

.cta-text-div {
  text-align: left;
  width: 55%;
}

.cta-imge {
  flex: 0 auto;
  width: 40%;
  display: flex;
}

.cta-imge.big {
  border-bottom-left-radius: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.cta-bg {
  z-index: 1;
  background-color: #29165e;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-section {
  background-color: #29165e;
}

.footer-content {
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
}

.brand, .footer-logo {
  width: 150px;
}

.footer-logo-col {
  width: 15%;
}

.footer-list-col {
  flex: 1;
  justify-content: space-between;
  margin-left: 5%;
  display: flex;
}

.footer-socmed-icons {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.icon-socmed {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  display: flex;
}

.footer-col {
  width: 24%;
}

.footer-col-section {
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.footer-main-hd-text {
  color: #f2cb64;
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer-text-link {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  text-decoration: none;
}

.footer-text-link:hover {
  opacity: .8;
}

.footer-sub-hd-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  display: flex;
}

.footer-subrow {
  flex-flow: column;
  display: flex;
}

.footer-subrow.mt {
  margin-top: 40px;
}

.nav-link {
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  align-self: center;
  margin-left: 0;
  margin-right: auto;
  padding: 20px 28px;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.nav-link.w--current {
  color: #ffbbb6;
}

.nav-link.gray {
  color: #141414;
}

.solutions-nav {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.subopage-icon {
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 15px;
  display: flex;
}

.subopage-icon.white {
  filter: brightness(200%);
  margin-bottom: 0;
  display: flex;
}

.subopage-icon.white.footer {
  display: none;
}

.nav-content {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.fixed-navbar {
  display: block;
}

.floating-nav {
  z-index: 20;
  background-color: #fff;
  padding-bottom: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 9px #0003;
}

.nav-btn {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  display: flex;
}

.nav-dropdown-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 0 20px 5px 40px;
  font-size: 1rem;
  display: none;
  position: absolute;
  box-shadow: 0 0 8px #0003;
}

.nav-dropdown-card.resources {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 900px;
  padding-left: 20px;
  display: none;
  inset: 60px auto auto 20%;
}

.nav-dropdown-card.solutions {
  width: 700px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  inset: 60px auto auto 25%;
}

.nav-dropdown-card.platform {
  justify-content: space-between;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: none;
  inset: 60px auto auto 16%;
}

.nav-dropdown-card.llms {
  width: 900px;
  padding-left: 20px;
  display: none;
  inset: 60px auto auto 20%;
}

.nav-sublink {
  color: #353535;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 1rem;
  line-height: 1.7em;
  text-decoration: none;
  transition: all .2s;
}

.nav-sublink:hover {
  color: var(--violet);
}

.navbar-container {
  flex: 1;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.nav-dropdown {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.nav-dropdown:hover {
  opacity: 1;
}

.nav-resources {
  flex-flow: column;
  display: flex;
}

.nav-popup-col {
  flex-flow: column;
  justify-content: flex-start;
  width: 48%;
  padding-top: 10px;
  display: flex;
}

.nav-popup-col._w-100 {
  width: 100%;
}

.nav-card {
  color: #000c;
  background-image: linear-gradient(117deg, #d3cbff, #fdefce);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.text-block {
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 500;
}

.nav-main-col {
  flex: 0 auto;
}

.nav-list {
  color: #000c;
  margin-top: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-list:hover {
  color: var(--violet);
}

.nav-list.nohover, .nav-list.nohover:hover {
  color: #000c;
}

.nav-link-icon {
  background-color: #f4f4f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
  display: flex;
}

.nav-list-text {
  flex: 1;
  margin-left: 10px;
  padding-top: 2px;
}

.nav-list-text.top {
  color: #1d1d1d;
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  text-decoration: none;
}

.nav-hd-text {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

.nav-hd-text.bigger {
  font-size: 1.4rem;
}

.nav-hd-text.mt-0 {
  margin-top: 0;
}

.nav-hd-text.withhover {
  transition: all .2s;
}

.nav-hd-text.withhover:hover {
  color: var(--violet);
}

.nav-subpages {
  flex-flow: column;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
}

.pricing-img {
  border-radius: 15px;
  width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.llms-nav {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.nav-resources-row {
  color: #000c;
  flex: 1;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-resources-row:hover {
  color: var(--violet);
}

.nav-resources-img {
  width: 130px;
}

.nav-resources-text {
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  margin-left: 10px;
  padding-right: 10px;
  display: flex;
}

.hero-image {
  width: 70%;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.tab-section {
  background-color: #f4f4f4;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.tab-link.w--current {
  background-color: #f4f4f4;
  border-color: #5c42fc;
}

.tabs-menu {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 17px 4px #0000000d;
}

.icon-tab {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
}

.tab-text {
  flex: 0 auto;
  font-size: 1.1rem;
  font-weight: 500;
}

.tab-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.key-capabilities-section {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.key-capabilities-content {
  display: flex;
}

.key-capabilitie-img-col {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.key-capabilities-text-content {
  flex: 1;
  margin-right: 3%;
}

.key-capabilities-card-content {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.card-key-capabilities {
  border-radius: 15px;
  width: 48%;
  margin-bottom: 2%;
  padding: 10px 15px 10px 10px;
  display: flex;
}

.icon-circle {
  width: 40px;
  height: 40px;
}

.key-capabilities-text {
  flex: 1;
  margin-left: 15px;
}

.features-row {
  width: 80%;
  margin: 5rem auto 7rem;
}

.tag-gradient {
  background-image: radial-gradient(circle, #f9efeb, #ddd0fe);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 500;
}

.integration-section {
  background-color: #29165e;
}

.banner-section-content {
  z-index: 2;
  justify-content: space-around;
  padding: 4rem 1rem;
  display: flex;
  position: relative;
}

.banner-section-content.margin-0 {
  min-height: 570px;
  padding-top: 0;
  padding-bottom: 0;
}

.banner-section-content.add-margin {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.testimonials-white-section {
  background-color: #f2eee3;
  margin-bottom: 0;
}

.testimonials-white-section.hide {
  display: none;
}

.testimonials-white-content {
  padding-top: 0;
  padding-bottom: 3rem;
}

.reviews-slider {
  background-color: #fff0;
  width: 90%;
  height: auto;
  min-height: 500px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.slider-reviews-slide {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.left-arrow-2 {
  opacity: .5;
  cursor: pointer;
  width: 45px;
  height: 45px;
  inset: auto auto 0% 45%;
}

.left-arrow-2:hover {
  opacity: 1;
}

.reviews-text-content {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.right-arrow-2 {
  opacity: .5;
  cursor: pointer;
  width: 45px;
  height: 45px;
  inset: auto 45% 0% auto;
}

.right-arrow-2:hover {
  opacity: 1;
}

.reviews-img-col {
  align-self: stretch;
  width: 50%;
  position: relative;
}

.reviews-img {
  border-radius: 20px;
  overflow: hidden;
}

.tag-reviews {
  color: #5c42fc;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.reviews-name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4em;
}

.reviews-position {
  color: #000c;
  font-size: 1.05rem;
}

.hero-text-div {
  width: 50%;
}

.hero-img-col {
  width: 35%;
}

.hero-img-col._40 {
  width: 40%;
}

.hero-img-div {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.image-popup-div {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px;
}

.image-popup-div.hide {
  display: none;
}

.btn-play {
  width: 50px;
  height: 50px;
  display: flex;
}

.img-wave {
  mix-blend-mode: normal;
  border-radius: 10px;
  overflow: hidden;
}

.stats-section {
  background-color: #f2eee3;
  position: relative;
}

.curved-bg {
  z-index: 1;
  background-color: #29165e;
  border-top-left-radius: 50px;
  position: absolute;
  inset: 0%;
}

.curved-bg.no-curve {
  border-top-left-radius: 0;
}

.stats-image-content {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.card-stats {
  text-align: center;
  background-color: #fff;
  border-top: 5px solid #5c42fc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  margin-bottom: 3%;
  padding: 4rem 10px;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
}

.card-stats.col-3 {
  width: 32%;
}

.text-stats-main {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1em;
}

.features-btn {
  margin-top: 20px;
  display: flex;
}

.features-btn.center {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-play-audio {
  background-color: var(--main-yellow);
  color: #000;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 15px;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.btn-play-small {
  width: 30px;
  height: 30px;
  display: flex;
}

.audio-img {
  height: 30px;
  margin-left: 10px;
  display: flex;
}

.card-container-div {
  justify-content: space-between;
  width: 90%;
  margin: 3rem auto 2rem;
  display: flex;
}

.card-gray {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 20px 20px 40px;
}

.card-gray.transparent {
  color: #000c;
  background-color: #f4f4f400;
  padding: 10px;
  text-decoration: none;
}

.card-col-3 {
  width: 32%;
}

.card-text-div {
  text-align: center;
  width: auto;
  margin: 2rem auto;
}

.card-text-div.left {
  text-align: left;
}

.resources-section-content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.cta-card-section-content {
  padding-top: 3rem;
  padding-bottom: 9.3rem;
}

.cta-card-wide {
  border-radius: 40px;
  justify-content: space-between;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.div-block-4 {
  background-color: var(--dark-violet);
  border-bottom-right-radius: 40px;
  width: 60%;
  padding: 3.5rem 10rem 4.9rem 5rem;
  position: relative;
}

.cta-card-image {
  background-image: url('../images/asg-emailautomation-cta-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin-left: -50px;
}

.cta-card-image.analyze-cta {
  background-image: url('../images/asg-analyze-cta-image.webp');
}

.cta-text-content {
  width: auto;
  margin-bottom: 2rem;
}

.client-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tag-outline {
  color: var(--main-yellow);
  font-size: 1.1rem;
}

.tag-outline.violet {
  color: var(--violet);
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.tag-outline.violet.uppercase {
  text-transform: uppercase;
}

.hero-check-content {
  margin-top: 20px;
  display: flex;
}

.hero-check-item {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.check-text {
  margin-left: 10px;
  font-size: 1.2rem;
}

.dark-violet-bg {
  background-color: var(--dark-violet);
  border-bottom-right-radius: 80px;
  height: 80%;
  position: absolute;
  inset: 0%;
}

.hero-tab {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 30px;
  margin-top: 3rem;
  padding: 3rem;
}

.tab-hero-div {
  margin-top: 2rem;
}

.tab-link-v2 {
  cursor: pointer;
  background-color: #ddd0;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: 500;
}

.tab-link-v2:hover, .tab-link-v2.w--current {
  background-color: var(--dark-violet);
  color: #fff;
}

.tab-content-v2 {
  margin-top: 10px;
}

.tab-v2-content {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.btn-col {
  margin-right: 20px;
}

.chatbox-image {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  flex: 1;
  overflow: hidden;
  box-shadow: 0 0 14px #00000012;
}

.form-chatbox {
  background-color: #ededed00;
}

.form-block {
  margin-bottom: 0;
}

.chatbox-main-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 250px;
  padding: 10px;
  display: flex;
}

.tag-date {
  color: #000000b3;
  background-color: #e6f2f3;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 1rem;
}

.chat-avatar-div {
  background-color: #e7e7e7;
  border-radius: 50%;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-bottom: 30px;
}

.chat-bubble-div {
  align-self: flex-start;
  display: flex;
}

.chat-bubble-container {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.chat-bubble-card {
  background-color: #dfe3e8;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 10px 10px 2px;
  font-size: 1rem;
}

.text-date {
  color: #000c;
  font-size: .9rem;
}

.chatbox-div {
  border-top: 1px solid #d6d6d6;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px 20px;
  display: flex;
}

.icon-home {
  width: 25px;
  height: 25px;
}

.chatbox-text-input {
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.chatbox-text-field {
  border-radius: 50px;
  height: 48px;
  margin-bottom: 0;
  font-size: 1rem;
}

.template-section.gray {
  background-color: #f4f4f4;
}

.template-section.hide {
  display: none;
}

.template-section-content {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.template-section-content.flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.template-content {
  flex-flow: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.col-4 {
  flex-flow: column;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
}

.col-4._30 {
  width: 30%;
}

.card-template {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  overflow: hidden;
}

.card-template:hover {
  box-shadow: 0 0 14px 5px #0000001a;
}

.card-template.gray {
  cursor: auto;
  background-color: #f4f4f4;
}

.card-template.gray:hover {
  box-shadow: none;
}

.card-template.integration {
  cursor: auto;
  border-radius: 10px;
  flex: 1;
  margin-bottom: 10%;
}

.card-template.integration:hover {
  box-shadow: none;
}

.card-template-img {
  background-color: #bdf0b2;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.card-template-text {
  min-height: 200px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.card-template-text.mt-20 {
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  min-height: auto;
  padding-top: 30px;
  display: flex;
}

.icon-template {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: -10px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  position: relative;
  top: -20px;
  left: 0;
}

.text-template {
  font-size: 1.05rem;
}

.text-template.bigger {
  font-size: 1.2rem;
}

.template-tag {
  color: #0009;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.template-tag-icon {
  border: 1px solid #b2b0b0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.template-download {
  color: #000000b3;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.icon-download {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.integration-section-v2 {
  background-color: #f4f4f4;
}

.integration-section-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-hd-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.integration-content {
  flex-flow: wrap;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.card-integration {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.card-integration-icon {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: flex;
}

.card-integration-icon.bigger {
  width: 70px;
  height: 70px;
}

.col-5 {
  width: 18.5%;
  margin-left: .75%;
  margin-right: .75%;
}

.text-template-div {
  flex-flow: column;
  flex: 1;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.link-2 {
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
}

.template-div {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}

.integration-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  display: flex;
}

.integration-image.smaller {
  width: 100px;
}

.integration-image.small {
  width: 80px;
}

.text-integration {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2em;
}

.nav-pricing {
  color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-pricing:hover {
  color: var(--violet);
}

.navbar-main-white {
  display: block;
}

.security-image {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 30px;
  display: flex;
}

.form-btn-container {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.bookdemo-hero-left {
  width: 50%;
}

.textfield-01 {
  color: #000c;
  background-color: #f4f4f4;
  border: 1px #000;
  border-radius: 10px;
  height: 45px;
  font-size: 1rem;
  line-height: 1.2em;
}

.phonenumber-container {
  background-color: #f4f4f4;
  border: 1px #000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  font-size: 1rem;
  line-height: 1.2em;
  display: flex;
}

.checkbox-label {
  color: #000c;
  font-size: 1.1rem;
  line-height: 1.3em;
}

.formcol-40 {
  width: 40%;
}

.nav-menu {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bookdemo-image {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 40vh;
  display: flex;
  position: absolute;
  inset: 58% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.bookdemo-image.right {
  border-radius: 20px 0 0 20px;
  left: auto;
  right: 0%;
}

.bookdemo-image.h-100 {
  height: 100%;
  top: 50%;
}

.feat-img-col {
  width: 48%;
}

.feat-img-col.h-30vh {
  height: 40vh;
}

.form-row {
  display: flex;
}

.features-col-2 {
  width: 48%;
}

.features-col-2.wrap {
  flex-flow: wrap;
  place-content: flex-start space-between;
  display: flex;
}

.form-control {
  margin-bottom: 20px;
}

.bookdemo-formcard {
  background-color: #fff;
  border-radius: 30px;
  width: 35%;
  margin-top: 30px;
  padding: 30px 40px;
}

.security-card-textcontain {
  flex: none;
  width: 30%;
}

.book-demo-hero {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.security-card {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.formcol-stretch {
  flex: 1;
  margin-left: 10px;
}

.h1-hero {
  color: #fff;
  letter-spacing: .2px;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.1em;
}

.h1-hero.text-dark {
  color: #000;
}

.h1-hero.text-dark.smaller {
  font-size: 3rem;
  line-height: 1em;
}

.h1-hero.center {
  text-align: center;
}

.h1-hero.smaller {
  text-align: center;
  font-size: 3rem;
  line-height: 1em;
}

.selectfield-01 {
  color: #000c;
  background-color: #f4f4f4;
  border: 1px #000;
  border-radius: 10px;
  height: 45px;
  font-size: 1rem;
  line-height: 1.2em;
}

.cta-col {
  width: 48%;
  padding-top: 6%;
  padding-bottom: 6%;
  padding-left: 5%;
}

.phonenumber-field {
  color: #000c;
  background-color: #f4f4f4;
  border: 1px #000;
  border-radius: 10px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.2em;
}

.country-phone-code {
  color: #000c;
  margin-left: 10px;
  margin-right: 2px;
  font-size: .95rem;
}

.features-sect {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.features-sect.bg-beige {
  background-color: #f2eee3;
  margin-bottom: 5rem;
}

.features-sect.bg-beige.p-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.features-sect.bg-beige.p-3.card {
  background-color: #fff;
  margin-bottom: 10rem;
}

.features-sect.relative {
  position: relative;
}

.features-sect.relative.p-0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.features-sect.relative.bg-grey {
  background-color: #f4f4f4;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.features-sect.bg-violet {
  background-color: #29165e;
}

.features-sect.bg-violet.p-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.features-sect.bg-violet.hide {
  display: none;
}

.features-col-content {
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.features-col-content.aligncenter {
  justify-content: space-between;
  align-items: center;
}

.features-col-content.align-top {
  justify-content: space-between;
  align-items: flex-start;
}

.hero-align-center {
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.cta-container {
  background-color: #f2eee3;
  border-radius: 20px;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  overflow: hidden;
}

.cta-container.bg-violet {
  background-color: #29165e;
  position: absolute;
}

.compliance-logo {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
  display: flex;
}

.compliance-cards-container {
  justify-content: space-between;
  width: 80%;
  margin: 5rem auto;
  display: flex;
}

.compliance-card {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  padding: 21px;
  display: flex;
}

.heroimage-35 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
  overflow: hidden;
}

.image-100 {
  width: 100%;
}

.platformfeatures-images {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.platformfeatures-images._5th, .platformfeatures-images._6th, .platformfeatures-images._3rd, .platformfeatures-images._7th, .platformfeatures-images._2nd {
  display: none;
}

.guides-main {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 2%;
  display: flex;
}

.guides-content {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.tableofcontents {
  flex-flow: column;
  display: flex;
}

.faq-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 60px auto 40px;
  display: flex;
}

.guide-author-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.faq-text-question {
  color: #0c2d57;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3em;
}

.faq-answer {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.faq-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.guide-author-sub {
  margin-top: 20px;
}

.table-of-contents-link {
  color: #000c;
  border-left: 4px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.table-of-contents-link:hover {
  color: #5c42fc;
  border-left-color: #5c42fc;
}

.table-of-content-container {
  border-right: 1px solid #0000001a;
  flex-flow: column;
  width: 25%;
  padding-right: 10px;
  display: flex;
  position: sticky;
  top: 100px;
}

.faq-question_wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.faq-question-mainwrap {
  flex: 1;
  margin-left: 10px;
}

.guide-section {
  padding-top: 6rem;
  padding-bottom: 5rem;
  position: relative;
}

.guide-author-image {
  border-radius: 50%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}

.list-link {
  color: #000c;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3em;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  display: flex;
}

.guide-author {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
}

.guides-list {
  width: 100%;
}

.faq_item_wrapper {
  background-color: #fafafa;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.guide-author-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-card {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  width: 32%;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  overflow: hidden;
}

.blog-card-textcontent {
  padding: 20px 20px 30px 30px;
  display: flex;
}

.blog-section {
  background-color: #f4f4f4;
  padding-top: 6rem;
  padding-bottom: 5rem;
  position: relative;
}

.hero-center {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.hero-center.mb-0 {
  padding-bottom: 0;
}

.blog-card-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  display: flex;
  overflow: hidden;
}

.blog-content-2 {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.testi-name {
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1em;
}

.icon-star {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.uc-slider {
  background-color: #ddd0;
  height: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.testi-info-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.uc-slider-card {
  background-color: #f2eee3;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.hero-icon-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.text-violet {
  color: #5c42fc;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
}

.text-review {
  font-size: 1.4rem;
  font-weight: 500;
}

.uc-arrow-left {
  opacity: .6;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto auto 0% 46%;
}

.uc-arrow-left:hover {
  opacity: 1;
}

.uc-mask {
  height: 100%;
  overflow: visible;
}

.uc-slide {
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
}

.test-position {
  font-size: .85rem;
  line-height: 1em;
}

.hero-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  display: flex;
}

.uc-slider-container {
  width: 99.5vw;
  padding-bottom: 4rem;
  overflow: hidden;
}

.uc-paragraph {
  color: #333333e6;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2em;
}

.testi-info-left {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.uc-arrow-right {
  opacity: .6;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  inset: auto auto 0% 50%;
}

.uc-arrow-right:hover {
  opacity: 1;
}

.testimonial-card {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  height: 300px;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 1.5rem;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.testi-text {
  font-size: 1.8rem;
  line-height: 1.2em;
}

.section-subhd {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1em;
}

.section-subhd.text-dark {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.section-subhd.text-white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.testi-company-image {
  justify-content: center;
  align-items: center;
  width: 90px;
  display: flex;
}

.testi-quote {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
}

.hero-icon-content {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.uc-slidenav {
  display: none;
}

.testi-info-textdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testi-info-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.togglecheck_container {
  background-color: #5c42fc;
  border-radius: 100px;
  align-items: center;
  width: 50px;
  min-width: 30px;
  height: 30px;
  min-height: 16px;
  margin-bottom: 0;
  display: flex;
}

.button-8 {
  color: #000;
  background-color: #f2cb67;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 1.1rem;
  font-weight: 500;
}

.button-8.subscribe {
  color: #fff;
  background-color: #29165e;
}

.roi-form-row {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.roi-form-row.vertical {
  border-bottom-style: none;
  flex-flow: column;
  align-items: stretch;
}

.roi-form-textfield-contain {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.roi-form-textfield-contain.align-right {
  justify-content: flex-end;
  align-items: center;
}

.roi-text {
  font-size: 1.3rem;
  font-weight: 400;
}

.roi-form-bot {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.roi-calculator-hd {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.roi-form-label-contain {
  width: 50%;
}

.callduration-input {
  color: #333;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px #000;
  border-radius: 20px;
  height: 45px;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 500;
}

.roi-btn-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.roi-calculator-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.callduration-row {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.roi-form-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-label-2 {
  display: none;
}

.callduration-btn {
  opacity: .8;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.callduration-btn:hover {
  opacity: 1;
}

.roi-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 70%;
  margin-top: 50px;
  padding: 45px;
  display: flex;
}

.roi-card._w-100 {
  width: 100%;
  margin-top: 0;
}

.roi-form-left {
  width: 60%;
}

.spchy_togglecheck {
  cursor: pointer;
  background-color: #ced7e0;
  background-image: url('../images/asg-black-circle.svg');
  background-position: 10% 45%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 100px;
  width: 50px;
  min-width: 30px;
  height: 30px;
  min-height: 16px;
  margin-top: 0;
  margin-right: 0;
  transition: all .2s;
}

.spchy_togglecheck.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/asg-black-circle.svg');
  background-position: 85% 45%;
  background-size: 20px 20px;
  border-style: none;
}

.cta-image-wrap {
  background-image: url('../images/asg-cta.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  overflow: hidden;
}

.cta-image-wrap.resource {
  background-color: #29165e;
  background-image: url('../images/asg-cta-image-02.webp');
}

.reference-author {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
}

.reference-author-image {
  border-radius: 50%;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}

.resource-hero-textcontent {
  width: 60%;
  margin-bottom: 20px;
}

.author-content-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.link-style2 {
  color: #5c42fc;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 400;
  text-decoration: none;
}

.subcribe {
  background-color: #f2cb67;
  border-radius: 20px;
  width: 45%;
  padding: 26px;
  display: none;
}

.resource-cta-content {
  background-color: #29165e;
  border-radius: 20px;
  justify-content: space-between;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.heroimage-60 {
  border-radius: 20px 20px 0 0;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  overflow: hidden;
}

.author-content {
  justify-content: space-between;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.resource-hero-linkcontainer {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resource-cta-container {
  border-bottom: 1px solid #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.llm-herotext-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.llm-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.llm-generate-div {
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 20px;
  display: flex;
}

.section-hd-div-3 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.llm-hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.llm-generate-contain {
  flex-flow: column;
  width: 60%;
  margin-top: 50px;
  display: none;
}

.llm-generate-textfield {
  background-color: #fff;
  border: 1px solid #ebb52b;
  height: 35px;
  margin-bottom: 0;
}

.llm-generate-textfield-icon {
  background-color: #fbf0d5;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

._w-30 {
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

._w-20 {
  width: 20%;
  margin-left: 10px;
  margin-right: 10px;
}

.llm-generate-textfield-btn {
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.llm-generate-form {
  width: 100%;
  margin-bottom: 0;
}

.llm-generate-select {
  color: #333c;
  background-color: #fbf0d5;
  border: 1px solid #ebb52b;
  border-radius: 20px;
  height: 35px;
  margin-bottom: 0;
}

.section-hd-smaller {
  text-align: left;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1em;
}

.section-hd-smaller.white {
  color: #fff;
}

.llm-generate-btn-contain {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.icon-check-3 {
  width: 20px;
  height: 20px;
}

.llm-generate-textfield-contain {
  border: 1px solid #ebb52b;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  display: flex;
}

.feature-image {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.btn-generate {
  color: #000;
  text-align: center;
  background-color: #f2cb67;
  border-radius: 20px;
  width: 100%;
  height: 35px;
}

.cardfeature-hd {
  text-align: center;
  padding-bottom: 10px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1em;
}

.icon-check-4 {
  width: 20px;
  height: 20px;
}

.card-feature-2col {
  background-color: #fff;
  border-top: 5px solid #5c42fc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  margin-bottom: 30px;
  padding: 4rem 20px;
  display: flex;
}

.hero-btn-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testi-logo {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 10px 10px;
}

.industry-card-hd {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}

.cta-container-absolute {
  position: relative;
  top: -300px;
}

.pricing-card {
  border-radius: 30px;
  padding: 30px;
}

.pricing-card.bg-grey {
  background-color: #f4f4f4;
}

.pricing-card.bg-violet {
  text-align: center;
  background-color: #29165e;
}

.pricing-roi-container {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.savings-icon {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
}

.pricing-col {
  width: 33%;
}

.pricing-roi-left {
  width: 65%;
}

.savings-card-center {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.price-icon-check {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.savings-price-div {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.small-link-icon {
  background-color: #5c42fc;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.pricing-hd-div {
  margin-bottom: 30px;
}

.pricing-hd-div.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.savings-container {
  filter: none;
}

.savings-card {
  background-color: #f2cb67;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.pricing-btn-container {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-style4 {
  color: #29165e;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: underline;
}

.small-card-link {
  color: #000;
  background-color: #f4f4f4;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 120px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.pricing-roi-right {
  flex: 1;
  margin-left: 20px;
}

.small-link-container {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: stretch;
  display: flex;
}

.pricing-text {
  color: #000c;
  letter-spacing: .25px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3em;
}

.pricing-text.text-white {
  color: #fff;
}

.price-icon-close {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-dollar {
  letter-spacing: .5px;
  margin-right: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.pricing-mtu {
  color: #fff;
  text-align: center;
  background-color: #5c42fc;
  border-radius: 10px;
  width: 100%;
  padding: 12px 25px;
  font-size: 1.1rem;
  font-weight: 500;
}

.pricing-container {
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.pricing-cell {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.pricing-cell.center {
  justify-content: center;
  align-items: center;
}

.checkbox-label-4 {
  display: none;
}

.image-overlap {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: absolute;
  inset: 35% 3% auto auto;
}

.popup-testimonial {
  z-index: 20;
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.testi-info-left-2 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  display: flex;
}

.popup-div {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.popup-testi-logo {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.popup-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-testi-author-image {
  border-radius: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.poup-testi-top {
  padding: 5rem 5%;
  position: relative;
}

.poup-testi-bot {
  background-color: #f4f4f4;
  flex-flow: row;
  justify-content: space-between;
  padding: 2rem 5%;
  display: flex;
}

.footer-sub-section {
  flex-flow: column;
  display: flex;
}

.footer-main-hd {
  justify-content: space-between;
  display: flex;
}

.nav-main-link {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}

.nav-main-link.dark {
  color: #000;
}

.customer-service-tab-content {
  padding-top: 5rem;
}

.customer-service-slider {
  display: none;
}

.cs-slide-top {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.slider-2 {
  background-color: #ddd0;
  min-height: 500px;
}

.cs-slider-right-arrow {
  color: var(--violet);
  width: 30px;
  height: 30px;
  font-size: 1.6rem;
  inset: 10px 10px auto auto;
}

.cs-slider-left-arrow {
  color: var(--violet);
  width: 30px;
  height: 30px;
  font-size: 1.6rem;
  inset: 10px auto auto 10px;
}

.cs-tab-content {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.cs-slide-div {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.resources-btn-div.end {
  display: none;
}

.navbar-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.career-video-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.video-career {
  border-radius: 20px;
  width: 80%;
  height: auto;
  min-height: 500px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-subdetails {
  width: 70%;
}

.pastteambuilding {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.pastteambuilding-contain {
  justify-content: space-around;
  width: 60%;
  margin-top: 2vw;
  display: flex;
}

.lightbox-link {
  color: var(--dark-violet);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 5px 10px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5vw;
  text-decoration: none;
  transition: all .2s;
}

.lightbox-link:hover {
  transform: translate(0, -5px);
}

.pastteambuilding-image {
  border-radius: 10px;
  width: 20vw;
  margin-bottom: 1vw;
  overflow: hidden;
}

.video {
  width: 100%;
}

.vidstories-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.italic-text-5 {
  color: #fff;
  font-size: 10vw;
  font-style: normal;
}

.stories-with-videos {
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vidstories-textright {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.videstories-text-left {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.playbutton-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  position: absolute;
  inset: 0;
}

.vidstories-textcontents {
  border-bottom-right-radius: .8vw;
  border-bottom-left-radius: .8vw;
  width: 100%;
  padding: 10px 20px 20px;
  position: relative;
}

.feature-title {
  color: var(--violet);
  margin-top: 0;
  margin-bottom: .2vw;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.feature-title-sub2 {
  color: #314b65;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}

.vidstories {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.vidstories-textheader-div {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 2vw;
  display: flex;
}

.vidstories-textheader-div.mb-0 {
  margin-bottom: 0;
}

.link-block-8 {
  height: 23vw;
  margin-left: 3vw;
  margin-right: 3vw;
  position: relative;
}

.link-block-8.hide {
  display: none;
}

.image-28 {
  text-shadow: 0 -1px #ffffff40;
  border: 5px solid #fff;
  border-radius: 100vw;
  width: 180px;
  height: 180px;
  box-shadow: 0 12px 46px 3px #00000054, 0 4px 3px #00000017;
}

.feature-title-sub {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3vw;
}

.job-listings-div {
  width: 90%;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
}

.formblock-30 {
  width: 30%;
  display: none;
}

.jobs-select-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.jobs-select-control {
  flex: 1;
  width: 20%;
  margin-right: 10px;
}

.select-field {
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  height: 45px;
  font-size: 1rem;
  line-height: 1.1em;
  box-shadow: 0 1px 11px 2px #0000001a;
}

.position-text {
  color: #333333e6;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2em;
}

.job-group-item {
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.job-group-item.hide {
  display: none;
}

.job-icon-minus {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: none;
}

.h2-section-hd-text {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2em;
}

.h2-section-hd-text.mb-0 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.h2-section-hd-text.subsection {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.4em;
}

.h2-section-hd-text.subsection.mb-0 {
  color: var(--dark-violet);
  margin-bottom: 0;
  font-weight: 500;
}

.job-items-container {
  display: none;
}

.job-hd-text-contain {
  width: 35%;
}

.job-groupheading {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.jobs-lists {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.job-group {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  margin-bottom: 10px;
  padding: 10px 30px;
  display: flex;
  box-shadow: 0 2px 11px #00000012;
}

.job-group.hide {
  display: none;
}

.job-icon-plus {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.job-role-div {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.jobrole-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-details {
  flex: 1;
}

.member-position {
  font-size: .8rem;
  line-height: 1.3em;
}

.member-position._w-bold {
  color: #333333b3;
  font-size: .9rem;
  font-weight: 500;
}

.testimonial-cotent {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
}

.testimonialcard {
  background-color: #fff;
  border: 1px #1b5083;
  border-radius: 20px;
  width: 32%;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 1px 5px #0003;
}

.testimonialcard._w-100 {
  width: 100%;
}

.testimonialcol {
  flex-direction: column;
  width: 32%;
  display: flex;
}

.testimonialcard-style2_top {
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-avatar {
  background-color: #0000;
  border-radius: 100%;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 9px;
}

.testimoial-image {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.btn-apply {
  color: var(--dark-violet);
  cursor: pointer;
  background-color: #e0d5ff;
  border-radius: 7px 7px 7px 0;
  align-items: center;
  height: 20px;
  margin-top: 8px;
  margin-left: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-apply:hover {
  background-color: var(--dark-violet);
  color: #fff;
  text-decoration: none;
}

.testimonials-container {
  flex: 0 auto;
  width: 70%;
  position: relative;
}

.usecase-testimonials {
  justify-content: space-around;
  display: flex;
}

.col-usecase {
  width: 45%;
}

.testimonials-text {
  width: 30%;
  margin-top: 10%;
}

.testimonials-card-heading {
  font-size: 1.6em;
  font-weight: 500;
}

.slider-text-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.usecase-card-image {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.testimonials-content-2 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 5%;
  display: flex;
  position: relative;
}

.tag {
  background-color: #e3dfff;
  border-radius: 50px;
  padding: 2px 10px;
}

.wide-slider {
  color: #000c;
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
  box-shadow: 0 0 20px 2px #00000012;
}

.cta-image {
  flex: 0 auto;
  width: 35%;
  margin-top: -10%;
  display: flex;
}

.cta-image-main-div {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 355px;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 -1px 15px #0003;
}

.resources-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 12px #0000000f;
}

.resources-card-container {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 3rem;
  display: flex;
}

.industries-container {
  flex-flow: wrap;
  place-content: flex-start;
  margin-top: 20px;
  margin-bottom: 200px;
  display: flex;
}

.industries-card {
  color: #000;
  background-color: #f4f4f4;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24%;
  margin: 1% .5%;
  padding: 30px 25px;
  text-decoration: none;
  display: flex;
}

.industry-card-top {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.industry-card-icon {
  background-color: #5c42fc;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.industry-card-hd-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.testimonal-vidcard {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 5px #0003;
}

.background-video-2 {
  height: 600px;
}

.cta-bgtop {
  z-index: 1;
  background-color: #f2eee300;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.cta-bgtop:where(.w-variant-d6d0b103-ebea-c9d2-5358-5ad503af4bb9) {
  background-color: #f2eee3;
}

.cta-bgtop:where(.w-variant-bd5e428a-b59a-4f0b-4c07-a921b346443e) {
  background-color: #f4f4f4;
}

.jobrole-description {
  color: #6d6d6d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2em;
}

.jobrole-subtext {
  width: 60%;
}

.testimonial-avatar-text {
  background-color: var(--dark-violet);
  color: #fff;
  text-align: center;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 9px;
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
}

.clients-list {
  margin-top: 40px;
}

.popup-calculate-roi {
  z-index: 99;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.roi-popup-card {
  background-color: #f2cb67;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.div-block-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.banner-clients {
  flex: 1;
  height: 55px;
}

.footer-hd-link {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .uc-slider {
    height: 500px;
  }

  .h2-section-hd-text {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  .bookdemo-image {
    height: 60vh;
  }

  .features-sect.relative.p-0, .features-sect.relative.bg-grey {
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-col-content.aligncenter {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .features-col-content.aligncenter.hm-10 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .features-col-content.align-top {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .uc-slider {
    height: 480px;
  }

  .uc-mask {
    width: 24%;
  }

  .uc-slide {
    width: 100%;
  }

  .popup-div {
    width: 40%;
  }

  .pastteambuilding-contain {
    width: 80%;
  }

  .member-position {
    font-size: .8vw;
    line-height: 1vw;
  }
}

@media screen and (max-width: 991px) {
  .margin {
    width: 95vw;
  }

  .navbar-margin {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content.flex {
    flex-flow: column;
  }

  .hero-content.p-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .maintext-hero {
    font-size: 3.4rem;
  }

  .maintext-hero.dark.smaller {
    font-size: 3rem;
  }

  .hero-hd-div {
    width: auto;
  }

  .hero-video {
    width: 95%;
  }

  .hero-video._60 {
    width: 100%;
  }

  .slider {
    height: 350px;
  }

  .slider-video {
    height: 100%;
  }

  .navlink-div {
    flex-flow: column;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .features-section {
    padding-top: 0;
  }

  .features-section.white {
    padding-top: 5rem;
  }

  .features-section.padding {
    padding-top: 4rem;
  }

  .section-hd-div, .section-hd-div.blog-hd-div {
    width: auto;
  }

  .section-hd-div.flex {
    flex-flow: column;
  }

  .section-hd.left {
    font-size: 2.2rem;
  }

  .section-hd.left.white.bigger {
    font-size: 1.6rem;
    line-height: 1.2em;
  }

  .section-hd.bigger {
    margin-bottom: 40px;
  }

  .features-column-content {
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .features-col {
    width: auto;
  }

  .features-col.center._38 {
    order: -1;
    width: auto;
  }

  .features-col.center._45 {
    width: auto;
  }

  .features-img-col {
    order: -1;
    width: auto;
  }

  .features-img-col.smaller {
    width: 52%;
  }

  .features-img-col.smaller.chatbox, .features-img-col._40 {
    width: auto;
  }

  .features-img-col.home {
    display: none;
  }

  .features-image.fixed-size.auto {
    height: auto;
  }

  .features-image._w-50 {
    flex: none;
    align-self: stretch;
    width: 100%;
    height: 450px;
    display: flex;
  }

  .flowchart-row {
    justify-content: center;
    align-items: center;
  }

  .flowchart-col {
    width: 50%;
  }

  .flowchart-col._22 {
    display: none;
  }

  .flowchart-col._35 {
    width: 45%;
  }

  .section-hd-div-left {
    align-self: stretch;
  }

  .hero-blogs-section {
    padding-bottom: 0;
  }

  .blog-content {
    flex-flow: column;
  }

  .blog-main-col {
    width: auto;
  }

  .blog-main-text.bigger {
    font-size: 2rem;
    line-height: 1em;
  }

  .blog-row {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-card {
    width: auto;
  }

  .cta-imge {
    flex-flow: row;
  }

  .footer-content {
    flex-flow: column;
  }

  .footer-logo-col {
    width: auto;
  }

  .footer-list-col {
    flex-flow: column;
    order: -1;
    margin-bottom: 3rem;
    margin-left: 0%;
  }

  .footer-logo-col-top {
    justify-content: space-between;
    display: flex;
  }

  .footer-col {
    width: auto;
  }

  .footer-col-section, .footer-main-hd-text {
    margin-bottom: 0;
  }

  .nav-link {
    color: #000;
    text-align: left;
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .subopage-icon {
    display: flex;
    position: absolute;
    inset: 24px 0% auto auto;
  }

  .subopage-icon.white {
    filter: none;
    position: absolute;
    inset: 20px 0% 0% auto;
  }

  .subopage-icon.white.footer {
    display: flex;
    inset: auto 0% auto auto;
  }

  .nav-content {
    z-index: 10;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: column;
    max-height: 80vh;
    margin-left: 0;
    padding-bottom: 10px;
  }

  .nav-btn {
    text-align: center;
    align-self: stretch;
    align-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-dropdown-card.resources {
    z-index: 10;
    box-shadow: none;
    width: auto;
    display: none;
    position: static;
    inset: 0% 200px auto auto;
  }

  .nav-dropdown-card.solutions {
    z-index: 10;
    box-shadow: none;
    width: auto;
    position: static;
    inset: 0% 200px auto auto;
  }

  .nav-dropdown-card.platform {
    z-index: 15;
    box-shadow: none;
    width: auto;
    display: none;
    position: static;
    inset: 0 200px auto auto;
  }

  .nav-dropdown-card.llms {
    z-index: 10;
    box-shadow: none;
    width: auto;
    display: none;
    position: static;
    inset: 0% 200px auto auto;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #695efe;
  }

  .menu-button.dark {
    color: #000;
  }

  .menu-button.dark.w--open {
    color: #fff;
  }

  .navbar-container {
    justify-content: space-between;
    position: relative;
  }

  .nav-dropdown {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    flex-flow: column;
    position: relative;
  }

  .nav-main-col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-list-text {
    text-align: left;
  }

  .nav-resources-row {
    color: #000;
  }

  .nav-resources-text {
    text-align: left;
    justify-content: space-around;
    align-items: flex-start;
  }

  .hero-image {
    width: auto;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .key-capabilities-content {
    flex-flow: column;
  }

  .key-capabilitie-img-col {
    width: 70%;
  }

  .features-row {
    width: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .banner-section-content {
    flex-flow: column;
  }

  .banner-section-content.margin-0 {
    flex-flow: column;
    padding-bottom: 3rem;
  }

  .reviews-slider {
    width: auto;
    min-height: 600px;
  }

  .slider-reviews-slide {
    flex-flow: column;
  }

  .left-arrow-2 {
    justify-content: center;
    align-items: center;
    height: 45px;
    display: flex;
    left: 42%;
  }

  .reviews-text-content {
    width: auto;
    margin-top: 20px;
  }

  .right-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 42%;
  }

  .reviews-img-col {
    order: -1;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    overflow: hidden;
  }

  .reviews-img {
    height: 300px;
  }

  .hero-text-div {
    order: -1;
    width: auto;
    margin-bottom: 3rem;
  }

  .hero-img-col._40 {
    align-self: flex-start;
    width: 60%;
  }

  .card-container-div {
    flex-flow: column;
    width: 80%;
  }

  .card-col-3 {
    width: auto;
    margin-bottom: 5%;
  }

  .div-block-4 {
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-card-image {
    background-position: 30%;
  }

  .tab-v2-content {
    flex-flow: column;
  }

  .col-4 {
    width: 44%;
  }

  .col-4._30 {
    width: 45%;
  }

  .card-template {
    margin-bottom: 5%;
  }

  .col-5 {
    width: 35%;
  }

  .text-template-div {
    margin-top: 20px;
  }

  .bookdemo-hero-left {
    order: -1;
    width: 100%;
  }

  .nav-menu {
    flex: 0 auto;
    width: auto;
  }

  .bookdemo-image {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .feat-img-col.h-30vh {
    height: auto;
  }

  .features-col-2 {
    flex: 1;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-col-2.wrap {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .features-col-2.mob-auto {
    width: auto;
  }

  .bookdemo-formcard {
    width: 100%;
  }

  .book-demo-hero {
    flex-flow: column;
  }

  .h1-hero {
    font-size: 3rem;
  }

  .features-sect.relative {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .features-col-content.aligncenter {
    margin-top: 0;
    margin-bottom: 0;
  }

  .features-col-content.align-top {
    flex-flow: column;
  }

  .hero-align-center {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .compliance-cards-container {
    width: 100%;
    margin-top: 0;
  }

  .heroimage-35 {
    flex: none;
    width: 50%;
    margin-top: 40px;
    margin-right: 20px;
  }

  .faq-container {
    width: 100%;
  }

  .table-of-contents-link {
    padding-left: 10px;
  }

  .guide-section, .blog-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blog-card-image {
    height: auto;
  }

  .uc-slider-card {
    width: 90%;
  }

  .uc-arrow-left {
    bottom: -10%;
  }

  .uc-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .uc-slider-container {
    width: 100%;
  }

  .uc-arrow-right {
    bottom: -10%;
  }

  .roi-form-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .roi-text {
    font-size: 1.1rem;
  }

  .roi-calculator-hd {
    width: 100%;
  }

  .callduration-row {
    flex: 1;
    margin-right: 10px;
  }

  .roi-card {
    width: 100%;
  }

  .spchy_togglecheck {
    background-size: 20px 20px;
  }

  .resource-hero-textcontent {
    width: 100%;
  }

  .subcribe {
    padding: 20px;
  }

  .resource-cta-content, .heroimage-60, .llm-herotext-div {
    width: 100%;
  }

  .section-hd-div-3 {
    width: 90%;
  }

  .llm-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .llm-generate-contain {
    width: 100%;
  }

  .card-feature-2col {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pricing-card {
    padding: 20px;
  }

  .pricing-roi-container {
    flex-flow: column;
  }

  .pricing-scroll {
    width: 100%;
    overflow: auto;
  }

  .pricing-roi-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .small-card-link {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-roi-right {
    margin-left: 0;
  }

  .small-link-container {
    justify-content: space-between;
  }

  .pricing-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-cell {
    margin-bottom: 20px;
  }

  .popup-div {
    width: 90%;
  }

  .footer-sub-section {
    display: none;
  }

  .footer-main-hd {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .nav-main-link {
    color: #000;
    align-self: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .customer-service-tab-content {
    display: none;
  }

  .customer-service-slider {
    display: block;
  }

  .resources-btn-div {
    display: none;
  }

  .resources-btn-div.end {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-career {
    width: auto;
  }

  .pastteambuilding {
    margin-top: 0;
  }

  .pastteambuilding-contain {
    justify-content: center;
    width: 80vw;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .lightbox-link {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .pastteambuilding-image {
    width: 100%;
  }

  .video {
    height: 23vw;
  }

  .vidstories-content {
    flex: 0 auto;
    display: block;
  }

  .stories-with-videos {
    max-width: 85vw;
  }

  .vidstories-textcontents {
    flex-flow: column wrap;
    flex: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .feature-title {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1rem;
  }

  .feature-title-sub2 {
    font-size: .8rem;
    line-height: 1rem;
    top: 4vw;
  }

  .vidstories {
    flex-basis: 49%;
    align-items: center;
  }

  .vidstories-textheader-div {
    flex: none;
  }

  .image-28 {
    width: 180px;
  }

  .feature-title-sub {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .formblock-30 {
    width: 50%;
  }

  .jobs-select-container {
    width: 100%;
  }

  .member-position {
    font-size: .8rem;
    line-height: 1.5em;
  }

  .testimonialcard {
    width: 49%;
  }

  .testimonialcard._w-100 {
    width: 48%;
    padding: 20px;
  }

  .testimonialcol {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .testimonials-container {
    width: auto;
  }

  .usecase-testimonials {
    flex-flow: column;
  }

  .col-usecase {
    width: auto;
    margin: 5%;
  }

  .testimonials-text {
    width: auto;
    margin-top: 0%;
  }

  .usecase-card-image {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .testimonials-content-2 {
    flex-flow: column;
  }

  .wide-slider {
    padding-bottom: 10px;
  }

  .cta-image {
    flex-flow: row;
    margin-top: 0%;
  }

  .cta-image-main-div {
    align-items: center;
    height: 220px;
  }

  .resources-image {
    border-radius: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 300px;
    display: flex;
    overflow: hidden;
  }

  .resources-card-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .industries-card {
    width: 32%;
    padding: 20px;
  }

  .industry-card-top {
    flex-flow: column;
  }

  .testimonal-vidcard {
    flex-basis: 49%;
    align-items: center;
  }

  .background-video-2 {
    height: 400px;
  }

  .roi-popup-card {
    width: 60%;
  }

  .slider-main-vid {
    height: 100%;
  }

  .slider-main-vid.mobile {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.bigger {
    font-size: 1.1rem;
  }

  .hero-video {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .slider {
    height: 280px;
  }

  .section-hd {
    font-size: 2.4rem;
  }

  .features-img-col {
    margin-bottom: 20px;
  }

  .features-img-col.smaller {
    width: 70%;
  }

  .features-img-col.add-padding._44 {
    width: 50%;
  }

  .features-image._w-50 {
    height: 400px;
  }

  .flowchart-col {
    width: 70%;
  }

  .flowchart-col._35 {
    width: 80%;
  }

  .blog-main-col {
    padding-top: 0;
  }

  .blog-main-text.bigger {
    font-size: 1.8rem;
  }

  .cta-card {
    flex-flow: column;
    padding-left: 2rem;
  }

  .cta-text-div {
    width: auto;
  }

  .cta-imge {
    flex-flow: column;
  }

  .solutions-nav {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-content {
    padding-bottom: 30px;
  }

  .nav-dropdown-card.resources {
    display: none;
    top: 60px;
    right: 0;
  }

  .nav-dropdown-card.solutions {
    align-self: stretch;
    padding-left: 40px;
    padding-right: 0;
    top: 60px;
    right: 0;
  }

  .nav-dropdown-card.platform {
    flex-flow: column;
    top: 60px;
    right: 0;
  }

  .nav-dropdown-card.llms {
    top: 60px;
    right: 0;
  }

  .nav-sublink {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-resources {
    flex-flow: column;
  }

  .nav-popup-col {
    width: auto;
    padding-top: 0;
  }

  .llms-nav {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-resources-row {
    flex-flow: row;
  }

  .reviews-slider {
    min-height: 700px;
  }

  .left-arrow-2 {
    left: 40%;
  }

  .right-arrow-2 {
    right: 40%;
  }

  .reviews-img {
    height: auto;
  }

  .btn-play {
    flex: none;
  }

  .curved-bg {
    border-top-left-radius: 0;
  }

  .hero-tab {
    padding: 1rem;
  }

  .tab-link-v2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .card-template.gray {
    flex: 1;
  }

  .col-5 {
    width: 42%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .nav-menu {
    background-color: #fff;
    max-height: 80vh;
    padding-bottom: 30px;
    overflow: auto;
  }

  .bookdemo-image {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .feat-img-col {
    width: 100%;
  }

  .features-col-2 {
    width: 100%;
    margin: 10px 0;
  }

  .features-col-2.wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .features-col-content, .features-col-content.aligncenter {
    flex-flow: column;
  }

  .features-col-content.align-top {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-align-center {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta-container.bg-violet {
    position: relative;
  }

  .compliance-cards-container {
    flex-flow: wrap;
  }

  .compliance-card {
    width: 48%;
    margin-bottom: 20px;
  }

  .heroimage-35 {
    width: 70%;
    margin-top: 20px;
  }

  .guides-main {
    padding-left: 2%;
  }

  .guides-content {
    flex-flow: column;
  }

  .faq-container {
    flex-direction: column;
  }

  .table-of-content-container {
    border-bottom: 1px solid #0000001a;
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    display: none;
    position: relative;
    top: auto;
  }

  .blog-card {
    width: 49%;
  }

  .testi-info-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-card {
    width: 49%;
    height: auto;
  }

  .callduration-row {
    flex: 1;
  }

  .roi-card._w-100 {
    padding: 10px 10px 10px 20px;
  }

  .llm-form {
    flex-flow: column;
  }

  .section-hd-div-3, ._w-30, ._w-20 {
    width: 100%;
  }

  .cta-container-absolute {
    top: auto;
  }

  .pricing-card {
    padding: 10px;
  }

  .pricing-roi-container {
    flex-flow: column;
  }

  .pricing-roi-left, .small-card-link {
    width: 100%;
  }

  .pricing-roi-right {
    margin-top: 10px;
    margin-left: 0;
  }

  .pricing-container {
    width: 100%;
  }

  .testi-info-left-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .popup-div {
    width: 95%;
  }

  .slider-2 {
    min-height: 600px;
  }

  .tabs-menu-2 {
    justify-content: center;
  }

  .video-career {
    min-height: auto;
  }

  .pastteambuilding-contain {
    width: 100%;
  }

  .stories-with-videos {
    max-width: 100%;
  }

  .vidstories-textcontents {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .vidstories {
    flex: 0 auto;
    width: 49%;
    padding-right: 0;
    display: flex;
  }

  .image-28 {
    width: auto;
  }

  .formblock-30, .job-hd-text-contain {
    width: 100%;
  }

  .job-hd-text-contain.mobile-hide {
    display: none;
  }

  .job-groupheading {
    flex-flow: column;
  }

  .job-role-div {
    width: 100%;
  }

  .testimonialcard {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonialcard._w-100 {
    width: 100%;
    padding: 20px;
  }

  .testimonial-avatar, .testimoial-image {
    width: 50px;
    height: 50px;
  }

  .testimonials-container {
    width: auto;
  }

  .testimonials-text {
    width: auto;
    position: static;
  }

  .testimonials-content-2 {
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta-image {
    flex-flow: column;
    width: auto;
  }

  .cta-image-main-div {
    box-shadow: none;
    flex-flow: column;
    height: auto;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .industries-card {
    width: 49%;
  }

  .testimonal-vidcard {
    flex: 0 auto;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .background-video-2 {
    height: 300px;
  }

  .testimonial-avatar-text {
    width: 50px;
    height: 50px;
  }

  .roi-popup-card {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .maintext-hero {
    font-size: 2.6rem;
  }

  .button.green {
    margin-bottom: 10px;
  }

  .hero-video._60 {
    width: 100%;
  }

  .slider {
    height: 200px;
  }

  .client-slider {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .client-image {
    height: 48px;
  }

  .features-section {
    padding-top: 2rem;
  }

  .section-hd-div {
    width: auto;
  }

  .section-hd-div.wide {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-hd {
    font-size: 2rem;
  }

  .section-hd.left {
    font-size: 1.8rem;
  }

  .section-hd.bigger {
    font-size: 2.4rem;
  }

  .features-img-col.smaller {
    width: auto;
  }

  .features-img-col.smaller.chatbox {
    padding: 0;
  }

  .features-img-col.add-padding._44 {
    width: 100%;
  }

  .h4 {
    font-size: 1.2rem;
  }

  .h4.bigger {
    font-size: 1.8rem;
  }

  .features-image._w-50 {
    height: 250px;
  }

  .card-heading.bigger {
    font-size: 1.8rem;
  }

  .flowchart-col {
    width: auto;
  }

  .awards-content {
    padding-top: 2rem;
  }

  .blog-main-col {
    padding-bottom: 0;
  }

  .blog-image.row {
    width: auto;
  }

  .blog-text-div.row {
    margin-top: 10px;
    margin-left: 0;
  }

  .blog-main-text {
    font-size: 1.5rem;
  }

  .blog-p-div {
    display: none;
  }

  .blog-row, .cta-card {
    flex-flow: column;
  }

  .cta-text-div {
    width: auto;
    margin-bottom: 20px;
  }

  .cta-imge {
    flex-flow: row;
    width: auto;
  }

  .key-capabilitie-img-col, .card-key-capabilities {
    width: auto;
  }

  .banner-section-content {
    padding-bottom: 0;
  }

  .reviews-slider {
    min-height: 700px;
  }

  .left-arrow-2 {
    left: 25%;
  }

  .right-arrow-2 {
    right: 25%;
  }

  .reviews-img {
    height: auto;
  }

  .hero-img-col._40 {
    width: 100%;
  }

  .btn-play {
    flex: none;
  }

  .stats-image-content {
    flex-flow: column;
  }

  .card-stats {
    flex: 0 auto;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .card-stats.col-3 {
    width: auto;
  }

  .text-stats-main {
    font-size: 2.3rem;
  }

  .features-btn {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .card-container-div {
    width: auto;
  }

  .card-text-div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-card-wide {
    border-radius: 20px;
    flex-flow: column;
  }

  .div-block-4 {
    border-bottom-right-radius: 0;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-card-image {
    flex: 0 auto;
    height: 400px;
  }

  .hero-check-content {
    flex-flow: column;
  }

  .hero-check-item {
    margin-bottom: 20px;
  }

  .tab-link-v2 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1em;
  }

  .btn-col {
    margin-bottom: 20px;
  }

  .chatbox-main-content {
    height: 400px;
  }

  .tag-date, .chat-bubble-card {
    font-size: .85rem;
    line-height: 1.2em;
  }

  .text-date {
    font-size: .75rem;
  }

  .col-4 {
    flex: 0 auto;
    width: 100%;
    margin: 1%;
  }

  .col-4._30 {
    flex: 0 auto;
    width: auto;
  }

  .card-template-text {
    min-height: auto;
  }

  .section-hd-left {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .integration-content {
    flex-flow: column;
    margin-top: 40px;
  }

  .col-5 {
    flex: 1;
    width: auto;
  }

  .template-div {
    margin-top: 0;
    margin-bottom: 0;
  }

  .security-image {
    width: 30%;
    margin-right: 0;
  }

  .features-col-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .bookdemo-formcard {
    padding: 20px;
  }

  .security-card-textcontain {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .security-card {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-hero.smaller {
    font-size: 2.6rem;
  }

  .cta-col {
    width: 100%;
    padding: 5%;
  }

  .features-sect {
    padding-top: 0;
  }

  .features-col-content, .cta-container {
    flex-flow: column;
  }

  .compliance-card {
    width: 48%;
    padding: 10px;
  }

  .guide-author-right {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .faq-text-question {
    font-size: 1rem;
  }

  .faq-arrow {
    width: 20px;
    height: 20px;
  }

  .faq-question_wrapper {
    padding: 15px;
  }

  .faq_item_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .guide-author-container {
    flex-flow: column;
  }

  .blog-card {
    width: 100%;
  }

  .blog-card-textcontent {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3rem;
    line-height: 1em;
  }

  .hero-icon-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-card {
    width: 100%;
  }

  .hero-icon-content, .roi-form-row {
    flex-flow: column;
  }

  .roi-form-textfield-contain {
    width: 100%;
  }

  .roi-form-bot, .roi-btn-container {
    flex-flow: column;
  }

  .callduration-row {
    width: 70%;
    margin-top: 10px;
  }

  .roi-card {
    margin-top: 20px;
    padding: 20px;
  }

  .roi-form-left {
    width: 100%;
  }

  .cta-image-wrap {
    width: 100%;
    height: 200px;
  }

  .author-content-left {
    width: 100%;
  }

  .subcribe {
    width: 100%;
    margin-top: 20px;
  }

  .resource-cta-content, .author-content, .llm-form {
    flex-flow: column;
  }

  ._w-30, ._w-20 {
    width: 100%;
  }

  .cardfeature-hd {
    font-size: 2.4rem;
  }

  .card-feature-2col {
    width: 100%;
    margin-bottom: 10px;
  }

  .pricing-card {
    padding: 10px;
  }

  .pricing-container {
    width: 500px;
  }

  .poup-testi-top {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .slider-2 {
    min-height: 950px;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
  }

  .pastteambuilding-contain {
    flex-flow: column;
    justify-content: space-between;
    width: 93vw;
  }

  .lightbox-link {
    flex: none;
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
  }

  .vidstories-textcontents {
    height: auto;
    padding: 4vw 4vw 8vw;
  }

  .vidstories {
    width: 100%;
    padding-right: 0;
  }

  .image-28 {
    flex: none;
  }

  .jobs-select-container {
    flex-flow: column;
    align-items: stretch;
  }

  .jobs-select-control {
    flex: 1;
    width: 100%;
    margin-right: 0;
  }

  .h2-section-hd-text {
    font-size: 1.5rem;
  }

  .h2-section-hd-text.mb-0 {
    font-size: 1.3rem;
  }

  .job-hd-text-contain.mobile-hide {
    display: none;
  }

  .job-groupheading {
    flex-flow: column;
    align-items: stretch;
  }

  .job-group {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-role-div {
    width: 100%;
  }

  .testimonialcard {
    padding: 20px;
  }

  .btn-apply {
    margin-top: -5px;
    font-size: 11px;
  }

  .testimonials-content-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wide-slider {
    display: none;
  }

  .cta-image {
    flex-flow: row;
    width: auto;
  }

  .resources-image {
    border-radius: 15px;
    height: auto;
  }

  .industries-card {
    width: 100%;
    padding-bottom: 10px;
  }

  .testimonal-vidcard {
    width: 100%;
    padding-right: 0;
  }

  .background-video-2 {
    height: 160px;
  }

  .banner-clients {
    height: 48px;
  }
}


@font-face {
  font-family: 'Roboto Latin';
  src: url('../fonts/roboto-latin-400-normal-1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/TestFoundersGrotesk-Regular-BF66175e972ac1c.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/TestFoundersGrotesk-Bold-BF66175e9700615.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/TestFoundersGrotesk-Medium-BF66175e9723b7a.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/TestFoundersGrotesk-Semibold-BF66175e972c958.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}