@font-face {
  font-family: InstrumentserifItalic;
  src: url('../fonts/InstrumentSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/InstrumentSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist Variable;
  src: url('../fonts/Geist-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist VariableItalic;
  src: url('../fonts/Geist-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --background: #0c0b0b;
  --rule: #ffffff0f;
  --text-muted: #8a8080;
  --text-primary: #f0ecec;
  --brand: #aa415c;
  --surface: #141212;
  --text-hover: #f0ece6;
  --primary-white-5: #f0ecec0d;
  --background-30: #0c0b0b4d;
  --background-85: #0c0b0bd9;
  --brand-20: #aa415c33;
  --brand-8: #aa415c14;
  --card-background: #161618;
  --primary-white-40: #f0ecec66;
  --background-50: #0c0b0b80;
  --background-95: #0c0b0bf2;
  --brand-50: #aa415c80;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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(--background);
  color: #fff;
  font-family: Geist;
}

.nav {
  z-index: 200;
  border-bottom: 1px solid var(--rule);
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  left: 0;
  right: 40px;
}

.nav-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13.5px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.nav-link:hover {
  color: var(--text-primary);
}

.nav-link.w--current {
  color: var(--brand);
  display: none;
}

.nav-link.nav-mobile-only {
  display: none;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  color: var(--text-muted);
  font-size: 13.5px;
}

.nav-actions {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--text-muted);
  align-items: center;
  font-size: 13.5px;
  text-decoration: none;
  display: flex;
}

.nav-login {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.nav-login:hover {
  color: var(--text-primary);
}

.nav-bar {
  background-color: #bb828200;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
}

.nav-cta {
  background-color: var(--brand);
  color: var(--text-primary);
  border-radius: 4px;
  padding: 8px 18px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: border .2s;
  display: flex;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero.hero-reviews {
  background-image: url('../images/banner-guitar.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.hero.hero-about {
  background-image: url('../images/banner-features.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.hero-inner-features {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  display: flex;
  position: relative;
}

.hero-eyebrow {
  color: var(--brand);
  letter-spacing: .11px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.hero-h1 {
  height: 200px;
  color: var(--text-primary);
  text-align: center;
  letter-spacing: -.02px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.text-span {
  width: auto;
  max-width: 50px;
  color: var(--brand);
  letter-spacing: -1px;
  text-overflow: clip;
  padding-left: 0;
  padding-right: 0;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 74px;
  font-style: normal;
  line-height: 1;
  display: inline;
  position: relative;
}

.hero-lead {
  max-width: 600px;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}

.div-block-2 {
  z-index: 4;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.btn-hero {
  background-color: var(--brand);
  color: #fff;
  border-radius: 7px;
  padding: 14px 30px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
}

.btn-hero-ghost {
  color: var(--text-muted);
  text-align: center;
  padding-top: 0;
  font-family: Geist Variable, Verdana, sans-serif;
  text-decoration: none;
  display: inline;
}

.hero-footnote {
  z-index: 3;
  color: var(--text-muted);
  margin-top: 16px;
  padding-bottom: 40px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13.5px;
  position: relative;
}

.trust-bar {
  background-color: #14141699;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  display: block;
  position: relative;
}

.div-block-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4 {
  border-right: 1px solid var(--rule);
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.trust-val {
  color: var(--text-primary);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.trust-val.trust-stars {
  color: #c49a3a;
}

.trust-desc {
  color: var(--text-primary);
  text-align: center;
  margin-top: 8px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
}

.trust-block {
  border-right: 1px solid var(--rule);
  flex-flow: column;
  align-items: center;
  width: 20%;
  display: flex;
}

.trust-block.trust-block-last {
  border-right-style: none;
  border-right-width: 0;
}

.trust-block.trust-block-mobile {
  font-family: Geist Variable, Verdana, sans-serif;
}

.trust-bar-inner {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pain {
  border-top: 1px solid var(--rule);
  background-color: var(--background);
  padding: 100px 40px;
}

.pain-inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  color: var(--brand);
  text-align: center;
  letter-spacing: .11em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.eyebrow.left-align-eyebrow {
  text-align: left;
}

.pain-headline {
  color: var(--text-primary);
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.08;
}

.pain-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-start;
  margin-top: 64px;
  display: flex;
}

.pain-left {
  width: 50%;
}

.pain-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.pain-rows {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--rule);
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.pain-n {
  color: var(--text-muted);
  letter-spacing: .06em;
  padding-top: 3px;
  font-size: 11px;
  font-weight: 500;
}

.pain-title {
  color: var(--text-primary);
  margin-bottom: 6px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.pain-desc {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
}

.ba-card {
  border: 1px solid var(--rule);
  background-color: var(--surface);
  border-radius: 10px;
  overflow: hidden;
}

.ba-top {
  border-bottom: 1px solid var(--rule);
  display: flex;
}

.ba-tab-before {
  width: 50%;
  color: var(--text-muted);
  padding: 12px 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.ba-tab-after {
  border-left: 1px solid var(--rule);
  width: 50%;
  color: var(--brand);
  padding: 12px 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.ba-cols {
  display: flex;
}

.ba-col-before {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-right: 1px solid var(--rule);
  flex-flow: column;
  width: 50%;
  padding: 20px;
  display: flex;
}

.ba-item {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.ba-item.before-heading {
  display: none;
}

.ba-col-after {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 50%;
  padding: 20px;
  display: flex;
}

.ba-item-after {
  color: var(--text-primary);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.ba-item-after.after-heading {
  display: none;
}

.ba-foot {
  border-top: 1px solid var(--rule);
  background-color: var(--surface);
  padding: 18px 20px;
  display: flex;
}

.ba-metric {
  flex-flow: column;
  align-items: center;
  width: 33%;
  display: flex;
}

.ba-metric-val {
  color: var(--brand);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.ba-metric-lbl {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.features {
  border-top: 1px solid var(--rule);
  background-color: var(--surface);
  padding: 60px 40px 100px;
}

.features-inner {
  text-align: left;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.features-headline {
  color: var(--text-primary);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.08;
}

.proof-sub {
  max-width: 500px;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
}

.features-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--rule);
  background-color: var(--rule);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.feat {
  border-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  flex-flow: column;
  padding: 32px 28px;
  display: flex;
}

.feat.feat-last-col {
  border-right-width: 0;
}

.feat.feat-last-row {
  border-bottom-width: 0;
}

.feat-icon {
  margin-bottom: 18px;
  font-size: 28px;
}

.feat-title {
  color: var(--brand);
  margin-bottom: 8px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.feat-desc {
  color: var(--text-hover);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
}

.proof {
  border-top: 1px solid var(--rule);
  background-color: var(--background);
  padding: 60px 40px 100px;
}

.proof-inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.proof-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.proof-headline {
  letter-spacing: -.02em;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.08;
}

.proof-score {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.proof-score-num {
  color: var(--text-primary);
  letter-spacing: -.04px;
  margin-bottom: 6px;
  font-size: 40px;
  font-weight: 600;
}

.proof-score-stars {
  color: #c49a3a;
}

.proof-score-detail {
  color: var(--text-muted);
  font-size: 12px;
}

.testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tcard {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid var(--rule);
  background-color: var(--surface);
  border-radius: 9px;
  flex-flow: column;
  padding: 28px;
  display: flex;
}

.tcard-stars {
  color: #c49a3a;
  font-size: 25px;
}

.tcard-quote {
  border-radius: 0;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.tcard-foot {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--rule);
  flex-flow: row;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.tcard-avatar {
  background-color: var(--brand);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.tcard-name-blk {
  font-size: 13px;
}

.tcard-name {
  color: var(--text-primary);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tcard-role {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.pricing {
  border-top: 1px solid var(--rule);
  background-color: var(--surface);
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}

.pricing-inner {
  flex-flow: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.pricing-sub {
  max-width: 600px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.pricing-headline {
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 54px;
  font-weight: 500;
}

.pricing-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-card {
  background-color: var(--surface);
  border: 1px solid #aa415c38;
  border-radius: 12px;
  flex-flow: column;
  width: 60%;
  padding: 48px;
  display: flex;
}

.pricing-label {
  color: var(--brand);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.pricing-feats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.pf {
  font-family: Geist Variable, Verdana, sans-serif;
}

.pricing-amount {
  color: var(--text-primary);
  text-align: center;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
}

.pricing-per {
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 36px;
  font-family: Geist Variable, Verdana, sans-serif;
}

.btn-pricing {
  background-color: var(--brand);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 15px 40px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.pricing-small {
  color: var(--text-muted);
  text-align: center;
  margin-top: 14px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.pricing-card-agency {
  border: 1px solid var(--rule);
  background-color: var(--surface);
  border-radius: 12px;
  flex-flow: column;
  width: 40%;
  padding: 48px;
  display: flex;
}

.pricing-plus {
  font-family: Geist Variable, Verdana, sans-serif;
}

.link {
  border: 2px solid var(--rule);
  color: #fff;
  text-align: center;
  padding: 12px 24px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.founder {
  border-top: 1px solid var(--rule);
  background-color: var(--background);
  padding: 100px 40px;
}

.founder-inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.founder-text, .founder-stats {
  width: 50%;
}

.founder-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
  display: flex;
}

.founder-pull {
  color: var(--text-primary);
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}

.text-span-2 {
  text-align: center;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-style: italic;
}

.text-block-2 {
  color: var(--text-muted);
  margin-bottom: 24px;
  font-family: Geist;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  text-decoration: none;
}

.founder-body {
  color: var(--text-muted);
  margin-bottom: 24px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.founder-avi {
  width: 44px;
  height: 44px;
  color: var(--brand);
  text-align: center;
  background-color: #aa415c26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.founder-sig {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 1px solid var(--rule);
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
}

.founder-name-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  color: var(--text-primary);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-4 {
  margin-top: 10px;
}

.text-block-5 {
  color: var(--text-muted);
  margin-top: 2px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.founder-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fstat {
  border: 1px solid var(--rule);
  background-color: var(--surface);
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.fstat-val {
  color: var(--brand);
  margin-bottom: 6px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.fstat-lbl {
  color: var(--text-muted);
  text-align: center;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.5;
}

.cta {
  border-top: 1px solid var(--rule);
  background-color: var(--surface);
  padding: 80px 40px;
}

.cta-inner {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-headline {
  color: var(--text-primary);
  letter-spacing: -.025px;
  margin-bottom: 18px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.08;
}

.cta-lead {
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 44px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.text-block-6 {
  text-align: center;
}

.cta-note {
  color: var(--text-muted);
  text-align: center;
  margin-top: 16px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
}

.footer {
  border-top: 1px solid var(--rule);
  background-color: var(--background);
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.footer-link {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
}

.footer-bottom {
  border-top: 0px none var(--rule);
  padding-top: 20px;
}

.footer-copy {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.footer-reg {
  color: var(--text-muted);
  margin-top: 4px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 11px;
}

.footer-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer-social-link {
  color: var(--text-muted);
  font-size: 12px;
  text-decoration: none;
}

.proof-left {
  margin-left: auto;
  margin-right: auto;
}

.image {
  max-width: 80%;
  margin-top: -70px;
  margin-bottom: -50px;
}

.image-2 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  border-radius: 18px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.image-4, .image-5, .image-6, .image-7 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero-dashboard {
  z-index: 2;
  margin-top: 0;
  padding-right: 0;
  position: relative;
}

.pain-sub {
  max-width: 500px;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-8 {
  border: 1px solid var(--rule);
  border-radius: 12px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.dashboard-wrap {
  height: 500px;
  position: relative;
}

.code-embed {
  z-index: 3;
  position: absolute;
}

.image-9 {
  width: 120px;
}

.award-logo {
  z-index: 10;
  object-fit: fill;
  height: 130px;
  max-height: none;
  margin: -40px -20px -50px;
  position: relative;
  overflow: visible;
}

.image-10 {
  width: 85px;
  margin-bottom: 10px;
}

.colour-border {
  margin-bottom: 24px;
}

.award-small {
  width: 120px;
  margin-top: -15px;
  margin-bottom: 10px;
}

.quote-highlight {
  background-color: #aa415d6e;
  padding-left: 2px;
  padding-right: 2px;
}

.div-block-5 {
  text-align: center;
  padding-top: 20px;
}

.giggio-badges-wrap {
  display: block;
}

.code-embed-2 {
  font-family: Geist Variable, Verdana, sans-serif;
}

.image-11 {
  z-index: 1;
  order: 1;
  width: 80%;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.body-2 {
  background-color: var(--background);
}

.feat-nav-inner {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border-bottom: 1px solid var(--rule);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.feat-nav-link {
  color: var(--text-muted);
  text-align: center;
  border-left: 2px solid #0000;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.feat-nav-link:hover {
  color: var(--text-hover);
}

.feat-nav-link.w--current {
  font-family: Geist Variable, Verdana, sans-serif;
}

.feat-section {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.feat-section-inner {
  z-index: 1;
  box-sizing: content-box;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.feat-section-left {
  flex: 0 0 40%;
  width: auto;
  padding-left: 0;
}

.feat-section-left.feat-col-l {
  padding-left: 40px;
}

.feat-section-left.feat-col-r {
  padding-right: 40px;
}

.feat-section-right {
  flex: auto;
  width: auto;
  padding-right: 0;
  overflow: hidden;
}

.feat-section-right.feat-col-r {
  padding-right: 40px;
}

.feat-section-right.feat-section-l {
  padding-top: 0;
}

.feat-h2 {
  color: var(--text-primary);
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 38px;
  line-height: 1.1;
}

.feat-body {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.section {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feat-layout {
  border-top: 1px none var(--rule);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
}

.feat-sidebar {
  flex-flow: column;
  flex: 0 0 220px;
  align-items: flex-start;
  padding-left: 16px;
  display: flex;
  position: sticky;
  top: 100px;
}

.feat-content {
  flex: 1 0 0;
  max-width: 100%;
}

.feat-bullets {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 5px;
  display: flex;
}

.feat-bullet {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  display: flex;
}

.feat-bullet-text {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
}

.feat-divider {
  background-color: var(--rule);
  width: 100%;
  height: 1px;
}

.feat-section-l {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.feat-image {
  border: 2px solid var(--brand);
  border-radius: 18px;
  box-shadow: 0 2px 5px #96156f33;
}

.body-3 {
  background-color: var(--background);
}

.pricing-features {
  position: relative;
  overflow: hidden;
}

.pricing-features-inner {
  z-index: 1;
  border-top: 1px solid var(--brand);
  border-bottom: 1px solid var(--brand);
  flex-flow: column;
  align-items: center;
  padding: 50px 40px 80px;
  display: flex;
  position: relative;
}

.pricing-page-sub {
  max-width: 500px;
  color: var(--text-muted);
  margin-bottom: 56px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.pricing-feat-grid {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1040px;
  display: grid;
}

.pricing-cat-title {
  color: var(--brand);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 600;
}

.pricing-bullet {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-quote-single {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 30px;
}

.text-block-7 {
  color: var(--text-primary);
  margin-top: 10px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 38px;
}

.text-block-8 {
  color: var(--brand);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.heading-3 {
  max-width: 600px;
  color: var(--text-muted);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.image-13 {
  opacity: .03;
  filter: invert();
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.agency-grid {
  border: 1px solid var(--rule);
  background-color: var(--surface);
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding: 10px 20px 20px;
  display: flex;
}

.agency-grid-text {
  color: var(--text-muted);
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  overflow: hidden;
}

.pricing-faq {
  padding: 60px 40px 100px;
}

.pricing-faq-inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-item {
  width: 75%;
  padding-top: 0;
}

.faq-answer {
  height: auto;
  display: block;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid var(--rule);
  pointer-events: auto;
  flex-flow: column;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-toggle {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  overflow: hidden;
}

.accordion-toggle.w--open {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.accordion-list {
  padding-top: 16px;
  padding-bottom: 24px;
}

.accordion-list.w--open {
  background-color: #ddd0;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.icon {
  color: var(--brand);
  margin-left: auto;
}

.text-block-9 {
  border-left: 2px solid var(--brand);
  color: var(--text-muted);
  padding-left: 10px;
  padding-right: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  overflow: hidden;
}

.dropdown {
  height: 60px;
  display: block;
  overflow: hidden;
}

.rt-category-cards-text-2 {
  color: var(--text-primary);
  -webkit-text-stroke-color: var(--text-primary);
  text-transform: capitalize;
  font-family: Instrument Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.rt-dropdown-toggle-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.rt-home-three-benefits-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-cross-icon {
  color: var(--brand);
}

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-heading-two {
  color: #150438;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-dropdown-2 {
  width: 100%;
  color: var(--text-primary);
}

.rt-dropdown-list-3 {
  background-color: #ddd0;
  position: relative;
}

.rt-home-three-benefits-text {
  flex: 1;
}

.rt-accordion-v3-tag {
  color: #6d6d6d;
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
}

.rt-component-section-2 {
  color: #6d6d6d;
  background-color: #fff0;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-accordion-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 550px;
  display: flex;
}

.rt-home-three-benefits-main {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6 {
  width: 25%;
}

.feature-headings {
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
}

.body-4 {
  background-color: var(--background);
}

.legal-hero {
  border: 1px solid var(--rule);
  padding: 80px 40px 40px;
}

.section-2 {
  padding: 100px 40px;
}

.legal-hero-inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.legal-hero-heading {
  color: var(--text-primary);
  text-align: center;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 52px;
  font-weight: 500;
}

.legal-body {
  padding: 50px 40px 100px;
  font-family: Geist Variable, Verdana, sans-serif;
}

.legal-body-inner {
  max-width: 800px;
  color: var(--text-primary);
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.legal-p {
  color: var(--text-muted);
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.legal-p.legal-toc-lable {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}

.legal-h2 {
  border-top: 1px solid var(--rule);
  color: var(--brand);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 42px;
}

.legal-ul {
  color: var(--text-muted);
  margin-bottom: 20px;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.8;
}

.legal-sub {
  color: var(--text-muted);
  text-align: center;
  margin-top: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
}

.legal-highlight {
  border: 1px solid var(--brand-20);
  background-color: var(--brand-8);
  border-radius: 12px;
  margin-bottom: 32px;
  padding: 24px 28px 10px;
}

.list {
  color: var(--text-primary);
  padding-left: 20px;
}

.legal-toc-list {
  color: var(--text-primary);
  padding-left: 20px;
  font-size: 14px;
  line-height: 22px;
}

.legal-h3 {
  max-width: 500px;
  color: var(--brand);
  text-transform: uppercase;
  margin-top: 31px;
  margin-bottom: 12px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.reviews-h1 {
  max-width: 600px;
  color: var(--text-primary);
  letter-spacing: -.02px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.gradient {
  background-image: linear-gradient(180deg, var(--background-30), var(--background-85));
  position: absolute;
  inset: 0;
}

.hero-inner-testimonials {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 820px;
  display: flex;
  position: relative;
}

.section-3 {
  border-top: 0px solid var(--brand);
  background-color: var(--card-background);
  padding: 15px 40px 25px;
  display: block;
}

.testimonials-header-inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-3 {
  color: var(--brand);
}

.love-giggio {
  color: var(--text-primary);
  text-align: center;
  letter-spacing: -.02px;
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.text-block-29 {
  color: var(--text-muted);
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.heart {
  font-size: 65px;
}

.testimonial-hero-eyebrow {
  color: var(--brand);
  letter-spacing: .11px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.reviews-grid {
  padding: 60px 40px 5px;
}

.reviews-grid-inner {
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.reviews-video-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.giggio-tcard-img {
  aspect-ratio: 4 / 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.giggio-tcard-fade {
  background-image: linear-gradient(180deg, var(--background-30) 29%, var(--background-85) 76%, var(--card-background));
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0;
}

.giggio-tcard-img-quote {
  color: var(--text-hover);
  text-align: center;
  text-transform: uppercase;
  padding: 20px 16px 3px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  position: absolute;
  inset: auto 0 0;
}

.giggio-tcard-body {
  border-top: 2px solid var(--card-background);
  flex-flow: column;
  flex: auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 8px 20px 24px;
  display: flex;
}

.giggio-tcard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--text-muted);
  background-color: var(--card-background);
  border-radius: 20px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.giggio-tcard-footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.name-wrapper {
  flex: 1 0 auto;
  order: 0;
  align-self: auto;
  display: block;
}

.giggio-tcard-name {
  text-align: center;
  font-size: 12px;
}

.giggio-tcard-full-quote {
  border-bottom: 1px solid var(--rule);
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Geist Variable, Verdana, sans-serif;
  line-height: 23px;
}

.giggio-tcard-act {
  text-align: center;
  padding-bottom: 10px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
}

.giggio-tcard-watch {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--brand);
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4px 12px;
  display: flex;
}

.giggio-tcard-img-el {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.giggio-tcard-img-el.adjust-image-left-justify {
  object-fit: cover;
  object-position: 0% 0%;
  position: static;
}

.giggio-tcard-img-el.adjust-image-baseline {
  object-fit: cover;
  object-position: 50% 100%;
  position: static;
}

.giggio-tcard-img-el.adjust-image-centre {
  object-fit: cover;
  object-position: 20% 25%;
  position: static;
}

.text-block-30 {
  color: var(--text-primary);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.giggio-tcard-read-text {
  color: var(--text-primary);
  letter-spacing: .08px;
  text-transform: uppercase;
  margin-left: -2px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.code-embed-3 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.bold-text {
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
}

.reviews-section-header {
  border-bottom: 0 solid #000;
}

.reviews-eyebrow {
  color: var(--brand);
  letter-spacing: .14em;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.heading-4 {
  border-bottom: 1px solid var(--brand);
  color: var(--text-primary);
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 42px;
}

.reviews-text-grid {
  padding: 10px 0 5px;
}

.reviews-text-grid-inner {
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.reviews-text-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.giggio-tcard-tcard-body {
  border-top: 2px solid var(--card-background);
  flex-flow: column;
  flex: auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 8px 20px 5px;
  display: flex;
}

.giggio-tcard-text-footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.giggio-tcard-body-text {
  border-top: 2px solid var(--card-background);
  flex-flow: column;
  flex: auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 8px 20px 24px;
  display: flex;
}

.giggio-tcard-body-text2 {
  border-top: 2px solid var(--card-background);
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 8px 25px 24px;
  display: flex;
}

.signup-section {
  flex-flow: column;
  align-items: center;
  min-height: 850px;
  padding: 120px 5% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.signup-inner {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.signup-form-wrap {
  z-index: 1;
  flex: 1 0 0;
  order: 2;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.signup-trust {
  z-index: 1;
  order: 1;
  width: 40%;
  position: relative;
}

.signup-card {
  border: 1px solid var(--text-muted);
  background-color: var(--primary-white-5);
  border-radius: 16px;
  padding: 20px 40px;
}

.signup-title {
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-weight: 400;
}

.text-block-31 {
  color: var(--text-muted);
}

.signup-subtitle {
  color: var(--text-primary);
  margin-bottom: 32px;
  font-family: Geist Variable, Verdana, sans-serif;
}

.signup-section-subtitle {
  border-bottom: 1px solid var(--brand);
  color: var(--brand);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.signup-section-subtitle.account-section {
  margin-top: 30px;
}

.form-field {
  flex: 1 1 0;
  order: 1;
}

.signup-label {
  color: var(--text-primary);
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 500;
  display: none;
}

.signup-input {
  border: 1px solid var(--rule);
  background-color: var(--primary-white-5);
  width: 100%;
  color: var(--text-primary);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
}

.signup-input:focus {
  border-color: var(--brand);
}

.signup-input::placeholder {
  color: var(--text-primary);
  letter-spacing: .2px;
  font-size: 13px;
  font-weight: 300;
}

.link-2 {
  color: var(--brand);
  text-decoration: none;
}

.signup-checkbox-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text-primary);
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.signup-btn {
  background-color: var(--brand);
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  padding: 14px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.form-row, .div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.trust-headline {
  color: var(--text-primary);
  margin-bottom: 12px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 32px;
}

.text-block-32 {
  color: var(--text-muted);
  font-size: 15px;
}

.trust-subhead {
  color: var(--text-muted);
  margin-bottom: 25px;
  padding-top: 10px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.trust-point {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 15px;
  display: flex;
}

.trust-point-text {
  color: var(--text-primary);
  font-family: Geist Variable, Verdana, sans-serif;
}

.trust-quote {
  border: 1px solid var(--primary-white-5);
  background-color: var(--primary-white-5);
  color: var(--primary-white-5);
  border-radius: 12px;
  margin-top: 25px;
  margin-bottom: 24px;
  padding: 20px;
}

.trust-quote-text {
  color: var(--text-primary);
  letter-spacing: .4px;
  padding-bottom: 10px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.7;
}

.text-block-34 {
  color: var(--brand);
  letter-spacing: .06px;
  text-transform: uppercase;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-reassurance {
  color: var(--text-muted);
  text-align: center;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
}

.checkbox-field {
  padding-left: 5px;
  font-family: Geist Variable, Verdana, sans-serif;
}

.trust-info-block {
  border-top: 1px solid var(--primary-white-40);
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 0;
}

.trust-info-block.top-block {
  border-top-width: 0;
}

.trust-info-title {
  color: var(--brand);
  letter-spacing: .12px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.trust-info-body {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.link-3 {
  color: var(--brand);
  text-decoration: none;
}

.checkbox-label {
  font-family: Geist Variable, Verdana, sans-serif;
}

.login-input {
  border: 1px solid var(--rule);
  background-color: var(--primary-white-5);
  width: 100%;
  color: var(--text-primary);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
}

.login-input:focus {
  border-color: var(--brand);
}

.login-input::placeholder {
  color: var(--text-primary);
  letter-spacing: .2px;
  font-size: 13px;
  font-weight: 300;
}

.login-password-input {
  border: 1px solid var(--rule);
  background-color: var(--primary-white-5);
  width: 100%;
  color: var(--text-primary);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
}

.login-password-input:focus {
  border-color: var(--brand);
}

.login-password-input::placeholder {
  color: var(--text-primary);
  letter-spacing: .2px;
  font-size: 13px;
  font-weight: 300;
}

.start-trial {
  background-color: var(--brand);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  width: 150px;
  padding: 10px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.forgotten-password {
  color: var(--text-muted);
  text-align: center;
  margin-top: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
}

.link-4 {
  color: var(--brand);
  text-align: center;
  text-decoration: none;
}

.login-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.code-embed-4 {
  align-self: center;
}

.newtogiggio-headline {
  border-top: 1px solid var(--brand);
  color: var(--text-primary);
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 32px;
}

.instagram-link {
  text-decoration: none;
}

.reset-sections {
  flex-flow: column;
  align-items: center;
  min-height: 800px;
  padding: 120px 5% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-fade {
  background-image: linear-gradient(180deg, #0c0b0bed, var(--background-50) 49%, #0c0b0ba8 100%, var(--background-95));
  position: absolute;
  inset: 0;
}

.about-story {
  z-index: 1;
  padding: 60px 40px 5px;
  position: relative;
}

.about-story-inner {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-photo-col {
  flex: 0 0 500px;
  width: 340px;
  min-height: 0;
}

.about-text-col {
  flex: 1 1 0;
}

.image-14 {
  border: 2px solid var(--primary-white-5);
  border-radius: 16px;
  width: 100%;
}

.about-eyebrow {
  color: var(--brand);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.heading-5 {
  color: var(--text-primary);
  margin-bottom: 24px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.about-body {
  color: var(--text-muted);
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.about-hero-subhead {
  color: var(--text-primary);
  letter-spacing: .11px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.about-checklist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
}

.about-check-text {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
}

.about-check-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.about-sign-off {
  color: var(--text-muted);
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.image-15 {
  filter: invert();
  width: 100px;
}

.about-founder {
  color: var(--text-muted);
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
}

.about-sign-off-copy {
  color: var(--text-muted);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

.about-name {
  color: var(--text-muted);
  margin-bottom: 0;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
}

.hero-testimonials {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-testimonials.hero-reviews {
  background-image: url('../images/banner-guitar.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.hero-testimonials.hero-about {
  background-image: url('../images/banner-features.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.about-top {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.about-top.hero-reviews {
  background-image: url('../images/banner-guitar.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.about-top.hero-about {
  background-image: url('../images/banner-features.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.cs-hero {
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.cs-hero-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.cs-hero-bg.ellevate-image {
  object-position: 50% 40%;
}

.cs-hero-bg.nick-align {
  object-position: 0% 20%;
}

.cs-hero-bg.jess-align {
  object-position: 50% 50%;
}

.cs-hero-bg.cecily-align {
  object-position: 50% 20%;
}

.cs-hero-bg.emily-align {
  object-position: 0% 30%;
}

.cs-hero-bg.chris-align {
  object-fit: cover;
  object-position: 50% 20%;
  inset: 0% 0% auto auto;
}

.cs-hero-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, #0c0b0bcc, var(--background-30) 12%, var(--background-95));
  position: absolute;
  inset: 0%;
}

.cs-hero-content {
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 5% 80px;
  position: relative;
}

.cs-eyebrow {
  color: var(--text-primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cs-hero-title {
  color: var(--text-primary);
  margin-top: 30px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 72px;
  font-weight: 400;
}

.text-block-35 {
  color: var(--text-primary);
  letter-spacing: .08em;
  padding-top: 15px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 23px;
  font-weight: 300;
}

.cs-intro {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 5% 50px;
}

.cs-pull-quote {
  color: var(--text-primary);
  letter-spacing: 0;
  margin-bottom: 40px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 45px;
}

.cs-intro-text {
  color: var(--text-primary);
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

.cs-video-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-left: 0%;
  padding-right: 0%;
}

.cs-video-wrap {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rule);
  background-color: var(--primary-white-5);
  border-radius: 16px;
  overflow: hidden;
}

.code-embed-5 {
  height: 100%;
}

.cs-article {
  background-color: var(--surface);
}

.cs-article-inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5% 40px;
}

.cs-article-h3 {
  color: var(--brand);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
}

.cs-article-body {
  color: var(--text-primary);
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.cs-inline-quote {
  border-left: 3px solid var(--brand);
  color: var(--text-muted);
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-family: Instrument Serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.text-block-36 {
  max-width: 400px;
  font-family: InstrumentserifItalic, Times New Roman, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.5;
}

.cs-sign-off {
  border-top: 1px solid var(--rule);
  margin-top: 48px;
  padding-top: 32px;
}

.cs-sign-off-text {
  color: var(--text-muted);
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.cs-website, .cs-instagram {
  color: var(--brand);
  text-decoration: none;
}

.cs-content {
  background-color: var(--surface);
}

.cs-content-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: flex-start;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5% 80px;
  display: flex;
}

.cs-content-left {
  flex: 1 0 0;
}

.cs-content-right {
  flex: none;
  width: 320px;
  position: sticky;
  top: 100px;
}

.cs-sidebar-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 0;
  overflow: clip;
}

.link-5 {
  color: var(--brand);
  text-decoration: none;
}

.giggio-tcard-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.giggio-tcard-read {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--brand);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 20px;
  flex-flow: row;
  flex: 50%;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4px 12px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.code-embed-6 {
  flex: 1 0 0;
  font-family: Geist Variable, Verdana, sans-serif;
}

.giggio-tcard-watch-wrap {
  flex: 50%;
  justify-content: center;
  align-items: center;
  min-width: 0;
  display: flex;
}

.hero-pricing {
  background-image: url('../images/banner-fire.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hero-pricing.hero-reviews {
  background-image: url('../images/banner-guitar.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.hero-pricing.hero-about {
  background-image: url('../images/banner-features.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

.hero-pricing-inner {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 820px;
  display: flex;
  position: relative;
}

.code-embed-7 {
  margin-top: 7px;
}

.contact-section {
  flex-flow: column;
  align-items: center;
  min-height: 850px;
  padding: 120px 5% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-inner {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-left {
  z-index: 1;
  order: 1;
  width: 40%;
  position: relative;
}

.contact-section-subtitle {
  border-bottom: 1px solid var(--brand);
  color: var(--brand);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
}

.contact-section-subtitle.account-section {
  margin-top: 30px;
}

.contact-form-wrap {
  z-index: 1;
  flex: 1 0 0;
  order: 2;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-card {
  border: 1px solid var(--text-muted);
  background-color: var(--primary-white-5);
  border-radius: 16px;
  padding: 20px 40px;
}

.contact-heading {
  color: var(--text-primary);
  margin-bottom: 16px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-37 {
  color: var(--text-muted);
}

.contact-intro {
  color: var(--text-muted);
  margin-bottom: 40px;
  font-family: Geist Variable, Verdana, sans-serif;
  line-height: 1.6;
}

.contact-reason {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.contact-reason-icon {
  background-color: var(--brand-20);
  border: 1px solid #aa415c4d;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.text-block-38 {
  color: var(--brand);
}

.heading-6 {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.paragraph {
  color: var(--text-muted);
  font-family: Geist Variable, Verdana, sans-serif;
  line-height: 1.5;
}

.contactsendbutton {
  background-color: var(--brand);
  letter-spacing: .5px;
  text-transform: none;
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  padding: 14px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.contact-name {
  border: 1px solid var(--rule);
  background-color: var(--primary-white-5);
  width: 100%;
  color: var(--text-primary);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-size: 15px;
}

.contact-name:focus {
  border-color: var(--brand);
}

.contact-name::placeholder {
  color: var(--text-primary);
  letter-spacing: .2px;
  font-size: 13px;
  font-weight: 300;
}

.contact-email {
  border: 1px solid var(--rule);
  background-color: var(--primary-white-5);
  width: 100%;
  color: var(--text-primary);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-size: 15px;
}

.contact-email:focus {
  border-color: var(--brand);
}

.contact-email::placeholder {
  color: var(--text-primary);
  letter-spacing: .2px;
  font-size: 13px;
  font-weight: 300;
}

.contactmessage {
  border: 1px solid var(--rule);
  background-color: var(--primary-white-5);
  width: 100%;
  color: var(--text-primary);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-size: 15px;
  overflow: clip;
}

.contact-message {
  flex: 1 1 0;
  order: 1;
}

.textarea {
  border: 1px solid var(--primary-white-40);
  color: var(--card-background);
  border-radius: 8px;
  padding: 12px 16px;
}

.contact-field {
  border: 1px solid var(--rule);
  background-color: var(--primary-white-5);
  width: 100%;
  color: var(--text-primary);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 14px;
}

.contact-field.contact-message {
  height: 130px;
}

.contact-details {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.text-block-39 {
  color: var(--brand);
  letter-spacing: .1em;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
}

.contact-detail-label {
  color: var(--brand);
  letter-spacing: .1em;
  margin-bottom: 4px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.contact-detail-value {
  color: var(--text-primary);
  font-family: Geist Variable, Verdana, sans-serif;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23 {
  font-family: Geist Variable, Verdana, sans-serif;
}

.contracts-body {
  color: var(--text-muted);
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.contracts-body.sub-head {
  font-weight: 700;
}

.gig-contracts-body, .gig-contracts-story {
  z-index: 1;
  padding: 60px 40px 5px;
  position: relative;
}

.gig-contracts-case-studies {
  flex: 0 0 500px;
  width: 340px;
  min-height: 0;
}

.bold-text-2 {
  font-weight: 400;
}

.consent_components {
  display: none;
  position: relative;
}

.consent_placeholder {
  aspect-ratio: 16 / 9;
  display: none;
}

.consent_placeholder_iframe {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.consent_placeholder_wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.consent_placeholder_text {
  font-size: 1rem;
}

.consent_placeholder_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.consent_placeholder_prefs {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  padding: .5rem .25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
}

.consent_placeholder_prefs:hover {
  opacity: .7;
}

.consent_placeholder_accept {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.consent_placeholder_accept:hover {
  opacity: .7;
}

.consent_prefs_heading {
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.consent_prefs_category-content {
  border: 1px solid #d9d9d9;
  border-radius: .5rem;
  display: none;
  overflow: hidden;
}

.consent_prefs_category-content.is-active {
  border-style: solid;
  flex-flow: column;
  display: flex;
}

.consent_prefs_form-block {
  z-index: 2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.consent_prefs_provider-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.consent_prefs_option {
  display: flex;
}

.consent_banner {
  color: #000;
  background-color: #ffffffeb;
  border: 1px solid silver;
  border-radius: .5rem;
  flex-flow: column;
  max-width: 30rem;
  padding: 1.5rem;
  display: block;
}

.consent_prefs_form {
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .5rem;
  width: 100%;
  max-width: 32rem;
  height: 100%;
  max-height: 80vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.consent_prefs_label-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.consent_prefs_header {
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.consent_prefs_close-icon {
  color: #000;
  width: 1rem;
  line-height: 0;
}

.consent_prefs_caret {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.consent_prefs_caret.is-active {
  transform: rotate(180deg);
}

.consent_banner_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  color: #000;
  flex-flow: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 10px 10px;
}

.consent_prefs_checkbox {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.consent_prefs_provider-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: none;
  overflow: hidden;
}

.consent_prefs_provider-content.is-active {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.consent_logo {
  height: 1.25rem;
}

.consent_prefs_checkbox-toggle {
  background-color: #fff;
  border-radius: 999px;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}

.consent_prefs_checkbox-toggle.is-active {
  background-color: #fff;
  margin-left: 1.25rem;
}

.consent_prefs_close {
  color: #fff;
  cursor: pointer;
  border-radius: 999rem;
  padding: .5rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.consent_prefs_close:hover {
  opacity: .5;
}

.consent_prefs_empty-message {
  color: gray;
  margin-bottom: 0;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.consent_opt-in_banner {
  z-index: 99999;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.consent_prefs_checkbox-label {
  display: none;
}

.consent_prefs_detail {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.consent_prefs_description {
  margin-bottom: 0;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.consent_button_accept {
  background-color: var(--brand);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.consent_button_accept:hover {
  opacity: .7;
}

.consent_button_prefs {
  color: #333;
  background-color: #0000;
  border-bottom: 1px solid #000;
  padding: .5rem .25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .2s;
}

.consent_button_prefs:hover {
  opacity: .7;
}

.consent_banner_paragraph {
  margin-bottom: 0;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.consent_prefs_popup {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.consent_prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.consent_prefs_checkbox-field.is-focused {
  outline-offset: 1px;
  outline: 1px solid #18ad3a;
}

.consent_prefs_checkbox-field.is-active {
  background-color: #18ad3a;
}

.consent_prefs_open-icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.consent_prefs_tracker-template {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--brand-20);
  border-radius: .25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: flex;
  overflow: hidden;
}

.consent_prefs_value {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.consent_prefs_label-active {
  color: #000;
  border: 1px solid silver;
  border-radius: .25rem;
  flex: none;
  padding: .25rem .5rem;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.consent_prefs_list {
  flex-flow: column;
  display: flex;
  overflow: auto;
}

.consent_opt-in {
  display: block;
}

.consent_banner_privacy-link {
  color: var(--brand);
  text-decoration: underline;
}

.consent_prefs_open-text {
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.consent_prefs_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.consent_prefs_icon.is-active {
  transform: rotate(90deg);
}

.consent_prefs_label {
  margin-right: .25rem;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.consent_prefs_page {
  color: var(--brand);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-decoration: underline;
}

.consent_checkbox_label {
  margin-bottom: 0;
  margin-right: auto;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.consent_prefs_buttons {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f5f5f5;
  border-top: 1px solid silver;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.consent_opt-in_prefs {
  z-index: 99998;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.consent_button_prefs-submit {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  transition: opacity .2s;
}

.consent_button_prefs-submit:hover {
  opacity: .7;
}

.consent_prefs_open-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--brand-20);
  color: #fff;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: opacity .2s;
  display: flex;
}

.consent_prefs_open-button:hover {
  opacity: .7;
}

.consent_prefs_category-accordion {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.consent_opt-in_open-prefs {
  z-index: 99999;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  padding-bottom: 1rem;
  padding-left: 1rem;
  display: block;
  position: fixed;
  inset: auto auto 0% 0%;
}

.consent_prefs_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #f5f5f5;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.consent_prefs_empty-state {
  background-color: var(--brand-8);
  color: var(--brand-8);
  text-align: center;
  border-radius: .25rem;
  padding: 1rem;
  font-family: Geist Variable, Verdana, sans-serif;
}

.consent_button_reject {
  color: #000;
  text-align: center;
  background-color: #0000001a;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.consent_button_reject:hover {
  opacity: .7;
}

.consent_provider_template {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 .5px #d9d9d9;
}

.consent_prefs_form-wrapper {
  color: #000;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: visible;
}

.text-block-40 {
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 13px;
}

.text-block-41 {
  font-size: 13px;
}

.text-block-42 {
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
}

.text-block-43 {
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.icon-1x1-small-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
}

.features-tab-wrapper {
  background-color: var(--background);
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px #66607936;
}

.text-size-medium {
  font-size: 1.2rem;
}

.banner_small-height {
  padding-top: 52%;
  position: relative;
}

.heading-style-h6 {
  color: var(--brand);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 20%;
  padding: 0 20px 0 0;
  display: flex;
}

.heading-style-h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.round_tab-menu {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 3.5rem;
  display: flex;
}

.function-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.banner_large-height {
  padding-top: 54.8%;
  position: relative;
}

.banner-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.full_img-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-tab-content {
  flex: 1;
}

.grid-3-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 2fr 1fr;
  grid-auto-rows: auto;
  height: auto;
}

.arrow-tab {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--text-muted);
  height: 3.5rem;
  color: var(--surface);
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.arrow-tab.w--current {
  background-color: var(--text-primary);
  color: var(--brand);
  background-image: none;
  font-weight: 700;
}

.tabs-wrapper {
  background-color: var(--surface);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.button-icon {
  color: #3370ff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--brand-20);
  border-radius: 28px;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.slider-tab {
  background-color: var(--surface);
  max-width: 80rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.tab-text {
  padding-top: 10px;
  padding-left: 10px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-family: Geist Variable, Verdana, sans-serif;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button:hover {
  background-color: #000cb8;
}

.banner_icon-wrapper {
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-bottom: .5rem;
  display: flex;
}

.button-icon-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: .6rem;
  display: flex;
}

.banner_small {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.subheader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: stretch;
  display: flex;
}

.badge {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.banner_large {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.text-weight-medium {
  font-weight: 600;
}

.function-icon {
  width: 4.5rem;
  height: 4.5rem;
}

.banner-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #5b5b5b;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.banner-wrapper.is-purple {
  background-color: #d3d5fd;
}

.banner-wrapper.is-pink {
  background-color: #ffdbef;
}

.banner-wrapper.is-green {
  text-align: center;
  background-color: #c8fdc2;
}

.banner-wrapper.is-orange {
  background-color: #ffebce;
}

.banner-wrapper.is-lightblue {
  background-color: #dffffc;
}

.banner-wrapper.is-blue {
  background-color: #cedfff;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.bullet-img-wrapper {
  box-sizing: border-box;
  aspect-ratio: 1;
  border-radius: 12px;
  width: 50%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.round-tab {
  background-color: #fff0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 20px;
  line-height: 20px;
  display: flex;
}

.round-tab:hover {
  background-color: #fff;
}

.round-tab.w--current {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 14px #5d6ec70a;
}

.bullet-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-six-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  height: 30rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-grey {
  color: var(--text-primary);
  font-family: Geist Variable, Verdana, sans-serif;
}

.features-tab-wrapper-2 {
  background-color: var(--surface);
  border: 1px #000;
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
}

.heading-style-h6-2 {
  letter-spacing: .1px;
  margin-bottom: 0;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5;
}

.feature-tab-menu-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 20%;
  padding: 0 20px 0 0;
  display: flex;
}

.arrow-tab-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--rule);
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  height: 50px;
  padding-left: 10px;
  padding-right: 1.5rem;
  font-family: Geist Variable, Verdana, sans-serif;
  display: flex;
}

.arrow-tab-2.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--brand-50);
  color: #3370ff;
  background-image: none;
  flex-flow: row;
  height: 50px;
  padding-left: 10px;
  font-weight: 700;
}

.feature-content-box {
  z-index: 0;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--brand-20);
  border-radius: 28px;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-text-2 {
  color: var(--text-primary);
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 20px;
}

.button-2 {
  background-color: var(--brand);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-family: Geist Variable, Verdana, sans-serif;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button-2:hover {
  background-color: var(--brand-8);
}

.feat-h2-copy {
  color: var(--text-primary);
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 38px;
  line-height: 1.1;
}

.features-workflow-h1 {
  color: var(--text-primary);
  text-align: center;
  padding-top: 30px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
}

.section-4 {
  border-top: 1px solid var(--rule);
  background-color: var(--surface);
  margin-top: 0;
  padding-top: 10px;
}

.tab-pane-tab-1 {
  border-radius: 11px;
}

.feature-number {
  background-color: var(--brand);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.paragraph-2 {
  color: var(--text-primary);
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.feature-sub {
  color: var(--text-primary);
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.feature-xofx {
  background-color: var(--brand-20);
  width: 80px;
  height: 24px;
  color: var(--text-primary);
  letter-spacing: .7px;
  -webkit-text-stroke-color: var(--text-primary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.background-video {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.section-5 {
  padding-top: 40px;
}

.features-list-head {
  color: var(--text-primary);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
}

.features-list-eyebrow {
  color: var(--brand);
  text-align: center;
  letter-spacing: .11px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.features-sub {
  max-width: 600px;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}

.new-hero {
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-weight: 400;
}

.original {
  letter-spacing: 6px;
  margin-bottom: 0;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.new-hero-eyebrow {
  color: var(--brand);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 20px;
  font-family: InstrumentserifItalic, Times New Roman, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 500;
}

.text-block-45 {
  padding-top: 20px;
  padding-bottom: 50px;
}

.pagehero-h1 {
  width: 700px;
  color: var(--text-primary);
  text-align: center;
  letter-spacing: -.02px;
  margin-top: 0;
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.trust-headline-signup {
  color: var(--text-primary);
  margin-bottom: 12px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 32px;
}

.link-block {
  width: 80px;
  text-decoration: none;
  display: flex;
}

.next-feature {
  width: 120px;
  text-decoration: none;
  display: flex;
}

.gotonext {
  background-color: var(--brand-20);
  width: 120px;
  height: 24px;
  color: var(--text-primary);
  letter-spacing: .7px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-6 {
  color: var(--brand);
  text-decoration: none;
}

.pagehero-features-h1 {
  width: 650px;
  color: var(--text-primary);
  text-align: center;
  letter-spacing: -.02px;
  margin-top: 0;
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.code-embed-8 {
  display: none;
}

.home-feature-image {
  border: 0 solid #000;
  border-radius: 18px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.founder-img {
  border: 1px solid var(--rule);
  border-radius: 12px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.latepayment-lead {
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.latepayment-terms {
  color: var(--text-muted);
  margin-top: 30px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.late-pay-body {
  color: var(--text-primary);
  margin-bottom: 20px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}

.late-pay-body.sub-head {
  font-weight: 700;
}

.text-span-4 {
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
}

.text-span-5 {
  font-size: 17px;
}

.gig-contracts-body-copy {
  z-index: 1;
  background-color: var(--surface);
  padding: 60px 40px 5px;
  position: relative;
}

.late-story-inner {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.late-left-col {
  flex: 0 0 500px;
  width: 340px;
  min-height: 0;
}

.late-left-text, .late-right-col {
  flex: 1 1 0;
}

.late-payments-story {
  z-index: 1;
  padding: 60px 40px 5px;
  position: relative;
}

.late-payments-story-inner {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.late-left-top-para {
  flex: 0 0 500px;
  min-height: 0;
}

.late-payment-right-col {
  flex: 1 1 0;
}

.late-story-inner-new {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.late-left-new {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.late-right-new {
  width: 50%;
}

.calc-story {
  z-index: 1;
  padding: 60px 40px 5px;
  display: flex;
  position: relative;
}

.container {
  max-width: 1080px;
  display: flex;
}

.latepaymentsleft, .div-block-10 {
  width: 50%;
}

.late-payments-top {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 1080px;
  display: flex;
}

.latepaymentsright {
  width: 50%;
  padding-top: 100px;
}

.latefaqs {
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 24px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.lateeyebrow {
  color: var(--brand);
  text-align: center;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Geist Variable, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.late-payments-faq {
  z-index: 1;
  background-color: var(--surface);
  padding: 60px 40px 5px;
  position: relative;
}

.late-payments-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 1080px;
  display: flex;
}

.late-footer {
  color: var(--text-muted);
  font-size: 14px;
  font-style: italic;
  line-height: 15px;
}

.calc-heading {
  color: var(--text-primary);
  margin-bottom: 24px;
  font-family: Instrumentserif, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.markdown {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-9 {
  font-family: Geist Variable, Verdana, sans-serif;
}

.section-6 {
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1920px) {
  .pricing-faq {
    padding-top: 40px;
  }

  .text-block-9 {
    padding-left: 10px;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .rt-overflow-off.rt-change-margin {
    margin-left: -50px;
  }

  .gradient {
    z-index: 0;
  }

  .hero-inner-testimonials {
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo {
    flex-flow: row;
    justify-content: flex-start;
  }

  .nav-link {
    border-bottom: 1px solid var(--rule);
    color: var(--text-primary);
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    display: block;
  }

  .nav-link.nav-mobile-only {
    display: block;
  }

  .nav-actions {
    display: none;
  }

  .nav-bar {
    width: 100%;
  }

  .hero-eyebrow {
    font-size: 14px;
  }

  .hero-lead {
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 400;
  }

  .trust-bar {
    padding-top: 20px;
  }

  .trust-desc {
    text-align: center;
  }

  .trust-block.trust-block-last, .trust-block.trust-block-desktop-only {
    display: none;
  }

  .trust-block.trust-block-first-tablet {
    border-left: 1px solid var(--rule);
  }

  .trust-bar-inner {
    justify-content: center;
  }

  .pain {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pain-layout {
    flex-flow: column;
  }

  .pain-left, .pain-right {
    width: 100%;
  }

  .pain-title {
    font-size: 16.5px;
  }

  .pain-desc, .ba-tab-before, .ba-tab-after {
    font-size: 15px;
  }

  .ba-item, .ba-item-after {
    font-size: 14px;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .proof-sub {
    font-size: 17px;
    line-height: 25px;
  }

  .features-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feat-title {
    font-size: 17px;
  }

  .feat-desc {
    font-size: 15px;
  }

  .proof {
    padding-bottom: 60px;
  }

  .testimonials {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tcard {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: var(--surface);
    flex-flow: column;
    padding: 28px;
    display: flex;
  }

  .tcard-stars {
    color: #c49a3a;
    font-size: 22px;
  }

  .tcard-quote {
    color: var(--text-muted);
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.75;
  }

  .tcard-foot {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-top: 1px solid var(--rule);
    flex-flow: row;
    align-items: center;
    padding-top: 16px;
    display: flex;
  }

  .tcard-avatar {
    border: 1px solid var(--brand);
    background-color: var(--brand);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
  }

  .tcard-name-blk, .tcard-name-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    display: flex;
  }

  .tcard-name {
    color: var(--text-primary);
    font-size: 15px;
    font-weight: 500;
  }

  .tcard-role {
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 300;
  }

  .pricing {
    border-top: 1px solid var(--rule);
    background-color: var(--surface);
    padding: 20px 40px 30px;
  }

  .pricing-inner {
    text-align: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading {
    color: var(--text-primary);
    font-family: Instrument Serif;
    font-size: 54px;
    font-weight: 400;
  }

  .pricing-sub {
    max-width: 500px;
    color: var(--text-muted);
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
  }

  .pricing-headline {
    color: var(--text-primary);
    margin-bottom: 20px;
    font-family: Instrumentserif, Times New Roman, sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 54px;
  }

  .pricing-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    max-width: 800px;
    margin-top: 56px;
    display: flex;
  }

  .pricing-card {
    background-color: var(--surface);
    text-align: center;
    border: 1px solid #aa415c38;
    border-radius: 12px;
    width: 100%;
    padding: 48px;
  }

  .pricing-label {
    color: var(--brand);
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
  }

  .heading-2 {
    color: var(--text-primary);
    font-family: Instrument Serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
  }

  .text-block {
    color: var(--text-muted);
    margin-bottom: 36px;
  }

  .pricing-feats {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--text-primary);
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    margin-bottom: 40px;
    display: grid;
  }

  .pricing-feats.agency-only {
    grid-template-rows: auto auto auto auto auto;
  }

  .pf {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    color: var(--text-primary);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    font-weight: 300;
    display: flex;
  }

  .pricing-amount {
    color: var(--text-primary);
    font-family: Instrumentserif, Times New Roman, sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
  }

  .pricing-per {
    color: var(--text-muted);
    margin-bottom: 20px;
  }

  .btn-pricing {
    background-color: var(--brand);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: block;
  }

  .pricing-small {
    color: var(--text-muted);
    margin-top: 14px;
    font-size: 12px;
  }

  .pricing-card-agency {
    border: 1px solid var(--rule);
    background-color: var(--surface);
    text-align: center;
    border-radius: 12px;
    width: 100%;
    padding: 48px;
  }

  .pricing-plus {
    color: var(--text-primary);
    margin-bottom: 5px;
    font-weight: 400;
  }

  .link {
    border: 1px solid var(--rule);
    color: var(--text-muted);
    text-align: center;
    border-radius: 8px;
    margin-top: 0;
    padding: 20px 24px;
    text-decoration: none;
    display: block;
  }

  .founder {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .founder-pull {
    font-family: Instrumentserif, Times New Roman, sans-serif;
  }

  .founder-body {
    font-size: 15.5px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .text-block-5, .fstat-lbl {
    font-size: 13px;
  }

  .cta {
    padding-top: 60px;
  }

  .cta-lead {
    font-size: 17px;
    line-height: 25px;
  }

  .cta-note {
    font-size: 14px;
  }

  .footer-inner, .footer-links {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-link {
    text-align: center;
    line-height: 14px;
  }

  .footer-bottom, .footer-social {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navigation {
    background-color: var(--background);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .hero-dashboard {
    margin-top: -20px;
    display: none;
  }

  .pain-sub {
    font-size: 17px;
    line-height: 25px;
  }

  .image-8 {
    border-bottom-right-radius: 20px;
    padding-bottom: 20px;
  }

  .award-logo {
    height: auto;
  }

  .award-small {
    width: 120px;
  }

  .quote-highlight {
    padding-right: 2px;
  }

  .giggio-badges-wrap {
    display: none;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--background-30);
  }

  .image-11 {
    object-fit: contain;
    width: 80%;
    max-width: 90%;
    height: 600px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .feat-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feat-section-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .feat-section-left.feat-col-l {
    width: 100%;
    padding-left: 0;
  }

  .feat-section-left.feat-col-r {
    order: -1;
    padding-top: 20px;
    padding-right: 0;
  }

  .feat-section-right.feat-section-l {
    padding-top: 0;
  }

  .feat-image {
    max-width: 50%;
  }

  .pricing-features-inner {
    text-align: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pricing-page-sub {
    font-size: 17px;
    line-height: 25px;
  }

  .pricing-feat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .agency-grid {
    border: 1px solid var(--rule);
    background-color: var(--surface);
    text-align: center;
    border-radius: 12px;
    width: 100%;
    padding: 48px;
  }

  .agency-grid-text {
    color: var(--text-muted);
    margin-bottom: 20px;
  }

  .rt-home-three-benefits-image {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .rt-autofit-2.rt-responsive-full-width-two {
    width: 100%;
    height: 100%;
  }

  .rt-home-three-benefits-text {
    min-width: 100%;
  }

  .rt-accordion-main {
    max-width: 100%;
  }

  .rt-home-three-benefits-main {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: stretch;
  }

  .legal-body {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-hero-eyebrow {
    font-size: 14px;
  }

  .reviews-video-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .reviews-text-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .signup-inner {
    flex-flow: column;
  }

  .signup-form-wrap {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .signup-trust {
    order: 4;
    width: 100%;
  }

  .signup-card {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-story-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-photo-col {
    flex-basis: 300px;
  }

  .about-hero-subhead {
    font-size: 16px;
  }

  .cs-content-inner {
    flex-flow: column;
  }

  .cs-content-right {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .contact-left {
    order: 1;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-wrap {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-card {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-intro {
    width: 70%;
  }

  .contact-reason {
    width: 75%;
  }

  .gig-contracts-case-studies {
    flex-basis: 300px;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .banner-right {
    flex-direction: row;
  }

  .grid-3-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr;
    height: auto;
  }

  .arrow-tab {
    justify-content: center;
    width: 100%;
    height: 3rem;
  }

  .arrow-tab.w--current {
    background-size: contain;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .feature-tab-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    width: 100%;
    padding: 0 0 20px;
  }

  .arrow-tab-2 {
    justify-content: center;
    width: 100%;
    height: 3rem;
    padding-right: 10px;
  }

  .arrow-tab-2.w--current {
    background-size: contain;
  }

  .feature-content-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    display: flex;
  }

  .tab-text-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-number {
    border: 1px solid var(--brand);
    background-color: var(--brand);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    font-weight: 600;
    display: none;
  }

  .feature-xofx {
    border: 1px solid var(--brand);
    background-color: var(--brand);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 28px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
  }

  .background-video {
    width: 100%;
  }

  .features-list-eyebrow {
    font-size: 14px;
  }

  .features-sub {
    color: var(--text-primary);
    font-size: 18px;
    font-weight: 400;
  }

  .new-hero-eyebrow {
    font-size: 36px;
  }

  .pagehero-h1 {
    width: 650px;
    font-family: Instrumentserif, Times New Roman, sans-serif;
  }

  .gotonext {
    border: 1px solid var(--brand);
    background-color: var(--brand);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 28px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
  }

  .pagehero-features-h1 {
    width: 650px;
    font-family: Instrumentserif, Times New Roman, sans-serif;
  }

  .founder-img {
    border-bottom-right-radius: 20px;
    padding-bottom: 20px;
  }

  .late-story-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .late-left-col {
    flex-basis: 300px;
  }

  .late-payments-story-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .late-left-top-para {
    flex: none;
  }

  .late-story-inner-new {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .late-left-new {
    flex-basis: 300px;
  }

  .latepaymentsleft {
    width: 100%;
  }

  .late-payments-top {
    flex-flow: column;
  }

  .latepaymentsright {
    width: 100%;
    padding-top: 10px;
  }

  .late-payments-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-h1 {
    font-size: 62px;
  }

  .pain-headline {
    font-size: 45px;
  }

  .ba-item.before-heading, .ba-item-after.after-heading {
    display: none;
  }

  .features-headline, .proof-headline {
    font-size: 45px;
  }

  .tcard-stars {
    font-size: 22px;
  }

  .pricing {
    padding-top: 20px;
  }

  .pricing-headline {
    line-height: 1.1;
  }

  .pricing-label {
    text-align: center;
  }

  .pricing-amount {
    font-family: Instrumentserif, Times New Roman, sans-serif;
  }

  .founder-text, .founder-stats {
    width: 100%;
  }

  .founder-layout {
    flex-flow: column;
  }

  .founder-pull {
    font-family: Instrumentserif, Times New Roman, sans-serif;
  }

  .hero-dashboard {
    margin-top: 0;
  }

  .award-small {
    width: 126px;
  }

  .feat-section {
    padding-bottom: 10px;
  }

  .feat-section-left.feat-col-l {
    padding-right: 10px;
  }

  .feat-section-right.feat-section-l {
    padding-right: 20px;
  }

  .feat-layout {
    padding: 24px 10px;
  }

  .feat-sidebar {
    flex-basis: 160px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .image-12 {
    padding-right: 10px;
  }

  .rt-home-three-benefits-image {
    grid-template-rows: auto auto;
  }

  .rt-home-three-benefits-text {
    min-width: auto;
  }

  .reviews-h1 {
    font-size: 70px;
  }

  .love-giggio {
    font-size: 62px;
  }

  .reviews-video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-subhead {
    text-align: center;
  }

  .checkbox-field {
    width: 100%;
  }

  .start-trial {
    margin-left: auto;
    margin-right: auto;
  }

  .newtogiggio-headline {
    text-align: center;
  }

  .about-story-inner {
    flex-flow: column;
  }

  .about-photo-col {
    flex-basis: 200px;
    width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-intro, .contact-reason {
    width: 100%;
  }

  .gig-contracts-case-studies {
    flex-basis: 200px;
    width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .consent_placeholder_wrapper {
    font-size: 1rem;
  }

  .icon-1x1-small-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
  }

  .round_tab-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: flex-start;
  }

  .banner-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-3-2 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .button {
    padding: .75rem 1.5rem;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-six-wrapper {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .feature-content-box {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .button-2 {
    padding: .75rem 1.5rem;
  }

  .pagehero-h1, .pagehero-features-h1 {
    width: 80%;
    font-family: Instrumentserif, Times New Roman, sans-serif;
    font-size: 62px;
  }

  .late-story-inner {
    flex-flow: column;
  }

  .late-left-col {
    flex-basis: 200px;
    width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .late-payments-story-inner {
    flex-flow: column;
  }

  .late-left-top-para {
    flex-basis: 200px;
    width: 100%;
    min-height: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .late-story-inner-new {
    flex-flow: column;
  }

  .late-left-new {
    flex-basis: 200px;
    width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .late-right-new {
    width: 100%;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .latepaymentsleft, .div-block-10 {
    width: 100%;
  }

  .late-payments-top {
    flex-flow: column;
    align-items: center;
  }

  .latepaymentsright {
    width: 100%;
  }

  .late-payments-bottom {
    flex-flow: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-eyebrow {
    text-align: center;
    font-size: 16px;
  }

  .hero-h1 {
    text-align: center;
    width: 100%;
    height: 130px;
    margin-bottom: 25px;
    font-family: Instrumentserif, Times New Roman, sans-serif;
    font-size: 50px;
    line-height: 1.2;
  }

  .text-span {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Instrumentserif, Times New Roman, sans-serif;
    font-size: 56px;
    font-style: normal;
    line-height: 2px;
  }

  .hero-lead {
    max-width: 100%;
    color: var(--text-primary);
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.6;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .btn-hero {
    padding-bottom: 14px;
    font-size: 18px;
  }

  .btn-hero-ghost {
    font-size: 18px;
  }

  .hero-footnote {
    margin-top: 5px;
    font-size: 15px;
    display: none;
  }

  .trust-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .trust-block.trust-block-last, .trust-block.trust-block-first-tablet.trust-block-mobile {
    display: none;
  }

  .trust-block.trust-block-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .pain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .eyebrow {
    font-size: 16px;
  }

  .eyebrow.left-align-eyebrow {
    font-size: 15.5px;
  }

  .pain-layout {
    margin-top: 20px;
  }

  .ba-card {
    flex-flow: column;
    display: flex;
  }

  .ba-top {
    flex-flow: column;
    display: none;
  }

  .ba-tab-before, .ba-tab-after {
    width: 100%;
  }

  .ba-cols {
    flex-flow: column;
  }

  .ba-col-before {
    width: 100%;
  }

  .ba-item {
    font-size: 15px;
    font-weight: 300;
  }

  .ba-item.before-heading {
    font-weight: 600;
    display: block;
  }

  .ba-col-after {
    width: 100%;
  }

  .ba-item-after {
    font-size: 15px;
  }

  .ba-item-after.after-heading {
    font-weight: 600;
    display: block;
  }

  .ba-foot {
    display: none;
  }

  .features {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-headline {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 46px;
  }

  .proof-sub {
    color: var(--text-primary);
    padding-top: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .features-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feat-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 23px;
  }

  .feat-desc {
    font-size: 17px;
    line-height: 1.7;
  }

  .proof {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .proof-inner {
    display: block;
  }

  .proof-header {
    flex-flow: column;
  }

  .proof-headline {
    text-align: center;
    font-size: 56px;
  }

  .testimonials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tcard-stars {
    font-size: 24px;
  }

  .tcard-quote {
    color: var(--text-primary);
    font-size: 16.5px;
  }

  .tcard-name {
    font-size: 17px;
  }

  .tcard-role {
    font-size: 16px;
  }

  .pricing {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-sub {
    color: var(--text-primary);
    font-size: 19px;
  }

  .pricing-headline {
    font-family: Instrumentserif, Times New Roman, sans-serif;
  }

  .pricing-card {
    padding: 20px 10px 30px;
  }

  .pricing-label {
    text-align: center;
    font-size: 16px;
  }

  .pf {
    font-size: 15px;
  }

  .pricing-amount {
    font-family: Instrumentserif, Times New Roman, sans-serif;
    font-size: 75px;
  }

  .pricing-per {
    font-size: 17px;
  }

  .btn-pricing {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-small {
    font-size: 14px;
  }

  .pricing-card-agency {
    padding: 30px 10px 20px;
  }

  .pricing-plus {
    font-size: 15px;
  }

  .link {
    background-color: var(--primary-white-5);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .founder {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .founder-pull {
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: Instrumentserif, Times New Roman, sans-serif;
  }

  .founder-body {
    font-size: 17px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .founder-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .fstat-val {
    font-size: 54px;
  }

  .fstat-lbl {
    font-size: 20px;
  }

  .cta {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-headline {
    font-family: Instrumentserif, Times New Roman, sans-serif;
  }

  .cta-lead {
    color: var(--text-primary);
  }

  .footer-top {
    flex-flow: column;
    justify-content: center;
  }

  .footer-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    width: 100%;
  }

  .footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .navigation {
    display: none;
  }

  .hero-dashboard {
    max-width: 100vw;
    margin-top: 20px;
    margin-left: -40px;
    margin-right: -40px;
  }

  .pain-sub {
    color: var(--text-primary);
    margin-bottom: 30px;
  }

  .award-logo {
    max-width: 275%;
    margin-top: -65px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .award-small {
    width: 150px;
  }

  .menu-button {
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--background-85);
  }

  .code-embed-2 {
    display: block;
  }

  .image-11 {
    width: 120%;
    max-width: 100%;
    height: 400px;
    margin: -10px -20px 40px;
    padding-left: 0;
  }

  .feat-section-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .feat-section-left.feat-col-l {
    padding-right: 0;
  }

  .feat-section-right.feat-col-r, .feat-section-right.feat-section-l {
    padding-left: 20px;
  }

  .feat-h2 {
    font-size: 45px;
  }

  .feat-body {
    font-size: 17px;
  }

  .feat-layout {
    padding-top: 10px;
  }

  .feat-sidebar {
    display: none;
    overflow: visible;
  }

  .feat-bullet-text {
    padding-left: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .image-12 {
    padding-right: 0;
  }

  .feat-image {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pricing-features-inner {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-page-sub {
    color: var(--text-primary);
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .pricing-feat-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pricing-bullet {
    padding-left: 20px;
  }

  .text-block-7 {
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .agency-grid {
    margin-top: 20px;
    padding: 20px;
  }

  .agency-grid-text {
    font-size: 17px;
    line-height: 26px;
  }

  .pricing-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-faq-inner {
    flex-flow: column;
  }

  .faq-item, .rt-home-three-benefits-image {
    width: 100%;
  }

  .rt-home-three-benefits-text {
    max-width: 100%;
  }

  .div-block-6 {
    width: 100%;
  }

  .text-block-10, .text-block-11 {
    font-size: 18px;
  }

  .faq-q {
    font-size: 20.5px;
  }

  .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18 {
    font-size: 18px;
  }

  .feature-headings {
    text-align: left;
    padding-left: 20px;
    font-size: 17px;
  }

  .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28 {
    text-align: left;
  }

  .legal-hero-heading {
    line-height: 1.2;
  }

  .legal-body {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal-p {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .reviews-h1 {
    font-size: 52px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .love-giggio {
    font-size: 45px;
  }

  .testimonial-hero-eyebrow {
    font-size: 17px;
  }

  .reviews-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviews-video-grid {
    grid-template-columns: 1fr;
  }

  .giggio-tcard-img-quote {
    font-size: 27px;
  }

  .giggio-tcard-full-quote {
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
  }

  .giggio-tcard-act {
    font-size: 15px;
  }

  .bold-text {
    font-size: 17px;
  }

  .reviews-eyebrow {
    font-size: 13px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 40px;
  }

  .reviews-text-grid-2 {
    grid-template-columns: 1fr;
  }

  .signup-section {
    padding-left: 0;
    padding-right: 0;
  }

  .signup-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .signup-trust {
    padding-left: 30px;
    padding-right: 30px;
  }

  .signup-card {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .signup-title {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .signup-subtitle {
    color: var(--text-primary);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .signup-section-subtitle {
    font-size: 14px;
  }

  .signup-input {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .signup-input::placeholder {
    font-size: 14px;
  }

  .link-2 {
    font-size: 13px;
  }

  .trust-headline {
    font-size: 35px;
  }

  .trust-subhead {
    font-size: 17px;
  }

  .trust-point-text {
    font-size: 16px;
  }

  .trust-quote-text {
    font-size: 27px;
    font-weight: 400;
    line-height: 1.5;
  }

  .text-block-34 {
    font-size: 15px;
  }

  .text-reassurance {
    font-size: 12px;
  }

  .checkbox-field {
    width: 100%;
  }

  .trust-info-title {
    font-size: 15px;
  }

  .trust-info-body {
    font-size: 16px;
  }

  .checkbox-label {
    font-size: 13px;
    display: inline;
  }

  .login-input {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .login-input::placeholder {
    font-size: 14px;
  }

  .login-password-input {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .login-password-input::placeholder {
    font-size: 14px;
  }

  .start-trial {
    padding-bottom: 14px;
  }

  .code-embed-4 {
    display: none;
  }

  .reset-sections {
    padding-left: 0;
    padding-right: 0;
  }

  .about-fade {
    background-image: linear-gradient(180deg, #0c0b0bed 12%, var(--background-50) 49%, #0c0b0ba8 100%, var(--background-95));
  }

  .about-story {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-story-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-photo-col {
    min-height: 350px;
  }

  .image-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-eyebrow {
    flex-flow: column;
    font-size: 15px;
    display: flex;
  }

  .heading-5 {
    flex-flow: column;
    line-height: 45px;
    display: flex;
  }

  .about-body {
    font-size: 17px;
  }

  .about-check-text {
    font-size: 17px;
    line-height: 22px;
  }

  .about-sign-off {
    font-size: 17px;
  }

  .about-founder {
    font-size: 15px;
  }

  .about-name {
    font-size: 19px;
  }

  .hero-testimonials, .about-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cs-hero {
    min-height: 400px;
  }

  .cs-hero-title {
    font-size: 60px;
    line-height: 1.5;
  }

  .cs-intro {
    padding-bottom: 30px;
  }

  .cs-intro-text {
    font-weight: 400;
    line-height: 1.8;
  }

  .cs-video-inner {
    padding-bottom: 20px;
  }

  .cs-article-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .cs-article-h3 {
    font-size: 15px;
    line-height: 1.4;
  }

  .cs-article-body {
    font-size: 17px;
    font-weight: 300;
  }

  .text-block-36 {
    font-family: InstrumentserifItalic, Times New Roman, sans-serif;
    font-style: italic;
  }

  .cs-sign-off-text {
    font-size: 22px;
  }

  .giggio-tcard-read {
    background-color: var(--brand);
  }

  .hero-pricing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-section {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-section-subtitle {
    font-size: 12px;
  }

  .contact-card {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-heading {
    font-size: 34px;
  }

  .contact-intro {
    font-size: 16px;
  }

  .contact-reason {
    margin-bottom: 15px;
  }

  .heading-6 {
    font-size: 17px;
  }

  .paragraph {
    font-size: 16px;
  }

  .contact-name {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .contact-name::placeholder {
    font-size: 14px;
  }

  .contact-email {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .contact-email::placeholder {
    font-size: 14px;
  }

  .contact-detail-label, .contact-detail-value {
    font-size: 15px;
  }

  .code {
    font-family: Geist Variable, Verdana, sans-serif;
  }

  .contracts-body {
    font-size: 17px;
  }

  .gig-contracts-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gig-contracts-story {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gig-contracts-case-studies {
    min-height: 600px;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .consent_placeholder_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .consent_placeholder_prefs {
    padding-left: 0;
    padding-right: 0;
  }

  .consent_prefs_heading {
    color: var(--brand);
    font-family: Geist Variable, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .consent_banner {
    margin-left: 1rem;
    left: 0%;
  }

  .consent_prefs_label-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

  .consent_banner_link {
    order: 1;
  }

  .consent_prefs_description {
    text-wrap: balance;
  }

  .consent_button_prefs {
    padding-left: 0;
    padding-right: 0;
  }

  .consent_prefs_popup {
    padding: 1.25rem;
  }

  .consent_prefs_label-active {
    border-style: none;
    padding: 0;
  }

  .consent_banner_buttons {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .consent_prefs_buttons {
    flex-flow: column;
    align-items: stretch;
  }

  .text-block-44 {
    font-weight: 700;
  }

  .icon-1x1-small-2 {
    flex: none;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    margin-bottom: -10px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .round_tab-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: auto;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .function-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-right {
    flex-direction: column;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .arrow-tab {
    border-radius: 8px;
    flex: 0 auto;
    height: 30px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: Geist Variable, Verdana, sans-serif;
  }

  .arrow-tab.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .tab-text {
    flex: none;
    margin-bottom: 10px;
  }

  .button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subheader-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
  }

  .banner-wrapper.is-green {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex: 0 auto;
    padding: 18px;
    font-size: .9rem;
  }

  .grid-six-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-small.text-color-grey {
    font-size: 16px;
    line-height: 23px;
  }

  .features-tab-wrapper-2 {
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h6-2 {
    font-size: 42px;
  }

  .feature-tab-menu-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    overflow: auto;
  }

  .arrow-tab-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .arrow-tab-2.w--current {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 40px;
    padding-left: 0;
  }

  .feature-content-box {
    padding: 2rem 1.25rem;
  }

  .tab-text-2 {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
  }

  .button-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feat-h2-copy {
    font-size: 45px;
  }

  .features-workflow-h1 {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 38px;
  }

  .feature-number {
    flex-flow: row;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    margin-right: 0;
    display: flex;
  }

  .feature-sub {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .section-5 {
    padding-top: 60px;
  }

  .features-list-head {
    margin-top: 10px;
    padding: 10px 20px 20px;
    font-size: 42px;
  }

  .features-list-eyebrow {
    text-align: center;
    font-size: 18px;
  }

  .features-sub {
    max-width: 100%;
    color: var(--text-primary);
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.6;
  }

  .original {
    font-size: 17px;
  }

  .new-hero-eyebrow {
    text-align: center;
    font-size: 27px;
    font-style: italic;
  }

  .text-block-45 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .pagehero-h1 {
    text-align: center;
    width: 100%;
    font-family: Instrumentserif, Times New Roman, sans-serif;
    font-size: 60px;
    line-height: .95;
  }

  .trust-headline-signup {
    text-align: center;
    font-size: 35px;
  }

  .next-feature {
    text-align: center;
    width: 50%;
  }

  .gotonext {
    width: 200px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .pagehero-features-h1 {
    text-align: center;
    width: 100%;
    font-family: Instrumentserif, Times New Roman, sans-serif;
    font-size: 60px;
    line-height: .95;
  }

  .home-feature-image {
    border-width: 1px;
    border-color: #858585;
  }

  .founder-img {
    padding-bottom: 0;
  }

  .late-pay-body {
    flex-flow: column;
    font-size: 17px;
    display: flex;
  }

  .gig-contracts-body-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .late-story-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .late-left-col {
    min-height: 1500px;
  }

  .late-right-col {
    order: -9999;
  }

  .late-payments-story {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .late-payments-story-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .late-left-top-para {
    min-height: 1100px;
  }

  .late-top-text {
    flex-flow: column;
    display: flex;
  }

  .late-payment-right-col {
    order: 9999;
  }

  .late-story-inner-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .late-left-new {
    align-items: center;
    min-height: 800px;
  }

  .late-right-new {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .calc-story {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .latefaqs {
    flex-flow: column;
    line-height: 45px;
    display: flex;
  }

  .lateeyebrow {
    flex-flow: column;
    font-size: 15px;
    display: flex;
  }

  .late-payments-faq {
    padding: 30px 20px;
  }

  .calc-heading {
    flex-flow: column;
    line-height: 45px;
    display: flex;
  }
}

#w-node-_95b65c3a-4195-44f2-80a7-4c62268c36e6-f9dfe422, #w-node-_547fccce-81a0-21e2-670f-2265175fb766-f9dfe422, #w-node-bf515476-78d3-b10d-2be7-cfc59b1f7de6-f9dfe422, #w-node-_81c65284-758a-a59f-6069-f7eaedffab5a-f9dfe422, #w-node-_000dddab-cf65-37f0-488f-2a1382c1ce11-f9dfe422, #w-node-_22e9d66c-2a52-d494-c436-35435eb71df6-f9dfe422 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ecd9adcb-5b1c-3e0a-72b4-0d5c06d100ab-332c2f49 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-ecd9adcb-5b1c-3e0a-72b4-0d5c06d100ab-332c2f49 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'InstrumentserifItalic';
  src: url('../fonts/InstrumentSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Variable';
  src: url('../fonts/Geist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist VariableItalic';
  src: url('../fonts/Geist-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}