*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 1.875rem;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #000000;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #5CBB80;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover,
a:focus {
  color: rgb(67.1168831169, 160.8831168831, 102.6493506494);
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.site-header {
  padding: 1rem 0;
}

.site-header--simple {
  padding: 2rem 0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.site-header--simple__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.site-header--simple__logo-img {
  max-height: 45px;
  width: auto;
}

.legal-page-content {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fff;
}

.legal-page-content .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.legal-page-content h1 {
  font-family: "Hedvig Letters Serif", serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1.5rem;
  text-align: left;
}

.legal-page-content .effective-date {
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
  color: #404040;
  margin-bottom: 2.5rem;
  font-style: italic;
}

.legal-page-content h2 {
  font-family: "Hedvig Letters Serif", serif;
  font-size: 1.9rem;
  font-weight: 500;
  color: #000000;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.legal-page-content p,
.legal-page-content li {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  margin-bottom: 1rem;
}

.legal-page-content ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.legal-page-content ul li {
  margin-bottom: 0.6666666667rem;
}

.legal-page-content a {
  color: #5CBB80;
  text-decoration: underline;
  font-weight: 500;
}

.legal-page-content a:hover,
.legal-page-content a:focus {
  text-decoration: none;
  color: rgb(67.1168831169, 160.8831168831, 102.6493506494);
}

.hero-section {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#C5D5CB), to(#FFF));
  background: linear-gradient(to bottom, #C5D5CB, #FFF);
  overflow: hidden;
}

.hero-section .hero__content {
  width: 100%;
  text-align: center;
}

.hero__logo {
  margin-bottom: 2.5rem;
}

.hero__logo img {
  width: 100%;
  max-width: 457px;
  height: auto;
  display: inline-block;
}

.hero__title {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 1.08;
  letter-spacing: 2px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 5.5rem;
}

.hero__title--highlight {
  position: relative;
  padding-bottom: 0;
}

.hero__title--highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4%;
  right: -4%;
  height: 15px;
  background-image: -webkit-image-set(url("../images/underline-graphic.png") 1x, url("../images/underline-graphic@2x.png") 2x);
  background-image: image-set(url("../images/underline-graphic.png") 1x, url("../images/underline-graphic@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.hero__launch-date {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 0.6956521739;
  color: #404040;
  margin-top: 0;
  margin-bottom: 1.3rem;
}

.hero__tagline {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4545454545;
  color: #404040;
  margin-top: 0;
  margin-bottom: 0;
}

.hero__tagline::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #404040;
  vertical-align: middle;
  margin-right: 0.5em;
}

.section-heading {
  font-family: "Hedvig Letters Serif", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #000000;
  text-align: center;
}

.section-heading--highlight-inline {
  display: inline-block;
  background-color: #5CBB80;
  color: #fff;
  padding: 0.2rem 0.8rem;
  line-height: 1.1;
}

.section-separator {
  display: block;
  width: 80%;
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(115, 115, 115, 0)), color-stop(40%, #737373), color-stop(60%, #737373), to(rgba(115, 115, 115, 0)));
  background-image: linear-gradient(to right, rgba(115, 115, 115, 0) 0%, #737373 40%, #737373 60%, rgba(115, 115, 115, 0) 100%);
  background-color: transparent;
}

.section-separator--no-mt {
  margin-top: 0 !important;
}

.section-separator--no-mb {
  margin-bottom: 0 !important;
}

.platform-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.platform-section .section-heading {
  margin-bottom: 3rem;
}

.platform-section__description {
  text-align: center;
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
}

.no-scores-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#C5D5CB), to(#FFF));
  background: linear-gradient(to bottom, #C5D5CB, #FFF);
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.no-scores-section .section-heading {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

.no-scores-section__description {
  text-align: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.no-scores-section__description p {
  margin-bottom: 0;
}

.no-scores-section__dots-wrapper {
  width: 100%;
  position: relative;
}

.no-scores-section__dots {
  position: absolute;
  width: 140px;
  height: auto;
  z-index: 1;
  opacity: 1;
}

.no-scores-section__dots--top-right {
  top: -66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 445px;
  opacity: 0.9;
}

.no-scores-section__dots--bottom-right {
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 308px;
  opacity: 0.8;
}

.waitlist-section {
  padding-top: 5rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.waitlist-section__tagline {
  font-weight: 300;
  font-size: 2.5625rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -1px;
  color: #313131;
  margin-bottom: 1.25rem;
}

.waitlist-section__heading-wrapper {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.waitlist-section__heading {
  font-family: "Hedvig Letters Serif", serif;
  font-weight: 400;
  font-size: 5.9375rem;
  line-height: 1;
  text-align: center;
  color: #000000;
  margin: 0;
}

.waitlist-section__dots {
  position: absolute;
  width: 120px;
  height: auto;
  z-index: -1;
  opacity: 0.27;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.waitlist-section__dots--left {
  top: 3px;
  left: 23px;
}

.waitlist-section__form-wrapper {
  background-color: #0D1C26;
  border-radius: 12px;
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.125rem 4.375rem;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
}

.waitlist-section #mc_embed_shell {
  width: 100%;
}

.waitlist-section .mc-hidden-element {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  line-height: 0 !important;
  font-size: 0 !important;
}

.waitlist-section .mc-field-group {
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto !important;
  margin-bottom: 1.5rem !important;
  position: relative !important;
}

.waitlist-section .waitlist-form__email-icon {
  position: absolute;
  left: 25px;
  top: 1.5rem;
  width: 30px;
  height: 30px;
}

.waitlist-section input#mce-EMAIL {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25rem 1.5rem 1.25rem 4.5rem !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 1.5625rem !important;
  line-height: 1.4 !important;
  color: #333333 !important;
  background-color: #fff !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  margin: 0 !important;
  height: auto !important;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.waitlist-section input#mce-EMAIL::-webkit-input-placeholder {
  color: #888888 !important;
  opacity: 1 !important;
}

.waitlist-section input#mce-EMAIL::-moz-placeholder {
  color: #888888 !important;
  opacity: 1 !important;
}

.waitlist-section input#mce-EMAIL:-ms-input-placeholder {
  color: #888888 !important;
  opacity: 1 !important;
}

.waitlist-section input#mce-EMAIL::-ms-input-placeholder {
  color: #888888 !important;
  opacity: 1 !important;
}

.waitlist-section input#mce-EMAIL::placeholder {
  color: #888888 !important;
  opacity: 1 !important;
}

.waitlist-section input#mce-EMAIL:focus {
  outline: none !important;
  border-color: #5CBB80 !important;
}

.waitlist-section input#mce-EMAIL.mce_inline_error {
  border-color: #B80000 !important;
  background-color: rgb(255, 239.7, 239.7) !important;
}

.waitlist-section #mce-responses {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  text-align: left;
}

.waitlist-section #mce-responses .response {
  margin: 0 0 0.75rem 0 !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.9375rem !important;
  line-height: 1.4 !important;
  font-weight: 500;
  border-radius: 4px;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.waitlist-section #mce-responses .response a {
  color: inherit !important;
  text-decoration: underline !important;
}

.waitlist-section #mce-responses .response a:hover {
  text-decoration: none !important;
}

.waitlist-section #mce-error-response {
  background-color: rgba(255, 0, 0, 0.1);
  color: #B80000 !important;
  border: 1px solid rgba(184, 0, 0, 0.3);
}

.waitlist-section #mce-success-response {
  background-color: rgba(92, 187, 128, 0.1);
  color: rgb(59.6103896104, 142.8896103896, 91.1688311688) !important;
  border: 1px solid rgba(59.6103896104, 142.8896103896, 91.1688311688, 0.3);
}

.waitlist-section div.mce_inline_error {
  margin: 0.5rem 0 0 0 !important;
  padding: 0.25rem 0.5rem !important;
  background-color: rgb(255, 229.5, 229.5) !important;
  color: #cc0000 !important;
  border: 1px solid #cc0000 !important;
  border-radius: 3px;
  font-size: 0.875rem !important;
}

.waitlist-section #mc-embedded-subscribe {
  display: block !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.125rem 1.5rem !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  background-color: #5CBB80 !important;
  border: none !important;
  border-radius: 5px !important;
  text-align: center !important;
  cursor: pointer !important;
  height: auto !important;
  line-height: normal !important;
  margin: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.3s ease, transform 0.1s ease;
  transition: background-color 0.3s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}

.waitlist-section #mc-embedded-subscribe:hover {
  background-color: rgb(59.6103896104, 142.8896103896, 91.1688311688) !important;
}

.waitlist-section #mc-embedded-subscribe:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.site-footer {
  background-color: #0D1C26;
  color: #969696;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.site-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.site-footer__brand {
  line-height: 0;
}

.site-footer__brand a {
  display: inline-block;
}

.site-footer__brand img {
  display: block;
  max-height: 30px;
  width: auto;
}

.site-footer__legal {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25;
}

.site-footer__legal a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus {
  color: rgb(188.25, 188.25, 188.25);
}

.site-footer__legal span,
.site-footer__legal a {
  margin: 0 0.25rem;
}

@media (min-width: 641px) {
  .waitlist-section__tagline br {
    display: none;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 1.688rem;
  }

  .hero__title {
    font-size: 80px;
    margin-bottom: 4.5rem;
  }

  .hero__title--highlight::after {
    height: 10px;
  }

  .section-heading {
    font-size: 3rem;
    letter-spacing: -0.5px;
  }

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

  .no-scores-section__dots {
    width: 124px;
  }

  .no-scores-section__dots--top-right {
    margin-left: 350px;
  }

  .no-scores-section__dots--bottom-right {
    top: 71px;
    margin-left: 227px;
  }

  .waitlist-section__heading {
    font-size: 4.5rem;
  }

  .waitlist-section__dots--left {
    width: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-30deg);
    transform: translateX(-50%) rotate(-30deg);
    margin-left: -273px;
  }
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 60px;
  }

  .hero__launch-date {
    font-size: 36px;
  }

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

  .no-scores-section__dots {
    width: 100px;
  }

  .no-scores-section__dots--top-right {
    left: auto;
    top: -40px;
    right: -5%;
    margin-left: auto;
  }

  .no-scores-section__dots--bottom-right {
    top: 71px;
    left: auto;
    right: 11%;
    margin-left: auto;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .legal-page-content h1 {
    font-size: 2.2rem;
  }

  .legal-page-content h2 {
    font-size: 1.6rem;
  }

  .section-heading {
    font-size: 2.5rem;
  }

  .section-separator {
    width: 85%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .no-scores-section__dots-wrapper {
    display: none;
  }

  .waitlist-section__tagline {
    font-size: 2rem;
    line-height: 1.3;
  }

  .waitlist-section__heading {
    font-size: 3.5rem;
  }

  .waitlist-section__dots--left {
    width: 80px;
    margin-left: -220px;
  }

  .waitlist-section__form-wrapper {
    padding: 3rem 2rem;
  }

  .waitlist-section .waitlist-form__email-icon {
    left: 15px;
    top: 1.25rem;
    width: 24px;
    height: 24px;
  }

  .waitlist-section input#mce-EMAIL {
    font-size: 1.25rem !important;
    padding: 1rem 1rem 1rem 3rem !important;
  }

  .waitlist-section div.mce_inline_error {
    font-size: 0.8rem !important;
    margin-top: 0.35rem !important;
  }

  .waitlist-section #mc-embedded-subscribe {
    font-size: 1.5rem !important;
    padding: 1rem 1.25rem !important;
  }

  .site-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .site-footer__legal {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 570px) {
  .section-heading {
    font-size: 2.25rem;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .hero__title {
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 3.5rem;
  }

  .hero__title--highlight::after {
    height: 8px;
  }

  .hero__title--highlight {
    padding-bottom: 5px;
  }

  .hero__launch-date {
    font-size: 28px;
  }

  .hero__tagline {
    font-size: 18px;
  }

  .hero__tagline::before {
    width: 30px;
    margin-right: 0.3em;
  }

  .section-heading {
    font-size: 2rem;
    line-height: 1.4;
  }

  .platform-section__description {
    max-width: 95%;
  }

  .waitlist-section__tagline {
    font-size: 1.5rem;
  }

  .waitlist-section__heading {
    font-size: 3rem;
  }

  .waitlist-section__dots--left {
    display: none;
    width: 70px;
    margin-left: -188px;
  }

  .waitlist-section .waitlist-form__email-icon {
    left: 15px;
    top: 1.25rem;
    width: 20px;
    height: 20px;
  }

  .waitlist-section input#mce-EMAIL {
    font-size: 1.1rem !important;
    padding: 1rem 1rem 1rem 2.75rem !important;
  }

  .waitlist-section #mc-embedded-subscribe {
    font-size: 1.25rem !important;
    padding: 1rem 1rem !important;
  }
}

@media (max-width: 380px) {
  body {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .section-heading {
    font-size: 1.75rem;
  }
}
/*# sourceMappingURL=style.css.map */
