nav a.active {
  color: #3fb950;
}

.brand-mark {
  color: #616262;
}

.menu-toggle {
  display: none;
}

.systems-slider {
  position: relative;
}

.systems-slider__viewport {
  overflow: hidden;
}

.systems-slide {
  align-items: center;
  display: none;
  gap: 3rem;
  grid-template-columns: minmax(14rem, 20rem) minmax(0, 1fr);
}

.systems-slide.is-active {
  display: grid;
}

.systems-slide__image {
  display: flex;
  justify-content: center;
}

.systems-slide__image img {
  border: 1px solid #30363d;
  max-height: 32rem;
  max-width: min(100%, 20rem);
  object-fit: contain;
  width: 100%;
}

.systems-slide__content {
  max-width: 34rem;
}

.systems-slide__eyebrow {
  color: #58a6ff;
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}

.systems-slide h1 {
  color: #f0f6fc;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

.systems-slide__title-row {
  align-items: flex-end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.systems-slide__pronunciation {
  color: #8b949e;
  flex: 0 0 auto;
  font-size: 0.8125rem;
  font-style: italic;
  margin: 0 0 0.45rem;
  text-align: right;
}

.systems-slide h1 span {
  color: #00e687;
  font-weight: 600;
}

.systems-slide__tagline {
  color: #c9d1d9;
  font-size: 1.25rem;
  margin-top: 0.45rem;
}

.systems-slide__description {
  color: #8b949e;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.7;
  margin-top: 2rem;
}

.systems-slide__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-top: 2rem;
}

.systems-slide__download {
  align-items: center;
  background: #3fb950;
  border: 1px solid #3fb950;
  border-radius: 6px;
  color: #0d1117;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  min-height: 2.875rem;
  padding: 0 1.25rem;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.systems-slide__download.is-downloading {
  background: #58a6ff;
  border-color: #58a6ff;
  cursor: progress;
}

.systems-slide__download:hover,
.systems-slide__download:focus-visible {
  background: #58a6ff;
  border-color: #58a6ff;
  outline: none;
  transform: translateY(-1px);
}

.systems-slide__download-progress {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 999px;
  display: none;
  height: 0.5rem;
  max-width: 16rem;
  overflow: hidden;
  width: 100%;
}

.systems-slide__download-progress.is-active {
  display: block;
}

.systems-slide__download-progress span {
  background: #3fb950;
  display: block;
  height: 100%;
  transition: width 120ms ease;
  width: 0;
}

.systems-slide__download-progress.is-indeterminate span {
  animation: apk-progress 1s ease-in-out infinite;
  width: 45%;
}

.systems-slide__download-note {
  color: #8b949e;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.systems-slider__controls {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.systems-slider__controls[hidden] {
  display: none;
}

.systems-slider__button {
  align-items: center;
  border: 1px solid #30363d;
  border-radius: 6px;
  color: #8b949e;
  display: inline-flex;
  font-size: 2rem;
  height: 2.75rem;
  justify-content: center;
  line-height: 1;
  transition: border-color 160ms ease, color 160ms ease;
  width: 2.75rem;
}

.systems-slider__button:hover:not(:disabled),
.systems-slider__button:focus-visible {
  border-color: #58a6ff;
  color: #58a6ff;
  outline: none;
}

.systems-slider__button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

@keyframes apk-progress {
  0% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(240%);
  }
}

.systems-quickjump {
  align-items: center;
  border: 1px solid #30363d;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  margin-top: 2rem;
  overflow: hidden;
}

.systems-quickjump a {
  border-right: 1px solid #30363d;
  color: #8b949e;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.9rem 1rem;
  transition: background-color 160ms ease, color 160ms ease;
}

.systems-quickjump a:last-child {
  border-right: 0;
}

.systems-quickjump a:hover,
.systems-quickjump a:focus-visible {
  background: #161b22;
  color: #58a6ff;
  outline: none;
}

.cashngin-features {
  border-top: 1px solid #30363d;
  margin-top: 4rem;
  padding-top: 4rem;
  text-align: center;
}

.cashngin-features__eyebrow {
  color: #58a6ff;
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}

.cashngin-features h2 {
  color: #f0f6fc;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 300;
  line-height: 1.05;
  margin: 0;
}

.cashngin-features h2 span {
  color: #00e687;
  font-weight: 600;
}

.cashngin-features__intro {
  color: #c9d1d9;
  font-size: 1.2rem;
  line-height: 1.65;
  margin: 1.25rem auto 0;
  max-width: 46rem;
}

.cashngin-features__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2.75rem;
  text-align: left;
}

.cashngin-feature {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 6px;
  min-height: 13rem;
  padding: 1.25rem;
}

.cashngin-feature__code {
  color: #58a6ff;
  font-size: 0.75rem;
  margin: 0 0 1rem;
}

.cashngin-feature h3 {
  color: #f0f6fc;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.cashngin-feature p:last-child {
  color: #8b949e;
  line-height: 1.6;
  margin: 0.875rem 0 0;
}

.cashngin-pricing {
  border-top: 1px solid #30363d;
  margin-top: 4rem;
  padding-top: 4rem;
}

.cashngin-pricing__eyebrow {
  color: #58a6ff;
  font-size: 0.8125rem;
  margin-bottom: 1rem;
  text-align: center;
}

.cashngin-pricing__header {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem);
}

.cashngin-pricing h2 {
  color: #f0f6fc;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 300;
  line-height: 1.05;
  margin: 0;
}

.cashngin-pricing h2 span {
  color: #00e687;
  font-weight: 600;
}

.cashngin-pricing__header p {
  color: #c9d1d9;
  font-size: 1.2rem;
  line-height: 1.65;
  margin: 1.25rem 0 0;
  max-width: 42rem;
}

.cashngin-pricing__price {
  background: #161b22;
  border: 1px solid #3fb950;
  border-radius: 6px;
  padding: 1.5rem;
  text-align: center;
}

.cashngin-pricing__price span,
.cashngin-pricing__price small {
  color: #8b949e;
  display: block;
  font-size: 0.8125rem;
}

.cashngin-pricing__price strong {
  color: #f0f6fc;
  display: block;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1;
  margin: 0.75rem 0;
}

.cashngin-pricing__terms {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.cashngin-pricing__terms article {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 6px;
  padding: 1.25rem;
}

.cashngin-pricing__terms h3 {
  color: #f0f6fc;
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0;
}

.cashngin-pricing__terms p {
  color: #8b949e;
  line-height: 1.6;
  margin: 0.75rem 0 0;
}

.cashngin-pricing__terms a {
  color: #58a6ff;
}

.cashngin-pricing__terms a:hover,
.cashngin-pricing__terms a:focus-visible {
  color: #3fb950;
  outline: none;
}

.cashngin-pricing__commitment {
  border-left: 3px solid #3fb950;
  color: #c9d1d9;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 1.5rem 0 0;
  padding: 0.25rem 0 0.25rem 1.25rem;
}

.why-cashngin {
  border-top: 1px solid #30363d;
  margin-top: 4rem;
  padding-top: 4rem;
}

.why-cashngin__eyebrow {
  color: #58a6ff;
  font-size: 0.8125rem;
  margin-bottom: 1rem;
  text-align: center;
}

.why-cashngin h2 {
  color: #f0f6fc;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 300;
  line-height: 1.05;
  margin: 0 auto;
  max-width: 54rem;
  text-align: center;
}

.why-cashngin h2 span {
  color: #00e687;
  font-weight: 600;
}

.why-cashngin__intro {
  color: #c9d1d9;
  font-size: 1.15rem;
  line-height: 1.75;
  margin: 1.5rem auto 0;
  max-width: 52rem;
  text-align: center;
}

.why-cashngin__answer {
  color: #3fb950;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.25;
  margin: 2rem auto 0;
  max-width: 42rem;
  text-align: center;
}

.why-cashngin__points {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}

.why-cashngin__point {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 6px;
  padding: 1.5rem;
}

.why-cashngin__code {
  color: #58a6ff;
  font-size: 0.75rem;
  margin: 0 0 0.875rem;
}

.why-cashngin__point h3 {
  color: #f0f6fc;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}

.why-cashngin__point p:not(.why-cashngin__code) {
  color: #8b949e;
  font-size: 1rem;
  line-height: 1.75;
  margin: 1rem 0 0;
}

.why-cashngin__point p:last-child {
  color: #c9d1d9;
}

.why-cashngin__closing {
  border-left: 3px solid #3fb950;
  color: #f0f6fc;
  font-size: clamp(1.4rem, 3vw, 2.35rem);
  font-weight: 300;
  line-height: 1.35;
  margin: 1.5rem 0 0;
  max-width: 56rem;
  padding: 0.25rem 0 0.25rem 1.25rem;
}

.why-cashngin__closing span {
  color: #3fb950;
  font-weight: 500;
}

.tally-cashngin {
  border-top: 1px solid #30363d;
  margin-top: 4rem;
  padding-top: 4rem;
  text-align: center;
}

.tally-cashngin__eyebrow {
  color: #58a6ff;
  font-size: 0.8125rem;
  margin-bottom: 1rem;
}

.tally-cashngin h2 {
  color: #f0f6fc;
  font-size: clamp(2.25rem, 4vw, 4rem);
  font-weight: 300;
  line-height: 1.05;
  margin: 0;
}

.tally-cashngin h2 span {
  color: #00e687;
  font-weight: 600;
}

.tally-cashngin__tagline {
  color: #c9d1d9;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 1.25rem auto 0;
  max-width: 42rem;
}

.tally-cashngin__toggle {
  align-items: center;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 6px;
  color: #f0f6fc;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 600;
  gap: 0.75rem;
  line-height: 1;
  margin-top: 1.75rem;
  padding: 0.875rem 1.125rem;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tally-cashngin__toggle:hover,
.tally-cashngin__toggle:focus-visible {
  border-color: #58a6ff;
  color: #58a6ff;
  outline: none;
  transform: translateY(-1px);
}

.tally-cashngin__toggle-icon {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: inline-block;
  height: 0.5rem;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
  width: 0.5rem;
}

.tally-cashngin__toggle[aria-expanded="true"] .tally-cashngin__toggle-icon {
  transform: rotate(225deg) translate(-2px, -2px);
}

.tally-cashngin__content {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2.75rem;
  text-align: left;
}

.tally-cashngin__block {
  border: 1px solid #30363d;
  border-radius: 6px;
  padding: 1.5rem;
}

.tally-cashngin__block h3 {
  color: #f0f6fc;
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0;
}

.tally-cashngin__lead {
  color: #c9d1d9;
  font-size: 1.05rem;
  margin: 0.875rem 0 0;
}

.tally-cashngin__label {
  color: #8b949e;
  font-size: 0.9rem;
  margin: 1.5rem 0 0.75rem;
}

.tally-cashngin__block ul {
  color: #c9d1d9;
  display: grid;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tally-cashngin__block li {
  border-left: 2px solid #3fb950;
  padding-left: 0.875rem;
}

.tally-cashngin__translation {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 6px;
  color: #c9d1d9;
  line-height: 1.6;
  margin: 1.5rem 0 0;
  padding: 1rem;
}

.tally-cashngin__translation span {
  color: #58a6ff;
  font-weight: 600;
}

.tally-cashngin__users {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
  text-align: left;
}

.tally-cashngin__user-block {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 6px;
  padding: 1.5rem;
}

.tally-cashngin__user-block h3 {
  color: #f0f6fc;
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0;
}

.tally-cashngin__user-block p {
  color: #c9d1d9;
  font-size: 1.05rem;
  margin: 0.5rem 0 1.25rem;
}

.tally-cashngin__user-block ul {
  color: #8b949e;
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tally-cashngin__user-block li {
  border-left: 2px solid #58a6ff;
  line-height: 1.5;
  padding-left: 0.875rem;
}

.tally-cashngin__user-block--cashngin li {
  border-left-color: #3fb950;
  color: #c9d1d9;
}

.tally-cashngin__feature-table {
  border: 1px solid #30363d;
  border-radius: 6px;
  margin-top: 1.5rem;
  overflow-x: auto;
  text-align: left;
}

.tally-cashngin__feature-table table {
  border-collapse: collapse;
  min-width: 44rem;
  width: 100%;
}

.tally-cashngin__feature-table th,
.tally-cashngin__feature-table td {
  border-bottom: 1px solid #30363d;
  color: #c9d1d9;
  line-height: 1.45;
  padding: 0.875rem 1rem;
  vertical-align: top;
}

.tally-cashngin__feature-table thead th {
  background: #161b22;
  color: #f0f6fc;
  font-size: 0.9rem;
  font-weight: 600;
}

.tally-cashngin__feature-table tbody th {
  color: #8b949e;
  font-weight: 500;
  width: 34%;
}

.tally-cashngin__feature-table tr:last-child th,
.tally-cashngin__feature-table tr:last-child td {
  border-bottom: 0;
}

.tally-cashngin__feature-table td:nth-child(3) {
  color: #f0f6fc;
}

.tally-cashngin__feature-table .is-yes {
  color: #3fb950;
  font-weight: 700;
}

.tally-cashngin__feature-table .is-no {
  color: #f85149;
  font-weight: 700;
}

.tally-cashngin__handoff {
  border-top: 1px solid #30363d;
  margin-top: 3rem;
  padding-top: 3rem;
  text-align: left;
}

.tally-cashngin__handoff h3 {
  color: #f0f6fc;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 300;
  line-height: 1.15;
  margin: 0;
  text-align: center;
}

.tally-cashngin__handoff > p {
  color: #c9d1d9;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 1rem auto 0;
  max-width: 48rem;
  text-align: center;
}

.tally-cashngin__handoff-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.tally-cashngin__handoff-card {
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 6px;
  padding: 1.5rem;
}

.tally-cashngin__handoff-card h4 {
  color: #f0f6fc;
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 1rem;
}

.tally-cashngin__handoff-card ul,
.tally-cashngin__handoff-card ol {
  color: #c9d1d9;
  display: grid;
  gap: 0.75rem;
  line-height: 1.5;
  margin: 0;
  padding-left: 1.25rem;
}

.tally-cashngin__mapping-table {
  border: 1px solid #30363d;
  border-radius: 6px;
  margin-top: 1.5rem;
  overflow-x: auto;
}

.tally-cashngin__mapping-table table {
  border-collapse: collapse;
  min-width: 38rem;
  width: 100%;
}

.tally-cashngin__mapping-table th,
.tally-cashngin__mapping-table td {
  border-bottom: 1px solid #30363d;
  color: #c9d1d9;
  line-height: 1.45;
  padding: 0.875rem 1rem;
  vertical-align: top;
}

.tally-cashngin__mapping-table thead th {
  background: #161b22;
  color: #f0f6fc;
  font-size: 0.9rem;
  font-weight: 600;
}

.tally-cashngin__mapping-table tbody th {
  color: #8b949e;
  font-weight: 500;
  width: 34%;
}

.tally-cashngin__mapping-table tr:last-child th,
.tally-cashngin__mapping-table tr:last-child td {
  border-bottom: 0;
}

.tally-cashngin__closing {
  border-left: 3px solid #3fb950;
  color: #c9d1d9;
  font-size: 1.1rem;
  line-height: 1.75;
  margin: 1.5rem auto 0;
  max-width: 56rem;
  padding: 0.25rem 0 0.25rem 1.25rem;
  text-align: left;
}

.contact-link {
  border: 1px solid #30363d;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem;
  transition: border-color 160ms ease, transform 160ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: #58a6ff;
  outline: none;
  transform: translateY(-2px);
}

.contact-link__label {
  color: #8b949e;
  font-size: 0.8125rem;
}

.contact-link__value {
  color: #f0f6fc;
  font-size: 1.125rem;
}

.back-to-top {
  align-items: center;
  background: #3fb950;
  border: 1px solid #3fb950;
  border-radius: 6px;
  bottom: 1.25rem;
  color: #0d1117;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 700;
  height: 2.75rem;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1.25rem;
  transform: translateY(0.5rem);
  transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
  width: 2.75rem;
  z-index: 40;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #58a6ff;
  border-color: #58a6ff;
  outline: none;
}

@media (max-width: 767px) {
  .site-header {
    align-items: center;
    column-gap: 0.75rem;
    display: grid !important;
    grid-template-areas:
      "brand menu"
      "nav nav";
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
  }

  .brand-link {
    grid-area: brand;
    justify-self: start;
    max-width: 100%;
    min-width: 0;
    padding-left: 0;
    width: auto;
  }

  .brand-link img {
    height: 2.5rem;
  }

  .brand-link > div {
    min-width: 0;
  }

  .brand-link .tagline {
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .menu-toggle {
    align-items: center;
    border: 0;
    border-radius: 6px;
    display: inline-flex;
    grid-area: menu;
    height: 2.5rem;
    justify-content: center;
    justify-self: end;
    width: 2.5rem;
  }

  .menu-toggle:hover,
  .menu-toggle[aria-expanded="true"] {
    color: #58a6ff;
  }

  .menu-toggle span,
  .menu-toggle::before,
  .menu-toggle::after {
    background: currentColor;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.125rem;
  }

  .menu-toggle {
    position: relative;
  }

  .menu-toggle::before {
    transform: translate(-50%, calc(-50% - 6px));
  }

  .menu-toggle::after {
    transform: translate(-50%, calc(-50% + 6px));
  }

  .site-nav {
    display: none !important;
    flex-direction: column;
    grid-area: nav;
    margin: 1rem -1rem -1rem;
    width: calc(100% + 2rem);
  }

  .site-nav.is-open {
    display: flex !important;
  }

  .site-nav a {
    border-top: 1px solid #30363d;
    margin-left: 0;
    padding: 0.875rem 1rem;
    width: 100%;
  }

  .systems-page {
    padding-top: 3rem;
  }

  .systems-slide,
  .systems-slide.is-active {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .systems-slide__image img {
    max-height: 26rem;
    max-width: 16rem;
  }

  .systems-slide__content {
    max-width: 100%;
  }

  .systems-slide__title-row {
    align-items: center;
    flex-direction: column;
    gap: 0.35rem;
  }

  .systems-slide__pronunciation {
    margin: 0;
    text-align: center;
  }

  .systems-slide__tagline {
    font-size: 1.125rem;
    margin-top: 0.65rem;
  }

  .systems-slide__description {
    font-size: 1rem;
    margin-top: 1.5rem;
  }

  .systems-slide__actions {
    align-items: center;
    margin-top: 1.75rem;
  }

  .systems-quickjump {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .systems-quickjump a {
    border-bottom: 1px solid #30363d;
    border-right: 0;
    text-align: center;
  }

  .systems-quickjump a:last-child {
    border-bottom: 0;
  }

  .tally-cashngin {
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .cashngin-features {
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .cashngin-features__intro {
    font-size: 1.075rem;
  }

  .cashngin-features__grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .cashngin-feature {
    min-height: 0;
  }

  .cashngin-pricing {
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .cashngin-pricing__header {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cashngin-pricing__header p {
    font-size: 1.075rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cashngin-pricing__price {
    justify-self: stretch;
  }

  .cashngin-pricing__terms {
    grid-template-columns: 1fr;
  }

  .why-cashngin {
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .why-cashngin__intro {
    font-size: 1.05rem;
    text-align: left;
  }

  .why-cashngin__point {
    padding: 1.25rem;
  }

  .tally-cashngin__tagline {
    font-size: 1.125rem;
  }

  .tally-cashngin__content {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .tally-cashngin__users {
    grid-template-columns: 1fr;
  }

  .tally-cashngin__handoff-grid {
    grid-template-columns: 1fr;
  }

  .back-to-top {
    bottom: 1rem;
    height: 2.5rem;
    right: 1rem;
    width: 2.5rem;
  }
}
