:root {
  --white: white;
  --midnight-blue: #122d7a;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --dark-slate-blue: #3652a3;
  --dim-grey: #6b6b6b;
  --elements-webflow-library--neutral--300: #eff0f6;
  --royal-blue-2: #1d54f117;
  --coral: #ffa87b;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --black: black;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --sky-blue: #01a2cc;
  --lightsky-blue: #00caff;
  --royal-blue: #546db1;
  --elements-webflow-library--general--shadow-03: #14142b1a;
}

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

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

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

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

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

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

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.center.second {
  align-items: center;
  height: 20vh;
  margin-top: 60px;
  display: block;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: var(--white);
  padding-bottom: 10vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.section.wide.purple {
  background-color: var(--white);
  color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 5vh 0;
  display: block;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  object-fit: fill;
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.body {
  background-color: var(--white);
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 56vw;
  max-width: 450px;
  padding-left: 0;
  padding-right: 0;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  border-width: 0;
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #23d3ff;
  border-radius: 5px;
  margin-right: 0;
  padding: 10px 25px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.title {
  color: #f5a987;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.title.newone {
  color: #493aff;
}

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

.image-23._2 {
  width: 70%;
  max-width: 80%;
}

.image-23.social {
  max-width: 80%;
}

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

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #2c3858;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--midnight-blue);
  color: var(--midnight-blue);
}

.nav-link.sign-up {
  background-color: var(--elements-webflow-library--secondary--color-1);
  opacity: 1;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  margin-top: 30px;
  padding: 10px 15px;
  font-weight: 400;
  box-shadow: 1px 1px 4px -1px #000;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  background-image: url('../images/Hero-Wave-Contact.svg');
  background-size: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 3vw;
  padding-right: 3vh;
  display: flex;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 20vh;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Rubik, sans-serif;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.icons.numbers {
  margin-top: 15vh;
}

.feature-wrap.video {
  width: 100vw;
}

.feature-wrap.contest {
  margin-bottom: 15vh;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 43vw;
  display: flex;
}

.black {
  color: #000;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.hero-subhead {
  color: #2c3858;
  max-width: 100%;
  padding-right: 64px;
  font-size: 30px;
  line-height: 27px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: block;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  border-radius: 0;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  padding-top: 0;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  color: #3652a3;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 10px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  color: var(--elements-webflow-library--accent--primary-1);
  border: 1px #3652a3;
  font-size: 50px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: var(--dark-slate-blue);
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  line-height: 8vh;
}

.bold-text {
  margin-right: 0;
  padding-right: 156px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 0;
}

.bold-text-2 {
  color: #555;
  padding-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 0;
}

.slide {
  width: 100%;
  padding-top: 0;
}

.image-5 {
  width: auto;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.image-5._120w {
  width: 120px;
  padding-top: 0;
}

.image-5._120w.wigle {
  filter: brightness(22%);
}

.image-5._120w.rare {
  filter: contrast(200%);
}

.link-block {
  flex: none;
}

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

.div-block.logo-bar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block.logo-bar._20-top-margin {
  margin-top: 20px;
}

.div-block.logo-bar._20-top-margin._60-opacity {
  opacity: .6;
  flex: 1;
  order: 0;
  align-self: center;
  align-items: stretch;
  width: 100vw;
  max-width: 1080px;
  margin-top: 0;
  display: flex;
}

.paragraph-2 {
  color: #181818;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-2._15px {
  font-size: 15px;
}

.div-60px-top-margin {
  margin-top: 80px;
}

.div-60px-top-margin._60-opacity {
  opacity: .6;
  width: 90%;
  max-width: 1088px;
  margin: auto 0 20px;
  padding-right: 0;
  display: flex;
}

.tag-10 {
  color: #99a1ba;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
}

.content-h2 {
  color: #444;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.content-h2.h22 {
  color: #444;
  margin-bottom: 0;
  font-size: 47px;
  line-height: 50px;
}

.services-grid-block-04 {
  background-color: #fff;
  border: 1.5px solid #0000;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block-04:hover {
  border: 1.5px solid #813efb;
}

.services-grid-block-04.end-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.container-flex.left-align {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  padding: 50px 2vw 100px;
  font-family: Rubik, sans-serif;
  display: block;
}

.container-flex.right-allign {
  margin-top: 0;
  margin-bottom: 0;
}

.title-wrap {
  display: flex;
}

.service-title {
  color: #555;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.service-title.service-title-centre {
  text-align: center;
  margin-bottom: 25px;
}

.service-paragraph {
  color: #99a1ba;
  font-size: 15px;
}

.primary-cta {
  color: #fff;
  background-color: #3652a3;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
}

.icon-block {
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: 36px;
  display: flex;
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: grid;
}

.h2-span {
  opacity: .6;
}

.text-span {
  color: var(--elements-webflow-library--accent--primary-1);
}

.text-span.h221 {
  color: var(--white);
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: url('../images/wavy-background.svg');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-3 {
  color: #444343;
  white-space: normal;
  font-family: Rubik, sans-serif;
  text-decoration: none;
}

.image-6 {
  border: 0px solid var(--white);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  max-width: 100%;
}

.arrow-wrap {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: -1px 1px 3px #0000001f;
}

.quote-container {
  width: 100%;
  padding-top: 40px;
}

.news-item-image {
  background-image: url('../images/img3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  min-height: 160px;
}

.button-2 {
  background-color: #5748c5;
  border-radius: 4px;
  margin-left: 0;
  padding: 16px 25px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

.button-2:hover {
  background-color: #4e41b4;
  border: 1px #fff;
}

.button-2.button-advert {
  text-align: center;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}

.button-2.button-advert:hover {
  background-color: #5748c5;
}

.div-block-23 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  min-height: 230px;
  padding: 15px 28px 15px 23px;
  display: flex;
}

.column-7 {
  padding: 10px;
}

.arrow-block {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.column-10 {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-13 {
  padding-left: 15px;
}

.image-7 {
  filter: invert();
}

.div-block-21 {
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 230px;
  margin-top: 25px;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 13px #4f5e7824;
}

.heading-15 {
  color: #20193a;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.heading-22 {
  color: #20193a;
  font-size: 28px;
  line-height: 36px;
  position: static;
}

.card-cta-tag {
  background-color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  position: absolute;
  top: 1rem;
  left: 1.2rem;
}

.card-cta-tag.card-cta-tag-small {
  background-color: #5748c5;
  padding-left: 8px;
  padding-right: 8px;
  left: 1rem;
}

.card-cta-tag.card-cta-tag-small.card-cta-colour2 {
  background-color: #4bb14b;
}

.card-cta-tag.card-cta-tag-2 {
  background-color: #5748c5;
}

.heading-16 {
  color: #20193a;
  text-align: center;
}

.image-8 {
  border-radius: 100px;
}

.div-block-22 {
  z-index: 99;
  background-image: url('../images/new-profile-shot.jpg'), linear-gradient(#00000036, #00000036), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  width: 50%;
  min-height: 256px;
  position: relative;
}

.card-cta {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: #555;
  background-image: url('../images/Wave-Purple.svg');
  background-position: 2px 2px;
  background-size: cover;
  border-radius: 2px;
  min-height: 228px;
  padding: 10% 15%;
  position: relative;
}

.text-block-5 {
  color: #4f5e78;
  font-size: 14px;
}

.para-mid {
  color: #20193a;
  text-align: left;
  margin-bottom: 5px;
}

.card-wrap-bg {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/think-media-logo-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 2px;
  min-height: 560px;
  padding: 126px 15% 40px;
  position: relative;
}

.heading-23 {
  color: #20193a;
  text-align: left;
  font-size: 19px;
}

.card-cta-text {
  color: #20193a;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-sml {
  color: #fff;
  font-size: 12px;
}

.card-cta-text.card-cta-text-2 {
  color: #fff;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: block;
}

.heading-14 {
  color: #f3f3f3;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.div-block-35 {
  min-height: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-7 {
  color: #fff;
  margin-left: 13px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.split-line {
  background-color: #4f5e7826;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.card-advert-2 {
  background-image: url('../images/bg-img-3.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 450px;
  padding: 80px 35px 35px;
  display: flex;
}

.arrow-block-2 {
  background-color: #fffc;
  border-left: 1px solid #00000030;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.link-9 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.quote-card {
  background-color: #f5f6f8;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 380px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 24px #00000038;
}

.text-block-8 {
  float: left;
  color: #5748c5;
  font-size: 12px;
  font-weight: 500;
}

.link-8 {
  color: #5748c5;
  text-decoration: none;
  position: static;
  top: 13px;
  bottom: 0;
  right: 0;
}

.card-cta-heading {
  color: #fff;
  margin-top: 18px;
  margin-bottom: 6px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-9 {
  color: #20193a;
  margin-left: 8px;
  font-weight: 500;
}

.div-block-32 {
  position: absolute;
  top: 95px;
  left: 27px;
}

.quote-card-2 {
  background-color: #f5f6f8;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  min-height: 380px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 24px #00000038;
}

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

.top-tag {
  text-align: center;
  background-color: #5748c5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}

.cards-social-bottom {
  z-index: 130;
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 0;
}

.social-card-base {
  float: left;
  background-color: #ffffff1f;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 11px;
  display: flex;
}

.social-card-base.social-card-padding {
  margin-left: 8px;
}

.heading-21 {
  color: #20193a0a;
  font-family: Oswald, sans-serif;
  font-size: 13rem;
  overflow: visible;
}

.div-block-33 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-37 {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-5 {
  color: #20193a;
  margin-bottom: 15px;
  font-family: Rubik, sans-serif;
  line-height: 21px;
}

.text-name-under {
  color: #4f5e78;
  margin-left: 8px;
  font-size: 12px;
  line-height: 17px;
}

.paragraph-4 {
  color: #fffffff0;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-container.fb-footer {
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-4 {
  color: #f8f8f8;
  margin-right: 13px;
}

.footer-text {
  display: flex;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.logo-text.l-t-w {
  color: #fff;
  text-decoration: none;
}

.div-block-38 {
  background-color: var(--elements-webflow-library--secondary--color-1);
  padding: 12px;
}

.icon-2.fb-footer-link {
  color: #d8d8d8;
}

.footer-4 {
  background-color: var(--elements-webflow-library--secondary--color-1);
  padding: 15px;
}

.info-text {
  float: left;
  color: #4f5e7866;
  text-decoration: none;
  display: block;
}

.info-wrap {
  margin-bottom: 0;
  padding: 0;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #c7c7c717;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
}

.footer-link-2 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.footer-col {
  flex: 1;
  padding: 20px 15px;
  font-family: Rubik, sans-serif;
}

.fb-footer-wrapper {
  color: #8b8b8b;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
}

.heading-24.sub {
  font-size: 33px;
}

.column-122 {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

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

.text-block-10 {
  color: #868080;
}

.column-16 {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.link-10 {
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
}

.link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20 {
  color: var(--dim-grey);
}

.image-9 {
  align-self: flex-start;
  max-width: 30%;
  position: relative;
}

.slider {
  background-color: var(--white);
  width: 700px;
  height: 500px;
  position: relative;
}

.mask {
  width: 700px;
  height: 500px;
}

.left-arrow-2 {
  inset: 0% auto 0% 0%;
}

.slide-nav-2 {
  z-index: auto;
  color: var(--dim-grey);
  background-color: #0000;
  width: auto;
  font-size: 8px;
}

.icon-3 {
  color: #0000;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.column-123 {
  text-align: right;
}

.container-2 {
  background-color: #3652a3;
  background-image: url('../images/wavy-bg.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  flex: 1;
  order: -1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 40px 60px;
  font-size: 16px;
  display: flex;
}

.columns-3 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 0;
  display: flex;
}

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

.heading-26 {
  color: #ffffff7a;
}

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

.bold-text-4 {
  color: #ffffff87;
  font-size: 30px;
}

.slide-2 {
  background-color: #f8faff;
  margin-right: 0;
  padding: 40px;
}

.mask-2 {
  border-radius: 12px;
  padding-top: 0;
}

.slide-3 {
  padding: 40px;
}

.logo-section {
  padding: 0 3%;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-family: Rubik, sans-serif;
}

.logo-grid {
  grid-template: ". . . . . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-block {
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  padding: 20px;
  display: flex;
}

.logo-block:hover {
  box-shadow: 4px 4px 84px #e6eaf566;
}

.nav-link-2 {
  color: #2d3958;
  letter-spacing: -.01em;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #6a35ff;
}

.display-heading {
  color: #333;
  letter-spacing: -.03em;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 1.07;
}

.title-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  display: flex;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  align-items: center;
  min-height: 90px;
  padding: 20px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button-navigation {
  text-align: center;
  white-space: nowrap;
  background-color: #6a35ff;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.button-navigation:hover {
  background-color: #5a27e7;
}

.navigation-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.hero-pricing {
  background-color: #fff7f2;
  background-image: url('../images/Hero-Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 900px;
  padding-top: 170px;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-details {
  border: 0px solid var(--midnight-blue);
  color: #333;
  max-width: 452px;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.navigation-left {
  width: 50%;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-2 {
  padding: 14px;
}

.button-nav-wrapper {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.pricing-feature {
  color: #2d3958;
  font-size: 15px;
  font-weight: 500;
}

.pricing-feature.banner-text {
  color: #7b88a8;
  font-size: 16px;
}

.cta-h2 {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.discount-plain-text {
  color: #7b88a8;
  margin-top: 14px;
}

.title-grey {
  color: #7b88a8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.success-message {
  color: #fff;
  background-color: #6a35ff;
  font-family: Rubik, sans-serif;
}

.pricing-section {
  padding-bottom: 60px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.pricing-cell-lead {
  border-bottom: 1px solid #e6eaf5;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding-left: 30px;
  display: flex;
}

.pricing-cell-lead.bottom-cell {
  border-bottom-style: none;
}

.newsletter-field {
  background-color: #f8faff;
  border: 1px #000;
  border-radius: 50px;
  align-items: center;
  width: 100%;
  height: 64px;
  margin-bottom: 0;
  padding: 6px 6px 6px 68px;
  display: flex;
  position: relative;
}

.newsletter-field::placeholder {
  color: #2d3958c2;
  font-size: 16px;
  font-weight: 500;
}

.main-icon {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  min-height: 48px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  left: 9px;
  box-shadow: 0 18px 20px 8px #7b88a80a, 3px 3px 4px #7b88a80a;
}

.main-icon:focus {
  border: 1px solid #000;
}

.pricing-cell {
  border-bottom: 1px solid #e6eaf5;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.pricing-cell.bottom-cell {
  border-bottom-style: none;
}

.price-button {
  color: #6a35ff;
  background-color: #0000;
  border: 1px solid #e6eaf5;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-top: 48px;
  padding: 14px 33px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.price-button.feature-button {
  background-color: #fff;
}

.pricing-container-mobile {
  background-color: #fff;
  border-radius: 42px;
  display: none;
  box-shadow: -10px 117px 118px #ced4e01f;
}

.button-white {
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.price-page-form {
  align-items: center;
  display: flex;
  position: relative;
}

.question-title {
  font-size: 18px;
  font-weight: 600;
}

.pricing-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 48px 14px 70px;
  display: flex;
}

.pricing-top.feature-cell {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -15px;
}

.faq-wrap {
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section {
  padding: 0 3% 60px;
  position: relative;
}

.content-h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 8vh;
}

.pricing-period {
  color: #bcc4da;
}

.faq-question-bar {
  color: #2d3958;
  border-bottom: 1px solid #e6eaf5;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.price-span {
  color: #bcc4da;
  margin-right: 4px;
  font-size: 22px;
  font-weight: 400;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 2%;
  padding-right: 2%;
  font-family: Rubik, sans-serif;
}

.pricing-container {
  background-color: #fff;
  border-radius: 0;
  box-shadow: -10px 117px 118px #ced4e01f;
}

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

.container-4 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.legal-block {
  color: #fff;
  border-top: 1px solid #ffffff2e;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 32px;
  font-size: 15px;
  display: flex;
}

.price-block {
  background-color: #6a35ff;
  background-image: url('../images/Pattern-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105%;
  height: 100%;
  display: flex;
}

.footer-text-2 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.text-field-find {
  min-height: 56px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.text-field-find::placeholder {
  color: #bcc4da;
}

.fixed-background {
  z-index: -1;
  background-color: var(--elements-webflow-library--secondary--color-1);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-menu {
  background-color: #6a35ff;
  background-image: url('../images/Pattern-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105%;
  height: 100%;
  display: flex;
}

.error-message {
  text-align: center;
  line-height: 1.2;
}

.legal-text {
  color: #7b88a8;
  font-size: 16px;
}

.text-span-2 {
  color: var(--elements-webflow-library--secondary--color-1);
  text-shadow: 1px 1px 2px #6b6b6b42;
  mix-blend-mode: normal;
  font-weight: 500;
}

.faq-plus {
  opacity: .4;
  width: 22px;
}

.newsletter-button {
  opacity: .15;
  background-color: #0000;
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  transition: opacity .3s;
  position: absolute;
  inset: auto 5px auto auto;
}

.newsletter-button:hover {
  opacity: 1;
}

.footer-2 {
  background-color: #182135;
  padding: 100px 3% 60px;
}

.social-link {
  padding: 8px 9px;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.discount-wrap {
  color: #6a35ff;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  inset: -115% -6% auto auto;
}

.form-block-2 {
  width: 100%;
}

.faq-content {
  margin-top: -2px;
  padding-right: 40px;
  overflow: hidden;
}

.pricing {
  letter-spacing: -1px;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  display: flex;
}

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

.page-content {
  position: relative;
  top: -400px;
}

.price-type {
  color: #2d3958;
  letter-spacing: -.8px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}

.price-type.text-white {
  color: #fff;
}

.form-3 {
  display: flex;
}

.price-feature {
  background-color: #6a35ff;
  background-image: url('../images/wavy-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-banner {
  background-color: #f8faff;
  border-radius: 12px;
  align-items: center;
  min-height: 82px;
  padding: 27px 12px 27px 30px;
  display: flex;
}

.footer-link-3 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #7b88a8;
}

.cta-button-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.subscribe-button {
  background-color: #6a35ff;
  min-width: 140px;
  min-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

.cta-banner {
  -webkit-text-fill-color: inherit;
  background-color: #f5f7ff;
  background-image: url('../images/Wave-Plain.svg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 5px;
  align-items: center;
  min-height: 280px;
  padding: 60px 70px;
  font-family: Rubik, sans-serif;
  font-weight: 300;
  display: flex;
}

.title-wrap-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-start {
  background-color: var(--elements-webflow-library--accent--primary-1);
  opacity: 1;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .3s;
  display: flex;
}

.button-start.first {
  background-color: #ffa87b;
  width: 100%;
}

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

.faq-section {
  padding: 100px 3%;
}

.price-form {
  width: 100%;
  position: relative;
}

.social-links {
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 55px;
}

.return-top {
  background-color: #6a35ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: fixed;
  inset: auto 32px 48px auto;
  box-shadow: 8px 7px 20px #6a35ff52;
}

.arrow-up {
  width: 14px;
}

.column-124 {
  padding-left: 0;
  padding-right: 10px;
}

.paragraph-6 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

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

.bg-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
  position: relative;
}

.bg-container.bg-top {
  justify-content: flex-start;
  align-items: center;
  min-height: 540px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.content-section {
  padding: 40px 3% 0;
}

.content-section.content-large {
  padding-top: 100px;
  padding-bottom: 40px;
}

.link-arrow {
  color: var(--midnight-blue);
  text-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-arrow.casestudy1 {
  margin-bottom: 0;
}

.link-arrow.casestudy2 {
  color: var(--elements-webflow-library--secondary--color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
}

.integration-circle-05 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 7% 22% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.integration-circle-06 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 11% auto auto 8%;
  box-shadow: 1px 1px 42px 9px #bcc4da40;
}

.integration-circle-06.twich {
  top: 47%;
  left: 0%;
}

.content-text-wrapper {
  flex: none;
  align-self: center;
  width: 50%;
  padding: 20px;
  display: block;
}

.content-text-wrapper.hero-section {
  width: 45%;
}

.content-text-wrapper.features {
  background-color: #4a3affeb;
  border-radius: 20px;
  width: 100%;
  padding: 40px;
}

.arrow-2 {
  color: var(--elements-webflow-library--neutral--300);
  max-width: 5%;
  font-size: 18px;
}

.arrow-2.whitearrow {
  max-width: 7%;
}

.arrow-2.blue-arrow {
  max-width: 15%;
}

.integration-circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 48%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.grid-integrations {
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  margin-left: 2vw;
  margin-right: 2vw;
  font-family: Rubik, sans-serif;
}

.integration-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 670px;
  display: flex;
  position: relative;
}

.integration-icon {
  max-width: 80%;
}

.bg-element {
  z-index: -1;
  background-color: #f8faff;
  border-radius: 32px;
  width: 100%;
  max-width: 850px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.bg-element.bg-integrations {
  background-color: var(--royal-blue-2);
  opacity: 1;
  border-radius: 15px;
  max-width: 600px;
  min-height: 720px;
}

.bg-element.bg-yellow {
  background-color: #fff7f2;
  background-color: var(--white);
  opacity: 1;
  inset: 0% 0% 0% auto;
  background-image: url('../images/Wave---Salmon.svg');
  background-position: 0 0;
  background-size: contain;
  border-radius: 0;
  width: auto;
  max-width: 500px;
  min-height: auto;
  max-height: 500px;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.bg-element.bg-analytics {
  background-color: var(--coral);
  background-image: linear-gradient(#ffe5d7, #ffe5d7);
  max-width: 518px;
  min-height: 520px;
}

.bg-element.bg-social {
  background-color: var(--white);
  background-image: url('../images/Wave-Plain.svg');
  background-position: 50%;
  background-size: 230%;
  max-width: 470px;
  min-height: 520px;
}

.bg-element.bg-feature {
  background-color: var(--elements-webflow-library--accent--primary-1);
  max-width: 800px;
  height: 100%;
  min-height: auto;
}

.arrow-text {
  color: var(--elements-webflow-library--accent--primary-1);
  margin-right: 14px;
  font-size: 16px;
}

.arrow-text.casestudy1 {
  color: var(--white);
}

.arrow-text.enteies {
  color: var(--elements-webflow-library--neutral--300);
  font-size: 18px;
}

.arrow-text.enteies.reasons {
  color: var(--elements-webflow-library--accent--primary-1);
}

.arrow-text.gregthegamoholic {
  color: var(--white);
}

.integration-circle-04 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 6% 26%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.integration-circle-03 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 16% auto auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
  max-width: 100%;
}

.content-image-wrapper {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
  position: relative;
}

.content-image {
  max-width: 80%;
  position: relative;
}

.content-image.analytics {
  width: 100%;
  max-width: 140%;
  margin-right: 0;
  position: relative;
}

.content-image.mail {
  max-width: 55%;
}

.content-h1-2 {
  color: #333;
  font-family: Rubik, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 8vh;
}

.arrow-text-2 {
  margin-right: 14px;
}

.navbar-2 {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-list-2 {
  color: #181818;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.dropdown-toggle-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 30px;
  display: block;
}

.dropdown-link {
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.nav-menu-dropdown {
  color: #3f0a3d;
  flex: 0 auto;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.logo-2 {
  width: 150px;
}

.brand-3 {
  margin-right: 20px;
  padding: 0 12px 0 0;
}

.line-break {
  background-color: #ddd;
  width: 1px;
  min-height: 25px;
  margin-left: 0;
  margin-right: 0;
}

.icon-6 {
  margin-right: 10px;
}

.navigation-div {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: none;
  height: 60px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.nav-link-3 {
  float: right;
  clear: left;
  color: #181818;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link-3:hover {
  perspective: 627px;
  perspective-origin: 50%;
  color: #181818;
  text-decoration: underline;
}

.nav-link-3.w--current {
  color: #181818;
  flex: 0 auto;
  font-weight: 400;
}

.button-3 {
  color: #fff;
  background-color: #603eff;
  border: 3px solid #603eff;
  border-radius: 30px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  height: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button-3:hover {
  color: #000;
  background-color: #fff;
}

.button-3.no-max-width {
  flex: none;
  align-self: center;
  align-items: center;
  max-width: none;
  margin-left: 20px;
  margin-right: 0;
}

.nav-link-4 {
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.image-18 {
  flex: 1;
}

.platform-ratings {
  max-width: 18%;
  position: absolute;
  inset: -11% auto auto 0%;
}

.title-centre-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-platform {
  background-color: var(--elements-webflow-library--neutral--100);
  background-image: linear-gradient(#ffffffb8, #ffffffb8), url('../images/Map-Texture-SW.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, contain;
  min-height: 400px;
  padding-top: 170px;
  padding-left: 3%;
  padding-right: 3%;
}

.dashboard-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 50px;
}

.dashboard-wrapper.dashboard-platform {
  top: 60px;
}

.platform-subscribed {
  border-radius: 24px;
  width: 100%;
  max-width: 357px;
  margin-bottom: 64px;
  box-shadow: 14px 14px 55px #bcc4da24;
}

.platform-dashboard {
  border-radius: 24px;
  width: 100%;
  max-width: 680px;
  box-shadow: 14px 14px 55px #bcc4da24;
}

.platform-chat {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: -18% 0% auto auto;
}

.content-text-wrapper-2 {
  padding: 20px;
}

.content-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.content-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
}

.bg-container-analytics {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 520px;
  display: flex;
  position: relative;
}

.customer-circle-01 {
  background-color: #fff;
  background-image: url('../images/Social-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 50% 27% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 670px;
  display: flex;
  position: relative;
}

.customer-circle-06 {
  background-color: #fff;
  background-image: url('../images/Social-04.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 8% 12%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-07 {
  background-color: #fff;
  background-image: url('../images/Social-03_1Social 03.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 25% auto auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-04 {
  background-color: #fff;
  background-image: url('../images/Social-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 7% 43% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.content-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
}

.customer-circle-05 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 29% 1% auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-03 {
  background-color: #fff;
  background-image: url('../images/Social-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0% 16% auto auto;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.customer-circle-02 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 11% auto auto 8%;
  box-shadow: 1px 1px 42px 44px #bcc4da1f;
}

.counter-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-works {
  grid-column-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  align-items: center;
  width: 100%;
}

.step-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bg-step {
  z-index: -1;
  background-color: #6e2ed805;
  background-image: url('../images/Wave---Salmon.svg');
  background-position: 0%;
  background-size: 220%;
  border-radius: 36px;
  width: 100%;
  max-width: 720px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.bg-step.bg-step-02 {
  background-color: #f3efff;
  background-image: url('../images/Wave-Purple.svg');
  background-position: 100%;
  background-size: 200%;
}

.bg-step.bg-step-03 {
  background-color: #e6dffa;
  background-image: url('../images/Wave-Purple.svg');
  background-position: 50% 100%;
}

.step {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 380px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.works-section {
  padding: 60px 3% 0;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.line {
  z-index: 2;
  background-image: url('../images/Dot.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 12px;
  width: 9px;
  height: 60%;
  position: absolute;
  inset: auto;
}

.stop-counter {
  color: #f14a59;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 21px;
  font-weight: 500;
  display: flex;
  box-shadow: 16px 16px 34px #f5808b1a;
}

.stop-counter.purple-step {
  color: #6a35ff;
  position: relative;
  box-shadow: 16px 16px 34px #9672ff1a;
}

.stop-counter.blue-step {
  z-index: 5;
  color: #4ddffd;
  position: relative;
  box-shadow: 16px 16px 34px #4ddffd1a;
}

.value-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 40px auto 24px;
  display: flex;
}

.paragraph-large {
  color: #2d3958;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-large.paragraph-bold {
  color: #555;
  margin-bottom: 12px;
  font-weight: 500;
}

.value-icon {
  max-width: 100%;
  margin-bottom: 28px;
}

.features-grid {
  grid-column-gap: 36px;
  grid-row-gap: 39px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 990px;
}

.features-grid.examples {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 100px;
}

.features-grid.features {
  grid-template-rows: auto;
}

.feature-card {
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  min-height: 240px;
  padding: 30px 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 2px 2px 57px 4px #58648114;
}

.heading-27 {
  color: #fff;
}

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

.div-block-39 {
  font-size: 18px;
}

.form-wrap {
  display: flex;
}

.account-link-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-break-2 {
  background-color: #6172832b;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.form-logo {
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border: 1px solid #e6eaf5;
  border-radius: 5px;
  width: 100%;
  height: 56px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
}

.text-field:focus {
  border-color: #6a35ff;
}

.text-field::placeholder {
  color: #bcc4da;
  font-size: 18px;
}

.logo-login {
  text-align: center;
  margin-bottom: 20px;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #6a35ff;
  background-size: auto;
}

.form-base {
  background-color: #fff;
  border-radius: 24px;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  font-family: Rubik, sans-serif;
  box-shadow: 1px 1px 20px 2px #acaeb366;
}

.button-submit {
  background-color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.button-submit:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
}

.register-wrap {
  background-color: var(--white);
  background-image: url('../images/Signup-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 73% 87%;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 140px;
  display: flex;
}

.checkbox-field {
  margin-top: 16px;
  margin-bottom: 16px;
}

.details {
  color: #bcc4da;
  margin-top: 12px;
}

.details.details-space {
  color: var(--dim-grey);
  margin-top: 0;
  margin-right: 10px;
  font-family: Rubik, sans-serif;
}

.plain-h3 {
  color: #444;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
}

.image-24 {
  max-width: 30%;
}

.error-message-2 {
  font-family: Rubik, sans-serif;
}

.success-message-2 {
  color: #fff;
  background-color: #6a35ff;
}

.text-break {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}

.plain-details {
  color: #2d3958;
  font-size: 15px;
  font-weight: 500;
}

.text-field-2 {
  border: 1px solid #e6eaf5;
  border-radius: 5px;
  width: 100%;
  height: 56px;
  font-size: 18px;
}

.text-field-2:focus {
  border-color: #6a35ff;
}

.text-field-2::placeholder {
  color: #bcc4da;
  font-size: 18px;
}

.logo-login-2 {
  margin-bottom: 20px;
}

.social-login {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  margin-bottom: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .2s;
  display: flex;
  box-shadow: 3px 3px 20px 2px #e6eaf54d;
}

.social-login:hover {
  border: 1px solid #6a35ff;
}

.account-legal-link {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  font-size: 12px;
  display: flex;
}

.legal-link {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 500;
}

.button-submit-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.button-submit-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
}

.container-5 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-5.card-main {
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  display: flex;
}

.container-5.log-in {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  max-width: 1200px;
  display: block;
}

.login-wrap {
  background-color: var(--white);
  background-image: url('../images/Signup-background.png');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 58%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 180px;
  display: flex;
}

.login-wrap.forgot-password.background {
  background-position: 50%;
  background-size: 57%;
  padding-bottom: 100px;
}

.plain-h3-2 {
  color: #444;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
}

.login-logo {
  margin-right: 8px;
}

.gallery-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 50px;
}

.company-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr .6fr;
  align-items: start;
  width: 100%;
}

.company-image-01 {
  width: 100%;
  margin-top: 140px;
}

.company-image-03 {
  width: 100%;
}

.company-image-02 {
  width: 100%;
  margin-top: 100px;
}

.display-heading-2 {
  color: #444;
  letter-spacing: -.03em;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.07;
}

.hero-company {
  background-color: #0000;
  padding: 170px 3% 140px;
  display: flex;
}

.hero-company.examples {
  background-color: var(--white);
  background-image: none;
  flex-direction: row;
  padding-top: 120px;
  padding-bottom: 20px;
  display: flex;
}

.company-column {
  width: 100%;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.title-wrap-left.remove-padding {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
}

.title-wrap-left.remove-padding.right-wrap {
  padding-right: 0;
}

.title-wrap-left.remove-padding.right-card {
  flex: 0 auto;
  order: 1;
  align-self: center;
  display: block;
}

.heading-28 {
  color: var(--white);
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.heading-29 {
  color: var(--dark-slate-blue);
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.image-25 {
  clear: none;
  object-fit: fill;
  max-width: 73%;
}

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

.grid-2 {
  grid-template-rows: auto;
}

.image-26 {
  flex: 0 auto;
  order: 0;
  align-self: center;
  max-width: 45%;
}

.heading-30 {
  color: #444;
  font-family: Rubik, sans-serif;
  font-size: 55px;
  font-weight: 500;
}

.image-27 {
  text-align: left;
  max-width: 30%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: inline-block;
}

.image-28 {
  max-width: 30%;
  margin-bottom: 20px;
  margin-right: 10px;
}

.image-29 {
  border-radius: 3px;
  max-width: 30%;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-right: 0;
}

.image-30, .image-31 {
  max-width: 30%;
  margin-right: 10px;
}

.image-32 {
  max-width: 30%;
}

.paragraph-7 {
  font-family: Rubik, sans-serif;
}

.bold-text-8 {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.link-21 {
  align-self: flex-start;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.heading-31 {
  font-size: 20px;
}

.heading-32 {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-33 {
  font-size: 20px;
  line-height: 30px;
}

.heading-34 {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.image-33 {
  box-shadow: 1px 1px 9px 1px #00000042;
}

.link-22 {
  padding-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size {
  color: #444;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---square-icon-56px {
  border-radius: 8px;
  width: 56px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---grid-1-column-gap-row-80px {
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-image-center-icons-sides {
  grid-column-gap: 70px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 0;
  display: grid;
}

.brix---mg-bottom-48px {
  margin-bottom: 0;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding: 0 2vw 60px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2vw;
}

.image-34 {
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-40, .div-block-41 {
  padding-bottom: 60px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-right---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  left: -11px;
  transform: translate(0, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v12:hover {
  transform: scale(.95)translate(0, -50%);
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---card-testimonial-v13 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px 56px;
  display: flex;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-390px {
  max-width: 390px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-2 {
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 40px;
  font-family: Rubik, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-overflow-hidden {
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.image-35 {
  width: 80%;
}

.image-36, .image-37 {
  width: 90%;
}

.brix---mg-bottom-2 {
  color: #333;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-2 {
  color: #444;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---square-icon {
  border-radius: 16px;
  max-width: 13%;
}

.brix---icon-left---content-right {
  align-items: flex-start;
  display: flex;
}

.brix---grid-1-column-gap-row-40px {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---content-inside-card-v14 {
  padding: 48px;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---btn-secondary-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-3:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---inner-container-490px-2 {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 5.75fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding: 40px 2vw 176px;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: 25vh;
  margin-top: 20px;
  display: flex;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 4em;
  padding-bottom: 2em;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-slider-img {
  width: 150px;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  box-sizing: border-box;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  aspect-ratio: auto;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1350px;
  display: flex;
  position: static;
}

@media screen and (min-width: 1440px) {
  .hero-content {
    flex: 0 auto;
    display: flex;
  }

  .heading-3 {
    color: var(--dim-grey);
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    opacity: .6;
    width: 100vw;
  }

  .paragraph-2 {
    color: #181818;
    font-size: 17px;
  }

  .div-60px-top-margin._60-opacity {
    opacity: .6;
  }

  .services-grid-block-04:hover {
    border-color: var(--dark-slate-blue);
  }

  .container-flex.left-align {
    padding-left: 0;
    padding-right: 0;
  }

  .card-cta-heading {
    margin-top: 52px;
  }

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

  .logo {
    -webkit-text-fill-color: inherit;
    background-color: #3652a300;
    background-clip: border-box;
  }

  .display-heading {
    color: #555;
    font-family: Rubik, sans-serif;
    font-weight: 600;
  }

  .button-start {
    width: 50%;
  }

  .button-start.first {
    width: 100%;
  }

  .integration-circle-06 {
    width: 110px;
    top: 8%;
  }

  .integration-circle-06._2 {
    width: 100px;
    height: 100px;
    top: 11%;
    left: -13%;
  }

  .integration-circle-06.twich {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    left: -5%;
  }

  .content-text-wrapper {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 130px;
  }

  .content-text-wrapper.hero-section {
    width: 50%;
  }

  .content-h1-2 {
    color: #555;
    font-family: Rubik, sans-serif;
    font-size: 6vh;
    font-weight: 500;
  }

  .navbar-2 {
    background-color: #fcfcfc;
  }

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

  .hero-company.examples {
    justify-content: center;
  }

  .logo-slide_section {
    margin-top: 0;
  }

  .page-padding.s0 {
    padding-top: 2em;
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: minmax(500px, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch space-between;
    justify-items: stretch;
    height: auto;
    padding-top: 10vh;
    display: grid;
  }

  .section.center.second {
    margin-top: 0;
    padding-top: 0;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .feature-content {
    text-align: left;
    align-self: auto;
    width: 100vw;
    max-width: 80%;
  }

  .title {
    width: 100%;
  }

  .image-23 {
    display: block;
  }

  .image-23.social {
    width: 70%;
    margin-bottom: 10px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-link.sign-up {
    text-align: center;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 100%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto auto 0;
  }

  .hero-content {
    background-position: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    flex-direction: column-reverse;
    flex: 0 auto;
    order: 0;
    width: 100vw;
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-wrap.icons.numbers {
    flex-direction: row-reverse;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap.video {
    flex-direction: column;
    width: 100vw;
  }

  .feature-image {
    width: 80vw;
  }

  .hero-subhead {
    max-width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 20px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: var(--white);
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    padding-right: 0;
    font-size: 8vw;
  }

  .bold-text {
    padding-right: 0;
    font-size: 18px;
    line-height: 10px;
  }

  .bold-text-2 {
    font-size: 42px;
  }

  .image-5._120w {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-3 {
    flex: 0 auto;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

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

  .div-60px-top-margin._60-opacity {
    width: 97%;
    margin-top: 40px;
  }

  .content-h2 {
    font-size: 38px;
  }

  .container-flex.left-align {
    flex-direction: column;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .title-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-height: 100%;
    display: grid;
  }

  .div-block-23 {
    min-height: 211px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-7, .column-10 {
    padding: 5px;
  }

  .column-13 {
    padding-top: 29px;
  }

  .div-block-21 {
    min-height: 172px;
    margin-top: 13px;
  }

  .heading-15 {
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .div-block-22 {
    height: 100%;
    min-height: 420px;
  }

  .card-cta {
    padding-bottom: 15%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .card-wrap-bg {
    min-height: 548px;
    padding-bottom: 98px;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
  }

  .quote-card {
    padding-bottom: 5px;
  }

  .card-cta-heading {
    margin-bottom: 10px;
  }

  .cards-social-bottom {
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
  }

  .social-card-base {
    margin-bottom: 6px;
  }

  .social-card-base.social-card-padding {
    margin-left: 4px;
  }

  .div-block-37 {
    padding-bottom: 5px;
  }

  .paragraph-5 {
    line-height: 21px;
  }

  .paragraph-4 {
    margin-bottom: 89px;
    font-family: Rubik, sans-serif;
  }

  .column-122 {
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .columns {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .text-block-10 {
    margin-top: 10px;
  }

  .columns-2 {
    display: block;
  }

  .slider {
    height: auto;
    display: flex;
  }

  .mask {
    width: 732px;
    height: auto;
  }

  .slide-nav-2 {
    padding-top: 40px;
  }

  .logo-block {
    padding: 15px;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .navbar {
    background-color: #fff0;
  }

  .menu-button-2 {
    color: #6a35ff;
    background-color: #0000;
    margin-left: 20px;
    font-size: 22px;
  }

  .menu-button-2.w--open {
    background-color: #6a35ff;
  }

  .hero-pricing {
    padding-top: 150px;
  }

  .tab-link {
    color: #fff;
    background-color: #ffffff1a;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 18px 40px;
  }

  .tab-link.w--current {
    color: #6a35ff;
    background-color: #fff;
  }

  .pricing-container-mobile {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .price-tab {
    padding-top: 20px;
  }

  .price-grid-mobile {
    grid-column-gap: 0px;
    grid-template-columns: 1.8fr 1fr;
  }

  .pricing-container {
    display: none;
  }

  .cta-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .price-block {
    flex-direction: column;
    width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
    display: flex;
    top: -25px;
  }

  .tab-menu {
    flex-direction: row;
    width: 100%;
    padding-top: 29px;
    padding-bottom: 29px;
    display: flex;
    top: -25px;
  }

  .form-block-2 {
    max-width: 400px;
  }

  .cta-button-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .button-start.first {
    margin-top: 15px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }

  .column-124 {
    display: block;
  }

  .bg-container.bg-top {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .content-section {
    padding: 0 5%;
  }

  .content-section.content-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-text-wrapper.features {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .integration-wrap {
    width: 100%;
  }

  .bg-element {
    max-width: 700px;
    min-height: 650px;
  }

  .bg-element.bg-yellow {
    width: 350px;
    max-width: 350px;
    min-height: 350px;
    max-height: 350px;
  }

  .bg-element.bg-social {
    min-height: 350px;
  }

  .content-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .content-image.analytics {
    width: 108%;
    max-width: 120%;
  }

  .content-image.mail {
    max-width: 85%;
  }

  .dropdown {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar-2 {
    flex-direction: column-reverse;
    max-height: 60px;
    padding-left: 5vh;
    padding-right: 5vh;
    display: flex;
  }

  .menu-button-green {
    color: #603eff;
    border: 0 solid #02676b1a;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 0;
    display: flex;
  }

  .menu-button-green.w--open {
    background-color: var(--white);
    color: var(--white);
    border-color: #02676b;
  }

  .dropdown-toggle-2 {
    flex: 0 auto;
    justify-content: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu-dropdown {
    color: #fff;
    background-color: #fff;
    flex-direction: column;
    flex: none;
    justify-content: center;
    height: 100vh;
    padding-bottom: 15px;
    display: flex;
  }

  .logo-2 {
    width: 175px;
  }

  .brand-3 {
    margin-left: 5px;
    margin-right: 10px;
    padding: 0;
  }

  .line-break {
    display: none;
  }

  .icon-5 {
    color: #000;
    margin-top: 18px;
  }

  .icon-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-div {
    width: 100%;
    min-height: auto;
    padding: 0;
    position: relative;
  }

  .nav-link-3 {
    clear: none;
    background-color: #fff0;
    flex-direction: row-reverse;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .nav-link-3.w--current {
    align-self: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-3 {
    flex: 1;
  }

  .button-3.no-max-width {
    flex: 0 auto;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .platform-ratings {
    display: none;
  }

  .hero-platform {
    padding-top: 140px;
  }

  .dashboard-wrapper {
    margin-top: 0;
    padding: 25px;
  }

  .platform-subscribed {
    margin-bottom: 40px;
  }

  .platform-chat {
    display: none;
  }

  .content-image-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .content-grid-01 {
    grid-row-gap: 0px;
    background-image: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .customer-wrap {
    height: 400px;
  }

  .content-grid-02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-works {
    grid-column-gap: 18px;
  }

  .bg-step {
    max-width: 90%;
  }

  .works-section {
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-large.paragraph-bold {
    font-size: 18px;
  }

  .features-grid {
    grid-column-gap: 22px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-card {
    min-height: 225px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .register-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .login-wrap {
    background-size: cover;
    padding-top: 60px;
  }

  .login-wrap.forgot-password {
    padding-top: 60px;
  }

  .company-grid {
    grid-column-gap: 22px;
  }

  .hero-company {
    padding-top: 122px;
  }

  .title-wrap-left {
    text-align: left;
  }

  .title-wrap-left.remove-padding {
    padding-right: 0;
  }

  .image-25 {
    display: none;
  }

  .grid-2 {
    align-self: auto;
    display: block;
  }

  .heading-30 {
    color: #555;
    margin-bottom: 20px;
    font-family: Rubik, sans-serif;
    font-size: 6vh;
    font-weight: 500;
    line-height: 6vh;
  }

  .image-27, .image-28, .image-29 {
    max-width: 40%;
  }

  .image-30 {
    max-width: 40%;
    margin-left: 10px;
  }

  .image-31, .image-32 {
    max-width: 40%;
    margin-top: 10px;
  }

  .video-2 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-1-column-gap-row-80px {
    grid-row-gap: 56px;
  }

  .brix---grid-image-center-icons-sides {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask-width-390px {
    position: static;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center.second {
    height: auto;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: column-reverse;
    width: 100vw;
    margin-top: 0;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    justify-content: center;
    display: flex;
  }

  .feature-wrap.video {
    width: 100vw;
  }

  .feature-image {
    margin-bottom: 20px;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-slider {
    margin-top: 0;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    line-height: 6vh;
  }

  .form-block {
    width: 100%;
  }

  .bold-text {
    font-size: 17px;
  }

  .bold-text-2 {
    font-size: 40px;
  }

  .image-5 {
    max-width: 80%;
    display: block;
  }

  .image-5._120w {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .content-h2.h22 {
    font-size: 45px;
    line-height: 40px;
  }

  .container-flex.left-align {
    flex-direction: column;
    padding-top: 40px;
  }

  .services-grid {
    flex-direction: column;
    display: flex;
  }

  .column-14 {
    display: flex;
  }

  .news-item-image {
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .card-cta {
    min-height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .quote-card {
    max-width: 500px;
    margin-top: 28px;
  }

  .quote-card-2 {
    align-items: flex-start;
    max-width: 500px;
    margin-top: 28px;
  }

  .social-card-base {
    margin-left: 1px;
  }

  .footer-container {
    flex-wrap: wrap;
  }

  .footer-container.fb-footer {
    flex-direction: column;
  }

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

  .footer-col {
    flex: 0 0 50%;
  }

  .fb-footer-wrapper {
    margin-top: 15px;
  }

  .column-122 {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns {
    flex-direction: column;
  }

  .link-10 {
    border-width: 0;
  }

  .slider {
    flex-direction: column;
    width: 530px;
  }

  .mask {
    width: 530px;
  }

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

  .logo-block {
    min-height: 40px;
    padding: 0;
  }

  .display-heading {
    font-size: 52px;
  }

  .hero-details {
    margin-right: 10px;
  }

  .tab-link {
    margin-bottom: 10px;
  }

  .pricing-cell-lead {
    padding-left: 20px;
  }

  .legal-block {
    text-align: center;
    flex-direction: column;
  }

  .price-block, .tab-menu {
    flex-wrap: wrap;
  }

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

  .pricing-banner {
    padding-left: 20px;
  }

  .cta-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
  }

  .social-links {
    flex-wrap: wrap;
  }

  .bg-container {
    justify-content: center;
  }

  .bg-container.bg-top {
    margin-left: 0;
    margin-right: 0;
  }

  .integration-circle-05 {
    width: 90px;
    height: 90px;
    right: 5%;
  }

  .integration-circle-06._2 {
    width: 100px;
    height: 100px;
  }

  .integration-circle-06.twich {
    width: 100px;
    height: 100px;
    left: 3%;
  }

  .content-text-wrapper.hero-section {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .integration-circle {
    width: 120px;
    height: 120px;
  }

  .integration-wrap {
    height: 580px;
  }

  .bg-element {
    width: 85%;
    min-height: 540px;
  }

  .bg-element.bg-integrations {
    height: auto;
    min-height: 670px;
  }

  .bg-element.bg-yellow {
    height: 350px;
    min-height: 350px;
    max-height: none;
  }

  .integration-circle-04 {
    width: 115px;
    height: 115px;
    left: 30%;
  }

  .integration-circle-03 {
    width: 100px;
    height: 100px;
  }

  .content-image {
    border-radius: 24px;
  }

  .content-image.analytics {
    width: 70%;
    max-width: 90%;
    margin-right: auto;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-self: center;
  }

  .icon-6 {
    margin-right: 5%;
  }

  .nav-link-3 {
    float: none;
    clear: none;
    text-align: center;
    background-color: #fff;
    flex: none;
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-3.no-max-width {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-platform {
    min-height: auto;
  }

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

  .bg-container-analytics {
    justify-content: center;
  }

  .customer-wrap {
    height: 580px;
  }

  .counter-wrap {
    position: relative;
  }

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

  .bg-step {
    max-width: 100%;
    min-height: 540px;
  }

  .bg-step.bg-step-03 {
    width: 100%;
    max-width: 100%;
  }

  .step {
    justify-content: center;
    padding: 45px;
  }

  .content-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .line {
    z-index: -3;
  }

  .features-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .features-grid.examples {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .feature-card {
    width: 100%;
    max-width: 430px;
  }

  .login-wrap {
    background-size: cover;
  }

  .company-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: end start;
  }

  .company-image-01 {
    margin-top: 0;
  }

  .company-image-03 {
    max-width: 180px;
  }

  .company-image-02 {
    margin-top: 0;
  }

  .display-heading-2 {
    font-size: 35px;
  }

  .hero-company {
    padding-top: 94px;
    font-family: Rubik, sans-serif;
  }

  .company-column {
    width: 100%;
  }

  .heading-30 {
    font-size: 8vh;
    line-height: 8vh;
  }

  .column-125 {
    flex-direction: column;
    display: flex;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---square-icon-56px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---grid-image-center-icons-sides {
    grid-template-columns: 1fr;
    max-width: 430px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto 36% -104px auto;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    inset: auto auto -104px 36%;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-template-columns: .9fr;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    justify-content: center;
    align-items: center;
    padding-top: 6vh;
    padding-bottom: 0;
    display: flex;
  }

  .section.center.second {
    height: auto;
    padding-bottom: 5vh;
    display: block;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    border-width: 0;
    width: auto;
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-content.icons.numbers {
    text-align: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .button {
    text-align: center;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-23 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .nav-link.sign-up {
    text-align: center;
  }

  .hero-image {
    width: 80%;
    font-size: 14px;
  }

  .hero-content {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }

  .feature-wrap {
    flex-direction: column-reverse;
    order: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
    position: static;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.icons.numbers {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    display: flex;
  }

  .feature-wrap.video {
    margin-top: 0;
    display: block;
  }

  .feature-wrap.contest {
    margin-bottom: 2vh;
  }

  .feature-image {
    flex-direction: row;
    align-items: center;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .hero-subhead {
    text-align: left;
    margin-bottom: 0;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    flex-direction: column;
    flex: 0 auto;
    width: 100vw;
    min-height: auto;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

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

  .heading-3 {
    text-align: center;
    font-size: 42px;
    line-height: 56px;
  }

  .bold-text-2 {
    text-align: center;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .paragraph-2._15px {
    font-size: 14px;
  }

  .div-60px-top-margin._60-opacity {
    width: 95%;
    margin-top: 30px;
  }

  .content-h2 {
    font-size: 33px;
  }

  .content-h2.h22 {
    font-size: 33px;
    line-height: 39px;
  }

  .container-flex.left-align {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-flex.right-allign {
    margin-top: 60px;
  }

  .services-grid {
    grid-template-columns: .4fr;
    display: block;
  }

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

  .div-block-21 {
    flex-direction: column;
  }

  .image-8 {
    margin-bottom: 5px;
  }

  .div-block-22 {
    width: 100%;
    height: 100%;
  }

  .card-cta {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .card-wrap-bg {
    min-height: 530px;
    padding-top: 80px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .heading-23 {
    line-height: 25px;
  }

  .container {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-33 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-37 {
    padding-bottom: 20px;
  }

  .footer-text {
    margin-bottom: 10px;
  }

  .footer-col {
    flex-basis: 100%;
  }

  .fb-footer-wrapper {
    flex-direction: column;
  }

  .columns {
    display: block;
  }

  .text-block-10 {
    margin-top: 0;
  }

  .link-10 {
    border-width: 0;
  }

  .slider {
    width: auto;
    height: auto;
  }

  .mask {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

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

  .slide-nav-2 {
    margin-top: 0;
    padding-top: 40px;
  }

  .mask-2 {
    margin-bottom: 0;
    position: relative;
  }

  .container-3 {
    max-width: 1200px;
    margin-top: 40px;
  }

  .logo-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .logo-block {
    width: 100%;
    max-width: 260px;
    min-height: 40px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .logo {
    width: auto;
    height: 26px;
  }

  .logo.hp {
    height: 42px;
  }

  .logo.appartments {
    height: 20px;
  }

  .logo.quizlet {
    height: 23px;
  }

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

  .cta-h2 {
    font-size: 28px;
  }

  .pricing-cell-lead {
    padding-left: 10px;
  }

  .button-white {
    width: 100%;
    margin-left: 0;
  }

  .question-title {
    flex: 1;
  }

  .cta-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-h1 {
    font-size: 33px;
    line-height: 33px;
  }

  .footer-column {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .legal-block {
    flex-direction: column;
    justify-content: center;
  }

  .price-block, .tab-menu, .form-3 {
    flex-direction: column;
  }

  .pricing-banner {
    padding-left: 10px;
  }

  .cta-button-wrap {
    flex-direction: column;
  }

  .subscribe-button {
    width: 100%;
    min-width: auto;
  }

  .cta-banner {
    padding-left: 26px;
    padding-right: 26px;
  }

  .button-start {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 9px;
  }

  .button-start.first {
    margin-bottom: 10px;
  }

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

  .bg-container.bg-top {
    padding-top: 0;
  }

  .content-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-section.content-large {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .link-arrow.casestudy1, .link-arrow.casestudy2 {
    justify-content: flex-start;
    align-items: center;
  }

  .integration-circle-05 {
    width: 80px;
    height: 80px;
  }

  .integration-circle-06 {
    width: 50px;
    height: 50px;
    padding: 14px;
    left: 0%;
  }

  .integration-circle-06._2 {
    width: 80px;
    height: 80px;
    top: 4%;
  }

  .integration-circle-06.twich {
    width: 80px;
    height: 80px;
    left: -6%;
  }

  .content-text-wrapper {
    padding: 10px;
  }

  .content-text-wrapper.hero-section {
    width: 100%;
  }

  .arrow-2.whitearrow {
    max-width: 10%;
  }

  .integration-circle {
    width: 100px;
    height: 100px;
  }

  .integration-wrap {
    width: 80%;
    height: 350px;
  }

  .integration-icon {
    max-width: 90%;
  }

  .bg-element.bg-yellow {
    width: 200px;
    max-width: 200px;
    height: 200px;
    min-height: 200px;
  }

  .arrow-text.enteies {
    flex: 0 auto;
    padding-bottom: 20px;
  }

  .integration-circle-04 {
    width: 70px;
    height: 70px;
    padding: 15px;
    left: 25%;
  }

  .integration-circle-03 {
    width: 70px;
    height: 70px;
    padding: 8px;
    right: 0%;
  }

  .content-image-wrapper {
    margin-top: 20px;
    padding: 0;
  }

  .content-image.analytics {
    align-self: center;
    width: 75%;
    max-width: 100%;
  }

  .navbar-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-green.w--open {
    background-color: var(--white);
  }

  .logo-2 {
    width: 100px;
    max-width: 140%;
  }

  .nav-link-3 {
    float: none;
    clear: none;
    text-align: center;
    background-color: #fff;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link-3.w--current {
    display: flex;
  }

  .button-3 {
    color: #fff;
    width: 100%;
    max-width: none;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .dashboard-wrapper {
    padding: 0;
  }

  .platform-subscribed {
    margin-bottom: 28px;
  }

  .content-text-wrapper-2 {
    padding: 10px;
  }

  .content-image-wrapper-2 {
    padding: 0;
  }

  .customer-circle-01 {
    width: 60px;
    height: 60px;
    right: 38%;
  }

  .customer-wrap {
    height: 490px;
  }

  .customer-circle-06, .customer-circle-07 {
    width: 100px;
    height: 100px;
    left: 0%;
  }

  .customer-circle-04 {
    width: 80px;
    height: 80px;
  }

  .content-grid-02 {
    flex-direction: column-reverse;
  }

  .customer-circle-05 {
    width: 80px;
    height: 80px;
    right: 18%;
  }

  .customer-circle-03 {
    right: 29%;
  }

  .customer-circle-02 {
    width: 50px;
    height: 50px;
    padding: 14px;
    left: 0%;
  }

  .grid-works {
    position: relative;
    top: -45px;
  }

  .step {
    padding: 0;
  }

  .works-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .stop-counter {
    position: relative;
  }

  .value-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 1.3;
  }

  .features-grid.examples {
    grid-template-columns: 1fr;
  }

  .feature-card {
    width: auto;
    min-width: 210px;
  }

  .text-field::placeholder {
    font-size: 16px;
  }

  .form-base {
    padding-left: 15px;
    padding-right: 15px;
  }

  .register-wrap {
    padding-right: 5%;
  }

  .checkbox-label {
    display: block;
  }

  .text-field-2::placeholder {
    font-size: 16px;
  }

  .container-5.log-in {
    flex-direction: column;
    justify-content: center;
  }

  .login-wrap {
    background-position: 50% 100%;
    background-size: cover;
    padding: 20px 5%;
  }

  .company-image-03 {
    max-width: 110px;
  }

  .display-heading-2 {
    font-size: 35px;
  }

  .hero-company {
    padding-top: 90px;
    font-family: Rubik, sans-serif;
  }

  .hero-company.examples {
    padding-bottom: 0;
  }

  .image-26 {
    display: none;
  }

  .heading-30 {
    text-align: left;
    margin-bottom: 0;
    font-size: 30px;
  }

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

  .video-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    font-family: Rubik, sans-serif;
    font-size: 14px;
    line-height: 19px;
  }

  .bold-text-8 {
    font-size: 14px;
  }

  .paragraph-8 {
    font-size: 14px;
    line-height: 16px;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---square-icon-56px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-image-center-icons-sides {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 22px;
    line-height: 18px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .brix---btn-slider-arrow-right---testimonial-v12 {
    right: 31%;
  }

  .brix---btn-slider-arrow-left---testimonial-v12 {
    left: 31%;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---card-testimonial-v13 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 100px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---content-inside-card-v14 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 13px;
    display: block;
  }

  .brix---grid-2-columns---gap-48px {
    place-items: start stretch;
  }

  .brix---btn-secondary-3, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-2 {
    padding: 20px 1vw;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }
}

#w-node-_9137d74f-a8ba-78b5-b716-b13f6310251d-75e7dfc9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9137d74f-a8ba-78b5-b716-b13f6310252d-75e7dfc9, #w-node-_9137d74f-a8ba-78b5-b716-b13f63102551-75e7dfc9, #w-node-_8b645345-b968-0ba1-8648-e590b1ee0f1f-75e7dfc9, #w-node-_8b645345-b968-0ba1-8648-e590b1ee0f2b-75e7dfc9, #w-node-_8b645345-b968-0ba1-8648-e590b1ee0f39-75e7dfc9, #w-node-_8b645345-b968-0ba1-8648-e590b1ee0f45-75e7dfc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cf3932-bd11-3f9c-abaf-62d05f954699-75e7dfc9 {
  justify-self: center;
}

#w-node-_17cf3932-bd11-3f9c-abaf-62d05f9546a4-75e7dfc9, #w-node-_7e34f1ab-c629-70d8-d969-7f3df8844aca-675a43d4, #w-node-b3cf6e62-81d3-a633-70da-dec62b74135e-675a43d4, #w-node-_514eb2bb-29f6-4113-b3d6-67803933b66c-675a43d4, #w-node-_46372d3c-be07-294c-dd92-88ad722b4378-675a43d4 {
  align-self: center;
}

#w-node-b980aa9f-eb32-3326-b54a-d7487f0690bc-675a43d4 {
  place-self: auto end;
}

@media screen and (max-width: 991px) {
  #w-node-_6b220cb1-4b9c-7fb0-75b9-53ff4a6c35a2-75e7dfc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e34f1ab-c629-70d8-d969-7f3df8844ac8-675a43d4, #w-node-b3cf6e62-81d3-a633-70da-dec62b74135c-675a43d4, #w-node-_46372d3c-be07-294c-dd92-88ad722b4376-675a43d4 {
    justify-self: center;
  }

  #w-node-d1cb9a11-5cae-6341-69c4-414b4e8b8a90-5e15d591 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b980aa9f-eb32-3326-b54a-d7487f0690b8-675a43d4 {
    order: -9999;
  }

  #w-node-b980aa9f-eb32-3326-b54a-d7487f0690bc-675a43d4 {
    order: -9999;
    justify-self: center;
  }

  #w-node-b980aa9f-eb32-3326-b54a-d7487f0690c1-675a43d4 {
    justify-self: center;
  }

  #w-node-b980aa9f-eb32-3326-b54a-d7487f0690c3-675a43d4, #w-node-b980aa9f-eb32-3326-b54a-d7487f0690d4-675a43d4, #w-node-b980aa9f-eb32-3326-b54a-d7487f0690d8-675a43d4 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_17cf3932-bd11-3f9c-abaf-62d05f954699-75e7dfc9 {
    justify-self: center;
  }
}


