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

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%;
  line-height: 1.15;
}

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, body {
  font-size: 17px;
}

body {
  color: #ebebf599;
  text-align: center;
  text-rendering: optimizeSpeed;
  text-size-adjust: none;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Lucida Grande, sans-serif;
  line-height: 24px;
}

@media (width >= 1024px) {
  body {
    text-align: initial;
  }
}

h1, h2, h3 {
  margin: 0;
}

h1 {
  color: #fff;
  letter-spacing: .4px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

@media (width >= 1600px) {
  h1 {
    font-size: 96px;
    line-height: 104px;
  }
}

h2 {
  text-wrap: balance;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

@media (width >= 1600px) {
  h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
  }
}

h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.text-grouping {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.text-grouping p {
  text-wrap: balance;
  margin: 0;
}

html {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

body {
  background: #000;
  flex: 1;
  display: flex;
}

.wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.wrapper .page {
  flex-direction: column;
  margin-top: -64px;
  display: flex;
}

@media (width >= 1024px) {
  .wrapper {
    flex-direction: row-reverse;
    max-width: 1600px;
    margin: 0 auto;
  }

  .wrapper .page {
    flex-basis: 50%;
    align-items: center;
    margin: 0;
    padding: 108px 64px 0;
  }

  .wrapper .page section, .wrapper .page footer {
    max-width: 440px;
  }

  .wrapper:after {
    content: "";
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(#000, #0000 8% 88%, #000);
    position: fixed;
    inset: 0;
  }
}

@media (width >= 1600px) {
  .wrapper .page {
    justify-content: center;
  }
}

@media (height >= 1442px) {
  .wrapper .page {
    padding-top: 138px;
  }
}

.hero {
  z-index: -1;
  flex-basis: 100%;
  position: relative;
}

.hero video {
  width: 100%;
  height: auto;
  display: block;
}

.hero:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#000, #0000 12% 64%, #000);
  position: absolute;
  inset: 0;
}

@media (width >= 1024px) {
  .hero {
    flex-basis: 50%;
    position: relative;
  }

  .hero .screen {
    justify-content: center;
    align-items: center;
    max-width: 800px;
    display: flex;
    position: fixed;
    inset: 0 0 0 50%;
  }

  .hero .screen video {
    object-fit: cover;
  }

  .hero:after {
    display: none;
  }
}

.leader {
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 0 32px;
  display: flex;
}

.leader .icon {
  width: 128px;
  height: 128px;
}

.leader .icon img {
  display: block;
}

@media (width >= 1024px) {
  .leader {
    align-items: flex-start;
    gap: 48px;
    padding: 0;
  }
}

.features {
  margin: 0 auto;
  padding-top: 64px;
}

.features ul {
  flex-direction: column;
  gap: 64px;
  display: flex;
}

.features ul li {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  display: flex;
}

.features ul li .icon {
  width: 96px;
  height: 96px;
}

.features ul li .icon img {
  width: auto;
  height: 76px;
  display: block;
}

.features ul li.price {
  z-index: 10;
  background-color: #dcdabc;
  border-radius: 38px;
  padding: 32px;
  position: relative;
}

.features ul li.price h2, .features ul li.price h3 {
  color: #000;
}

.features ul li.price h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 76px;
  display: flex;
}

.features ul li.price .text-grouping {
  gap: 0;
  padding-bottom: 8px;
}

.features ul li.price p {
  color: #3c3c4399;
}

.features ul li.price button, .features ul li.price .button {
  color: #dcdabc;
  background-color: #000;
  transition: background-color .2s, color .2s;
}

.features ul li.price button:hover, .features ul li.price .button:hover {
  color: #000;
  background-color: #dcdabc;
  box-shadow: inset 0 0 0 2px #000;
}

.features ul li.price button:active, .features ul li.price .button:active {
  background-color: #3c3c4333;
}

@media (width >= 1024px) {
  .features {
    margin: 0;
  }

  .features ul {
    gap: 64px;
  }

  .features ul li {
    align-items: flex-start;
    padding: 0;
  }

  .features ul li .icon {
    margin-left: -12px;
  }

  .features ul li.price {
    margin: auto -32px;
  }
}

@media (width >= 1600px) {
  .features ul li h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

footer {
  z-index: 10;
  background: #000;
  padding: 24px 32px;
  position: relative;
}

footer a {
  color: #ebebf566;
  text-decoration: none;
  transition: color .2s, text-decoration .2s;
}

footer a:hover {
  color: #ebebf599;
  text-underline-offset: 4px;
  text-decoration: underline 2px #b9b364;
}

footer .selected {
  color: #b9b364;
}

@media (width >= 1024px) {
  footer {
    width: 100%;
    padding: 28px 0;
  }
}

.trailer {
  z-index: 9;
  background: linear-gradient(to top, #000 50%, #0000);
  justify-content: center;
  padding: 32px 16px;
  display: flex;
  position: fixed;
  inset: auto 0 0;
}

@media (width >= 1024px) {
  .trailer {
    display: none;
  }
}

.privacy {
  text-align: initial;
}

.privacy .wrapper {
  flex-direction: column;
}

.privacy .page {
  margin: 0;
  padding: 64px 0 0;
}

.privacy .leader {
  align-items: flex-start;
  width: 100%;
}

.privacy .policy {
  padding: 64px 32px 0;
}

.privacy .policy h3 {
  margin-bottom: 8px;
}

.privacy .policy p {
  margin: 0 0 32px;
}

.privacy .policy ul {
  margin-bottom: 24px;
  padding-left: 1rem;
  list-style-type: disc;
}

.privacy .policy ul li {
  text-wrap: balance;
  margin-bottom: 8px;
  padding-left: .25rem;
}

@media (width >= 1024px) {
  .privacy .page {
    padding-top: 108px;
  }
}

button, .button {
  color: #000;
  letter-spacing: -.43px;
  background: #fff;
  border: 0;
  border-radius: 100px;
  padding: 21px 32px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

button:active, .button:active {
  opacity: .88;
  position: relative;
  top: 1px;
}

button[disabled], .button[disabled] {
  opacity: .64;
}

.icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
/*# sourceMappingURL=index.c9bc9753.css.map */
