/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Aligns children in the horizontal and veritical center.
 * Multiple children are stacked vertically */
@font-face {
  font-family: "cash-market-rounded";
  src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-RegularRounded.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cash-market-rounded";
  src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-MediumRounded.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "cash-market-rounded";
  src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-BoldRounded.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "cash-market";
  src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cash-market";
  src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "cash-market";
  src: url("https://cash-f.squarecdn.com/static/fonts/cash-market/v2/CashMarket-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "cash-market-rounded", "Helvetica Neue", helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "agrandir";
  src: url("https://cash-f.squarecdn.com/static/fonts/agrandir/Agrandir-GrandHeavy.woff") format("woff2");
  font-weight: normal;
  font-style: normal;
}
main {
  font-family: "agrandir", "cash-market-rounded";
}

a {
  text-decoration: none;
}

[data-nowrap] {
  white-space: nowrap;
}

* {
  box-sizing: border-box;
}
*:last-child {
  margin-bottom: 0 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background: #1D1D1D;
}

main {
  min-width: 375px;
  max-width: 1680px;
  overflow: hidden;
}
@media (min-width: 1680px) {
  main {
    margin: 0 auto;
  }
}

[data-button] {
  display: grid;
  place-items: center;
  height: 21px;
  padding: 0 14px;
  border-radius: 100px;
  letter-spacing: -0.015em;
  line-height: 1.08;
  font-size: 8px;
  text-align: center;
  font-family: "cash-market-rounded";
  font-weight: 500;
}
@media (min-width: 1440px) {
  [data-button] {
    height: 52px;
    font-size: 20px;
    letter-spacing: -0.015em;
    padding: 0 37px;
  }
}
[data-button][data-button=green] {
  background: #00D54B;
  color: black;
}
[data-button][data-button=black] {
  background: black;
  color: white;
}
[data-button][data-button=white] {
  background: white;
  color: black;
  border: 1px solid black;
}
[data-button][data-button-primary] {
  height: 50px;
  width: 240px;
  font-size: 16px;
}
@media (min-width: 1440px) {
  [data-button][data-button-primary] {
    width: auto;
    height: 62px;
    font-size: 20px;
  }
}

[data-eyeball] {
  display: none;
  width: 65px;
  align-self: center;
}
[data-eyeball] path, [data-eyeball] clipPath, [data-eyeball] g {
  transform-origin: 50% 50%;
}
[data-eyeball] .cls-4 {
  fill: #00D54B;
}
@media (min-width: 1440px) {
  [data-eyeball] {
    display: block;
  }
}

[data-chapter],
[data-footer] {
  display: grid;
  grid-template-columns: [full-start layout-start] 1fr [content-start] 343px [content-end] 1fr [layout-end full-end];
}
@media (min-width: 1440px) {
  [data-chapter],
[data-footer] {
    grid-template-columns: [full-start] 1fr [layout-start] 77.5px [content-start] 1200px [content-end] 77.5px [layout-end] 1fr [full-end];
  }
}
[data-chapter] [data-chapter-logo],
[data-footer] [data-chapter-logo] {
  width: 148px;
  justify-self: center;
  grid-row: 1;
}
@media (min-width: 1440px) {
  [data-chapter] [data-chapter-logo],
[data-footer] [data-chapter-logo] {
    grid-column: layout;
    width: 194px;
    justify-self: start;
  }
}
@media (min-width: 1440px) {
  [data-chapter] [data-chapter-eyeball],
[data-footer] [data-chapter-eyeball] {
    grid-row: 1;
    justify-self: center;
  }
}
[data-chapter] [data-chapter-download],
[data-footer] [data-chapter-download] {
  grid-row: 4;
  grid-column: content;
  justify-self: center;
  z-index: 20;
  position: relative;
}
[data-chapter] [data-chapter-download] > *,
[data-footer] [data-chapter-download] > * {
  grid-row: 1;
}
@media (min-width: 1440px) {
  [data-chapter] [data-chapter-download],
[data-footer] [data-chapter-download] {
    display: none;
    grid-row: 1;
    grid-column: layout;
    justify-self: end;
  }
}

[data-chapter=intro] {
  background: #f2f2f2;
}
[data-chapter=intro] aside {
  background: #00D54B;
  height: 40px;
  display: grid;
  align-content: center;
  grid-column: full;
  justify-self: stretch;
  justify-content: center;
  font-family: "cash-market-rounded";
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1440px) {
  [data-chapter=intro] aside {
    font-size: 16px;
  }
}
[data-chapter=intro] header {
  grid-column: content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
@media (min-width: 1440px) {
  [data-chapter=intro] header {
    grid-column: layout;
    padding-top: 34px;
  }
}
[data-chapter=intro] [data-logo-svg] {
  width: 130px;
}
@media (min-width: 1440px) {
  [data-chapter=intro] [data-logo-svg] {
    width: 209px;
  }
}
[data-chapter=intro] [data-buttons=secondary] {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 10px;
}
[data-chapter=intro] [data-content] {
  display: grid;
  grid-column: full;
  padding-top: 40px;
  padding-bottom: 26px;
  justify-content: center;
}
@media (min-width: 1440px) {
  [data-chapter=intro] [data-content] {
    padding-top: 73px;
    grid-column: content;
    grid-template-columns: repeat(2, 1fr);
  }
}
[data-chapter=intro] img {
  width: 500px;
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  [data-chapter=intro] img {
    width: 612px;
    grid-row: 1/3;
  }
}
[data-chapter=intro] h1 {
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  max-width: 10ch;
  justify-self: center;
  margin-bottom: 48px;
}
@media (min-width: 1440px) {
  [data-chapter=intro] h1 {
    margin-bottom: 0;
    font-size: 56px;
    line-height: 1;
    max-width: 13ch;
    text-align: left;
    justify-self: start;
    letter-spacing: -0.02em;
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    margin-bottom: 48px;
    position: relative;
    top: -40px;
  }
}
[data-chapter=intro] [data-buttons=primary] {
  justify-self: center;
  display: grid;
  grid-gap: 20px;
}
@media (min-width: 1440px) {
  [data-chapter=intro] [data-buttons=primary] {
    grid-template-columns: repeat(2, max-content);
    grid-row: 2;
    grid-column: 1;
    justify-self: stretch;
    grid-gap: 10px;
    position: relative;
    top: -40px;
  }
}

[data-chapter=features] {
  background: white;
}
[data-chapter=features] header {
  grid-column: content;
  text-align: center;
  padding: 57px 0 80px;
  justify-self: center;
}
@media (min-width: 1440px) {
  [data-chapter=features] header {
    padding: 64px 0 131px;
  }
}
[data-chapter=features] header h2 {
  font-family: "cash-market-rounded";
  color: #00D54B;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media (min-width: 1440px) {
  [data-chapter=features] header h2 {
    font-size: 16px;
  }
}
[data-chapter=features] h3 {
  font-size: 28px;
  line-height: 31px;
  max-width: 12ch;
}
[data-chapter=features] h3 span {
  color: #00D54B;
}
@media (min-width: 1440px) {
  [data-chapter=features] h3 {
    font-size: 48px;
    line-height: 1;
    max-width: 20ch;
  }
}
[data-chapter=features] [data-features] {
  grid-column: content;
  display: grid;
  grid-gap: 80px;
  padding-bottom: 100px;
}
@media (min-width: 1440px) {
  [data-chapter=features] [data-features] {
    grid-gap: 140px;
  }
}
[data-chapter=features] [data-features] figure {
  display: grid;
  grid-gap: 30px;
}
@media (min-width: 1440px) {
  [data-chapter=features] [data-features] figure {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
@media (min-width: 1440px) {
  [data-chapter=features] [data-features] figcaption {
    max-width: 28ch;
    justify-self: center;
  }
}
[data-chapter=features] [data-features] h4 {
  color: #00D54B;
  font-family: "cash-market-rounded";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  [data-chapter=features] [data-features] h4 {
    font-size: 16px;
  }
}
[data-chapter=features] [data-features] h5 {
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  [data-chapter=features] [data-features] h5 {
    font-size: 40px;
    line-height: 1;
  }
}
[data-chapter=features] [data-features] p {
  font-size: 16px;
  font-family: "cash-market-rounded";
  line-height: 21px;
  font-weight: 300;
}
@media (min-width: 1440px) {
  [data-chapter=features] [data-features] p {
    font-size: 20px;
    line-height: 27px;
  }
}
[data-chapter=features] [data-features] [data-sup] {
  display: inline-block;
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}
[data-chapter=features] [data-features] aside {
  font-family: "cash-market-rounded";
  font-size: 14px !important;
  font-weight: 300;
  line-height: 19px;
  margin-top: 30px;
}
[data-chapter=features] [data-features] aside [data-sup] {
  margin-right: 5px;
}
[data-chapter=features] [data-features] aside a {
  color: #00D54B;
  text-decoration: underline;
}
[data-chapter=features] [data-features] img {
  width: 291px;
  grid-row: 1;
  place-self: center;
}
@media (min-width: 1440px) {
  [data-chapter=features] [data-features] img {
    width: 519px;
    grid-column: 2;
  }
}

[data-chapter=how-much] {
  background: white;
}
[data-chapter=how-much] figure {
  grid-column: content;
  background: #f2f2f2;
  height: 444px;
  border: 1px solid black;
  border-radius: 12px;
  box-shadow: -3px 4px 0 2px #000;
  display: grid;
  grid-gap: 20px;
  place-content: center;
}
@media (min-width: 1440px) {
  [data-chapter=how-much] figure {
    grid-gap: 40px;
  }
}
[data-chapter=how-much] figure h1 {
  font-size: 28px;
  max-width: 7.5ch;
  text-align: center;
  justify-self: center;
}
@media (min-width: 1440px) {
  [data-chapter=how-much] figure h1 {
    max-width: 10ch;
    font-size: 56px;
    line-height: 1;
  }
}
[data-chapter=how-much] figure [data-buttons] {
  display: grid;
  grid-gap: 10px;
}
@media (min-width: 1440px) {
  [data-chapter=how-much] figure [data-buttons] {
    grid-template-columns: repeat(2, max-content);
    justify-self: center;
  }
}

[data-chapter=questions] {
  background: white;
  padding: 70px 0;
}
@media (min-width: 1440px) {
  [data-chapter=questions] {
    padding: 90px;
  }
}
[data-chapter=questions] > header {
  grid-column: content;
  text-align: center;
  margin-bottom: 44px;
}
@media (min-width: 1440px) {
  [data-chapter=questions] > header {
    margin-bottom: 54px;
  }
}
[data-chapter=questions] > header img {
  width: 139px;
  margin-bottom: 30px;
}
[data-chapter=questions] [data-questions] {
  grid-column: content;
  display: grid;
  grid-row-gap: 24px;
  max-width: 880px;
  justify-self: center;
}
@media (min-width: 1440px) {
  [data-chapter=questions] [data-questions] {
    grid-row-gap: 30px;
  }
}
[data-chapter=questions] [data-question] {
  overflow: hidden;
  max-height: clamp(67px, 8vw, 78px);
  transition: all 1s ease;
}
[data-chapter=questions] [data-question] header {
  background: #00D54B;
  height: 67px;
  border-radius: 54px;
  display: grid;
  grid-template-columns: 1fr min-content;
  grid-column-gap: 15px;
  align-items: center;
  padding: 0 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: -0.02em;
  font-family: "cash-market-rounded";
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1440px) {
  [data-chapter=questions] [data-question] header {
    padding: 0 40px;
    font-size: 22px;
    height: 78px;
  }
}
[data-chapter=questions] [data-question] header > * {
  flex: 1;
}
[data-chapter=questions] [data-question] [data-arrow] {
  width: 24px;
  transition: transform 0.5s ease;
}
@media (min-width: 1440px) {
  [data-chapter=questions] [data-question] [data-arrow] {
    width: 28px;
  }
}
[data-chapter=questions] [data-question] [data-answer] {
  opacity: 0;
  transition: opacity 0.5s ease;
}
[data-chapter=questions] [data-question] [data-answer] ul {
  list-style: inside;
}
[data-chapter=questions] [data-question] [data-answer] p,
[data-chapter=questions] [data-question] [data-answer] li {
  font-family: "cash-market-rounded";
  font-size: 16px;
  line-height: 24px;
  padding: 0 23px;
  font-weight: 300;
}
[data-chapter=questions] [data-question] [data-answer] p a,
[data-chapter=questions] [data-question] [data-answer] li a {
  color: #00D54B;
  text-decoration: underline;
}
@media (min-width: 1440px) {
  [data-chapter=questions] [data-question] [data-answer] p,
[data-chapter=questions] [data-question] [data-answer] li {
    padding: 0 40px;
    font-size: 22px;
    line-height: 29px;
  }
}
[data-chapter=questions] [data-question] [data-answer] p, [data-chapter=questions] [data-question] [data-answer] ul {
  margin-bottom: 1.3em;
}
[data-chapter=questions] [data-question] [data-answer] li {
  margin-bottom: 0.9em;
}
[data-chapter=questions] [data-question][data-active=true] {
  max-height: 80vh;
}
[data-chapter=questions] [data-question][data-active=true] [data-answer] {
  opacity: 1;
}
[data-chapter=questions] [data-question][data-active=true] [data-arrow] {
  transform: rotate(180deg);
}

[data-footer] {
  background: black;
  padding: 44px 0;
}
@media (min-width: 1440px) {
  [data-footer] {
    padding: 60px 0;
  }
}
[data-footer] [data-footer-content] {
  grid-column: content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 60px;
  grid-column-gap: 5px;
  justify-self: stretch;
  align-items: start;
}
@media (min-width: 1440px) {
  [data-footer] [data-footer-content] {
    grid-column: layout;
    grid-template-columns: 505px repeat(2, 1fr) min-content;
    grid-row-gap: 100px;
  }
}
[data-footer] [data-footer-ctas] {
  grid-column: 1/3;
}
@media (min-width: 1440px) {
  [data-footer] [data-footer-ctas] {
    grid-column: 1;
  }
}
[data-footer] [data-footer-ctas] h2 {
  color: white;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  [data-footer] [data-footer-ctas] h2 {
    margin-bottom: 30px;
    width: 13em;
  }
}
[data-footer] [data-footer-scan] {
  display: none;
}
@media (min-width: 1440px) {
  [data-footer] [data-footer-scan] {
    display: grid;
    grid-template-columns: min-content 130px;
    grid-template-rows: min-content;
    align-items: center;
  }
}
[data-footer] [data-footer-scan] h3 {
  color: #00D54B;
  font-size: 18px;
  line-height: 108%;
  width: 10em;
  margin-bottom: 10px;
}
[data-footer] [data-footer-scan] img {
  width: 100%;
}
[data-footer] [data-footer-eyeball] {
  align-self: start;
}
[data-footer] [data-footer-buttons] {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(2, max-content);
}
@media (min-width: 1440px) {
  [data-footer] [data-footer-buttons] {
    display: none;
  }
}
[data-footer] [data-learn-more],
[data-footer] [data-social],
[data-footer] [data-legalese],
[data-footer] [data-copyright] {
  font-family: "cash-market-rounded";
}
[data-footer] [data-learn-more],
[data-footer] [data-social],
[data-footer] [data-copyright] {
  font-size: 14px;
  line-height: 1.4;
  color: white;
}
[data-footer] [data-learn-more] h3,
[data-footer] [data-social] h3,
[data-footer] [data-copyright] h3 {
  opacity: 0.6;
  margin-bottom: 27px;
}
[data-footer] [data-learn-more] a,
[data-footer] [data-social] a,
[data-footer] [data-copyright] a {
  color: inherit;
  font-weight: 700;
}
[data-footer] [data-learn-more] h3 {
  width: 10em;
}
@media (min-width: 1440px) {
  [data-footer] [data-learn-more] h3 {
    width: auto;
  }
}
[data-footer] [data-learn-more] li {
  margin-bottom: 13px;
}
[data-footer] [data-social] h3 {
  width: 5em;
}
@media (min-width: 1440px) {
  [data-footer] [data-social] h3 {
    width: auto;
  }
}
[data-footer] [data-social] ul {
  display: grid;
  grid-template-columns: repeat(2, min-content);
  grid-gap: 24px;
}
@media (min-width: 1440px) {
  [data-footer] [data-social] ul {
    grid-template-columns: repeat(3, min-content);
  }
}
[data-footer] [data-footer-logo] {
  width: 138px;
}
[data-footer] [data-legalese] {
  font-size: 10px;
  line-height: 11px;
  color: #747171;
  grid-column: 1/3;
  grid-row: 3;
}
@media (min-width: 1440px) {
  [data-footer] [data-legalese] {
    grid-row: 2;
    grid-column: 2/4;
    font-size: 12px;
    line-height: 13px;
  }
}
[data-footer] [data-legalese] p {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  [data-footer] [data-legalese] p {
    width: 50em;
  }
}
[data-footer] [data-legalese] a, [data-footer] [data-legalese] strong {
  color: #959494;
  font-weight: 700;
}
[data-footer] [data-copyright] {
  opacity: 0.6;
}
[data-footer] [data-copyright] p {
  width: 6em;
}

[data-show-on-ck] {
  display: none !important;
}

[data-utm=credit-karma] [data-hide-on-ck] {
  display: none;
}
[data-utm=credit-karma] [data-show-on-ck] {
  display: block !important;
}
[data-utm=credit-karma] [data-show-on-ck][data-show-on-ck=grid] {
  display: grid !important;
}