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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gt haptik', Arial, sans-serif;
  font-size: 10vh;
  line-height: 110%;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #2c1138;
  font-size: 50px;
  line-height: 110%;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gt haptik', Arial, sans-serif;
  font-size: 27px;
  line-height: 110%;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gt haptik', Arial, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Gt haptik', Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  font-family: 'Gt haptik', Arial, sans-serif;
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
}

a {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #2c1138;
  font-size: 17px;
  line-height: 21px;
  text-decoration: none;
}

a:hover {
  opacity: 1;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  position: static;
  display: inline-block;
  max-width: 100%;
}

figure {
  margin-bottom: 10px;
}

.typography {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aubergine {
  width: 10vw;
  height: 10vh;
  background-color: #2c1138;
  color: #2c1138;
}

.purple {
  width: 10vw;
  height: 10vh;
  background-color: #a876f5;
}

.beige {
  width: 10vw;
  height: 10vh;
  background-color: #fbf3f0;
}

.yellow {
  width: 10vw;
  height: 10vh;
  background-color: #ffde91;
}

.components {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fbf3f0;
  opacity: 1;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
  background-color: #a876f5;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 21px;
  text-transform: none;
}

.button:hover {
  opacity: 0.75;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.button.signup {
  width: 111px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button.login {
  overflow: auto;
  width: 111px;
  height: auto;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #2c1138;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.button-pricing {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: auto;
  height: 64px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #817187;
  color: #fff;
  text-align: center;
}

.button.button-pricing.business {
  background-color: #2c1138;
}

.button.button-pricing.free-plan {
  max-width: 280px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.button.button-pricing-paid {
  margin-right: 32px;
  margin-bottom: 32px;
  margin-left: 32px;
  padding-top: 20px;
  padding-bottom: 19px;
  background-color: #fbf3f0;
  color: #a876f5;
  text-align: center;
}

.button.button-consent {
  background-color: #fff;
  color: #2c1138;
}

.button.button-demo-popup {
  padding: 20px 32px;
}

.button.button-demo-popup.button-demo-popup-section {
  max-width: 320px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field {
  height: 60px;
  margin-right: 16px;
  margin-bottom: 0px;
  padding-left: 24px;
  border: 1px none #000;
  border-radius: 100px;
  background-color: #fff;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #a876f5;
  font-size: 17px;
}

.text-field::-webkit-input-placeholder {
  color: #a876f5;
}

.text-field:-ms-input-placeholder {
  color: #a876f5;
}

.text-field::-ms-input-placeholder {
  color: #a876f5;
}

.text-field::placeholder {
  color: #a876f5;
}

.text-field.text-field-upsell {
  background-color: rgba(159, 124, 236, 0.1);
}

.submit-button {
  width: auto;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 100px;
  background-color: #a876f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gt haptik', Arial, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
}

.submit-button:hover {
  opacity: 0.75;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  font-weight: 400;
}

.text-block {
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #2c1138;
  line-height: 18px;
}

.success-message {
  border-radius: 4px;
  background-color: #ffde91;
}

.text-block-2 {
  font-family: 'Gt haptik', Arial, sans-serif;
  line-height: 18px;
}

.error-message {
  border-radius: 4px;
  background-color: #ffde91;
  color: #2c1138;
}

.form-block {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0px;
}

.form-block.form-get-started {
  margin-bottom: 128px;
}

.purple-light {
  width: 10vw;
  height: 10vh;
  background-color: #d0bbff;
}

.hero {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  max-height: 1200px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf3f0;
}

.nav-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  padding-right: 40px;
  text-transform: uppercase;
}

.link.w--current {
  opacity: 1;
}

.link.link-light {
  padding-right: 0px;
  color: #2c1138;
  text-transform: none;
}

.link.link-light:hover {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.link.link-light.link-padded {
  padding-right: 40px;
}

.link.link-light.link-padded.link-desktop {
  display: block;
}

.link.link-light.link-padded.link-desktop.link-last {
  padding-right: 20px;
}

.link.link-useful-links {
  padding-right: 0px;
  opacity: 0.75;
  color: #d0bbff;
}

.link.link-useful-links:hover {
  opacity: 1;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.link.link-dark {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.link.link-dark:hover {
  opacity: 0.75;
}

.nav {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1680px;
  margin-top: 0px;
  padding: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav.nav-cs {
  position: relative;
  background-color: #fff;
}

.container-hero-text {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55vw;
  max-width: 700px;
  min-width: auto;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-top: 0%;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-hero-text.container-hero-text-product {
  width: 45vw;
  max-width: 700px;
  padding-top: 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.container-hero-text.stp-pg {
  width: 43vw;
}

.container-hero-text.on-home {
  position: relative;
  z-index: 4;
}

.heading {
  display: inline-block;
  margin-bottom: 0px;
  color: #fbf3f0;
}

.heading.heading-text-hero {
  max-height: none;
  max-width: none;
  padding-right: 0px;
  font-family: 'Gt haptik', Arial, sans-serif;
  font-size: 80px;
  line-height: 88px;
  font-weight: 500;
}

.text-hero {
  display: block;
  width: auto;
  max-width: 720px;
  padding-bottom: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  max-width: 500px;
  padding-bottom: 32px;
  background-color: transparent;
  font-family: 'Inter beta', Arial, sans-serif;
  color: rgba(251, 243, 240, 0.7);
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
}

.paragraph.paragraph-test {
  color: #fbf3f0;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf3f0;
}

.video-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  min-width: auto;
  padding-top: 128px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-text.video-text-upsell {
  padding-top: 256px;
  padding-bottom: 128px;
  text-align: center;
}

.video-text.video-text-upsell.video-text-upsell-product {
  width: auto;
  max-width: 960px;
  padding-top: 128px;
  text-align: center;
}

.paragraph-2 {
  padding-right: 160px;
  padding-bottom: 32px;
  padding-left: 160px;
  font-family: 'Inter beta', Arial, sans-serif;
  color: rgba(44, 17, 56, 0.7);
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

.heading-2 {
  padding-right: 90px;
  padding-bottom: 32px;
  padding-left: 90px;
  text-align: center;
}

.heading-2.heading-2-product-upsell {
  width: 80%;
  max-width: 880px;
  padding-right: 32px;
  padding-left: 32px;
  letter-spacing: -0.714286px;
}

.heading-2.heading-2-pricing {
  padding-right: 160px;
  padding-left: 160px;
}

.heading-2.heading-2-demo-popup {
  padding: 0px 0px 32px;
}

.heading-2.heading-2-demo-form {
  max-width: 640px;
  padding-right: 0%;
  padding-left: 0%;
}

.heading-2.heading-2-demo-form-2 {
  padding-right: 90px;
  padding-left: 90px;
}

.heading-2.on-home {
  max-width: 840px;
}

.video-img {
  position: relative;
  width: auto;
  max-height: none;
  max-width: 1100px;
  padding-top: 128px;
  padding-bottom: 128px;
}

.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands.brands-product {
  padding-top: 64px;
  background-color: #fbf3f0;
}

.heading-3 {
  padding-bottom: 48px;
  color: rgba(44, 17, 56, 0.5);
  text-transform: uppercase;
}

.brands-grid {
  width: auto;
  max-width: 960px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-4 {
  padding-bottom: 20px;
  color: #2c1138;
  line-height: 36px;
  text-align: center;
}

.heading-4.heading-get-started {
  color: #d0bbff;
  line-height: 36px;
}

.video-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 300px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 32px;
  padding-bottom: 128px;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-3 {
  font-family: 'Inter beta', Arial, sans-serif;
  color: rgba(44, 17, 56, 0.7);
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.paragraph-3.para-get-started {
  margin-bottom: 32px;
  color: rgba(208, 187, 255, 0.7);
  font-weight: 300;
}

.video-feature-img {
  padding-bottom: 32px;
}

.hero-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 776px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero-columns.hero-columns-pricing {
  height: 100vh;
}

.hero-columns.hero-columns-product {
  height: 100vh;
  margin-top: 100px;
}

.hero-columns.on-home {
  background-image: url('../images/hero-bg_1.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-column-1 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #2c1138;
  color: #2c1138;
}

.hero-column-1.hero-column-1-video {
  z-index: auto;
  width: 65vw;
  max-width: none;
  margin-right: 0%;
  background-color: transparent;
  color: transparent;
}

.hero-column-1.hero-column-1-video.stp-pg {
  padding-right: 0px;
}

.hero-column-2 {
  position: relative;
  overflow: hidden;
  width: 50vw;
  background-color: #d0bbff;
}

.link-block.logo {
  opacity: 1;
}

.link-block.logo:hover {
  opacity: 0.75;
}

.hamburger {
  display: none;
  width: 32px;
  height: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-line {
  width: 80%;
  height: 2px;
  background-color: #a876f5;
}

.hero-illo-responsive {
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.slider.product-features-slider {
  display: none;
  background-color: transparent;
}

.left-arrow {
  position: absolute;
  left: 15%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  opacity: 0.75;
}

.left-arrow.left-arrow-product {
  display: none;
}

.right-arrow {
  right: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 0.75;
}

.right-arrow.right-arrow-product {
  display: none;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 640px;
  min-width: auto;
  padding-right: 0vw;
  padding-bottom: 0px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial.testimonial-product {
  margin-top: 128px;
  margin-bottom: 128px;
}

.testimonial.testimonial-product.on-home {
  margin-top: 328px;
  margin-bottom: 328px;
}

.heading-5 {
  width: auto;
  max-width: 640px;
  padding-bottom: 32px;
  color: #2c1138;
  line-height: 36px;
  text-align: center;
}

.heading-5.testimonial-pm {
  color: #fbf3f0;
  line-height: 36px;
}

.wrapper-testimonials {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  max-width: none;
  padding: 128px 25vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-testimonials.wrapper-testimonials-product {
  width: auto;
  max-width: 1170px;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-6 {
  color: #a876f5;
}

.heading-6.heading-6-pm {
  color: #ffde91;
}

.heading-6.heading-6-tp {
  color: #d0bbff;
}

.heading-6.heading-6-tm {
  color: #fbf3f0;
}

.heading-6.on-home {
  color: #c0b8c3;
}

.image-3 {
  width: 80px;
  padding-bottom: 32px;
}

.get-started {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c1138;
}

.get-started.on-pricing {
  padding-top: 228px;
}

.heading-7 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #fbf3f0;
  text-align: center;
}

.heading-7.heading-7-pricing {
  padding-top: 0px;
  padding-bottom: 128px;
  text-align: center;
}

.upsell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf3f0;
}

.upsell-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  padding-top: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  margin-bottom: 96px;
  font-family: 'Inter beta', Arial, sans-serif;
  color: rgba(44, 17, 56, 0.7);
  line-height: 33px;
  font-weight: 300;
  text-align: left;
}

.heading-8 {
  padding-bottom: 32px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.upsell-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -190px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-4 {
  position: relative;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c1138;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 128px;
  padding-bottom: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-footer-link {
  padding: 0px 0px 16px;
  background-color: transparent;
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.cs-footer-link:hover {
  opacity: 1;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.cs-footer-link.cs-footer-l {
  opacity: 0.5;
  font-family: Inter, Arial, sans-serif;
  color: #21282c;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  cursor: pointer;
}

.cs-footer-link.cs-footer-l:hover {
  opacity: 1;
}

.footer-header {
  padding: 0px 0px 32px;
  border-radius: 4px 4px 0px 0px;
  background-color: transparent;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  cursor: default;
}

.footer-header.cs-footer-h {
  position: static;
  font-family: Inter, Arial, sans-serif;
  color: #21282c;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.wrapper.mobile {
  display: none;
  padding-top: 56px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper.cs-footer-wrapper {
  max-width: 1175px;
}

.cs-copyright-link {
  display: inline-block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, Arial, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.cs-copyright-link.footer {
  padding-top: 56px;
}

.cs-copyright-link.cs-copyright {
  opacity: 0.5;
  cursor: pointer;
}

.cs-copyright-link.cs-copyright:hover {
  opacity: 1;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.footer-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(208, 187, 255, 0.2);
}

.arrow-footer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 12px;
  height: auto;
  margin-right: 0px;
  padding-right: 0px;
  background-color: transparent;
  opacity: 1;
}

.cs-footer-arrow {
  position: relative;
  width: 12px;
  height: auto;
  margin-right: 32px;
}

.arrow-footer-black {
  display: block;
  width: 12px;
}

.mobile-menu {
  display: none;
}

.body---home {
  background-color: #2c1138;
}

.text-span {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.text-span.home-h1 {
  color: #a876f5;
}

.home-image-hero {
  position: absolute;
  left: 15%;
  top: 10%;
  width: auto;
  max-width: 110%;
  min-width: 700px;
}

.hero-column-product-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60vw;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-column-product-2 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vw;
  border-radius: 60px;
}

.heading-11 {
  width: 100%;
  max-width: 640px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #2c1138;
  font-size: 80px;
  line-height: 100%;
}

.paragraph-5 {
  max-width: 540px;
  padding-bottom: 32px;
  font-family: 'Inter beta', Arial, sans-serif;
  color: rgba(44, 17, 56, 0.7);
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

.paragraph-5.paragraph-5-pricing {
  color: rgba(44, 17, 56, 0.7);
}

.paragraph-5.paragraph-5-demo-popup {
  max-width: none;
  padding-bottom: 32px;
  text-align: center;
}

.paragraph-5.paragraph-5-demo-popup.paragraph-5-demo-popup-section {
  max-width: 640px;
  margin-bottom: 32px;
  padding-bottom: 0px;
}

.paragraph-5.paragraph-5-demo-form {
  max-width: 640px;
  padding-bottom: 64px;
  text-align: center;
}

.product-img-hero {
  position: static;
  left: 7%;
  top: 30%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  max-width: 100%;
  min-width: auto;
  margin-left: 7%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.product-img-hero.product-img-hero-pricing {
  top: 24%;
  max-width: 120%;
}

.text-span-2 {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.product-brands {
  background-color: transparent;
}

.img-product-hero-responsive {
  display: none;
}

.body---product {
  background-color: #2c1138;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 500px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2c1138;
}

.wrapper-tabs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 5vh 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom: 2px solid #d0bbff;
  background-color: #2c1138;
  color: #d0bbff;
}

.tab-link-tab-1:hover {
  color: #d0bbff;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vh 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #ffde91;
  background-color: #2c1138;
  opacity: 1;
  color: #ffde91;
  line-height: 18px;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.tab-link-tab-3 {
  display: block;
  padding: 5vh 64px;
  border-bottom: 2px solid #d0bbff;
  background-color: #2c1138;
  color: #d0bbff;
  line-height: 18px;
}

.tab-link-tab-3.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-color: #ffde91;
  background-color: #2c1138;
  opacity: 1;
  color: #ffde91;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c1138;
}

.text-span-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  padding-top: 0px;
  padding-right: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Icons Family', sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  white-space: normal;
}

.text-span-4.project {
  padding-right: 12px;
  font-family: 'Toggl product icons', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span-4.project.project-milestone {
  padding-right: 15px;
  padding-left: 3px;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.product-tabs-main-image {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.product-tabs-main-image.on-home {
  position: absolute;
  top: 425px;
  display: block;
  width: 100vw;
  max-width: 960px;
}

.heading-12 {
  width: 70%;
  margin-top: 128px;
  margin-bottom: 112px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #ffde91;
  text-align: center;
}

.heading-12.heading-12-tp {
  color: #d0bbff;
}

.heading-12.heading-12-tm {
  margin-top: 128px;
  color: #fbf3f0;
}

.heading-12.on-home {
  position: relative;
  z-index: 1;
  width: auto;
  margin-bottom: 32px;
  color: #fdf4f0;
}

.text-span-5 {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.image-8 {
  max-width: 758px;
  margin-left: 50px;
  padding-left: 0px;
}

.image-8.image-8-tp {
  margin-left: 0px;
}

.heading-13 {
  max-width: 640px;
  margin-top: 128px;
  margin-bottom: 64px;
  color: #ffde91;
  text-align: center;
}

.heading-13.heading-13-tp {
  max-width: 640px;
  color: #d0bbff;
  text-align: center;
}

.heading-13.heading-13-tm {
  width: 70%;
  color: #fbf3f0;
}

.image-9 {
  max-width: 758px;
}

.image-9.image-9-tm {
  margin-left: 40px;
}

.image-10 {
  max-width: 75%;
  padding-bottom: 128px;
}

.image-10.image-10-tp {
  margin-left: 50px;
}

.simple-task-scheduling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf3f0;
}

.text-span-6 {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.text-span-7 {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.product-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 128px;
  padding-bottom: 96px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #fbf3f0;
  text-align: center;
}

.text-span-8 {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.app-integrations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf3f0;
}

.video-heading {
  margin-top: 0px;
  padding-top: 128px;
  font-family: 'Gt haptik', Arial, sans-serif;
  text-align: center;
}

.text-span-9 {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.integrations-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 960px;
  padding-bottom: 128px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-integrations:hover {
  display: block;
}

.int-img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.int-img-hover {
  position: absolute;
  z-index: auto;
  display: block;
  border-radius: 100px;
  box-shadow: 0 0 0 -20px #000;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.int-img-hover:hover {
  box-shadow: 0 32px 48px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.bottom-upsell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.wrapper-1170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  padding-bottom: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-features-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 25%;
  padding-right: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-features-image {
  max-width: 100%;
}

.tab-link-tab-1-2 {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #2c1138;
  color: #d0bbff;
}

.tab-link-tab-1-2.w--current {
  background-color: #2c1138;
  opacity: 1;
  color: #fbf3f0;
}

.tab-link-tab-1-2.w--current:hover {
  background-color: #2c1138;
  opacity: 1;
}

.tab-link-tab-2 {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
  color: #d0bbff;
}

.tab-link-tab-2.w--current {
  background-color: #2c1138;
  opacity: 1;
  color: #fbf3f0;
}

.tab-link-tab-2.w--current:hover {
  opacity: 1;
}

.tabs-content-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-pane-tab-6 {
  width: auto;
  max-width: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.mask {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-14 {
  max-width: 90%;
}

.tab-pane-tab-1 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.text-span-11 {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.body---pricing {
  background-color: #fbf3f0;
}

.paragraph-small {
  font-family: 'Inter beta', Arial, sans-serif;
  line-height: 28px;
  font-weight: 400;
}

.paragraph-9 {
  font-family: 'Gt haptik 2', Arial, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.pricing-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fbf3f0;
}

.pricing-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 872px;
  max-width: 428px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 25px 60px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  color: #2c1138;
}

.pricing-card.standard {
  background-color: #2c1138;
  color: #fff;
}

.pricing-card.business {
  background-color: #ffde91;
}

.card-paid {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin-left: 32px;
  padding-left: 0px;
  border-radius: 4px;
  background-color: #2c1138;
}

.pricing-cards-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 856px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pricing-cards-container.new-pricing {
  max-width: 856px;
}

.tab-annual {
  top: auto;
  width: 50%;
  padding: 32px 0px;
  border-bottom: 2px solid #d0bbff;
  background-color: #2c1138;
  opacity: 1;
  color: #d0bbff;
  text-align: center;
}

.tab-annual:hover {
  opacity: 1;
}

.tab-annual.w--current {
  width: 50%;
  padding: 32px 0px;
  border-bottom: 2px solid #ffde91;
  background-color: #2c1138;
  opacity: 1;
  color: #ffde91;
  font-size: 17px;
  text-align: center;
}

.tab-annual.w--current:hover {
  opacity: 1;
}

.tab-monthly {
  width: 50%;
  padding: 32px 0px;
  border-bottom: 2px solid #d0bbff;
  background-color: #2c1138;
  opacity: 1;
  color: #d0bbff;
  text-align: center;
}

.tab-monthly:hover {
  opacity: 0.75;
}

.tab-monthly.w--current {
  border-bottom-color: #ffde91;
  background-color: transparent;
  color: #ffde91;
}

.tab-monthly.w--current:hover {
  border-bottom-color: #ffde91;
  background-color: transparent;
  opacity: 1;
  color: #ffde91;
}

.pricing-card-h {
  margin-bottom: 10px;
  border: 1px none #000;
  text-align: center;
}

.pricing-card-h.standard {
  border-bottom-color: #817187;
}

.pricing-card-header-text {
  font-family: 'Gt haptik', Arial, sans-serif;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}

.text-block-6 {
  width: 100%;
  font-size: 17px;
}

.text-block-7 {
  width: 100%;
}

.pricing-number {
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: 'Gt haptik', Arial, sans-serif;
  font-size: 70px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.pricing-number.pricing-number-premium {
  color: #fff;
}

.text-span-12 {
  font-size: 2.5vh;
}

.paragraph-10 {
  padding-bottom: 32px;
  color: #2c1138;
}

.paragraph-10.paragraph-10-premium {
  padding-right: 32px;
  padding-left: 32px;
  color: #ffde91;
}

.pricing-card-pupm {
  margin-bottom: 16px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #817187;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.pricing-card-pupm.text-span-13-premium {
  color: #fff;
}

.pricing-card-pupm.standard {
  color: #fff;
}

.pricing-card-pupm.business {
  color: #2c1138;
}

.text-span-14 {
  color: hsla(0, 0%, 100%, 0.5);
}

.para-premium-features {
  padding-right: 32px;
  padding-bottom: 64px;
  padding-left: 32px;
  font-family: 'Inter beta', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
}

.para-premium-features.para-premium-features-headline {
  padding-bottom: 16px;
  font-family: 'Inter beta', Arial, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 400;
}

.tabs-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #d0bbff;
}

.div-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 50vh;
  background-color: #2c1138;
}

.link-block-2 {
  position: fixed;
  left: 32px;
  top: 31px;
  opacity: 1;
}

.container-3 {
  margin-top: 141px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-18 {
  margin-bottom: 32px;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  color: #fff;
}

.paragraph-11 {
  position: static;
  overflow: hidden;
  margin-bottom: 40px;
  float: none;
  clear: none;
  opacity: 0.7;
  font-family: 'Inter beta', Arial, sans-serif;
  color: #fbf3f0;
  font-weight: 300;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-2 {
  min-width: 150px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 32px;
  background-color: #a876f5;
  opacity: 1;
  color: #fff;
  text-align: center;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid transparent;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #a876f5;
}

.image-15 {
  max-height: 42px;
}

.logo {
  max-height: 42px;
  cursor: pointer;
}

.rebrand-upsell {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffde91;
}

.rebrand-upsell.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-11 {
  display: none;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c1138;
  font-size: 14px;
  line-height: 18px;
}

.text-block-11:hover {
  color: rgba(44, 17, 56, 0.75);
}

.text-block-11.text-block-11-close {
  padding-right: 32px;
}

.text-block-11.text-block-11-close:hover {
  color: #2c1138;
}

.link-block-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0.5;
}

.link-block-3:hover {
  opacity: 1;
}

.link-block-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
}

.link-block-4:hover {
  opacity: 0.75;
}

.text-span-15 {
  padding-left: 4px;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  text-decoration: underline;
}

.image-17 {
  position: fixed;
  top: 50%;
  right: auto;
  width: 42.5vw;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.consent-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 360px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 32px;
  background-color: #f6e5db;
  box-shadow: 0 8px 32px 0 rgba(44, 17, 56, 0.2);
}

.consent-wrapper.hidden {
  display: none;
}

.consent-text {
  width: auto;
  padding-bottom: 16px;
  opacity: 1;
  color: rgba(44, 17, 56, 0.7);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.link-consent-text {
  opacity: 1;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  color: #2c1138;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.link-consent-text:hover {
  opacity: 0.8;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.hiring-upsell {
  margin-left: 24px;
  border-radius: 100px;
  background-color: rgba(251, 243, 240, 0.1);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fbf3f0;
  font-size: 17px;
}

.hiring-upsell:hover {
  background-color: rgba(251, 243, 240, 0.2);
  color: #fbf3f0;
}

.hiring-text {
  display: none;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 14px;
}

.hiring-text:hover {
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #fbf3f0;
}

.cs-hiring-positions {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #a876f5;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}

.cs-hiring-positions.text-span-16-light {
  color: rgba(44, 17, 56, 0.6);
}

.background-video {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btns-wrapepr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.demo-popup-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(44, 17, 56, 0.5);
  opacity: 1;
}

.demo-popup-wrapper.hidden {
  display: none;
}

.demo-popup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 720px;
  padding: 64px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fbf3f0;
}

.close-demo-popup {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
}

.hiring-text-2 {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 14px;
}

.hiring-text-2:hover {
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #fbf3f0;
}

.hiring-text-2.light {
  color: #2c1138;
}

.burger-line-2 {
  width: 80%;
  height: 2px;
  background-color: #a876f5;
}

.link-3 {
  padding-right: 40px;
  text-transform: uppercase;
}

.link-3.w--current {
  opacity: 1;
}

.link-3.link-light {
  padding-right: 0px;
  opacity: 0.6;
  color: #2c1138;
  text-transform: none;
  cursor: pointer;
}

.link-3.link-light:hover {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.hiring-upsell-2 {
  margin-left: 24px;
  border-radius: 100px;
  background-color: rgba(251, 243, 240, 0.1);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fbf3f0;
  font-size: 17px;
}

.hiring-upsell-2:hover {
  background-color: rgba(251, 243, 240, 0.2);
  color: #fbf3f0;
}

.hiring-upsell-2.hiring-upsell-light {
  background-color: rgba(44, 17, 56, 0.05);
}

.hiring-upsell-2.hiring-upsell-light:hover {
  background-color: rgba(44, 17, 56, 0.1);
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #a876f5;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 21px;
  text-transform: none;
}

.button-3:hover {
  opacity: 0.75;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.button-3.login {
  margin-right: 24px;
  background-color: #fff;
  color: #2c1138;
}

.button-3.login {
  max-height: 40px;
  min-width: 112px;
  margin-right: 24px;
  background-color: #fff;
  color: #a876f5;
  font-size: 17px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.button-3.signup {
  max-height: 40px;
  min-width: 112px;
  font-size: 17px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf3f0;
}

.section.section-demo-form {
  padding-bottom: 128px;
}

.hero-text-demo-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrapper {
  width: 100%;
  max-width: 960px;
  border-radius: 12px;
  background-color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}

.form-block-2 {
  max-width: 960px;
  margin-bottom: 0px;
  padding: 32px;
}

.div-block-4 {
  width: 50%;
  padding-left: 32px;
}

.div-block-5 {
  width: 66.66%;
}

.text-field-3 {
  height: 60px;
  margin-bottom: 32px;
  padding-left: 32px;
  border: 1px solid transparent;
  border-radius: 100px;
  background-color: rgba(168, 118, 245, 0.1);
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #a876f5;
  font-size: 16px;
}

.text-field-3:focus {
  border-color: #a876f5;
}

.text-field-3::-webkit-input-placeholder {
  color: rgba(168, 118, 245, 0.75);
}

.text-field-3:-ms-input-placeholder {
  color: rgba(168, 118, 245, 0.75);
}

.text-field-3::-ms-input-placeholder {
  color: rgba(168, 118, 245, 0.75);
}

.text-field-3::placeholder {
  color: rgba(168, 118, 245, 0.75);
}

.text-field-3.text-field-3-bottom {
  margin-bottom: 0px;
}

.text-field-3.text-field-3-bottom.text-field-3-bottom-location {
  border-radius: 20px;
}

.field-label {
  margin-bottom: 8px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #2c1138;
  font-size: 14px;
  font-weight: 500;
}

.submit-button-2 {
  width: 239px;
  padding: 9px 24px;
  border-radius: 100px;
  background-color: #a876f5;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
}

.submit-button-2:hover {
  opacity: 0.75;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.text-block-12 {
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #2c1138;
  line-height: 18px;
}

.bottom-upsell-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.success-message-2 {
  border-radius: 4px;
  background-color: #ffde91;
}

.error-message-2 {
  border-radius: 4px;
  background-color: #ffde91;
  color: #2c1138;
}

.section-headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  padding-bottom: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-headline-container.section-headline-container-demo {
  padding-top: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2c1138;
}

.image-21 {
  display: none;
  padding-bottom: 32px;
}

.image-21.image-21-reveal {
  display: block;
}

.heading-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 50px;
}

.heading-19.heading-11-light {
  color: #fbf3f0;
}

.heading-19.heading-11-light.heading-11-light-demo {
  max-width: 640px;
  text-align: center;
}

.paragraph-12 {
  margin-bottom: 32px;
  font-family: 'Inter beta', Arial, sans-serif;
  color: rgba(44, 17, 56, 0.7);
}

.paragraph-12.paragraph-10-light {
  color: rgba(251, 243, 240, 0.7);
}

.paragraph-12.paragraph-10-light.paragraph-10-light-remote {
  max-width: 640px;
  margin-bottom: 0px;
  text-align: center;
}

.body-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c1138;
}

.video-player-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 128px;
  padding-bottom: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fbf3f0;
}

.video-player-demo.video-player-demo-under-15 {
  padding-top: 64px;
}

.image-22 {
  width: 100%;
  max-width: none;
}

.demo-player-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-4 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-width: 240px;
  padding: 10px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #a876f5;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 21px;
  text-transform: uppercase;
}

.button-4:hover {
  opacity: 0.75;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.button-4.button-4-demo {
  left: 50%;
  top: 50%;
  width: auto;
  max-width: 320px;
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: none;
}

.button-4.button-4-demo:hover {
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.58);
  opacity: 1;
  -webkit-transform: translate(0px, -5px) translate(-50%, -50%);
  -ms-transform: translate(0px, -5px) translate(-50%, -50%);
  transform: translate(0px, -5px) translate(-50%, -50%);
}

.button-4.button-4-demo.button-4-demo-homepage {
  left: 51%;
  top: 46%;
  background-color: #2c1138;
}

.button-4.button-4-demo.button-4-demo-homepage {
  background-color: #2c1138;
}

.button-4.button-4-demo.button-product-demo {
  max-width: 253px;
  background-color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.text-span-17 {
  color: #a876f5;
}

.request-demo {
  display: none;
  padding-top: 128px;
  padding-bottom: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.request-demo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 960px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-lightbox {
  opacity: 1;
}

.text-block-14 {
  color: #fff;
}

.play-icon {
  margin-top: -3px;
  padding-top: 0px;
  padding-right: 8px;
}

.text-block-15 {
  font-family: 'Inter beta', Arial, sans-serif;
}

.text-block-16 {
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #2c1138;
}

.success-message-3 {
  background-color: #f6e5db;
}

.hero-section {
  position: relative;
  border-radius: 4px;
  background-color: #f7f8f8;
}

.rotalics-span {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.hero-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.hero-bg {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
}

.hero-col2 {
  position: relative;
  min-height: 518px;
  -webkit-box-flex: 5;
  -webkit-flex: 5 auto;
  -ms-flex: 5 auto;
  flex: 5 auto;
}

.hero-col1 {
  display: block;
  min-height: 518px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 7;
  -webkit-flex: 7 auto;
  -ms-flex: 7 auto;
  flex: 7 auto;
}

.cs-hero-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 38vw;
  max-width: 545px;
}

.cs-hero-image.pos-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.cs-hero-image.pos-right.smaller {
  width: 34vw;
}

.cs-hero-image.pos-right.smaller.even-smaller {
  width: 30vw;
}

.hero-div {
  display: block;
  margin-top: 70px;
  margin-left: 15%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.hero-breadcrumb-parent {
  opacity: 1;
  font-family: Inter, Arial, sans-serif;
  color: #d0bbff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  cursor: pointer;
}

.hero-breadcrumb-parent:hover {
  color: #a876f5;
}

.hero-breadcrumb-parent.hero-breadcrumb-child {
  margin-left: 5px;
  color: #a876f5;
  font-weight: 700;
  cursor: default;
}

.hero-h1 {
  display: block;
  font-family: National, sans-serif;
  color: #21282c;
  font-size: 60px;
  line-height: 78px;
  font-weight: 500;
  letter-spacing: -0.714286px;
  white-space: nowrap;
}

.hero-h1.hero-h2 {
  display: block;
  font-family: National, sans-serif;
  font-weight: 400;
}

.hero-h-div {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.hero-quote-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.hero-paragraph {
  display: block;
  margin-bottom: 20px;
  margin-left: 42px;
  opacity: 0.5;
  font-family: 'National book', sans-serif;
  color: #21282c;
  font-size: 40px;
  line-height: 61px;
  font-style: italic;
  font-weight: 400;
}

.hero-icon {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.prestory-section {
  max-width: 1170px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.about-h {
  margin-bottom: 15px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #2c1138;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
}

.about-div {
  max-width: 385px;
  margin-right: auto;
  margin-left: auto;
}

.about-p {
  margin-bottom: 15px;
  font-family: Inter, Arial, sans-serif;
  color: #817187;
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
}

.about-link {
  opacity: 1;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #a876f5;
  font-size: 17px;
  line-height: 33px;
  text-decoration: underline;
  text-transform: uppercase;
}

.story-s1-h {
  max-width: 568px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #817187;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: -0.714286px;
}

.story-s1-h.br-purp-h {
  max-width: 460px;
  color: rgba(253, 244, 240, 0.7);
}

.story-s1-h2 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: National, sans-serif;
  color: #21282c;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.571429px;
}

.story-s1-h3 {
  opacity: 0.5;
  font-family: 'National book', sans-serif;
  color: #21282c;
  font-size: 40px;
  line-height: 61px;
  font-style: italic;
  font-weight: 400;
}

.cs-intro-div {
  max-width: 50vw;
}

.story-break-bg {
  position: absolute;
  left: auto;
  z-index: 0;
  display: block;
  max-height: 595px;
  max-width: 1912px;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
}

.story-break-bg.velvet {
  margin-top: -73px;
}

.story-break-bg.flipped {
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-p {
  max-width: 40vw;
  margin-right: auto;
  margin-bottom: 20px;
  font-family: 'Inter beta', Arial, sans-serif;
  color: #817187;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

.section-p.story-p {
  max-width: 724px;
  margin-left: auto;
  font-family: 'Inter beta', Arial, sans-serif;
  color: #817187;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

.section-p.kcu-p {
  width: 477px;
  color: rgba(253, 244, 240, 0.7);
}

.kcu-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 128px;
  padding-bottom: 108px;
  background-color: #2c1138;
}

.section-h {
  max-width: 477px;
  margin-bottom: 42px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #2c1138;
  font-size: 50px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.714286px;
}

.section-h.etu-h {
  max-width: none;
  margin-top: 0px;
}

.section-h.kcu-h {
  color: #fdf4f0;
}

.section-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.section-cols.br-cols {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.kcu-col2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.kcu-col1 {
  padding-right: 70px;
}

.etu-section {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 128px;
}

.etu-section.pb108 {
  padding-bottom: 108px;
}

.etu-image {
  margin-right: auto;
  margin-left: auto;
}

.etu-image.illustration-1 {
  margin-bottom: 88px;
}

.etu-col1 {
  padding-right: 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.etu-col2 {
  padding-left: 35px;
}

.mw-section {
  overflow: hidden;
  max-width: 1170px;
  margin: 128px auto 130px;
}

.mw-section.boiler {
  margin-bottom: 0px;
}

.mw-image {
  position: absolute;
  right: 0px;
  max-width: 50vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.prefooter-seperator {
  width: 80%;
  height: 2px;
  margin-right: auto;
  margin-bottom: 68px;
  margin-left: auto;
  border-radius: 10px;
  background-color: #21282c;
  opacity: 0.1;
}

.prefooter-div {
  position: relative;
}

.pf-image-1 {
  position: absolute;
  left: auto;
  top: 0px;
  right: 75%;
  bottom: auto;
  z-index: 0;
}

.pf-image-2 {
  position: absolute;
  left: 80%;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 0;
  max-height: 371px;
}

.pf-h {
  position: relative;
  z-index: 1;
  max-width: 50vw;
  margin-right: auto;
  margin-bottom: 57px;
  margin-left: auto;
  padding-top: 62px;
  font-family: National, sans-serif;
  color: #21282c;
  font-size: 3.5vw;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.714286px;
}

.su-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.su-text-field {
  width: 350px;
  height: 65px;
  margin-right: 16px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(122, 67, 243, 0.2);
  border-radius: 4px;
  font-family: Inter, Arial, sans-serif;
  color: #7a43f3;
  font-size: 16px;
  line-height: 19px;
}

.su-text-field:focus {
  border-color: rgba(168, 118, 245, 0.02);
  background-color: rgba(168, 118, 245, 0.1);
}

.su-text-field::-webkit-input-placeholder {
  color: rgba(122, 67, 243, 0.5);
}

.su-text-field:-ms-input-placeholder {
  color: rgba(122, 67, 243, 0.5);
}

.su-text-field::-ms-input-placeholder {
  color: rgba(122, 67, 243, 0.5);
}

.su-text-field::placeholder {
  color: rgba(122, 67, 243, 0.5);
}

.su-button {
  padding: 24px 32px;
  float: none;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #a876f5;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Inter, Arial, sans-serif;
  color: #feffff;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}

.su-button:hover {
  background-color: #a876f5;
  opacity: 0.75;
}

.su-button:focus {
  border: 2px solid #000;
}

.form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.su-label {
  position: static;
  margin-top: 16px;
  opacity: 0.5;
  font-family: Inter, Arial, sans-serif;
  color: #21282c;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.cs-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 88px;
  margin-right: 35px;
  margin-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-footer-blob {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-right: auto;
  margin-left: auto;
}

.cs-copyright {
  display: inline-block;
  margin-right: 6px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Inter, Arial, sans-serif;
  color: #21282c;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.cs-footer-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.seperator {
  position: relative;
  top: 20px;
  display: block;
  width: 1px;
  height: 50px;
  margin-right: 22px;
  margin-left: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #21282c;
}

.social-icon {
  margin-right: 8px;
  margin-left: 8px;
  opacity: 0.35;
  color: #21282c;
  cursor: pointer;
}

.social-icon:hover {
  opacity: 1;
}

.cs-footer-links-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 128px;
  padding-bottom: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-footer-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(208, 187, 255, 0.2);
}

.cs-footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cs-footer-header {
  padding: 0px 0px 32px;
  border-radius: 4px 4px 0px 0px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  cursor: default;
}

.cs-nav-link {
  padding-right: 63px;
  font-family: Inter, Arial, sans-serif;
  color: #21282c;
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
  cursor: pointer;
}

.cs-nav-link.w--current {
  opacity: 1;
}

.cs-nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 63px;
  padding: 10px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, Arial, sans-serif;
  color: #a876f5;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.cs-nav-btn:hover {
  opacity: 0.75;
}

.cs-nav-btn.cs-nav-signup {
  padding: 9px 32px;
  border-radius: 4px;
  background-color: #a876f5;
  color: #fff;
  font-size: 13px;
  line-height: 32px;
}

.cs-nav-btn.cs-nav-signup:hover {
  opacity: 1;
}

.cs-hiring-upsell {
  display: none;
  margin-left: 24px;
  border-radius: 4px;
  background-color: rgba(168, 118, 245, 0.1);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fbf3f0;
  font-size: 17px;
}

.cs-hiring-upsell:hover {
  color: #fbf3f0;
}

.cs-hiring-text {
  display: block;
  padding: 8px 20px;
  font-family: Inter, Arial, sans-serif;
  color: #a876f5;
  font-size: 13px;
  line-height: 15px;
  cursor: pointer;
}

.cs-nav-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-promo {
  position: relative;
  top: 40px;
  display: block;
  width: 295px;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  border-radius: 100px;
  background-color: #ffde91;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.pricing-promo-bold {
  padding-right: 10px;
  font-weight: 700;
}

.announcement-container {
  display: none;
  width: 100%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7a43f3;
  font-family: Inter, Arial, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
}

.html-embed {
  display: none;
}

.announcement-button {
  display: inline-block;
  height: 24px;
  margin-left: 15px;
  padding: 1px 6px;
  border-radius: 2px;
  background-color: #fff;
  opacity: 1;
  font-family: Inter, Arial, sans-serif;
  color: rgba(122, 67, 243, 0.9);
  font-size: 14px;
  cursor: pointer;
}

.announcement-button:hover {
  opacity: 0.5;
}

.nav-cta {
  width: 111px;
  margin-left: 24px;
  padding: 10px 24px;
  border-radius: 100px;
  background-color: #a876f5;
  opacity: 1;
  -webkit-transition: opacity 350ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 350ms cubic-bezier(.165, .84, .44, 1);
  font-size: 17px;
  text-align: center;
  cursor: pointer;
}

.nav-cta:hover {
  opacity: 0.75;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  font-weight: 400;
}

.nav-cta.white {
  margin-left: 20px;
  background-color: #fff;
  opacity: 1;
  color: #2c1138;
  cursor: pointer;
}

.nav-cta.white:hover {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  font-weight: 400;
}

.nav-bar {
  z-index: 10;
  width: 100%;
  height: 0px;
  padding: 0px 32px;
  background-color: transparent;
}

.nav-bar.transparent {
  position: relative;
  top: 0px;
  width: 100%;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 0px 20px;
  opacity: 1;
  -webkit-transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  transition: color 350ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}

.nav-link:hover {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  color: #fbf3f0;
}

.nav-link.new {
  display: none;
}

.nav-link.dark {
  opacity: 1;
  color: #2c1138;
}

.nav-link.dark.purple-text {
  color: #a876f5;
}

.nav-link.dark.mobile-link {
  display: block;
}

.nav-link.mobile-link {
  display: none;
}

.nav-link.purple-text {
  color: #a876f5;
}

.brand {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1680px;
  margin: 32px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
}

.socials {
  margin-right: 40px;
  margin-bottom: 3px;
}

.social-icon-link {
  margin-right: 20px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-beige {
  background-color: #fdf4f0;
}

.team-map {
  position: relative;
  margin-right: 70px;
}

.team-members {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 64px;
  grid-auto-rows: 64px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 64px 64px 64px 64px;
  grid-template-columns: 64px 64px 64px 64px;
  -ms-grid-rows: 64px 64px;
  grid-template-rows: 64px 64px;
}

.team-member {
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-transform 200ms ease, -webkit-filter 200ms ease;
  transition: -webkit-transform 200ms ease, -webkit-filter 200ms ease;
  transition: transform 200ms ease, filter 200ms ease;
  transition: transform 200ms ease, filter 200ms ease, -webkit-transform 200ms ease, -webkit-filter 200ms ease;
}

.team-member:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.team-map-point {
  position: absolute;
  left: 0%;
  top: 0%;
}

.team-map-point.estonia {
  left: 57%;
  top: 17%;
}

.team-map-point.brazil {
  left: 28%;
  top: 60%;
}

.team-map-point.sweden {
  left: 53.5%;
  top: 14%;
}

.team-map-point.brazil {
  left: 28%;
  top: 60%;
}

.team-map-point.sweden {
  left: 53.5%;
  top: 14%;
}

.team-map-point.kazakhstan {
  left: 70%;
  top: 28%;
}

.team-map-point.russia {
  left: 69%;
  top: 17%;
}

.team-map-point.france {
  left: 51%;
  top: 23.5%;
}

.team-map-point.poland {
  left: 55%;
  top: 20%;
}

.team-map-point.philippines {
  left: 88%;
  top: 47%;
}

.team-map-point.nigeria {
  left: 52%;
  top: 55%;
}

.team-map-point.uk {
  left: 47.5%;
  top: 18%;
}

.team-map-point.india {
  left: 70%;
  top: 38%;
}

.team-map-point.austria {
  left: 54%;
  top: 23%;
}

.team-map-inactive-pin {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-map-active-pin {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.team-map-active-pin.hidden {
  opacity: 0;
}

.team-map-bubble {
  position: absolute;
  left: -33px;
  top: -80px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 65px;
  padding: 8px 12px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #a876f5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.team-map-bubble.hidden {
  opacity: 0;
}

.team-map-name {
  margin-bottom: 2px;
  font-weight: 700;
  white-space: nowrap;
}

.team-map-location {
  font-weight: 400;
}

.team-map-job-title {
  color: #ffde91;
  white-space: nowrap;
}

.team-scripts {
  display: none;
}

.team-map-bubble-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-map-bubble-separator {
  margin-right: 5px;
  margin-left: 5px;
}

.text-block-17 {
  display: block;
}

.text-block-18 {
  display: inline-block;
}

.more-about {
  margin-top: 128px;
  margin-bottom: 128px;
}

.text-block-19 {
  position: relative;
  z-index: 2;
  margin: 32px auto;
  font-family: 'Inter beta', Arial, sans-serif;
  color: rgba(44, 17, 56, 0.7);
  font-size: 23px;
  line-height: 140%;
  font-weight: 300;
}

.text-block-19.container-listings-description {
  margin-bottom: 16px;
}

.text-block-19.container-listings-description h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: 'Gt haptik', Arial, sans-serif;
  font-weight: 500;
}

.text-block-19.container-listings-description p {
  margin-bottom: 16px;
}

.text-block-19.container-listings-description ul {
  margin-bottom: 8px;
}

.text-block-19.container-listings-description li {
  margin-bottom: 8px;
}

.icon-heading {
  margin: 32px auto 20px;
  font-weight: 500;
}

.container-6 {
  max-width: 640px;
  margin-top: 128px;
}

.jobs-text {
  margin-bottom: 5px;
  margin-left: 10px;
  color: #817187;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.hero-container {
  margin-top: 100px;
}

.hero-container.hero-mb128 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 100px;
}

.hero-h {
  max-width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  color: #2c1138;
  text-align: center;
}

.hero-p {
  position: relative;
  max-width: 640px;
  margin: 32px auto;
  font-family: 'Inter beta', Arial, sans-serif;
  color: rgba(44, 17, 56, 0.7);
  font-size: 23px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
}

.hero-p p {
  font-family: 'Inter beta', Arial, sans-serif;
  font-weight: 300;
}

.hero-p figure {
  position: relative;
  left: 2px;
  top: -41px;
  right: auto;
}

.hero-p.hidden {
  display: none;
}

.grid {
  width: 100%;
  margin-top: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c1138;
}

.icon-div {
  text-align: center;
}

.icon-link {
  opacity: 1;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #8b50e8;
  font-size: 17px;
  line-height: 33px;
}

.jobs-hero-bg {
  position: absolute;
  left: auto;
  top: 100px;
  right: -22%;
  bottom: 0%;
  z-index: -1;
  display: block;
}

.h2-purple {
  margin-bottom: 32px;
}

.h2-purple.h2-values {
  margin-bottom: 0px;
  padding-left: 24px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns.cols-handbook {
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-1170 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container-1170.handbook {
  margin-bottom: 0px;
}

.paragraph-6 {
  max-width: 460px;
  padding-bottom: 32px;
  font-family: 'Inter beta', Arial, sans-serif;
  color: rgba(44, 17, 56, 0.7);
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

.paragraph-6.on-purple {
  opacity: 0.7;
  color: #fdf4f0;
}

.paragraph-6.on-purple.gth {
  width: 42vw;
  padding-bottom: 16px;
  opacity: 1;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #d3bafa;
  font-size: 27px;
  font-weight: 500;
}

.paragraph-6.on-purple.gth.dark {
  padding-bottom: 15px;
  color: #6b5a74;
}

.paragraph-6.on-purple.on-manifesto {
  max-width: 640px;
  padding-bottom: 0px;
  font-family: 'Gt haptik', Arial, sans-serif;
  font-size: 36px;
  line-height: 117%;
}

.section-purple {
  position: relative;
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #2c1138;
  color: #fff;
}

.h2-white {
  margin-bottom: 32px;
  color: #fff;
}

.h2-white.h2-handbook {
  margin-right: 35px;
  margin-left: 35px;
}

.h2-white.h2-values {
  max-width: 50%;
  margin-bottom: 0px;
  padding-left: 24px;
}

.h2-white.on-manifesto {
  max-width: 640px;
  margin-top: -20px;
}

.column-6 {
  left: 35px;
}

.quote-credit {
  margin-bottom: 32px;
  opacity: 0.7;
  color: #d3bafa;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.quote-credit.dark {
  color: #817187;
  font-weight: 500;
}

.section-white {
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #fff;
}

.h3-job-title {
  color: #2c1138;
  font-weight: 500;
}

.job-apply-btn {
  display: inline-block;
  padding: 20px 50px;
  border-radius: 32px;
  background-color: #a876f5;
  opacity: 1;
  color: #fff;
  cursor: pointer;
}

.job-apply-btn:hover {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.footer-jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-jobs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.girl-illustration {
  position: absolute;
  right: 10%;
  bottom: -45px;
  z-index: 1;
  display: inline-block;
  width: 14vw;
  float: right;
}

.girl-illustration-container {
  position: relative;
  display: block;
}

.handbook-hero-bg {
  position: absolute;
  left: 0px;
  top: 124px;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: block;
}

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

.column-7 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.section-0-128 {
  margin-bottom: 128px;
}

.grid-handbook {
  width: 75%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2c1138;
}

.container-listings {
  max-width: 640px;
}

.yellow-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffde91;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  font-size: 42px;
  line-height: 26px;
}

.number-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
  margin-bottom: 32px;
  margin-left: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-header.float-right {
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-24 {
  margin-right: auto;
  margin-bottom: 128px;
  margin-left: auto;
}

.image-25 {
  width: 100%;
  max-width: 460px;
  margin-top: 10px;
}

.transparent-number {
  position: relative;
  left: auto;
  top: 30px;
  right: 170px;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  color: #2c1138;
  font-size: 100px;
  text-align: left;
  text-shadow: 1px -1px 1px #a876f5, -1px 1px 1px #a876f5, 1px 1px 0 #a876f5, -1px -1px 0 #a876f5;
}

.manifesto-columns {
  display: none;
  margin-bottom: 128px;
}

.grid-manifesto {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: rgba(253, 244, 240, 0.7);
}

.bg-triangle {
  position: absolute;
  left: auto;
  top: 413px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.bg-square {
  position: absolute;
  left: 0px;
  top: 1416px;
  right: auto;
  bottom: 0px;
  display: block;
}

.bg-circle {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 820px;
  display: block;
}

.section-job-details {
  position: relative;
  margin-top: 128px;
  margin-bottom: 128px;
}

.job-details-bg {
  position: absolute;
  left: 88px;
  top: 320px;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: block;
}

.manifesto-column-2 {
  padding-left: 55px;
}

.manifesto-column-1 {
  padding-top: 30px;
}

.manifesto-feature-content {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.manifesto-feature-div {
  margin-bottom: 128px;
}

.html-embed-2 {
  display: none;
}

.cs-hero {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 710px;
  margin-bottom: 64px;
  padding-top: 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c1138;
}

.logo-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-2:hover {
  opacity: 0.75;
}

.nav-cta-2 {
  width: 111px;
  margin-left: 24px;
  padding: 10px 24px;
  border-radius: 100px;
  background-color: #a876f5;
  -webkit-transition: opacity 350ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 350ms cubic-bezier(.165, .84, .44, 1);
  font-size: 17px;
  text-align: center;
  cursor: pointer;
}

.nav-cta-2:hover {
  opacity: 0.75;
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  font-weight: 400;
}

.nav-cta-2.white {
  margin-left: 20px;
  background-color: #fff;
  -webkit-transition: opacity 350ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 350ms cubic-bezier(.165, .84, .44, 1);
  color: #2c1138;
  cursor: pointer;
}

.nav-cta-2.white:hover {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  font-weight: 400;
}

.hero-bg-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
}

.hero-bg-left {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: block;
}

.cs-hero-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-hero-h {
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  color: #fdf4f0;
  text-align: center;
}

.cs-hero-p {
  position: relative;
  max-width: 570px;
  margin: 24px auto 16px;
  font-family: 'Inter beta', Arial, sans-serif;
  color: rgba(253, 244, 240, 0.7);
  font-size: 23px;
  line-height: 140%;
  font-weight: 300;
  text-align: center;
}

.cs-hero-p p {
  font-family: 'Inter beta', Arial, sans-serif;
  font-weight: 300;
}

.cs-hero-p figure {
  position: relative;
  left: 2px;
  top: -41px;
  right: auto;
}

.cards-section {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 128px;
}

.cs-grid {
  max-width: 1170px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.cs-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32vw;
  height: 496px;
  max-width: 348px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #412a4c;
}

.cs-card-text {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding-top: 32px;
  padding-right: 10px;
  padding-left: 32px;
}

.cs-card-icon {
  margin-top: 31px;
  margin-left: 31px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cs-comp-type {
  margin-bottom: 8px;
  font-family: Inter, Arial, sans-serif;
  color: #a876f5;
  font-weight: 700;
  text-transform: uppercase;
}

.cs-comp-name {
  margin-bottom: 16px;
  color: #d3bafa;
}

.cs-comp-desc {
  max-width: 190px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 17px;
  line-height: 21px;
}

.cs-card-person {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}

.cs-card-person.ada {
  margin-right: 0px;
}

.cs-card-person.right {
  margin-right: 0px;
}

.cs-card-vector {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.cs-card-vector.right {
  left: auto;
}

.spotlight-section {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 128px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.customer-spotlight-image {
  width: 60vw;
  max-width: 760px;
  margin-right: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.spotlight-h {
  margin-bottom: 8px;
  color: #a876f5;
  line-height: 32px;
  font-weight: 500;
}

.spotlight-name {
  line-height: 32px;
  font-weight: 500;
}

.spotlight-text {
  margin-top: 32px;
  color: #817187;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: -0.714286px;
}

.div-cs-spotlight {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cs-hero-h2 {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
  color: #fdf4f0;
  text-align: center;
}

.link-all-cs {
  display: inline-block;
  font-family: Inter, Arial, sans-serif;
  color: #a876f5;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.about-p-link {
  font-family: Inter, Arial, sans-serif;
  color: #817187;
  font-size: 23px;
  line-height: 32px;
}

.story-section {
  max-width: 640px;
  margin: 100px auto 128px;
}

.story-h {
  margin-bottom: 32px;
  letter-spacing: -0.714286px;
}

.mw-col1 {
  padding-right: 70px;
}

.mw-col2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.mw-col2.just-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jobs-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
}

.sfm-image {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.sfm-image.illustraion-1 {
  margin-bottom: 56px;
}

.br-purp-col2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.br-purp-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 82px;
  padding-bottom: 0px;
  background-color: #2c1138;
}

.sfo-col2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sfo-image {
  display: block;
  margin-right: auto;
  margin-bottom: 145px;
  margin-left: auto;
}

.section-pricing {
  position: relative;
  margin-right: 35px;
  margin-bottom: 128px;
  margin-left: 35px;
}

.pricing-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 376px;
  height: 62px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
  padding: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.15);
}

.pricing-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tab-link-monthly {
  position: relative;
  width: 50%;
  padding-top: 15px;
  background-color: transparent;
  color: #2c1138;
  text-align: center;
}

.tab-link-monthly.w--current {
  width: 50%;
  height: 51px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.tab-link-annual {
  width: 50%;
  padding-top: 15px;
  background-color: transparent;
  text-align: center;
}

.tab-link-annual.w--current {
  position: relative;
  width: 50%;
  height: 51px;
  padding-top: 15px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.pricing-card-features {
  margin-bottom: 20px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #817187;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.pricing-card-features.standard {
  color: #fff;
}

.pricing-card-features.business {
  color: #2c1138;
}

.pricing-card-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/Pricing-card-tick-light.svg');
  background-position: 0px 10px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.pricing-card-list-item.business {
  background-image: url('../images/Pricing-card-tick-dark.svg');
}

.pricing-card-list {
  padding-left: 0px;
  list-style-type: none;
}

.section-plain-compare {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 128px;
  padding-bottom: 20px;
  background-color: #412a4c;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.diagonal-bg {
  position: absolute;
  bottom: -120px;
  z-index: -1;
  overflow: hidden;
  width: 110vw;
  height: 500px;
  margin-top: 0px;
  margin-left: -10px;
  background-color: #412a4c;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.plan-compare-item {
  min-height: 64px;
  margin-bottom: 16px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #2c1138;
  cursor: pointer;
}

.compare-item-desc-1 {
  display: none;
  opacity: 0;
  font-family: Inter, Arial, sans-serif;
  color: #2c1138;
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}

.compare-item-desc-2 {
  display: none;
  margin-top: 8px;
  padding-bottom: 20px;
  opacity: 0;
  font-family: Inter, Arial, sans-serif;
  color: #2c1138;
  font-size: 16px;
  line-height: 19px;
}

.compare-item-h {
  display: inline-block;
  font-family: Inter, Arial, sans-serif;
  color: #fdf4f0;
}

.compare-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  line-height: 32px;
}

.compare-item-arrow {
  padding: 0px 12.5px 0px 7px;
}

.compare-item-arrow.dark {
  display: none;
}

.compare-item-tick {
  padding-right: 56px;
  padding-left: 56px;
}

.compare-item-tick.dark {
  display: none;
}

.compare-plan-headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Inter, Arial, sans-serif;
  color: #cbadf9;
  font-size: 16px;
  line-height: 19px;
}

.compare-plan-headings-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.compare-plan-heading {
  margin-right: 32px;
  margin-left: 34px;
}

.compare-plan-heading.free {
  margin-right: 62px;
}

.compare-plan-heading.teams {
  margin-right: 42px;
}

.pricing-bubble {
  position: absolute;
  left: 0%;
  top: -48px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 32px;
  padding: 8px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #a876f5;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.text-block-21 {
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.pricing-tab-active {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 6px;
  width: 100%;
  height: 51px;
  border-radius: 60px;
  background-color: #a876f5;
}

.pricing-tab-text {
  position: relative;
}

.story-break-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 595px;
  margin-top: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.story-break-section.velvet {
  margin-top: 0px;
}

.story-break-illustration {
  position: relative;
}

.product-tabs-content {
  width: 100vw;
  padding-top: 228px;
  padding-bottom: 128px;
  background-color: #412a4c;
}

.product-diagonal-bg {
  position: absolute;
  bottom: -132px;
  z-index: 0;
  overflow: hidden;
  width: 110vw;
  height: 500px;
  margin-top: 0px;
  margin-left: -10px;
  background-color: #2c1138;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.product-tabs-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-with-overhang {
  max-width: 784px;
  margin-left: 20px;
}

.product-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbf3f0;
}

.app-integrations-header {
  margin-bottom: 32px;
  color: #2c1138;
  line-height: 207%;
  font-weight: 500;
  letter-spacing: -0.714286px;
}

.container-1171 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card-free-months {
  display: none;
  margin-top: -16px;
  margin-bottom: 24px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #a876f5;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.global-nav {
  position: relative;
  z-index: 3;
  height: 31px;
  background-color: #d3bafa;
}

.global-nav-link-block {
  position: absolute;
  top: 0px;
  right: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 31px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 17px;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.global-nav-link:hover {
  text-decoration: underline;
}

.global-nav-chev {
  margin-left: 6px;
}

.global-nav-content {
  position: absolute;
  z-index: 5;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 505px;
  background-color: #fce5db;
}

.global-nav-container {
  position: relative;
  z-index: 6;
  display: block;
}

.container-mt95 {
  margin-top: 95px;
}

.global-nav-h3 {
  margin-bottom: 4px;
  color: #2c1138;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.global-nav-text {
  margin-bottom: 40px;
  font-family: Inter, Arial, sans-serif;
  color: #2c1138;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.global-nav-logo {
  margin-top: 30px;
  margin-bottom: 8px;
}

.global-nav-subheader {
  margin-bottom: 40px;
  font-family: Inter, Arial, sans-serif;
  color: #2c1138;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.gn-card-image {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.pricing-subheader {
  margin-bottom: 16px;
  font-size: 32px;
  text-align: center;
}

.container-640 {
  max-width: 640px;
}

.container-640.pricing {
  margin-top: 96px;
}

.pricing-subpara {
  margin-bottom: 24px;
  font-family: Inter, Arial, sans-serif;
  color: rgba(44, 17, 56, 0.7);
  line-height: 32px;
  text-align: center;
}

.cta-link {
  color: #a876f5;
  font-size: 14px;
  line-height: 16px;
}

.cta-link:hover {
  font-family: 'Gt haptik rotalic', Arial, sans-serif;
}

.form-get-started-input {
  height: 60px;
  margin-right: 16px;
  margin-bottom: 0px;
  padding-left: 24px;
  border: 1px none #000;
  border-radius: 32px;
  background-color: #fdf4f0;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #9f7cec;
  font-size: 17px;
}

.form-get-started-input::-webkit-input-placeholder {
  color: #9f7cec;
}

.form-get-started-input:-ms-input-placeholder {
  color: #9f7cec;
}

.form-get-started-input::-ms-input-placeholder {
  color: #9f7cec;
}

.form-get-started-input::placeholder {
  color: #9f7cec;
}

.form-get-started-input.purple-bg {
  background-color: rgba(168, 118, 245, 0.1);
}

.cta-text {
  margin-top: 16px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: rgba(246, 241, 254, 0.7);
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.cta-text.black {
  color: #000;
}

._3icons {
  padding-top: 143px;
  padding-bottom: 128px;
  background-color: #fbf3f0;
}

._3-icons-heading {
  padding-bottom: 19px;
  color: #2c1138;
  line-height: 32px;
  text-align: center;
}

._3-icons-icon {
  padding-bottom: 24px;
}

._3-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 32px;
  padding-bottom: 0px;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-26 {
  display: block;
  max-width: 657px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-13 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100px;
  max-width: 587px;
  margin-bottom: 331px;
  float: none;
  clear: none;
  opacity: 0.7;
  font-family: 'Inter beta', Arial, sans-serif;
  color: #fbf3f0;
  font-weight: 300;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-13.on-home {
  height: auto;
  max-width: 640px;
  margin-bottom: 31px;
  opacity: 1;
  font-family: Inter, Arial, sans-serif;
  color: rgba(44, 17, 56, 0.6);
  font-weight: 400;
}

.customer-story {
  position: relative;
  top: -307px;
  max-height: 614px;
  max-width: 960px;
  padding-right: 66px;
  padding-left: 66px;
  border-radius: 4px;
  background-color: #fdf4f0;
}

.section-3 {
  height: 808px;
  background-color: #fff;
}

.text-block-22 {
  margin-top: 72px;
  margin-bottom: 16px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #817187;
  font-size: 17px;
  line-height: 21px;
}

.heading-20 {
  margin-top: 8.5px;
  margin-bottom: 24px;
  color: #2c1138;
  font-weight: 500;
}

.paragraph-15 {
  width: 60%;
  max-width: 460px;
  font-family: Inter, Arial, sans-serif;
  color: #817187;
  line-height: 32px;
}

.link-4 {
  display: block;
  margin-top: 24px;
  margin-bottom: 61px;
  color: #a876f5;
  line-height: 33px;
  text-transform: uppercase;
}

.image-27 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.heading-7-copy {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 32px;
  font-family: 'Gt haptik', Arial, sans-serif;
  color: #2c1138;
  text-align: center;
}

.ready-to-start {
  position: relative;
  top: -200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90.45deg, #2c1138 25.76%, rgba(44, 17, 56, 0) 81.93%);
  opacity: 0.4;
}

.link-5 {
  display: inline-block;
  font-size: 27px;
  line-height: 110%;
}

@media screen and (min-width: 1280px) {
  p {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 17px;
    line-height: 21px;
  }

  .container-hero-text {
    position: relative;
    z-index: 5;
  }

  .container-hero-text.on-home {
    width: 55vw;
    max-width: 55vw;
    padding-top: 5%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .heading.heading-text-hero {
    position: relative;
    max-width: 600px;
  }

  .text-hero {
    position: relative;
  }

  .paragraph-2 {
    font-size: 23px;
  }

  .video-feature {
    max-width: 310px;
  }

  .paragraph-3 {
    font-size: 23px;
  }

  .paragraph-3.para-get-started {
    font-size: 23px;
    line-height: 32px;
  }

  .get-started {
    padding-top: 308px;
  }

  .paragraph-4 {
    font-size: 23px;
    line-height: 32px;
  }

  .product-img-hero {
    margin-right: 10%;
  }

  .pricing-cards-container {
    max-width: 800px;
  }

  .pricing-cards-container.new-pricing {
    max-width: 800px;
  }

  .cs-hero-image.pos-right.smaller.even-smaller {
    max-width: 387px;
  }

  .text-block-19.container-listings-description p {
    color: rgba(44, 17, 56, 0.7);
    font-size: 23px;
    line-height: 33px;
  }

  .hero-h {
    color: #2c1138;
  }

  .girl-illustration {
    width: auto;
  }

  .cs-comp-name {
    margin-bottom: 16px;
  }

  .cs-comp-desc {
    max-width: 187px;
  }

  .cs-card-person {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
  }

  .diagonal-bg {
    bottom: -200px;
  }

  .product-diagonal-bg {
    bottom: -200px;
  }

  .paragraph-13 {
    font-size: 23px;
    line-height: 33px;
  }

  .paragraph-15 {
    font-size: 23px;
  }

  .ready-to-start {
    top: -218px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    max-height: none;
  }

  .nav-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link {
    padding-right: 32px;
    color: #fff;
  }

  .link.link-light {
    color: #2c1138;
  }

  .container-hero-text {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    padding-top: 60px;
    padding-bottom: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .container-hero-text.container-hero-text-product {
    width: 80vw;
    padding-top: 15%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .video-text {
    width: auto;
    max-width: 960px;
  }

  .video-text.video-text-upsell {
    height: auto;
  }

  .paragraph-2 {
    padding-right: 62px;
    padding-left: 62px;
  }

  .brands {
    padding-right: 32px;
    padding-left: 32px;
  }

  .brands.brands-product {
    padding-top: 0px;
    background-color: #fbf3f0;
  }

  .video-feature {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .video-features {
    padding-right: 32px;
    padding-left: 32px;
  }

  .paragraph-3.on-home {
    font-size: 2.5vw;
    line-height: 125%;
  }

  .video-feature-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-columns {
    overflow: hidden;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-columns.hero-columns-pricing {
    height: 70vh;
  }

  .hero-column-1 {
    width: 100vw;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-column-1.hero-column-1-video {
    width: 100vw;
    min-height: 670px;
    background-color: #2c1138;
    background-image: none;
  }

  .hero-column-2 {
    display: none;
  }

  .hamburger {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-illo-responsive {
    position: static;
    display: none;
    width: 100vw;
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .slide-nav {
    display: block;
  }

  .slider.product-features-slider {
    display: none;
  }

  .left-arrow {
    left: 10%;
    display: none;
    margin-left: 0vw;
  }

  .right-arrow {
    display: none;
    margin-right: 0vw;
  }

  .testimonial {
    width: 540px;
  }

  .testimonial.testimonial-product.on-home {
    margin-bottom: 300px;
  }

  .wrapper-testimonials {
    padding-bottom: 160px;
  }

  .upsell {
    overflow: hidden;
  }

  .upsell-email {
    height: auto;
    margin-top: -168px;
  }

  .image-4 {
    width: 130%;
    max-width: 140%;
    min-width: 130px;
  }

  .footer-header {
    padding-right: 32px;
    padding-left: 0px;
  }

  .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    display: none;
  }

  .body---home {
    display: block;
  }

  .hero-column-product-1 {
    position: relative;
    overflow: visible;
    width: 80vw;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-column-product-2 {
    display: none;
    width: 100vw;
    height: 25vh;
  }

  .product-img-hero {
    position: relative;
    max-width: 100%;
    min-width: auto;
  }

  .img-product-hero-responsive {
    position: relative;
    left: 0px;
    top: 0%;
    right: 0px;
    display: none;
    max-width: 100vw;
    min-width: auto;
    margin-right: 0px;
    padding: 64px 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper-tabs {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-tab-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link-tab-1.w--current {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link-tab-3.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-span-4 {
    padding-right: 0px;
    padding-bottom: 12px;
  }

  .text-span-4.project {
    padding-right: 6px;
    padding-bottom: 0px;
  }

  .text-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .product-tabs-main-image.on-home {
    width: 90vw;
    max-width: 100%;
  }

  .integrations-wrapper {
    margin-left: 0px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .product-features-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
  }

  .tabs-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-features-image {
    max-width: 100%;
    margin-top: 235px;
  }

  .tab-link-tab-1-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-link-tab-1-2.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab-link-tab-2 {
    width: 180px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tab-link-tab-2.w--current {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tabs-content-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .pricing-cards {
    padding-top: 0px;
  }

  .pricing-card {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .card-paid {
    margin-left: 16px;
  }

  .pricing-cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consent-wrapper {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .consent-wrapper.hidden {
    display: none;
  }

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

  .hiring-text {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    white-space: pre;
  }

  .cs-hiring-positions {
    display: block;
  }

  .background-video {
    display: none;
  }

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

  .demo-popup {
    margin-right: 32px;
    margin-left: 32px;
  }

  .hiring-text-2 {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    white-space: pre;
  }

  .link-3 {
    padding-right: 32px;
    color: #fff;
  }

  .link-3.link-light {
    color: #2c1138;
  }

  .hiring-upsell-2.hiring-upsell-light {
    margin-right: 16px;
    margin-left: 16px;
  }

  .form-wrapper {
    width: 100%;
    max-width: 720px;
    margin-right: 32px;
    margin-left: 32px;
  }

  .form-block-2 {
    margin-right: 32px;
    margin-left: 32px;
  }

  .section-headline-container {
    padding-bottom: 64px;
  }

  .heading-19 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .paragraph-12.paragraph-10-light.paragraph-10-light-remote {
    margin-bottom: 0px;
  }

  .button-4.button-4-demo {
    top: 45%;
  }

  .button-4.button-4-demo.button-4-demo-homepage {
    top: 44%;
  }

  .request-demo {
    padding-right: 32px;
    padding-left: 32px;
  }

  .hero-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero-bg {
    max-width: 40vw;
  }

  .hero-col2 {
    min-height: 600px;
  }

  .cs-hero-image {
    width: 55vw;
  }

  .cs-hero-image.pos-right.smaller {
    width: 40vw;
  }

  .hero-div {
    margin-right: 5%;
    margin-left: 5%;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .hero-paragraph {
    font-size: 32px;
    line-height: 46px;
  }

  .hero-icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .about-div {
    max-width: none;
  }

  .story-s1-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 90px;
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .story-s1-h {
    max-width: none;
    font-size: 4.5vw;
    line-height: 150%;
  }

  .story-s1-h2 {
    font-size: 5vw;
    line-height: 150%;
  }

  .story-s1-h3 {
    font-size: 4.5vw;
    line-height: 150%;
  }

  .cs-intro-div {
    max-width: 90vw;
  }

  .story-break-bg {
    margin-bottom: 87px;
  }

  .section-p.kcu-p {
    width: auto;
    max-width: 90vw;
  }

  .section-h.etu-h {
    width: 90vw;
  }

  .section-h.kcu-h {
    max-width: none;
  }

  .section-cols {
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-cols.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-cols.half-width {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .section-cols.half-width.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .kcu-image {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .kcu-col2 {
    padding-left: 0px;
  }

  .kcu-col1 {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .etu-section {
    padding-top: 50px;
  }

  .etu-col1 {
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .etu-col2 {
    padding-left: 0px;
  }

  .mw-section {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .mw-image {
    width: 55vw;
  }

  .pf-image-1 {
    display: none;
  }

  .pf-image-2 {
    display: none;
  }

  .cs-story-c1 {
    margin-bottom: 40px;
  }

  .cs-footer-header {
    padding-right: 32px;
    padding-left: 0px;
  }

  .cs-nav-link {
    padding-right: 32px;
  }

  .cs-nav-btn {
    margin-right: 32px;
  }

  .cs-hiring-text {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    white-space: pre;
  }

  .cs-nav-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .announcement-container {
    display: none;
    height: auto;
    padding: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .announcement-button {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .nav-cta {
    display: none;
  }

  .nav-cta.white {
    display: none;
  }

  .nav-bar {
    z-index: 5000;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-bar.transparent {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: #2c1138;
  }

  .nav-menu {
    height: 100vh;
    padding-top: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2c1138;
    color: #fff;
  }

  .nav-link {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    text-align: center;
  }

  .nav-link.new {
    display: block;
    background-color: transparent;
    color: #a876f5;
  }

  .nav-link.dark {
    z-index: 100;
    display: none;
    color: #fff;
  }

  .nav-link.mobile-link {
    display: block;
  }

  .team-members {
    -ms-grid-columns: 64px 64px 64px;
    grid-template-columns: 64px 64px 64px;
  }

  .hero-container {
    margin-top: 0px;
    padding-top: 100px;
  }

  .hero-container.hero-mb128 {
    position: relative;
  }

  .jobs-hero-bg {
    right: -7%;
    max-width: 40vw;
  }

  .container-1170 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h2-white.h2-handbook {
    margin-right: 0px;
    margin-left: 0px;
  }

  .h2-white.h2-values {
    max-width: 80%;
  }

  .h2-white.on-manifesto {
    position: relative;
    z-index: 10;
  }

  .column-6 {
    left: auto;
  }

  .footer-jobs-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .girl-illustration {
    bottom: -65px;
    width: auto;
  }

  .handbook-hero-bg {
    left: -7%;
    max-width: 40vw;
  }

  .number-header {
    margin-right: 10px;
    margin-left: 10px;
  }

  .number-header.float-right {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
  }

  .transparent-number {
    top: 0px;
    right: auto;
    z-index: 1;
    text-align: right;
  }

  .bg-triangle {
    max-width: 40vw;
  }

  .bg-square {
    max-width: 40vw;
  }

  .bg-circle {
    max-width: 40vw;
  }

  .job-details-bg {
    max-width: 40vw;
  }

  .manifesto-column-2 {
    padding-left: 35px;
  }

  .cs-hero {
    min-height: 615px;
  }

  .nav-cta-2 {
    display: none;
  }

  .nav-cta-2.white {
    display: none;
  }

  .hero-bg-right {
    max-width: 40vw;
  }

  .hero-bg-left {
    max-width: 40vw;
  }

  .cs-hero-container {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .cs-hero-h {
    max-width: 100%;
    font-size: 10vw;
  }

  .cs-grid {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cs-card {
    width: 348vw;
  }

  .customer-spotlight-image {
    margin-right: auto;
    margin-left: auto;
  }

  .spotlight-text {
    font-size: 4.5vw;
    line-height: 130%;
  }

  .div-cs-spotlight {
    max-width: 60vw;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .mw-col1 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mw-col2 {
    padding-left: 0px;
  }

  .jobs-brand {
    z-index: 10;
  }

  .sfm-image {
    width: 55vw;
  }

  .br-purp-col2 {
    padding-left: 0px;
  }

  .br-purp-col1 {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sfo-col2 {
    padding-left: 0px;
  }

  .sfo-image {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .diagonal-bg {
    bottom: -92px;
  }

  .plan-compare-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .compare-item-desc-1 {
    margin-top: 18px;
  }

  .compare-item-container {
    height: 100%;
  }

  .compare-item-tick.dark {
    padding-right: 29px;
    padding-left: 29px;
  }

  .compare-item-tick.light {
    padding-right: 29px;
    padding-left: 29px;
  }

  .compare-item-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 62%;
  }

  .compare-plan-heading {
    margin-right: 0px;
    margin-left: 13px;
  }

  .compare-plan-heading.free {
    margin-right: 18px;
  }

  .product-tabs-content {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .product-diagonal-bg {
    bottom: -92px;
    margin-left: 40px;
  }

  .container-1171.buzzfeed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .global-nav {
    display: none;
  }

  ._3-icons-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  ._3-icons-container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .center {
    width: auto;
    max-width: 960px;
  }

  .image-26 {
    max-width: 50vw;
  }

  .customer-story {
    max-width: 90vw;
  }

  .paragraph-15 {
    position: relative;
    z-index: 5;
    font-size: 3vw;
    line-height: 150%;
  }

  .image-27 {
    max-width: 40%;
  }

  .overlay {
    min-height: 670px;
  }
}

@media screen and (max-width: 767px) {
  .form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form.quick-sign-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block.form-get-started {
    padding-right: 32px;
    padding-left: 32px;
  }

  .form-block.form-block-pricing {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero {
    height: auto;
  }

  .nav-btns {
    display: none;
  }

  .link {
    display: block;
  }

  .nav {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-hero-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15%;
    padding-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container-hero-text.container-hero-text-product {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container-hero-text.on-home {
    padding-bottom: 0%;
  }

  .heading {
    font-size: 8vh;
  }

  .heading.heading-text-hero {
    font-size: 8vh;
  }

  .paragraph {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .video-text {
    width: 80vw;
  }

  .video-text.video-text-upsell.video-text-upsell-product {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-2.paragraph-2-product {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 6vw;
    line-height: 110%;
  }

  .heading-4 {
    font-size: 3vw;
    line-height: 155%;
  }

  .video-features.features-get-started {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-3.on-home {
    font-size: 3vw;
  }

  .hero-columns {
    max-height: 900px;
  }

  .hero-columns.hero-columns-pricing {
    height: 100%;
  }

  .hero-column-1 {
    width: 100vw;
    height: auto;
  }

  .hero-column-1.hero-column-1-video {
    height: 100vh;
  }

  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }

  .burger-line.close {
    position: absolute;
    width: 4.75%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .burger-line.close-2 {
    position: static;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hero-illo-responsive {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100vw;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slide-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider.product-features-slider {
    display: block;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .testimonial {
    width: 100%;
    padding-right: 20vw;
    padding-left: 20vw;
  }

  .testimonial.testimonial-product {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .wrapper-testimonials {
    padding-right: 32px;
    padding-left: 32px;
  }

  .wrapper-testimonials.wrapper-testimonials-product {
    padding-top: 0px;
    padding-bottom: 64px;
  }

  .heading-6 {
    text-align: center;
  }

  .heading-7 {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 6vw;
    text-align: center;
  }

  .upsell {
    overflow: hidden;
  }

  .upsell-text {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .heading-8 {
    font-size: 6vw;
  }

  .image-4 {
    max-width: 130%;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c1138;
  }

  .nav-links-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-2 {
    width: auto;
    padding-bottom: 16px;
    opacity: 1;
    color: #fff;
    font-size: 6vw;
    line-height: 110%;
  }

  .link-2.signup {
    color: #a876f5;
  }

  .heading-11 {
    font-size: 8vh;
  }

  .paragraph-5 {
    padding-bottom: 64px;
  }

  .paragraph-5.paragraph-5-pricing {
    margin-bottom: 35px;
    padding-bottom: 32px;
  }

  .paragraph-5.paragraph-5-demo-form {
    padding-right: 32px;
    padding-left: 32px;
  }

  .img-product-hero-responsive {
    max-width: 100vw;
    padding-top: 64px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tab-link-tab-1 {
    width: 33.33%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-1.w--current {
    width: 33.33%;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .tab-link-tab-3 {
    width: 33.33%;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tab-link-tab-3.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-span-4 {
    display: none;
    padding-right: 0px;
    padding-bottom: 12px;
  }

  .text-span-4.project {
    display: none;
    padding-right: 6px;
    padding-bottom: 0px;
  }

  .text-span-4.project.project-product-features {
    display: block;
    padding-right: 12px;
  }

  .text-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3vw;
    text-align: center;
  }

  .image-8 {
    margin-left: 35px;
  }

  .heading-13 {
    padding-right: 32px;
    padding-left: 32px;
    text-align: center;
  }

  .product-features-tabs {
    display: none;
  }

  .text-block---product-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Gt haptik', Arial, sans-serif;
    color: #d0bbff;
    font-size: 4vw;
    line-height: 110%;
  }

  .pricing-cards {
    padding-top: 64px;
  }

  .consent-wrapper {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .link-3 {
    display: block;
  }

  .form-wrapper {
    width: auto;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    width: 100%;
    padding-left: 0px;
  }

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

  .text-field-3.text-field-3-bottom.text-field-3-bottom-location {
    margin-bottom: 32px;
  }

  .submit-button-2 {
    width: 100%;
    height: 60px;
    margin-top: 16px;
  }

  .hero-cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-col2 {
    min-height: 300px;
  }

  .cs-hero-image {
    width: 70vw;
  }

  .cs-hero-image.pos-right.smaller {
    width: 50vw;
  }

  .hero-h1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-h-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .prestory-section {
    margin-top: 80px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .cs-intro-div {
    max-width: 90vw;
  }

  .section-p {
    max-width: none;
  }

  .kcu-section {
    padding-top: 0px;
  }

  .section-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .kcu-image {
    max-width: 100%;
  }

  .kcu-col2 {
    display: block;
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .kcu-col1 {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .etu-section {
    padding-top: 40px;
  }

  .etu-col1 {
    padding-left: 0px;
  }

  .etu-col2 {
    padding-left: 0px;
  }

  .mw-image {
    position: relative;
    left: 11%;
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .pf-h {
    max-width: 100vw;
    margin-right: 18px;
    margin-left: 18px;
    font-size: 7vw;
  }

  .su-text-field {
    width: 50vw;
    max-width: 350px;
  }

  .cs-footer {
    margin-top: 0px;
  }

  .seperator {
    display: none;
  }

  .cs-nav-link {
    display: block;
  }

  .cs-nav-btns {
    display: none;
  }

  .pricing-promo {
    top: 19px;
    width: 200px;
    height: auto;
  }

  .pricing-promo-bold {
    display: block;
    padding-right: 0px;
  }

  .nav-cta {
    display: none;
  }

  .nav-cta.white {
    display: none;
  }

  .nav-bar {
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 32px;
    background-color: #2c1138;
  }

  .nav-menu {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2c1138;
  }

  .nav-link {
    font-size: 24px;
    text-align: center;
  }

  .nav-link.new:hover {
    color: rgba(168, 118, 245, 0.6);
  }

  .brand {
    padding-left: 0px;
  }

  .socials {
    margin-right: 0px;
  }

  .team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-map {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .team-members {
    -ms-grid-columns: 64px 64px 64px 64px;
    grid-template-columns: 64px 64px 64px 64px;
  }

  .more-about {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-container.hero-mb128 {
    overflow: hidden;
  }

  .hero-h {
    font-size: 8vh;
  }

  .hero-p {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-p figure {
    opacity: 0;
  }

  .jobs-hero-bg {
    right: -3%;
    max-width: 50vw;
  }

  .h2-purple.h2-values {
    font-size: 8vw;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-1170 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-6 {
    max-width: none;
    padding-bottom: 64px;
  }

  .paragraph-6.on-purple.gth {
    width: auto;
    padding-bottom: 20px;
  }

  .paragraph-6.on-purple.on-manifesto {
    font-size: 23px;
    line-height: 145%;
  }

  .section-purple {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .h2-white.h2-handbook {
    margin-right: 10px;
    margin-left: 10px;
  }

  .h2-white.h2-values {
    font-size: 8vw;
  }

  .h2-white.on-manifesto {
    font-size: 8vw;
  }

  .column-6 {
    left: auto;
  }

  .section-white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .girl-illustration {
    right: 3%;
  }

  .girl-illustration-container {
    height: 100px;
  }

  .handbook-hero-bg {
    left: 0%;
    max-width: 50vw;
  }

  .yellow-number {
    width: 86px;
    height: 86px;
    font-size: 7vw;
  }

  .manifesto-column-2 {
    padding-left: 10px;
  }

  .nav-cta-2 {
    display: none;
  }

  .nav-cta-2.white {
    display: none;
  }

  .cs-hero-h {
    font-size: 8vh;
  }

  .cs-hero-p {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cs-hero-p figure {
    opacity: 0;
  }

  .cards-section {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 81px;
    padding-bottom: 59px;
  }

  .cs-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .customer-spotlight-image {
    max-width: 80vw;
  }

  .story-section {
    margin-right: 30px;
    margin-left: 30px;
  }

  .mw-col1 {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .mw-col2 {
    display: block;
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .jobs-brand {
    padding-left: 0px;
  }

  .column-9 {
    padding-top: 60px;
  }

  .sfm-image {
    position: relative;
    left: 11%;
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .br-purp-col2 {
    display: block;
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .br-purp-section {
    padding-top: 0px;
  }

  .br-purp-col1 {
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .sfo-col2 {
    display: block;
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .sfo-image {
    max-width: 100%;
  }

  .diagonal-bg {
    height: 300px;
  }

  .compare-item-h {
    font-size: 3.5vw;
  }

  .compare-item-tick.dark {
    padding-right: 14px;
    padding-left: 14px;
  }

  .compare-item-tick.light {
    padding-right: 14px;
    padding-left: 14px;
  }

  .compare-plan-headings {
    margin-bottom: 35px;
  }

  .compare-plan-heading {
    margin-right: -15px;
    margin-left: 1px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .compare-plan-heading.free {
    margin-right: 12px;
  }

  .compare-plan-heading.teams {
    margin-right: 0px;
  }

  .product-tabs-content {
    padding-top: 56px;
  }

  .product-diagonal-bg {
    height: 300px;
  }

  .product-video {
    padding-right: 20px;
    padding-left: 20px;
  }

  .app-integrations-header {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  ._3icons {
    padding-top: 100px;
  }

  ._3-icons-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .center {
    width: 80vw;
    padding-top: 100px;
  }

  .paragraph-13.on-home {
    height: auto;
    margin-right: 42px;
    margin-left: 42px;
  }

  .paragraph-15 {
    width: 100%;
    font-size: 3.5vw;
  }

  .image-27 {
    display: none;
  }

  .heading-7-copy {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 6vw;
    text-align: center;
  }

  .overlay {
    height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  .button.button-pricing {
    margin-bottom: 22px;
  }

  .button.button-demo-popup {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .form {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-field {
    width: auto;
    height: 60px;
    margin-right: 0px;
    margin-bottom: 16px;
    padding-left: 24px;
  }

  .submit-button {
    width: auto;
    height: 60px;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block.form-get-started {
    margin-bottom: 64px;
  }

  .form-block.form-block-pricing {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero {
    height: auto;
    max-height: none;
  }

  .nav-btns {
    display: none;
  }

  .link.link-light.link-padded.link-desktop {
    display: none;
  }

  .nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-hero-text {
    width: 100vw;
    padding-top: 10%;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-hero-text.container-hero-text-product {
    padding-top: 10%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-hero-text.on-home {
    padding-top: 5vh;
  }

  .heading {
    font-size: 12vw;
  }

  .heading.heading-text-hero {
    font-size: 11vw;
    line-height: 135%;
    font-weight: 500;
  }

  .text-hero {
    padding-bottom: 3.5vh;
  }

  .paragraph {
    font-size: 5vw;
    line-height: 150%;
  }

  .video {
    position: relative;
    padding-left: 0px;
  }

  .video-text {
    width: auto;
    padding: 64px 32px 56px;
  }

  .video-text.video-text-upsell {
    padding-top: 128px;
    padding-bottom: 64px;
  }

  .video-text.video-text-upsell.video-text-upsell-product {
    width: 100vw;
    padding: 64px 20px;
  }

  .paragraph-2 {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 5vw;
    line-height: 150%;
  }

  .paragraph-2.paragraph-2-product {
    padding-right: 32px;
    padding-left: 32px;
  }

  .heading-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10vw;
  }

  .heading-2.heading-2-product-upsell {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2.heading-2-pricing {
    padding-right: 32px;
    padding-left: 32px;
  }

  .heading-2.heading-2-demo-form-2 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .video-img {
    padding-top: 0px;
    padding-bottom: 56px;
  }

  .brands {
    padding-bottom: 64px;
  }

  .brands.brands-product {
    padding-top: 64px;
  }

  .heading-3 {
    padding-bottom: 24px;
    text-align: center;
  }

  .brands-grid {
    overflow: visible;
    clear: none;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-grid-row-align: auto;
    align-self: auto;
    grid-auto-flow: row;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-4 {
    font-size: 6vw;
    line-height: 140%;
  }

  .video-feature {
    padding-bottom: 64px;
  }

  .video-feature.video-feature-mobile {
    padding-bottom: 0px;
  }

  .video-features {
    padding-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .video-features.features-get-started {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3 {
    font-size: 5vw;
    line-height: 150%;
  }

  .paragraph-3.para-get-started {
    margin-bottom: 16px;
  }

  .paragraph-3.on-home {
    font-size: 5vw;
  }

  .hero-columns {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-columns.hero-columns-pricing {
    height: 100%;
  }

  .hero-columns.hero-columns-product {
    height: 100%;
    padding-bottom: 0px;
  }

  .hero-columns.on-home {
    background-color: #2c1138;
    background-image: url('../images/hero-bg_1.svg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
  }

  .hero-column-1 {
    z-index: 100;
    height: auto;
  }

  .hero-column-1.hero-column-1-video {
    height: 100vh;
  }

  .link-block.logo {
    width: 60%;
  }

  .hamburger {
    position: relative;
  }

  .burger-line.close {
    position: absolute;
    width: 80%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .burger-line.close-2 {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hero-illo-responsive {
    position: absolute;
    display: none;
  }

  .slide-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10%;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .testimonial {
    max-width: none;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .testimonial.testimonial-product {
    padding-right: 0px;
    padding-bottom: 64px;
    padding-left: 0px;
  }

  .testimonial.testimonial-product.on-home {
    margin-top: 200px;
    margin-bottom: 128px;
  }

  .heading-5 {
    max-width: none;
  }

  .wrapper-testimonials {
    padding: 64px 32px;
  }

  .heading-6 {
    text-align: center;
  }

  .heading-6.on-home {
    margin-bottom: 64px;
  }

  .get-started {
    padding-top: 190px;
  }

  .heading-7 {
    font-size: 10vw;
  }

  .heading-7.heading-7-pricing {
    padding-bottom: 64px;
  }

  .upsell {
    overflow: hidden;
  }

  .upsell-text {
    width: 100%;
    padding-top: 64px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .paragraph-4 {
    width: 100%;
    margin-bottom: 56px;
    font-size: 5vw;
    line-height: 150%;
  }

  .heading-8 {
    font-size: 10vw;
  }

  .upsell-email {
    margin-top: -70px;
  }

  .image-4 {
    position: relative;
    overflow: hidden;
    max-width: 130%;
  }

  .cs-footer-link {
    padding: 24px 15px 24px 32px;
    background-color: rgba(208, 187, 255, 0.2);
    opacity: 1;
    color: #d0bbff;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
  }

  .cs-footer-link:hover {
    font-family: 'Gt haptik rotalic', Arial, sans-serif;
  }

  .footer-header {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    border-radius: 4px;
    background-color: transparent;
    color: #d0bbff;
    font-size: 14px;
    line-height: 18px;
  }

  .wrapper {
    display: none;
  }

  .wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cs-copyright-link {
    margin-top: 20px;
  }

  .cs-copyright-link.footer {
    background-color: transparent;
    opacity: 0.4;
  }

  .footer-links-mobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mobile-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 21000;
    display: none;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #2c1138;
    -o-object-fit: none;
    object-fit: none;
  }

  .nav-links-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    opacity: 1;
    color: #fff;
    font-size: 8vw;
    line-height: 110%;
  }

  .link-2.signup {
    opacity: 1;
    color: #a876f5;
  }

  .body---home {
    overflow: visible;
    height: auto;
  }

  .heading-11 {
    font-size: 11vw;
  }

  .paragraph-5 {
    margin-bottom: 32px;
    padding-bottom: 0px;
    font-size: 5vw;
    line-height: 150%;
  }

  .paragraph-5.paragraph-5-pricing {
    margin-bottom: 0px;
    padding-bottom: 32px;
  }

  .paragraph-5.paragraph-5-demo-form {
    margin-bottom: 0px;
  }

  .img-product-hero-responsive {
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .tabs-menu {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wrapper-tabs {
    padding-bottom: 0px;
  }

  .tab-link-tab-1 {
    max-width: 33vw;
    padding: 3vh 10vw;
  }

  .tab-link-tab-1.w--current {
    max-width: 33%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3vh 0px;
  }

  .tab-link-tab-3 {
    max-width: 33%;
    padding: 3vh 10vw;
  }

  .tab-link-tab-3.w--current {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .text-span-4 {
    display: none;
  }

  .text-span-4.project {
    display: none;
  }

  .text-span-4.project.project-product-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 4.5vw;
    line-height: 14px;
  }

  .tabs-2 {
    max-width: 100vw;
  }

  .product-tabs-main-image {
    padding-top: 0px;
  }

  .product-tabs-main-image.on-home {
    top: 530px;
    margin-top: -122px;
  }

  .heading-12 {
    width: 80%;
    margin-top: 64px;
    margin-bottom: 64px;
    font-size: 10vw;
  }

  .heading-12.heading-12-tm {
    margin-top: 64px;
  }

  .image-8 {
    margin-left: 19px;
  }

  .heading-13 {
    margin-top: 64px;
    margin-bottom: 32px;
    padding-right: 32px;
    padding-left: 32px;
    font-size: 7vw;
    text-align: center;
  }

  .heading-13.heading-13-tp {
    width: auto;
  }

  .heading-13.heading-13-tm {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-9.image-9-tm {
    margin-left: 10px;
  }

  .image-10 {
    padding-bottom: 64px;
  }

  .image-10.image-10-tp {
    margin-left: 20px;
  }

  .heading-14 {
    padding-top: 64px;
    padding-bottom: 64px;
    font-size: 10vw;
  }

  .video-heading {
    padding-top: 64px;
    padding-bottom: 64px;
    font-size: 10vw;
  }

  .integrations-wrapper {
    padding-bottom: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-row-align: auto;
    align-self: auto;
    grid-template-areas: ". . ."
      ". . Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .integrations-wrapper:hover {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .img-integrations:hover {
    display: block;
  }

  .int-img-hover {
    display: none;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .int-img-hover:hover {
    box-shadow: none;
    opacity: 0;
  }

  .wrapper-1170 {
    padding-bottom: 64px;
  }

  .text-block---product-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Gt haptik', Arial, sans-serif;
    color: #d0bbff;
    font-size: 6vw;
    line-height: 110%;
  }

  .body---pricing {
    overflow: visible;
  }

  .pricing-cards {
    padding-top: 32px;
  }

  .pricing-card {
    margin-right: 0px;
    margin-bottom: 32px;
    padding-bottom: 0px;
  }

  .pricing-card.standard {
    height: 700px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .pricing-card.business {
    padding-right: 14px;
    padding-left: 14px;
  }

  .pricing-card.free {
    height: 448px;
  }

  .card-paid {
    margin-left: 0px;
  }

  .pricing-cards-container {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-number {
    padding-top: 32px;
    padding-bottom: 16px;
    font-size: 18vw;
  }

  .paragraph-10 {
    padding-bottom: 32px;
  }

  .paragraph-10.paragraph-10-premium {
    padding-bottom: 16px;
  }

  .para-premium-features {
    padding-bottom: 32px;
  }

  .tabs-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .button-2 {
    margin-bottom: 60px;
  }

  .rebrand-upsell.hidden {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
  }

  .text-block-11 {
    display: block;
    width: 100%;
    padding-left: 16px;
  }

  .text-block-11.text-block-11-close {
    padding-right: 16px;
  }

  .link-block-3 {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-span-15 {
    padding-left: 0px;
  }

  .image-17 {
    position: static;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .consent-wrapper {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .logo-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hiring-upsell {
    margin-right: 8px;
    margin-left: 8px;
    padding-left: 0px;
    font-size: 10px;
  }

  .hiring-text {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
    text-align: left;
  }

  .cs-hiring-positions {
    display: none;
  }

  .demo-popup-wrapper {
    display: none;
  }

  .demo-popup {
    margin-right: 32px;
    margin-left: 32px;
  }

  .hiring-text-2 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
    text-align: left;
  }

  .hiring-upsell-2 {
    margin-right: 8px;
    margin-left: 8px;
    padding-left: 0px;
    font-size: 10px;
  }

  .form-block-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 32px;
  }

  .section-headline-container {
    padding-right: 32px;
    padding-bottom: 64px;
    padding-left: 32px;
  }

  .heading-19 {
    font-size: 11vw;
    text-align: center;
  }

  .paragraph-12 {
    margin-bottom: 0px;
    font-size: 5vw;
    line-height: 150%;
    text-align: center;
  }

  .button-4.button-4-demo.button-4-demo-homepage {
    width: 220px;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
  }

  .button-4.button-4-demo.button-4-demo-homepage {
    width: 220px;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
  }

  .request-demo {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .hero-col2 {
    min-height: 200px;
  }

  .cs-hero-image {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100vw;
  }

  .cs-hero-image.pos-right {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .hero-h1 {
    font-size: 15.5vw;
  }

  .hero-quote-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-paragraph {
    margin-left: 0px;
  }

  .hero-icon {
    position: absolute;
    left: 5%;
    top: auto;
    right: 0%;
    bottom: -20%;
    width: 25vw;
    max-width: 50%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .prestory-section {
    margin-right: 10px;
    margin-left: 10px;
  }

  .about-p {
    font-size: 5vw;
    line-height: 150%;
  }

  .story-s1-cols {
    margin-right: 10px;
    margin-left: 10px;
  }

  .story-s1-h {
    font-size: 6vw;
  }

  .story-s1-h2 {
    font-size: 8vw;
  }

  .story-s1-h3 {
    font-size: 6vw;
  }

  .cs-intro-div {
    max-width: 100vw;
  }

  .section-p {
    font-size: 5vw;
    line-height: 150%;
  }

  .section-p.story-p {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 5vw;
    line-height: 150%;
  }

  .section-h.etu-h {
    font-size: 11vw;
    line-height: 110%;
  }

  .section-h.kcu-h {
    font-size: 11vw;
    line-height: 110%;
  }

  .section-cols {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-cols.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .kcu-image {
    max-width: 100%;
  }

  .kcu-col2 {
    padding-right: 0px;
  }

  .etu-col1 {
    padding-left: 0px;
  }

  .mw-section {
    margin-bottom: 50px;
  }

  .mw-image {
    display: block;
  }

  .pf-h {
    padding-top: 0px;
    font-size: 16vw;
  }

  .su-text-field {
    width: 280px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .su-button {
    width: 100%;
  }

  .form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .su-label {
    text-align: center;
  }

  .cs-footer {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cs-footer-links-mobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
  }

  .cs-footer-header-wrapper {
    background-color: #f0f0f0;
    font-size: 13px;
    line-height: 15px;
    cursor: pointer;
  }

  .cs-footer-header {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    border-radius: 4px;
    background-color: transparent;
    font-family: Inter, Arial, sans-serif;
    color: #21282c;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
  }

  .cs-footer-arrow-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #a876f5;
    font-size: 22px;
  }

  .cs-hiring-upsell {
    margin-right: 8px;
    margin-left: 8px;
    padding-left: 0px;
    font-size: 10px;
  }

  .cs-hiring-text {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
    text-align: left;
  }

  .cs-nav-btns {
    display: none;
  }

  .nav-bar {
    z-index: 5000;
  }

  .nav-link.new:hover {
    color: rgba(168, 118, 245, 0.6);
  }

  .brand {
    padding-left: 0px;
  }

  .footer-div {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .socials {
    margin-right: auto;
    margin-left: auto;
  }

  .social-icon-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .team-members {
    -ms-grid-columns: 64px 64px 64px;
    grid-template-columns: 64px 64px 64px;
  }

  .more-about {
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-19 {
    font-size: 5vw;
    line-height: 150%;
  }

  .icon-heading {
    font-size: 8vw;
  }

  .container-6 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .jobs-text {
    position: relative;
    bottom: 10px;
    margin-bottom: -2%;
    margin-left: 5%;
    font-size: 11px;
  }

  .hero-h {
    font-size: 15vw;
  }

  .hero-p {
    font-size: 5vw;
    line-height: 150%;
  }

  .hero-p figure {
    display: none;
  }

  .grid {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .h2-purple {
    font-size: 12vw;
  }

  .h2-purple.h2-values {
    max-width: 50vw;
    padding-left: 0px;
  }

  .container-1170 {
    margin-bottom: 20px;
  }

  .paragraph-6 {
    margin-bottom: 32px;
    padding-bottom: 0px;
    font-size: 5vw;
    line-height: 150%;
  }

  .paragraph-6.on-purple.gth {
    font-size: 6vw;
  }

  .section-purple {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .h2-white {
    font-size: 12vw;
  }

  .h2-white.h2-handbook {
    margin-bottom: 0px;
  }

  .h2-white.h2-values {
    width: 50vw;
    max-width: none;
    padding-left: 0px;
  }

  .column-6 {
    margin-top: 30px;
  }

  .section-white {
    padding-top: 80px;
  }

  .footer-jobs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .girl-illustration {
    width: 45vw;
  }

  .handbook-hero-bg {
    max-width: 50vw;
  }

  .grid-handbook {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .yellow-number {
    width: 20vw;
    height: 20vw;
    margin-right: 20px;
    margin-bottom: 0px;
    font-size: 8vw;
  }

  .number-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
  }

  .number-header.float-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .transparent-number {
    top: -30px;
  }

  .grid-manifesto {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cs-hero {
    min-height: 140vw;
  }

  .logo-2 {
    max-width: 70%;
  }

  .cs-hero-h {
    max-width: 95%;
    font-size: 15vw;
  }

  .cs-hero-p {
    font-size: 5vw;
    line-height: 150%;
  }

  .cs-hero-p figure {
    display: none;
  }

  .cards-section {
    margin-right: 20px;
    margin-left: 10px;
  }

  .cs-card {
    max-width: 95vw;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cs-card-text {
    display: block;
    padding-top: 20px;
    padding-left: 0px;
  }

  .cs-card-icon {
    display: block;
    margin-top: 20px;
    margin-left: 0px;
  }

  .cs-comp-desc {
    max-width: 100%;
    font-size: 5vw;
  }

  .cs-card-vector {
    max-width: 90%;
  }

  .customer-spotlight-image {
    width: 95vw;
    max-width: 95vw;
  }

  .spotlight-name {
    font-size: 8vw;
  }

  .spotlight-company {
    font-size: 11vw;
  }

  .spotlight-text {
    font-size: 8vw;
  }

  .div-cs-spotlight {
    max-width: 90vw;
  }

  .cs-hero-h2 {
    font-size: 12vw;
  }

  .about-p-link {
    font-size: 5vw;
    line-height: 150%;
  }

  .story-section {
    margin-right: 10px;
    margin-left: 10px;
  }

  .story-h {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 11vw;
  }

  .mw-col2 {
    padding-right: 0px;
  }

  .jobs-brand {
    width: 40vw;
    max-width: 100%;
    padding-left: 0px;
  }

  .column-9 {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .sfm-image {
    display: block;
  }

  .br-purp-col2 {
    padding-right: 0px;
  }

  .sfo-col2 {
    padding-right: 0px;
  }

  .sfo-image {
    max-width: 100%;
  }

  .pricing-tabs-menu {
    width: 100%;
    margin-bottom: 42px;
  }

  .pricing-tabs {
    margin-top: 42px;
  }

  .section-plain-compare {
    padding-bottom: 20px;
  }

  .diagonal-bg {
    display: none;
    width: 120vw;
  }

  .plan-compare-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  .compare-item-desc-1 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .compare-item-desc-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .compare-item-h {
    font-size: 5vw;
    line-height: 120%;
  }

  .compare-item-tick.dark {
    padding-right: 5px;
    padding-left: 5px;
  }

  .compare-item-tick.light {
    padding-right: 5px;
    padding-left: 5px;
  }

  .compare-plan-headings {
    margin-right: 0px;
    margin-left: 0px;
  }

  .compare-plan-heading {
    margin-left: -15px;
  }

  .compare-plan-heading.free {
    position: relative;
    left: 0px;
    margin-right: 10px;
  }

  .compare-plan-heading.teams {
    margin-right: -2px;
  }

  .pricing-bubble {
    left: 0%;
    top: -44px;
    width: auto;
  }

  .pricing-tab-active {
    width: 100%;
  }

  .product-diagonal-bg {
    width: 120vw;
  }

  .product-video {
    position: relative;
    padding-left: 20px;
  }

  .pricing-subheader {
    font-size: 8vw;
  }

  .pricing-subpara {
    font-size: 5vw;
    line-height: 150%;
  }

  .form-get-started-input {
    width: auto;
    height: 60px;
    margin-right: 0px;
    padding-left: 24px;
  }

  ._3icons {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  ._3-icons-heading {
    font-size: 6vw;
    line-height: 140%;
  }

  ._3-icons-container {
    padding-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .center {
    width: auto;
    padding: 64px 32px 56px;
  }

  .paragraph-13 {
    height: auto;
    min-height: 100px;
    margin-bottom: 64px;
    line-height: 150%;
  }

  .paragraph-13.on-home {
    margin-right: 0px;
    margin-left: 0px;
  }

  .customer-story {
    padding-right: 14px;
    padding-left: 14px;
  }

  .section-3 {
    height: 980px;
  }

  .paragraph-15 {
    font-size: 5vw;
  }

  .link-4 {
    font-size: 15px;
  }

  .heading-7-copy {
    font-size: 10vw;
  }

  .ready-to-start {
    padding-top: 0px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .overlay {
    height: 100vh;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2c1138), to(#2c1138));
    background-image: linear-gradient(180deg, #2c1138, #2c1138);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }
}

#w-node-_535439e2-1745-bfeb-90a4-131a91be39be-9853a69c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8df2fd28-0cc4-348f-9c51-8bc0ef6ac309-9853a69c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b138761c-d02b-e72d-fb71-c93ccc6f73c4-9853a69c {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_98f1b9e7-b1ec-7b22-62ff-1f16c52e4441-9853a69c {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_535439e2-1745-bfeb-90a4-131a91be39be-e253a6a5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8df2fd28-0cc4-348f-9c51-8bc0ef6ac309-e253a6a5 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b138761c-d02b-e72d-fb71-c93ccc6f73c4-e253a6a5 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_98f1b9e7-b1ec-7b22-62ff-1f16c52e4441-e253a6a5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5a-b153a6a7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5b-b153a6a7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5c-b153a6a7 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5d-b153a6a7 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f3cefc9f-ea00-8fbe-59a6-be7d5839221e-da53a6a8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f3cefc9f-ea00-8fbe-59a6-be7d58392221-da53a6a8 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4262ede9-77f3-a45d-c351-b6c28e7afad3-4953a6b8 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7efe2966-0fd8-b0ff-5ac6-d761f6b0589e-4953a6b8 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5a-05043942 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5b-05043942 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5c-05043942 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5d-05043942 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f3cefc9f-ea00-8fbe-59a6-be7d5839221e-1730ed7e {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f3cefc9f-ea00-8fbe-59a6-be7d58392221-1730ed7e {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_535439e2-1745-bfeb-90a4-131a91be39be-faea2f81 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8df2fd28-0cc4-348f-9c51-8bc0ef6ac309-faea2f81 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b138761c-d02b-e72d-fb71-c93ccc6f73c4-faea2f81 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_98f1b9e7-b1ec-7b22-62ff-1f16c52e4441-faea2f81 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-_8df2fd28-0cc4-348f-9c51-8bc0ef6ac309-9853a69c {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b138761c-d02b-e72d-fb71-c93ccc6f73c4-9853a69c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_98f1b9e7-b1ec-7b22-62ff-1f16c52e4441-9853a69c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_8df2fd28-0cc4-348f-9c51-8bc0ef6ac309-e253a6a5 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b138761c-d02b-e72d-fb71-c93ccc6f73c4-e253a6a5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_98f1b9e7-b1ec-7b22-62ff-1f16c52e4441-e253a6a5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5b-b153a6a7 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5c-b153a6a7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5d-b153a6a7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5b-05043942 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5c-05043942 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_495fdab7-1a53-a4f2-42a8-1303752f6a5d-05043942 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_8df2fd28-0cc4-348f-9c51-8bc0ef6ac309-faea2f81 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b138761c-d02b-e72d-fb71-c93ccc6f73c4-faea2f81 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_98f1b9e7-b1ec-7b22-62ff-1f16c52e4441-faea2f81 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nationalweb';
  src: url('../fonts/NationalWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National book';
  src: url('../fonts/NationalWeb-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National book';
  src: url('../fonts/NationalWeb-BookItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gt haptik';
  src: url('../fonts/GT-Haptik-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt haptik';
  src: url('../fonts/GT-Haptik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt haptik';
  src: url('../fonts/GT-Haptik-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt haptik rotalic';
  src: url('../fonts/GT-Haptik-Medium-Rotalic.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt haptik';
  src: url('../fonts/GT-Haptik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Icons Family';
  src: url('../fonts/icomoon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Features Icons';
  src: url('../fonts/icomoon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter beta';
  src: url('../fonts/Inter-Light-BETA.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt haptik 2';
  src: url('../fonts/GT-Haptik-Thin-2.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt haptik rotalic';
  src: url('../fonts/GT-Haptik-Regular-Rotalic.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt haptik rotalic';
  src: url('../fonts/GT-Haptik-Light-Rotalic.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Feature icons - 2';
  src: url('../fonts/icomoon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Toggl product icons';
  src: url('../fonts/Toggl-Product-icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'National 1';
  src: url('../fonts/National-Light_1.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Regular.ttf') format('truetype'), url('../fonts/National-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National 1';
  src: url('../fonts/National-Regular_1.ttf') format('truetype'), url('../fonts/National-Regular_1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National 1';
  src: url('../fonts/National-Semibold_1.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'National 1';
  src: url('../fonts/National-Medium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}