:root {
  --sand-·-900: #1b1918;
  --sand-·-950: #0b0a0a;
  --secondary-100: #f4f4f5;
  --0: white;
  --primary-100: #14997e;
  --sand-·-50: #fafafa;
  --sand-·-100: #f5f5f4;
  --sand-·-200: #e7e5e4;
  --sand-·-300: #d5d3d2;
  --sand-·-400: #a7a2a0;
  --sand-·-500: #77726e;
  --sand-·-600: #55524e;
  --sand-·-700: #282525;
  --sand-·-800: #282525;
  --blue-·-500: #87888c;
  --primary-90: #14997ee6;
  --red: #ff6145;
  --green: #62c5c5;
  --orange: #ffb080;
  --blue: #7bc5f6;
  --purple: #d980ff;
  --foreground-100: #09090b;
  --blue-·-200: #d5d6d7;
  --secondary-80: #f4f4f5cc;
  --border-80: #e7e7e4cc;
  --paper-100: #f8f7f2;
  --gap: 4rem;
  --yellow: #f5d47a;
  --border-100: #e7e7e4;
  --paper-200: #f1eedd;
  --paper-50: #fdfcf9;
  --secondary-90: #f4f4f5e6;
  --border-90: #e7e7e4e6;
}

body {
  color: #1a1a1a;
  background-color: #f4f4f6;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2.375rem;
  line-height: 2.75rem;
}

a {
  text-decoration: none;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-xlarge {
  color: var(--sand-·-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-xlarge.text-align-center {
  color: var(--sand-·-950);
  text-align: center;
  flex: 0 auto;
  align-self: center;
  font-family: Merriweather, serif;
  font-weight: 600;
  line-height: 110%;
  display: block;
}

.heading-xlarge.text-align-center.light {
  color: var(--secondary-100);
}

.styleguide-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-text {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.body-text.text-align-center {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.body-text.text-align-center.top-margin {
  margin-top: .5rem;
}

.body-text.text-align-left {
  text-align: left;
  font-size: 1rem;
}

.body-text.text-align-right {
  text-align: right;
}

.body-text.sand-900 {
  color: var(--sand-·-900);
}

.body-text.sand-900.medium {
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.body-text.external-link {
  color: var(--foreground-100);
  vertical-align: bottom;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline;
}

.body-text.content-secondary {
  color: var(--sand-·-600);
  font-family: Inter, sans-serif;
}

.body-text.content-secondary.top-margin {
  text-align: center;
  object-fit: fill;
  margin-top: .5rem;
  display: block;
}

.body-text.content-secondary.link {
  padding: 0;
  text-decoration: underline;
  transition: opacity .25s;
}

.body-text.content-secondary.link:hover {
  opacity: .7;
}

.body-text.content-secondary {
  color: var(--sand-·-600);
  vertical-align: bottom;
  line-height: 1.5rem;
  text-decoration: none;
  display: inline;
}

.text-sticky {
  position: sticky;
  top: .5rem;
}

.heading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-large.text-align-center {
  color: var(--sand-·-700);
  text-align: center;
  font-family: Merriweather, serif;
  font-weight: 600;
  line-height: 120%;
}

.heading-large.sand-700 {
  color: var(--sand-·-700);
}

.heading-large.purple {
  color: var(--purple);
}

.styleguide-left {
  position: relative;
}

.documentation-section {
  height: 100%;
}

.global-css {
  position: fixed;
  inset: 0% auto auto 0%;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container.privacy {
  max-width: 50rem;
}

.container.highlight {
  background-color: #fbf8f3;
  border-radius: 2rem;
}

.body {
  background-color: var(--sand-·-50);
}

.documentation-content-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.documentation-header {
  background-color: #f4f4f5;
}

.template-documentation {
  height: 100%;
  display: block;
}

.styleguide-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.styleguide-global-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.styleguide-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.changelog-version {
  color: #52525b;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
}

.changelog-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .link-text {
    border-radius: .5rem;
    padding-left: 0;
    transition: all .3s cubic-bezier(.23, 1, .32, 1);
  }

  .link-text:hover {
    color: #818181;
    background-color: #f5f5f500;
    border-radius: .5rem;
  }

  .link-text.absolute {
    display: none;
  }

  .heading-medium, .heading-large {
    font-size: 2rem;
  }

  .styleguide-button-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .button {
    display: flex;
  }

  .button.secondary.hide {
    display: none;
  }

  .button.secondary.top-margin {
    margin-top: 1rem;
  }

  .container.privacy {
    max-width: none;
  }

  .section-padding {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .navbar-link-wrapper {
    background-color: var(--sand-·-100);
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding: 1rem;
  }

  .brands-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    display: grid;
  }

  .features-item-bottom-row {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-heading-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  ._3-features-item-wrapper, .numbers-item-section {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .tabs-wrapper {
    grid-row-gap: 3.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .tabs-content-wrapper {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tabs-menu {
    width: auto;
  }

  .testimonials-features-section-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .section-grid {
    grid-row-gap: 3rem;
  }

  .testimonials-item {
    padding: 1rem;
  }

  .brands-row {
    justify-items: center;
  }

  .pricing-item-wrapper {
    justify-content: center;
    width: 100%;
  }

  .tabs-content {
    width: auto;
    margin-top: 3rem;
  }

  .cta-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrapper-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .footer-bottom-left {
    flex-direction: row;
  }

  .button-visibilty {
    display: none;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .menu-button.w--open {
    color: #1a1a1a;
    background-color: #c8c8c800;
  }

  .link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link:hover {
    background-color: var(--sand-·-200);
  }

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

  .footer-links-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
  }

  .about-section-text-wrapper {
    grid-row-gap: 3.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-section-heading-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .difference-padding {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-xlarge {
    font-size: 3rem;
  }

  .link-text {
    padding: 0;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-small {
    font-size: 1.125rem;
  }

  .styleguide-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .section-padding.remove-margins {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .brands-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: grid;
  }

  .brands-item {
    margin-bottom: 0;
  }

  .features-wrapper {
    grid-row-gap: 2.5rem;
  }

  .features-item-top-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .features-item-bottom-row {
    flex-direction: column;
    display: flex;
  }

  ._3-features-wrapper {
    grid-row-gap: 3rem;
  }

  ._3-features-item-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .numbers-item-section {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .tabs-wrapper {
    grid-row-gap: 3rem;
  }

  .tabs-content-wrapper {
    flex-direction: column-reverse;
  }

  .tab {
    grid-row-gap: 1rem;
  }

  .tabs-menu {
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
    margin-bottom: 3rem;
  }

  .testimonials-features-section-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .section-grid {
    align-items: stretch;
    min-width: 100%;
  }

  .brands-row {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
  }

  .tablets-item-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .testimonials-wrapper {
    grid-row-gap: 3rem;
  }

  .pricing-item-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .tabs-content {
    width: 100%;
    margin-top: auto;
  }

  .footer-wrapper-top {
    flex-direction: column;
  }

  .footer-top-left {
    align-items: center;
    padding-right: 0;
  }

  .footer-wrapper-bottom {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .footer-bottom-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    display: flex;
  }

  .pricing-features {
    grid-row-gap: 1rem;
  }

  .footer-top-links {
    grid-column-gap: .5rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-bottom-right {
    text-align: center;
  }

  .link {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .styleguide-padding, .padding-gobal {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .footer-links-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-section-text-wrapper {
    grid-row-gap: 3rem;
  }

  .about-hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-heading-xlarge {
    font-size: 3rem;
  }

  .about-heading-small {
    font-size: 1.125rem;
  }

  .difference-wrapper {
    grid-row-gap: 2.5rem;
  }

  .difference-item-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .difference-padding.remove-margins {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .about-wrapper {
    grid-row-gap: 2.5rem;
  }

  .staff-item-top-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading-xlarge {
    font-size: 2rem;
  }

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

  .regular-paragraph {
    font-size: 1rem;
  }

  .styleguide-colors-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 1.75rem;
  }

  .heading-large.text-align-center {
    flex: none;
  }

  .heading-xsmall.text-align-center.content-secondary.max-width {
    width: 100%;
  }

  .button-text {
    font-size: .875rem;
  }

  .button {
    min-width: 70%;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-button-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .hero-social-proof-wrapper {
    width: 100%;
  }

  .hero-padding {
    padding-top: 7rem;
  }

  .hero-tablet {
    width: 100vw;
  }

  .brands-item {
    width: 90%;
  }

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

  .numbers-item-section {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .section-grid {
    min-width: 100%;
  }

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

  .tablet-content-wrapper {
    max-width: none;
  }

  .pricing-item {
    width: 100%;
  }

  .cta-wrapper {
    border-radius: 1rem;
  }

  .footer-bottom-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-form-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .form-input {
    width: 100%;
  }

  .form-input.adjust-width {
    width: 70%;
  }

  .footer-top-right {
    width: 100%;
  }

  .footer-top-links {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .template-404-content {
    align-items: center;
  }

  .documentation-content-wrapper {
    text-align: center;
  }

  .password-form-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    width: 90%;
  }

  .brands-item {
    height: 3rem;
  }

  .testimonial-grid-wrapper._2-columns {
    grid-template-columns: 1fr;
  }

  .footer-links-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-padding {
    padding-top: 7rem;
  }

  .about-heading-xlarge {
    font-size: 2rem;
  }

  .about-section-container.vertical {
    flex-flow: column;
  }

  .about-section-wrapper {
    width: 100vw;
  }
}
