:root {
  --color--background-color: white;
  --fonts--heading-font: Manrope, sans-serif;
  --color--font-color: #000;
  --fonts--paragraph-font: Inter, sans-serif;
  --color--paragraph-color: #1d1d1d;
  --color--blue: #7878ec;
  --color--purple: #9a59f5;
  --color--orange: #f7981d;
  --color--grey-sections: #f1f1f1;
  --color--money-green: #34d594;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  background-color: var(--color--background-color);
  font-family: var(--fonts--heading-font);
  color: var(--color--font-color);
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  font-family: var(--fonts--paragraph-font);
  color: var(--color--paragraph-color);
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

a {
  font-family: var(--fonts--paragraph-font);
  color: var(--color--font-color);
  text-decoration: none;
}

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

li {
  font-family: var(--fonts--paragraph-font);
  color: var(--color--paragraph-color);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

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

blockquote {
  border-right: 2px solid var(--color--blue);
  border-left: 2px solid var(--color--blue);
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: DM Sans;
  font-size: 16px;
}

.white-colors-show-case {
  background-color: #fff;
  border-radius: 300px;
  width: 54px;
  height: 54px;
  box-shadow: 0 0 9px #00000047;
}

.yellow-color-show-case {
  background-color: var(--color--blue);
  border-radius: 300px;
  width: 54px;
  height: 54px;
}

.yellow-color-show-case.blue {
  background-color: var(--color--purple);
}

.yellow-color-show-case.orange {
  background-color: var(--color--orange);
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-background {
  background-color: #d8d8d8;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-background-padding {
  padding: 40px;
}

.container {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.navbar-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 13px;
  align-items: center;
  width: auto;
  max-width: none;
  height: 50px;
  padding: 4px 4px 4px 8px;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  border: 1px solid var(--color--grey-sections);
  font-family: var(--fonts--paragraph-font);
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), background-position .25s, background-color .45s;
}

.button:hover {
  color: #fff;
  background-color: #383838;
  transform: scale(1.04);
}

.button.navbar-button {
  background-color: var(--color--font-color);
  color: var(--color--background-color);
  border-style: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 41px;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.button.navbar-button:hover {
  background-color: #292929;
}

.button.transparent {
  border-color: var(--color--grey-sections);
  color: var(--color--grey-sections);
  background-color: #fff0;
  transition-property: color, background-color;
}

.button.transparent:hover {
  color: #adadad;
}

.button.white {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0f0f0f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 42px;
  font-size: 16px;
  display: flex;
}

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

.button.form-button {
  background-color: var(--color--purple);
  color: #fff;
  border: 1px solid #b27cff;
  border-radius: 8px;
  height: 50px;
  padding: 10px 22px;
  font-size: 14px;
  transition-property: border-color, background-color;
}

.button.form-button:hover {
  background-color: #640d7e;
  border-color: #922ab1;
}

.style-guide-box-holder {
  background-color: #fff;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section.hero-section {
  margin-top: -72px;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #eee;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cols-text {
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-size: 20px;
  line-height: 1.5;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container, .nav-menu-link-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-link-container {
  flex: 1;
  justify-content: center;
  height: 100%;
  display: flex;
}

.brand-image {
  width: 100%;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  display: flex;
}

.nav-links {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  font-family: var(--fonts--paragraph-font);
  color: var(--color--paragraph-color);
  border-bottom: 3px solid #fff0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 9px 12px 8px;
  font-size: 14px;
  transition: background-color .6s;
  display: flex;
}

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

.nav-link.w--current {
  background-color: var(--color--orange);
  color: #fff;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template: ". . Area"
  / auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  font-family: var(--fonts--paragraph-font);
  color: var(--color--font-color);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link {
  color: var(--color--paragraph-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s;
}

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

.footer-divider {
  text-align: center;
  border-top: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  padding-top: 40px;
  display: flex;
}

.footer-copyright-center {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
}

.footer-copyright-holder {
  text-align: center;
}

.black-link {
  color: var(--color--font-color);
  text-decoration: underline;
  transition: color .375s;
}

.black-link:hover {
  color: #a1a1a1;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.black-text {
  color: var(--color--font-color);
}

.featured-logo-wrapper {
  width: 110px;
}

.title-container {
  max-width: 762px;
}

.paragraph-holder {
  max-width: 465px;
}

.early-access-card {
  perspective: 1500px;
  width: 100%;
  min-width: 370px;
  position: relative;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
  display: flex;
}

.early-access-title-holder {
  max-width: 349px;
}

.power-feature-card-container {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-heading {
  font-size: 20px;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.hide {
  display: none;
}

.pricing-tag {
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 100px;
  padding: 9px 16px;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.pricing-footer-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  padding-top: 13px;
  padding-bottom: 13px;
}

.text-field {
  color: var(--color--font-color);
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  transition: border-color .45s, box-shadow .425s;
}

.text-field:hover {
  border-color: #fff;
}

.text-field:focus {
  border-color: var(--color--purple);
  background-color: #f1f1f1;
}

.text-field::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

.submit-button {
  background-color: var(--color--blue);
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 14px 2px 2px;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button:hover {
  background-color: #0f56c3;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #333;
  border: 1px solid #aa5252;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #ff00041f;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-container {
  border-right: 1px solid #ddd;
  min-width: 270px;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #fff;
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  font-family: var(--fonts--paragraph-font);
  color: var(--color--font-color);
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  border-right: 3px solid var(--color--blue);
  opacity: 1;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  filter: invert();
  width: 100%;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  background-color: var(--color--background-color);
  opacity: 1;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
}

.figma-file-container.center {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.figma-file-icon-holder {
  width: 41px;
  min-width: 41px;
  height: 41px;
}

.figla-file-icon {
  filter: invert();
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.figma-header {
  font-size: 24px;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  border-radius: 20px;
  width: 100%;
}

.sticky {
  position: sticky;
  top: 85px;
}

.link {
  color: var(--color--font-color);
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

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

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand {
  width: 36px;
  padding-bottom: 0;
}

.reviews-logos-holder {
  align-items: center;
  padding-bottom: 8em;
  display: flex;
  overflow: hidden;
}

.deploying-app-title-holder {
  max-width: 440px;
  margin-bottom: 20px;
}

.deploying-app-link-holder {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.deploying-app-images-holder {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.deploying-app-paragraph-holder {
  max-width: 530px;
}

.gradient-line {
  opacity: .5;
  background-image: linear-gradient(to right, #ebebeb00, #ebebeb 17% 81%, #ebebeb00);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.tab-link {
  background-color: #19191b;
  border: 1px solid #2f2f2f;
  border-radius: 16px;
  height: 100%;
  padding: 23px;
  transition: border-color .425s;
}

.tab-link:hover {
  border-color: #8a8a8a;
}

.tab-link.w--current {
  background-color: #1b1c1d;
  border-color: #fff;
}

.footer-signup-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 320px;
  display: flex;
}

.footer-title {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.success-message {
  color: var(--color--background-color);
  background-color: #191919;
  border: 1px solid #5d5d5d;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
}

.form-block {
  margin-bottom: 0;
}

.social-media-holder {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.social-media-container {
  width: 24px;
}

.social-media-image {
  filter: invert();
  width: 100%;
}

.footer-container {
  z-index: 2;
  background-color: var(--color--background-color);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}

.footer-brand-holder {
  width: 64px;
}

.footer-brand {
  width: 100%;
}

.hero-center-text-holder {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gradient-text {
  background-image: linear-gradient(172deg, var(--color--orange) 71%, white);
  font-family: var(--fonts--heading-font);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
}

.hero-paragraph-holder {
  max-width: 510px;
}

.hero-phone-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section-phone-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-section-phone-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.hero-section-phone-screenshot-holder {
  padding: 5%;
  position: absolute;
  inset: 0%;
}

.hero-section-phone-screenshot-image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.home-hero-holder {
  padding-top: 80px;
  overflow: hidden;
}

.blured-bg {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--color--blue), var(--color--purple) 32%, var(--color--orange) 44%);
  opacity: .37;
  filter: blur(60px);
  border-radius: 0;
  width: 600px;
  height: 800px;
  position: absolute;
  top: -1%;
  left: 7px;
}

.blured-bg.pricing {
  opacity: .76;
  width: 100%;
  height: 430px;
  top: 11%;
}

.reviews-logos-container {
  grid-column-gap: 90px;
  flex-direction: row;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.title-holder {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.reviews-logos {
  min-width: 130px;
}

.reviews-logos-wrapper {
  position: relative;
}

.reviews-logo-image {
  filter: invert(51%);
  width: 100%;
}

.fetaures-paragraph-holder {
  max-width: 642px;
}

.data-collection {
  padding-top: 65px;
  padding-bottom: 65px;
}

.data-collection-tab-holder {
  padding-top: 58px;
  padding-bottom: 58px;
}

.tab-link-tab-2 {
  border: 1px solid var(--color--purple);
  background-color: var(--color--background-color);
  color: var(--color--font-color);
  border-radius: 8px;
  margin-right: 12px;
  padding: 14px 36px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color .275s, border-color .2s, background-color .35s;
}

.tab-link-tab-2.w--current {
  border: 1px solid var(--color--blue);
  background-color: var(--color--blue);
  color: var(--color--background-color);
  border-radius: 8px;
}

.style-heading-04 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
}

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

.collaborate-grid-holder {
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.collaborate-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.collaborate-grid._02 {
  grid-template-columns: .75fr 1fr;
}

.collaborate-content-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.tag {
  font-family: var(--fonts--paragraph-font);
  color: #5757cc;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.collaborate-button-holder {
  margin-top: 31px;
}

.collaborante-image-holder {
  perspective: 1500px;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.collaborante-image-holder._02 {
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.collaborate-image {
  background-color: #fff;
  border-radius: 14px;
  width: 100%;
}

.pricing-header-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 120px;
  display: flex;
}

.pricing-tab-menu {
  justify-content: flex-end;
  display: flex;
  top: -105px;
}

.pricing-table-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-table {
  z-index: 1;
  background-color: var(--color--background-color);
  border-radius: 11px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: relative;
}

.pricing-table.middle {
  border-radius: 9px;
  margin: 3px;
}

.pricing-table._01 {
  border: 1px solid #b4b4b4;
}

.pricing-table._02 {
  border: 1px solid #afafaf;
}

.pricing-tags {
  color: #34d594;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 4px 6px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.pricing-tags.blue {
  color: var(--color--purple);
}

.pricing-tags.orange {
  color: var(--color--orange);
}

.pricing-price {
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.pricing-line {
  background-color: #0003;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.pricing-check {
  width: 14px;
  min-width: 14px;
}

.pricing-check-icon {
  width: 100%;
}

.pricing-text {
  font-family: var(--fonts--paragraph-font);
  color: var(--color--font-color);
  font-size: 18px;
}

.list-item {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.pricing-button-holder {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.pricing-gradient {
  background-image: linear-gradient(135deg, var(--color--blue), var(--color--purple) 50%, var(--color--orange));
  border-radius: 11px;
  position: absolute;
  inset: 0%;
}

.pricing-block {
  position: relative;
}

.pricing-tabs {
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  display: flex;
  position: relative;
}

.pricing-tab {
  z-index: 3;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.pricing-content {
  width: 100%;
}

.hero-card {
  perspective: 1500px;
}

.hero-section-app-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 820px;
  display: flex;
  position: relative;
  left: 105px;
}

.shadow {
  z-index: 1;
  opacity: 1;
  filter: blur(42px);
  background-color: #fafafa;
  width: 150%;
  height: 70%;
  position: absolute;
  inset: 4% 0% auto -40%;
}

.hero-section-phone-holder-2 {
  z-index: 3;
  width: 100%;
  position: relative;
}

.hero-section-phone-screenshot-holder-2 {
  padding: 2.5% 42.5% 49% 13%;
  position: absolute;
  inset: 0%;
}

.hero-section-phone-screenshot-image-2 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(166deg, #fff0 48%, #fff 75%);
  height: 230px;
  position: absolute;
  inset: auto 0% 0;
}

.sticky-content-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.sticky-content-holder {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-direction: column;
  max-width: 490px;
  display: flex;
  position: relative;
}

.sticky-phone {
  width: 100%;
  position: sticky;
  top: 11%;
}

.sticky-phone-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.sticky-title {
  font-size: 36px;
  font-weight: 700;
}

.sticky-phone-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .45fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.small-icon {
  border-radius: 8px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
}

.sticky-phone-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-phone-holder {
  z-index: 1;
  width: 500px;
  position: relative;
}

.cta-form-holder-2 {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-section-phone {
  z-index: 1;
  width: 100%;
  position: relative;
  top: 64px;
}

.hero-section-phone-screenshot-holder-3 {
  padding: 2.5% 41% 34% 13%;
  position: absolute;
  inset: 0%;
}

.thank-you-message {
  color: #7d7d7d;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.thank-you-message::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

.form-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta-heading-holder {
  z-index: 2;
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 70%;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-heading {
  font-size: 32px;
  font-weight: 500;
}

.cta-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-shadows {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--color--background-color);
  border: 1px solid #c8c8c8;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  overflow: hidden;
}

.black-text-2 {
  color: #000;
  font-weight: 600;
}

.form-holder {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.submit-button-2 {
  color: #fff;
  background-color: #fdfdfe;
  background-image: url('../images/Arrow-Button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  padding: 12px 0 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

.submit-button-2:hover {
  background-color: #18181d;
}

.cta-paragraph-holder {
  flex-direction: column;
  align-items: center;
  max-width: 470px;
  display: flex;
}

.form-block-2 {
  width: 370px;
  margin-bottom: 0;
}

.error-message-2 {
  color: #7d7d7d;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #aa5252;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.error-message-2::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

.hero-section-phone-screenshot-image-3 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.hero-title {
  font-family: var(--fonts--heading-font);
}

.small-width {
  max-width: 420px;
}

.paragraph {
  color: var(--color--paragraph-color);
  font-size: 30px;
}

.black-link-2 {
  color: #000;
  text-decoration: underline;
  transition: color .375s;
}

.black-link-2:hover {
  color: #a1a1a1;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  padding: 12px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), background-position .25s, background-color .45s;
}

.button-2:hover {
  color: #fff;
  background-color: #383838;
  transform: scale(1.04);
}

.button-2.form-button {
  background-color: var(--color--orange);
  color: #fff;
  border: 1px solid #f7981d;
  border-radius: 8px;
  height: 50px;
  padding: 10px 22px;
  font-size: 14px;
  transition-property: border-color, background-color;
}

.button-2.form-button:hover {
  background-color: #640d7e;
  border-color: #922ab1;
}

.text-field-2 {
  color: #000;
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  transition: border-color .45s, box-shadow .425s;
}

.text-field-2:hover {
  border-color: #fff;
}

.text-field-2:focus {
  background-color: #f1f1f1;
  border-color: #9a59f5;
}

.text-field-2::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

.footer-divider-2 {
  border-top: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  padding-top: 40px;
  display: flex;
}

.title-small-2 {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link-2 {
  color: #1d1d1d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s;
}

.footer-link-2:hover {
  color: #7878ec;
}

.success-message-2 {
  color: #fff;
  background-color: #191919;
  border: 1px solid #5d5d5d;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
}

.footer-container-2 {
  z-index: 2;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-copyright-center-2 {
  text-transform: uppercase;
  font-size: 15px;
}

.container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.form-3 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.error-message-3 {
  color: #fff;
  text-align: center;
  background-color: #333;
  border: 1px solid #aa5252;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #ff00041f;
}

.error-message-3::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

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

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

.div-block-2 {
  text-align: center;
}

.text-block-3 {
  text-align: center;
  font-size: 20px;
}

.link-2 {
  text-align: center;
}

.text-span {
  font-weight: 300;
}

.footer-link-3 {
  color: #1d1d1d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s;
}

.footer-link-3:hover {
  color: #7878ec;
}

.footer-title-2 {
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .pricing-content {
    width: 100%;
  }

  .sticky-content-holder {
    max-width: 560px;
  }

  .sticky-phone {
    top: 13%;
  }

  .sticky-title {
    font-size: 42px;
  }

  .sticky-phone-container {
    position: relative;
    left: -100px;
  }

  .container-2 {
    max-width: 1340px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

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

  .navbar-container {
    grid-column-gap: 80px;
  }

  .nav-menu-link-holder {
    grid-row-gap: 20px;
    background-color: #fff;
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link-container {
    height: auto;
  }

  .nav-menu {
    height: auto;
    padding-left: 0;
  }

  .nav-links {
    grid-row-gap: 20px;
    flex-direction: column;
    height: auto;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-divider {
    margin-top: 60px;
    padding-top: 20px;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    border-radius: 8px;
    padding: 10px;
    transition: background-color .4s;
  }

  .menu-button.w--open {
    background-color: var(--color--blue);
    border-radius: 8px;
    padding: 10px;
  }

  .footer-container {
    border-radius: 20px;
  }

  .hero-phone-holder {
    padding-bottom: 120px;
  }

  .hero-section-phone-screenshot-image {
    border-radius: 20px;
  }

  .title-holder {
    padding-top: 30px;
  }

  .data-collection {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style-heading-04 {
    font-size: 28px;
  }

  .collaborate-grid {
    grid-column-gap: 30px;
  }

  .collaborante-image-holder {
    border-radius: 8px;
    padding: 0;
  }

  .pricing-tab-menu {
    padding-bottom: 24px;
    top: auto;
  }

  .pricing-table-grid {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .hero-section-app-container {
    width: 80%;
  }

  .hero-section-phone-holder-2 {
    width: 100%;
  }

  .hero-section-phone-screenshot-image-2 {
    border-radius: 20px;
  }

  .sticky-title {
    font-size: 30px;
  }

  .cta-form-holder-2 {
    justify-content: center;
    align-items: stretch;
  }

  .cta-section-phone {
    width: 100%;
    left: 70px;
  }

  .cta-container {
    flex-flow: column;
    width: 100%;
  }

  .card-shadows {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .hero-section-phone-screenshot-image-3 {
    border-radius: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
    padding-top: 20px;
  }

  .footer-container-2 {
    border-radius: 20px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .border-box {
    padding: 2px;
  }

  .section.overflow-hidden {
    overflow: hidden;
  }

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

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .footer-link {
    text-align: left;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .tab-link {
    justify-content: center;
    display: flex;
  }

  .reviews-logos-container {
    grid-column-gap: 30px;
  }

  .reviews-logos {
    min-width: 100px;
  }

  .collaborate-grid {
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
  }

  .collaborate-grid._02 {
    flex-direction: column-reverse;
  }

  .hero-section-app-container {
    width: 100%;
    margin-top: 22px;
    left: 74px;
  }

  .sticky-title {
    font-size: 24px;
    font-weight: 500;
  }

  .sticky-phone-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: .75fr .7fr;
  }

  .small-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .cta-container {
    flex-direction: column;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-link-2 {
    text-align: left;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-content-2 {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-link-3 {
    text-align: left;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
    line-height: 1.4;
  }

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

  .black-background-padding {
    padding: 7px;
  }

  .container {
    padding-left: .6em;
    padding-right: .6em;
  }

  .container.navbar-container {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .section.hero-section {
    margin-top: 0;
  }

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

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

  .navbar {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

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

  .early-access-card {
    min-width: 0;
  }

  .power-feature-card-container {
    border-radius: 20px;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  ._404 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-signup-holder {
    width: 100%;
  }

  .form {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-center-text-holder {
    grid-row-gap: 10px;
  }

  .hero-phone-holder {
    padding-bottom: 0;
  }

  .hero-section-phone-holder {
    z-index: 5;
    width: 100%;
  }

  .home-hero-holder {
    padding-top: 0;
  }

  .blured-bg {
    opacity: .33;
    filter: blur(20px);
    width: 260px;
    height: 400px;
    left: 3%;
  }

  .title-holder {
    padding-top: 15px;
  }

  .data-collection {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-link-tab-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    display: flex;
  }

  .collaborate-grid-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .collaborate-grid {
    grid-row-gap: 30px;
  }

  .collaborate-content-holder {
    grid-row-gap: 12px;
  }

  .collaborate-button-holder {
    flex-flow: column;
    margin-top: 9px;
    display: flex;
  }

  .pricing-header-holder {
    grid-row-gap: 20px;
    padding-top: 30px;
  }

  .pricing-table-grid {
    grid-row-gap: 12px;
  }

  .pricing-table._01 {
    border: 1px solid #afafaf;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .pricing-line {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .list-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .pricing-button-holder {
    margin-top: 12px;
  }

  .pricing-tabs {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .pricing-tab {
    align-items: flex-start;
  }

  .hero-section-app-container {
    width: 120%;
    margin-top: -4px;
    left: 20%;
  }

  .hero-section-phone-holder-2 {
    left: auto;
  }

  .sticky-content-container {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sticky-content-holder {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sticky-phone {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sticky-phone-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .sticky-title {
    font-family: var(--fonts--paragraph-font);
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
  }

  .sticky-phone-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    display: flex;
  }

  .sticky-phone-container {
    justify-content: flex-start;
  }

  .cta-phone-holder {
    width: 100%;
  }

  .cta-form-holder-2 {
    align-items: stretch;
    padding: 11px;
  }

  .cta-section-phone {
    top: 33px;
    left: 30px;
  }

  .cta-heading-holder {
    grid-row-gap: 0px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    padding: 5px;
  }

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

  .cta-container {
    padding-left: 0;
    padding-right: 0;
  }

  .form-holder {
    text-align: center;
  }

  .form-block-2 {
    width: 100%;
    margin-top: 12px;
  }

  .hero-title {
    margin-top: 0;
    font-size: 46px;
  }

  .footer-divider-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .container-2 {
    padding-left: .6em;
    padding-right: .6em;
  }

  .form-3 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }
}

#w-node-_829530d7-5611-fb8e-1e6c-48098ea7d74d-f26ef07e, #w-node-_570a3245-e2cd-675f-7038-312461ada22b-f26ef07e, #w-node-_7be3dff8-544d-78b5-37c9-2e7c6505d64b-f26ef07e, #w-node-_7be3dff8-544d-78b5-37c9-2e7c6505d641-f26ef07e, #w-node-_1915a1ec-193b-ef7b-c2e2-aee44605b5e3-f26ef07e, #w-node-_1915a1ec-193b-ef7b-c2e2-aee44605b5fc-f26ef07e, #w-node-_7f609abf-f662-6d39-d6c4-9fcfee3aeabe-468af7d9, #w-node-_7f609abf-f662-6d39-d6c4-9fcfee3aeac9-468af7d9, #w-node-_7f609abf-f662-6d39-d6c4-9fcfee3aead4-468af7d9, #w-node-_1a28ebeb-9162-d3cb-8468-7300a05229ba-f26ef0d4, #w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-f26ef0d5, #w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-f26ef0d6, #w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c2-f26ef0d7, #w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-f26ef0d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-f26ef0d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-f26ef0d7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-f26ef0d7, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-f26ef0d7 {
    grid-column: span 2 / span 2;
  }
}


