@font-face {
  font-family: Overused Grotesk;
  src: url('../fonts/OverusedGrotesk-VF.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-text-color: #3e4049;
  --title-text-color: #3e4049;
  --gradient-02: #793fdf;
  --gradient-01: #7091f5;
  --feature-image-bg: #f8f9fb;
  --iconstrokecolor: #793fdf;
  --cms-font-size: 16px;
  --size: 0px;
}

.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 {
  color: var(--body-text-color);
  background-color: #fff;
  flex-direction: column;
  font-family: Overused Grotesk, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  display: flex;
}

h1 {
  color: var(--title-text-color);
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

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

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

p {
  color: var(--body-text-color);
  margin-bottom: 10px;
  font-family: Overused Grotesk, sans-serif;
  font-weight: 400;
}

a {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  text-decoration: none;
}

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

li {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Overused Grotesk, sans-serif;
  font-weight: 400;
}

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

strong {
  color: var(--title-text-color);
  font-weight: 700;
}

blockquote {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--gradient-02);
  text-transform: none;
  border-radius: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

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

.white-colors-show-case.black {
  box-shadow: none;
  background-color: #7d7d7d;
}

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

.yellow-color-show-case._02 {
  background-color: var(--gradient-01);
}

.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: #e4e4e4;
}

.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 {
  z-index: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  position: relative;
}

.container.navbar-container {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.container.no-paddings {
  margin-top: 20px;
  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 {
  background-image: linear-gradient(to right, var(--gradient-01), var(--gradient-02));
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 500;
  transition: transform .525s cubic-bezier(.175, .885, .32, 1.275), background-color .45s;
  box-shadow: 0 3px 14px #0000002b;
}

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

.button.stroke {
  box-shadow: none;
  color: #000;
  background-color: #fff0;
  background-image: none;
  border: 1px solid #000;
  font-weight: 600;
  transition: transform .525s cubic-bezier(.175, .885, .32, 1.275), background-color .45s;
  display: none;
}

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

.button.create-account-button {
  width: 400px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.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 {
  position: relative;
}

.section.grey-section {
  background-color: #f7f7f8;
  display: block;
}

.section.footer-container {
  margin-top: auto;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #e2e2e2;
  border: 2px solid #ebebeb;
  border-radius: 12px;
  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: 18px;
  line-height: 1.5;
}

.navbar {
  z-index: 20;
  background-color: #fff;
  background-image: linear-gradient(90deg, #fffd8c, #97fff4 37%, var(--gradient-01) 75%, var(--gradient-02));
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 0%;
}

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

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

.nav-menu-link-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.nav-menu-button-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-image {
  width: 100%;
}

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

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

.nav-link {
  color: #000;
  border-bottom: 3px solid #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-weight: 500;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  color: var(--gradient-02);
  border-bottom-color: #fff;
  font-weight: 600;
  display: block;
}

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

.footer-brand {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.footer-brand.w--current {
  flex-direction: row;
  align-items: center;
}

.footer-links {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link {
  color: #7c8995;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

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

.footer-link.w--current {
  display: block;
}

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

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

.footer-paragraph-holder {
  max-width: 400px;
  display: block;
}

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

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

.title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

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

.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-family: IBM Plex Sans Hebrew;
  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;
  width: 100%;
  padding-top: 24px;
  display: flex;
  position: relative;
}

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

.text-field {
  color: var(--gradient-02);
  background-color: #fbfbfb;
  border: 1px solid #ececec;
  border-radius: 62px;
  width: 100%;
  height: 54px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 129px;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 14px 52px #001a3321;
}

.text-field:hover {
  border-color: #1b8fff;
  box-shadow: 0 14px 52px #001a3357;
}

.text-field:focus {
  border-color: #448eff;
  box-shadow: 0 3px 52px #001a3357;
}

.text-field::placeholder {
  color: #afafaf;
  font-size: 15px;
  font-weight: 400;
}

.submit-button {
  background-color: var(--gradient-02);
  text-align: center;
  border-radius: 30px;
  height: 38px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .375s;
  position: absolute;
  right: 5px;
}

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

.error-message {
  color: #ff1717;
  text-align: center;
  background-color: #fff;
  border: 1px solid #aa5252;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 15px 21px;
  font-size: 16px;
  font-weight: 500;
  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 #d3d3d3;
  min-width: 280px;
  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: #000;
}

.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;
  color: #000;
  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(--gradient-02);
  opacity: 1;
}

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

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

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

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #fafafa;
  border: 1px solid #ececec;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 14px 71px #23232317;
}

.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: 10px;
  width: 100%;
}

.content {
  grid-row-gap: 8px;
  perspective: 1500px;
  flex-direction: column;
  display: flex;
}

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

.link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  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: 170px;
}

.headings-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.title-paragraph-holder {
  text-align: left;
  max-width: 420px;
}

.app-feature-holder {
  width: 100%;
}

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

.hero-section-heading-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 60%;
  display: flex;
  position: relative;
}

.hero-section-heading-holder.left {
  align-items: flex-start;
}

.hero-section-heading-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.hero-paragraph-holder {
  text-align: center;
  max-width: 630px;
  margin-top: 10px;
  margin-bottom: 0;
}

.hero-buttons-holder {
  grid-column-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 10px;
  display: flex;
}

.hero-section-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-app-holder {
  perspective: 1596px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: relative;
  transform: none;
}

.hero-app-container {
  z-index: 2;
  background-color: #fafafa;
  border: 1px solid #1d1d2014;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 7px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px #0000001a, 0 10px 15px #0000001a;
}

.hero-app-container.simple {
  box-shadow: none;
}

.hero-app {
  border-radius: 22px;
  width: 100%;
  height: 100%;
  margin-top: -1px;
}

.hero-app.features-page {
  width: 80%;
}

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

.center-text.top-margin {
  margin-top: 20px;
  margin-bottom: 40px;
}

.center-paragraph-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.super-feature-icon-holder {
  background-image: linear-gradient(#fb5086, #fc8f3f);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 107px;
  margin-top: -60px;
  display: flex;
}

.experience-cards {
  flex-direction: column;
  display: flex;
}

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

.early-access-tag-holder-2 {
  grid-column-gap: 10px;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.icon-bullet-points-container {
  grid-column-gap: 14px;
  display: flex;
}

.blog-grid-wrapper {
  padding-top: 58px;
}

.blog-grid-wrapper.no-padding {
  padding-top: 0;
}

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

.blog-grid.list {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.blog-item {
  transition: transform .45s;
}

.blog-item:hover {
  transform: translate(0, -8px);
}

.blog-thumbnail-holder {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-thumbnail {
  width: 100%;
}

.blog-title {
  color: #000;
  margin-bottom: 12px;
  font-family: Overused Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.cta-holder {
  background-color: #fff;
  border: 1px solid #1d1d2014;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 4px 6px #0000001a, 0 10px 15px #0000001a;
}

.cta-container {
  text-align: center;
  border-radius: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 660px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-heading {
  z-index: 5;
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 700px;
  padding-top: 40px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.cta-images-holder {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.cta-images-container {
  width: 100%;
  max-width: 900px;
}

.form-holder {
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: relative;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.cta-text-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 70px;
  width: 400px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 100px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .45s;
  box-shadow: 0 5px 20px #0000001f;
}

.cta-text-field:focus {
  border-color: var(--gradient-02);
}

.cta-text-field::placeholder {
  color: #00000070;
}

.hero-text-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.hero-text-wrapper.left {
  text-align: left;
  justify-content: flex-start;
}

.hero-text-holder {
  perspective: 1500px;
}

.success-message {
  border: 2px solid var(--gradient-02);
  color: var(--gradient-02);
  background-color: #fff;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 600;
}

.form-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-text {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.share-social-media-icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .6;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .3s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.share-social-media-icon-holder:hover {
  opacity: 1;
  transform: scale(1.2);
}

.share-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 24px;
}

.blog-name-details {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-date {
  color: #7d7d7d;
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

.blog-details-holder {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-details-main-image {
  width: 100%;
}

.share-blog-icons {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-details---title {
  max-width: 570px;
  font-size: 42px;
  font-weight: 600;
}

.blog-details-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.blog-details-main-image-holder {
  border-radius: 14px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.white-background {
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 10px 0% 0%;
  box-shadow: 0 8px 20px #3f3f3f0f;
}

.purple-text {
  color: var(--gradient-02);
  font-weight: 500;
}

.purple-text.no-margin {
  margin-bottom: 0;
}

.hero-background-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.hero-background-holder._02 {
  width: 90%;
  top: 68%;
}

.hero-lines {
  width: 100%;
  min-width: 120%;
  position: relative;
  top: -40px;
}

.hero-bg {
  opacity: .62;
  width: 100%;
  min-width: 110%;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.hero-bg._02 {
  margin-top: -276px;
}

.reviews-holder {
  border-bottom: 1px solid #eaeaea;
  padding-top: 60px;
  padding-bottom: 60px;
}

.reviews-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.reviews {
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.review-logo {
  height: 24px;
}

.review-stars-holder {
  grid-column-gap: 6px;
  display: flex;
}

.star-image {
  width: 21px;
}

.review-date {
  color: #606663;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 15px;
}

.short-paragraph {
  max-width: 600px;
}

.padding-section {
  padding-top: 40px;
  padding-bottom: 10px;
  overflow: hidden;
}

.card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.grey-card {
  background-color: #f7f7f8;
  border: 1px solid #1d1d2014;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.grey-card-image {
  text-align: center;
}

.grey-card-image.availability-slot-adjustments {
  border-radius: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grey-card-content {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 10px 31px;
  display: flex;
}

.grey-card-content._02 {
  padding: 10px 20px;
}

.grey-card-title {
  font-size: 24px;
  font-weight: 600;
}

.features-grid-holder {
  grid-row-gap: 130px;
  flex-direction: column;
  display: flex;
}

.features-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
}

.feature-grid-content {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.feature-grid-content.left {
  align-items: flex-start;
}

.fast-feature-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.fast-feature {
  grid-column-gap: 16px;
  display: flex;
}

.fast-feature-image-holder {
  background-color: var(--feature-image-bg);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 10px;
  display: flex;
}

.fast-feature-image {
  color: var(--iconstrokecolor);
  width: 100%;
  max-width: none;
  height: auto;
}

.fast-feature-image.small-screen {
  display: none;
}

.fast-feature-content {
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.fast-feature-title {
  font-size: 20px;
  font-weight: 600;
}

.feature-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-image-background {
  object-fit: cover;
  background-color: #dadada;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.feature-image-wrapper {
  z-index: 1;
  background-color: #f7f7f8;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.feature-image-wrapper.hero-app-container {
  border-style: solid;
}

.feature-image-app {
  backface-visibility: visible;
  perspective-origin: 50%;
  width: 100%;
  padding: 26px;
  transform: none;
}

.feature-image-app.teste {
  opacity: 1;
  perspective: none;
  transform-origin: 50%;
  transform: none;
}

.feature-image-app.custom {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #e2e2e2;
  background-clip: border-box;
  border-radius: 12px;
  outline: 3px #000;
  padding: 0;
}

.caption {
  color: #793fdf;
  text-transform: uppercase;
  font-weight: 500;
}

.half-grey-background {
  background-color: #f7f7f8;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.feature-hero-section {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.feature-hero-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-hero-app-holder {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 57vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tab-section {
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.tab-pane {
  background-color: #f7f7f8;
  border: 1px solid #1d1d2014;
  border-radius: 8px;
  width: 100%;
  padding: 49px;
}

.slide-image {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  width: 100%;
}

.slide-image.desktop {
  box-shadow: none;
  border-style: solid;
  border-color: #000;
}

.tab-link-tab-2 {
  background-color: #fff;
  border: 1px solid #1d1d2000;
  border-radius: 8px;
  min-width: 240px;
  padding: 25px;
  transition: box-shadow .5s;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  box-shadow: 0 4px 6px #00000005, 0 10px 15px #0000001a;
}

.tab-content {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-icon {
  height: 25px;
  margin-bottom: 6px;
}

.tab-title {
  color: #000;
  font-family: Overused Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.no-margin {
  margin-bottom: 0;
}

.tabs-menu {
  grid-column-gap: 30px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.fast-feature-grid-4x {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.list-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.list-icon-holder {
  background-color: #793fdf1a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  display: flex;
}

.list-icon {
  width: 14px;
}

.list-text {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 500;
}

.testimonal-slide {
  width: 100%;
  height: auto;
  margin-right: 30px;
}

.testimonal-slider {
  background-color: #ddd0;
  height: auto;
  padding-top: 30px;
  padding-bottom: 80px;
}

.testimonal-slider-mask {
  width: 420px;
  height: auto;
  overflow: visible;
}

.testimonal {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 100%;
  padding: 40px;
  position: relative;
}

.testimonal-title {
  color: #6a787a;
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.testimonial-title {
  color: #002d33;
  margin-top: 15px;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 600;
}

.testimonal-paragraph {
  color: #002d33;
  font-size: 16px;
}

.testimonal-date {
  color: #6a787a;
  font-size: 14px;
}

.testimonial-info-holder {
  grid-column-gap: 12px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-holder {
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  overflow: hidden;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonal-content {
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.name-text {
  color: #002d33;
  font-size: 18px;
  font-weight: 500;
}

.job-position {
  color: #6a787a;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 15px;
}

.dropshadow {
  opacity: 0;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 6px #00000024, 0 10px 15px #00000014;
}

.left-arrow {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  inset: auto auto 0% 0%;
}

.left-arrow._02 {
  left: 62px;
}

.arrow-holder {
  border: 1px solid #e6e6e6;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: border-color .35s, background-color .45s;
  display: flex;
}

.arrow-holder:hover {
  background-color: #eee;
  border-color: #636363;
}

.arrow-icon {
  width: 12px;
  margin-left: -3px;
}

.arrow-icon._02 {
  margin-left: 0;
  margin-right: -3px;
}

.blog-grid-holder {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-wraper {
  position: sticky;
  top: 120px;
}

.read-more {
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  position: static;
}

.text-block {
  color: #000;
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 20px;
  font-weight: 600;
}

.secondary-text {
  color: #7a7a7a;
}

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

.copyright-footer {
  text-align: center;
  margin-top: 20px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
}

.list-green-check {
  background-image: url('../images/material-symbols-green-check-box.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-attachment: scroll;
  padding-left: 35px;
  font-size: 15px;
  list-style-type: none;
}

.list-2 {
  list-style-type: none;
}

.features-list {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
}

.container-2 {
  margin-bottom: 20px;
}

.columns {
  text-align: left;
  object-fit: fill;
  background-color: #0000;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

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

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

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

.feature-pane {
  background-color: #f7f7f8;
  border: 1px solid #1d1d2014;
  border-radius: 8px;
  width: 90%;
  padding: 20px;
}

.section-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.section-2.mt-40 {
  margin-top: 40px;
}

.div-block-6 {
  text-align: center;
  margin-top: 20px;
}

.slider {
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  height: auto;
}

.mask {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  overflow: hidden;
}

.slide-arrow {
  background-color: #304d674a;
}

.slide {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
}

.link-2 {
  color: #4c0000;
  -webkit-text-stroke-color: #ba3c3c;
  background-color: #885656;
}

.div-block-7 {
  background-color: #ffffff52;
  display: block;
  position: absolute;
  inset: 0%;
}

.expand-icon {
  width: 30px;
  height: 30px;
  margin: 10px;
  position: absolute;
  inset: auto auto 0% 0;
}

.html-embed {
  color: #959595;
  -webkit-text-stroke-color: transparent;
}

.div-block-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-link {
  position: relative;
}

.fast-feature-image-small {
  color: var(--iconstrokecolor);
  width: 100%;
  max-width: none;
  height: auto;
}

.fast-feature-image-holder-small {
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 28px;
  height: auto;
  display: flex;
}

.lightbox-link-2, .lightbox-link-3 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading, .heading-2 {
  text-align: center;
}

.link-3 {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fast-feature-title-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fast-feature-large {
  grid-column-gap: 16px;
  display: flex;
}

.fast-feature-image-large {
  color: var(--iconstrokecolor);
  min-width: 300px;
  max-width: 350px;
  height: auto;
}

.fast-feature-image-large.small-screen {
  display: none;
}

.text-block-4 {
  color: var(--gradient-02);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.text-block-5 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #717171;
  text-align: center;
  font-size: 18px;
}

.text-block-7 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.text-block-8 {
  text-align: center;
  font-size: 18px;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  object-fit: fill;
  background-color: #edf0ff;
  border: 1px solid #cdd5ff;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 1px 3px -1px #0003;
}

.pricing-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-9 {
  color: #7f7f7f;
}

.text-block-10 {
  color: var(--title-text-color);
  font-size: 26px;
  font-weight: 500;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.faq-question-box {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

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

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

._90 {
  vertical-align: baseline;
  justify-content: center;
  width: 90%;
  display: block;
}

.div-block-15 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.big-feature-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.big-feature-container.reverse {
  flex-flow: row-reverse;
}

.big-feature-container.mt-20 {
  width: 100%;
  margin-top: 20px;
  display: block;
}

.big-feature-image-container {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.around-shadow {
  box-shadow: 0 0 6px 2px #0003;
}

.around-shadow.max-70, .around-shadow.img1 {
  max-width: 70%;
}

.around-shadow.big-feature-img {
  max-width: 800px;
}

.around-shadow.big-feature-img.big-feature-branding-small, .around-shadow.big-feature-img.big-feature-img-booking-smaller {
  max-width: 650px;
}

.big-feature-mobile-image {
  aspect-ratio: auto;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.big-feature-text-container {
  width: 100%;
}

.big-feature-title-container {
  text-align: left;
  justify-content: center;
  width: 100%;
  display: flex;
}

.big-feature-title-contents {
  max-width: 900px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.accordion-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

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

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #f6f5f4;
  border-radius: 12px;
  padding: 24px 20px 14px;
}

.bold-text {
  font-size: 20px;
}

.cms-text-block {
  font-size: var(--cms-font-size);
}

.cms-title {
  text-align: center;
  font-size: 34px;
}

.cms-section-title {
  font-size: 26px;
  font-weight: 700;
}

.cms-sub-section {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  p {
    color: var(--body-text-color);
  }

  .container {
    max-width: 1340px;
  }

  .footer-links {
    align-self: flex-start;
    align-items: start;
  }

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

  .hero-section-wrapper {
    padding-top: 20px;
  }

  .hero-app-holder {
    max-width: 1100px;
  }

  .hero-app-container.simple {
    max-width: 700px;
    margin-left: 40px;
  }

  .hero-app.features-page, .hero-background-holder {
    width: 100%;
  }

  .features-grid {
    grid-column-gap: 80px;
  }

  .fast-feature-image-holder {
    justify-content: center;
    align-items: center;
  }

  .fast-feature-image {
    color: #793fdf;
    object-fit: fill;
    width: 32px;
    overflow: visible;
  }

  .fast-feature-image.small-screen {
    display: none;
  }

  .feature-hero-app-holder {
    justify-content: center;
    align-items: flex-start;
    max-width: 1100px;
  }

  .list-green-check {
    color: var(--body-text-color);
  }

  .fast-feature-image-small {
    color: #793fdf;
    object-fit: fill;
    overflow: visible;
  }

  .fast-feature-image-holder-small {
    justify-content: center;
    align-items: flex-start;
  }

  .fast-feature-title-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .fast-feature-image-large {
    color: #793fdf;
    object-fit: fill;
    width: 100%;
    overflow: visible;
  }

  .fast-feature-image-large.small-screen {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 10px;
    margin-right: 10px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .container {
    padding-top: 1em;
  }

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

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

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

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

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

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-links {
    grid-column-gap: 30px;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .footer-divider {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 70px;
  }

  .title {
    text-align: center;
  }

  .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 {
    z-index: 4;
    border-radius: 12px;
    padding: 13px;
  }

  .menu-button.w--open {
    background-color: var(--gradient-02);
    border-radius: 6px;
  }

  .brand {
    z-index: 3;
  }

  .headings-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .hero-section-heading-holder.left {
    align-items: center;
    width: 100%;
    min-width: 0%;
  }

  .hero-section-wrapper {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    display: block;
  }

  .hero-app, .hero-app.features-page {
    width: 100%;
  }

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

  .cta-holder {
    border-radius: 19px;
  }

  .cta-container {
    border-radius: 15px;
  }

  .cta-images-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cta-images-container {
    width: 90%;
  }

  .footer-text {
    font-size: 19px;
  }

  .padding-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-grid {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .grey-card {
    flex-direction: row;
    padding: 10px;
  }

  .grey-card-image {
    object-fit: contain;
    flex: 0 auto;
    width: 300px;
    height: auto;
  }

  .grey-card-image.availability-slot-adjustments {
    width: 40%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .features-grid-holder {
    grid-row-gap: 60px;
  }

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

  .feature-image-holder {
    align-items: center;
  }

  .feature-image-wrapper {
    justify-content: center;
    width: 70%;
    height: auto;
  }

  .feature-image-app.custom {
    width: 100%;
  }

  .feature-hero-grid {
    flex-direction: column;
    width: 100%;
  }

  .feature-hero-app-holder {
    width: 100%;
  }

  .tab-link-tab-2.w--current {
    border-color: #1d1d2030;
    box-shadow: 0 4px 6px #00000005, 0 2px 15px #0000001a;
  }

  .tabs-menu {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fast-feature-grid-4x {
    grid-template-columns: 1fr;
  }

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

  .feature-pane {
    padding: 20px;
  }

  .paragraph-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lightbox-link {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .lightbox-link-2, .lightbox-link-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .grey-card-lightbox-holder {
    width: 400px;
  }

  .fast-feature-image-large {
    min-width: 250px;
    max-width: 300px;
  }

  .pricing-box {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .big-feature-image-container {
    width: 100%;
  }

  .around-shadow.img1 {
    max-width: 80%;
  }

  .around-shadow.big-feature-img {
    width: 100%;
  }

  .accordion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  h2 {
    font-size: 32px;
    font-weight: 500;
  }

  h3 {
    font-size: 24px;
    font-weight: 500;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

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

  .container.navbar-container {
    position: static;
  }

  .border-box {
    padding: 2px;
  }

  .button.create-account-button {
    width: 100%;
    max-width: 400px;
  }

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

  .navbar {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    overflow: visible;
  }

  .navbar-container {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .nav-menu-link-holder {
    grid-row-gap: 18px;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .nav-menu-link-container {
    flex-direction: row;
  }

  .nav-menu-button-holder {
    height: auto;
  }

  .nav-menu {
    z-index: 30;
    border: 1px #000;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 12px;
    padding: 7px 7px 20px;
    box-shadow: 0 6px 6px #0003;
  }

  .nav-links {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    height: 100%;
    font-size: 20px;
  }

  .footer-wrapper {
    text-align: left;
    background-color: #0000;
    flex-flow: row;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-links {
    text-align: left;
    background-color: #0000;
    grid-template-columns: 1fr;
    align-self: flex-start;
    margin-top: 0;
  }

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

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

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

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

  .footer-brand-image {
    width: 80px;
  }

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

  .menu-button, .menu-button.w--open {
    padding: 8px;
  }

  .brand {
    padding-left: 0;
  }

  .hero-text-wrapper {
    grid-column-gap: 12px;
  }

  .white-background {
    height: 103%;
  }

  .hero-lines {
    min-width: 140%;
  }

  .hero-bg {
    min-width: 150%;
  }

  .reviews-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .grey-card {
    align-items: flex-start;
  }

  .feature-image-holder {
    overflow: visible;
  }

  .feature-image-app.custom {
    padding: 10px;
  }

  .feature-hero-app-holder {
    margin-top: 39px;
  }

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

  .list-green-check {
    object-fit: fill;
    background-position: 0%;
  }

  .columns {
    padding-left: 0;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .logo-slogan-footer {
    background-color: #0000;
    align-self: auto;
  }

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

  .faq-question-title {
    font-weight: 700;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .feature-item-label {
    background-image: url('../images/green-checkbox.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
  }

  .column, .column-2, .column-3 {
    padding-left: 0;
  }

  .big-feature-image-container {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
  }

  .around-shadow {
    box-shadow: 0 0 6px 2px #0000001a;
  }

  .around-shadow.img1 {
    max-width: 100%;
  }

  .around-shadow.big-feature-mobile-image {
    position: absolute;
    top: 0;
    left: 0;
  }

  .big-feature-mobile-image {
    max-width: 30%;
    display: inline;
    position: absolute;
    top: 10px;
    left: 20px;
  }

  .big-feature-mobile-image.bigger1 {
    max-width: 35%;
    top: 40px;
    left: 20px;
  }

  .lightbox-link-4 {
    display: inline-block;
  }

  .div-block-16 {
    max-width: 30%;
    position: absolute;
    top: 10px;
    left: 20px;
  }

  .image {
    z-index: auto;
    background-color: #0000;
    width: 40px;
    height: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .accordion-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item-content {
    margin-top: 10px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    font-weight: 700;
  }

  h2 {
    font-weight: 600;
  }

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

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

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

  .button.stroke {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

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

  .paragraph-xl {
    font-size: 16px;
    font-weight: 400;
  }

  .footer-wrapper {
    display: block;
  }

  .footer-brand.w--current {
    justify-content: center;
  }

  .footer-links {
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

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

  .footer-brand-image {
    width: 80px;
  }

  .title {
    text-align: center;
  }

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

  .submit-button {
    border-radius: 0 0 8px 8px;
    width: 100%;
    height: 48px;
    position: static;
  }

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

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

  .headings-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 60px;
  }

  .hero-section-heading-container {
    align-items: center;
  }

  .hero-paragraph-holder {
    text-align: left;
    margin-top: 16px;
  }

  .hero-buttons-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .hero-app-holder {
    width: 200%;
    margin-top: 0;
  }

  .hero-app {
    margin-top: -3px;
  }

  .super-feature-icon-holder {
    border-radius: 12px;
    width: 80px;
    height: 80px;
  }

  .blog-grid {
    flex-direction: column;
    display: flex;
  }

  .cta-holder {
    border-radius: 7px;
  }

  .cta-heading {
    padding: 17px;
  }

  .cta-images-holder {
    align-items: flex-start;
    padding-left: 16px;
  }

  .cta-images-container {
    width: 170%;
  }

  .form-holder {
    padding: 18px;
  }

  .cta-text-field {
    border-bottom-style: none;
    border-radius: 8px 8px 0 0;
    width: 100%;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
  }

  .blog-details---title {
    font-size: 33px;
  }

  .blog-details-main-image-holder {
    border-radius: 6px;
  }

  .hero-bg._02 {
    margin-top: -31px;
  }

  .padding-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .card-grid {
    padding-top: 20px;
  }

  .grey-card {
    flex-direction: column;
  }

  .grey-card-image {
    width: 90%;
  }

  .grey-card-image.availability-slot-adjustments {
    width: 100%;
  }

  .grey-card-content, .grey-card-content._02 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-grid-content {
    padding-right: 0;
  }

  .fast-feature-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .fast-feature {
    flex-direction: column;
    display: flex;
  }

  .fast-feature.no-title {
    flex-flow: row;
  }

  .fast-feature-image-holder {
    justify-content: center;
    width: 100%;
  }

  .fast-feature-image {
    width: 32px;
  }

  .fast-feature-image.small-screen {
    width: 32px;
    display: flex;
  }

  .fast-feature-content {
    margin-bottom: 10px;
  }

  .feature-image-holder {
    border-radius: 7px;
  }

  .feature-image-wrapper {
    width: 100%;
  }

  .feature-image-app.custom {
    padding: 10px;
  }

  .feature-hero-section {
    align-items: flex-start;
  }

  .feature-hero-app-holder {
    width: 160%;
    margin-top: 20px;
  }

  .tab-pane {
    padding: 11px;
  }

  .slide-image.desktop {
    display: none;
  }

  .tab-link-tab-2 {
    width: 100%;
    min-width: 0;
  }

  .tabs-menu {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .fast-feature-grid-4x {
    grid-template-columns: 1fr;
  }

  .testimonal-slider-mask {
    width: 100%;
  }

  .testimonal {
    padding: 24px;
  }

  .list-green-check {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .features-list {
    padding-left: 0;
  }

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

  .columns {
    background-color: #f9f9f9;
    padding-left: 20px;
  }

  .feature-pane {
    padding: 11px;
  }

  .section-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph-2 {
    padding: 10px 0;
  }

  .fast-feature-image-holder-small {
    display: none;
  }

  .fast-feature-image-holder-small.force-visible {
    display: flex;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .fast-feature-title-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .logo-slogan-footer {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .fast-feature-large {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .fast-feature-large.no-title {
    flex-flow: row;
  }

  .fast-feature-image-large {
    min-width: 250px;
    max-width: 80%;
  }

  .fast-feature-image-large.small-screen {
    width: 32px;
    display: flex;
  }

  .text-block-4 {
    margin-top: 20px;
  }

  .text-block-5 {
    font-size: 30px;
  }

  .div-block-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    font-size: 24px;
  }

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

  .div-block-10 {
    padding-left: 20px;
  }

  .pricing-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-feature-mobile-image {
    max-width: 35%;
  }

  .big-feature-mobile-image.bigger1 {
    max-width: 45%;
  }

  .section-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }
}

#w-node-_19d2073f-ae81-dedd-f976-5c7754caf0ef-a9239c42, #w-node-_188888b4-cec7-6da9-b444-b193f5fc91e9-a9239c42, #w-node-bfb019c5-e94e-0eef-322f-bccd3b1f5eea-a9239c42, #w-node-a5aa757d-a0ea-9aa4-ae99-56519cb5dbc0-a9239c42, #w-node-_73b93717-64af-d011-7b2e-5d81735fdc39-a9239c42, #w-node-e478a411-0c1d-2eca-8ee1-bd0782831739-a9239c42, #w-node-_729258f7-ff50-4bb2-e987-d444b17d58ff-a9239c42, #w-node-c5bbefa0-4ad7-d850-20df-a1ce1561c149-a9239c42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c892073-2b73-42ca-1d0c-5b4df8d6fe5d-a9239c42, #w-node-ab0763c4-50cb-6011-fbf5-c46e88b030b4-a9239c42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ab0763c4-50cb-6011-fbf5-c46e88b0308e-a9239c42, #w-node-_74b0797d-73d9-0ce5-fe36-d6c46ecb03ec-a9239c42, #w-node-_74b0797d-73d9-0ce5-fe36-d6c46ecb03f4-a9239c42, #w-node-_74b0797d-73d9-0ce5-fe36-d6c46ecb03fc-a9239c42, #w-node-_74b0797d-73d9-0ce5-fe36-d6c46ecb0404-a9239c42, #w-node-e92bf484-a605-4132-f141-4518468af7e2-468af7d9, #w-node-e92bf484-a605-4132-f141-4518468af7ef-468af7d9, #w-node-_19d2073f-ae81-dedd-f976-5c7754caf0ef-a9239c45, #w-node-_188888b4-cec7-6da9-b444-b193f5fc91e9-a9239c45, #w-node-bfb019c5-e94e-0eef-322f-bccd3b1f5eea-a9239c45, #w-node-_323f3075-6713-e154-920e-b3c034a66ddd-a9239c49, #w-node-_72802a38-a859-199b-ed30-74e2228bca7e-a9239c49, #w-node-ecd91355-378d-f771-9daf-25d6ff297e3a-a9239c49, #w-node-_9e2005b5-385a-e15d-86d8-060110b41514-a9239c49, #w-node-a5aa757d-a0ea-9aa4-ae99-56519cb5dbc0-a9239c49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c892073-2b73-42ca-1d0c-5b4df8d6fe5d-a9239c49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_19d2073f-ae81-dedd-f976-5c7754caf0ef-a9239c42 {
    place-self: auto;
  }

  #w-node-ab0763c4-50cb-6011-fbf5-c46e88b0308e-a9239c42 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Overused Grotesk';
  src: url('../fonts/OverusedGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}