:root {
  --white: white;
  --disabled: #777a82;
  --disabled-2: #42454f;
  --ice: #f9fbff;
  --primary-blue: #4b75ff;
  --light-blue: #e6ecff;
  --black: #343741;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--neutral--40: #dde1e6;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--primary--10: #f2f6ff;
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--neutral--20: #f9fafb;
  --systemflow-lite--neutral--10-2: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image {
  width: 90%;
}

.navigation-wrapper {
  z-index: 1000;
  background-color: #343741;
  border-bottom: 1px #4a4d55;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px -4px #0003;
}

.nav-item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.logo-wrapper {
  margin-right: 64px;
}

.link-block {
  text-decoration: none;
}

.nav-block {
  color: #fff;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.nav-block.active {
  background-color: #4b75ff;
  border-radius: 100px;
  padding: 14px 22px;
}

.nav-items-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-cta-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.primary-button-medium {
  background-color: #4b75ff;
  border-radius: 100px;
  padding: 14px 22px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.primary-button-medium:hover {
  background-color: #6186ff;
}

.product-demo {
  background-image: linear-gradient(to right, #f5f7ff, #d6e0fe);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  height: 30vh;
  display: flex;
}

.heading {
  color: #343741;
  text-align: center;
  font-family: Clashdisplay;
  font-size: 32px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: .8fr .8fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1.3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-2 {
  background-color: #f9f9f9;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.6vw 3.2vw 3.2vw;
  display: flex;
}

.div-block-3 {
  background-image: linear-gradient(#eaefff, #4b75ff);
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.heading-1 {
  font-family: Clashdisplay;
  font-size: 8vh;
  font-weight: 500;
  line-height: 110%;
}

.text-span {
  color: #4b75ff;
  font-family: Worksans, sans-serif;
  font-size: 8vh;
  font-weight: 400;
}

.text-block {
  color: #4b75ff;
  font-family: Clashdisplay;
  font-size: 20px;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-2 {
  font-family: Worksans, sans-serif;
  font-size: 2vh;
  font-weight: 400;
  position: static;
}

.image-2 {
  max-height: 810px;
}

.div-block-5 {
  min-height: 810px;
}

.image-3 {
  min-width: 340px;
  height: 750px;
  min-height: 540px;
  display: block;
  position: absolute;
  inset: 15% 0% 0% auto;
}

.heading-2 {
  color: #4b75ff;
  font-family: Worksans, sans-serif;
  font-size: 4vh;
  font-weight: 400;
}

.paragraph {
  font-family: Worksans, sans-serif;
  font-size: 2vh;
  line-height: 180%;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3.2vw;
  padding-right: 3.2vw;
  display: flex;
}

.overlay-wrapper {
  z-index: 1000;
  background-color: #0000001c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-container {
  flex-direction: column;
  width: 400px;
  padding: 23px;
  display: flex;
}

.button-2 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.disclaimer-container {
  background-color: #fff;
  box-shadow: 0 2px 5px 7px #0003;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.text-wrapper {
  text-align: left;
}

.text-wrapper.fullwidth {
  width: 100%;
}

.div-block-11 {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.secondary-button-medium {
  color: #7d9cff;
  background-color: #0000;
  border: 2px solid #7d9cff;
  border-radius: 100px;
  padding: 14px 22px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.dropdown {
  color: #fff;
  font-family: Worksans, sans-serif;
}

.dropdown-toggle {
  color: #fff;
  font-size: 16px;
  display: none;
}

.quick-stack {
  width: 100%;
  height: auto;
  margin-top: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3 {
  color: #7d9cff;
  letter-spacing: -.5px;
  margin-bottom: 24px;
  font-family: Worksans, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.text-span-2 {
  color: #343741;
}

.header-large {
  color: #fff;
  text-align: left;
  letter-spacing: -1.5px;
  flex: 1;
  width: auto;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Worksans, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.header-large.dark {
  color: #353742;
  font-size: 48px;
  font-weight: 700;
}

.text-span-3 {
  color: #7d9cff;
}

.cell {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  justify-content: center;
}

.primary-button-large {
  background-color: #7d9cff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.text-span-4 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.div-block-12 {
  background-color: #7d9cff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-4.mg-24 {
  color: #fff;
  margin-right: 24px;
}

.image-4 {
  width: 90%;
  position: static;
  top: 20px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 118px;
}

.header-content-wrapper {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-medium {
  color: #ffffffb8;
  width: auto;
  margin-bottom: 32px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-medium.mw-390 {
  color: #fff;
  text-align: left;
  max-width: 400px;
  font-size: 18px;
  line-height: 140%;
}

.paragraph-medium.mw-480 {
  color: #7d9cff;
  max-width: 480px;
}

.header-section {
  background-color: #e6ecff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 680px;
  min-height: auto;
  padding: 0 5vw;
  display: flex;
}

.image-5 {
  width: 720px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  width: 100%;
}

.h2-header {
  color: #7d9cff;
  letter-spacing: -.2px;
  font-family: Worksans, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

.paragraph-3 {
  color: #7d9cff;
  letter-spacing: -.3px;
  font-family: Worksans, sans-serif;
  font-size: 1em;
  line-height: 140%;
}

.image-6 {
  z-index: 0;
  width: 140%;
  max-width: 150%;
  margin-top: -94px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-7 {
  max-width: 100%;
  margin-left: 53px;
}

.image-8 {
  width: auto;
  height: 24px;
}

.image-9 {
  width: 24px;
  height: auto;
}

.image-10 {
  width: 24px;
  height: 24px;
}

.image-11 {
  width: 24px;
  height: auto;
}

.desktop-feature-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) auto minmax(auto, 1fr);
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
}

.div-block-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  padding-left: 64px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  display: flex;
}

.image-12 {
  object-fit: cover;
  width: 520px;
  max-width: 700px;
  margin-left: 59px;
  overflow: hidden;
}

.div-block-16 {
  width: 480px;
  min-width: 480px;
  padding-left: 0;
  padding-right: 0;
}

.features-content-wrapper {
  width: auto;
  max-width: 290px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}

.div-block-17 {
  display: flex;
}

.container {
  flex: 1;
  width: auto;
  max-width: 1440px;
}

.subscribe-to-updates {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.cta-button-large {
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.section-container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 108px;
  display: flex;
}

.header-medium {
  color: #7d9cff;
  letter-spacing: -.5px;
  width: 640px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Worksans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-20 {
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #fc7e4b;
  font-family: Worksans, sans-serif;
  font-weight: 500;
  position: relative;
  top: -73.156px;
  left: 109px;
  right: 67px;
}

.div-block-21 {
  background-color: #0000002e;
  border-radius: 60px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 320px;
  max-width: 800px;
  height: auto;
  padding: 16px 24px;
  display: flex;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-4 {
  color: #cccdcf;
  margin-bottom: 24px;
  font-family: Worksans, sans-serif;
}

.div-block-22 {
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  height: 70px;
}

.heading-7 {
  font-family: Worksans, sans-serif;
}

.heading-8 {
  color: #7d9cff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Worksans, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.text-span-5 {
  color: #7d9cff;
  font-weight: 400;
}

.form {
  display: flex;
}

.text-field {
  color: #7d9cff;
  -webkit-text-stroke-color: transparent;
  border: 1px #7d9cff;
  border-bottom-style: solid;
  width: auto;
  min-width: 290px;
  height: 64px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.form-button {
  background-color: #7d9cff;
  border-radius: 100px;
  width: 130px;
  height: 64px;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-5 {
  color: #7d9cff;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cell-3 {
  padding-right: 0;
}

.mobile-feature-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) auto minmax(auto, 1fr);
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 187px;
  display: flex;
}

.image-13 {
  width: 50vw;
  max-width: 100%;
  display: none;
}

.mobile-features-grid {
  display: none;
}

.quick-stack-2 {
  margin-bottom: 64px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.bold-text {
  color: #7d9cff;
  font-size: 24px;
  font-weight: 500;
}

.footer {
  z-index: 10;
  background-color: #7d9cff;
  border-radius: 40px 40px 0 0;
  justify-content: space-around;
  align-items: center;
  height: 90px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
}

.div-block-24 {
  background-color: #7d9cff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  height: 22px;
}

.div-block-25 {
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.div-block-26 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.image-14 {
  width: 32px;
  margin-right: 16px;
}

.text-block-6 {
  color: #fff;
  margin-top: 6px;
  font-family: Worksans, sans-serif;
  font-size: 12px;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.link-block-2 {
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.link-block-2.primary-button-large {
  background-color: #4b75ff;
  min-width: 160px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-28 {
  margin-bottom: 24px;
}

.div-block-29 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.text-block-7 {
  color: #7d9cff;
  text-align: left;
  margin-bottom: 24px;
  font-family: Worksans, sans-serif;
  font-size: 18px;
}

.header-text-content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: block;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-31 {
  width: auto;
  display: flex;
}

.spacer {
  width: 6vw;
}

.div-block-32 {
  width: 100%;
}

.text-span-6 {
  color: #7d9bfe;
}

.grid-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
}

.div-block-33 {
  background-color: #2b2e38;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 312px;
  padding: 10px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 88%;
  height: 88%;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

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

.paragraph-6 {
  color: #adafb6;
  text-align: left;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
}

.paragraph-6.disabled {
  color: var(--disabled);
}

.card-button {
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.card-button.diabled {
  color: #adafb6;
  background-color: #777a82;
  border-color: #777a82;
}

.button-text-small {
  color: var(--white);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button-text-small.mg-24 {
  color: #fff;
  margin-right: 24px;
}

.frame-211 {
  grid-column-gap: 10px;
  background-color: #42454f;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-35 {
  width: 100%;
  margin-top: auto;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-text-small-disabled {
  color: var(--disabled-2);
  padding-left: 0;
  padding-right: 0;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-text-small-disabled.mg-24 {
  color: #fff;
  margin-right: 24px;
}

.image-16, .image-17, .image-18, .image-19 {
  margin-bottom: 8px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.div-block-37 {
  background-color: #2b2e38;
  border-radius: 16px;
  padding: 16px;
}

.columns {
  margin-bottom: 40px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

._3up {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 64px 5vw;
  display: flex;
}

.div-block-38 {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-card {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Worksans, sans-serif;
  display: block;
}

.text-span-7 {
  color: #fff;
}

.heading-9, .heading-10, .heading-11 {
  font-weight: 500;
}

.product-image-section {
  z-index: 1;
  height: auto;
  padding-bottom: 80px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.service-header {
  background-color: var(--ice);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 140px 5vw 32px;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.breadcrumb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-block-9 {
  color: #6f727c;
  font-family: Worksans, sans-serif;
}

.text-block-10 {
  color: var(--primary-blue);
  font-family: Worksans, sans-serif;
}

.heading-12 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-7 {
  color: var(--disabled);
  text-align: left;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
}

.div-block-42 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  max-width: 366px;
  margin-bottom: 32px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 8px #00000005;
}

.paragraph-8 {
  color: #6f727c;
  text-align: left;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-44 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  flex: 0 auto;
  width: auto;
  height: 70px;
  margin-right: 0;
  display: flex;
}

.text-block-11 {
  color: var(--primary-blue);
  text-align: left;
  margin-left: -4px;
  padding-left: 0;
  font-family: Worksans, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.text-block-12 {
  text-align: left;
  font-family: Worksans, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e6ecff;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
}

.div-block-46 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.text-span-8 {
  font-size: 22px;
}

.div-block-47 {
  background-color: #e6ecff;
  border-radius: 16px;
  height: 610px;
}

.grid-3d4 {
  grid-column-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-bottom: 56px;
}

.link-block-3 {
  border: 2px solid var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.body {
  color: #343741;
  background-color: #f9fbff;
  font-family: Worksans, sans-serif;
  line-height: 100%;
}

.div-block-48 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-302 {
  grid-row-gap: 10px;
  background-color: #e6ecff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.frame-303 {
  grid-column-gap: 105px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-304 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.research-legislation {
  color: #343741;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.research-legislation-2 {
  color: #343741;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.research-legislation-3 {
  color: #343741;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.frame-305 {
  grid-column-gap: 10px;
  background-color: #4b75ff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 27px;
  padding-right: 27px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.benefit {
  grid-column-gap: 12px;
  color: #343741;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.research-legislation-4 {
  color: #343741;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-block-13 {
  color: #343741;
  letter-spacing: -.3px;
  font-family: Worksans, sans-serif;
  font-weight: 500;
}

.div-block-49 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #343741;
  flex-flow: column;
  margin-bottom: 32px;
  font-family: Worksans, sans-serif;
  display: flex;
}

.link {
  color: var(--primary-blue);
  text-align: left;
  font-family: Worksans, sans-serif;
}

.body-2 {
  background-color: var(--ice);
}

.container-2 {
  width: 1005px;
  max-width: 1440px;
  display: block;
}

.div-block-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: #a0b6ff;
  text-align: center;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-13 {
  color: var(--ice);
  margin-bottom: 24px;
  font-family: Worksans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
}

.paragraph-9 {
  color: var(--disabled);
  margin-bottom: 40px;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.div-block-51 {
  width: 40vw;
  line-height: 140%;
}

.form-2 {
  display: flex;
}

.text-field-2 {
  color: #979797;
  border-radius: 100px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 104px;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.submit-button {
  background-color: var(--primary-blue);
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.div-block-52 {
  z-index: 2;
  background-image: url('../images/screen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 80vh;
  display: flex;
  position: relative;
  inset: 640px 0% 0%;
}

.div-block-53 {
  object-fit: contain;
  width: 100%;
  overflow: hidden;
}

.div-block-54 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image-20 {
  max-width: 80%;
  margin-top: -164px;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.heading-14 {
  color: var(--ice);
  text-align: center;
  margin-bottom: 40px;
  font-family: Worksans, sans-serif;
}

.div-block-55 {
  width: 100%;
}

.frame-308 {
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #d8dde3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.research-legislation-5 {
  color: #343741;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.research-legislation-6 {
  color: #979797;
  text-align: center;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-309 {
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #d8dde3;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 33.5242px;
  text-decoration: none;
  display: flex;
}

.research-legislation-7 {
  color: #343741;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.research-legislation-8 {
  color: #979797;
  text-align: center;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-307 {
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #d8dde3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 29.6471px;
  text-decoration: none;
  display: flex;
}

.research-legislation-9 {
  color: #343741;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.research-legislation-10 {
  color: #979797;
  text-align: center;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.cell-4 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.how-it-works {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 4vw 8rem;
  display: flex;
  position: relative;
}

.body-3 {
  background-color: #f9fbff;
}

.quick-stack-3 {
  padding: 0;
}

.usp-wrapper {
  max-width: 1440px;
  margin-bottom: 64px;
}

.frame-326 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 370px;
  text-decoration: none;
  display: flex;
}

.research-legislation-11 {
  color: #343741;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.research-legislation-12 {
  color: #979797;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-325 {
  grid-column-gap: 10px;
  background-color: #4b75ff;
  border-radius: 80px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  text-decoration: none;
  display: none;
}

.text-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.cell-text, .cell-image {
  justify-content: center;
  align-items: center;
}

.heading-15 {
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

.paragraph-10 {
  color: var(--disabled);
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.section-header-small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 96px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.container-4 {
  max-width: 1440px;
}

.heading-16 {
  letter-spacing: -.5px;
  margin-bottom: 56px;
  font-size: 56px;
  line-height: 110%;
}

.div-block-56 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 840px;
  display: flex;
}

.container-1440 {
  max-width: 1440px;
  padding: 24px 4vw;
}

.grid-5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cards-services-static {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-333 {
  grid-row-gap: 58px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.frame-332 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-331 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 29.0526px;
  text-decoration: none;
  display: flex;
}

.research-legislation-13 {
  color: #343741;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.research-legislation-14 {
  color: #343741;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.service-card {
  background-color: var(--white);
  border: 1px solid #d8dde3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.service-card:hover {
  background-color: var(--light-blue);
}

.div-block-58 {
  width: 100%;
  margin-bottom: 29px;
  display: flex;
}

.div-block-59 {
  width: 100%;
}

.div-block-60 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 104px;
  display: flex;
}

.div-block-61 {
  align-self: center;
}

.html-embed {
  margin-right: 14px;
}

.text-block-15 {
  color: var(--black);
  letter-spacing: -.5px;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-62 {
  color: var(--black);
  width: 100%;
  height: 180px;
  font-family: Worksans, sans-serif;
  text-decoration: none;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.services-collection {
  padding-bottom: 124px;
}

.heading-17 {
  text-align: center;
  margin-top: 64px;
  margin-bottom: 64px;
  font-family: Worksans, sans-serif;
  font-weight: 500;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.375rem;
  height: 6.375rem;
  display: flex;
  position: absolute;
  inset: 19% auto auto 7%;
}

.icon-embed-custom-2-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: 43% auto auto 16%;
}

.footer-2 {
  grid-row-gap: 40px;
  background-color: #34374100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 270px;
  margin-top: auto;
  padding: 56px 4vw 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.columns-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  text-decoration: none;
  display: flex;
}

.logo-wrapper-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.logo {
  justify-content: flex-start;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 26.5849px;
  text-decoration: none;
  display: flex;
}

.small-columns {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-3 {
  color: #7d9cff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: 4vw;
  margin-right: 4vw;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-block-16 {
  color: var(--ice);
  font-family: Worksans, sans-serif;
}

.link-block-4 {
  width: 100%;
  text-decoration: none;
}

.form-block-2 {
  display: none;
}

.button-3 {
  background-color: var(--primary-blue);
  color: var(--ice);
  border: 3px solid #d4deff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.link-block-5 {
  padding-left: 16px;
  text-decoration: none;
}

.text-block-17 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-family: Worksans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  text-decoration: none;
}

.frame-334 {
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #d8dde3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.research-legislation-15 {
  color: #343741;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.research-legislation-16 {
  color: #979797;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-block-18 {
  float: none;
  text-align: center;
  letter-spacing: 16px;
  margin-bottom: 23px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  display: block;
}

.content-block {
  background-color: var(--light-blue);
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 32px 20px;
}

.div-block-63 {
  background-color: #d8dade;
  height: 1px;
}

.email-header {
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

.div-block-64 {
  width: 80%;
  display: inline-block;
}

.div-block-65 {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.email-content-wrapper {
  background-color: var(--ice);
  border-radius: 8px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.heading-18 {
  color: #343741;
  text-align: center;
  font-family: Worksans, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.email-wrapper {
  padding: 20px 5px;
  position: static;
}

.text-block-19 {
  color: var(--primary-blue);
  text-align: center;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.paragraph-11 {
  color: #343741;
  text-align: center;
  margin-bottom: 32px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.button {
  background-color: var(--light-blue);
  color: var(--black);
}

.button.w--current {
  clear: none;
  color: #343741;
  border-radius: 4px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 12px;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}

.browser-link {
  margin-bottom: 25px;
  display: block;
}

.div-block-66 {
  margin-bottom: 36px;
}

.div-block-67 {
  width: auto;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.div-block-68 {
  background-color: var(--light-blue);
  border-radius: 100px;
  padding: 14px 16px;
}

.text-block-20 {
  margin-right: 128px;
  font-weight: 500;
}

.button-4 {
  background-color: var(--primary-blue);
  border-radius: 60px;
  padding: 14px 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-21 {
  font-weight: 500;
}

.div-block-69 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.link-4 {
  color: var(--primary-blue);
  font-weight: 500;
}

.text-span-9 {
  color: var(--primary-blue);
}

.paragraph-12 {
  color: var(--disabled);
  text-align: left;
  font-size: 16px;
  line-height: 140%;
}

.heading-19 {
  text-align: left;
}

.sysf-body-text {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  color: var(--disabled);
  letter-spacing: -.011em;
  font-size: 16px;
  line-height: 140%;
}

.sysf-faq-col-2 {
  width: 60%;
}

.sysf-faq-question {
  color: var(--black);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.sysf-faq-col-1 {
  width: 40%;
  padding-right: 16px;
}

.sysf-faq-item-wrapper-2 {
  border-top: 1px solid var(--systemflow-lite--neutral--40);
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading.sysf-l {
  color: var(--black);
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-tagline {
  background-color: var(--light-blue);
  color: var(--primary-blue);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-section-title {
  width: 50%;
  margin-bottom: 48px;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.sysf-faq-col-3 {
  width: 40%;
  padding-right: 16px;
}

.body-4 {
  background-color: #f5f7ff;
}

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

.div-block-70 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.slide {
  background-color: #f5f7ff;
}

.slider {
  background-color: #f5f7ff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-20 {
  color: #343741;
  text-align: center;
  letter-spacing: -3px;
  width: 590px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 56px;
  line-height: 110%;
}

.text-span-10 {
  font-weight: 400;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-72 {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 464px;
  margin-bottom: 2rem;
  padding: 40px 48px 24px;
  display: flex;
  box-shadow: 0 4px 4px #00000014;
}

.div-block-73 {
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.text-block-22 {
  margin-bottom: 24px;
  font-family: Worksans, sans-serif;
}

.form-block-3 {
  color: #343741;
  min-width: 372px;
  max-width: 372px;
  font-family: Worksans, sans-serif;
}

.text-field-3 {
  color: #343741;
  border-radius: 8px;
  height: 48px;
  padding-left: 16px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.submit-button-2 {
  background-color: #a9bdff;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 1rem;
  font-size: 16px;
}

.submit-button-2:hover {
  background-color: var(--primary-blue);
}

.text-block-23 {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.button-5 {
  color: #343741;
  background-color: #fff;
  border: 1px solid #343741;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.link-block-10 {
  border: 1px solid #343741;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-24 {
  color: #343741;
  font-size: 16px;
  text-decoration: none;
}

.code-embed {
  margin-right: 8px;
  padding-top: 5px;
}

.container-1441 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-13 {
  font-size: 12px;
}

.text-block-25 {
  color: #343741;
  text-align: center;
  letter-spacing: -1px;
  max-width: 650px;
  font-family: Worksans, sans-serif;
  font-size: 24px;
  line-height: 110%;
}

.text-span-11 {
  font-weight: 700;
}

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

.sysf-collapse-text {
  opacity: 0;
  color: var(--systemflow-lite--neutral--80);
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.sysf-collapse-text.sysf-borderless {
  color: #6f727c;
  padding-left: 12px;
  font-family: Worksans, sans-serif;
  display: none;
}

.material-icons.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.sysf-icon-left.sysf-icon-collapse {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
  margin-right: 0;
}

.sysf-collapse-title {
  flex: 1;
  margin-left: 12px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.sysf-collapse-trigger {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.sysf-collapse-item-2 {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.sysf-collapse {
  border-radius: 6px;
  overflow: hidden;
}

.sysf-collapse.sysf-borderless {
  background-color: #fff0;
  border-style: none;
  padding: 24px;
}

.sysf-collapse-wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.sysf-heading-2 {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading-2.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-tagline-2 {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-section-title-2 {
  width: 50%;
  margin-bottom: 48px;
}

.sysf-section-title-2.sysf-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sysf-wrapper-m-2 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container-2 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-c-b-neutral-20 {
  background-color: var(--systemflow-lite--neutral--20);
}

.inputs-verification-code {
  color: #343741;
  text-align: center;
  border-radius: 8px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.submit-button-code {
  background-color: #a9bdff;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 1rem;
  font-size: 16px;
}

.submit-button-code:hover {
  background-color: var(--primary-blue);
}

.link-5, .link-6 {
  color: var(--primary-blue);
}

.div-block-74 {
  background-color: #dae2ff00;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 3rem;
  display: flex;
}

.div-block-75 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 3rem;
  display: flex;
}

.avatar-40px {
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  font-family: Worksans, sans-serif;
  display: flex;
}

.frame-379 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 70px;
  text-decoration: none;
  display: flex;
}

.frame-380 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 11px;
  left: 625px;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.atoms-buttons-large-primary-hover {
  grid-column-gap: 10px;
  background-color: #4b75ff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  max-height: 48px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.frame-339 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.placeholder-copy {
  color: #fff;
  text-align: center;
  letter-spacing: .137143px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 7px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 27.9708px;
  height: 27.9708px;
  text-decoration: none;
  display: flex;
}

.div-block-77 {
  background-color: var(--white);
  border: 1px solid #b0c3ff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 24px;
  padding-right: 10px;
  display: flex;
}

.div-block-78 {
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.div-block-79 {
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.div-block-80 {
  background-color: #e6ecff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.text-block-26 {
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.container-app-home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-81 {
  background-color: #e6ecff;
  border: 1px solid #d8e1ff;
  border-radius: 16px;
  width: 100%;
  min-height: 294px;
  position: relative;
}

.heading-21 {
  text-align: center;
  letter-spacing: -.5px;
  font-family: Worksans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-82 {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  bottom: 0;
}

.div-block-83 {
  background-color: var(--white);
  border: 1px solid #d8dde3;
  border-radius: 8px;
  padding: 13px;
}

.paragraph-14 {
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.div-block-84 {
  color: #6f727c;
  padding: 16px;
}

.heading-22 {
  color: #343741;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.div-block-85 {
  padding: 16px;
}

.div-block-86 {
  display: flex;
}

.code-embed-3 {
  margin-right: 8px;
}

.text-block-27 {
  letter-spacing: -.5px;
  font-family: Worksans, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.div-block-87 {
  margin-top: 40px;
  margin-bottom: 36px;
  position: relative;
  inset: auto 0%;
}

.code-embed-4 {
  padding-top: 14px;
  padding-right: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-88 {
  z-index: 2;
  text-align: center;
  background-color: #ff7e4b;
  border: 1px solid #d8e1ff;
  border-radius: 16px;
  max-width: 150px;
  padding: 13px 16px;
  position: relative;
  inset: 0% 0% -21px;
}

.text-block-28 {
  color: var(--white);
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.container-chat {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.chat-title {
  background-color: #dae2ff00;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-11 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.link-block-11:hover {
  background-color: #e6ecff;
  border-radius: 100px;
}

.link-block-11.w--current {
  background-color: #e6ecff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 8px;
  display: flex;
}

.link-block-11.w--current:hover {
  width: 40px;
}

.button-new-chat {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  display: flex;
}

.button-new-chat:hover {
  background-color: #e6ecff;
  border-radius: 100px;
}

.code-embed-5 {
  padding-top: 3px;
  padding-bottom: 0;
}

.text-block-29 {
  margin-right: 42px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.dropdown-toggle-2 {
  background-color: #e6ecff;
  border-radius: 8px;
  height: 38px;
  padding: 9px 16px;
}

.frame-355 {
  grid-column-gap: 10px;
  background-image: linear-gradient(0deg, #f3f6ff, #fff);
  border: 1px solid #d8e1ff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.research-legislation-17 {
  color: #343741;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.frame-356 {
  grid-column-gap: 10px;
  background-image: linear-gradient(0deg, #cfdaff, #f2f5ff);
  border: 1px solid #d8e1ff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 73px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.research-legislation-18 {
  color: #343741;
  text-align: right;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.bottom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-15 {
  font-family: Worksans, sans-serif;
}

.link-block-12 {
  background-color: #e6ecff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.code-embed-6 {
  margin-right: 8px;
  padding-top: 7px;
}

.text-block-30 {
  color: #343741;
  letter-spacing: -.8px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.div-block-89 {
  width: 100%;
  display: flex;
}

.div-block-90 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-bottom: 32px;
  margin-left: 16%;
  margin-right: 16%;
  display: flex;
}

.div-block-91 {
  background-color: var(--white);
  border: 1px solid #b0c2ff;
  border-radius: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-left: 16px;
  display: flex;
}

.div-block-92 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.div-block-92:hover {
  background-color: #e6ecff;
  border-radius: 100px;
}

.text-block-31 {
  margin-right: auto;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.div-block-93 {
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.code-embed-7 {
  padding-top: 3px;
}

.link-block-13 {
  text-decoration: none;
  display: flex;
}

.legal-text {
  background-color: #dae2ff00;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 3rem;
  display: flex;
}

.dropdown-list {
  width: auto;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #d8e1ff;
  border-radius: 8px;
  min-width: 260px;
  top: 43px;
  box-shadow: 0 4px 4px #00000014;
}

.dropdown-link {
  color: #343741;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.dropdown-link:hover {
  background-color: #e6ecff;
}

.dropdown-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-chat {
  height: 100vh;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.menu-services {
  z-index: 1000;
  background-color: var(--white);
  border: 1px solid #e1e8ff;
  border-radius: 8px;
  flex-flow: column;
  padding: 10px 16px 15px;
  display: none;
  position: absolute;
  inset: 6rem 2rem auto auto;
  box-shadow: 0 4px 4px #00000014;
}

.menu-services.accounts {
  z-index: 1000;
  width: auto;
  min-width: 296px;
  padding: 12px;
  box-shadow: 0 4px 4px #00000014;
}

.text-block-32 {
  color: #b8b5aa;
  font-family: Worksans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-94 {
  justify-content: space-between;
  align-items: center;
  min-width: 270px;
  margin-bottom: 8px;
  display: flex;
}

.paragraph-16 {
  font-family: Worksans, sans-serif;
}

.div-block-95 {
  width: 270px;
  min-width: 270px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.pills-service {
  grid-column-gap: 10px;
  background-color: #e6ecff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
}

.pills-service:hover {
  background-color: #ccd8fd;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 19px;
  text-decoration: none;
  display: flex;
}

.research-legislation-19 {
  color: #343741;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-358 {
  grid-column-gap: 10px;
  background-color: #e6ecff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 19px;
  text-decoration: none;
  display: flex;
}

.research-legislation-20 {
  color: #343741;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.div-block-96 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.frame-359 {
  grid-column-gap: 10px;
  background-color: #e6ecff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 14.1176px;
  text-decoration: none;
  display: flex;
}

.research-legislation-21 {
  color: #343741;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-360 {
  grid-column-gap: 10px;
  background-color: #e6ecff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 14.1176px;
  text-decoration: none;
  display: flex;
}

.research-legislation-22 {
  color: #343741;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.div-block-97 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding-top: 4px;
  display: flex;
}

.menu-accounts {
  z-index: 1000;
  background-color: var(--black);
  border-radius: 8px;
  flex-flow: column;
  padding: 8px 16px;
  display: none;
  position: absolute;
  inset: 6rem 2rem auto auto;
}

.text-block-32-copy {
  color: var(--black);
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.avatar-medium {
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Worksans, sans-serif;
  display: flex;
}

.div-block-98 {
  margin-bottom: 16px;
  display: flex;
}

.div-block-99 {
  flex: 1;
}

.text-block-33 {
  color: var(--white);
  font-family: Worksans, sans-serif;
}

.text-block-34 {
  color: #b8b5aa;
  font-family: Worksans, sans-serif;
  font-size: 12px;
}

.div-block-100 {
  background-color: #39456d;
  border: 1px solid #4b75ff;
  border-radius: 8px;
  width: 270px;
  margin-bottom: 16px;
  padding: 14px;
}

.text-block-35 {
  color: var(--white);
  margin-bottom: 8px;
  font-family: Worksans, sans-serif;
  line-height: 140%;
}

.link-7 {
  color: #87a3ff;
  font-family: Worksans, sans-serif;
  text-decoration: none;
}

.div-block-101 {
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-right: 0;
  display: flex;
}

.text-block-36 {
  color: var(--white);
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Worksans, sans-serif;
}

.div-block-102 {
  background-color: #7d9cff;
  border-radius: 1000px;
  height: 48px;
  position: absolute;
  inset: 0%;
}

.div-block-103 {
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.div-block-102-copy {
  z-index: 1;
  background-color: #f5f7ff;
  border-radius: 1000px;
  width: 50%;
  height: 48px;
  position: absolute;
  inset: 0%;
}

.dark-light {
  grid-column-gap: 25px;
  background-color: #7d9cff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 93.0001px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.logout-wrapper {
  border-top: 1px solid #474747;
  border-bottom: 1px #474747;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-75-copy {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 3rem;
  display: flex;
}

.section-2 {
  height: 100vh;
}

.button-join {
  background-color: var(--primary-blue);
  color: var(--ice);
  border: 3px #d4deff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.grain {
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body-5 {
  background-color: #f9fbff;
  height: 100%;
}

.div-block-104 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.paragraph-freeze {
  color: #a0b6ff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.paragraph-freeze.left-align {
  text-align: left;
}

.wrapper-freeze {
  grid-row-gap: 20px;
  text-align: center;
  background-color: #ffffff08;
  border: 1px #d8dde3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 54px 32px;
  text-decoration: none;
  display: flex;
}

.heading2-freeze {
  color: var(--ice);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Worksans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-freeze {
  color: #a0b6ff;
  text-align: center;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.cell-5 {
  text-align: center;
}

.our-mission {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 4vw 3rem;
  display: flex;
  position: relative;
}

.faq {
  position: relative;
}

.sysf-collapse-text-2 {
  opacity: 0;
  color: var(--systemflow-lite--neutral--80);
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 32px;
  display: none;
}

.sysf-collapse-text-2.sysf-borderless {
  padding-left: 12px;
}

.material-icons-2.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons-2.sysf-icon-left.sysf-icon-collapse {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
  margin-right: 0;
}

.sysf-collapse-title-2 {
  flex: 1;
  margin-left: 12px;
  font-weight: 500;
  display: inline-block;
}

.sysf-collapse-trigger-2 {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.sysf-collapse-item-3 {
  cursor: pointer;
  padding-left: 16px;
  padding-right: 16px;
}

.sysf-collapse-2 {
  border-radius: 6px;
  overflow: hidden;
}

.sysf-collapse-2.sysf-borderless {
  background-color: var(--systemflow-lite--neutral--10-2);
  border-style: none;
  padding: 24px;
}

.sysf-collapse-wrapper-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.sysf-heading-3 {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading-3.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-tagline-3 {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-section-title-3 {
  width: 50%;
  margin-bottom: 48px;
}

.sysf-section-title-3.sysf-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sysf-wrapper-m-3 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-c-b-neutral-20-2 {
  background-color: var(--systemflow-lite--neutral--20);
}

.dropdown-3 {
  max-width: 1280px;
  margin-bottom: 40px;
}

.accordion-toggle {
  border: 1px #000;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-140 {
  flex-direction: column;
  max-width: 800px;
  display: flex;
}

.faq-section {
  background-color: #2c3d4700;
}

.heading-23 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
}

.paragraph-17 {
  color: #a0b6ff;
  font-family: Worksans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.text-block-37 {
  color: #a0b6ff;
  letter-spacing: -.5px;
  white-space: normal;
  flex: none;
  width: 100%;
  height: auto;
  font-family: Worksans, sans-serif;
  font-size: 2rem;
  line-height: 32px;
}

.dropdown-list-2 {
  background-color: #0000;
  border-bottom: 1px solid #a0b6ff;
  padding: 24px 0 20px;
  display: block;
  position: static;
}

.div-block-141 {
  height: 80px;
}

.accordion-icon {
  color: #a0b6ff;
}

.beta-header-section {
  z-index: 1;
  background-color: #e6ecff00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 680px;
  min-height: auto;
  padding: 0 5vw;
  display: flex;
  position: relative;
}

.h1-dark {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Worksans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
}

.footerbg {
  grid-row-gap: 40px;
  background-color: #343741;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 270px;
  padding: 56px 4vw 8px;
  text-decoration: none;
  display: flex;
}

.h2-dark {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-family: Worksans, sans-serif;
}

.wrapper-50 {
  width: 60%;
}

.navigation-wrapper-transparent {
  z-index: 1000;
  background-color: #34374100;
  border-bottom: 0 #4a4d55;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bg {
  background-image: url('../images/BG.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.legal-header {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8rem 4vw 3rem;
  display: flex;
  position: relative;
}

.bold-text-2 {
  font-weight: 400;
}

.header-freeze {
  color: #a0b6ff;
  text-align: left;
  margin-bottom: 16px;
  font-family: Worksans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.bold-text-3 {
  font-weight: 700;
}

.header-left-align {
  color: var(--ice);
  text-align: left;
  margin-bottom: 40px;
  font-family: Worksans, sans-serif;
}

.div-block-142 {
  width: 100%;
  display: flex;
}

.link-8 {
  color: #fff;
  font-family: Worksans, sans-serif;
  font-size: 16px;
}

.text-block-38 {
  color: #fff;
  font-family: Worksans, sans-serif;
}

.bold-text-4 {
  font-weight: 400;
}

.document-wrapper {
  text-align: left;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.document-wrapper.fullwidth {
  width: 100%;
}

.body-6 {
  flex-flow: column;
  display: flex;
}

.image-21 {
  z-index: 1;
  mix-blend-mode: hard-light;
  width: 100%;
  position: absolute;
}

.section-3 {
  padding-left: 4vw;
  padding-right: 4vw;
}

.button-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.large-button {
  background-color: var(--primary-blue);
  text-align: center;
  border-radius: 100px;
  width: 80%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Worksans, sans-serif;
  font-size: 2.8rem;
  position: relative;
}

.link-block-14 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .image {
    width: 88%;
  }

  .navigation-wrapper {
    border-bottom: 1px solid #a2a3a7;
  }

  .nav-item-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-link {
    font-size: 14px;
  }

  .logo-wrapper {
    margin-right: 32px;
  }

  .nav-cta-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .primary-button-medium {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .product-demo {
    height: auto;
    padding-top: 0;
  }

  .heading-1, .text-span {
    font-size: 6vh;
  }

  .image-3 {
    min-width: 260px;
    height: 456px;
    min-height: 430px;
    left: 471px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .secondary-button-medium {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .dropdown-toggle {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .header-large {
    text-align: center;
    font-size: 8vw;
  }

  .header-large.dark {
    text-align: left;
  }

  .text-span-3 {
    font-size: 8vw;
  }

  .cell {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    align-items: center;
  }

  .primary-button-large {
    height: 56px;
    padding-left: 24px;
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .cell-2 {
    text-align: center;
    padding-bottom: 24px;
  }

  .header-content-wrapper {
    align-items: center;
    width: auto;
  }

  .paragraph-medium {
    width: 64%;
    line-height: 24px;
  }

  .paragraph-medium.mw-390 {
    text-align: center;
    width: 100%;
    max-width: 460px;
  }

  .header-section {
    height: 670px;
    padding-top: 96px;
    padding-bottom: 164px;
  }

  .image-5 {
    width: 88%;
  }

  .desktop-feature-grid {
    display: none;
  }

  .features-content-wrapper {
    text-align: center;
  }

  .div-block-19 {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .cta-button-large {
    height: 48px;
    padding-left: 24px;
    font-size: 12px;
  }

  .header-medium {
    font-size: 40px;
  }

  .text-block-5 {
    left: 86px;
  }

  .heading-8 {
    font-size: 48px;
  }

  .text-field {
    width: 100%;
  }

  .form-block {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-23 {
    margin-left: 0;
  }

  .image-13 {
    width: 70vw;
    display: block;
  }

  .mobile-features-grid {
    grid-column-gap: 48px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 64px;
    display: grid;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-7 {
    text-align: center;
  }

  .header-text-content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 680px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
  }

  .spacer {
    display: none;
  }

  .div-block-32 {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 72px;
    display: flex;
  }

  .grid-2 {
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .card-button {
    width: 100%;
    height: 56px;
    padding-left: 24px;
    font-size: 12px;
  }

  .card-button.diabled {
    width: 100%;
  }

  .button-text-small {
    font-size: 16px;
  }

  .frame-211 {
    grid-column-gap: 0px;
    height: 312px;
  }

  .button-text-small-disabled {
    font-size: 16px;
  }

  .div-block-37 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .columns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 64%;
  }

  .product-image-section {
    height: 300px;
  }

  .service-header {
    height: auto;
    padding-top: 157px;
    padding-bottom: 72px;
  }

  .div-block-42 {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-3d4 {
    grid-template-columns: 1fr;
  }

  .container-2 {
    width: auto;
  }

  .div-block-50 {
    justify-content: center;
    align-items: center;
  }

  .heading-13 {
    font-size: 48px;
  }

  .div-block-51 {
    width: 60vw;
  }

  .div-block-54 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-20 {
    margin-top: -193px;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 110%;
  }

  .div-block-55 {
    width: 80%;
  }

  .frame-308 {
    width: 100%;
    height: 100%;
  }

  .cell-image {
    padding: 50px;
  }

  .heading-16 {
    font-size: 48px;
  }

  .div-block-56 {
    width: 100%;
  }

  .container-1440 {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .services-collection {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .icon-embed-custom-2 {
    left: -5%;
  }

  .icon-embed-custom-2-3 {
    left: 6%;
  }

  .columns-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .column-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .small-columns {
    max-width: 100%;
  }

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

  .footer-links {
    justify-content: center;
    align-items: flex-start;
  }

  .sysf-faq-question {
    line-height: 1.5;
  }

  .sysf-section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-20 {
    width: auto;
    min-width: auto;
    max-width: 590px;
  }

  .section-signup-form {
    height: auto;
  }

  .sysf-collapse-text {
    display: none;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 1px;
  }

  .sysf-collapse-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sysf-section-title-2 {
    width: 100%;
    margin-bottom: 32px;
  }

  .sysf-section-title-2.sysf-centered {
    width: 75%;
  }

  .sysf-container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-74 {
    padding-left: 0;
  }

  .div-block-75 {
    padding-right: 0;
  }

  .div-block-81 {
    min-height: 390px;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-82 {
    position: relative;
  }

  .div-block-87 {
    margin-top: 47px;
    margin-bottom: 32px;
    position: relative;
  }

  .container-chat, .div-block-90 {
    max-width: 670px;
  }

  .section-chat {
    height: 100vh;
  }

  .div-block-75-copy {
    padding-right: 3rem;
  }

  .wrapper-freeze {
    width: 100%;
    height: 100%;
  }

  .sysf-collapse-text-2 {
    display: none;
  }

  .material-icons-2.sysf-icon-left.sysf-icon-collapse {
    margin-top: 1px;
  }

  .sysf-section-title-3 {
    width: 100%;
    margin-bottom: 32px;
  }

  .sysf-section-title-3.sysf-centered {
    width: 75%;
  }

  .sysf-container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-section {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .beta-header-section {
    height: 670px;
    padding-top: 96px;
    padding-bottom: 164px;
  }

  .h1-dark {
    font-size: 48px;
  }

  .h2-dark {
    font-size: 32px;
    line-height: 110%;
  }

  .wrapper-50 {
    width: 80%;
  }

  .navigation-wrapper-transparent {
    border-bottom: 1px #a2a3a7;
  }

  .header-left-align {
    font-size: 32px;
    line-height: 110%;
  }

  .large-button {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 82%;
  }

  .nav-item-wrapper {
    display: none;
  }

  .nav-items-wrapper {
    justify-content: flex-end;
  }

  .nav-cta-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .primary-button-medium {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-demo {
    height: auto;
    padding-top: 0;
  }

  .div-block {
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
  }

  .heading-1, .text-span {
    font-size: 4vh;
  }

  .text-block-2 {
    font-size: 1.6vh;
  }

  .image-3 {
    height: 457px;
    left: 294px;
  }

  .heading-2 {
    font-size: 3vh;
  }

  .paragraph {
    font-size: 1.6vh;
  }

  .secondary-button-medium {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-bottom: 16px;
  }

  .header-large {
    width: auto;
    max-width: 640px;
    margin-bottom: 24px;
    font-size: 9vw;
    font-weight: 400;
  }

  .text-span-3 {
    font-size: 9vw;
  }

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

  .primary-button-large {
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-4 {
    margin-right: 16px;
  }

  .image-4 {
    margin-left: 0;
    padding-left: 0;
  }

  .cell-2 {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .header-content-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .paragraph-medium {
    width: 80%;
  }

  .header-section {
    height: auto;
    padding-top: 134px;
  }

  .features-content-wrapper {
    text-align: center;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta-button-large {
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-medium {
    width: auto;
    margin-bottom: 24px;
    font-size: 32px;
  }

  .text-block-5 {
    top: -60.156px;
  }

  .heading-8 {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
  }

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

  .cell-3 {
    align-items: center;
    padding-left: 23px;
    padding-right: 23px;
  }

  .image-13 {
    width: 100vw;
  }

  .mobile-features-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-26 {
    width: 30%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .card-button {
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-text-small, .button-text-small-disabled {
    margin-right: 16px;
  }

  .service-header {
    height: auto;
    padding-top: 134px;
  }

  .div-block-42 {
    justify-content: center;
    align-items: stretch;
  }

  .div-block-43 {
    width: 100%;
    max-width: 100%;
  }

  .frame-302 {
    align-items: stretch;
    width: 100%;
  }

  .frame-303 {
    flex-flow: column;
  }

  .frame-304 {
    margin-bottom: 14px;
  }

  .frame-305 {
    width: 100%;
  }

  .container-2 {
    z-index: 2;
    position: relative;
  }

  .text-block-14 {
    font-size: 20px;
  }

  .heading-13 {
    font-size: 32px;
  }

  .paragraph-9 {
    margin-bottom: 32px;
  }

  .div-block-51 {
    width: auto;
    margin-bottom: 32px;
  }

  .image-20 {
    margin-top: -150px;
  }

  .heading-14 {
    font-size: 40px;
  }

  .quick-stack-3 {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .frame-326 {
    justify-content: center;
    align-items: center;
  }

  .cell-text {
    text-align: center;
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-16 {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 40px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .services-collection {
    padding-bottom: 80px;
  }

  .icon-embed-custom-2 {
    width: 4rem;
    height: 5rem;
    top: 15%;
    left: -1%;
  }

  .icon-embed-custom-2-3 {
    width: 2rem;
    height: 3rem;
    top: 34%;
    left: 3%;
  }

  .footer-2 {
    height: auto;
    padding-top: 24px;
  }

  .columns-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .column-2 {
    margin-bottom: 24px;
  }

  .small-columns {
    flex-flow: column;
    margin-bottom: 16px;
  }

  .content {
    margin-bottom: 64px;
  }

  .sysf-faq-col-2, .sysf-faq-col-1 {
    width: 100%;
  }

  .sysf-faq-item-wrapper-2 {
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sysf-section-title {
    width: 100%;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sysf-faq-col-3 {
    width: 100%;
  }

  .heading-20 {
    width: auto;
    max-width: 590px;
  }

  .section-signup-form {
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-1441 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sysf-collapse-item-2 {
    padding-left: 0;
  }

  .sysf-collapse.sysf-borderless {
    padding-left: 0;
    padding-right: 0;
  }

  .sysf-section-title-2, .sysf-section-title-2.sysf-centered {
    width: 100%;
  }

  .sysf-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-1442 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .div-block-74 {
    padding-left: 0;
  }

  .div-block-75 {
    padding-right: 0;
  }

  .avatar-40px {
    height: 32px;
  }

  .atoms-buttons-large-primary-hover {
    justify-content: center;
    align-items: center;
    padding-left: 11px;
    padding-right: 11px;
  }

  .placeholder-copy {
    display: none;
  }

  .vectors-wrapper-12 {
    justify-content: center;
    align-items: center;
    padding-right: 4px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .container-chat {
    width: auto;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .paragraph-15 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 120%;
  }

  .div-block-90 {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .legal-text {
    padding-left: 2rem;
  }

  .section-chat {
    height: 100vh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-services {
    display: none;
    left: 2rem;
  }

  .div-block-95 {
    width: auto;
  }

  .menu-accounts {
    left: 2rem;
  }

  .dark-light {
    width: auto;
  }

  .div-block-75-copy {
    padding-right: 2rem;
  }

  .paragraph-freeze {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .wrapper-freeze {
    height: 200px;
  }

  .heading2-freeze {
    font-size: 22px;
  }

  .text-freeze {
    font-size: 16px;
  }

  .faq {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .sysf-section-title-3, .sysf-section-title-3.sysf-centered {
    width: 100%;
  }

  .sysf-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-37 {
    font-size: 1.5rem;
  }

  .beta-header-section {
    height: auto;
    padding-top: 134px;
  }

  .h1-dark {
    font-size: 32px;
  }

  .footerbg {
    height: auto;
    padding-top: 24px;
  }

  .h2-dark {
    font-size: 40px;
  }

  .header-freeze {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .header-left-align {
    font-size: 40px;
  }

  .large-button {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-cta-wrapper {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .wrapper-freeze {
    height: 220px;
  }

  .button-container {
    max-width: 240px;
  }

  .primary-button-medium {
    text-align: center;
    font-size: 14px;
    display: block;
  }

  .product-demo {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    display: none;
  }

  .secondary-button-medium {
    min-width: 108px;
    font-size: 14px;
    border-radius: 100px;
    text-align: center;
  }

  .quick-stack {
    overflow: hidden;
  }

  .header-large {
    max-width: 300px;
    font-size: 10vw;
  }

  .header-large.dark {
    font-size: 9vw;
  }

  .text-span-3 {
    font-size: 13vw;
  }

  .cell {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
  }

  .primary-button-large {
    justify-content: center;
    width: 100%;
    height: 50px;
    padding-left: 16px;
    font-size: 16px;
  }

  .text-block-4 {
    margin-right: 0;
    font-size: 16px;
  }

  .image-4 {
    width: 150%;
    max-width: 150%;
    margin-left: -11px;
    display: block;
    overflow: hidden;
  }

  .header-content-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .paragraph-medium {
    width: 100%;
  }

  .paragraph-medium.mw-390 {
    max-width: 270px;
  }

  .header-section {
    height: auto;
    min-height: auto;
    padding-bottom: 120px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-19 {
    flex-direction: column;
    width: 100%;
  }

  .cta-button-large {
    justify-content: center;
    width: 100%;
    height: 50px;
    padding-left: 16px;
    font-size: 16px;
  }

  .section-container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .header-medium, .heading-8 {
    font-size: 32px;
  }

  .form {
    flex-direction: column;
  }

  .text-field {
    text-align: center;
    min-width: 200px;
    margin-bottom: 24px;
  }

  .form-button {
    width: 100%;
  }

  .cell-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-23 {
    overflow: hidden;
  }

  .image-13 {
    width: 150%;
    max-width: 150%;
  }

  .quick-stack-2 {
    margin-bottom: 0;
    padding: 0 3vw;
  }

  .footer {
    padding-left: 5vw;
    padding-right: 9vw;
  }

  .div-block-26 {
    width: 30%;
  }

  .image-14 {
    width: 35px;
  }

  .text-block-6 {
    width: 140px;
    margin-top: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .image-15 {
    width: 24px;
    padding-top: 2px;
  }

  .link-block-2.primary-button-large {
    min-width: 100%;
  }

  .text-block-7 {
    font-size: 4vw;
  }

  .div-block-30 {
    flex-flow: column;
    width: 100%;
  }

  .card-button {
    justify-content: center;
    width: 100%;
    height: 50px;
    padding-left: 16px;
    font-size: 16px;
  }

  .button-text-small, .button-text-small-disabled {
    margin-right: 0;
    font-size: 16px;
  }

  .grid-4 {
    width: 100%;
  }

  .div-block-39 {
    display: none;
  }

  .text-span-7 {
    color: #fff;
  }

  .product-image-section {
    height: 80px;
  }

  .service-header {
    height: auto;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: row;
    display: none;
  }

  .text-block-9, .text-block-10 {
    text-align: left;
    font-size: 12px;
  }

  .div-block-45 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-48 {
    align-items: stretch;
  }

  .frame-302 {
    justify-content: center;
    align-items: center;
  }

  .text-block-13 {
    text-align: left;
  }

  .heading-13 {
    font-size: 36px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .form-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .submit-button {
    width: 100%;
    height: 56px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-20 {
    max-width: 109%;
    margin-top: -70px;
  }

  .heading-14 {
    font-size: 28px;
  }

  .research-legislation-5, .research-legislation-7, .research-legislation-9 {
    text-align: center;
  }

  .how-it-works {
    min-height: 610px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .frame-326 {
    width: auto;
  }

  .frame-325 {
    width: 100%;
  }

  .cell-text {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-image {
    padding: 8px;
  }

  .heading-15 {
    font-size: 24px;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .heading-16 {
    font-size: 32px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .columns-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .text-block-18 {
    letter-spacing: 3px;
    font-size: 32px;
  }

  .heading-20 {
    width: auto;
    max-width: 590px;
    font-size: 2.4rem;
  }

  .text-span-10 {
    font-size: 2.4rem;
  }

  .div-block-72 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-signup-form {
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-22 {
    text-align: center;
  }

  .form-block-3 {
    min-width: auto;
  }

  .container-1441 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .material-icons.sysf-icon-left.sysf-icon-collapse {
    margin-top: 4px;
  }

  .sysf-collapse-title {
    margin-left: 0;
    line-height: 1.5;
  }

  .sysf-collapse-trigger {
    align-items: flex-start;
  }

  .sysf-collapse-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sysf-collapse.sysf-borderless {
    padding: 0;
  }

  .container-1442 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-74 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .div-block-75 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
  }

  .atoms-buttons-large-primary-hover {
    min-width: 48px;
    display: none;
  }

  .div-block-79 {
    margin-right: 8px;
  }

  .text-block-26 {
    font-size: 14px;
  }

  .div-block-81 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-82 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-chat {
    max-width: 287px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-block-11.w--current {
    margin-right: 0;
  }

  .button-new-chat {
    display: none;
  }

  .frame-355 {
    width: auto;
    max-width: 250px;
    padding: 12px;
  }

  .frame-356 {
    max-width: 230px;
    margin-top: 95px;
    padding: 8px 8px 8px 14px;
  }

  .research-legislation-18 {
    text-align: left;
  }

  .bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .link-block-12 {
    width: 100%;
  }

  .div-block-89 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-90 {
    padding-left: 0;
    padding-right: 0;
  }

  .legal-text {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding-left: 0;
  }

  .section-chat {
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-services {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    position: absolute;
    inset: 6rem 0% auto;
  }

  .div-block-94, .div-block-95 {
    min-width: auto;
  }

  .menu-accounts {
    margin-left: 1rem;
    margin-right: 1rem;
    inset: 6rem 0% auto;
  }

  .div-block-100 {
    width: auto;
  }

  .div-block-75-copy {
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
  }

  .paragraph-freeze {
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading2-freeze {
    text-align: center;
  }

  .our-mission {
    justify-content: center;
    align-items: center;
    min-height: 570px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .faq {
    min-height: 610px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .material-icons-2.sysf-icon-left.sysf-icon-collapse {
    margin-top: 4px;
  }

  .sysf-collapse-title-2 {
    line-height: 1.5;
  }

  .sysf-collapse-trigger-2 {
    align-items: flex-start;
  }

  .sysf-collapse-2.sysf-borderless {
    padding: 16px;
  }

  .faq-section {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .heading-23 {
    font-size: 40px;
  }

  .paragraph-17 {
    font-size: 16px;
  }

  .text-block-37 {
    font-size: 24px;
    line-height: 120%;
  }

  .beta-header-section {
    height: auto;
    min-height: auto;
    padding-bottom: 120px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .h1-dark {
    font-size: 36px;
  }

  .h2-dark {
    font-size: 28px;
  }

  .legal-header {
    justify-content: center;
    align-items: center;
    min-height: 570px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .header-freeze {
    margin-bottom: 0;
    font-size: 16px;
  }

  .header-left-align {
    font-size: 28px;
  }

  .large-button {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.4rem;
  }
}

#w-node-_30527ba7-91eb-c545-bf00-56be3849d480-f6a1f0e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5e746060-5bc5-8962-8df2-dc65b8def88d-f6a1f0e4, #w-node-_1f2d8036-a82e-130d-9c48-f6bfff1373b4-f6a1f0e4, #w-node-_8858d14d-39e5-ef37-697f-b8d7e4a91244-f6a1f0e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_92c48c18-c716-0be0-7419-7e80ca4b1edf-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1eec-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1ef9-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f06-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f13-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f20-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f2d-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f3a-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f47-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f54-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f61-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f6e-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f7b-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f88-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1f95-f6a1f0e4, #w-node-_92c48c18-c716-0be0-7419-7e80ca4b1fa2-f6a1f0e4, #w-node-_69db8b46-7cd9-9f0f-6d28-973cc6aeb186-4bcc6f83, #w-node-_2d747667-c709-a327-bd9a-bc6b88cb0ac6-4bcc6f83, #w-node-_3c8cea19-7aca-3640-96d7-d6c12fb5ab78-4bcc6f83, #w-node-eb4c1d2b-6166-4ff5-a2f2-f4b71f147f64-4bcc6f83, #w-node-_40ac92a4-4f1c-f315-c9c2-090b0a78690e-4bcc6f83, #w-node-_70915aab-9b35-384a-8794-c8fb950156b9-4bcc6f83, #w-node-_025e44e1-48c0-4ae4-76ce-0ec25573e415-4bcc6f83, #w-node-f415a8af-a25d-c888-3c8d-c0e2cfdfb13d-4bcc6f83, #w-node-_3f8f0fb1-bd4b-6066-8e4a-f6f74dfa25b8-4bcc6f83, #w-node-_6620c241-3641-000f-5528-44b6714fddc9-4bcc6f83, #w-node-_3fd8a02e-9fe6-706b-6a04-73dd46cba80b-4bcc6f83, #w-node-aa26c164-2273-dd96-0f61-a630d342b89d-4bcc6f83, #w-node-_579f6d01-15a8-8e5d-1456-414f8de9eb56-4bcc6f83, #w-node-a583b523-d2c8-ec07-d800-85dd0e66c8e1-4bcc6f83, #w-node-_2e6077c5-27ea-506f-9039-638c24fac291-4bcc6f83, #w-node-_6501884e-0061-22a3-64ba-5360c69dc595-4bcc6f83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6c6a27e-5bcd-b924-1f6d-c26a03f66399-ce87260d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_30527ba7-91eb-c545-bf00-56be3849d480-f6a1f0e4, #w-node-_5e746060-5bc5-8962-8df2-dc65b8def88d-f6a1f0e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_014077b8-7268-a27d-491d-252b879ea45e-f6a1f0e4 {
    order: 9999;
  }

  #w-node-_1f2d8036-a82e-130d-9c48-f6bfff1373b4-f6a1f0e4, #w-node-_8858d14d-39e5-ef37-697f-b8d7e4a91244-f6a1f0e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8858d14d-39e5-ef37-697f-b8d7e4a91245-f6a1f0e4 {
    order: 9999;
  }

  #w-node-a6c6a27e-5bcd-b924-1f6d-c26a03f66399-ce87260d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_93853e4c-8085-4719-f7f8-40c1bc6f58d9-8ecab707 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
