@font-face {
  font-family: Geograph;
  src: url('../fonts/geograph-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geograph;
  src: url('../fonts/geograph-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geograph;
  src: url('../fonts/geograph-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polymathtext;
  src: url('../fonts/PolymathText-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polymathtext;
  src: url('../fonts/PolymathText-Bold.woff2') format("woff2"), url('../fonts/PolymathText-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polymathtext;
  src: url('../fonts/PolymathText-Regular.woff2') format("woff2"), url('../fonts/PolymathText-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polymathdisp;
  src: url('../fonts/PolymathDisp-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-dark: #0a0e2a;
  --text-light: #e8f3ff;
  --background-medium: #3c3acb;
}

.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('../images/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-dark);
  color: var(--text-light);
  font-family: Geograph, Arial, sans-serif;
}

.section {
  padding: 12px;
}

.section-2 {
  background-color: var(--background-medium);
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: relative;
}

.div-block {
  z-index: 2;
  align-self: center;
  max-width: 50%;
  padding-top: 64px;
  padding-bottom: 72px;
  position: relative;
}

.div-block-2 {
  max-width: 50%;
}

.heading {
  color: #000;
  margin-top: 0;
}

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

.div-block-4 {
  max-width: 1200px;
  padding-left: 32px;
}

.image {
  z-index: 1;
  max-width: 100%;
  position: relative;
  inset: 13% 0% 0% auto;
}

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

.lede {
  font-family: Polymathtext, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.subhead {
  margin-top: 48px;
  font-family: Polymathtext, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.button {
  color: var(--background-medium);
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  font-family: Polymathdisp, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.button.small {
  text-align: center;
  font-size: 18px;
}

.page-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-container.row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.page-container._4 {
  flex-flow: column;
  margin-bottom: 200px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  margin-left: -72px;
  display: flex;
}

.section-heading {
  text-transform: uppercase;
  max-width: 75%;
  margin-bottom: 0;
  font-family: Polymathtext, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-2 {
  letter-spacing: 1px;
  max-width: 75%;
  margin-top: 8px;
  font-family: Polymathdisp, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.heading-2._80 {
  max-width: 60%;
}

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

.div-block-8 {
  max-width: 80%;
}

.section-4 {
  background-image: url('../images/bg-s.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 128px;
  margin-bottom: 128px;
  padding: 92px 24px;
  position: relative;
}

.form-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: block;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-field, .text-field-2 {
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
}

.submit-button {
  max-width: 33%;
  height: 48px;
  color: var(--background-dark);
  background-color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-9 {
  flex-flow: column;
  max-width: 1200px;
  margin-top: 124px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10, .div-block-11 {
  width: 33%;
}

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

.div-block-12 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-top: 32px;
}

.image-3 {
  margin-left: -84px;
}

.image-5 {
  max-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-4 {
  letter-spacing: 1px;
  white-space: break-spaces;
  font-family: Polymathdisp, Arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  border: 1px #000;
  margin-top: 0;
}

.section-faq {
  padding: 0;
}

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

.accordion-heading {
  cursor: pointer;
  flex: 1;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.accordion-heading:hover, .accordion-heading:active, .accordion-heading:focus {
  color: var(--text-light);
}

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

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

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

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

.content-wrapper.slim {
  max-width: 100%;
}

.accordion-item-content {
  max-width: 90%;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
}

.accordion-item {
  border-top: 1px solid #232850;
  border-bottom: 1px #232850;
  border-radius: 0;
  margin-bottom: 0;
  padding: 24px 0 14px;
  box-shadow: 0 3px 7px #00000008;
}

.div-block-15 {
  flex: 1;
  max-width: 100%;
}

.faq-title {
  font-size: 24px;
}

.field-label, .field-label-2 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-16 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.image-7 {
  margin-left: -79px;
}

.section-7 {
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-19 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  background-color: var(--background-dark);
  color: var(--text-light);
  font-family: Geograph, Arial, sans-serif;
}

.tabs-menu {
  padding-bottom: 0;
}

.tabs-content {
  background-color: var(--background-medium);
  padding: 16px 12px 24px;
}

.tabs {
  margin-top: 16px;
}

.heading-6 {
  font-size: 21px;
  line-height: 28px;
}

.body-3 {
  background-color: var(--background-dark);
  color: var(--text-light);
  font-family: Geograph, Arial, sans-serif;
}

.div-block-20 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.code-embed {
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  display: block;
}

.body-4 {
  background-color: var(--background-medium);
  font-family: Polymathtext, Arial, sans-serif;
}

.form-block-2 {
  min-width: 420px;
  max-width: 600px;
  color: var(--text-light);
}

.select-field {
  height: 48px;
  color: var(--background-dark);
  border-radius: 6px;
}

.form-row {
  margin-bottom: 12px;
}

.field-label-3, .field-label-4, .field-label-5, .field-label-6, .checkbox-label {
  font-weight: 400;
}

.submit-button-2 {
  background-color: var(--text-light);
  width: 100%;
  height: 48px;
  color: var(--background-dark);
  border-radius: 6px;
  margin-top: 12px;
  font-size: 16px;
}

.text-field-3, .text-field-4, .text-field-5 {
  border-radius: 6px;
  height: 48px;
}

.heading-7 {
  color: var(--text-light);
  font-family: Polymathdisp, Arial, sans-serif;
}

.paragraph {
  color: var(--text-light);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.success-message {
  border: 2px solid var(--text-light);
  color: var(--text-light);
  background-color: #fff0;
  font-size: 16px;
}

.text-block {
  color: var(--background-dark);
}

.body-5 {
  background-color: var(--background-dark);
  color: var(--text-light);
}

.div-block-22 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-8 {
  max-width: 720px;
  color: var(--text-light);
  margin-left: auto;
  margin-right: auto;
}

.body-6 {
  background-color: var(--background-dark);
  font-family: Geograph, Arial, sans-serif;
  font-size: 16px;
}

.nav {
  background-color: var(--background-medium);
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px 8px;
  text-decoration: none;
  display: flex;
}

.link-block {
  color: var(--text-light);
  text-decoration: none;
}

.div-block-23 {
  font-size: 18px;
}

.heading-8, .heading-9 {
  font-family: Polymathdisp, Arial, sans-serif;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .div-block-4 {
    padding-right: 32px;
  }

  .image {
    max-width: 100%;
    top: 19%;
    right: auto;
  }

  .button.small {
    background-color: var(--background-medium);
    color: var(--text-light);
    font-size: 16px;
  }

  .page-container._4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-6 {
    margin-left: -92px;
    padding-right: 32px;
  }

  .heading-2 {
    max-width: 90%;
    padding-right: 32px;
  }

  .div-block-8 {
    max-width: 75%;
    padding-left: 8px;
  }

  .section-4, .section-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-5 {
    display: none;
  }

  .heading-4 {
    font-size: 42px;
  }

  .accordion-wrapper {
    border: 1px solid #1a2045;
    border-bottom-style: none;
  }

  .accordion-item {
    border-color: #1a2045;
    border-bottom-style: solid;
  }

  .section-6 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-7 {
    margin-left: -14px;
  }

  .section-8 {
    margin-top: 48px;
  }

  .nav {
    padding: 12px 16px;
  }

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

  .secondary-button {
    background-color: var(--text-light);
    color: var(--background-dark);
    border-radius: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .articles-list {
    max-width: 800px;
    color: var(--text-light);
    margin-left: auto;
    margin-right: auto;
    font-family: Geograph, Arial, sans-serif;
  }

  .body-7 {
    background-color: var(--background-dark);
  }

  .article-header-link {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .collection-item {
    border-bottom: 1px solid var(--background-medium);
    padding-bottom: 16px;
  }

  .link-block-2 {
    color: var(--text-light);
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    z-index: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div-block {
    max-width: 100%;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
  }

  .div-block-2 {
    max-width: 40%;
  }

  .heading {
    margin-top: 0;
  }

  .section-3 {
    margin-top: 0;
    margin-bottom: 72px;
  }

  .div-block-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image {
    z-index: 3;
    width: 150%;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: -64px;
    margin-left: 0;
    position: relative;
    right: auto;
  }

  .lede {
    font-size: 20px;
    line-height: 28px;
  }

  .button {
    font-size: 24px;
  }

  .page-container {
    z-index: 20;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .page-container._2 {
    flex-flow: wrap-reverse;
    display: flex;
    overflow: hidden;
  }

  .page-container._3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .page-container._4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-6 {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
    padding-top: 96px;
    padding-left: 32px;
  }

  .section-heading {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    max-width: 100%;
    overflow: visible;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-8 {
    max-width: 100%;
    padding-left: 0;
  }

  .form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .submit-button {
    width: 100%;
  }

  .div-block-9 {
    margin-top: 92px;
  }

  .div-block-10, .div-block-11 {
    width: 100%;
  }

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

  .div-block-13 {
    padding-bottom: 36px;
  }

  .image-2 {
    position: relative;
  }

  .image-3 {
    max-width: 90%;
    margin-top: 0;
    margin-bottom: -20px;
    margin-left: -128px;
    padding-bottom: 0;
  }

  .section-5 {
    padding-bottom: 92px;
  }

  .image-4 {
    max-width: 75%;
  }

  .image-5 {
    display: none;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 38px;
  }

  .accordion-wrapper {
    border-style: solid none none;
    border-top-color: #232850;
  }

  .accordion-heading {
    max-width: 85%;
  }

  .accordion-item-content {
    max-width: 85%;
    margin-right: 0;
  }

  .accordion-item {
    border: 1px #000;
    border-bottom: 1px solid #232850;
  }

  .div-block-14 {
    text-align: center;
    margin-top: -48px;
    overflow: hidden;
  }

  .heading-5 {
    font-size: 28px;
  }

  .div-block-15 {
    z-index: 100;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-16 {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .div-block-17 {
    max-width: 100%;
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    max-width: 137%;
    margin-left: 0;
  }

  .section-7 {
    padding-top: 72px;
  }

  .div-block-18 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div-block {
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-3 {
    z-index: 15;
    position: relative;
    overflow: visible;
  }

  .image {
    z-index: 20;
    width: 177%;
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    top: 0%;
  }

  .lede {
    margin-top: 24px;
    font-size: 20px;
    line-height: 26px;
  }

  .subhead {
    text-transform: none;
    margin-top: 48px;
    font-weight: 500;
    line-height: 20px;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .button.small {
    padding: 12px 16px;
    font-size: 16px;
  }

  .page-container {
    z-index: 10;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .page-container._2 {
    flex-flow: wrap-reverse;
  }

  .page-container._3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-container._4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-heading {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .div-block-7 {
    padding-bottom: 16px;
  }

  .div-block-8 {
    padding-left: 0;
  }

  .section-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button {
    max-width: 100%;
  }

  .div-block-9 {
    margin-top: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-12 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-3 {
    text-align: center;
    max-width: 121%;
    margin-top: 38px;
    margin-bottom: -44px;
    margin-left: 0;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 41px;
  }

  .section-faq {
    padding: 0 0 100px;
  }

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

  .div-block-14 {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-15 {
    margin-bottom: -24px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .section-6, .div-block-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    max-width: 125%;
    margin-left: 0;
  }

  .section-7 {
    z-index: 5;
    position: relative;
  }

  .div-block-18 {
    overflow: visible;
  }
}


@font-face {
  font-family: 'Geograph';
  src: url('../fonts/geograph-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geograph';
  src: url('../fonts/geograph-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geograph';
  src: url('../fonts/geograph-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polymathtext';
  src: url('../fonts/PolymathText-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polymathtext';
  src: url('../fonts/PolymathText-Bold.woff2') format('woff2'), url('../fonts/PolymathText-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polymathtext';
  src: url('../fonts/PolymathText-Regular.woff2') format('woff2'), url('../fonts/PolymathText-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polymathdisp';
  src: url('../fonts/PolymathDisp-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ---- Closing CTA + footer (added when the site moved from waitlist to App Store) ---- */
.section-cta {
  background-color: var(--background-medium);
  padding: 96px 24px 104px;
  text-align: center;
}
.cta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.cta-heading {
  color: #fff;
  margin: 0;
  font-family: Polymathdisp, Arial, sans-serif;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 1px;
}
.cta-sub {
  color: #fff;
  opacity: .75;
  margin: 12px 0 32px;
  font-family: Polymathtext, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.site-footer {
  background-color: var(--background-medium);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 24px;
  padding: 0 24px 48px;
  font-family: Polymathtext, Arial, sans-serif;
  font-size: 14px;
}
.site-footer .footer-link { color: #fff; opacity: .7; text-decoration: none; }
.site-footer .footer-link:hover { opacity: 1; text-decoration: underline; }
.site-footer .footer-copy { color: #fff; opacity: .45; }

@media screen and (max-width: 767px) {
  .section-cta { padding: 64px 20px 72px; }
  .cta-heading { font-size: 34px; line-height: 38px; }
  .cta-sub { font-size: 16px; line-height: 24px; }
}

/* The patterned "How Meegos Work" band ran out into 128px of page background
   before the closing CTA; carry the pattern all the way down to it. */
.section-4 { margin-bottom: 0; }
