/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

html {
  color: #222;
  font-size: 1em;
}

::selection {
  text-shadow: none;
  background: #b3d4fc;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden, [hidden] {
  display: none !important;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  white-space: inherit;
  width: auto;
  height: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {
  *, :before, :after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: #fff !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

html {
  height: 100%;
}

body {
  color: #000;
  background-color: #f5f5f7;
  height: 100%;
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

.top-bar {
  background-color: #fff;
  width: 100%;
  height: 44px;
}

.top-bar-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1030px;
  height: 100%;
  margin: auto;
  padding: 0 44px;
  display: flex;
}

.copy {
  font-family: SF Pro Display;
}

.top-bar-right.copy {
  letter-spacing: -.37px;
  align-self: flex-start;
  margin-top: 13px;
  padding-right: 20px;
  font-size: 16.75px;
  font-weight: 600;
  line-height: 24px;
}

.top-bar-right.copy a {
  color: #06c;
  text-decoration: none;
}

.top-bar-right.copy a:hover .underline {
  text-decoration: underline;
}

@media screen and (width <= 499px) {
  .top-bar-right.copy {
    display: none;
  }
}

.apple-logo {
  width: 15px;
  height: auto;
}

.container {
  padding: 0 20px;
}

.above-fold section.container {
  max-width: 1214px;
  margin: auto;
}

.above-fold .compass {
  letter-spacing: .15px;
  color: #000;
  text-align: center;
  margin-top: 44px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.above-fold .compass span img {
  width: 32px;
  height: auto;
  margin-top: -6px;
  padding-right: 9.75px;
}

.hero-image {
  width: 100%;
  margin-top: 30px;
}

.above-fold .heading {
  letter-spacing: -.58px;
  color: #000;
  text-align: center;
  max-width: 670px;
  margin: 7px auto auto;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.above-fold .sub-heading {
  letter-spacing: -.08px;
  color: #65656a;
  text-align: center;
  max-width: 561px;
  margin: 30px auto auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

@media screen and (width >= 735px) and (width <= 1068px) {
  .top-bar-right.copy {
    padding-right: 0;
  }

  .above-fold .compass {
    letter-spacing: .2px;
    margin-top: 40px;
    font-size: 28px;
    line-height: 32px;
  }

  .above-fold .compass span img {
    width: 29px;
    height: auto;
    margin-top: -6px;
    padding-right: 6px;
  }

  .above-fold .heading {
    letter-spacing: -.29px;
    max-width: 637px;
    margin-top: 10px;
    font-size: 58px;
  }

  .above-fold .heading span img {
    width: 58px;
    height: auto;
    margin-top: -13px;
  }

  .above-fold .sub-heading {
    letter-spacing: -.14px;
    max-width: 488px;
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (width >= 320px) and (width <= 734px) {
  .container {
    padding: 0 6.25%;
  }

  .bento-boxes.container {
    padding: 0 23px;
  }

  .top-bar-wrap {
    padding: 0 6.25%;
  }

  .top-bar-right.copy {
    padding-right: 0;
  }

  .above-fold .compass {
    letter-spacing: .2px;
    margin-top: 30px;
    font-size: 28px;
    line-height: 32px;
  }

  .above-fold .compass span img {
    width: 29px;
    height: auto;
    margin-top: -6px;
    padding-right: 6px;
  }

  .above-fold .heading {
    letter-spacing: 0;
    max-width: 455px;
    margin-top: 10px;
    font-size: 40px;
  }

  .above-fold .heading span img {
    width: 40px;
    height: auto;
    margin-top: -9px;
  }

  .above-fold .sub-heading {
    letter-spacing: .22px;
    max-width: 428px;
    padding: 0 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .above-fold .sub-heading.copy br {
    display: none;
  }
}

.bento-boxes {
  grid-template-columns: 1fr 1fr;
  max-width: 1231px;
  margin: 52px auto auto;
  padding-bottom: 25px;
  display: grid;
}

.bento {
  border-radius: 25px;
  flex-direction: column;
  align-items: center;
  max-width: 605.5px;
  height: 568px;
  margin-top: 20px;
  display: flex;
}

.bento:nth-child(odd) {
  margin-right: 20px;
}

.bento .copy {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.box-2 {
  background: linear-gradient(150deg, #5d8dee 10%, #ad5fe6 90%);
}

.box-2 img {
  width: 78px;
  height: auto;
  margin-top: 123px;
}

.box-2 .copy {
  letter-spacing: .12px;
  color: #fff;
  max-width: 412px;
  margin-top: 24px;
}

.box-1 {
  background-color: #fff;
}

.box-1 img {
  width: 160px;
  margin-top: 93px;
}

.box-1 .copy {
  letter-spacing: .13px;
  color: #65656a;
  max-width: 472px;
  margin-top: 12px;
}

.box-4 {
  background-color: #fff;
}

.box-4 img {
  width: 162px;
  height: auto;
  margin-top: 133px;
}

.box-4 .copy {
  letter-spacing: .12px;
  color: #65656a;
  max-width: 417px;
  margin-top: 30px;
}

.box-3 {
  background-color: #000;
}

.box-3 img {
  width: 141px;
  height: auto;
  margin-top: 66px;
}

.box-3 .copy {
  letter-spacing: .12px;
  color: #fff;
  max-width: 425px;
  margin-top: 32px;
}

.bento.box-5 {
  background: linear-gradient(150deg, #359cd7 10%, #7d6efb 90%);
  align-items: flex-start;
  overflow: hidden;
}

.box-5 .copy {
  text-align: left;
  color: #fff;
  letter-spacing: -.16px;
  max-width: 354px;
  margin-top: 40px;
  margin-left: 50px;
}

.box-5 img {
  width: 841.5px;
  height: auto;
  margin-top: 54px;
  margin-left: 87px;
}

.bento.box-6 {
  background-color: #000;
}

.box-6 .copy {
  color: #fff;
  letter-spacing: .12px;
  max-width: 435px;
  margin-top: 20px;
}

.box-6 img {
  align-self: center;
  width: 163px;
  height: auto;
  margin-top: 54px;
}

@media screen and (width >= 735px) and (width <= 1068px) {
  .bento {
    min-height: 527px;
  }

  .box-4, .box-3 {
    height: unset;
  }

  .bento .copy {
    width: 80%;
    font-size: 28px;
    line-height: 32px;
  }

  .box-2 .copy, .box-1 .copy {
    letter-spacing: .2px;
  }

  .box-4 .copy {
    letter-spacing: .2px;
    width: 79%;
  }

  .box-3 .copy {
    letter-spacing: .2px;
    margin-top: 35px;
    margin-bottom: 71px;
  }

  .box-5 .copy {
    letter-spacing: -.14px;
    margin-top: 43px;
    margin-left: 28px;
  }

  .box-6 .copy {
    letter-spacing: .31px;
  }

  .box-3 img {
    width: 136px;
    margin-top: 67px;
  }

  .box-6 img {
    width: 151px;
    margin-top: 67px;
  }
}

@media screen and (width <= 948px) {
  .box-2 .copy br {
    display: none;
  }
}

@media screen and (width >= 320px) and (width <= 734px) {
  .bento-boxes {
    grid-template-columns: 1fr;
    max-width: 410px;
  }

  .bento:nth-child(odd) {
    margin-right: unset;
  }

  .bento .copy {
    padding: 0 30px;
    font-size: 24px;
    line-height: 28px;
  }

  .box-1 {
    height: fit-content;
  }

  .box-1 .copy {
    letter-spacing: .22px;
    margin-top: 13px;
    margin-bottom: 90px;
  }

  .box-1 img {
    width: 99px;
    margin-top: 48px;
  }

  .box-2 {
    height: fit-content;
  }

  .box-2 .copy {
    letter-spacing: .22px;
    margin-top: 19px;
    margin-bottom: 99px;
  }

  .box-2 img {
    width: 55.25px;
    margin-top: 75px;
  }

  .box-3 {
    height: fit-content;
  }

  .box-3 .copy {
    letter-spacing: .22px;
    margin-top: 32px;
    margin-bottom: 58px;
    padding: 0 40px;
  }

  .box-3 img {
    width: 100px;
    margin-top: 32px;
  }

  .box-4 {
    height: fit-content;
  }

  .box-4 .copy {
    letter-spacing: .22px;
    margin-top: 32px;
    margin-bottom: 52.36px;
    padding: 0 50px;
  }

  .box-4 img {
    width: 118.62px;
    margin-top: 76px;
  }

  .box-5 {
    height: 527px;
  }

  .box-5 .copy {
    letter-spacing: -.12px;
    max-width: 260px;
    margin-top: 46px;
    margin-left: 29px;
    padding: 0;
  }

  .box-5 img {
    width: 523px;
    margin-top: 27px;
    margin-left: 56px;
  }

  .box-6 {
    height: unset;
    margin-bottom: 24px;
  }

  .box-6 .copy {
    letter-spacing: .22px;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .box-6 img {
    width: 127.5px;
    margin-top: 36px;
  }
}

@media screen and (width <= 375px) {
  .box-4 .copy {
    padding: 0 44px;
  }
}

@media screen and (width <= 340px) {
  .box-4 .copy {
    padding: 0 33px;
  }
}

section.cta {
  background-color: #fff;
}

.cta-heading {
  text-align: center;
  letter-spacing: -.14px;
  color: #1d1d1f;
  width: 445px;
  margin: auto;
  padding-top: 48px;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.steps {
  text-align: center;
  justify-content: space-between;
  width: 694px;
  margin: 25px auto auto;
  padding-bottom: 48px;
  display: flex;
}

.step-1, .step-2 {
  letter-spacing: .3px;
  color: #86868b;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.step-1 {
  width: 297px;
}

.step-2 {
  width: 307px;
}

@media screen and (width >= 735px) and (width <= 1068px) {
  .cta-heading {
    letter-spacing: 0;
    width: 375px;
    padding-top: 44px;
    font-size: 40px;
    line-height: 44px;
  }
}

@media screen and (width >= 320px) and (width <= 734px) {
  .cta-heading {
    letter-spacing: .13px;
    width: 310px;
    padding-top: 40px;
    font-size: 32px;
    line-height: 36px;
  }

  .steps {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 16px;
  }

  .step-1, .step-2 {
    width: 205px;
    margin-bottom: 24px;
  }
}

section.legal {
  letter-spacing: -.12px;
  color: #6e6e73;
  max-width: 1068px;
  margin: auto;
  padding-top: 48px;
  font-family: SF Pro Text;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

section.legal .container {
  padding: 0 59px 23px 80px;
}

@media screen and (width >= 735px) and (width <= 1068px) {
  section.legal {
    max-width: 734px;
  }

  section.legal .container {
    padding: 0 37px 23px 43px;
  }
}

@media screen and (width <= 734px) {
  section.legal .container {
    padding: 0 6.25% 24px;
  }
}

.dialog {
  border: none;
  border-radius: 10px;
  box-shadow: 12px 10px 15px -3px #0003;
}

.ac-button {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  letter-spacing: -.01em;
  --sk-button-margin-horizontal: 10px;
  --sk-button-margin-vertical: 10px;
  background: #0071e3;
  border: 1px solid #0000;
  border-radius: 980px;
  min-width: 25px;
  padding: 3px 10px;
  font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33337;
  text-decoration: none;
  display: inline-block;
}

.dialog-safari {
  background-color: #fff;
  border: 1px solid #0071e3;
  border-radius: 10px;
  padding: 10px 40px;
  display: none;
  position: fixed;
  top: 40px;
  right: 20px;
}

.dialog-safari .copy {
  font-weight: 600;
}

.dialog-safari form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.show-dialog {
  display: block;
}
/*# sourceMappingURL=index.4d663569.css.map */
