@font-face {
  font-family: SF Pro Display \- Black Italic;
  src: url('../fonts/SFPRODISPLAYBLACKITALIC.OTF') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display \- Heavy Italic;
  src: url('../fonts/SFPRODISPLAYHEAVYITALIC.OTF') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display \- Bold;
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display \- Semibold Italic;
  src: url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display \- Medium;
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display \- Light Italic;
  src: url('../fonts/SFPRODISPLAYLIGHTITALIC.OTF') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display \- Thin Italic;
  src: url('../fonts/SFPRODISPLAYTHINITALIC.OTF') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display \- Ultra Light Italic;
  src: url('../fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display \- Regular;
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --green: #00a878;
  --slate-blue: #4750ea;
  --night: #262626;
  --black: black;
  --gainsboro: #fafafa;
  --royal-blue: #3f72ff;
  --blue-violet: #7c3fff;
  --navy: #000078;
  --midnight-blue: #1c103e;
  --hover-blue: #4750ea1a;
  --dark-slate-blue: #2d3958;
  --goldenrod: #fb0;
  --zircon: white;
  --dark-slate-blue-2: #625a82;
  --floral-tan: #fcf7f0;
  --highlight-blue: #0000d4;
}

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

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

.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;
}

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

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

a {
  text-decoration: underline;
}

.brand {
  clear: none;
  font-size: 130px;
  transition: all .2s;
  display: flex;
}

.brand:hover {
  transform: scale(1.1);
}

.brand.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c7060600;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 140px;
  display: block;
}

.brand.compare.w--current {
  margin-right: auto;
}

.navbar {
  background-color: #fff0;
  border-bottom: 1px #0000001a;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: 0% 0% auto;
}

.navlink {
  opacity: .65;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.navlink:hover {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 5px;
  font-weight: 400;
  text-decoration: none;
}

.navlink:focus {
  opacity: 1;
  color: #fff;
  transform: translate(0);
}

.navlink.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.navlink.link_login {
  color: #fff;
  display: none;
}

.navlink.link_demo {
  display: none;
}

.navlink.link_covid {
  color: #f7b538;
}

.navlink.link_login-2 {
  opacity: 1;
  color: #0e1116;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.navlink.link_login-2:hover {
  color: #3f72ff;
}

.nav-menu {
  float: none;
  clear: none;
  background-color: #0000;
  flex: 0 auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
  position: static;
}

.button {
  text-align: center;
  background-color: #3f72ff;
  border-radius: 5px;
  width: 82%;
  margin: 20px auto 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.button.button_blue_nav {
  float: none;
  clear: none;
  width: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  transition: transform .2s;
  display: inline-block;
  position: relative;
}

.button.button_blue_nav:hover {
  flex: 0 auto;
  transform: scale(1.1);
}

.button.button_blue {
  text-align: center;
  width: 200px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
}

.button.button_blue:hover {
  transform: scale(1.1);
}

.button.button_blue_disabled {
  opacity: .35;
}

.button.button_secondary_disabled {
  opacity: .35;
  color: #333;
  background-color: #fff;
  border: 1px solid #00000026;
}

.button.button_left_secondary {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  transition: transform .2s;
}

.button.button_left_secondary:hover {
  transform: scale(1.1);
}

.button.button-blue-long {
  width: 300px;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

.button.button-blue-long:hover {
  transform: scale(1.1);
}

.button.button-white-long {
  background-color: var(--white);
  color: #3f72ff;
  width: 300px;
  margin-top: 30px;
  transition: all .2s;
}

.button.button-white-long:hover {
  transform: scale(1.1);
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.heading-white-center {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  width: 95%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 150%;
}

.heading-white-center.smaller {
  font-size: 30px;
}

.paragraph-white-center {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.nav_logo {
  opacity: .8;
  vertical-align: bottom;
  background-color: #7cdd4800;
  flex: 1;
  width: 140px;
  max-width: none;
  font-size: 100%;
  transition: transform .2s;
  display: block;
  transform: translate(0);
}

.nav_logo:hover {
  transform: none;
}

.dropdown-list {
  border-radius: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #00000026;
  width: 250px;
  box-shadow: 1px 1px 3px #00000026;
}

.dropdown-link {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  line-height: 48px;
  display: inline-block;
}

.image-2 {
  width: 48px;
  height: 48px;
}

.div-block-nav-item {
  border-bottom: 1px solid #00000026;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.div-block-nav-item:hover {
  background-color: #f5f5f5;
}

.nav-icon-philosophy {
  background-image: url('../images/icon_philosophy.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.nav-icon-ranges {
  background-image: url('../images/icon_ranges.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.nav-icon-offers {
  background-image: url('../images/icon_offers.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
}

.section_product {
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  border: 0px solid var(--white);
  color: #333;
  text-align: center;
  width: 95%;
  max-width: 1240px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  font-size: 35px;
  font-weight: 500;
}

.heading-2.left-text {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  line-height: 40px;
}

.div-block {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1240px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.product-card {
  border: 1px solid #00000026;
  border-radius: 5px;
  align-self: stretch;
  width: 30%;
  height: auto;
  margin-left: 1.25%;
  margin-right: 1.25%;
  transition: box-shadow .2s, transform .2s;
}

.product-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 10px #00000026;
}

.product-image {
  margin: 30px auto 0 30px;
  display: inline-block;
}

.heading-3 {
  color: #2d3958;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-2 {
  opacity: .8;
  text-align: left;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.product-image-ranges, .services-image {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section_consulting {
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
}

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

.div-block-3 {
  width: 35%;
  margin-left: 7.5%;
}

.image-3 {
  margin: 60px 10% 60px 40px;
}

.heading-4 {
  opacity: .8;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

.paragraph-3 {
  opacity: .8;
  margin-top: 20px;
  padding-bottom: 10px;
}

.section_content {
  font-family: Montserrat, sans-serif;
  display: none;
}

.paragraph-4 {
  opacity: .8;
  text-align: center;
  width: 95%;
  max-width: 1240px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 10px;
  font-size: 14px;
}

.form {
  align-items: stretch;
  width: 50%;
  min-width: 400px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 70%;
  height: 48px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: DM Sans, sans-serif;
  display: inline-block;
}

.form-block {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.submit-button {
  background-color: #3f72ff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 29%;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  transition: border-radius .2s, transform .2s;
}

.submit-button:hover {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: scale(1.1);
}

.success-message {
  color: var(--white);
  background-color: #00a878;
  border-radius: 5px;
  width: 95%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  background-color: #ec4e201a;
  border-radius: 5px;
  width: 95%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #ec4e20;
}

.section_contact {
  background-color: #f5f5f5;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: block;
}

.form-block-2 {
  width: 50%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section_footer {
  color: #0e1116;
  font-family: Montserrat, sans-serif;
}

.html-embed {
  width: 100%;
  max-width: 550px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-space-100 {
  width: 100%;
  height: 100px;
}

.paragraph-5 {
  opacity: 1;
  color: #918da1;
  text-align: center;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-weight: 400;
}

.heading-6 {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  display: flex;
}

.heading-2-top-hero {
  text-align: center;
  width: 95%;
  max-width: 850px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 150%;
}

.heading-2-top-hero.left-text {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  line-height: 40px;
}

.section_consulting_hero {
  font-family: Montserrat, sans-serif;
}

.section_consulting_logos {
  background-color: #dadbe233;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.logos-flex-box {
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-image {
  opacity: .5;
  background-color: #0000;
  width: 20%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.image-6, .image-7, .image-8, .image-9 {
  opacity: .5;
  width: 15%;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-2-top-100 {
  text-align: center;
  width: 95%;
  max-width: 850px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 150%;
}

.heading-2-top-100.left-text {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  line-height: 40px;
}

.div-block-4 {
  height: 50px;
}

.services-card {
  color: #2d3958;
  border: 0 solid #00000026;
  border-radius: 5px;
  align-self: stretch;
  width: 100%;
  height: auto;
  margin-left: 1.25%;
  margin-right: 1.25%;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.image-10 {
  width: 139px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section_consulting_services {
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
}

.section_consulting_cta_block {
  background-color: #3f72ff;
  background-image: linear-gradient(#3f72ff, #7c3fff);
  margin-top: 0;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
}

.paragraph_center_white {
  opacity: .8;
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-secondary {
  text-align: center;
  background-color: #3f72ff;
  border-radius: 5px;
  width: 82%;
  margin: 20px auto 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.button-secondary.button_blue_nav {
  float: none;
  clear: none;
  width: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  transition: transform .2s;
  display: inline-block;
  position: relative;
}

.button-secondary.button_blue_nav:hover {
  flex: 0 auto;
  transform: scale(1.1);
}

.button-secondary.button_blue {
  text-align: center;
  width: 200px;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s;
  display: block;
}

.button-secondary.button_blue:hover {
  transform: scale(1.1);
}

.button-secondary.button_blue_disabled {
  opacity: .35;
}

.button-secondary.button_secondary_disabled {
  opacity: .35;
  color: #333;
  background-color: #fff;
  border: 1px solid #00000026;
}

.button-secondary.button_left_secondary {
  color: #3f72ff;
  background-color: #0000;
  border: 1px solid #3f72ff;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  transition: transform .2s;
}

.button-secondary.button_left_secondary:hover {
  transform: scale(1.1);
}

.button-secondary.button-blue-long {
  width: 300px;
  margin-top: 30px;
  transition: all .2s;
}

.button-secondary.button-blue-long:hover {
  transform: scale(1.1);
}

.button-secondary.button-white-long {
  background-color: var(--white);
  color: #3f72ff;
  width: 300px;
  margin-top: 30px;
  transition: all .2s;
}

.button-secondary.button-white-long:hover {
  transform: scale(1.1);
}

.heading-2-white {
  border: 0px solid var(--white);
  color: var(--white);
  text-align: center;
  width: 95%;
  max-width: 1240px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.heading-2-white.left-text {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  line-height: 40px;
}

.heading-3-left {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 25px;
  font-weight: 500;
}

.div-space-50 {
  height: 50px;
}

.paragraph-2-centered {
  opacity: 1;
  color: #2d3958;
  text-align: center;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: DM Sans, sans-serif;
}

.heading-2-top-left {
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 150%;
}

.heading-2-top-left.left-text {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  line-height: 40px;
}

.subtitle {
  opacity: .7;
}

.section_tos_container {
  width: 95%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
}

.paragraph_tos {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading-3-left_tos {
  text-align: left;
  margin-left: auto;
  margin-right: 30px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
}

.list {
  list-style-type: lower-alpha;
}

.nav_container {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
}

.nav_container.compare {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_hero {
  background-image: linear-gradient(#3f72ff, #7c3fff), url('../images/Background.svg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  display: none;
}

.horizontal_30 {
  width: 30px;
}

.nav_button_secondary {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  transition: all .2s ease-in-out;
}

.nav_button_secondary:hover {
  color: #6353ff;
  background-color: #fff;
  font-weight: 400;
}

.vertical_60 {
  height: 60px;
}

.vertical_15 {
  height: 15px;
  display: block;
}

.horizontal_15 {
  width: 15px;
  height: 0;
  display: block;
}

.horizontal_15:hover {
  color: var(--green);
  font-weight: 700;
}

.button_hero {
  background-color: var(--slate-blue);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  flex: 0 auto;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 15px #395cbe40;
}

.button_hero:hover {
  transform: scale(1.05);
}

.image-hero {
  border: 1px solid #dadbe2;
  border-radius: 10px;
  width: 95%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  box-shadow: 0 25px 50px #0000001a;
}

.section_overview_content {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  display: block;
}

.vertical_100 {
  float: none;
  height: 100px;
  position: static;
}

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

.overview_text {
  flex: 0 auto;
  width: 47%;
}

.overview_image {
  width: 40%;
}

.title_dark_left {
  color: #2d3958;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

.overview_text_list {
  color: #2d3958;
  text-align: left;
  flex: 1;
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: block;
}

.list-item {
  padding-top: 20px;
  padding-bottom: 0;
  font-weight: 400;
}

.text-link {
  color: #3f72ff;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
  display: inline-block;
}

.link-block {
  border: 1px solid var(--night);
  color: #00f;
  border-radius: 8px;
  flex-direction: row;
  align-content: flex-end;
  align-self: center;
  align-items: center;
  padding: 8px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  background-color: #e4e3e7;
}

.link-block.announcement {
  border-color: var(--slate-blue);
  background-color: #4750ea1a;
  border-radius: 20px;
  margin-top: 40px;
}

.section_overview_odd {
  width: 100%;
}

.list-item-2 {
  padding-top: 20px;
}

.section_overview_even {
  background-color: var(--white);
  width: 100%;
}

.text-link-arrow {
  color: #5f58ff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: inline-block;
}

.heading-dark-center {
  color: #0e1116;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 150%;
}

.heading-dark-center.smaller {
  color: var(--black);
  letter-spacing: normal;
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 30px;
}

.blog_content-container {
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_blog_container {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.blog_item {
  flex: 0 auto;
  width: 45%;
  padding-top: 60px;
}

.image-11 {
  border: 1px solid var(--gainsboro);
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}

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

.section_form {
  background-image: linear-gradient(#3f72ff, #7c3fff);
}

.form_container {
  background-color: var(--white);
  border-radius: 10px;
  width: 95%;
  max-width: 600px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  color: var(--royal-blue);
}

.link {
  color: var(--slate-blue);
}

.link-2 {
  color: #918da1;
  text-decoration: none;
  transition: all .2s;
}

.link-2:hover {
  color: var(--slate-blue);
}

.image-12 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button_hero_long {
  background-color: var(--white);
  color: #5f58ff;
  text-align: center;
  border-radius: 5px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 14px #0003;
}

.button_hero_long:hover {
  transform: scale(1.05);
}

.section_hero_home {
  background-image: url('../images/Background.svg');
  background-position: 50% 0;
  background-size: cover;
}

.bold-text-2, .bold-text-3 {
  font-weight: 600;
}

.link-block-3 {
  color: #fff;
  background-color: #2c4ba2;
  width: 100%;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.link-block-3:hover {
  background-color: #1e367a;
}

.banner_text {
  color: var(--white);
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-4 {
  font-weight: 600;
  text-decoration: underline;
}

.text-link-arrow-image {
  color: #5f58ff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: block;
}

.section_consulting_logos_no_background {
  background-color: #dadbe200;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.navlink-2 {
  opacity: 1;
  color: var(--black);
  flex: 1;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.navlink-2:hover {
  opacity: 1;
  color: var(--slate-blue);
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-weight: 400;
  text-decoration: none;
}

.navlink-2:focus {
  opacity: 1;
  color: #3f72ff;
  transform: translate(0);
}

.navlink-2.w--current {
  border-top: 0px none var(--royal-blue);
  border-bottom: 0px solid var(--white);
  opacity: 1;
  color: #3f72ff;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2.link_demo {
  display: none;
}

.navlink-2.link_covid {
  color: #f7b538;
}

.nav_button_secondary-2 {
  border: 1px none var(--white);
  background-color: #3f72ff;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  transition: all .2s ease-in-out;
}

.nav_button_secondary-2:hover {
  color: #fff;
  background-color: #7c3fff;
  font-weight: 400;
}

.navbar-2 {
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -65px);
  box-shadow: 0 2px 5px #00000040;
}

.vertical_60_anim {
  height: 60px;
}

.image-13 {
  border-radius: 300px;
  flex: 0 auto;
  align-self: center;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-white-left {
  color: #fff;
  text-align: left;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 130%;
}

.overview_text_list_number_white {
  color: #fff;
  flex: 1;
  order: 1;
  align-self: center;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 20px;
  line-height: 150%;
  list-style-type: decimal;
  display: inline-block;
}

.list-item-3, .list-item-4 {
  padding-top: 20px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.section_overview_contact {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  display: block;
}

.overview_contact-container {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.form_container_hero {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  box-shadow: 0 3px 5px #00000026;
}

.paragraph-white-center-16 {
  opacity: 1;
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.overview_contact_formholder {
  width: 45%;
}

.navbar-3 {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #00000026;
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 10px;
  display: none;
  box-shadow: 0 1px 3px #00000026;
}

.dropdown-list-2.w--open {
  left: -1.8rem;
  box-shadow: 0 1px 5px #395cbe40;
}

.title_dark_center {
  color: var(--black);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.div-block-5-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title_light_center {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 150%;
}

.white-20-text-centered {
  color: var(--white);
  text-align: center;
  flex: 1;
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 150%;
  display: block;
}

.section_hero_quote {
  background-image: linear-gradient(#3f72ff, #7c3fff), url('../images/Background.svg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  display: none;
}

.lottie-animation {
  width: 80%;
  min-width: auto;
  max-width: 700px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
}

.top-banner---gradient {
  background-color: var(--royal-blue);
  background-image: linear-gradient(90deg, var(--royal-blue), var(--blue-violet));
  color: #fff;
  width: 100%;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.top-banner---gradient:hover {
  background-color: #fd9d40;
}

.navbar_light {
  z-index: 1000;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d4d4d466;
  border-radius: 16px;
  width: 100%;
  max-width: 1000px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.section_hero_white {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.paragraph-dark-center-20 {
  z-index: 10;
  opacity: 1;
  color: var(--night);
  text-align: center;
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.heading-dark-center_hero {
  color: var(--night);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 125%;
  position: relative;
}

.heading-dark-center_hero.margin_removemargin {
  margin-top: 0;
}

.button_hero_blue {
  background-color: var(--navy);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 40px;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 14px #0003;
}

.button_hero_blue:hover {
  transform: scale(1.05);
}

.div-block---gray-gradient {
  background-color: #dadbe233;
  background-image: linear-gradient(#fff 82%, #0000);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.section_hero_nothome {
  background-color: #1c103e;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.title_dark_left_20-medium {
  color: var(--black);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.section_overview_last {
  background-color: var(--white);
  width: 100%;
}

.preloader {
  z-index: 999;
  background-color: var(--white);
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-14 {
  width: 100px;
}

.lottie-animation-2 {
  width: 150px;
  margin-top: -50px;
}

.webinar-label {
  align-items: center;
  display: flex;
}

.image-15 {
  width: 30px;
  display: block;
}

.label_text_block {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: auto;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.label_time_block {
  color: var(--white);
  letter-spacing: normal;
  text-transform: none;
  align-self: auto;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  display: block;
}

.link-block-4.w--current {
  flex: 0 auto;
}

.bold-text-9 {
  font-weight: 600;
}

.div-block-6 {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-white-left {
  opacity: 1;
  color: #fff;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.bold-text-10 {
  font-weight: 600;
  text-decoration: underline;
}

.link-block-service {
  width: 30%;
  text-decoration: none;
}

.section_footer_container {
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_list {
  padding-left: 100px;
  font-family: Poppins, sans-serif;
  list-style-type: none;
}

.footer_list_item {
  color: #918da1;
  font-family: Poppins, sans-serif;
}

.footer_list_item_title {
  color: var(--night);
  text-transform: none;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.footer_list_item_link {
  color: #0e1116;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.footer_list_item_link:hover {
  color: #3f72ff;
}

.footer_list_item_link.w--current {
  font-family: DM Sans, sans-serif;
}

.footer_list_item_link.w--current:hover {
  color: #3f72ff;
}

.footer_list_item_link_text {
  color: #918da1;
  padding-top: 15px;
  font-family: Poppins, sans-serif;
  line-height: 150%;
}

.footer_list_item_link_text:hover {
  color: var(--slate-blue);
}

.section_footer2 {
  background-color: #fff;
}

.horizontal_100 {
  width: 100px;
}

.div-block-7 {
  justify-content: flex-end;
  display: flex;
}

.separator {
  color: #918da1;
  background-color: #dadbe2;
  width: 100%;
  height: 1px;
}

.separator.nav {
  width: 90%;
  margin-left: 20px;
}

.success-message-2 {
  color: #fff;
  background-color: #00a878;
  border-radius: 5px;
  width: 95%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-3 {
  width: 80%;
  min-width: auto;
  max-width: 400px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-8 {
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.top_emoji {
  color: #0e1116;
  text-align: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 150%;
  display: none;
  position: relative;
}

.top_emoji.margin_minus40 {
  margin-top: -120px;
}

.section_hero_white_confetti {
  background-color: var(--white);
  background-image: url('../images/Confetti-4s-1439px.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.image-17 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.heading-7 {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 25px;
  font-weight: 500;
}

.submit-button-2 {
  background-color: #3f72ff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 29%;
  font-family: DM Sans, sans-serif;
  transition: border-radius .2s, transform .2s;
  position: static;
}

.submit-button-2:hover {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: scale(1.1);
}

.heading-8 {
  color: #333;
  text-align: center;
  border: 0 solid #fff;
  width: 95%;
  max-width: 1240px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  font-size: 35px;
  font-weight: 500;
}

.text-field-2 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 70%;
  height: 48px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  display: inline-block;
}

.form-block-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.form-2 {
  align-items: stretch;
  width: 50%;
  min-width: 400px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph {
  opacity: .8;
  color: #333;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-white-center-20 {
  z-index: 10;
  opacity: 1;
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.text-block-2 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-style: italic;
}

.section_consulting_consultingteam {
  background-color: var(--white);
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
}

.consulting-team-photo {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-team-card {
  width: 30%;
  text-decoration: none;
  transition: all .3s;
}

.link-block-team-card:hover {
  color: #3f72ff;
  border-radius: 0;
  transform: translate(0, -10px);
  box-shadow: 0 5px 15px #00000026;
}

.button_hero_long-secondary {
  border: 1px solid var(--royal-blue);
  box-shadow: none;
  color: var(--royal-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 200px;
  margin-left: 10px;
  margin-right: auto;
  padding: 13px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_long-secondary:hover {
  transform: scale(1.05);
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_hero_long-inline {
  background-color: var(--white);
  box-shadow: none;
  color: #5f58ff;
  text-align: center;
  border-radius: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: 10px;
  padding: 13px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_long-inline:hover {
  transform: scale(1.05);
}

.background-video {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.tabs {
  flex-direction: column;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu {
  flex-direction: row;
  order: -1;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
  box-shadow: 0 1px #00000026;
}

.tabs-content {
  order: -1;
  width: 100%;
}

.image-18 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero_icon_mid {
  border-radius: 20px;
  width: 200px;
  max-width: 1000px;
  margin: -20px auto 20px;
  display: block;
}

.form_container_hero_shade {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  box-shadow: none;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.video {
  border-radius: 0;
  width: 90%;
  max-width: 1000px;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-dark-left_50 {
  color: var(--night);
  text-align: left;
  letter-spacing: -1.25px;
  width: 100%;
  max-width: 100%;
  margin: auto auto auto 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  top: auto;
}

.heading-dark-left_50.margin_removemargin {
  margin-top: 0;
}

.heading-dark-left_50.pequity-blue {
  color: #3f72ff;
}

.bold-text-11 {
  font-weight: 600;
}

.div-block-10 {
  width: 60%;
  max-width: 570px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button_hero_blue_left {
  color: var(--white);
  text-align: center;
  background-color: #3f72ff;
  border-radius: 5px;
  width: 240px;
  margin-left: 0;
  margin-right: auto;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 15px #395cbe40;
}

.button_hero_blue_left:hover {
  transform: scale(1.05);
}

.paragraph-dark--18 {
  z-index: 10;
  opacity: 1;
  color: var(--night);
  text-align: left;
  width: 100%;
  max-width: 560px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  list-style-type: disc;
  position: relative;
}

.paragraph-dark--18.list-remove-space {
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph-dark--18.testimonial-text {
  font-family: Bricolage Grotesque, sans-serif;
  line-height: 140%;
}

.image-19 {
  float: none;
  width: 40%;
  margin-top: 0;
  margin-right: -100px;
  position: static;
}

.nav_button_secondary-3 {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #00000026;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.nav_button_secondary-3:hover {
  color: #3f72ff;
  background-color: #fff;
  border-style: solid;
  border-color: #3f72ff;
  font-weight: 400;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.subheader {
  color: #999;
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.subheader.darker {
  color: #525252;
}

.heading-dark-center-40 {
  color: var(--night);
  text-align: center;
  letter-spacing: normal;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
}

.heading-dark-center-40.smaller {
  font-size: 30px;
}

.tab-title-center {
  color: #2d3958;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

.tab-link {
  opacity: 1;
  background-color: #0000;
  width: 12%;
  padding: 0;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  border: 0 #000;
  border-bottom: 5px solid #3f72ff;
  border-radius: 0;
  flex: 0 auto;
  width: 12%;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link-tab-2 {
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-image {
  width: 50px;
  height: 50px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-21 {
  width: 100%;
}

.youtube {
  border-radius: 0;
}

.image-22 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-dark-center-30 {
  color: var(--black);
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.heading-dark-center-30.smaller {
  font-size: 30px;
}

.div-block-12 {
  z-index: auto;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 10px 10px #395cbe26;
}

.div-block-13 {
  flex-wrap: wrap;
  justify-content: space-around;
  display: none;
}

.tab-desc-left {
  color: #2d3958;
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
}

.div-block-14 {
  width: 20%;
}

._2-across {
  width: 50%;
}

.paragraph-dark-center-16 {
  z-index: 10;
  opacity: 1;
  color: #767189;
  text-align: center;
  -webkit-text-stroke-color: var(--night);
  width: 90%;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: block;
  position: static;
}

.paragraph-dark-center-16:hover {
  text-decoration: none;
}

.div-block-offer {
  z-index: auto;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 10px 10px #395cbe26;
}

.div-block-market-data {
  z-index: auto;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 10px 10px #395cbe26;
}

.div-block-cola {
  z-index: auto;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 10px 10px #395cbe26;
}

.div-block-promo-merit {
  z-index: auto;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 10px 10px #395cbe26;
}

.div-block-15 {
  border: 1px #000;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.integrations {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-12 {
  color: #3f72ff;
}

.div-block---purple-gradient {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--blue-violet));
  border: 1px #000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.link-dark-center-16 {
  z-index: 10;
  opacity: 1;
  color: #3f72ff;
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: relative;
}

.link-dark-center-16:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.div-block-16 {
  justify-content: center;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/personas.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  flex: 1;
  padding-left: 20%;
}

.div-block-18 {
  flex: 1;
  width: auto;
  min-width: 5%;
  max-width: none;
}

.heading-white-left-40 {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.heading-white-left-40.smaller {
  font-size: 30px;
}

.div-block-19 {
  flex-flow: row;
  width: 45%;
  padding-top: 40px;
  display: flex;
}

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

.div-block-21 {
  width: 40px;
  height: 40px;
}

.heading-white-left-20 {
  color: var(--white);
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.heading-white-left-20.smaller {
  font-size: 30px;
}

.horiontal_20 {
  width: 20px;
  height: auto;
}

.paragraph-dark-left-16 {
  z-index: 10;
  opacity: 1;
  color: var(--night);
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.paragraph-dark-left-16.lighter {
  opacity: .6;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-white-left-16 {
  opacity: .8;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-white-left-16.smaller {
  font-size: 30px;
}

.vertical_5 {
  height: 5px;
}

.div-block-22 {
  display: block;
}

.div-block-23 {
  align-items: stretch;
  max-width: 830px;
  display: flex;
}

.horizontal_50 {
  width: 50px;
}

.div-block---light-gradient {
  background-image: linear-gradient(#f5f8ff, #f8f5ff);
  display: none;
}

.div-block-people {
  z-index: auto;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 10px 10px #395cbe26;
}

.heading-dark-center_60 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: normal;
  width: 100%;
  max-width: 1200px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.heading-dark-center_60.margin_removemargin {
  margin-top: 0;
}

.heading-dark-center_60.pequity-blue {
  display: none;
}

.div-block---white {
  background-color: var(--white);
  background-image: none;
  background-size: auto;
}

.div-block---blue-gradient {
  background-color: var(--white);
  background-image: url('../images/gradient-gif.gif'), linear-gradient(45deg, #2ae2df, #3e71ff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.heading-white-center_50 {
  color: var(--night);
  text-align: center;
  letter-spacing: normal;
  flex: 0 auto;
  width: 90%;
  max-width: 700px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.heading-white-center_50.margin_removemargin {
  margin-top: 0;
}

.heading-white-center_50.actually-white {
  color: var(--white);
}

.paragraph-dark-center-16-copy {
  z-index: 10;
  opacity: 1;
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: block;
  position: relative;
}

.paragraph-dark-center-16-copy:hover {
  text-decoration: none;
}

.button_hero_secondary {
  border: 1px solid var(--navy);
  box-shadow: none;
  color: var(--navy);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 20px;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_secondary:hover {
  background-color: var(--hover-blue);
  transform: scale(1.05);
}

.text-rotate-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.text-rotate-track {
  flex: 0 auto;
}

.heading-dark-center-mobile {
  color: #2d3958;
  text-align: left;
  letter-spacing: -1.25px;
  width: 100%;
  max-width: 600px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  display: none;
  position: relative;
}

.heading-dark-center-mobile.margin_removemargin {
  margin-top: 0;
}

.heading-dark-center-mobile.pequity-blue {
  display: none;
}

.heading-dark-center_50-copy {
  color: var(--night);
  text-align: center;
  letter-spacing: -1.25px;
  align-self: flex-start;
  width: 100%;
  max-width: 600px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.heading-dark-center_50-copy.margin_removemargin {
  margin-top: 0;
}

.heading-dark-center_50-copy.pequity-blue {
  display: none;
}

.paragraph-blue-center-20 {
  z-index: 10;
  opacity: 1;
  color: #3f72ff;
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.title_light_left {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

.overview_text_list_white {
  color: var(--white);
  text-align: left;
  flex: 1;
  order: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
  display: block;
}

.button_hero_long_inline-blue {
  background-color: var(--royal-blue);
  box-shadow: none;
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: 10px;
  padding: 13px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_long_inline-blue:hover {
  transform: scale(1.05);
}

.button_hero_long-secondary-white {
  border: 1px solid var(--white);
  box-shadow: none;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 200px;
  margin-left: 10px;
  margin-right: auto;
  padding: 13px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_long-secondary-white:hover {
  transform: scale(1.05);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: #dadbe259;
}

.div-block-24 {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.image-23 {
  border-radius: 10px 10px 0 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.paragraph-dark-center {
  opacity: 1;
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: -.5px;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.youtube-2 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title_dark_center-20 {
  color: var(--black);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button_hero-2 {
  border: 1px solid var(--royal-blue);
  background-color: var(--white);
  box-shadow: none;
  color: var(--royal-blue);
  text-align: center;
  border-radius: 5px;
  flex: 0 auto;
  width: 240px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero-2:hover {
  transform: scale(1.05);
}

.button_hero_secondary2 {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  flex: 0 auto;
  width: 240px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 15px #395cbe40;
}

.button_hero_secondary2:hover {
  transform: scale(1.05);
}

.contact_form_container {
  background-color: var(--white);
  border-radius: 10px;
  width: 95%;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-24 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-3 {
  border-bottom: 2px dotted var(--navy);
  color: var(--royal-blue);
  text-decoration: none;
}

.section_consulting_consultingteam-only {
  background-color: var(--white);
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.heading-upper-blue-gradient {
  color: var(--royal-blue);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  max-width: 100%;
  margin: auto auto auto 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  top: auto;
}

.heading-upper-blue-gradient.margin_removemargin {
  margin-top: 0;
}

.heading-upper-blue-gradient.pequity-blue {
  color: #3f72ff;
}

.div-block-10-copy {
  background-color: #0000;
  width: 45%;
  max-width: 450px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-19-copy {
  float: none;
  align-self: center;
  width: 55%;
  margin-top: 0;
  margin-right: -75px;
  padding-top: 40px;
  position: static;
}

.heading-dark-left_45 {
  color: var(--black);
  text-align: left;
  letter-spacing: -1.25px;
  width: 100%;
  max-width: 100%;
  margin: auto auto auto 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 110%;
  position: relative;
  top: auto;
}

.heading-dark-left_45.margin_removemargin {
  margin-top: 0;
}

.heading-dark-left_45.pequity-blue {
  color: #3f72ff;
}

.heading-dark-left_45.centered {
  text-align: center;
  padding-right: 0;
}

.range-feature-image {
  float: none;
  align-self: center;
  width: 55%;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  position: static;
}

.ranges-feature-text {
  background-color: #0000;
  width: 45%;
  max-width: 450px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.heading-dark-left-30 {
  color: var(--black);
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

.heading-dark-left-30.smaller {
  font-size: 30px;
}

.heading-dark-left-30.text-green {
  color: var(--green);
}

.heading-dark-left-30.text-navyblue {
  color: var(--dark-slate-blue);
}

.heading-dark-left-30.in-app {
  margin-top: 10px;
}

.heading-dark-left-40 {
  color: var(--black);
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 115%;
}

.heading-dark-left-40.smaller {
  font-size: 30px;
}

.paragraph-blue-left-20 {
  z-index: 10;
  opacity: 1;
  color: var(--royal-blue);
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.link-block-5 {
  text-decoration: none;
  transition: all .2s;
}

.link-block-5:hover {
  transform: scale(1.1);
}

.section_hero_gradient_confetti {
  background-color: var(--gainsboro);
  background-image: url('../images/Confetti-4s-1439px.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.link-4 {
  color: var(--royal-blue);
  text-decoration: none;
}

.div-block---light-gradient---background-wave {
  background-image: url('../images/background-wave.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block---levels {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.paragraph-holder {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-dark-center-16-inline {
  z-index: 10;
  opacity: 1;
  color: #767189;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: inline;
  position: relative;
}

.paragraph-dark-center-16-inline:hover {
  text-decoration: none;
}

.text-span {
  color: #0000;
  background-image: url('../images/levels.fyi-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 150%;
}

.button_accouncement {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: center;
  background-image: linear-gradient(to right, #f5f8ff, #f8f5ff);
  border-radius: 5px;
  flex: 0 auto;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 15px #395cbe40;
}

.button_accouncement:hover {
  transform: scale(1.05);
}

.div-block-26 {
  background-image: url('../images/pequity-and-levels-cover---white---bars2x.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1100px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.levels-image {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block---levels-3 {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1240px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: none;
}

.unordered-list {
  list-style-type: disc;
}

.html-embed-2 {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.title_dark_center-21 {
  color: var(--black);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-dark-center-2 {
  opacity: 1;
  color: #2d3958;
  text-align: center;
  letter-spacing: -.5px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.form_container_hero-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  box-shadow: 0 3px 5px #00000026;
}

.link-5 {
  color: #3f72ff;
}

.title_dark_center-22 {
  color: #2d3958;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.button_hero_blue-2 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 14px #0003;
}

.button_hero_blue-2:hover {
  transform: scale(1.05);
}

.div-block---blue-gradient-2 {
  background-color: #fff;
  background-image: linear-gradient(45deg, #2ae2df, #3e71ff);
}

.button_hero-3 {
  color: #3f72ff;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex: 0 auto;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 15px #395cbe40;
}

.button_hero-3:hover {
  transform: scale(1.05);
}

.text-span-2 {
  border-bottom: 7px none var(--royal-blue);
}

.preloader-2 {
  z-index: 999;
  background-color: #fff;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_button_secondary-4 {
  color: #000;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.nav_button_secondary-4:hover {
  color: #3f72ff;
  background-color: #fff;
  border-style: solid;
  border-color: #3f72ff;
  font-weight: 400;
}

.top-banner---gradient-2 {
  color: #fff;
  background-color: #3f72ff;
  background-image: linear-gradient(to right, #3f72ff, #7c3fff);
  width: 100%;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.top-banner---gradient-2:hover {
  background-color: #fd9d40;
}

.banner_text-2 {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-6 {
  color: #3f72ff;
  text-decoration: none;
}

.image-25 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.paragraph-dark-center-16-600 {
  z-index: 10;
  opacity: 1;
  color: #2d3958;
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: block;
  position: relative;
}

.paragraph-dark-center-16-600:hover {
  text-decoration: none;
}

.form_overlay {
  z-index: 101;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-28 {
  background-color: var(--white);
  border-radius: 0;
  width: 90%;
  max-width: 650px;
  height: 100%;
  margin: auto;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 6px 10px #2d395885;
}

.html-embed-3 {
  width: 90%;
  max-width: 640px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 15px #2d395833;
}

.html-embed-4 {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.button_hero_blue_left-primary {
  background-color: var(--night);
  box-shadow: none;
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  width: auto;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_blue_left-primary:hover {
  background-color: var(--slate-blue);
  background-image: none;
  background-size: auto;
  transform: scale(1.05);
}

.div-block-29 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-29.centered {
  justify-content: center;
}

.button_hero_blue_left-secondary {
  border: 1px solid var(--navy);
  box-shadow: none;
  color: var(--navy);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  padding: 13px 40px;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_blue_left-secondary:hover {
  background-color: var(--hover-blue);
  transform: none;
}

.nav_button_primary {
  border-style: none;
  border-width: 1px 1px 0;
  border-color: var(--slate-blue) var(--slate-blue) var(--night);
  background-color: var(--night);
  box-shadow: none;
  color: var(--white);
  border-radius: 8px;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.nav_button_primary:hover {
  border-style: none;
  border-color: var(--slate-blue);
  background-color: var(--slate-blue);
  color: var(--white);
  background-image: none;
  background-size: auto;
  font-weight: 500;
  transform: scale(1.05);
}

.nav_button_primary.secondary {
  border: 1px solid var(--night);
  color: var(--night);
  background-color: #26262600;
  margin-left: 12px;
}

.nav_button_primary.compare {
  flex: 0 auto;
  margin-left: auto;
}

.nav_button_secondary2 {
  border: 1px none var(--slate-blue);
  background-color: var(--white);
  box-shadow: none;
  color: var(--slate-blue);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.nav_button_secondary2:hover {
  color: var(--slate-blue);
  background-color: #f6f7f9;
  border-style: none;
  border-color: #3f72ff;
  border-radius: 5px;
  font-weight: 500;
}

.nav_button_secondary2.w--current {
  font-weight: 500;
}

.image-26 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-dark-center-16-700 {
  z-index: 10;
  opacity: 1;
  color: #2d3958;
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: block;
  position: relative;
}

.paragraph-dark-center-16-700:hover {
  text-decoration: none;
}

.subheader-600 {
  color: #2d3958;
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.lottie-animation-4 {
  opacity: .5;
  width: 150px;
  height: 150px;
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-dark-center-16-60opacity {
  z-index: 10;
  opacity: .6;
  color: #2d3958;
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: block;
  position: relative;
}

.paragraph-dark-center-16-60opacity:hover {
  text-decoration: none;
}

.heading-white-center-40 {
  color: var(--white);
  text-align: center;
  letter-spacing: normal;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 0%;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.heading-white-center-40.smaller {
  font-size: 30px;
}

.paragraph-white-center-16-700 {
  z-index: 10;
  opacity: 1;
  color: var(--white);
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: block;
  position: relative;
}

.paragraph-white-center-16-700:hover {
  text-decoration: none;
}

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

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

.html-embed-5 {
  width: 90%;
  max-width: 1100px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 1px 15px #2d395833;
}

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

.body-light-gray {
  background-color: #dadbe226;
}

.heading-white-left---35 {
  color: #fff;
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
}

.text-span-3 {
  font-size: 30px;
}

.image-11-copy {
  border: 1px solid var(--gainsboro);
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 5px #395cbe40;
}

.link-block-6 {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-dark-left_70-poppins {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: normal;
  width: 100%;
  max-width: 100%;
  margin: auto auto auto 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  top: auto;
}

.heading-dark-left_70-poppins.margin_removemargin {
  margin-top: 0;
}

.heading-dark-left_70-poppins.pequity-blue {
  color: #3f72ff;
}

.heading-dark-left_70-poppins.rainbow {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gradient-gif.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-dark-left-16-copy {
  z-index: 10;
  opacity: 1;
  color: #2d3958;
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.title_dark_left_20-bold-gradient {
  color: var(--slate-blue);
  letter-spacing: -.5px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.hero2021 {
  float: none;
  width: 100%;
  display: block;
  position: static;
}

.div-block-30 {
  flex-direction: column;
  width: 50%;
  max-width: 100%;
  margin-right: -20px;
  display: flex;
}

.image-27 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block---big-screenshot {
  background-color: #1c103e;
  background-image: none;
  width: 100%;
  padding-top: 0;
  display: block;
}

.div-block-31---gray {
  background-color: #f7f9fc;
}

.div-block-31---gray.hidden {
  display: none;
}

.heading-dark-left_50-poppins {
  color: #000;
  text-align: left;
  letter-spacing: -1.25px;
  width: 100%;
  max-width: 100%;
  margin: auto auto auto 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 135%;
  position: relative;
  top: auto;
}

.heading-dark-left_50-poppins.margin_removemargin {
  margin-top: 0;
}

.heading-dark-left_50-poppins.pequity-blue {
  color: #3f72ff;
}

.div-block-10-copy {
  width: 43%;
  max-width: 500px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.title_dark_left_20-bold-blue {
  color: var(--slate-blue);
  letter-spacing: -.5px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-30-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  margin-right: -100px;
  display: flex;
}

.div-block-11-copy {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.paragraph-dark-left-24-bold {
  z-index: 10;
  opacity: 1;
  color: #000;
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.paragraph-dark-left-24-bold.center {
  text-align: center;
  font-family: SF Pro Display \- Bold, sans-serif;
  font-weight: 700;
}

.paragraph-dark-left-24-bold.testimonial-text {
  color: var(--night);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-dark-left-16-regular {
  z-index: 10;
  opacity: 1;
  color: #767189;
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 135%;
  list-style-type: disc;
  position: relative;
}

.paragraph-dark-left-16-regular.list-remove-space {
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph-dark-left-16-regular.abc-list {
  list-style-type: lower-alpha;
}

.paragraph-dark-left-16-regular.centered {
  text-align: center;
}

.div-block-11-copy {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-33 {
  width: 45%;
  max-width: 45%;
  display: none;
}

.image-28 {
  width: 55%;
}

.solutions-flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.solutions-flex-container._100 {
  width: 100%;
}

.div-block-31-white {
  background-color: #fff;
}

.div-block-31-white.hidden {
  display: none;
}

.text-span-4 {
  color: #0000d4;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
}

.div-block-34 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-7 {
  color: var(--white);
  background-color: #f6f7f9;
  background-image: none;
  background-position: 0 0;
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-7:hover {
  opacity: 1;
  background-color: #ecf1ff;
  background-image: none;
  background-size: auto;
}

.text-block-3 {
  color: var(--slate-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.announcement-block {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-block-3-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.soc-2 {
  margin-left: 20px;
  padding-top: 0;
}

.section_footer_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-39 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-light-center-30 {
  color: var(--night);
  text-align: center;
  letter-spacing: -1px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}

.heading-light-center-30.smaller {
  font-size: 30px;
}

.paragraph-white-center-16-no-margin {
  opacity: 1;
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.total-holder {
  display: flex;
}

.nav-holder {
  border-right: 1px solid var(--gainsboro);
  width: 300px;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  overflow: scroll;
}

.content-holder {
  flex: 1;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

.div-block-35 {
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-40 {
  height: 35px;
}

.image-41 {
  width: 30px;
  height: 30px;
}

.list-2 {
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.nav_list_item {
  background-color: #3f72ff00;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: block;
}

.nav_list_item:hover {
  background-color: #3f72ff1a;
}

.link-block-8 {
  color: var(--royal-blue);
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
}

.nav_label {
  color: var(--black);
  padding-left: 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-block-8-copy {
  color: var(--royal-blue);
  background-color: #3f72ff1a;
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
}

.nav_item_focused {
  padding-left: 20px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.div-block-36 {
  border: 1px none var(--green);
  color: #00a8781a;
  background-color: #00a8781a;
  border-radius: 4px;
  margin-left: 10px;
}

.nav_highlight {
  color: var(--green);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.nav_header {
  color: #00000080;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.contact_form_container2 {
  background-color: var(--white);
  border-radius: 10px;
  width: 95%;
  max-width: 500px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.nav_list_item_focused {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-37 {
  background-image: url('../images/confetti.svg'), linear-gradient(270deg, var(--royal-blue), var(--blue-violet));
  background-position: 50% 0, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: 608px, auto;
  border-radius: 10px;
}

.image-42 {
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.div-block-39 {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 60px;
  display: flex;
}

.div-block-37-copy {
  border-radius: 10px;
  display: none;
}

.image-42-copy {
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.div-block-39-copy {
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-38-copy {
  max-width: 500px;
}

.div-block-37-copy-2 {
  border: 1px solid var(--gainsboro);
  background-color: #dadbe233;
  border-radius: 10px;
  width: auto;
  max-width: 40%;
  display: block;
}

.div-block-40 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-39-copy-2 {
  border: 1px none var(--gainsboro);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-37-copy-3 {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 10px;
  width: auto;
  display: none;
}

.div-block-29-copy {
  flex-direction: column;
  display: flex;
}

.modal-bg {
  z-index: 900;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal {
  background-color: var(--white);
  border-radius: 10px;
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 10% 0% auto;
  box-shadow: 0 5px 25px #00000040;
}

.div-block-43 {
  background-color: #dadbe259;
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--blue-violet)), url('../images/background_confetti.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: auto;
}

.div-block-44 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-45 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-dark-center-20-bold {
  z-index: 10;
  opacity: 1;
  color: var(--midnight-blue);
  text-align: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  position: static;
}

.div-block-46 {
  padding-left: 80px;
  padding-right: 80px;
}

.light-close-button {
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.light-close-button:hover {
  background-color: #ffffff40;
}

.image-43 {
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.modal-ranges {
  z-index: 900;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-43-copy {
  background-color: #dadbe259;
  background-image: url('../images/ranges_coverbg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 197px;
}

.modal-2 {
  background-color: var(--white);
  border-radius: 10px;
  width: 500px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 10% 0% auto;
  box-shadow: 0 5px 25px #00000040;
}

.div-block-with-60-padding {
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.div-block-37-copy-4 {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 10px;
  flex: 1;
  width: auto;
  display: block;
}

.div-block-47 {
  width: 95%;
  max-width: 1100px;
  height: 60px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-9 {
  width: 95%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-9:hover {
  transform: scale(1.05);
}

.image-44 {
  border-radius: 10px;
  box-shadow: 0 3px 5px #00000026;
}

.link-block-10 {
  transition: all .2s;
  display: none;
}

.hero2021-copy {
  float: none;
  width: 100%;
  display: block;
  position: static;
}

.div-block-30-copy {
  z-index: 1000;
  clear: right;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 35%;
  min-width: 350px;
  max-width: 400px;
  margin-right: 0;
  display: none;
  position: fixed;
  inset: 100px 5% 0% auto;
  overflow: scroll;
}

.image-45 {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-11-copy {
  z-index: 1000;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 100px;
}

.fixed-right-container {
  z-index: 1000;
  clear: right;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 35%;
  min-width: 350px;
  max-width: 400px;
  margin-right: 0;
  display: none;
  position: fixed;
  inset: 100px 8vh 0% auto;
  overflow: scroll;
}

.div-block-30-copy-3 {
  z-index: 99;
  clear: right;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 35%;
  min-width: 350px;
  max-width: 400px;
  margin-top: -580px;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 100px 5% 0% auto;
  overflow: visible;
}

.form_container_hero-copy {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  box-shadow: 0 3px 5px #00000026;
}

.div-block---dark-indigo {
  background-color: #1c103e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block---dark-indigo.integration_hero {
  background-image: url('../images/integrations_background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block---dark-indigo.integration_section {
  background-image: url('../images/integrations_background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.heading-white-left-50 {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.heading-white-left-50.smaller {
  font-size: 30px;
}

.paragraph-dark-left-20 {
  z-index: 10;
  opacity: 1;
  color: var(--night);
  text-align: left;
  align-self: auto;
  width: 100%;
  max-width: 560px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  position: static;
}

.paragraph-dark-left-20.dark-list {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-48 {
  background-color: #7c3fff29;
  border-radius: 50px;
  align-items: center;
  display: flex;
}

.image-46 {
  height: 30px;
}

.paragraph-blue-left-16 {
  z-index: 10;
  opacity: 1;
  color: #31c0ea;
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.div-block-49 {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-11-_-sticky {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-50 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.image-47 {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.div-block-non_stick {
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-non_stick.top-aligned {
  align-items: flex-start;
}

.text-span-5 {
  color: var(--royal-blue);
}

.image-48 {
  border-radius: 50px;
  width: 70px;
  height: 70px;
  margin-top: 10px;
}

.div-block-10-copy, .div-block-10-copy-copy {
  flex: 1;
  width: 60%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.html-embed-_-left {
  width: 80%;
  max-width: 500px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.title_dark_center_20-bold-gradient {
  color: var(--royal-blue);
  text-align: center;
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gradient-gif.gif');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.video-2 {
  border-radius: 10px;
}

.div-block-51 {
  border: 1px solid var(--green);
  background-color: #00a8781a;
  border-radius: 10px;
  width: 100%;
}

.paragraph-dark-center-16-no-top-padding-copy {
  z-index: 10;
  opacity: 1;
  color: #2d3958;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: block;
  position: relative;
}

.paragraph-dark-center-16-no-top-padding-copy:hover {
  text-decoration: none;
}

.terms-html-embed {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.form_container_hero-copy-2 {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  box-shadow: 0 3px 5px #00000026;
}

.terms-html-embed-copy {
  width: 90%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.security_image-hero {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-52 {
  background-color: #2d395826;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.security-holder {
  border: 1px none var(--gainsboro);
  background-color: var(--white);
  border-radius: 16px;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 33%;
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
}

.security-holder.hidden {
  opacity: .01;
}

.security-holder.focus_bg {
  background-color: #edf1fe;
}

.security_inner {
  object-fit: fill;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  flex: 1;
  width: auto;
  height: 100%;
  padding: 30px;
  display: block;
}

.security_inner.hidden {
  display: none;
}

.div-block-53 {
  background-color: #ea474733;
  border-radius: 20px;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-7 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.link-block-11 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-28-copy {
  width: 55%;
  max-width: 400px;
}

.paragraph-dark-left-16-max {
  z-index: 10;
  opacity: 1;
  color: #000;
  text-align: left;
  width: 100%;
  max-width: 550px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  position: relative;
}

.paragraph-dark-left-16-max.list-remove-space {
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-dark-left_20-poppins {
  color: var(--night);
  text-align: left;
  letter-spacing: -.5px;
  width: 100%;
  max-width: 100%;
  margin: auto auto auto 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  position: relative;
  top: auto;
}

.heading-dark-left_20-poppins.margin_removemargin {
  margin-top: 0;
}

.heading-dark-left_20-poppins.pequity-blue {
  color: #3f72ff;
}

.heading-dark-left_20-poppins.pequity-blue.centered {
  text-align: center;
}

.heading-dark-left_20-poppins.centered {
  text-align: center;
  padding-right: 0;
}

.security-holder---blue {
  border: 1px none var(--gainsboro);
  background-color: var(--royal-blue);
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 33%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-white-left_30-poppins {
  color: var(--white);
  text-align: left;
  letter-spacing: -1.25px;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
  position: relative;
  top: auto;
}

.heading-white-left_30-poppins.margin_removemargin {
  margin-top: 0;
}

.heading-white-left_30-poppins.pequity-blue {
  color: #3f72ff;
}

.security-holder---eggplant {
  border: 1px none var(--gainsboro);
  background-color: #1a113b;
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 33%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: block;
}

.solution-holder---purple {
  border: 1px none var(--gainsboro);
  background-color: #7c3fff;
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 33%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: block;
}

.image-28-copy-2 {
  width: 55%;
  max-width: 400px;
}

.button_hero_blue_left-secondary-2 {
  box-shadow: none;
  color: #3f72ff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #3f72ff;
  border-radius: 5px;
  width: auto;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_blue_left-secondary-2:hover {
  transform: scale(1.05);
}

.heading-dark-left-30-2 {
  color: #000;
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.heading-dark-left_50-2 {
  color: #000;
  text-align: left;
  letter-spacing: -1.25px;
  width: 100%;
  max-width: 100%;
  margin: auto auto auto 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  top: auto;
}

.image-49 {
  display: block;
}

.heading-dark-left_25-poppins {
  color: var(--black);
  text-align: left;
  letter-spacing: -1.25px;
  width: 100%;
  max-width: 100%;
  margin: auto auto auto 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 135%;
  position: relative;
  top: auto;
}

.heading-dark-left_25-poppins.margin_removemargin {
  margin-top: 0;
}

.heading-dark-left_25-poppins.pequity-blue {
  color: #3f72ff;
}

.div-block-31---gray---solutions {
  background-color: #f7f9fc;
  display: none;
}

.full_page_panel {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.body-3 {
  background-color: #130230;
  background-image: url('../images/background_glow1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.panel-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: block;
}

.button_hero_secondary3 {
  border: 1px solid var(--goldenrod);
  color: var(--goldenrod);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  flex: 0 auto;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 15px #395cbe40;
}

.button_hero_secondary3:hover {
  transform: scale(1.05);
}

.button_hero_secondary3.w--current {
  border-color: var(--slate-blue);
  color: var(--white);
}

.text-span-6, .text-span-7 {
  text-decoration: underline;
}

.back-to-top-text-link {
  color: #ffffff59;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  transition: all .2s;
  position: fixed;
  inset: auto 20px 20px auto;
}

.back-to-top-text-link:hover {
  color: var(--royal-blue);
}

.text-block-4 {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.features-blocks---archived {
  background-color: #f7f9fc;
  display: none;
}

.title_dark_left_16-bold-blue {
  color: var(--royal-blue);
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#3f72ff, #7c3fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-mid-menu {
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-mid-menu.glossary {
  justify-content: space-between;
}

.mid-menu-text-link {
  color: var(--night);
  text-align: center;
  flex: 0 auto;
  padding: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s;
}

.mid-menu-text-link:hover {
  box-shadow: 0 3px 0 0 var(--slate-blue);
  color: var(--slate-blue);
  border-bottom: 1px #4750ea;
}

.mid-menu-text-link:focus {
  box-shadow: inset 0 -3px 0 0 var(--navy);
  color: var(--navy);
  -webkit-text-stroke-color: var(--navy);
}

.mid-menu-text-link.w--current {
  box-shadow: 0 3px 0 0 var(--slate-blue);
  color: var(--slate-blue);
  text-transform: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.mid-menu-text-link.disabled {
  color: #625a827d;
}

.mid-menu-text-link.disabled:hover {
  box-shadow: none;
}

.div-block---white-menu-stick {
  z-index: 100;
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  background-color: var(--white);
  position: sticky;
  top: 68px;
}

.solutions-page-images {
  width: 48%;
  max-height: none;
  display: block;
}

.solutions-page-images.rounded-corners {
  border-radius: 20px;
}

.heading-white-left-30-b {
  color: var(--night);
  text-align: left;
  letter-spacing: normal;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 125%;
}

.heading-white-left-30-b.smaller {
  font-size: 30px;
}

.title_dark_center_20-bold-blue {
  color: var(--royal-blue);
  text-align: center;
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#3f72ff, #7c3fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.div-block---big-screenshot-dark {
  background-color: #1c103e;
  background-image: linear-gradient(#fff, #fff 4%, #1c103e 4%, #1c103e);
  width: 100%;
  padding-top: 0;
  display: block;
}

.button_hero_long-secondary-neo {
  border: 1px solid var(--royal-blue);
  box-shadow: none;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 200px;
  margin-left: 10px;
  margin-right: auto;
  padding: 13px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_long-secondary-neo:hover {
  transform: scale(1.05);
}

.focal-solution-image {
  border-radius: 32px;
  width: 90%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pequity-helps-you {
  background-color: var(--white);
}

.heading-white-left_20-poppins {
  color: var(--white);
  text-align: left;
  letter-spacing: -1.25px;
  width: 100%;
  max-width: 100%;
  margin: auto auto auto 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  position: relative;
  top: auto;
}

.heading-white-left_20-poppins.margin_removemargin {
  margin-top: 0;
}

.heading-white-left_20-poppins.pequity-blue {
  color: #3f72ff;
}

.link-block-12 {
  width: auto;
}

.solutions-holder {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  border: 1px #0e111633;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 31.75%;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.solutions-holder:hover {
  background-color: #4750ea00;
  border-style: none;
  border-color: #0e111633;
}

.solutions-holder.pink {
  background-color: #95579e;
}

.solution_tile_image {
  opacity: 1;
}

.title_dark_left_30-bold-gradient {
  color: var(--royal-blue);
  text-align: left;
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gradient-gif.gif');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.div-block---big-screenshot---mxbg {
  background-color: var(--white);
  background-image: url('../images/background_glow1.svg'), linear-gradient(#fff, #fff 4%, #1c103e 4%, #1c103e);
  background-position: 0 100%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  border-radius: 0;
  width: 100%;
  padding-top: 0;
  display: block;
}

.home-focal-image {
  box-shadow: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image_integration {
  width: 70%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image_integration.greenhouse {
  background-image: url('../images/int_greenhouse2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.lever {
  background-image: url('../images/int_lever.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.smartrecruiters {
  background-image: url('../images/int_smartrecruiters.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.workday {
  background-image: url('../images/int_workday.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.successfactors {
  background-image: url('../images/int_successfactors.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.bamboohr {
  background-image: url('../images/int_bamboohr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.breezy {
  background-image: url('../images/breezy-hr-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.jobvite {
  background-image: url('../images/jobvite-yellow_10x_sxdkqe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.taleo {
  background-image: url('../images/taleo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.applicantstack {
  background-image: url('../images/applicantstack.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.ashby {
  background-image: url('../images/ashby.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.bizmerlinhr {
  background-image: url('../images/bizmerlinhr.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.cats {
  background-image: url('../images/catsats.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.clockwork {
  background-image: url('../images/clockwork-logo-img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.comeet {
  background-image: url('../images/comeet-logo-navy.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.fountain {
  background-image: url('../images/fountain.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.freshteam {
  background-image: url('../images/freshteam.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.hrcloud {
  background-image: url('../images/onboard-by-hr-cloud.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.workable {
  background-image: url('../images/workable.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.jazzhr {
  background-image: url('../images/jazzhr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.jobsoid {
  background-image: url('../images/jobsoid.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.homerun {
  background-image: url('../images/homerun.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.lano {
  background-image: url('../images/lano-logo-500w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.recruitee {
  background-image: url('../images/recruitee.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.recruiterflow {
  background-image: url('../images/recruiterflow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.sage {
  background-image: url('../images/sage-logo1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.talentlyft {
  background-image: url('../images/talentlyft.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.teamtailor {
  background-image: url('../images/teamtailor-logo-vector.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image_integration.wrk {
  background-image: url('../images/wrk.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown-list---full {
  opacity: 1;
  background-color: #fff;
  display: none;
  box-shadow: 0 1px 3px #00000026;
}

.dropdown-list---full.w--open {
  border-radius: 8px;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
  position: absolute;
  box-shadow: 0 1px 5px #395cbe40;
}

.menu-flex-box {
  align-items: center;
  width: 50%;
  padding: 10px;
  display: block;
}

.menu-flex-box:hover {
  border-radius: 0;
}

.div-block-54 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.div-block-54:hover {
  background-color: #f5f5f5;
  border-radius: 6px;
}

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

.div-block-54.hidden {
  display: none;
}

.nav_menu_icon {
  opacity: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  align-self: flex-start;
  width: 36px;
  margin-right: 8px;
  padding: 6px;
}

.nav_menu_icon.logo {
  border-style: none;
  padding: 0;
}

.navlink-description {
  opacity: 1;
  color: #6e7073;
  flex: 1;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: all .3s;
}

.navlink-description:hover {
  opacity: 1;
  color: #6e7073;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.navlink-description:focus {
  opacity: 1;
  color: #6e7073;
  font-weight: 400;
  transform: translate(0);
}

.navlink-description.w--current {
  border-top: 0px none var(--royal-blue);
  border-bottom: 0px solid var(--white);
  opacity: 1;
  color: #3f72ff;
  font-weight: 500;
  text-decoration: none;
}

.navlink-description.link_demo {
  display: none;
}

.navlink-description.link_covid {
  color: #f7b538;
}

.navlink-2_dark {
  opacity: 1;
  color: var(--night);
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
}

.navlink-2_dark:hover {
  opacity: 1;
  color: var(--slate-blue);
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2_dark:focus {
  opacity: 1;
  color: #3f72ff;
  transform: translate(0);
}

.navlink-2_dark.w--current {
  border-top: 0px none var(--royal-blue);
  border-bottom: 0px solid var(--white);
  opacity: 1;
  color: #3f72ff;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2_dark.link_demo {
  display: none;
}

.navlink-2_dark.link_covid {
  color: #f7b538;
}

.navlink-2_dark.not_stretched {
  flex: 0 auto;
}

.div-block-55 {
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  width: auto;
  min-width: 280px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navlink-2---centered {
  opacity: 1;
  color: #1a123b;
  text-align: center;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  flex: 1;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  overflow: hidden;
}

.navlink-2---centered:hover {
  opacity: 1;
  color: var(--slate-blue);
  background-color: #f5f5f5;
  border: 0 solid #000;
  border-radius: 0 0 11px 11px;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2---centered:focus {
  opacity: 1;
  color: #3f72ff;
  transform: translate(0);
}

.navlink-2---centered.w--current {
  border-top: 0px none var(--royal-blue);
  border-bottom: 0px solid var(--white);
  opacity: 1;
  color: #1a123b;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2---centered.w--current:hover {
  color: var(--navy);
}

.navlink-2---centered.link_demo {
  display: none;
}

.navlink-2---centered.link_covid {
  color: #f7b538;
}

.image-50 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.integration_hero {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.div-block-11-copy-copy-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-56 {
  width: auto;
  padding-right: 5%;
}

.div-block-56---center {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-56---center.hidden {
  display: none;
}

.text-span-8, .text-span-9 {
  color: var(--slate-blue);
}

.image-51 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.nav_chip {
  background-color: #00a87833;
  border-radius: 3px;
  padding: 2px 10px;
}

.navlink-2_chip {
  opacity: 1;
  color: var(--green);
  flex: 1;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .3s;
}

.navlink-2_chip:hover {
  opacity: 1;
  color: var(--green);
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2_chip:focus {
  opacity: 1;
  color: #3f72ff;
  transform: translate(0);
}

.navlink-2_chip.w--current {
  border-top: 0px none var(--royal-blue);
  border-bottom: 0px solid var(--white);
  opacity: 1;
  color: #3f72ff;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2_chip.link_demo {
  display: none;
}

.navlink-2_chip.link_covid {
  color: #f7b538;
}

.video-3 {
  border: 1px solid var(--slate-blue);
  border-radius: 0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-58 {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block---pink-orange-gradient-dark-bg {
  background-color: #0000;
  background-image: url('../images/background_glow1.svg');
  background-position: 100% 0;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
}

.html-embed--left {
  width: 80%;
  max-width: 550px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
}

.paragraph-dark--20-copy {
  z-index: 10;
  opacity: 1;
  color: #000;
  text-align: center;
  object-fit: fill;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  position: relative;
}

.paragraph-dark-left-20-bold-copy {
  z-index: 10;
  opacity: 1;
  color: #000;
  text-align: center;
  object-fit: fill;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  position: relative;
}

.paragraph-white-center-20-copy {
  z-index: 10;
  opacity: 1;
  color: var(--black);
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.title_dark_center-23 {
  color: #000;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.label_text_block-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: auto;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.horizontal_15-2 {
  width: 15px;
}

.horizontal_15-2:hover {
  color: #00a878;
  font-weight: 700;
}

.label_time_block-2 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  align-self: auto;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.title_dark_center-24 {
  color: #000;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.form_container_hero-3 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  box-shadow: 0 3px 5px #00000026;
}

.button_hero_blue-copy {
  color: var(--white);
  text-align: center;
  background-color: #3f72ff;
  border-radius: 5px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 14px #0003;
}

.button_hero_blue-copy:hover {
  transform: scale(1.05);
}

.text-block-3-copy-copy {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
}

.heading-light-center-30-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.heading-light-center-30-copy.smaller {
  font-size: 30px;
}

.heading-white-left---35-copy {
  color: #fff;
  text-align: left;
  max-width: 1000px;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 130%;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  margin-top: 7em;
  display: flex;
}

.vertical_100-copy {
  height: 100px;
  position: static;
}

.vertical_100-copy.more-on-top {
  height: 30px;
}

.columns {
  display: none;
}

.div-block---light-gradient2 {
  background-image: linear-gradient(#f5f8ff, #f8f5ff);
  display: block;
}

.vertical_60-copy {
  height: 20px;
}

.hero_icon_large {
  border-radius: 20px;
  width: 260px;
  max-width: 1000px;
  margin: auto auto 20px;
  display: block;
}

.hidden-div {
  display: none;
}

.navlink-2_dark-2 {
  opacity: 1;
  color: #000;
  flex: 0 auto;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s;
}

.navlink-2_dark-2:hover {
  opacity: 1;
  color: #3f72ff;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2_dark-2:focus {
  opacity: 1;
  color: #3f72ff;
  transform: translate(0);
}

.navlink-2_dark-2.w--current {
  opacity: 1;
  color: #3f72ff;
  border-top: 0 #3f72ff;
  border-bottom: 0 solid #fff;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2_chip-2 {
  opacity: 1;
  color: #00a878;
  flex: 1;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all .3s;
}

.navlink-2_chip-2:hover {
  opacity: 1;
  color: #00a878;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2_chip-2:focus {
  opacity: 1;
  color: #3f72ff;
  transform: translate(0);
}

.navlink-2_chip-2.w--current {
  opacity: 1;
  color: #3f72ff;
  border-top: 0 #3f72ff;
  border-bottom: 0 solid #fff;
  font-weight: 500;
  text-decoration: none;
}

.heading-dark-left-30---100-width {
  color: var(--black);
  text-align: left;
  letter-spacing: -.5px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

.heading-dark-left-30---100-width.smaller {
  font-size: 30px;
}

.image-28-copy-copy {
  width: 45%;
  max-width: 300px;
}

.heading-dark-left-30-thin {
  color: #424e6e;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 150%;
}

.div-block-62 {
  background-color: #f5f5f5;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.html-embed-plg-form {
  width: 100%;
  max-width: 550px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-54-copy {
  flex: 1;
  align-self: flex-start;
  align-items: center;
  padding: 0 20px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.div-block-54-copy:hover {
  background-color: #ffffff1a;
  border-radius: 5px;
}

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

.paragraph-dark-left-16-thin {
  z-index: 10;
  opacity: 1;
  color: #424e6e;
  text-align: left;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  position: relative;
}

.heading-dark-left_50-3 {
  color: #000;
  text-align: left;
  letter-spacing: -1.25px;
  width: 100%;
  max-width: 100%;
  margin: auto auto auto 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  top: auto;
}

.fine_print_12 {
  color: #718096;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.fine_print_12.small_lineheight {
  line-height: 100%;
}

.fine_print_12.small_lineheight.centered {
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 110%;
}

.div-block-64-copy {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-63 {
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-64 {
  background-color: #0000;
  padding: 20px;
}

.plg_image {
  width: 112px;
  transition: transform .2s;
  display: block;
  transform: translate(0);
}

.plg_image:hover {
  transform: scale(1.1);
}

.check_menu_icon {
  align-self: center;
  width: 30px;
  max-width: none;
}

.paragraph-dark-center-16-thin {
  z-index: 10;
  opacity: 1;
  color: #718096;
  text-align: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  position: relative;
}

.title_dark_left_20-bold-gradient-2 {
  color: #3f72ff;
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gradient-gif.gif');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.text-span-10 {
  border-bottom: 7px #3f72ff;
}

.bold-text-13 {
  color: #0e1116;
  font-size: 20px;
  line-height: 24px;
}

.text-block-6 {
  margin-bottom: 24px;
}

.div-block-69 {
  flex: 1;
  align-self: flex-start;
  align-items: center;
  max-width: 200px;
  padding: 10px 20px 10px 0;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.div-block-69:hover {
  background-color: #0000;
  border-radius: 5px;
}

.paragraph-dark-left-16-singup {
  z-index: 10;
  opacity: 1;
  color: #718096;
  text-align: left;
  width: 100%;
  max-width: 450px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}

.email_link_signup {
  opacity: 1;
  color: #4750ea;
  flex: 1;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: all .3s;
}

.email_link_signup:hover {
  opacity: 1;
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-weight: 500;
  text-decoration: underline;
}

.email_link_signup:focus {
  opacity: 1;
  color: #3f72ff;
  transform: translate(0);
}

.email_link_signup.w--current {
  opacity: 1;
  color: #3f72ff;
  border-top: 0 #3f72ff;
  border-bottom: 0 solid #fff;
  font-weight: 500;
  text-decoration: none;
}

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

.paragraph-dark-center-copy {
  opacity: 1;
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: -.5px;
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-64-copy {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

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

.div-block-64-copy-2 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
}

.div-block-61-copy {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.div-block-62-copy {
  background-color: #dadbe240;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  max-width: 400px;
  display: flex;
}

.div-block-64-copy-3 {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  padding: 20px;
  display: flex;
}

.div-block-63-copy {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-54-copy-2 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.div-block-54-copy-2:hover {
  background-color: #ffffff1a;
  border-radius: 5px;
}

.paragraph-dark-left-16-bold {
  z-index: 10;
  opacity: 1;
  color: var(--black);
  text-align: left;
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.paragraph-dark-left-16-bold.link {
  color: var(--slate-blue);
}

.paragraph-dark-left-14-thin {
  z-index: 10;
  opacity: 1;
  color: #424e6e;
  text-align: left;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  position: relative;
}

.div-block-57-copy {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.section_footer_container-3 {
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-62-copy {
  background-color: #f5f5f5;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.sign-up-side-panel-3 {
  background-color: #f5f5f5;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
  overflow: scroll;
}

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

.div-block-61-copy-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.div-block-71 {
  background-color: var(--green);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 10px;
}

.div-block-72 {
  background-color: var(--dark-slate-blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 10px;
}

.div-block-64-copy-4 {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  display: flex;
}

.security_inner-flex {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: auto;
  padding: 30px;
  display: flex;
}

.security_inner-flex.hidden {
  display: none;
}

.div-block-73 {
  width: 40%;
}

.div-block-74 {
  width: 45%;
}

.image-52 {
  width: 100%;
  max-width: 300px;
}

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

.nav_button_secondary2-copy {
  border: 1px solid var(--slate-blue);
  background-color: var(--white);
  box-shadow: none;
  color: var(--slate-blue);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.nav_button_secondary2-copy:hover {
  background-color: var(--white);
  color: var(--royal-blue);
  border-style: solid;
  border-color: #3f72ff;
  font-weight: 500;
  transform: scale(1.1);
}

.nav_button_secondary2-copy.w--current {
  font-weight: 500;
}

.divider {
  background-color: #0000001a;
  flex: 0 auto;
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.navlink-3 {
  opacity: 1;
  color: #6e7073;
  flex: 1;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.navlink-3:hover {
  opacity: 1;
  color: var(--slate-blue);
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
}

.navlink-3:focus {
  opacity: 1;
  color: #3f72ff;
  transform: translate(0);
}

.navlink-3.w--current {
  border-top: 0px none var(--royal-blue);
  border-bottom: 0px solid var(--white);
  opacity: 1;
  color: #3f72ff;
  font-weight: 500;
  text-decoration: none;
}

.navlink-3.link_demo {
  display: none;
}

.navlink-3.link_covid {
  color: #f7b538;
}

.navlink-3.signup {
  display: none;
}

.navlink-2-copy {
  opacity: 1;
  color: #6e7073;
  flex: 1;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.navlink-2-copy:hover {
  opacity: 1;
  color: var(--slate-blue);
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2-copy:focus {
  opacity: 1;
  color: #3f72ff;
  transform: translate(0);
}

.navlink-2-copy.w--current {
  border-top: 0px none var(--royal-blue);
  border-bottom: 0px solid var(--white);
  opacity: 1;
  color: #3f72ff;
  font-weight: 500;
  text-decoration: none;
}

.navlink-2-copy.link_demo {
  display: none;
}

.navlink-2-copy.link_covid {
  color: #f7b538;
}

.divider_web {
  background-color: #0000001a;
  width: 1px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.navlink-3-login {
  opacity: 1;
  color: #6e7073;
  flex: 1;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.navlink-3-login:hover {
  opacity: 1;
  color: var(--slate-blue);
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 0;
  font-weight: 500;
  text-decoration: none;
}

.navlink-3-login:focus {
  opacity: 1;
  color: #3f72ff;
  transform: translate(0);
}

.navlink-3-login.w--current {
  border-top: 0px none var(--royal-blue);
  border-bottom: 0px solid var(--white);
  opacity: 1;
  color: #3f72ff;
  font-weight: 500;
  text-decoration: none;
}

.navlink-3-login.link_demo {
  display: none;
}

.navlink-3-login.link_covid {
  color: #f7b538;
}

.navlink-3-login.signup {
  display: none;
}

.vertical_30 {
  height: 30px;
}

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

.nav_list_item_title {
  color: var(--dark-slate-blue-2);
  letter-spacing: normal;
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.menu-flex-box-left {
  align-items: center;
  width: 100%;
  padding: 10px 4px;
  display: block;
}

.menu-flex-box-left:hover {
  border-radius: 0;
}

.image-53 {
  border-radius: 10px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed-8 {
  border-radius: 20px;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-white-center-30 {
  color: var(--white);
  text-align: center;
  letter-spacing: normal;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 0%;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

.heading-white-center-30.smaller {
  font-size: 30px;
}

.div-block-flex-top-align {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.podcast-image {
  border-radius: 10px;
  width: 38%;
  max-height: none;
  box-shadow: 0 10px 20px #0003;
}

.section-logo {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding: 1.5em 2rem;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slider-img {
  width: auto;
  max-width: none;
  height: 2rem;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: none;
}

.logo-img._50-r-m {
  height: 35px;
  margin-right: 175px;
}

.nav_button_tertiary {
  background-color: var(--white);
  color: var(--black);
  border: 1px #00000026;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.nav_button_tertiary:hover {
  color: var(--slate-blue);
  background-color: #0000;
  border-style: none;
  border-color: #3f72ff;
  font-weight: 400;
}

.nav_button_secondary2-copy2 {
  border: 1px solid var(--night);
  background-color: var(--white);
  box-shadow: none;
  color: var(--night);
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.nav_button_secondary2-copy2:hover {
  border-style: solid;
  border-color: var(--slate-blue);
  background-color: var(--hover-blue);
  color: var(--slate-blue);
  font-weight: 500;
  transform: none;
}

.nav_button_secondary2-copy2.w--current {
  font-weight: 500;
}

.logopile-div {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.paragraph-gray-left-13 {
  z-index: 10;
  opacity: 1;
  color: #2d3958;
  text-align: left;
  width: auto;
  max-width: 800px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.hero_icon_xlarge {
  border-radius: 20px;
  width: 90%;
  max-width: 400px;
  margin: auto auto 0;
  display: block;
}

.hero_icon_xlarge.services {
  max-width: 600px;
}

.div-block---pink-orange-gradient-dark-bg-no-tile {
  background-color: #0000;
  background-image: url('../images/background_glow1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.dropdown-dark-left-20-bold {
  z-index: 10;
  float: left;
  clear: none;
  opacity: 1;
  color: #000;
  text-align: left;
  object-fit: none;
  flex: 1;
  order: 0;
  align-self: auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  display: block;
  position: relative;
  overflow: visible;
}

.dropdown {
  float: none;
  clear: none;
  background-color: #0000;
  flex-wrap: wrap;
  display: block;
}

.dropdown.hidden-div {
  display: none;
}

.dropdowntoggle {
  flex-flow: row;
  flex: 1;
  place-content: center flex-start;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.dropdown-list-3 {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: static;
}

.div-block-77 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-78 {
  object-fit: fill;
  flex: 1;
  max-width: 800px;
  overflow: scroll;
}

.icon-4 {
  position: relative;
}

.upper_nav_container {
  background-color: var(--night);
  display: none;
}

.upper_nav_maxwidth {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.link-block-13 {
  align-self: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-13:hover {
  opacity: .7;
}

.div-block-79 {
  background-color: var(--white);
  border-radius: 4px;
  padding: 2px 6px;
}

.bold-text-12---dark {
  color: var(--night);
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.bold-text-12---light {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list-3 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.link-block-14 {
  text-decoration: none;
  transition: all .2s;
}

.link-block-14:hover {
  opacity: .7;
}

.list-item-5 {
  align-self: center;
}

.upper_nav_link {
  color: var(--white);
  padding-left: 30px;
  font-size: 13px;
}

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

.heading-white-center_70 {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  flex: 0 auto;
  width: 90%;
  max-width: 950px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
}

.heading-white-center_70.margin_removemargin {
  margin-top: 0;
}

.logopile-div-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logopile-div-2.hidden-div {
  display: none;
}

.horizontal_15-3 {
  width: 15px;
  height: 0;
  display: block;
}

.horizontal_15-3:hover {
  color: #00a878;
  font-weight: 700;
}

.paragraph-light-left-13 {
  z-index: 10;
  opacity: 1;
  color: #dadbe2;
  text-align: left;
  width: auto;
  max-width: 800px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.div-block---light-indigo-gradient {
  background-color: var(--navy);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.div-block---light-indigo-gradient.integration_hero {
  background-image: url('../images/integrations_background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block---light-indigo-gradient.integration_section {
  background-image: url('../images/integrations_background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block---light-indigo-gradient.integration_hero2 {
  background-image: url('../images/integrations_background.png'), url('../images/bg_red_orange_blurs.svg'), linear-gradient(#251563, #523cac);
  background-position: 50% 100%, 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, auto, auto;
}

.div-block---light-indigo-gradient.black {
  background-color: var(--night);
}

.h1-pill {
  background-color: #ffffff26;
  border-radius: 50px;
  width: auto;
  min-width: auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
}

.h1-pill-text {
  opacity: .9;
  color: var(--white);
  text-align: center;
  letter-spacing: -.5px;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.vertical_100-2 {
  height: 100px;
  position: static;
}

.slider {
  background-color: #0000;
  max-width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.hero_slide1 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.focal-solution-image-2 {
  opacity: 1;
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-nav {
  display: none;
}

.hero_slider_img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-white-center-20-bold {
  z-index: 10;
  opacity: 1;
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

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

.button_hero_long_inline-white {
  background-color: var(--goldenrod);
  box-shadow: none;
  color: var(--navy);
  text-align: center;
  border-radius: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: 10px;
  padding: 13px 20px;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_long_inline-white:hover {
  transform: scale(1.05);
}

.button_hero_long_inline-white.hidden-div {
  display: none;
}

.button_hero_long-secondary-neo-copy {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--goldenrod);
  box-shadow: none;
  color: var(--goldenrod);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  width: auto;
  margin-left: 10px;
  margin-right: auto;
  padding: 13px 0;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_long-secondary-neo-copy:hover {
  transform: scale(1.05);
}

.button_hero_long-secondary-neo-copy.hidden-div {
  display: none;
}

.link-block-15 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-81 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-82 {
  flex-direction: column;
  display: flex;
}

.div-block---light-indigo-gradient_short {
  background-color: #251563;
  background-image: url('../images/bg_red_orange_blurs.svg'), linear-gradient(#251563, #523cac);
  background-position: 50% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.div-block---light-indigo-gradient_short.integration_hero {
  background-image: url('../images/integrations_background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block---light-indigo-gradient_short.integration_section {
  background-image: url('../images/integrations_background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block---menu-stick {
  z-index: 100;
  background-color: var(--gainsboro);
  position: static;
  top: 67px;
}

.div-block-83, .div-block-84, .div-block-85, .div-block-86 {
  flex-direction: column;
  display: flex;
}

.button_hero_gold {
  background-color: var(--goldenrod);
  color: var(--navy);
  text-align: center;
  border-radius: 5px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
  box-shadow: 0 5px 14px #0003;
}

.button_hero_gold:hover {
  transform: scale(1.05);
}

.button_hero_gold.hidden-div {
  display: none;
}

.underlined_bold_text_25 {
  font-size: 25px;
  text-decoration: underline;
}

.div-block_flex-leftaligned {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  max-width: 550px;
  margin-left: 0;
  margin-right: 5rem;
  display: flex;
  position: static;
}

.h1-pill---left {
  background-color: #ffffff26;
  border-radius: 50px;
  width: auto;
  min-width: auto;
  max-width: 400px;
  padding: 5px 15px;
}

.button_hero_white_left-primary {
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
  text-align: center;
  border-radius: 5px;
  width: auto;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_white_left-primary:hover {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
  background-size: auto;
  transform: scale(1.05);
}

.button_hero_white_left-secondary {
  border: 1px solid var(--white);
  box-shadow: none;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  padding: 13px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_white_left-secondary:hover {
  background-color: #0000;
  transform: scale(1.05);
}

.solutions-images-big {
  width: 55%;
  max-height: 100vh;
}

.solutions-images-big.smaller {
  width: 60%;
}

.solutions-images-big.bigger {
  flex: 0 auto;
  width: 70%;
  margin-right: -20%;
}

.solutions-images-big.bigger.video {
  border-radius: 10px;
  max-height: 400px;
}

.solutions-images-big.inline {
  width: 100%;
  margin-bottom: 20px;
}

.solutions-images-big.letters {
  width: 70%;
  margin-right: -150px;
}

.background-video-2 {
  border: 10px solid #ffffff40;
  border-radius: 12px;
  flex: 0 auto;
  align-self: stretch;
  width: 120%;
}

.html-embed-9 {
  display: none;
}

.div-block_flex-leftaligned_solution {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: 620px;
  margin-left: 0;
  margin-right: 5rem;
  display: flex;
  position: static;
}

.text-span-11 {
  opacity: 1;
  color: var(--slate-blue);
}

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

.div-block-88 {
  width: 50%;
  height: 100vh;
  overflow: scroll;
}

.div-block---89 {
  background-color: #1c103e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  height: 100vh;
  display: flex;
  overflow: scroll;
}

.div-block---89.integration_hero {
  background-image: url('../images/integrations_background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block---89.integration_section {
  background-image: url('../images/integrations_background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.image-28-copy-3 {
  width: 25%;
  max-width: 400px;
}

.image-54 {
  flex: 1;
  display: block;
}

.text-span-12 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/gradient-gif.gif');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-13, .text-span-14, .text-span-15 {
  color: var(--slate-blue);
}

.text-span-16---gold {
  opacity: 1;
  color: var(--slate-blue);
}

.text-span-17, .text-span-18 {
  opacity: .6;
}

.navlink-2-light {
  opacity: 1;
  color: var(--night);
  border-bottom: 2px solid #0e111600;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  padding: 10px 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: all .3s;
}

.navlink-2-light:hover {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--night);
  opacity: 1;
  color: var(--night);
  background-color: #0000;
  border-radius: 0;
  font-weight: 400;
  text-decoration: none;
}

.navlink-2-light:focus {
  border-bottom-width: 0;
  border-bottom-color: var(--goldenrod);
  opacity: 1;
  color: var(--slate-blue);
  transform: translate(0);
}

.navlink-2-light.w--current {
  border-top: 1px none var(--royal-blue);
  border-bottom: 2px none var(--slate-blue);
  opacity: 1;
  color: var(--night);
  font-weight: 400;
  text-decoration: none;
}

.navlink-2-light.link_demo {
  display: none;
}

.navlink-2-light.link_covid {
  color: #f7b538;
}

.navlink-2-light.underline_text_link_gold {
  color: var(--goldenrod);
  margin-right: 20px;
  text-decoration: none;
}

.navlink-2-light.underline_text_link_gold:hover {
  opacity: 1;
}

.navlink-2-light.hidden_on_desktop {
  display: none;
}

.div-block---2025 {
  background-color: var(--white);
  background-image: url('../images/blur_bg-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.div-block---2025.integration_hero {
  background-image: url('../images/integrations_background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block---2025.integration_section {
  background-image: url('../images/integrations_background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block---2025.integration_hero2 {
  background-image: url('../images/integrations_background.png'), url('../images/bg_red_orange_blurs.svg'), linear-gradient(#251563, #523cac);
  background-position: 50% 100%, 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, auto, auto;
}

.div-block---2025.home_hero {
  background-color: #000078;
  overflow: hidden;
}

.div-block-hero {
  object-fit: fill;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-white-left-64 {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}

.heading-white-left-64.smaller {
  font-size: 30px;
}

.button_hero_gold_left-primary {
  background-color: var(--night);
  box-shadow: none;
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  width: auto;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_gold_left-primary:hover {
  background-color: var(--slate-blue);
  color: var(--white);
  background-image: none;
  background-size: auto;
  transform: scale(1.05);
}

.button_hero_gold_left-primary.smaller {
  font-size: 18px;
}

.button_hero_gold_left-primary.white {
  background-color: var(--white);
  color: var(--black);
}

.text-link-gold-20 {
  border-bottom: 2px none var(--goldenrod);
  color: var(--night);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.text-link-gold-20:hover {
  opacity: 1;
  color: var(--slate-blue);
}

.text-link-gold-20.hidden-div, .text-link-gold-20.hidden-div.w--current {
  display: none;
}

.flex-right-hero {
  background-image: url('../images/newhero_june2023.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 75vh;
}

.flex-right-hero.integrations_img {
  background-image: url('../images/integrations.png');
  background-size: contain;
  height: 50vh;
  transition: all .5s;
}

.flex-right-hero.integrations_img:hover {
  transform: scale(1.05);
}

.hero_floating_image1 {
  position: relative;
  inset: 4% -67% auto auto;
}

.hero_floating_image2 {
  position: relative;
  inset: auto auto -35% -12%;
}

.tabs-2 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home_tab_menu {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 40px;
  font-family: SF Pro Display \- Bold, sans-serif;
  font-size: 20px;
  display: flex;
}

.tab-link2 {
  color: #aca8bc;
  background-color: #0000;
  border-bottom: 3px solid #e2e0ec;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  padding: 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.tab-link2:hover {
  color: #5e5e85;
}

.tab-link2.w--current {
  border-bottom-color: var(--slate-blue);
  color: var(--slate-blue);
  background-color: #0000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.home-tab-image-holder {
  border: 1px #d6d4dc;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 8px;
  display: flex;
}

.value-tabs_content-container {
  background-color: var(--floral-tan);
  border-radius: 24px;
  align-items: center;
  padding: 80px;
  display: flex;
}

.text-link-blue-16 {
  border-bottom: 2px solid var(--navy);
  color: var(--night);
  padding-bottom: 5px;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.text-link-blue-16:hover {
  opacity: .75;
  color: var(--navy);
}

.div-block_flex-leftaligned-tabs {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  max-width: 550px;
  margin-left: 0;
  margin-right: 5rem;
  display: flex;
  position: static;
}

.div-block-bg--tan {
  background-color: #fafafa;
}

.div-block-bg--tan.hidden {
  display: none;
}

.div-block-bg--tan.confetti {
  background-image: url('../images/confetti.svg');
  background-position: 50% 60px;
  background-repeat: no-repeat;
}

.blue-text-highlight {
  color: var(--slate-blue);
}

.paragraph-dark--24 {
  z-index: 10;
  opacity: 1;
  color: #000;
  text-align: left;
  width: 100%;
  max-width: 630px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  list-style-type: disc;
  position: relative;
}

.paragraph-dark--24.lighter {
  opacity: .6;
  font-weight: 500;
}

.paragraph-dark--30-bold {
  z-index: 10;
  opacity: 1;
  color: #000;
  text-align: left;
  width: 100%;
  max-width: 630px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  list-style-type: disc;
  position: relative;
}

.solutions-flex-container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-89 {
  padding-left: 40px;
  padding-right: 20px;
}

.text-link---20---solutions {
  color: var(--night);
  overflow-wrap: normal;
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.text-link---20---solutions.bolder {
  font-weight: 500;
}

.heading-white-left-60 {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 130%;
}

.heading-white-left-60.smaller {
  font-size: 30px;
}

.testimonial-half-block {
  background-color: var(--navy);
  border-radius: 32px;
  width: 48.75%;
  padding: 48px;
}

.testimonial-half-block.instacart_bg {
  background-color: #003d29;
}

.testimonial-half-block.captrust_bg {
  background-color: #003b80;
}

.testimonial-half-block.white_bg {
  background-color: #fff;
}

.paragraph-light--32 {
  z-index: 10;
  opacity: 1;
  color: var(--white);
  text-align: left;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  list-style-type: disc;
  position: relative;
}

.paragraph-light--24 {
  z-index: 10;
  opacity: 1;
  color: var(--white);
  text-align: left;
  width: 100%;
  max-width: 630px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  list-style-type: disc;
  position: relative;
}

.testimonial-flex-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-flex-container.testimonial_instacart {
  background-color: #003d29;
}

.testimonial-flex-container.cta_bg {
  background-image: url('../images/pequity_logo_bg_cta.svg');
  background-size: cover;
}

.testimonial-flex-container.top_aligned {
  align-items: flex-start;
}

.testimonial-flex-container.hidden-div {
  display: none;
}

.testimonial-full-block {
  background-color: var(--navy);
  border-radius: 32px;
  width: 100%;
  padding: 48px;
}

.testimonial-full-block.instacart_bg {
  background-color: #003d29;
}

.testimonial-full-block.captrust_bg {
  background-color: #003b80;
}

.testimonial-full-block.maymobility_bg {
  background-color: #369044;
}

.testimonial-full-block.cta_bg {
  background-image: url('../images/pequity_logo_bg_cta.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-full-block.cta_bg_black {
  background-color: var(--night);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog_img {
  border-radius: 8px;
}

.blog_img.no_rounding {
  border-radius: 0;
}

.div-block_flex-leftaligned_cta {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  max-width: 580px;
  margin-left: 0;
  margin-right: 5rem;
  display: flex;
  position: static;
}

.div-block_flex-leftaligned_cta.centered {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.text-span-21 {
  color: var(--royal-blue);
}

.heading-white-left-48 {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.heading-white-left-48.smaller {
  font-size: 30px;
}

.heading-white-left-48.centered {
  text-align: center;
  font-size: 40px;
}

.div-block---about-holder {
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  width: auto;
  min-width: 220px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-right-hero-2 {
  background-image: url('../images/hero2_newhero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 75vh;
  transition: all .2s;
  position: absolute;
  left: 62%;
}

.flex-right-hero-2:hover {
  transform: translate(0, -10px);
}

.flex-right-hero-2.integrations_img {
  background-image: url('../images/Integration-2.png');
  background-size: contain;
  height: 50vh;
  transition: all .5s;
}

.flex-right-hero-2.integrations_img:hover {
  transform: scale(1.05);
}

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

.search {
  border-radius: 6px;
  align-items: baseline;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: SF Pro Display \- Regular, sans-serif;
  display: flex;
}

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

.search-input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-bottom: 0;
}

.div-block-91 {
  flex: 1;
  justify-content: center;
  display: flex;
}

.search-button {
  background-color: var(--navy);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.glossary_section_container {
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vertical_10 {
  height: 10px;
  display: block;
}

.demo-text-block {
  border-radius: 32px;
  align-self: center;
  width: 50%;
  padding: 48px;
}

.demo-text-block.instacart_bg {
  background-color: #003d29;
}

.demo-text-block.captrust_bg {
  background-color: #003b80;
}

.demo-text-block.left {
  padding-left: 48px;
  padding-right: 0;
}

.demo-text-block.left.top-aligned {
  align-self: flex-start;
  padding-top: 0;
  padding-right: 20px;
}

.demo-form-block {
  background-color: var(--navy);
  border-radius: 20px;
  align-self: center;
  width: 48.75%;
  padding: 48px 20px;
}

.demo-form-block.instacart_bg {
  background-color: #003d29;
}

.demo-form-block.captrust_bg {
  background-color: #003b80;
}

.demo-form-block.alternate-bg {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  box-shadow: 0 10px 20px #0003;
}

.demo-form-block.alternate-bg.top_aligned {
  align-self: flex-start;
  padding-top: 20px;
}

.demo-form-block.alternate-bg-copy {
  box-shadow: none;
  background-color: #fff0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.demo-form-block.alternate-bg-copy.top_aligned {
  align-self: flex-start;
  padding-top: 20px;
}

.image-59 {
  margin-left: auto;
  margin-right: auto;
}

.text-span-23 {
  color: var(--slate-blue);
}

.list-item-6 {
  padding-bottom: 10px;
}

.html-embed-10 {
  width: 100%;
}

.glossary_left_anchor {
  width: 100px;
  padding-right: 60px;
}

.glossary_right_content {
  flex: 1;
}

.glossary_anchor_text {
  color: var(--navy);
  font-family: SF Pro Display \- Bold, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.glossary_block {
  background-color: var(--white);
  border-radius: 16px;
  align-items: center;
  padding: 30px;
  display: flex;
}

.glossary_img {
  border-radius: 5px;
  padding-right: 30px;
}

.paragraph-white-left-20-bullet {
  z-index: 10;
  opacity: 1;
  color: var(--white);
  text-align: left;
  background-image: url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg');
  background-position: 0 232px, 0 165px, 0 123px, 0 84px, 0 14px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 26px, 26px, 26px, 24px, 24px;
  width: 100%;
  max-width: 560px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  list-style-type: none;
  position: relative;
}

.paragraph-white-left-20-bullet.pricing {
  color: var(--night);
  background-image: url('../images/Check-Circle.svg'), url('../images/Check-Circle.svg'), url('../images/Check-Circle.svg');
  background-position: 0 140px, 0 77px, 0 14px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 24px, 24px, 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.paragraph-white-left-20-bullet.referral {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  list-style-type: decimal;
}

.link-block-watch {
  border: 1px solid var(--night);
  color: #00f;
  border-radius: 40px;
  flex-direction: row;
  align-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: 21.9rem;
  padding: 8px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-watch:hover {
  background-color: #e4e3e7;
}

.glossary_spaceing_large {
  float: none;
  height: 100px;
  position: static;
}

.glossary_spacing_small {
  height: 30px;
}

.max-width-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-container.testimonial_instacart {
  background-color: #003d29;
}

.max-width-container.cta_bg {
  background-image: url('../images/pequity_logo_bg_cta.svg');
  background-size: cover;
}

.heading-dark-left-30-b-full {
  color: var(--black);
  text-align: left;
  letter-spacing: normal;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.heading-dark-left-30-b-full.smaller {
  font-size: 30px;
}

.paragraph-dark-center-16-inline-copy {
  z-index: 10;
  opacity: 1;
  color: #767189;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: inline;
  position: relative;
}

.paragraph-dark-center-16-inline-copy:hover {
  text-decoration: none;
}

.partner-image {
  border-radius: 6px;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tri-layout-holder {
  border: 1px none var(--gainsboro);
  background-color: var(--white);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 30%;
  margin-right: 3%;
  display: block;
}

.tri-layout-holder.hidden {
  opacity: .01;
}

.tri-layout-holder.focus_bg {
  background-color: #edf1fe;
}

.tri-flex-container---left {
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block---dark-list {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .15s;
  display: flex;
}

.div-block---dark-list:hover {
  background-color: #0000;
  border-radius: 6px;
}

.div-block---dark-list.hidden {
  display: none;
}

.dark-list---icon {
  opacity: 1;
  align-self: flex-start;
  width: 30px;
  margin-right: 20px;
  display: block;
}

.text-span-24, .text-span-25 {
  color: var(--goldenrod);
}

.text-span-26 {
  color: var(--highlight-blue);
  font-style: italic;
}

.paragraph-5-copy {
  opacity: 1;
  color: #fff;
  text-align: center;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-weight: 400;
}

.link-2-copy {
  color: #918da1;
  text-decoration: none;
  transition: all .2s;
}

.link-2-copy:hover {
  color: var(--navy);
}

.body-4 {
  background-color: var(--navy);
  display: block;
}

.link-7 {
  color: #fff;
}

.text-span-27 {
  text-transform: uppercase;
  font-family: SF Pro Display \- Medium, sans-serif;
}

.image-61 {
  object-fit: contain;
  width: 40%;
}

.demo-text-block-copy {
  background-color: #ffffff2e;
  border-radius: 32px;
  align-self: center;
  width: 50%;
  padding: 36px;
}

.demo-text-block-copy.instacart_bg {
  background-color: #003d29;
}

.demo-text-block-copy.captrust_bg {
  background-color: #003b80;
}

.demo-text-block-copy.left {
  padding-left: 48px;
  padding-right: 0;
}

.heading-white-left---35-copy {
  color: #fff;
  text-align: left;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 130%;
}

.image-62 {
  border: 2px solid #2f2e92;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  margin-left: 0;
}

.face {
  border: 3px solid #2f2e92;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  margin-left: -12px;
}

.divider-white {
  background-color: #fff6;
  border-radius: 20px;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.social-proof {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.face-wrapper {
  flex: 0 auto;
  min-width: 108px;
  padding-left: 12px;
}

.paragraph-white-left-16-copy {
  opacity: .8;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-white-left-16-copy.smaller {
  font-size: 30px;
}

.text-span-28 {
  font-style: italic;
  text-decoration: none;
}

.gold {
  color: var(--goldenrod);
}

.image-63 {
  border-radius: 20px;
  height: 100%;
}

.bold-text-15 {
  font-weight: 500;
}

.bg_wrapped {
  background-color: #121212;
}

.wrapped_slider_div_container {
  width: 90%;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-wrapped {
  inset: -40px 0% auto;
}

.right-arrow-2 {
  right: -80px;
}

.left-arrow-2 {
  left: -80px;
}

.slider-2 {
  height: 80vh;
  min-height: 710px;
}

.wrapped-slide---hero {
  background-color: #ed6653;
  background-image: url('../images/top-left.svg'), url('../images/top-right.svg'), url('../images/middle-left.svg');
  background-position: -2% -70%, 110% -90%, -30% 140%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 80%, auto 80%, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapped-heading-1 {
  color: #000;
  text-align: center;
  text-shadow: none;
  background-color: #ed6654;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Jost, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
  display: block;
  position: relative;
}

.wrapped-heading-1.smaller {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 70px;
}

.larger {
  font-size: 110px;
}

.div-block-92 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-93 {
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  display: flex;
}

.wrapped_logo {
  transition: all .2s;
}

.wrapped_logo:hover {
  transform: scale(1.1);
}

.wrapped-text-block {
  color: #000;
  text-align: center;
  background-color: #ed6654;
  width: auto;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Jost, sans-serif;
  font-size: 20px;
  line-height: 120%;
  list-style-type: decimal;
}

.wrapped-text-block.nobg {
  background-color: #ed665400;
}

.wrapped-text-block.nobg.left-aligned {
  text-align: left;
  padding-left: 0%;
  padding-right: 0%;
  line-height: 140%;
}

.wrapped-text-block.small {
  color: #000000b0;
  font-size: 14px;
}

.wrapped-flex-centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapped-slide---purple {
  background-color: #afb2fa;
  background-image: url('../images/7b482ea3-e6be-49a3-883c-8b5048e92741.webp'), url('../images/3f6adf27-b81a-4cd7-8418-29d28239c7ca.webp');
  background-position: 95% -60%, 0 -60%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 50%, auto 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapped-flex-left-aligned {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.wrapped-heading-2 {
  color: #000;
  text-align: center;
  text-shadow: none;
  background-color: #ed6654;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jost, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
  display: block;
  position: relative;
}

.wrapped-heading-2.nobg {
  background-color: #ed665400;
  font-weight: 600;
}

.wrapped-heading-2.nobg.left, .wrapped-list-item {
  text-align: left;
}

.wrapped-slide---yellow {
  background-color: #d5b63d;
  background-image: url('../images/aaeb8b87-2a1a-4ce1-97d4-e45dfa00eac0.webp'), url('../images/749faa53-89bf-41c1-8db7-6e5262bc9ce0.webp'), url('../images/aaeb8b87-2a1a-4ce1-97d4-e45dfa00eac0.webp');
  background-position: 95% -60%, 10% -70%, -40% 130%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 50%, auto 50%, auto 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapped-slide-turquoise {
  background-color: #60cda9;
  background-image: url('../images/1ab85c23-4d0d-4c5a-a1fd-a71aefb3ba8d.webp'), url('../images/94391a4c-79be-401d-a509-5625ed39b628.webp'), url('../images/f3ab2f10-d6bf-42ba-a39e-701f3d3aaddb.webp');
  background-position: 10% -40%, 95% -60%, 120% 130%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 50%, auto 50%, auto 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapped-slide---red {
  background-color: #ed6653;
  background-image: url('../images/middle-left.svg'), url('../images/top-left.svg'), url('../images/top-right.svg');
  background-position: 95% -60%, 120% 260%, -20% -240%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 50%, auto 80%, auto 80%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_button_primary---black {
  border: 1px none var(--slate-blue);
  background-color: var(--night);
  box-shadow: none;
  color: var(--zircon);
  border-radius: 6px;
  padding: 14px 24px;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.nav_button_primary---black:hover {
  border-style: none;
  border-color: var(--slate-blue);
  background-color: var(--night);
  color: var(--zircon);
  background-image: none;
  background-size: auto;
  font-weight: 500;
  transform: scale(1.05);
}

.hero-descriptions-text-link {
  color: var(--goldenrod);
  -webkit-text-stroke-color: var(--white);
  background-color: #fff0;
  border-radius: 2px;
  text-decoration: underline;
  transition: all .2s;
}

.hero-descriptions-text-link:hover {
  background-color: var(--goldenrod);
  opacity: 1;
  color: var(--navy);
  -webkit-text-stroke-color: var(--goldenrod);
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  transform: scale(1.1);
}

.text-span-29, .text-span-30, .text-span-31 {
  color: var(--slate-blue);
}

.div-block-stick-text {
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-94 {
  width: 40%;
}

.services-page-images {
  width: 40%;
  max-height: none;
  display: block;
}

.services-page-images.rounded-corners {
  border-radius: 20px;
  width: 40%;
  position: static;
}

.text_link_secondary {
  color: var(--navy);
  text-align: center;
  background-color: #3898ec00;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.text_link_secondary:hover {
  text-decoration: underline;
}

.text_link_secondary.smaller {
  color: var(--dark-slate-blue);
  font-size: 16px;
}

.navbar-4 {
  background-color: #2c64c4;
}

.brand-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.container-2 {
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.body-5 {
  background-image: linear-gradient(to bottom, var(--navy), var(--navy));
}

.div-block-95 {
  width: 95%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.div-block-96 {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.text-span-32, .white-header-lower-opacity {
  color: #fff9;
}

.background-video-3 {
  border: 10px solid #ffffff40;
  border-radius: 20px;
  flex: 0 auto;
  align-self: stretch;
  width: 800px;
  height: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

._3-layout-testimonial-container {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-holder-2 {
  border: 1px none var(--gainsboro);
  background-color: #fff0;
  border-radius: 16px;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: block;
}

.testimonial-holder-2.hidden {
  opacity: .01;
}

.testimonial-holder-2.focus_bg {
  background-color: #edf1fe;
}

.div-block-97 {
  width: 31%;
}

.div-block-97.lower {
  margin-top: 40px;
}

.div-block-97.lowest {
  margin-top: 80px;
}

.image-64.captrust {
  height: 35px;
}

.image-64.may {
  height: 70px;
}

.image-64.abacus {
  height: 50px;
}

.image-64.skylo {
  height: 40px;
}

.image-64.notion {
  height: 56px;
}

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

.image-65 {
  border-radius: 60px;
  margin-right: 10px;
}

.testimonial_inner {
  object-fit: fill;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  width: auto;
  margin-bottom: 30px;
  margin-right: 20px;
  padding: 30px;
  transition: all .2s;
  display: block;
}

.testimonial_inner:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px #0b0b2933;
}

.testimonial_inner.hidden {
  display: none;
}

.nav_container---data {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: sticky;
}

.brand-data {
  clear: none;
  font-size: 130px;
  transition: all .2s;
  display: flex;
}

.brand-data:hover {
  transform: scale(1.1);
}

.brand-data.w--current {
  flex: 0 auto;
  font-size: 140px;
}

.features-flex-container {
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-99 {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.feature_img {
  width: 30px;
}

.div-block-100 {
  padding-left: 12px;
  padding-right: 0;
}

.text-span-34, .text-span-35 {
  color: var(--dark-slate-blue-2);
  font-size: 30px;
}

.pricing_holder {
  border: 1px none var(--gainsboro);
  background-color: var(--white);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 33%;
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
}

.pricing_holder.hidden {
  opacity: .01;
}

.pricing_holder.focus_bg {
  background-color: #edf1fe;
}

.pricing-flex-container {
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-11 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-12 {
  width: 100%;
}

.paragraph-dark-center-20-2 {
  z-index: 10;
  opacity: 1;
  color: #0e1116;
  text-align: center;
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.bold-text-16, .bold-text-17 {
  font-family: SF Pro Display \- Bold, sans-serif;
}

.bold-text-18 {
  color: var(--slate-blue);
  font-family: SF Pro Display \- Bold, sans-serif;
}

.div-block_flex-centeraligned_solution {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 620px;
  margin-left: 0;
  display: flex;
  position: static;
}

.text-span-36, .text-span-37 {
  color: var(--slate-blue);
}

.testimonial-holder-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px none var(--gainsboro);
  background-color: #fff0;
  border-radius: 16px;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.testimonial-holder-2-copy.hidden {
  opacity: .01;
}

.testimonial-holder-2-copy.focus_bg {
  background-color: #edf1fe;
}

.testimonial-holder-2-copy.stretched {
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial_inner-copy {
  vertical-align: top;
  cursor: pointer;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  flex: 1;
  align-self: stretch;
  width: 400px;
  margin-bottom: 30px;
  padding: 30px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.testimonial_inner-copy:hover {
  transform: scale(1.025);
  box-shadow: 0 10px 20px #0b0b2933;
}

.testimonial_inner-copy.hidden {
  display: none;
}

.testimonial_inner-copy._40-percent {
  width: 40%;
  margin-right: 0;
}

.testimonial_inner-copy._60-percent {
  width: 60%;
}

.testimonial_inner-copy.no-hover {
  cursor: auto;
}

.testimonial_inner-copy.no-hover:hover {
  box-shadow: none;
  transform: none;
}

.xl_hero_img {
  border-radius: 32px;
  width: 90%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.xl_hero_img.hidden-div {
  display: none;
}

.div-block-hero-img {
  background-image: url('../images/hero-new-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.code-embed {
  border: 10px solid var(--night);
  border-radius: 34px;
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-101 {
  border: 0 solid #080667;
  border-radius: 30px;
  width: 90%;
  max-width: 1200px;
  height: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  padding-top: 50px;
  overflow: hidden;
}

.mask {
  overflow: visible;
}

.slide-nav-2 {
  inset: 0% 0% auto;
}

.icon-5 {
  background-color: #000;
  margin: 0;
}

.left-arrow-3 {
  margin-left: 40%;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-67 {
  transform-style: preserve-3d;
  background-color: #dbdbdb;
  border-radius: 20px;
  padding: 10px;
  display: block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-66 {
  background-color: #dbdbdb;
  border-radius: 20px;
  padding: 10px;
  display: block;
  position: static;
}

.right-arrow-3 {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: 40%;
  display: flex;
  inset: 0% 0% auto;
}

.div-block---integrations {
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block---light-purp {
  background-color: #e7e9f9;
  overflow: hidden;
}

.div-block---light-purp.integration_hero {
  background-image: url('../images/integrations_background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block---light-purp.integration_section {
  background-image: url('../images/integrations_background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block---light-purp.integration_hero2 {
  background-image: url('../images/integrations_background.png'), url('../images/bg_red_orange_blurs.svg'), linear-gradient(#251563, #523cac);
  background-position: 50% 100%, 50% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, auto, auto;
}

.div-block---light-purp.home_hero {
  background-color: #000078;
  overflow: hidden;
}

.div-block-hero-img-cta {
  background-image: url('../images/hero-new-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 170%;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 200px;
}

.centered-flex-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-flex-container.testimonial_instacart {
  background-color: #003d29;
}

.centered-flex-container.cta_bg {
  background-image: url('../images/pequity_logo_bg_cta.svg');
  background-size: cover;
}

.centered-flex-container.top_aligned {
  align-items: flex-start;
}

.centered-flex-container.hidden-div {
  display: none;
}

.bold-text-19 {
  color: var(--slate-blue);
}

.stat-title {
  color: var(--slate-blue);
  flex: 1;
  order: 1;
  align-self: center;
  font-family: SF Pro Display \- Medium, sans-serif;
  font-size: 40px;
  line-height: 150%;
  list-style-type: decimal;
  display: block;
}

.vertical_100-3 {
  float: none;
  height: 100px;
  position: static;
}

.horizontal_15-4 {
  width: 15px;
  height: 0;
  display: block;
}

.horizontal_15-4:hover {
  color: #00a878;
  font-weight: 700;
}

.stat-description {
  opacity: 1;
  color: var(--slate-blue);
  flex: 1;
  order: 1;
  align-self: center;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 18px;
  line-height: 150%;
  list-style-type: decimal;
  display: block;
}

.image-68 {
  border-radius: 20px;
}

.div-block---light-indigo-gradient-2 {
  background-color: #000078;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.div-block---dark-indigo-2 {
  background-color: #010553;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.quick-stack {
  padding: 25px 0;
}

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

.text-block-8 {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

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

.button_hero_gold_left-primary-2 {
  box-shadow: none;
  color: #000078;
  text-align: center;
  background-color: #fb0;
  border-radius: 6px;
  width: auto;
  padding: 16px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_gold_left-primary-2:hover {
  color: #000078;
  background-color: #fb0;
  background-image: none;
  background-size: auto;
  transform: scale(1.05);
}

.div-block-bg--tan-2 {
  background-color: #fcf7f0;
}

.text-block-10 {
  color: #000078;
}

.button_hero_gold_left-primary-3 {
  box-shadow: none;
  color: #000078;
  text-align: center;
  background-color: #fb0;
  border-radius: 6px;
  width: auto;
  padding: 16px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_gold_left-primary-3:hover {
  color: #000078;
  background-color: #fb0;
  background-image: none;
  background-size: auto;
  transform: scale(1.05);
}

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

.image-70 {
  border: 3px solid #fff;
  border-radius: 60px;
  margin-right: 10px;
}

.bold-text-25 {
  font-family: SF Pro Display \- Bold, sans-serif;
}

.div-block-115 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-26, .bold-text-22 {
  font-family: SF Pro Display \- Bold, sans-serif;
}

.paragraph-dark-left-16-regular-2 {
  z-index: 10;
  opacity: 1;
  color: #433e57;
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  list-style-type: disc;
  position: relative;
}

.bold-text-23 {
  font-family: SF Pro Display \- Bold, sans-serif;
}

.paragraph-light--24-2 {
  z-index: 10;
  opacity: 1;
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 630px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  list-style-type: disc;
  position: relative;
}

.div-block-113 {
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  padding: 20px;
  position: sticky;
  top: 90px;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-white-left-20-2 {
  z-index: 10;
  opacity: 1;
  color: #fff;
  text-align: left;
  align-self: auto;
  width: 100%;
  max-width: 560px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  position: static;
}

.bold-text-24 {
  font-family: SF Pro Display \- Bold, sans-serif;
  font-weight: 700;
}

.bold-text-21 {
  font-family: SF Pro Display \- Bold, sans-serif;
}

.customer-story-use-case-link {
  color: var(--slate-blue);
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.customer-story-use-case-link:hover {
  color: var(--slate-blue);
}

.customer-story-use-case-link.w--current {
  font-family: DM Sans, sans-serif;
}

.customer-story-use-case-link.w--current:hover {
  color: #3f72ff;
}

.paragraph-dark-left-16-bold-2 {
  z-index: 10;
  opacity: 1;
  color: #000;
  text-align: left;
  flex: 0 auto;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.heading-white-left-48-2 {
  color: #fff;
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

.testimonial-full-block-2 {
  background-color: #000078;
  border-radius: 32px;
  width: 100%;
  padding: 48px;
}

.testimonial-full-block-2.maymobility_bg {
  background-color: #369044;
  border-radius: 20px;
  padding: 20px 40px;
}

.testimonial-full-block-2.instacart_bg {
  background-color: #003d29;
}

.testimonial-full-block-2.cta_bg {
  background-image: url('../images/pequity_logo_bg_cta.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-full-block-2.notion_red {
  background-color: #b84040;
  border-radius: 20px;
  padding: 20px 40px;
}

.testimonial-full-block-2.ahead_blue {
  background-color: #007cac;
}

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

.heading-white-left-30-b-2 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Display \- Regular, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

.div-block-bg--black {
  background-color: var(--night);
}

.div-block-bg--black.hidden {
  display: none;
}

.div-block-bg--black.confetti {
  background-image: url('../images/confetti.svg');
  background-position: 50% 60px;
  background-repeat: no-repeat;
}

.button_hero_gold_left-secondary {
  border: 1px solid var(--night);
  box-shadow: none;
  color: var(--night);
  text-align: center;
  background-color: #eee0;
  border-radius: 8px;
  width: auto;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  transition: all .2s;
  display: block;
}

.button_hero_gold_left-secondary:hover {
  background-color: var(--slate-blue);
  color: var(--white);
  background-image: none;
  background-size: auto;
  transform: scale(1.05);
}

.button_hero_gold_left-secondary.smaller {
  font-size: 18px;
}

.button_hero_gold_left-secondary.white {
  background-color: var(--white);
  color: var(--black);
}

.text-span-38 {
  color: var(--slate-blue);
}

.video-4 {
  border-radius: 20px;
}

.div-block-179 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-video-4 {
  border: 10px solid #ffffff40;
  border-radius: 20px;
  flex: 0 auto;
  align-self: stretch;
  width: 1700px;
  height: 600px;
  margin-right: -400px;
}

.background-video-4.approvals2 {
  cursor: pointer;
  background-image: url('../images/approvals_lightbox.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  height: 540px;
  transition: all .8s;
}

.background-video-4.approvals2:hover {
  transform: scale(1.1);
}

.background-video-4.approvals2.ccp {
  background-image: url('../images/ccp_lightbox.png');
}

.text-span-39 {
  color: var(--slate-blue);
}

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

.html-embed-copy {
  width: 100%;
  max-width: 550px;
  margin-bottom: 0;
  margin-left: -20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.compare-check {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cell-3, .cell-4, .cell-5, .cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex: 1;
  box-shadow: 0 10px 20px #0003;
}

.compare-padding {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-7 {
  border-top: 1px solid #d3d3d3;
}

.ai_tag {
  color: var(--white);
  background-image: linear-gradient(245deg, #ff5acd, #ff9188 83%, #ff9188);
  border-radius: 20px;
  padding: 2px 8px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 10px;
}

.ai_tag.bigger {
  font-size: 12px;
}

.text-block-11 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

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

.text-span-42 {
  color: var(--slate-blue);
}

.report-chart-image {
  border-radius: 20px;
  width: 100%;
}

.code-embed-2 {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .brand {
    flex: 0 auto;
    order: -1;
    justify-content: center;
  }

  .navbar {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .navlink {
    color: #0e1116;
    display: block;
  }

  .navlink:hover {
    color: #3f72ff;
  }

  .navlink.link_login {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .navlink.link_demo {
    color: #3f72ff;
    display: block;
  }

  .navlink.link_login-2 {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .nav-menu {
    background-color: #eee;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: column;
    flex: 1;
    align-self: auto;
    height: 100vh;
    margin-top: 0;
    display: block;
    position: absolute;
  }

  .button.button_blue_nav {
    display: none;
  }

  .container {
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .heading-white-center {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .paragraph-white-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_logo {
    flex: 0 auto;
    display: block;
    position: static;
  }

  .dropdown-list {
    background-color: #f5f5f5;
    display: none;
  }

  .div-block-nav-item {
    border-bottom-width: 0;
    padding-left: 30px;
  }

  .heading-2 {
    width: auto;
    max-width: 90%;
    font-size: 30px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .product-card {
    flex: 0 auto;
    width: 60%;
    min-width: 450px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-3 {
    clear: none;
    order: -1;
    align-self: center;
    width: 80%;
    display: block;
  }

  .image-3 {
    order: -1;
    align-self: stretch;
    max-width: 40%;
    margin-left: auto;
    margin-right: 5%;
    display: block;
    position: static;
  }

  .paragraph-4 {
    width: auto;
    max-width: 90%;
    padding-top: 50px;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #625a8200;
    border-radius: 100px;
    align-self: auto;
  }

  .heading-5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
  }

  .html-embed {
    width: 100%;
  }

  .heading-2-top-hero {
    width: auto;
    max-width: 90%;
    font-size: 30px;
  }

  .section_consulting_logos {
    margin-top: 0;
  }

  .heading-2-top-100 {
    width: auto;
    max-width: 90%;
    font-size: 30px;
  }

  .services-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: auto;
    max-width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .paragraph_center_white {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-secondary.button_blue_nav {
    display: none;
  }

  .heading-2-white {
    width: auto;
    max-width: 90%;
    font-size: 30px;
  }

  .icon {
    display: block;
  }

  .heading-3-left {
    font-size: 20px;
  }

  .heading-2-top-left {
    width: auto;
    max-width: 90%;
    font-size: 30px;
  }

  .section_tos_container {
    width: 90%;
  }

  .heading-3-left_tos {
    font-size: 20px;
  }

  .nav_container {
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vertical_60.more-on-top {
    margin-top: 60px;
  }

  .horizontal_15 {
    display: block;
  }

  .horizontal_15.hidden-div {
    display: none;
  }

  .section_overview_content {
    width: 90%;
  }

  .vertical_100.more-on-top {
    height: 100px;
  }

  .overview_text, .overview_image {
    width: 100%;
  }

  .link-block {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block.announcement {
    margin-top: 10px;
  }

  .heading-dark-center {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .heading-dark-center.smaller {
    font-weight: 400;
  }

  .section_blog_container {
    width: 90%;
  }

  .icon-2 {
    color: #fff;
  }

  .section_consulting_logos_no_background {
    margin-top: 0;
  }

  .navlink-2 {
    color: #0e1116;
    display: block;
  }

  .navlink-2:hover {
    color: #3f72ff;
  }

  .navlink-2.w--current {
    border-bottom-style: none;
  }

  .navlink-2.link_login {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .navlink-2.link_demo {
    opacity: 1;
    color: #3f72ff;
    display: block;
  }

  .icon-3 {
    color: var(--black);
  }

  .heading-white-left {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .section_overview_contact {
    width: 90%;
  }

  .overview_contact-container {
    display: block;
  }

  .paragraph-white-center-16 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .overview_contact_formholder {
    width: 100%;
  }

  .top-banner---gradient {
    display: none;
  }

  .navbar_light {
    margin-top: 8px;
    margin-bottom: 0;
    position: fixed;
  }

  .paragraph-dark-center-20 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-dark-center_hero {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .div-block---gray-gradient {
    background-image: linear-gradient(#fff 82%, #0000);
    margin-top: 0;
  }

  .paragraph-white-left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-service {
    width: 40%;
  }

  .top_emoji {
    max-width: 90%;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .heading-8 {
    width: auto;
    max-width: 90%;
    font-size: 30px;
  }

  .paragraph, .paragraph-white-center-20 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-team-card {
    width: 90%;
  }

  .heading-dark-left_50 {
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 50px;
  }

  .heading-dark-left_50.centered {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    position: relative;
  }

  .div-block-10 {
    order: 1;
    align-self: center;
    width: 100%;
  }

  .button_hero_blue_left.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-dark--18 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: disc;
  }

  .paragraph-dark--18.list-remove-space.left, .paragraph-dark--18.left {
    text-align: left;
    margin-left: 0;
  }

  .image-19 {
    order: -1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 40px;
    display: none;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .heading-dark-center-40 {
    width: 80%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .heading-dark-center-30 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .paragraph-dark-center-16, .link-dark-center-16 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-17 {
    display: none;
    overflow: visible;
  }

  .heading-white-left-40 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .heading-white-left-20 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .paragraph-dark-left-16 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-dark-left-16.centered {
    text-align: center;
  }

  .paragraph-white-left-16 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .heading-dark-center_60 {
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 50px;
  }

  .heading-white-center_50 {
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
  }

  .paragraph-dark-center-16-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-rotate-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-rotate-track {
    align-self: center;
  }

  .heading-dark-center-mobile, .heading-dark-center_50-copy {
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 50px;
  }

  .paragraph-blue-center-20, .paragraph-dark-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-upper-blue-gradient {
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 50px;
  }

  .heading-upper-blue-gradient.centered {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    position: relative;
  }

  .image-19-copy {
    order: -1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 40px;
    display: none;
  }

  .heading-dark-left_45 {
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 50px;
  }

  .heading-dark-left_45.centered {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    position: relative;
  }

  .heading-dark-left_45.left {
    text-align: left;
  }

  .range-feature-image {
    order: -1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 40px;
    display: none;
  }

  .ranges-feature-text {
    align-self: center;
    width: 100%;
  }

  .heading-dark-left-30 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
  }

  .heading-dark-left-40 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .paragraph-blue-left-20, .paragraph-dark-center-16-inline {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-26 {
    height: 150px;
  }

  .div-block---levels-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .paragraph-dark-center-2, .paragraph-dark-center-16-600 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-3 {
    width: 100%;
  }

  .button_hero_blue_left-primary.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-29 {
    justify-content: center;
  }

  .button_hero_blue_left-secondary.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .nav_button_primary, .nav_button_secondary2 {
    display: block;
  }

  .paragraph-dark-center-16-700, .paragraph-dark-center-16-60opacity {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-white-center-40 {
    width: 80%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .paragraph-white-center-16-700 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-white-left---35 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .heading-dark-left_70-poppins {
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 50px;
  }

  .heading-dark-left_70-poppins.centered {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    position: relative;
  }

  .paragraph-dark-left-16-copy {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-dark-left-16-copy.centered, .title_dark_left_20-bold-gradient {
    text-align: center;
  }

  .hero2021 {
    order: -1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .div-block-30 {
    order: 1;
    width: 80%;
    padding-top: 60px;
  }

  .div-block---big-screenshot {
    margin-top: -60px;
  }

  .heading-dark-left_50-poppins {
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 40px;
  }

  .heading-dark-left_50-poppins.centered {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    position: relative;
  }

  .div-block-10-copy {
    align-self: center;
    width: 100%;
  }

  .title_dark_left_20-bold-blue {
    text-align: center;
  }

  .div-block-32 {
    flex: 0 auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-dark-left-24-bold {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-dark-left-24-bold.center {
    text-align: left;
  }

  .paragraph-dark-left-16-regular {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-28 {
    order: -1;
    width: 90%;
    padding-bottom: 60px;
  }

  .solutions-flex-container {
    flex-flow: wrap;
    width: 80%;
  }

  .image-29, .image-30, .image-31, .image-32, .image-34, .image-35, .image-36, .image-37, .image-38 {
    margin-left: 5%;
  }

  .link-block-7 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .announcement-block {
    margin-top: -30px;
    padding-bottom: 20px;
  }

  .section_footer_container-2 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .heading-light-center-30 {
    width: 80%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .paragraph-white-center-16-no-margin {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-holder {
    display: none;
  }

  .div-block-29-copy {
    justify-content: center;
  }

  .paragraph-dark-center-20-bold {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero2021-copy {
    order: -1;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .div-block-30-copy {
    width: 80%;
    padding-top: 60px;
  }

  .div-block-11-copy {
    flex-flow: column;
  }

  .fixed-right-container {
    width: 80%;
    padding-top: 60px;
  }

  .div-block-30-copy-3 {
    clear: none;
    order: -1;
    align-self: center;
    align-items: flex-start;
    width: 80%;
    margin-top: -80px;
    padding-top: 60px;
    position: static;
  }

  .heading-white-left-50 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .paragraph-dark-left-20 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: disc;
  }

  .paragraph-blue-left-16 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-blue-left-16.centered {
    text-align: center;
  }

  .div-block-11-_-sticky {
    flex-flow: column;
  }

  .div-block-non_stick {
    flex-flow: column;
    align-items: center;
  }

  .div-block-10-copy, .div-block-10-copy-copy {
    order: 1;
    align-self: center;
    width: 100%;
  }

  .html-embed-_-left {
    width: 60%;
  }

  .title_dark_center_20-bold-gradient {
    text-align: center;
  }

  .paragraph-dark-center-16-no-top-padding-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .terms-html-embed {
    width: 100%;
  }

  .form_container_hero-copy-2 {
    width: 90%;
  }

  .terms-html-embed-copy {
    width: 100%;
  }

  .security_image-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .security-holder {
    flex: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-right: 0%;
  }

  .security_inner {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-53 {
    justify-content: flex-start;
  }

  .image-28-copy {
    order: -1;
    width: 90%;
    max-width: 300px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .paragraph-dark-left-16-max {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-dark-left_20-poppins {
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 20px;
  }

  .heading-dark-left_20-poppins.pequity-blue.centered {
    font-size: 20px;
  }

  .heading-dark-left_20-poppins.centered {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    position: relative;
  }

  .security-holder---blue {
    flex: 0 auto;
    width: 100%;
    margin-right: 0%;
  }

  .heading-white-left_30-poppins {
    text-align: left;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 25px;
  }

  .heading-white-left_30-poppins.centered {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    position: relative;
  }

  .security-holder---eggplant, .solution-holder---purple {
    flex: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-right: 0%;
  }

  .image-28-copy-2 {
    order: -1;
    width: 90%;
    max-width: 300px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-dark-left-30-2 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
  }

  .heading-dark-left_50-2 {
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 50px;
  }

  .heading-dark-left_25-poppins {
    text-align: center;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 25px;
  }

  .heading-dark-left_25-poppins.centered {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    position: relative;
  }

  .title_dark_left_16-bold-blue {
    text-align: center;
  }

  .div-block-mid-menu {
    flex-flow: column;
  }

  .div-block---white-menu-stick {
    display: none;
  }

  .solutions-page-images {
    order: -1;
    width: 90%;
    padding-bottom: 60px;
  }

  .heading-white-left-30-b {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
  }

  .heading-white-left-30-b.left {
    text-align: left;
    margin-left: 0;
  }

  .title_dark_center_20-bold-blue {
    text-align: center;
  }

  .div-block---big-screenshot-dark {
    margin-top: -60px;
  }

  .heading-white-left_20-poppins {
    text-align: left;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 25px;
  }

  .heading-white-left_20-poppins.centered {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    position: relative;
  }

  .solutions-holder {
    flex: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-right: 0%;
  }

  .title_dark_left_30-bold-gradient {
    text-align: center;
  }

  .div-block---big-screenshot---mxbg {
    margin-top: -60px;
  }

  .dropdown-list---full.w--open {
    z-index: 100000;
    width: 100%;
  }

  .navlink-description {
    color: #0e1116;
    display: block;
  }

  .navlink-description:hover {
    color: #3f72ff;
  }

  .navlink-description.w--current {
    border-bottom-style: none;
  }

  .navlink-description.link_login {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .navlink-description.link_demo {
    opacity: 1;
    color: #3f72ff;
    display: block;
  }

  .navlink-2_dark {
    color: #0e1116;
    display: block;
  }

  .navlink-2_dark:hover {
    color: var(--navy);
  }

  .navlink-2_dark.w--current {
    border-bottom-style: none;
  }

  .navlink-2_dark.link_login {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .navlink-2_dark.link_demo {
    opacity: 1;
    color: #3f72ff;
    display: block;
  }

  .div-block-55 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: auto;
  }

  .navlink-2---centered {
    color: #0e1116;
    display: block;
  }

  .navlink-2---centered:hover {
    color: #3f72ff;
  }

  .navlink-2---centered.w--current {
    border-bottom-style: none;
  }

  .navlink-2---centered.link_login {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .navlink-2---centered.link_demo {
    opacity: 1;
    color: #3f72ff;
    display: block;
  }

  .div-block-11-copy-copy-2 {
    flex-flow: wrap;
    width: 80%;
  }

  .div-block-56, .div-block-56---center {
    width: 50%;
    padding-bottom: 40px;
  }

  .navlink-2_chip {
    color: #0e1116;
    display: block;
  }

  .navlink-2_chip:hover {
    color: #3f72ff;
  }

  .navlink-2_chip.w--current {
    border-bottom-style: none;
  }

  .navlink-2_chip.link_login {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .navlink-2_chip.link_demo {
    opacity: 1;
    color: #3f72ff;
    display: block;
  }

  .html-embed--left {
    width: 60%;
  }

  .paragraph-dark--20-copy {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-dark-left-20-bold-copy, .paragraph-white-center-20-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-light-center-30-copy {
    width: 80%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .heading-white-left---35-copy {
    max-width: 90%;
    margin-left: 0;
    margin-right: auto;
    font-size: 40px;
  }

  .vertical_100-copy.more-on-top {
    height: 100px;
  }

  .navlink-2_dark-2 {
    color: #0e1116;
    display: block;
  }

  .navlink-2_dark-2:hover {
    color: #3f72ff;
  }

  .navlink-2_dark-2.w--current {
    border-bottom-style: none;
  }

  .navlink-2_chip-2 {
    color: #0e1116;
    display: block;
  }

  .navlink-2_chip-2:hover {
    color: #3f72ff;
  }

  .navlink-2_chip-2.w--current {
    border-bottom-style: none;
  }

  .heading-dark-left-30---100-width {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
  }

  .image-28-copy-copy {
    order: -1;
    width: 90%;
    max-width: 300px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-dark-left-30-thin {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
  }

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

  .html-embed-plg-form {
    width: 60%;
  }

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

  .paragraph-dark-left-16-thin {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-dark-left_50-3 {
    text-align: left;
    max-width: none;
    margin-top: 0;
    padding-right: 0;
    font-size: 50px;
  }

  .div-block-63 {
    flex-direction: column;
  }

  .div-block-64 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .plg_image {
    flex: 0 auto;
    display: block;
    position: static;
  }

  .paragraph-dark-center-16-thin {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .title_dark_left_20-bold-gradient-2 {
    text-align: center;
  }

  .paragraph-dark-left-16-singup {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .email_link_signup {
    color: #0e1116;
    display: block;
  }

  .email_link_signup:hover {
    color: #3f72ff;
  }

  .email_link_signup.w--current {
    border-bottom-style: none;
  }

  .paragraph-dark-center-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-64-copy, .div-block-64-copy-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-61-copy, .div-block-62-copy {
    width: 100%;
  }

  .div-block-63-copy {
    flex-direction: column;
  }

  .paragraph-dark-left-16-bold {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-dark-left-16-bold.centered {
    text-align: center;
  }

  .paragraph-dark-left-14-thin {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section_footer_container-3 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .div-block-62-copy, .sign-up-side-panel-3, .div-block-61-copy, .div-block-61-copy-2 {
    width: 100%;
  }

  .security_inner-flex {
    width: 80%;
    padding-bottom: 40px;
  }

  .nav_button_secondary2-copy, .divider {
    display: none;
  }

  .navlink-3 {
    color: #0e1116;
    display: block;
  }

  .navlink-3:hover {
    color: #3f72ff;
  }

  .navlink-3.w--current {
    border-bottom-style: none;
  }

  .navlink-3.link_login {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .navlink-3.link_demo {
    opacity: 1;
    color: #3f72ff;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .navlink-3.signup {
    display: block;
  }

  .navlink-2-copy {
    color: #0e1116;
    display: block;
  }

  .navlink-2-copy:hover {
    color: #3f72ff;
  }

  .navlink-2-copy.w--current {
    border-bottom-style: none;
  }

  .navlink-2-copy.link_login {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .navlink-2-copy.link_demo {
    opacity: 1;
    color: #3f72ff;
    display: block;
  }

  .navlink-3-login {
    color: #0e1116;
    display: block;
  }

  .navlink-3-login:hover {
    color: #3f72ff;
  }

  .navlink-3-login.w--current {
    border-bottom-style: none;
  }

  .navlink-3-login.link_login {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .navlink-3-login.link_demo {
    opacity: 1;
    color: #3f72ff;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .navlink-3-login.signup {
    display: block;
  }

  .div-block-76 {
    flex: 0 auto;
    display: none;
  }

  .heading-white-center-30 {
    width: 80%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .div-block-flex-top-align {
    flex-flow: column;
  }

  .podcast-image {
    order: -1;
    width: 30%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .nav_button_secondary2-copy2 {
    display: none;
  }

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

  .paragraph-gray-left-13 {
    width: auto;
  }

  .paragraph-gray-left-13.centered {
    text-align: center;
  }

  .dropdown-dark-left-20-bold {
    text-align: left;
    flex: 1;
    width: auto;
    max-width: 800px;
    position: relative;
    overflow: visible;
  }

  .dropdowntoggle {
    flex-wrap: wrap;
    max-width: 800px;
    height: auto;
    max-height: none;
  }

  .heading-white-center_70 {
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
  }

  .logopile-div-2 {
    justify-content: center;
  }

  .horizontal_15-3 {
    display: block;
  }

  .paragraph-light-left-13 {
    width: auto;
  }

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

  .hero_slider_img {
    max-width: 550px;
  }

  .paragraph-white-center-20-bold {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block---menu-stick {
    display: none;
  }

  .div-block_flex-leftaligned {
    align-self: stretch;
    align-items: stretch;
    width: 100%;
  }

  .button_hero_white_left-primary.centered, .button_hero_white_left-secondary.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .solutions-images-big {
    order: -1;
    width: 90%;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .solutions-images-big.bigger {
    width: 90%;
    margin-right: 0;
  }

  .solutions-images-big.letters {
    margin-bottom: 0;
    margin-right: 0;
  }

  .background-video-2 {
    flex: 0 auto;
    width: 100%;
    height: 40vh;
  }

  .div-block_flex-leftaligned_solution {
    order: -1;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .div-block-87 {
    flex-direction: column;
  }

  .div-block-88 {
    width: 100%;
    height: auto;
  }

  .image-28-copy-3 {
    order: -1;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .navlink-2-light {
    color: var(--night);
    border-bottom-color: #0000;
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
    display: block;
  }

  .navlink-2-light:hover {
    color: var(--slate-blue);
  }

  .navlink-2-light.w--current {
    border-bottom-style: none;
  }

  .navlink-2-light.link_login {
    color: #fff;
    text-align: right;
    flex: 1;
  }

  .navlink-2-light.link_demo {
    opacity: 1;
    color: #3f72ff;
    display: block;
  }

  .navlink-2-light.hidden-div {
    display: none;
  }

  .navlink-2-light.hidden_on_desktop {
    display: block;
  }

  .div-block-hero {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-white-left-64 {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
  }

  .button_hero_gold_left-primary.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-right-hero.integrations_img {
    width: 80%;
  }

  .hero_floating_image1 {
    max-width: 60%;
    top: 18%;
  }

  .hero_floating_image2 {
    max-width: 120%;
    left: -43%;
  }

  .home_tab_menu {
    flex-wrap: wrap;
  }

  .tab-link2 {
    width: 45%;
  }

  .value-tabs_content-container {
    flex-direction: column;
  }

  .div-block_flex-leftaligned-tabs {
    align-self: stretch;
    align-items: stretch;
    width: 100%;
  }

  .paragraph-dark--24 {
    text-align: center;
    width: 90%;
    list-style-type: disc;
  }

  .paragraph-dark--30-bold {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: disc;
  }

  .solutions-flex-container-2 {
    flex-flow: wrap;
    justify-content: center;
    width: 80%;
    margin-bottom: 40px;
  }

  .heading-white-left-60 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .testimonial-half-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .testimonial-half-block.instacart_bg {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .paragraph-light--32, .paragraph-light--24 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: disc;
  }

  .testimonial-flex-container {
    flex-flow: wrap;
    width: 80%;
  }

  .testimonial-full-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .testimonial-full-block.cta_bg, .testimonial-full-block.cta_bg_black {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block_flex-leftaligned_cta {
    order: -1;
    align-self: stretch;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .heading-white-left-48 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .div-block---about-holder {
    flex-wrap: nowrap;
    justify-content: flex-start;
    min-width: auto;
  }

  .stakeholder_img {
    width: 80px;
    height: 80px;
    padding-bottom: 20px;
  }

  .flex-right-hero-2 {
    width: 90%;
    position: static;
  }

  .flex-right-hero-2.integrations_img {
    width: 80%;
  }

  .demo-text-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 48px;
    display: flex;
  }

  .demo-text-block.instacart_bg {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .demo-text-block.left {
    padding-top: 20px;
    padding-right: 48px;
  }

  .demo-form-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .demo-form-block.instacart_bg {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .list-item-6 {
    text-align: left;
  }

  .image-60 {
    display: none;
  }

  .paragraph-white-left-20-bullet {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
  }

  .link-block-watch {
    margin-top: 20px;
    margin-right: 12.6rem;
  }

  .glossary_spaceing_large.more-on-top {
    height: 100px;
  }

  .max-width-container {
    flex-flow: wrap;
    width: 80%;
  }

  .heading-dark-left-30-b-full {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
  }

  .paragraph-dark-center-16-inline-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .tri-layout-holder {
    flex: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-right: 0%;
  }

  .tri-flex-container---left {
    flex-flow: wrap;
    width: 80%;
  }

  .image-61 {
    width: 100%;
    margin-bottom: 24px;
  }

  .demo-text-block-copy {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 48px;
    display: flex;
  }

  .demo-text-block-copy.instacart_bg {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .demo-text-block-copy.left {
    padding-top: 20px;
    padding-right: 48px;
  }

  .heading-white-left---35-copy {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .paragraph-white-left-16-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .wrapped_slider_div_container {
    width: 100%;
  }

  .right-arrow-2 {
    right: 0;
  }

  .left-arrow-2 {
    left: 0;
  }

  .slider-2 {
    height: 75vh;
  }

  .wrapped-slide---hero {
    background-position: 8% -20%, 94% -30%, -120% 210%;
    background-size: auto 50%, auto 50%, auto;
  }

  .wrapped-flex-centered {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapped-slide---purple {
    background-position: 95% -70%, -110% -80%, -90% 290%;
  }

  .wrapped-slide-turquoise {
    background-position: 10% -40%, 95% -60%, 120% 160%;
  }

  .wrapped-slide---red {
    background-position: 130% -60%, 130% 370%, -20% -310%;
  }

  .nav_button_primary---black {
    display: block;
  }

  .div-block-stick-text {
    flex-flow: column;
    align-items: center;
  }

  .services-page-images {
    order: -1;
    width: 90%;
    padding-bottom: 60px;
  }

  .services-page-images.rounded-corners {
    align-self: flex-start;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .background-video-3 {
    flex: 0 auto;
    width: 100%;
    height: 40vh;
  }

  ._3-layout-testimonial-container {
    flex-flow: wrap;
    place-content: center;
    width: 90%;
    margin-bottom: 0;
  }

  .testimonial-holder-2 {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
  }

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

  .div-block-97.lower, .div-block-97.lowest {
    margin-top: 0;
  }

  .image-64 {
    margin-bottom: 16px;
  }

  .testimonial_inner {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .brand-data {
    flex: 0 auto;
    order: -1;
    justify-content: center;
  }

  .features-flex-container {
    flex-flow: wrap;
    justify-content: space-between;
    width: 80%;
    margin-bottom: 40px;
  }

  .feature_img {
    width: 30px;
    height: auto;
  }

  .features_column {
    flex: 0 auto;
  }

  .pricing_holder {
    flex: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-right: 0%;
  }

  .pricing-flex-container {
    flex-flow: wrap;
    width: 80%;
  }

  .paragraph-dark-center-20-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block_flex-centeraligned_solution {
    order: 0;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-holder-2-copy {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
  }

  .testimonial-holder-2-copy.stretched {
    align-items: stretch;
  }

  .testimonial_inner-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-hero-img {
    height: 350px;
  }

  .left-arrow-3 {
    margin-left: 30%;
  }

  .right-arrow-3 {
    margin-right: 30%;
  }

  .div-block---integrations {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-hero-img-cta {
    height: 150px;
  }

  .centered-flex-container {
    flex-flow: wrap;
    width: 80%;
  }

  .stat-title {
    text-align: center;
  }

  .horizontal_15-4 {
    display: block;
  }

  .stat-description {
    text-align: center;
  }

  .image-68, .image-69 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-115 {
    justify-content: center;
  }

  .paragraph-dark-left-16-regular-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-light--24-2 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: disc;
  }

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

  .quick-stack-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-white-left-20-2 {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: disc;
  }

  .paragraph-dark-left-16-bold-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-white-left-48-2 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .testimonial-full-block-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .testimonial-full-block-2.cta_bg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-white-left-30-b-2 {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    display: block;
  }

  .button_hero_gold_left-secondary.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-179 {
    flex-flow: column;
  }

  .background-video-4 {
    flex: 0 auto;
    width: 100%;
    height: 40vh;
  }

  .html-embed-copy {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    flex: 0 auto;
  }

  .navlink.link_login, .navlink.link_login-2 {
    display: none;
  }

  .nav-menu {
    background-color: #eee;
  }

  .button.button_left_secondary {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-white-center {
    font-size: 16px;
  }

  .div-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    display: none;
  }

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

  .text-field {
    order: 0;
  }

  .menu-button.w--open {
    background-color: #625a8200;
  }

  .heading-5 {
    text-align: center;
    margin-top: 60px;
  }

  .html-embed {
    width: 100%;
  }

  .paragraph-5 {
    order: 1;
  }

  .heading-6 {
    text-align: center;
  }

  .logo-image {
    width: 50%;
  }

  .image-6, .image-7, .image-8, .image-9 {
    width: 30%;
  }

  .button-secondary.button_left_secondary {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_tos_container {
    width: 90%;
  }

  .nav_container {
    width: 100%;
  }

  .nav_button_secondary {
    flex: 0 auto;
  }

  .vertical_60 {
    display: block;
  }

  .horizontal_15 {
    height: 0;
    display: block;
  }

  .horizontal_15.hudden-on-mobile {
    display: none;
  }

  .section_overview_content {
    width: 80%;
  }

  .overview_content-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .overview_text {
    clear: none;
    flex: 1;
    order: 0;
    width: 100%;
  }

  .overview_image {
    clear: none;
    flex: 1;
    order: -1;
    align-self: center;
    width: 80%;
    padding-bottom: 40px;
    display: block;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block.announcement {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .blog_content-container {
    display: block;
  }

  .blog_item {
    width: 100%;
    padding-top: 60px;
  }

  .navlink-2.link_login {
    display: none;
  }

  .nav_button_secondary-2 {
    flex: 0 auto;
  }

  .vertical_60_anim {
    display: block;
  }

  .overview_contact-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .paragraph-white-center-16 {
    font-size: 16px;
  }

  .overview_contact_formholder {
    clear: none;
    flex: 1;
    width: 100%;
    display: block;
  }

  .lottie-animation {
    margin-top: -100px;
  }

  .navbar_light {
    border-radius: 0;
    margin-top: 0;
  }

  .paragraph-dark-center-20 {
    z-index: 0;
    font-size: 16px;
  }

  .heading-dark-center_hero {
    max-width: 95%;
    margin-top: 0;
  }

  .div-block---gray-gradient {
    background-color: var(--white);
    background-image: linear-gradient(#fff 82%, #0000);
    border-bottom: 1px solid #00000026;
  }

  .paragraph-white-left {
    font-size: 16px;
  }

  .image-16 {
    padding-bottom: 0;
  }

  .section_footer_container {
    flex-direction: column;
    align-items: center;
  }

  .footer_list {
    text-align: center;
    align-self: auto;
    padding-top: 60px;
    padding-left: 0;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lottie-animation-3 {
    margin-top: -100px;
  }

  .top_emoji {
    margin-top: -50px;
  }

  .paragraph-white-center-20 {
    z-index: 0;
    font-size: 16px;
  }

  .heading-dark-left_50 {
    margin-top: 0;
    padding-right: 0;
  }

  .paragraph-dark--18 {
    z-index: 0;
    font-size: 16px;
  }

  .nav_button_secondary-3 {
    flex: 0 auto;
  }

  .tab-title-center {
    display: block;
    overflow: hidden;
  }

  .tab-image {
    width: 40px;
  }

  .paragraph-dark-center-16, .link-dark-center-16 {
    z-index: 0;
    font-size: 16px;
  }

  .div-block-19 {
    justify-content: center;
    width: 90%;
  }

  .paragraph-dark-left-16 {
    z-index: 0;
    font-size: 16px;
  }

  .div-block-23 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .heading-dark-center_60 {
    max-width: 90%;
    margin-top: 0;
    font-size: 40px;
  }

  .heading-white-center_50 {
    font-size: 40px;
  }

  .paragraph-dark-center-16-copy {
    z-index: 0;
    font-size: 16px;
  }

  .heading-dark-center-mobile, .heading-dark-center_50-copy {
    max-width: 85%;
    margin-top: 0;
  }

  .paragraph-blue-center-20 {
    z-index: 0;
    font-size: 16px;
  }

  .paragraph-dark-center {
    font-size: 16px;
  }

  .heading-upper-blue-gradient, .heading-dark-left_45 {
    margin-top: 0;
    padding-right: 0;
  }

  .paragraph-dark-left-16-copy, .paragraph-blue-left-20, .paragraph-dark-center-16-inline {
    z-index: 0;
    font-size: 16px;
  }

  .div-block-26 {
    height: 100px;
  }

  .paragraph-dark-center-2 {
    font-size: 16px;
  }

  .nav_button_secondary-4 {
    flex: 0 auto;
  }

  .paragraph-dark-center-16-600 {
    z-index: 0;
    font-size: 16px;
  }

  .nav_button_primary, .nav_button_secondary2 {
    flex: 0 auto;
  }

  .paragraph-dark-center-16-700, .paragraph-dark-center-16-60opacity, .paragraph-white-center-16-700 {
    z-index: 0;
    font-size: 16px;
  }

  .heading-dark-left_70-poppins {
    margin-top: 0;
    padding-right: 0;
  }

  .paragraph-dark-left-16-copy {
    z-index: 0;
    font-size: 16px;
  }

  .heading-dark-left_50-poppins {
    margin-top: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .div-block-32 {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 40px;
  }

  .paragraph-dark-left-24-bold {
    z-index: 0;
    font-size: 20px;
  }

  .paragraph-dark-left-16-regular {
    z-index: 0;
    font-size: 16px;
  }

  .link-block-7 {
    width: 100%;
  }

  .soc-2 {
    padding-bottom: 20px;
  }

  .section_footer_container-2 {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-white-center-16-no-margin {
    font-size: 16px;
  }

  .div-block-37-copy-2 {
    max-width: 100%;
  }

  .div-block-40 {
    flex-direction: column;
  }

  .div-block-37-copy-3 {
    margin-top: 40px;
  }

  .paragraph-dark-center-20-bold {
    z-index: 0;
    font-size: 16px;
  }

  .div-block-with-60-padding {
    flex-direction: column;
  }

  .div-block-37-copy-4 {
    margin-top: 40px;
  }

  .div-block---dark-indigo.integration_hero, .div-block---dark-indigo.integration_section {
    background-size: cover;
  }

  .paragraph-dark-left-20, .paragraph-blue-left-16 {
    z-index: 0;
    font-size: 16px;
  }

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

  .html-embed-_-left {
    width: 80%;
  }

  .paragraph-dark-center-16-no-top-padding-copy {
    z-index: 0;
    font-size: 16px;
  }

  .terms-html-embed, .terms-html-embed-copy, .security_inner {
    width: 100%;
  }

  .paragraph-dark-left-16-max {
    z-index: 0;
    font-size: 16px;
  }

  .heading-dark-left_20-poppins {
    margin-top: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .heading-white-left_30-poppins {
    margin-top: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .heading-dark-left_50-2 {
    margin-top: 0;
    padding-right: 0;
  }

  .heading-dark-left_25-poppins, .heading-white-left_20-poppins {
    margin-top: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .navlink-description.link_login, .navlink-2_dark.link_login, .navlink-2---centered.link_login, .navlink-2_chip.link_login {
    display: none;
  }

  .html-embed--left {
    width: 80%;
  }

  .paragraph-dark--20-copy, .paragraph-dark-left-20-bold-copy, .paragraph-white-center-20-copy {
    z-index: 0;
    font-size: 16px;
  }

  .vertical_60-copy {
    display: block;
  }

  .html-embed-plg-form {
    width: 80%;
  }

  .paragraph-dark-left-16-thin {
    z-index: 0;
    font-size: 16px;
  }

  .heading-dark-left_50-3 {
    margin-top: 0;
    padding-right: 0;
  }

  .paragraph-dark-center-16-thin, .paragraph-dark-left-16-singup {
    z-index: 0;
    font-size: 16px;
  }

  .paragraph-dark-center-copy {
    font-size: 16px;
  }

  .paragraph-dark-left-16-bold, .paragraph-dark-left-14-thin {
    z-index: 0;
    font-size: 16px;
  }

  .section_footer_container-3 {
    flex-direction: column;
    align-items: center;
  }

  .security_inner-flex {
    width: 100%;
  }

  .nav_button_secondary2-copy {
    flex: 0 auto;
  }

  .navlink-3.link_login {
    display: none;
  }

  .navlink-3.signup {
    display: block;
  }

  .navlink-2-copy.link_login, .navlink-3-login.link_login {
    display: none;
  }

  .navlink-3-login.signup {
    display: block;
  }

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

  .podcast-image {
    margin-bottom: 40px;
  }

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

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .nav_button_tertiary, .nav_button_secondary2-copy2 {
    flex: 0 auto;
  }

  .paragraph-gray-left-13 {
    z-index: 0;
    font-size: 13px;
  }

  .dropdown-dark-left-20-bold {
    z-index: 0;
    font-size: 16px;
  }

  .heading-white-center_70 {
    font-size: 40px;
  }

  .horizontal_15-3 {
    height: 0;
    display: block;
  }

  .paragraph-light-left-13 {
    z-index: 0;
    font-size: 13px;
  }

  .div-block---light-indigo-gradient.integration_hero, .div-block---light-indigo-gradient.integration_section {
    background-size: cover;
  }

  .hero_slider_img {
    max-width: 400px;
  }

  .paragraph-white-center-20-bold {
    z-index: 0;
    font-size: 16px;
  }

  .div-block---light-indigo-gradient_short.integration_hero, .div-block---light-indigo-gradient_short.integration_section {
    background-size: cover;
  }

  .div-block_flex-leftaligned {
    align-self: stretch;
    align-items: stretch;
  }

  .h1-pill---left {
    align-self: center;
  }

  .solutions-images-big {
    margin-left: auto;
    margin-right: auto;
  }

  .solutions-images-big.bigger {
    width: 90%;
    margin-right: auto;
  }

  .solutions-images-big.letters {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video-2 {
    flex: 0 auto;
    height: 60vw;
    overflow: hidden;
  }

  .div-block_flex-leftaligned_solution {
    align-self: stretch;
    align-items: center;
  }

  .div-block---89.integration_hero, .div-block---89.integration_section {
    background-size: cover;
  }

  .navlink-2-light {
    color: var(--night);
  }

  .navlink-2-light:hover {
    color: var(--slate-blue);
  }

  .navlink-2-light.link_login {
    display: none;
  }

  .div-block---2025.integration_hero, .div-block---2025.integration_section {
    background-size: cover;
  }

  .div-block-hero {
    align-items: center;
  }

  .heading-white-left-64 {
    font-size: 50px;
  }

  .text-link-gold-20.hidden-on-mobile {
    flex: 0 auto;
    display: none;
  }

  .flex-right-hero {
    width: 60%;
    height: 75vh;
    margin-top: 40px;
  }

  .flex-right-hero.integrations_img {
    width: 90%;
  }

  .hero_floating_image1 {
    top: 12%;
  }

  .hero_floating_image2 {
    bottom: -22%;
    left: -33%;
  }

  .value-tabs_content-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block_flex-leftaligned-tabs {
    align-self: stretch;
    align-items: stretch;
  }

  .paragraph-dark--24 {
    z-index: 0;
    font-size: 16px;
  }

  .paragraph-dark--30-bold, .paragraph-light--32 {
    z-index: 0;
    font-size: 20px;
  }

  .paragraph-light--24 {
    z-index: 0;
    font-size: 16px;
  }

  .div-block_flex-leftaligned_cta {
    align-self: stretch;
    align-items: stretch;
  }

  .image-55 {
    margin-top: 40px;
  }

  .flex-right-hero-2 {
    width: 90%;
    height: 75vh;
    margin-top: 40px;
  }

  .flex-right-hero-2.integrations_img {
    width: 90%;
  }

  .demo-text-block.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-6 {
    text-align: left;
  }

  .paragraph-white-left-20-bullet {
    z-index: 0;
    background-image: url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg');
    background-position: 0 193px, 0 137px, 0 100px, 0 69px, 0 11px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 26px, 26px, 26px, 26px, 26px;
    font-size: 16px;
    list-style-type: none;
  }

  .paragraph-white-left-20-bullet.pricing {
    background-position: 0 126px, 0 70px, 0 12px;
  }

  .link-block-watch {
    margin-left: auto;
    margin-right: 26.5rem;
  }

  .paragraph-dark-center-16-inline-copy {
    z-index: 0;
    font-size: 16px;
  }

  .paragraph-5-copy {
    order: 1;
  }

  .demo-text-block-copy.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapped-slide---hero {
    background-position: -10% -20%, 120% -30%, 570% 210%;
  }

  .wrapped-heading-1 {
    font-size: 60px;
  }

  .wrapped-slide---purple {
    background-position: 95% -80%, 1440% -80%, 570% 290%;
  }

  .wrapped-slide---yellow {
    background-position: 260% -80%, 0 -80%, -40% 180%;
  }

  .wrapped-slide-turquoise {
    background-position: 10% -70%, 95% -80%, 120% 180%;
  }

  .wrapped-slide---red {
    background-position: 130% -60%, 130% 430%, -100% -310%;
  }

  .nav_button_primary---black {
    flex: 0 auto;
  }

  .div-block-stick-text {
    align-items: stretch;
  }

  .services-page-images.rounded-corners {
    width: 60%;
  }

  .background-video-3 {
    flex: 0 auto;
    height: 60vw;
    overflow: hidden;
  }

  .testimonial_inner, .nav_container---data {
    width: 100%;
  }

  .brand-data {
    flex: 0 auto;
  }

  .paragraph-dark-center-20-2 {
    z-index: 0;
    font-size: 16px;
  }

  .div-block_flex-centeraligned_solution {
    align-self: stretch;
    align-items: stretch;
  }

  .testimonial_inner-copy {
    width: 100%;
  }

  .div-block-hero-img {
    height: 250px;
  }

  .div-block---integrations {
    align-items: center;
  }

  .div-block---light-purp.integration_hero, .div-block---light-purp.integration_section {
    background-size: cover;
  }

  .div-block-hero-img-cta {
    height: 110px;
  }

  .horizontal_15-4 {
    height: 0;
    display: block;
  }

  .paragraph-dark-left-16-regular-2, .paragraph-light--24-2, .paragraph-white-left-20-2, .paragraph-dark-left-16-bold-2 {
    z-index: 0;
    font-size: 16px;
  }

  .hidden-on-mobile {
    display: none;
  }

  .background-video-4 {
    flex: 0 auto;
    height: 60vw;
    overflow: hidden;
  }

  .html-embed-copy {
    width: 100%;
  }

  .ai_tag.bigger {
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    flex: 0 auto;
  }

  .navlink.w--current {
    opacity: 1;
    color: #000;
  }

  .navlink.link_login, .navlink.link_login-2 {
    display: none;
  }

  .nav-menu {
    background-color: #eee;
    height: 100vh;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: absolute;
  }

  .heading-white-center {
    font-size: 30px;
  }

  .paragraph-white-center {
    font-size: 16px;
  }

  .nav_logo {
    max-width: 80%;
  }

  .product-card {
    width: 90%;
    min-width: auto;
  }

  .form {
    width: 100%;
    min-width: auto;
  }

  .text-field {
    width: 65%;
  }

  .submit-button {
    width: 35%;
    font-size: 14px;
  }

  .menu-button.w--open {
    background-color: #625a8200;
  }

  .html-embed {
    width: 100%;
  }

  .heading-6 {
    text-align: center;
  }

  .heading-2-top-hero {
    font-size: 25px;
  }

  .logo-image {
    width: 50%;
  }

  .services-card {
    width: 90%;
    min-width: auto;
  }

  .section_tos_container {
    width: 90%;
  }

  .nav_button_secondary {
    display: none;
  }

  .vertical_60, .vertical_15, .horizontal_15 {
    display: block;
  }

  .section_overview_content {
    width: 80%;
  }

  .vertical_100 {
    height: 60px;
  }

  .overview_image {
    align-self: center;
    width: 100%;
  }

  .title_dark_left {
    font-size: 20px;
  }

  .overview_text_list {
    max-width: 95%;
    font-size: 16px;
  }

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

  .link-block {
    margin-left: 0;
    margin-right: auto;
  }

  .link-block.announcement {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .text-link-arrow {
    font-size: 16px;
  }

  .heading-dark-center {
    font-size: 30px;
  }

  .heading-dark-center.smaller {
    font-size: 20px;
  }

  .image-12 {
    width: 50vw;
  }

  .section_hero_home {
    background-image: linear-gradient(#3f72ff, #7c3fff), url('../images/Background.svg');
    background-position: 0 0, 50% 0;
  }

  .text-link-arrow-image {
    font-size: 16px;
  }

  .navlink-2.w--current {
    opacity: 1;
    color: #000;
  }

  .navlink-2.link_login {
    display: none;
  }

  .navlink-2.link_demo {
    opacity: 1;
  }

  .nav_button_secondary-2 {
    display: none;
  }

  .heading-white-left {
    font-size: 30px;
  }

  .overview_text_list_number_white, .paragraph-white-center-16 {
    font-size: 16px;
  }

  .title_dark_center, .title_light_center {
    font-size: 20px;
  }

  .white-20-text-centered {
    font-size: 16px;
  }

  .lottie-animation {
    margin-top: -80px;
  }

  .paragraph-dark-center-20 {
    font-size: 16px;
  }

  .heading-dark-center_hero {
    width: 95%;
    max-width: 270px;
    margin-top: 20px;
    font-size: 30px;
  }

  .div-block---gray-gradient {
    background-image: none;
  }

  .title_dark_left_20-medium {
    font-size: 20px;
  }

  .paragraph-white-left {
    font-size: 16px;
  }

  .link-block-service {
    width: 90%;
  }

  .lottie-animation-3 {
    margin-top: -80px;
  }

  .top_emoji {
    width: 85%;
    max-width: 270px;
    margin-top: -20px;
    font-size: 30px;
  }

  .submit-button-2 {
    font-size: 13px;
  }

  .form-2 {
    width: 90%;
    min-width: auto;
  }

  .paragraph-white-center-20 {
    font-size: 16px;
  }

  .link-block-team-card {
    width: 90%;
  }

  .button_hero_long-secondary {
    margin-top: 20px;
    margin-left: auto;
  }

  .div-block-9 {
    flex-flow: wrap;
    align-content: stretch;
    align-items: flex-end;
  }

  .button_hero_long-inline {
    margin-right: auto;
  }

  .heading-dark-left_50 {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .heading-dark-left_50.centered {
    font-size: 30px;
  }

  .paragraph-dark--18 {
    width: 100%;
    font-size: 16px;
  }

  .nav_button_secondary-3 {
    display: none;
  }

  .subheader {
    font-size: 14px;
  }

  .heading-dark-center-40 {
    font-size: 30px;
    font-weight: 400;
  }

  .tab-title-center {
    font-size: 9px;
    display: none;
  }

  .tab-image {
    width: 30px;
  }

  .heading-dark-center-30 {
    font-size: 16px;
  }

  .div-block-12 {
    width: 150px;
  }

  .paragraph-dark-center-16 {
    font-size: 16px;
  }

  .div-block-offer {
    width: 240px;
  }

  .div-block-market-data {
    width: 180px;
  }

  .div-block-cola {
    width: 210px;
  }

  .div-block-promo-merit {
    width: 220px;
  }

  .link-dark-center-16 {
    font-size: 16px;
  }

  .heading-white-left-40 {
    font-size: 30px;
  }

  .heading-white-left-20 {
    font-size: 20px;
  }

  .paragraph-dark-left-16, .paragraph-white-left-16 {
    font-size: 16px;
  }

  .div-block-people {
    width: 200px;
  }

  .heading-dark-center_60 {
    width: 90%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
  }

  .heading-dark-center_60.pequity-blue {
    color: #3f72ff;
    justify-content: center;
    display: flex;
  }

  .heading-white-center_50 {
    width: 85%;
    max-width: 270px;
    font-size: 30px;
    font-weight: 400;
  }

  .paragraph-dark-center-16-copy {
    font-size: 16px;
  }

  .text-rotate-wrap {
    height: 30px;
    display: none;
  }

  .heading-dark-center-mobile {
    color: var(--dark-slate-blue);
    justify-content: center;
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    display: flex;
  }

  .heading-dark-center-mobile.pequity-blue {
    color: #3f72ff;
    justify-content: center;
    display: flex;
  }

  .heading-dark-center_50-copy {
    width: 85%;
    max-width: 270px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-dark-center_50-copy.pequity-blue {
    color: #3f72ff;
    justify-content: center;
    display: flex;
  }

  .paragraph-blue-center-20 {
    font-size: 16px;
  }

  .title_light_left {
    font-size: 20px;
  }

  .overview_text_list_white {
    font-size: 16px;
  }

  .button_hero_long_inline-blue {
    margin-right: auto;
  }

  .button_hero_long-secondary-white {
    margin-top: 20px;
    margin-left: auto;
  }

  .paragraph-dark-center {
    font-size: 16px;
  }

  .title_dark_center-20 {
    font-size: 20px;
  }

  .div-block-25 {
    width: 90%;
  }

  .heading-upper-blue-gradient {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .heading-upper-blue-gradient.centered {
    font-size: 30px;
  }

  .heading-dark-left_45 {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .heading-dark-left_45.centered {
    font-size: 30px;
  }

  .paragraph-dark-left-16-copy, .heading-dark-left-30, .heading-dark-left-40, .paragraph-blue-left-20, .paragraph-dark-center-16-inline {
    font-size: 16px;
  }

  .div-block-26 {
    height: 75px;
  }

  .title_dark_center-21 {
    font-size: 20px;
  }

  .paragraph-dark-center-2 {
    font-size: 16px;
  }

  .title_dark_center-22 {
    font-size: 20px;
  }

  .nav_button_secondary-4 {
    display: none;
  }

  .image-25 {
    max-width: 80%;
  }

  .paragraph-dark-center-16-600 {
    font-size: 16px;
  }

  .button_hero_blue_left-primary {
    margin-bottom: 20px;
  }

  .div-block-29 {
    flex-direction: column;
  }

  .nav_button_primary, .nav_button_secondary2 {
    display: none;
  }

  .paragraph-dark-center-16-700, .paragraph-dark-center-16-60opacity {
    font-size: 16px;
  }

  .heading-white-center-40 {
    font-size: 30px;
  }

  .paragraph-white-center-16-700 {
    font-size: 16px;
  }

  .heading-white-left---35 {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .heading-dark-left_70-poppins {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .heading-dark-left_70-poppins.centered {
    font-size: 30px;
  }

  .paragraph-dark-left-16-copy {
    font-size: 16px;
  }

  .title_dark_left_20-bold-gradient {
    font-size: 20px;
  }

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

  .div-block---big-screenshot {
    margin-top: 0;
  }

  .heading-dark-left_50-poppins {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .heading-dark-left_50-poppins.centered {
    font-size: 30px;
  }

  .title_dark_left_20-bold-blue {
    font-size: 20px;
  }

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

  .paragraph-dark-left-24-bold {
    font-size: 20px;
  }

  .paragraph-dark-left-16-regular {
    font-size: 16px;
  }

  .image-28 {
    padding-bottom: 40px;
  }

  .link-block-7 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .text-block-3 {
    text-align: left;
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .text-block-3-copy {
    display: none;
  }

  .heading-light-center-30 {
    font-size: 30px;
  }

  .paragraph-white-center-16-no-margin {
    font-size: 16px;
  }

  .content-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-39 {
    padding-left: 20px;
  }

  .div-block-39-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-38-copy {
    max-width: none;
  }

  .div-block-39-copy-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-29-copy {
    flex-direction: column;
  }

  .paragraph-dark-center-20-bold {
    font-size: 16px;
  }

  .div-block-30-copy, .fixed-right-container {
    width: 100%;
  }

  .div-block-30-copy-3 {
    width: 100%;
    min-width: auto;
  }

  .div-block---dark-indigo.integration_hero, .div-block---dark-indigo.integration_section {
    background-position: 50% 100%;
    background-size: cover;
  }

  .heading-white-left-50 {
    font-size: 30px;
  }

  .paragraph-dark-left-20 {
    width: 100%;
    font-size: 1rem;
  }

  .paragraph-blue-left-16 {
    font-size: 16px;
  }

  .div-block-50 {
    flex-direction: column;
    margin-top: 10px;
  }

  .div-block-non_stick {
    overflow: visible;
  }

  .div-block-non_stick.compare {
    width: 100%;
    overflow: scroll;
  }

  .html-embed-_-left {
    width: 90%;
  }

  .title_dark_center_20-bold-gradient {
    font-size: 20px;
  }

  .paragraph-dark-center-16-no-top-padding-copy {
    font-size: 16px;
  }

  .terms-html-embed {
    width: 100%;
  }

  .terms-html-embed-copy {
    width: 100%;
    display: block;
  }

  .security-holder {
    margin-left: 0;
    margin-right: 0%;
  }

  .security_inner {
    align-items: flex-start;
    width: 100%;
  }

  .div-block-53 {
    margin-top: 40px;
  }

  .image-28-copy {
    align-self: center;
  }

  .paragraph-dark-left-16-max {
    font-size: 16px;
  }

  .heading-dark-left_20-poppins {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .heading-dark-left_20-poppins.centered {
    font-size: 20px;
  }

  .security-holder---blue {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-white-left_30-poppins {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .heading-white-left_30-poppins.centered {
    font-size: 30px;
  }

  .security-holder---eggplant, .solution-holder---purple {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-dark-left-30-2 {
    font-size: 16px;
  }

  .heading-dark-left_50-2 {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .heading-dark-left_25-poppins {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .heading-dark-left_25-poppins.centered {
    font-size: 30px;
  }

  .title_dark_left_16-bold-blue {
    font-size: 20px;
  }

  .solutions-page-images {
    align-self: center;
    padding-bottom: 40px;
  }

  .heading-white-left-30-b {
    font-family: SF Pro Display \- Medium, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .title_dark_center_20-bold-blue {
    font-size: 20px;
  }

  .button_hero_long-secondary-neo {
    margin-top: 20px;
    margin-left: auto;
  }

  .heading-white-left_20-poppins {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .heading-white-left_20-poppins.centered {
    font-size: 30px;
  }

  .solutions-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title_dark_left_30-bold-gradient {
    font-size: 20px;
  }

  .div-block---big-screenshot---mxbg {
    margin-top: 0;
  }

  .menu-flex-box {
    width: 90%;
  }

  .navlink-description.w--current {
    opacity: 1;
    color: #000;
  }

  .navlink-description.link_login {
    display: none;
  }

  .navlink-description.link_demo {
    opacity: 1;
  }

  .navlink-2_dark.w--current {
    opacity: 1;
    color: #000;
  }

  .navlink-2_dark.link_login {
    display: none;
  }

  .navlink-2_dark.link_demo {
    opacity: 1;
  }

  .div-block-55 {
    flex-wrap: wrap;
    align-items: flex-start;
    height: 75vh;
    overflow: scroll;
  }

  .navlink-2---centered.w--current {
    opacity: 1;
    color: #000;
  }

  .navlink-2---centered.link_login {
    display: none;
  }

  .navlink-2---centered.link_demo {
    opacity: 1;
  }

  .integration_hero {
    max-width: 80%;
  }

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

  .navlink-2_chip.w--current {
    opacity: 1;
    color: #000;
  }

  .navlink-2_chip.link_login {
    display: none;
  }

  .navlink-2_chip.link_demo {
    opacity: 1;
  }

  .html-embed--left {
    width: 90%;
  }

  .paragraph-dark--20-copy, .paragraph-dark-left-20-bold-copy, .paragraph-white-center-20-copy {
    font-size: 16px;
  }

  .title_dark_center-23, .title_dark_center-24 {
    font-size: 20px;
  }

  .text-block-3-copy-copy {
    display: none;
  }

  .heading-light-center-30-copy {
    font-size: 30px;
  }

  .vertical_100-copy {
    height: 60px;
  }

  .navlink-2_dark-2.w--current, .navlink-2_chip-2.w--current {
    opacity: 1;
    color: #000;
  }

  .heading-dark-left-30---100-width, .heading-dark-left-30-thin {
    font-size: 16px;
  }

  .html-embed-plg-form {
    width: 90%;
  }

  .paragraph-dark-left-16-thin {
    font-size: 16px;
  }

  .heading-dark-left_50-3 {
    width: 95%;
    max-width: 300px;
    margin-top: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .plg_image {
    max-width: 80%;
  }

  .paragraph-dark-center-16-thin {
    font-size: 16px;
  }

  .title_dark_left_20-bold-gradient-2 {
    font-size: 20px;
  }

  .div-block-69 {
    margin-top: 20px;
  }

  .paragraph-dark-left-16-singup {
    font-size: 16px;
  }

  .email_link_signup.w--current {
    opacity: 1;
    color: #000;
  }

  .div-block-65 {
    flex-direction: column;
  }

  .paragraph-dark-center-copy, .paragraph-dark-left-16-bold, .paragraph-dark-left-14-thin {
    font-size: 16px;
  }

  .security_inner-flex {
    width: 100%;
  }

  .nav_button_secondary2-copy {
    display: none;
  }

  .divider {
    width: auto;
    height: 1px;
    margin-top: 0;
    margin-bottom: 26px;
    display: block;
    overflow: hidden;
  }

  .navlink-3.w--current {
    opacity: 1;
    color: #000;
  }

  .navlink-3.link_login {
    display: none;
  }

  .navlink-3.link_demo {
    opacity: 1;
    text-align: center;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navlink-3.signup {
    background-color: var(--slate-blue);
    color: var(--zircon);
    text-align: center;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 8px 0;
    display: block;
  }

  .navlink-2-copy.w--current {
    opacity: 1;
    color: #000;
  }

  .navlink-2-copy.link_login {
    display: none;
  }

  .navlink-2-copy.link_demo {
    opacity: 1;
  }

  .divider_web {
    display: none;
  }

  .navlink-3-login.w--current {
    opacity: 1;
    color: #000;
  }

  .navlink-3-login.link_login {
    display: none;
  }

  .navlink-3-login.link_demo {
    opacity: 1;
    text-align: center;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navlink-3-login.signup {
    border: 1px solid var(--slate-blue);
    color: var(--slate-blue);
    text-align: center;
    background-color: #ecf1ff;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 8px 0;
    display: block;
  }

  .navlink-3-login.signup.hidden-div {
    display: none;
  }

  .menu-flex-box-left {
    width: 90%;
  }

  .heading-white-center-30 {
    font-size: 30px;
  }

  .podcast-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page-padding.s0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .nav_button_tertiary, .nav_button_secondary2-copy2 {
    display: none;
  }

  .logopile-div {
    flex-direction: row;
  }

  .paragraph-gray-left-13 {
    justify-content: center;
    font-size: 13px;
    display: block;
  }

  .dropdown-dark-left-20-bold {
    font-size: 16px;
  }

  .upper_nav_maxwidth {
    justify-content: flex-end;
  }

  .link-block-13 {
    display: none;
  }

  .heading-white-center_70 {
    width: 85%;
    max-width: 270px;
    font-size: 30px;
  }

  .logopile-div-2 {
    flex-direction: row;
  }

  .horizontal_15-3 {
    display: block;
  }

  .paragraph-light-left-13 {
    justify-content: center;
    font-size: 13px;
    display: block;
  }

  .div-block---light-indigo-gradient.integration_hero, .div-block---light-indigo-gradient.integration_section {
    background-position: 50% 100%;
    background-size: cover;
  }

  .h1-pill-text {
    font-size: 16px;
  }

  .vertical_100-2 {
    height: 60px;
  }

  .hero_slider_img {
    max-width: 100%;
  }

  .paragraph-white-center-20-bold {
    font-size: 16px;
  }

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

  .button_hero_long_inline-white {
    margin-right: auto;
  }

  .button_hero_long-secondary-neo-copy {
    margin-top: 20px;
    margin-left: auto;
  }

  .div-block---light-indigo-gradient_short.integration_hero, .div-block---light-indigo-gradient_short.integration_section {
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block_flex-leftaligned {
    align-self: stretch;
    align-items: stretch;
  }

  .button_hero_white_left-primary {
    width: 100%;
    margin-bottom: 20px;
  }

  .solutions-images-big {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .solutions-images-big.bigger {
    width: 100%;
  }

  .solutions-images-big.letters {
    padding-bottom: 0;
  }

  .background-video-2 {
    height: 27vh;
    margin-top: 40px;
  }

  .div-block_flex-leftaligned_solution {
    align-self: stretch;
    align-items: center;
    padding-bottom: 0;
  }

  .div-block---89.integration_hero, .div-block---89.integration_section {
    background-position: 50% 100%;
    background-size: cover;
  }

  .image-28-copy-3 {
    align-self: center;
  }

  .navlink-2-light {
    color: var(--night);
  }

  .navlink-2-light:hover {
    color: var(--slate-blue);
  }

  .navlink-2-light.w--current {
    opacity: 1;
    color: #000;
  }

  .navlink-2-light.link_login {
    display: none;
  }

  .navlink-2-light.link_demo {
    opacity: 1;
  }

  .div-block---2025.integration_hero, .div-block---2025.integration_section {
    background-position: 50% 100%;
    background-size: cover;
  }

  .heading-white-left-64 {
    font-size: 2.2rem;
  }

  .button_hero_gold_left-primary {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }

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

  .flex-right-hero {
    width: 80%;
    height: 70vh;
  }

  .flex-right-hero.integrations_img {
    width: 100%;
    height: 16vh;
  }

  .hero_floating_image1 {
    top: -2%;
    right: -55%;
  }

  .hero_floating_image2 {
    bottom: -36%;
    left: -21%;
  }

  .home_tab_menu {
    flex-direction: row;
  }

  .tab-link2 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .home-tab-image-holder {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    padding: 4px;
  }

  .value-tabs_content-container {
    padding: 40px 20px;
  }

  .text-link-blue-16 {
    font-size: 16px;
  }

  .div-block_flex-leftaligned-tabs {
    align-self: stretch;
    align-items: stretch;
  }

  .paragraph-dark--24 {
    font-size: 16px;
  }

  .paragraph-dark--30-bold {
    font-size: 20px;
  }

  .text-link---20---solutions {
    font-size: 16px;
  }

  .text-link---20---solutions.bolder {
    font-size: 14px;
  }

  .heading-white-left-60 {
    font-size: 30px;
  }

  .testimonial-half-block {
    padding: 30px 20px;
  }

  .testimonial-half-block.instacart_bg {
    align-items: center;
    padding: 30px 20px 20px;
  }

  .paragraph-light--32 {
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
  }

  .paragraph-light--24 {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .testimonial-flex-container {
    width: 90%;
  }

  .testimonial-full-block {
    padding: 30px 20px;
  }

  .testimonial-full-block.maymobility_bg {
    flex-wrap: nowrap;
  }

  .testimonial-full-block.cta_bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 1rem;
  }

  .testimonial-full-block.cta_bg_black {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block_flex-leftaligned_cta {
    align-self: stretch;
    align-items: stretch;
    padding-bottom: 0;
  }

  .heading-white-left-48 {
    max-width: 100%;
    font-size: 1.7rem;
  }

  .div-block---about-holder {
    flex-wrap: wrap;
    align-items: flex-start;
    height: 75vh;
    overflow: scroll;
  }

  .image-55 {
    margin-top: 0;
  }

  .stakeholder_img {
    width: 50px;
    height: auto;
  }

  .flex-right-hero-2 {
    width: 90%;
    height: 23vh;
  }

  .flex-right-hero-2.integrations_img {
    height: 35vh;
  }

  .glossary_section_container {
    flex-direction: column;
  }

  .image-56, .image-57 {
    max-width: 70%;
  }

  .image-58 {
    max-width: 60%;
    max-height: none;
  }

  .vertical_10 {
    display: block;
  }

  .demo-text-block {
    padding: 30px 20px 0;
  }

  .demo-text-block.instacart_bg {
    align-items: center;
    padding: 30px 20px 20px;
  }

  .demo-form-block {
    padding: 30px 20px;
  }

  .demo-form-block.instacart_bg {
    align-items: center;
    padding: 30px 20px 20px;
  }

  .demo-form-block.alternate-bg {
    margin-top: 20px;
    padding: 10px;
  }

  .demo-form-block.alternate-bg-copy {
    padding: 10px;
  }

  .list-item-6 {
    text-align: left;
  }

  .glossary_left_anchor {
    padding-bottom: 30px;
  }

  .paragraph-white-left-20-bullet {
    background-image: url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg');
    background-position: 0 193px, 0 137px, 0 100px, 0 69px, 0 11px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 26px, 26px, 26px, 26px, 26px;
    width: 100%;
    font-size: 1rem;
    list-style-type: none;
  }

  .paragraph-white-left-20-bullet.pricing {
    background-image: url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg'), url('../images/check-circle--checkmark-addition-circle-success-check-validation-add-form-tick-3.svg');
    background-position: 0 66%, 0 34%, 0 4%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 26px, 24px, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .paragraph-white-left-20-bullet.referral {
    text-align: left;
  }

  .link-block-watch {
    margin-left: 0;
    margin-right: 11.7rem;
  }

  .glossary_spaceing_large {
    height: 60px;
  }

  .heading-dark-left-30-b-full {
    font-family: SF Pro Display \- Medium, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .paragraph-dark-center-16-inline-copy {
    font-size: 16px;
  }

  .tri-layout-holder {
    margin-left: 0;
    margin-right: 0%;
  }

  .image-61 {
    width: 100%;
  }

  .demo-text-block-copy {
    background-color: #fff0;
    padding: 24px 0 0;
  }

  .demo-text-block-copy.instacart_bg {
    align-items: center;
    padding: 30px 20px 20px;
  }

  .heading-white-left---35-copy {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .divider-white {
    width: 100%;
  }

  .face-wrapper {
    display: none;
  }

  .paragraph-white-left-16-copy {
    font-size: 16px;
  }

  .image-63 {
    height: 100%;
  }

  .slider-2 {
    min-height: 750px;
  }

  .wrapped-slide---hero {
    background-position: -150% -20%, 280% -30%, 90% 250%;
  }

  .wrapped-heading-1 {
    font-size: 40px;
    overflow: visible;
  }

  .wrapped-heading-1.smaller {
    font-size: 50px;
  }

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

  .wrapped-slide---purple {
    background-position: 150% -50%, 150% -81%, 90% 310%;
    background-size: auto 40%, auto 50%, auto;
  }

  .wrapped-heading-2.nobg.left {
    font-size: 50px;
  }

  .wrapped-slide---yellow {
    background-position: -130% -80%, 0 -80%, -40% 180%;
  }

  .wrapped-slide-turquoise {
    background-position: 0 -80%, 150% -90%, 120% 190%;
  }

  .wrapped-slide---red {
    background-position: 20% -80%, -80% 430%, 180% -360%;
  }

  .nav_button_primary---black {
    display: none;
  }

  .nav_button_primary---black.visible {
    display: block;
  }

  .services-page-images {
    align-self: center;
    padding-bottom: 40px;
  }

  .services-page-images.rounded-corners {
    width: 80%;
  }

  .background-video-3 {
    height: 27vh;
    margin-top: 40px;
  }

  .testimonial-holder-2 {
    margin-left: 0;
    margin-right: 0%;
  }

  .testimonial_inner {
    align-items: flex-start;
    width: 100%;
  }

  .brand-data {
    flex: 0 auto;
  }

  .feature_img {
    width: 30px;
    height: auto;
  }

  .pricing_holder {
    margin-left: 0;
    margin-right: 0%;
  }

  .paragraph-dark-center-20-2 {
    font-size: 16px;
  }

  .div-block_flex-centeraligned_solution {
    align-self: stretch;
    align-items: stretch;
    padding-bottom: 0;
  }

  .testimonial-holder-2-copy {
    margin-left: 0;
    margin-right: 0%;
  }

  .testimonial_inner-copy {
    align-items: flex-start;
    width: 100%;
  }

  .div-block-hero-img {
    height: 150px;
  }

  .left-arrow-3 {
    margin-left: 0%;
  }

  .right-arrow-3 {
    margin-right: 0%;
  }

  .div-block---light-purp.integration_hero, .div-block---light-purp.integration_section {
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-hero-img-cta {
    height: 70px;
    overflow: visible;
  }

  .centered-flex-container {
    width: 90%;
  }

  .stat-title {
    font-size: 16px;
  }

  .vertical_100-3 {
    height: 60px;
  }

  .horizontal_15-4 {
    display: block;
  }

  .stat-description {
    font-size: 16px;
  }

  .button_hero_gold_left-primary-2, .button_hero_gold_left-primary-3 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-115 {
    flex-direction: column;
  }

  .paragraph-dark-left-16-regular-2 {
    font-size: 16px;
  }

  .paragraph-light--24-2 {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .paragraph-white-left-20-2 {
    width: 100%;
    font-size: 1rem;
  }

  .paragraph-dark-left-16-bold-2 {
    font-size: 16px;
  }

  .heading-white-left-48-2 {
    max-width: 100%;
    font-size: 1.7rem;
  }

  .testimonial-full-block-2 {
    padding: 30px 20px;
  }

  .testimonial-full-block-2.maymobility_bg {
    flex-wrap: nowrap;
  }

  .testimonial-full-block-2.cta_bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 1rem;
  }

  .testimonial-full-block-2.notion_red {
    flex-wrap: nowrap;
  }

  .heading-white-left-30-b-2 {
    font-family: SF Pro Display \- Medium, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .button_hero_gold_left-secondary {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .background-video-4 {
    height: 27vh;
    margin-top: 40px;
  }

  .html-embed-copy {
    width: 100%;
  }

  .quick-stack-3 {
    align-self: flex-start;
    overflow: visible;
  }

  .compare-padding {
    padding-right: 16px;
  }
}

#w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-2410fa77 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_207adbf0-d327-da52-432f-aa71575ab25a-2410fa77 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-2410fa89 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_207adbf0-d327-da52-432f-aa71575ab25a-2410fa89 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_09b7b776-f87f-2c38-cb7c-3e2f99e36f4a-c7b664b3 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 3fr 1fr 1fr 4.5fr;
}

#w-node-_09b7b776-f87f-2c38-cb7c-3e2f99e36f4a-39d9bd93 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

#w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-d8cb0a45 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_207adbf0-d327-da52-432f-aa71575ab25a-d8cb0a45 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-181e40d2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_207adbf0-d327-da52-432f-aa71575ab25a-181e40d2, #w-node-_207adbf0-d327-da52-432f-aa71575ab25a-07279833 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_09b7b776-f87f-2c38-cb7c-3e2f99e36f4a-c7844840 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-2410fa77 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_207adbf0-d327-da52-432f-aa71575ab25a-2410fa77 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-2410fa89 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_207adbf0-d327-da52-432f-aa71575ab25a-2410fa89 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_09b7b776-f87f-2c38-cb7c-3e2f99e36f4a-c7b664b3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 3fr 1.75fr 1.75fr 4.5fr;
  }

  #w-node-_09b7b776-f87f-2c38-cb7c-3e2f99e36f4a-39d9bd93 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 3fr 1.75fr 1.75fr;
  }

  #w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-d8cb0a45 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_207adbf0-d327-da52-432f-aa71575ab25a-d8cb0a45 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-181e40d2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_207adbf0-d327-da52-432f-aa71575ab25a-181e40d2, #w-node-_207adbf0-d327-da52-432f-aa71575ab25a-07279833 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_09b7b776-f87f-2c38-cb7c-3e2f99e36f4a-c7844840 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 3fr 1.75fr 1.75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-2410fa77, #w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-2410fa89, #w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-d8cb0a45, #w-node-_8e52c37f-caff-1b5a-b9d2-4b44c05f8fbb-181e40d2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'SF Pro Display - Black Italic';
  src: url('../fonts/SFPRODISPLAYBLACKITALIC.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display - Heavy Italic';
  src: url('../fonts/SFPRODISPLAYHEAVYITALIC.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display - Bold';
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display - Semibold Italic';
  src: url('../fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display - Medium';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display - Light Italic';
  src: url('../fonts/SFPRODISPLAYLIGHTITALIC.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display - Thin Italic';
  src: url('../fonts/SFPRODISPLAYTHINITALIC.OTF') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display - Ultra Light Italic';
  src: url('../fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display - Regular';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}