@font-face {
  font-family: Material design iconic font;
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-color: #111827;
  --text-color-para: #0e0f2dcc;
  --assist-blue: #12a3ea;
  --newaccent-purple\<deleted\|variable-cd95b834-4859-48ea-2f25-5cfae2f9f742\>: #7c3aed;
  --text-grey\<deleted\|variable-71742d51-25e0-861e-004f-61249da58cd5\>: #4a4a4a;
  --violet-nano2\<deleted\|variable-fbaec2c3-ee53-b7fc-5369-22e115a32db1\>: #5f2ded;
  --white: white;
  --assist-purple: #4f46e5;
}

body {
  color: #333;
  font-family: Gelion;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.page-style1 {
  background-color: #f9fafb;
  flex-direction: column;
  min-height: 100vh;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
  position: relative;
}

.h1-display-1 {
  color: var(--text-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.2;
}

.container-style1 {
  flex-direction: column;
  width: 1200px;
  display: flex;
}

.hero-style1 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6vw;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.p-style1 {
  color: var(--text-color-para);
  font-family: DM Sans, sans-serif;
  font-size: .94vw;
  font-weight: 500;
  line-height: 1.5;
}

.p-style1.text-center {
  text-align: center;
}

.section-style1 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-style1.homehero {
  z-index: 2;
  position: relative;
}

.section-style1.footer {
  border-top: 1px solid #0000001a;
}

.section-style1.cta {
  z-index: 10;
  background-image: linear-gradient(#f0f2f5, #ddd);
}

.section-style1.nav {
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffc;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0000001a;
}

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

.hero-style1_center {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.btn-style1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--assist-blue);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 7px #0003;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .94vw;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 2px 2px 2.1px #0000001a, -5px -5px 10px #fff, 5px 5px 10px #d1d9e6;
}

.btn-style1:hover {
  background-color: #068dcf;
}

.btn-style1.outline {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text-grey\<deleted\|variable-71742d51-25e0-861e-004f-61249da58cd5\>);
  background-color: #fff;
  background-image: none;
  border-color: #ddd6fe;
  text-decoration: none;
}

.btn-style1.outline:hover {
  background-color: #eee;
}

.btn-style1.wide {
  flex: 1;
}

.btn-style1.gray {
  color: #1f2937;
  text-shadow: none;
  background-color: #e2e2e2;
}

.nav-style1_container {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-style1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text-grey\<deleted\|variable-71742d51-25e0-861e-004f-61249da58cd5\>);
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.nav-link-style1.w--current {
  color: var(--newaccent-purple\<deleted\|variable-cd95b834-4859-48ea-2f25-5cfae2f9f742\>);
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.navstyle1_left {
  align-items: center;
  display: flex;
}

.app-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navstyle1_section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  display: flex;
}

.feature-contents_style1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-contents_style1.mtb-5vw--client {
  margin-bottom: 5vw;
}

.footer-style1 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.h4-display1 {
  color: var(--text-color);
  text-align: left;
  margin-top: 0;
  font-family: Inter Tight;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.5em;
}

.navherosection {
  flex: 1;
  padding-top: 80px;
  position: relative;
}

.cardscontainer {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-100 {
  width: 100%;
}

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

.company_images {
  opacity: .3;
  width: 70%;
}

.home-hero-cotainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-text {
  margin-bottom: 20px;
}

.h2-display1 {
  color: #111827;
  text-align: center;
  margin-top: 0;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 1.4;
}

.h2-display1.text-left {
  text-align: left;
  font-size: 1.46vw;
  font-weight: 700;
}

.footer-style1_section {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-style1_section.align-center {
  justify-content: space-between;
  align-items: flex-start;
}

.footer_logolink {
  margin-bottom: 20px;
}

.footer-column {
  flex: 1;
  width: 24%;
}

.footer-column._w-45 {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.footer-links-contain {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-btn-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
}

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

.cta-section {
  justify-content: center;
  align-items: center;
  padding-top: 9vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

._2col-card-contain {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

._3col-card {
  z-index: 1;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

._3col-card-textcontent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._3col-card-center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._3col-card-center.wide {
  width: 100%;
}

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

.hd-div.mt-2vw {
  margin-top: 2vw;
}

.textarea-01 {
  color: #000c;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  min-height: 100px;
  font-size: .94vw;
  line-height: 1.4;
}

.cta-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: 0 2px 20px #0000001a;
}

.cta-row.vertical {
  box-shadow: none;
  flex-flow: column;
}

.cta-row-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.h1-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.howitworks-icon {
  background-color: #eeeff1;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.cta-hovercard-chat-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff80;
  border: 1px #e5e7eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 10px 25px;
  display: flex;
  position: absolute;
  inset: 45% auto auto 2%;
  transform: rotate(-10deg);
  box-shadow: inset 9px 13px 6px #ffffff40, inset -8px -2px 40px #d1d9e6, -20px -20px 20px #f0f0f0, 14px 16px 60px #c8d1df;
}

.cta-hovercard-mic-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff80;
  border: 1px #e5e7eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px 25px;
  display: flex;
  position: absolute;
  top: 23%;
  bottom: auto;
  right: 5%;
  transform: rotate(10deg);
  box-shadow: inset 9px 13px 6px #ffffff40, inset -8px -2px 40px #d1d9e6, -20px -20px 20px #f0f0f0, 14px 16px 60px #c8d1df;
}

.p-style1-2 {
  color: #0e0f2dcc;
  font-size: 1.1vw;
  line-height: 1.5;
}

.p-style1-2.small.text-white-copy {
  color: #fff;
}

.vertical-words {
  height: 350px;
}

.footer-hd-text-2 {
  color: #fff;
  text-align: left;
  font-size: 1.2vw;
  font-weight: 800;
  line-height: 1.2em;
  text-decoration: none;
}

.word {
  white-space: nowrap;
  width: 50px;
  font-size: 2.6rem;
  font-weight: 500;
  position: relative;
  bottom: 10px;
  transform: rotate(-90deg);
}

.span-bold {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #7c3aed, #f54a4f);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  font-size: 2vw;
  font-weight: 500;
}

.footer-style1-bot-2 {
  border-top: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 0;
  display: none;
}

.bottom-words-stacked {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.footer-content {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.div-block-24 {
  width: 85%;
  margin: 5rem auto 2rem;
  font-size: 2.4rem;
  line-height: 1.5em;
}

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

.footer-link {
  color: #111827cc;
  font-size: .94vw;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.h3 {
  color: #111827;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.footer-text {
  color: #111827cc;
  margin-bottom: 0;
  font-size: .94vw;
  line-height: 1.5;
}

.footer-link-div {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form-btn-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.form-btn-container.mt-30 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.popup-hd-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.logo-text {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.logo-color {
  color: var(--assist-blue);
  font-weight: 800;
}

.assistant-card-formblock {
  width: 100%;
  margin-bottom: 0;
}

.footer-icon-secure {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.text-block {
  color: var(--text-color);
}

.widget-setup-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.widgetsetup-preview {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.widget-setup-card {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-input-01 {
  color: #000c;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  height: 45px;
  font-size: .94vw;
  line-height: 1.4;
}

.widget-color-picker-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.widget-color-picker-selected-outer {
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  padding: 5px;
}

.widget-color-picker-selected {
  background-color: #4f46e5;
  border-radius: 9px;
  width: 100%;
  height: 100%;
}

.color-pick-hex-text {
  font-size: .73vw;
  line-height: 1.4;
}

.heading, .h4 {
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}

.widget-container {
  width: 49%;
}

.code-instructions {
  margin-top: 20px;
}

.user-bubble {
  grid-column-gap: 10px;
  background-color: #eee;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.chat-form-div {
  flex: 1;
}

.chatmenu-avatar {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  inset: auto -9px -4px auto;
  box-shadow: 0 2px 5px #0003;
}

.brand-color {
  background-color: #3b82f6;
  border-radius: 7px;
  width: 42px;
  height: 42px;
}

.step-line {
  background-color: #c4c4c4;
  flex: 1;
  height: 1px;
  display: flex;
}

.col-widget-row-content {
  flex: 1;
}

.text-field {
  color: #0d202f;
  border-radius: 6px;
  height: 42px;
}

.btn-show-code {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  opacity: .7;
  color: #e14617;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-show-code:hover {
  opacity: 100;
}

.list {
  color: #0d202fcc;
  font-size: .8rem;
}

.chat-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  height: 400px;
  padding: 20px 10px;
  display: flex;
  overflow: auto;
}

.chat-content.preview {
  height: 150px;
}

.step-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  opacity: .6;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.step-block.active {
  opacity: 1;
  color: #004e61;
}

.widget-codeblock {
  width: 100%;
  height: 100px;
  margin-top: 1rem;
  display: block;
  overflow: auto;
}

.chat-website {
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 1rem;
  display: block;
  position: relative;
}

.write-chat {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #cfcfcf;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-assistant-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-assistant-name.smaller {
  font-size: 16px;
}

.btn-copy-code {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #6b7280;
  background-color: #e2e2e2ab;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 3px 5px;
  font-size: 13px;
  display: flex;
}

.btn-copy-code:hover {
  background-color: #e2e2e2;
}

.step3 {
  align-self: stretch;
  display: block;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.show-code-hd {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.form-label {
  color: #0d202f;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.form-label.bigger {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.widget-instruction {
  color: #0d202f;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.form-col {
  flex: 1;
}

.form-col._2-column {
  width: 48%;
}

.stepnumber {
  background-color: #e5e7eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-weight: 500;
  display: flex;
}

.stepnumber.active {
  color: #fff;
  background-color: #69c050;
}

.button-send {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 8px 5px #0003;
}

.smarties-avatar-small {
  background-color: #fdf7ee;
  background-image: url('../images/smarties-head.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.chat-icon-btn {
  cursor: pointer;
  background-color: #fbe3dc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 1.5vw;
  margin-right: 1.5vw;
  padding: 7px;
  transition: all .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 2px 17px #0003;
}

.chat-icon-btn:hover {
  transform: translate(0, -5px);
}

.smartie-bubble-container {
  grid-column-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 276px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.code-block {
  border-radius: 7px;
}

.widget-code {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #eef4f8;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 19px;
  display: flex;
  box-shadow: 0 5px 10px #0000000f;
}

.col-widget-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.code {
  color: var(--text-color-para);
  background-color: #c7c7d6cc;
  border-radius: 3px;
}

.chat-type-area {
  color: #333;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  font-size: 12px;
}

.form-website {
  width: 60%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.chat-form {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.widget-appearance {
  display: block;
}

.widget-row {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.widget-row.right {
  justify-content: flex-end;
  align-items: center;
}

.user-bubble-container {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  max-width: 265px;
  text-decoration: none;
  display: flex;
}

.chat-wrap {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-100-2 {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.form-block-3 {
  height: 100%;
  margin-bottom: 0;
}

.chat-close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.row-step {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.smartie-bubble {
  grid-column-gap: 10px;
  background-color: #fdf7ee;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.textarea-div {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.chat-main {
  background-color: #fff;
  border-radius: 10px;
  width: 250px;
  margin-bottom: 1vw;
  margin-right: 1vw;
  padding: 10px;
  display: none;
  position: absolute;
  inset: auto 0% 51px auto;
  box-shadow: 0 0 30px 11px #00000014;
}

.chat-time {
  color: #0000008a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.chat-main-top {
  border-bottom-width: 1px;
  border-bottom-color: #cfcfcf;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.btn-style1-2 {
  grid-column-gap: 5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #e14617;
  border: 1px solid #e14617;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 9.2px #0000000f;
}

.btn-style1-2:hover {
  background-color: #d33c0e;
}

.select-field-div {
  align-self: stretch;
}

.select-field {
  color: var(--text-color);
  border-radius: 10px;
  min-height: 45px;
}

.embedded-code {
  display: none;
}

.insctructions {
  color: var(--text-color-para);
  margin-top: 20px;
}

.paragraph-4 {
  color: var(--text-color-para);
}

.loading-btn-text {
  display: none;
}

@media screen and (min-width: 1440px) {
  .container-style1 {
    width: 80%;
  }

  .p-style1 {
    font-size: .83vw;
  }

  .hero-style1_center {
    width: 85%;
  }

  .btn-style1 {
    font-size: .83vw;
  }

  .btn-style1.outline {
    font-size: .85vw;
  }

  .h2-display1 {
    font-size: 1.46vw;
  }

  ._3col-card-center {
    width: 100%;
  }

  .textarea-01 {
    font-size: .83vw;
  }

  .p-style1-2 {
    font-size: 1vw;
  }

  .footer-link {
    font-size: .83vw;
  }

  .h3 {
    font-size: 1.04vw;
  }

  .footer-text, .text-input-01 {
    font-size: .83vw;
  }

  .widget-container {
    width: 600px;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: .85vw;
  }

  .container-style1, .container-style1._w-90percent {
    width: 80%;
  }

  .hero-style1 {
    padding-top: 4vw;
    padding-bottom: 0;
  }

  .p-style1.small {
    font-size: .85vw;
  }

  .section-style1.homehero {
    background-image: none;
  }

  .section-style1.cta {
    background-size: 105%, auto;
  }

  .btn-style1 {
    height: 2.604vw;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
  }

  .nav-link-style1 {
    font-size: .85vw;
  }

  .h4-display1 {
    font-size: 1.2vw;
  }

  .navherosection {
    padding-bottom: 0;
  }

  .hero-btn-container {
    grid-column-gap: .521vw;
    grid-row-gap: .521vw;
    margin-top: 1.563vw;
    margin-bottom: 1.563vw;
  }

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

  .p-style1-2 {
    font-size: 1vw;
  }

  .p-style1-2.small {
    font-size: .85vw;
  }

  .footer-hd-text-2 {
    margin-bottom: 20px;
  }

  .div-block-24 {
    width: 995%;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .widget-container {
    width: 900px;
  }

  .user-bubble {
    grid-column-gap: .521vw;
    padding: .261vw .521vw;
    font-size: .729vw;
  }

  .chatmenu-avatar {
    width: 1.303vw;
    height: 1.303vw;
  }

  .chat-content {
    grid-column-gap: .833vw;
    grid-row-gap: .833vw;
    padding: 1.042vw .521vw;
  }

  .write-chat {
    padding-top: .521vw;
    padding-bottom: .521vw;
  }

  .smarties-avatar-small {
    width: 2.604vw;
    height: 2.604vw;
    min-height: 2.604vw;
  }

  .smartie-bubble-container {
    grid-column-gap: .417vw;
    max-width: 14.375vw;
  }

  .chat-type-area {
    font-size: .833vw;
    line-height: 1.4;
  }

  .form-website {
    width: 700px;
  }

  .chat-form {
    grid-column-gap: .677vw;
    grid-row-gap: .677vw;
    height: 4.165vw;
  }

  .user-bubble-container {
    grid-row-gap: .208vw;
    max-width: 13.803vw;
  }

  .row-step {
    width: 700px;
  }

  .smartie-bubble {
    grid-column-gap: .521vw;
    padding: .261vw .521vw;
    font-size: .729vw;
  }

  .chat-time {
    font-size: .625vw;
  }
}

@media screen and (max-width: 991px) {
  .h1-display-1 {
    font-size: 2.2rem;
  }

  .container-style1 {
    width: 95%;
  }

  .p-style1 {
    font-size: .85rem;
  }

  .section-style1.homehero {
    margin-top: 80px;
  }

  .hero-style1_center {
    width: 95%;
  }

  .btn-style1 {
    font-size: .85rem;
  }

  .btn-style1.navhide {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .nav-link-style1 {
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: .85rem;
  }

  .nav-link-style1:hover {
    background-color: #fcf7ff;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 20px;
    width: 220px;
    inset: 46px 0 auto auto;
    box-shadow: 1px 1px 5px #0000001a;
  }

  .menu-button {
    background-color: #0000;
    margin-left: 10px;
    padding: 10px;
  }

  .menu-button.w--open {
    color: var(--violet-nano2\<deleted\|variable-fbaec2c3-ee53-b7fc-5369-22e115a32db1\>);
    background-color: #fff;
  }

  .h4-display1 {
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .navherosection {
    padding-top: 0;
  }

  .cardscontainer {
    width: 100%;
  }

  .h2-display1 {
    font-size: 1.5rem;
  }

  .h2-display1.text-left {
    font-size: 1.1rem;
  }

  .hero-btn-container {
    z-index: 1;
    position: relative;
  }

  ._2col-card-contain {
    width: 100%;
  }

  ._3col-card {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._3col-card-center {
    width: 100%;
  }

  ._3col-card-center.wide {
    flex-flow: wrap;
  }

  .hd-div {
    width: 80%;
  }

  .textarea-01 {
    font-size: .85rem;
  }

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

  .cta-row-left {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .cta-hovercard-chat-copy {
    width: 80px;
    height: 80px;
    top: 60%;
    left: auto;
    right: 1%;
  }

  .cta-hovercard-mic-copy {
    width: 90px;
    height: 90px;
    top: 15%;
    left: 0%;
  }

  .p-style1-2 {
    font-size: .85rem;
  }

  .vertical-words {
    height: 200px;
  }

  .footer-hd-text-2 {
    font-size: 1rem;
  }

  .word {
    width: 30px;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .paragraph-3 {
    margin-top: 0;
  }

  .div-block-24 {
    margin-top: 2rem;
  }

  .margin {
    width: 100%;
  }

  .footer-link {
    font-size: .85rem;
  }

  .h3 {
    font-size: 1rem;
  }

  .footer-text {
    font-size: .85rem;
  }

  .widget-setup-card {
    padding: 15px;
  }

  .text-input-01 {
    font-size: .85rem;
  }

  .color-pick-hex-text {
    font-size: .75rem;
  }

  .widget-container {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .hero-style1 {
    flex-direction: column;
  }

  .section-style1.homehero {
    margin-top: 70px;
  }

  .hero-style1_center {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .btn-style1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    padding-left: 0;
  }

  .cardscontainer {
    flex-wrap: wrap;
  }

  .footer-column._w-45 {
    text-align: center;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  ._3col-card {
    width: 45%;
  }

  ._3col-card-textcontent {
    width: 100%;
  }

  ._3col-card-center {
    flex-flow: column;
  }

  .hd-div.mt-2vw {
    width: 95%;
  }

  .cta-hovercard-chat-copy, .cta-hovercard-mic-copy {
    display: none;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .footer-link-div {
    justify-content: space-between;
    align-items: center;
  }

  .widget-setup-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .widgetsetup-preview {
    width: 100%;
  }

  .widget-setup-card {
    order: -9999;
  }

  .widget-container {
    width: 90%;
  }

  .widget-codeblock {
    width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .hero-style1 {
    flex-direction: column;
  }

  .hero-style1_center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-style1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .h4-display1 {
    font-size: 1rem;
  }

  .cardscontainer {
    flex-wrap: wrap;
  }

  .company_images_container {
    width: 48%;
    margin-bottom: 20px;
  }

  .company_images {
    width: 80%;
  }

  .h2-display1.text-left {
    text-align: center;
  }

  .footer-style1_section.align-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .footer-column {
    flex: none;
    width: 48%;
  }

  .footer-column._w-45 {
    width: 100%;
  }

  .footer-links-contain {
    flex-flow: column;
  }

  .hero-btn-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .hero-btn-container.footer {
    justify-content: space-between;
    align-items: stretch;
  }

  ._2col-card-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._3col-card {
    width: 100%;
    padding: 10px 0;
  }

  ._3col-card-center.wide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hd-div {
    width: 100%;
  }

  .hd-div.mt-2vw {
    text-align: center;
    width: 100%;
  }

  .cta-row-left {
    width: 100%;
  }

  .howitworks-icon {
    width: 40px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .div-block-24 {
    width: 95%;
  }

  .footer-link-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .form-btn-container.mt-30 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}