@charset "UTF-8";
::root {
  font-size: 16px;
  line-height: 1.75rem; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul, ol, li,
h1, h2, h3,
img, video,
figure, embed,
p, blockquote, pre {
  max-width: 100%;
  margin-bottom: 1em; }

html {
  color: #444444;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }
  @media (prefers-color-scheme: dark) {
    html {
      color: #A0B0BE;
      background-color: #1A1F25; } }
@font-face {
  font-family: 'Avenir-Web';
  font-weight: normal;
  src: url(https://revealapp.com/fonts/Avenir-Medium.ttf) format("truetype"); }

@font-face {
  font-family: 'Avenir-Web';
  font-weight: bold;
  src: url(https://revealapp.com/fonts/Avenir-Heavy.ttf) format("truetype"); }

@font-face {
  font-family: 'SF-Mono-Web';
  font-weight: normal;
  src: url(https://revealapp.com/fonts/SFMono-Medium.otf) format("opentype"); }

html {
  font-family: Avenir-Web, Avenir, -apple-system, sans-serif;
  line-height: 1.75rem; }

a {
  font-weight: bold;
  color: #305C95;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89), border-bottom 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89); }
  @media (prefers-color-scheme: dark) {
    a {
      color: #6495EC; } }
  a:hover, a:focus {
    color: #244F86;
    border-bottom: 2px solid rgba(36, 79, 134, 0.25);
    transition-duration: 0s; }
    @media (prefers-color-scheme: dark) {
      a:hover, a:focus {
        color: #436AAE;
        border-color: rgba(67, 106, 174, 0.25); } }
  a:active {
    color: #0F315E;
    border-bottom: 2px solid rgba(15, 49, 94, 0.25);
    transition-duration: 0s; }
    @media (prefers-color-scheme: dark) {
      a:active {
        color: #305C95;
        border-color: rgba(48, 92, 149, 0.25); } }
h1, h2, h3 {
  font-weight: normal;
  line-height: 1.5em;
  color: #000000; }
  @media (prefers-color-scheme: dark) {
    h1, h2, h3 {
      color: #FFFFFF; } }
h1 {
  font-size: 2em; }

h2, h3 {
  font-size: 1.5em; }

* + h1, * + h2, * + h3, * + h4 {
  margin-top: 2em; }

h1 + h2, h2 + h3, h3 + h4 {
  margin-top: 0; }

h4 {
  font-weight: bold;
  color: #000000; }
  @media (prefers-color-scheme: dark) {
    h4 {
      color: #FFFFFF; } }
em, i {
  font-style: normal;
  font-weight: bold; }

time, cite, small {
  font-weight: bold;
  color: #8E8E93; }

ul, ol {
  list-style: none; }

.title {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  text-align: center; }
  @media (min-width: 832px) {
    .title {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    .title {
      font-size: 3em;
      margin-top: 4rem;
      margin-bottom: 4rem; } }
.subtitle {
  text-align: center; }
  @media (min-width: 832px) {
    .subtitle {
      font-size: 2em; } }
.button {
  display: block;
  line-height: 1em;
  text-align: center;
  padding: 1em 1.5em;
  border-radius: 1.5em;
  transition: color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89), background-color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89); }
  .button:hover, .button:active, .button:focus {
    border-bottom: none;
    transition-duration: .25s; }
  .button-primary {
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 1em 1.5em;
    border-radius: 1.5em;
    transition: color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89), background-color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89);
    color: #FFFFFF;
    background-color: #305C95; }
    .button-primary:hover, .button-primary:active, .button-primary:focus {
      border-bottom: none;
      transition-duration: .25s; }
    @media (prefers-color-scheme: dark) {
      .button-primary {
        background-color: #6495EC; } }
    .button-primary:hover, .button-primary:focus {
      color: #FFFFFF;
      background-color: #244F86; }
      @media (prefers-color-scheme: dark) {
        .button-primary:hover, .button-primary:focus {
          background-color: #436AAE; } }
    .button-primary:active {
      color: #FFFFFF;
      background-color: #0F315E; }
      @media (prefers-color-scheme: dark) {
        .button-primary:active {
          background-color: #305C95; } }
  .button-secondary {
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 1em 1.5em;
    border-radius: 1.5em;
    transition: color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89), background-color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89);
    color: #305C95;
    background-color: rgba(48, 92, 149, 0.15); }
    .button-secondary:hover, .button-secondary:active, .button-secondary:focus {
      border-bottom: none;
      transition-duration: .25s; }
    @media (prefers-color-scheme: dark) {
      .button-secondary {
        color: #6495EC;
        background-color: rgba(100, 149, 236, 0.25); } }
    .button-secondary:hover, .button-secondary:focus {
      color: #244F86;
      background-color: rgba(36, 79, 134, 0.15); }
      @media (prefers-color-scheme: dark) {
        .button-secondary:hover, .button-secondary:focus {
          color: #436AAE;
          background-color: rgba(67, 106, 174, 0.25); } }
    .button-secondary:active {
      color: #0F315E;
      background-color: rgba(15, 49, 94, 0.15); }
      @media (prefers-color-scheme: dark) {
        .button-secondary:active {
          color: #305C95;
          background-color: rgba(48, 92, 149, 0.25); } }
  .button-tertiary {
    position: relative;
    line-height: 1.5em; }
    .button-tertiary:after {
      position: absolute;
      display: inline-block;
      bottom: 0;
      width: 1.5em;
      height: 1.5em;
      margin-left: .5em;
      content: '';
      background-size: 24px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(https://revealapp.com/images/arrow.svg);
      transition: margin-left 0.1s cubic-bezier(0.06, 0.53, 0.41, 0.89); }
      @media (prefers-color-scheme: dark) {
        .button-tertiary:after {
          background-image: url(https://revealapp.com/images/arrow-dark.svg); } }
    .button-tertiary:hover:after, .button-tertiary:active:after, .button-tertiary:focus:after {
      margin-left: .75em; }
  .button-disabled {
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 1em 1.5em;
    border-radius: 1.5em;
    transition: color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89), background-color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89);
    font-weight: bold;
    color: #8E8E93;
    background-color: rgba(142, 142, 147, 0.15); }
    .button-disabled:hover, .button-disabled:active, .button-disabled:focus {
      border-bottom: none;
      transition-duration: .25s; }
    .button-disabled:hover, .button-disabled:active {
      cursor: not-allowed;
      color: #8E8E93;
      background-color: rgba(142, 142, 147, 0.15); }

.buttons {
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 832px) {
    .buttons .button, .buttons .button-primary, .buttons .button-secondary, .buttons .button-disabled {
      margin-top: 1rem; } }
  @media (min-width: 832px) {
    .buttons {
      text-align: center; }
      .buttons .button, .buttons .button-primary, .buttons .button-secondary, .buttons .button-disabled {
        display: inline-block;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        padding-left: 0;
        padding-right: 0;
        width: calc(288px - 3.5rem); } }
input, button {
  width: 100%;
  border: none;
  font-size: 1em;
  font-weight: bold;
  font-family: Avenir-Web, Avenir, -apple-system, sans-serif;
  apperance: none;
  -webkit-appearance: none; }

input[type=submit], button {
  cursor: pointer; }
  input[type=submit]:disabled, button:disabled {
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 1em 1.5em;
    border-radius: 1.5em;
    transition: color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89), background-color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89);
    font-weight: bold;
    color: #8E8E93;
    background-color: rgba(142, 142, 147, 0.15); }
    input[type=submit]:disabled:hover, input[type=submit]:disabled:active, input[type=submit]:disabled:focus, button:disabled:hover, button:disabled:active, button:disabled:focus {
      border-bottom: none;
      transition-duration: .25s; }
    input[type=submit]:disabled:hover, input[type=submit]:disabled:active, button:disabled:hover, button:disabled:active {
      cursor: not-allowed;
      color: #8E8E93;
      background-color: rgba(142, 142, 147, 0.15); }

input[type=text], input[type=email], input[type=search], textarea {
  display: block;
  line-height: 1em;
  text-align: center;
  padding: 1em 1.5em;
  border-radius: 1.5em;
  transition: color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89), background-color 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89);
  text-align: left;
  line-height: 1.75em;
  padding: 0.625em 1.5em;
  background-color: rgba(142, 142, 147, 0.15);
  box-shadow: 0 0 0 2px transparent inset; }
  input[type=text]:hover, input[type=text]:active, input[type=text]:focus, input[type=email]:hover, input[type=email]:active, input[type=email]:focus, input[type=search]:hover, input[type=search]:active, input[type=search]:focus, textarea:hover, textarea:active, textarea:focus {
    border-bottom: none;
    transition-duration: .25s; }
  @media (prefers-color-scheme: dark) {
    input[type=text], input[type=email], input[type=search], textarea {
      color: #FFFFFF; } }
  input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px #305C95 inset; }
    @media (prefers-color-scheme: dark) {
      input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, textarea:focus {
        box-shadow: 0 0 0 2px #6495EC inset; } }
textarea {
  border: none;
  width: 100%;
  resize: none;
  min-height: 16rem; }

label {
  font-size: 0.875em;
  margin-left: 1.5rem; }

nav li {
  line-height: 1rem; }

.field {
  position: relative; }
  .field .parsley-error {
    box-shadow: 0 0 0 2px #DB2A40 inset !important; }
  .field .parsley-errors-list {
    margin-top: 0.25rem;
    margin-left: 1.5rem;
    font-size: 0.875rem;
    color: #DB2A40; }
    .field .parsley-errors-list li {
      margin-bottom: 0; }
  @media (min-width: 832px) {
    .field .parsley-errors-list {
      position: absolute;
      top: -0.2rem;
      right: 1.5rem; } }
.grecaptcha-badge {
  opacity: 1;
  transform: translateX(72px); }

code {
  display: inline-block;
  line-height: 1.5em;
  font-size: 0.875em;
  font-weight: normal;
  word-break: break-all;
  white-space: pre-wrap;
  vertical-align: baseline;
  font-family: 'SF-Mono-Web', 'SF Mono', monospace;
  padding: 0.1em .4em 0.05em;
  margin-left: .15em;
  margin-right: .15em;
  border-radius: .25em;
  color: #000000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); }
  @media (prefers-color-scheme: dark) {
    code {
      color: #FFFFFF;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
      background-color: rgba(255, 255, 255, 0.05); } }
pre {
  padding: 1em;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); }
  @media (prefers-color-scheme: dark) {
    pre {
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
      background-color: rgba(255, 255, 255, 0.05); } }
pre code {
  padding: 0;
  box-shadow: none;
  background-color: transparent; }

.header {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .header .container {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 832px) {
      .header .container {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .header .name {
    border: none;
    display: flex;
    align-items: center; }
    .header .name .logo {
      height: 2rem;
      margin-right: 0.5rem; }
    .header .name small {
      color: #444444; }
      @media (prefers-color-scheme: dark) {
        .header .name small {
          color: white; } }
    .header .name a {
      color: inherit;
      border: none; }
  .header nav ul {
    display: flex;
    margin-bottom: 0;
    align-items: center; }
  .header nav li {
    margin-bottom: 0;
    min-width: 7.5rem;
    text-align: center; }
  @media (prefers-color-scheme: dark) {
    .header nav .button {
      color: #FFFFFF; } }
  .header nav .active .button {
    color: #8E8E93; }
  .header nav .active .button-primary {
    background-color: #8E8E93; }
  @media (max-width: 832px) {
    .header .menu {
      width: 1.5rem;
      height: 1rem;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent; }
    .header nav {
      width: 1.5rem;
      height: 2px;
      border-radius: 4px;
      background-color: #305C95;
      transition: transform 0.1s cubic-bezier(0.06, 0.53, 0.41, 0.89), background-color, 0.2s cubic-bezier(0.06, 0.53, 0.41, 0.89); } }
  @media (max-width: 832px) and (prefers-color-scheme: dark) {
    .header nav {
      background-color: #FFFFFF; } }
  @media (max-width: 832px) {
      .header nav:before, .header nav:after {
        display: block;
        position: relative;
        width: 100%;
        height: inherit;
        content: '';
        border-radius: inherit;
        background-color: #305C95;
        transition: inherit; } }
    @media (max-width: 832px) and (prefers-color-scheme: dark) {
      .header nav:before, .header nav:after {
        background-color: #FFFFFF; } }
  @media (max-width: 832px) {
      .header nav:before {
        bottom: -7px; }
      .header nav:after {
        bottom: -12px; }
      .header nav ul {
        display: block;
        position: absolute;
        overflow: hidden;
        top: 5rem;
        left: 1rem;
        right: 1rem;
        z-index: -1000;
        padding: 1rem 1rem 0.5rem;
        border-radius: 0.5rem;
        background-color: #FFFFFF;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.025);
        opacity: 0;
        transform: scale(0.95);
        transform-origin: 100% 0%;
        transition: transform 0.25s cubic-bezier(0.06, 0.53, 0.41, 0.89), opacity 0.3s cubic-bezier(0.06, 0.53, 0.41, 0.89); } }
    @media (max-width: 832px) and (prefers-color-scheme: dark) {
      .header nav ul {
        background-color: #1A1F25;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 8px 0 rgba(0, 0, 0, 0.25); } }
  @media (max-width: 832px) {
      .header nav li {
        margin-bottom: 1rem;
        -webkit-tap-highlight-color: initial; }
    .header .open nav {
      background-color: transparent !important; }
      .header .open nav:before {
        transform: rotate(45deg); }
      .header .open nav:after {
        transform: translateY(-7px) rotate(-45deg); }
      .header .open nav ul {
        opacity: 1;
        z-index: 1000;
        transform: scale(1); } }
.page--home .header {
  background-color: #121212; }
  @media (prefers-color-scheme: dark) {
    .page--home .header {
      background-color: #121212; } }
  .page--home .header .name .logo path {
    fill: white; }
  .page--home .header .name small {
    color: white; }
  .page--home .header .button-primary {
    background-color: #242424; }
  @media (min-width: 832px) {
    .page--home .header nav a {
      color: white; } }
  @media (max-width: 832px) {
    .page--home .header nav {
      background-color: white; }
      .page--home .header nav:before, .page--home .header nav:after {
        background-color: white; } }
@media (max-width: 570px) and (max-height: 442px) {
  .updates--page .header {
    display: none; } }

.footer {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 832px) {
    .footer {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .footer nav {
    display: flex; }
    .footer nav ul {
      width: 50%;
      text-align: center; }
    .footer nav li {
      margin-bottom: 2rem; }
    .footer nav a {
      border: none; }
    .footer nav .primary a {
      color: #000000; }
      @media (prefers-color-scheme: dark) {
        .footer nav .primary a {
          color: #FFFFFF; } }
    .footer nav .secondary a {
      color: #8E8E93;
      font-weight: normal; }
    @media (min-width: 832px) {
      .footer nav {
        flex-direction: column;
        margin-bottom: 8rem; }
        .footer nav ul {
          width: 100%;
          display: flex;
          margin-bottom: 0;
          align-items: center;
          justify-content: space-between; }
        .footer nav li {
          min-width: 9rem; } }
  .footer form {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 832px) {
      .footer form {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 832px) {
      .footer form {
        max-width: 704px; } }
    .footer form label {
      font-size: 1em;
      display: block;
      margin-left: 0;
      margin-bottom: 0.5rem; }
    .footer form .email {
      display: inline-block;
      width: calc(100% - 6.3rem);
      margin-right: -1rem; }
      .footer form .email input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .footer form .subscribe {
      width: 7rem;
      display: inline-block; }
      .footer form .subscribe input {
        padding-left: 0;
        padding-right: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    @media (min-width: 832px) {
      .footer form {
        margin-bottom: 6rem;
        max-width: 576px; } }
  .footer .social {
    margin-bottom: 6rem; }
    .footer .social ul {
      display: flex;
      justify-content: space-between;
      max-width: 6rem;
      margin-left: auto;
      margin-right: auto; }
    .footer .social li a {
      width: 2rem;
      height: 2rem;
      display: block;
      text-indent: -9999rem;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center; }
      .footer .social li a:hover {
        border: none; }
    .footer .social .twitter {
      background-image: url(https://revealapp.com/images/twitter.svg); }
    .footer .social .github {
      background-image: url(https://revealapp.com/images/github.svg); }
  .footer small {
    display: block;
    font-size: 1em;
    font-weight: normal; }
    .footer small:before {
      display: block;
      margin: 0 auto 2rem;
      width: 4rem;
      height: 4rem;
      content: '';
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url(https://revealapp.com/images/stamp.svg); }
    .footer small a {
      border: none;
      display: block;
      margin-bottom: 2rem;
      color: #DB2A40; }
  @media (min-width: 832px) {
    .footer {
      padding-top: 2rem; } }
@media (max-width: 570px) and (max-height: 442px) {
  .updates--page .footer {
    display: none; } }

.prompt {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 832px) {
    .prompt {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .prompt .name {
    margin-bottom: 2.5rem; }
    .prompt .name:before {
      display: block;
      width: 4rem;
      height: 4rem;
      margin: 0 auto 1rem;
      content: '';
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url(https://revealapp.com/images/icon.png); }
    .prompt .name .logo svg {
      width: auto;
      height: 32px; }
    .prompt .name .logo path {
      fill: #000000; }
      @media (prefers-color-scheme: dark) {
        .prompt .name .logo path {
          fill: #FFFFFF; } }
  @media (min-width: 832px) {
    .prompt {
      padding-top: 10rem;
      padding-bottom: 10rem; }
      .prompt .name:before {
        width: 6rem;
        height: 6rem;
        margin: 0 auto 2rem; } }
.feature figure {
  overflow: hidden;
  position: relative;
  padding-top: 55.5%;
  background-color: rgba(48, 92, 149, 0.1);
  margin-bottom: 1.25rem;
  border-radius: 0.25rem; }
  .feature figure img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    position: absolute; }
  .feature figure:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border-radius: 0.25rem;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }
    @media (prefers-color-scheme: dark) {
      .feature figure:after {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset; } }
.feature h2 {
  margin-top: 0;
  margin-bottom: 1rem; }

.update {
  position: relative;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #FFFFFF; }
  @media (prefers-color-scheme: dark) {
    .update {
      background-color: #1A1F25; } }
  .update:before {
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: -4rem;
    left: 50%;
    margin-left: -1rem;
    content: '';
    border-radius: 1rem;
    background-color: #305C95;
    box-shadow: 0 0 0 4px #FFFFFF; }
    @media (prefers-color-scheme: dark) {
      .update:before {
        background-color: #6495EC;
        box-shadow: 0 0 0 4px #1A1F25; } }
  .update .subtitle a {
    font-weight: normal; }
  .update .subtitle a:not(:hover) {
    color: inherit; }
  @media (max-width: 570px) and (max-height: 442px) {
    .update .subtitle {
      text-align: left;
      margin-right: 1rem;
      margin-bottom: 0.5rem; } }
  @media (max-width: 570px) and (max-height: 442px) {
    .update time {
      display: none; } }
  .update .requirements {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    .update .requirements li {
      display: inline-block;
      line-height: 1;
      font-weight: bold;
      font-size: 0.875em;
      margin-left: 0.125rem;
      margin-right: 0.125rem;
      padding: 0.375rem .5rem 0.25rem;
      border-radius: 1rem;
      color: #8E8E93;
      background-color: rgba(142, 142, 147, 0.15); }
    @media (max-width: 570px) and (max-height: 442px) {
      .update .requirements {
        margin-top: 0.2rem; } }
  .update .changelog {
    width: 100%;
    text-align: left; }
    .update .changelog .list {
      margin-bottom: 3rem; }
    .update .changelog h3 {
      font-size: 0.875em;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
    .update .changelog ul li a {
      word-break: break-word; }
    .update .changelog ul li ul, .update .changelog ul li ol {
      margin-left: 1rem; }
    .update .changelog ul li ul > li {
      position: relative;
      margin-left: 1.5rem; }
      .update .changelog ul li ul > li:before {
        position: absolute;
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        left: -1.5rem;
        top: 0.55rem;
        content: '';
        border-radius: 0.25rem;
        background-color: #305C95; }
        @media (prefers-color-scheme: dark) {
          .update .changelog ul li ul > li:before {
            background-color: #6495EC; } }
    .update .changelog ul li ol {
      counter-reset: list-counter; }
    .update .changelog ul li ol > li {
      position: relative;
      margin-left: 1.5rem;
      counter-increment: list-counter; }
      .update .changelog ul li ol > li:before {
        position: absolute;
        display: block;
        line-height: 0;
        font-size: 0.875em;
        font-weight: bold;
        text-align: center;
        border-radius: 100%;
        top: 0.1rem;
        left: -2.5rem;
        width: 1.5rem;
        padding: 0.75rem 0 0.7rem;
        text-indent: 0.1rem;
        color: #305C95;
        content: counter(list-counter);
        background-color: rgba(48, 92, 149, 0.15); }
        @media (prefers-color-scheme: dark) {
          .update .changelog ul li ol > li:before {
            color: #6495EC;
            background-color: rgba(100, 149, 236, 0.25); } }
    .update .changelog ul li ul ul, .update .changelog ul li ol ol, .update .changelog ul li ul ol, .update .changelog ul li ol ul {
      margin-top: 1rem; }
    .update .changelog ul li blockquote {
      padding-left: 1em;
      color: #8E8E93;
      border-left: 2px solid rgba(142, 142, 147, 0.25); }
    .update .changelog ul li figure {
      margin-top: 2em;
      margin-bottom: 2em;
      text-align: center; }
      .update .changelog ul li figure img {
        display: inline-block; }
    .update .changelog ul li figcaption {
      text-align: center;
      font-size: 0.875em;
      color: #8E8E93; }
    .update .changelog ul li hr {
      width: 100%;
      height: 1px;
      margin: 4em auto;
      border: none;
      background-color: rgba(0, 0, 0, 0.15); }
      @media (prefers-color-scheme: dark) {
        .update .changelog ul li hr {
          background-color: rgba(255, 255, 255, 0.15); } }
    .update .changelog ul li > div {
      margin-bottom: 1rem; }
    .update .changelog ul li table {
      width: 100%;
      margin-bottom: 1rem; }
    .update .changelog ul li tr:not(:last-child), .update .changelog ul li thead tr {
      border-bottom: 1px solid rgba(142, 142, 147, 0.25); }
    .update .changelog ul li td, .update .changelog ul li th {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      vertical-align: top; }
      .update .changelog ul li td:not(:first-child), .update .changelog ul li th:not(:first-child) {
        padding-left: 2rem !important; }
    .update .changelog ul li kbd {
      display: inline-block;
      font-weight: bold;
      font-family: -apple-system, sans-serif;
      line-height: 1;
      text-align: center;
      min-width: 2em;
      padding: 0.25em 0.25em;
      border-radius: 0.25em;
      background-color: rgba(142, 142, 147, 0.25); }
    .update .changelog .notes a {
      word-break: break-word; }
    .update .changelog .notes ul, .update .changelog .notes ol {
      margin-left: 1rem; }
    .update .changelog .notes ul > li {
      position: relative;
      margin-left: 1.5rem; }
      .update .changelog .notes ul > li:before {
        position: absolute;
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        left: -1.5rem;
        top: 0.55rem;
        content: '';
        border-radius: 0.25rem;
        background-color: #305C95; }
        @media (prefers-color-scheme: dark) {
          .update .changelog .notes ul > li:before {
            background-color: #6495EC; } }
    .update .changelog .notes ol {
      counter-reset: list-counter; }
    .update .changelog .notes ol > li {
      position: relative;
      margin-left: 1.5rem;
      counter-increment: list-counter; }
      .update .changelog .notes ol > li:before {
        position: absolute;
        display: block;
        line-height: 0;
        font-size: 0.875em;
        font-weight: bold;
        text-align: center;
        border-radius: 100%;
        top: 0.1rem;
        left: -2.5rem;
        width: 1.5rem;
        padding: 0.75rem 0 0.7rem;
        text-indent: 0.1rem;
        color: #305C95;
        content: counter(list-counter);
        background-color: rgba(48, 92, 149, 0.15); }
        @media (prefers-color-scheme: dark) {
          .update .changelog .notes ol > li:before {
            color: #6495EC;
            background-color: rgba(100, 149, 236, 0.25); } }
    .update .changelog .notes ul ul, .update .changelog .notes ol ol, .update .changelog .notes ul ol, .update .changelog .notes ol ul {
      margin-top: 1rem; }
    .update .changelog .notes blockquote {
      padding-left: 1em;
      color: #8E8E93;
      border-left: 2px solid rgba(142, 142, 147, 0.25); }
    .update .changelog .notes figure {
      margin-top: 2em;
      margin-bottom: 2em;
      text-align: center; }
      .update .changelog .notes figure img {
        display: inline-block; }
    .update .changelog .notes figcaption {
      text-align: center;
      font-size: 0.875em;
      color: #8E8E93; }
    .update .changelog .notes hr {
      width: 100%;
      height: 1px;
      margin: 4em auto;
      border: none;
      background-color: rgba(0, 0, 0, 0.15); }
      @media (prefers-color-scheme: dark) {
        .update .changelog .notes hr {
          background-color: rgba(255, 255, 255, 0.15); } }
    .update .changelog .notes > div {
      margin-bottom: 1rem; }
    .update .changelog .notes table {
      width: 100%;
      margin-bottom: 1rem; }
    .update .changelog .notes tr:not(:last-child), .update .changelog .notes thead tr {
      border-bottom: 1px solid rgba(142, 142, 147, 0.25); }
    .update .changelog .notes td, .update .changelog .notes th {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      vertical-align: top; }
      .update .changelog .notes td:not(:first-child), .update .changelog .notes th:not(:first-child) {
        padding-left: 2rem !important; }
    .update .changelog .notes kbd {
      display: inline-block;
      font-weight: bold;
      font-family: -apple-system, sans-serif;
      line-height: 1;
      text-align: center;
      min-width: 2em;
      padding: 0.25em 0.25em;
      border-radius: 0.25em;
      background-color: rgba(142, 142, 147, 0.25); }
    .update .changelog .added ul, .update .changelog .improved ul, .update .changelog .fixed ul {
      text-align: left; }
      .update .changelog .added ul li, .update .changelog .improved ul li, .update .changelog .fixed ul li {
        position: relative;
        margin-left: 2.5rem; }
        .update .changelog .added ul li:before, .update .changelog .improved ul li:before, .update .changelog .fixed ul li:before {
          position: absolute;
          display: block;
          width: 1.5rem;
          height: 1.5rem;
          left: -2.5rem;
          content: '';
          border-radius: 1.5rem;
          background-color: rgba(48, 92, 149, 0.15);
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(https://revealapp.com/images/check.svg); }
          @media (prefers-color-scheme: dark) {
            .update .changelog .added ul li:before, .update .changelog .improved ul li:before, .update .changelog .fixed ul li:before {
              background-color: rgba(100, 149, 236, 0.2);
              background-image: url(https://revealapp.com/images/check-dark.svg); } }
    .update .changelog .added li:before {
      background-image: url(https://revealapp.com/images/plus.svg); }
      @media (prefers-color-scheme: dark) {
        .update .changelog .added li:before {
          background-image: url(https://revealapp.com/images/plus-dark.svg); } }
    .update .changelog .improved li:before {
      background-image: url(https://revealapp.com/images/chevrons.svg); }
      @media (prefers-color-scheme: dark) {
        .update .changelog .improved li:before {
          background-image: url(https://revealapp.com/images/chevrons-dark.svg); } }
    @media (max-width: 570px) and (max-height: 442px) {
      .update .changelog li, .update .changelog .notes * {
        font-size: 0.875rem; } }
  .update .buttons {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    @media (min-width: 832px) {
      .update .buttons {
        margin-left: -2rem;
        width: calc(100% + 4rem); } }
    @media (max-width: 570px) and (max-height: 442px) {
      .update .buttons {
        display: none; } }
  .update small {
    display: block; }
    @media (max-width: 570px) and (max-height: 442px) {
      .update small {
        display: none; } }
  @media (max-width: 570px) and (max-height: 442px) {
    .update {
      text-align: left;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 1rem;
      padding-bottom: 0; }
      .update:before {
        display: none; } }
#promo {
  text-align: center;
  padding: 1rem;
  color: #8E8E93;
  background-color: black; }
  #promo p {
    margin-bottom: 0; }
  #promo b {
    color: rgba(255, 255, 255, 0.75); }
  #promo a {
    color: white; }
  @media (min-width: 832px) {
    #promo p {
      display: inline-block;
      margin-right: 0.5rem; } }
.page--home #promo {
  background-color: #050505; }
  @media (prefers-color-scheme: dark) {
    .page--home #promo {
      background-color: #050505; } }
@media (max-width: 570px) and (max-height: 442px) {
  .updates--page #promo {
    display: none; } }

#callout {
  padding: 0.5rem 1rem;
  border-radius: 4rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  background-color: #333; }
  #callout .badge {
    line-height: 0.5rem;
    font-weight: bold;
    font-size: 0.75em;
    margin-bottom: 0.1rem;
    padding: 0.375rem .5rem;
    border-radius: 1rem;
    color: #444444;
    background-color: white; }
  #callout p {
    color: white;
    margin: 0 1rem;
    opacity: 0.8; }
  #callout a {
    color: white; }
  #callout a:hover {
    border: none; }
  @media (max-width: 832px) {
    #callout {
      border-radius: 0.5rem;
      display: inline-block;
      font-size: 0.75rem;
      line-height: 1.5em; }
      #callout .badge {
        display: inline-block;
        margin-bottom: 0.5rem; }
      #callout p {
        margin-bottom: 0.5rem; } }
#home .masthead {
  text-align: center;
  padding-top: 2rem;
  background-color: #121212; }
  @media (prefers-color-scheme: dark) {
    #home .masthead {
      background-color: #121212; } }
  #home .masthead:before {
    display: block;
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(https://revealapp.com/images/icon.png);
    animation: fade .5s ease-in-out; }
  #home .masthead .container {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 832px) {
      #home .masthead .container {
        padding-left: 2rem;
        padding-right: 2rem; } }
  #home .masthead h1 {
    color: white;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    animation: fade 1s ease-in-out; }
  #home .masthead h2 {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
    animation: fade 1.5s ease-in-out; }
    #home .masthead h2 span {
      color: white; }
  #home .masthead #callout {
    animation: fade 2s ease-in-out; }

#home .screenshot {
  width: 100%;
  padding: 1rem;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #121212;
  background-image: url(https://revealapp.com/images/wallpaper.jpg); }
  #home .screenshot figure {
    overflow: hidden;
    position: relative;
    padding-top: 55.5%;
    background-color: rgba(48, 92, 149, 0.1);
    padding-top: 60%;
    margin-bottom: 0;
    animation: fade 2s ease-in-out;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 10px 20px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.2); }
    #home .screenshot figure img {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: 0;
      position: absolute; }
    @media (prefers-color-scheme: dark) {
      #home .screenshot figure {
        background-color: #1A1F25; } }
  #home .screenshot small {
    text-align: center;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: -1rem;
    padding: 0.5rem .6rem 0.3rem;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    #home .screenshot small a {
      color: white;
      border: none;
      font-weight: bold;
      margin-right: 0.1rem; }
    #home .screenshot small img {
      position: relative;
      vertical-align: top;
      margin-bottom: 0rem;
      display: inline-block;
      width: 1.5rem;
      height: 1.5rem;
      margin-right: 0.4rem; }
  @media (min-width: 832px) {
    #home .screenshot {
      padding: 4rem; }
      #home .screenshot figure {
        border-radius: 10px; } }
  @media (min-width: 88rem) {
    #home .screenshot figure {
      height: 48rem;
      max-width: 80rem;
      padding-top: 0;
      margin-left: auto;
      margin-right: auto; } }
#home .hero {
  padding-top: 2rem;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  background-image: none;
  background-color: #121212; }
  @media (prefers-color-scheme: dark) {
    #home .hero {
      background-color: #121212; } }
  #home .hero figure {
    padding-top: 37.890625%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  #home .hero #expand {
    opacity: 0;
    position: absolute;
    top: 10.7216494845%;
    left: 23.4765625%;
    width: calc((629/1280) * 100%);
    transition: opacity 0.5s linear; }
  @media (min-width: 832px) {
    #home .hero {
      padding-top: 4rem; } }
  @media (min-width: 88rem) {
    #home .hero figure {
      height: 30.3125rem;
      padding-top: 0; } }
#home .context {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 832px) {
    #home .context {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #home .context h2 {
    font-size: 1.25em;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    color: #444444; }
    @media (max-width: 832px) {
      #home .context h2 {
        font-size: 1em;
        line-height: inherit; } }
    @media (prefers-color-scheme: dark) {
      #home .context h2 {
        color: #A0B0BE; } }
#home .accessibility-workspace {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fbfbfb; }
  #home .accessibility-workspace .container {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 832px) {
      #home .accessibility-workspace .container {
        padding-left: 2rem;
        padding-right: 2rem; } }
  #home .accessibility-workspace h3 {
    font-size: 1em;
    margin-bottom: 1.5rem;
    color: #8E8E93; }
  #home .accessibility-workspace h1 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 1.5rem; }
    #home .accessibility-workspace h1:before {
      display: inline-block;
      content: '';
      width: 1.1875em;
      height: 1.1875em;
      margin-top: -0.25em;
      margin-right: 0.5rem;
      background-image: url(https://revealapp.com/images/home/accessibility.svg);
      background-size: 100%;
      vertical-align: middle; }
  #home .accessibility-workspace .container > h2 {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 1.5rem; }
  #home .accessibility-workspace span {
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    font-size: 0.5em;
    margin-left: 0.5rem;
    padding: 0.375rem .75rem;
    border-radius: 1rem;
    color: #8E8E93;
    background-color: rgba(142, 142, 147, 0.15);
    vertical-align: middle; }
  #home .accessibility-workspace ul {
    text-align: left;
    margin-top: 2.5rem; }
  #home .accessibility-workspace li {
    margin-bottom: 4rem; }
  #home .accessibility-workspace figure {
    padding-top: 93%; }
  @media (max-width: 832px) {
    #home .accessibility-workspace h1:before {
      display: block;
      margin: 1rem auto; }
    #home .accessibility-workspace span {
      display: block;
      width: 4rem;
      margin: 1rem auto; } }
  @media (min-width: 832px) {
    #home .accessibility-workspace ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #home .accessibility-workspace ul > * {
        width: calc(33.3% - 2rem); } }
  @media (prefers-color-scheme: dark) {
    #home .accessibility-workspace {
      background-color: #1e242b; }
      #home .accessibility-workspace h1:before {
        background-image: url(https://revealapp.com/images/home/accessibility-dark.svg); } }
#home .new {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 832px) {
    #home .new {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #home .new ul {
    text-align: left; }
  #home .new li {
    margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #home .new h1 {
      margin-bottom: 4rem; }
    #home .new ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #home .new ul > * {
        width: calc(50% - 2rem); } }
#home .testimonials {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 4rem;
  text-align: center; }
  @media (min-width: 832px) {
    #home .testimonials {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #home .testimonials .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #home .testimonials .logos li {
      overflow: hidden;
      position: relative;
      padding-top: 55.5%;
      background-color: rgba(48, 92, 149, 0.1);
      padding-top: 25%;
      margin-bottom: 2rem;
      width: calc(54% - 1rem);
      background-color: transparent; }
      #home .testimonials .logos li img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-bottom: 0;
        position: absolute; }
      #home .testimonials .logos li img {
        margin-left: auto;
        margin-right: auto; }
  #home .testimonials .quotes {
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 4rem; }
    #home .testimonials .quotes blockquote {
      margin-bottom: 0.5rem; }
      #home .testimonials .quotes blockquote:before {
        content: '“'; }
      #home .testimonials .quotes blockquote:after {
        content: '”'; }
    #home .testimonials .quotes li {
      margin-bottom: 4rem; }
    #home .testimonials .quotes .source {
      font-weight: bold; }
  @media (min-width: 832px) {
    #home .testimonials .logos, #home .testimonials .quotes {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #home .testimonials .logos > *, #home .testimonials .quotes > * {
        width: calc(33.3% - 2rem); }
    #home .testimonials .logos {
      justify-content: center; }
    #home .testimonials .logos li {
      width: calc(33.3% - 2rem); } }
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(0.5rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

#features .screenshot {
  width: 100%;
  padding: 1rem;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #121212;
  background-image: url(https://revealapp.com/images/wallpaper.jpg); }
  #features .screenshot figure {
    overflow: hidden;
    position: relative;
    padding-top: 55.5%;
    background-color: rgba(48, 92, 149, 0.1);
    padding-top: 60%;
    margin-bottom: 0;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 10px 20px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.2); }
    #features .screenshot figure img {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: 0;
      position: absolute; }
    @media (prefers-color-scheme: dark) {
      #features .screenshot figure {
        background-color: #1A1F25; } }
  @media (min-width: 832px) {
    #features .screenshot {
      padding: 4rem; }
      #features .screenshot figure {
        border-radius: 10px; } }
  @media (min-width: 88rem) {
    #features .screenshot figure {
      height: 48rem;
      max-width: 80rem;
      padding-top: 0;
      margin-left: auto;
      margin-right: auto; } }
#features .qualities {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 832px) {
    #features .qualities {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #features .qualities .subtitle {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  #features .qualities li {
    margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #features .qualities .subtitle {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem; }
    #features .qualities ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #features .qualities ul > * {
        width: calc(50% - 2rem); } }
#news .posts {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 832px) {
    #news .posts {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #news .posts li {
    margin-bottom: 4rem; }
  #news .posts a {
    border: none;
    word-break: normal;
    font-weight: normal;
    color: #444444; }
    @media (prefers-color-scheme: dark) {
      #news .posts a {
        color: #A0B0BE; } }
  #news .posts figure {
    overflow: hidden;
    position: relative;
    padding-top: 55.5%;
    background-color: rgba(48, 92, 149, 0.1);
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
    background-color: #121212; }
    #news .posts figure img {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: 0;
      position: absolute; }
    #news .posts figure:after {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      border-radius: inherit;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }
      @media (prefers-color-scheme: dark) {
        #news .posts figure:after {
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset; } }
  #news .posts h2 {
    text-align: left;
    margin-bottom: 1rem; }
  #news .posts time {
    display: block;
    margin-bottom: 1rem; }
  #news .posts span {
    font-weight: bold;
    color: #305C95; }
    @media (prefers-color-scheme: dark) {
      #news .posts span {
        color: #6495EC; } }
    #news .posts span:hover {
      color: #244F86;
      border-bottom: 2px solid rgba(36, 79, 134, 0.25);
      transition-duration: 0s; }
      @media (prefers-color-scheme: dark) {
        #news .posts span:hover {
          color: #436AAE;
          border-color: rgba(67, 106, 174, 0.25); } }
    #news .posts span:active {
      color: #0F315E;
      border-bottom: 2px solid rgba(15, 49, 94, 0.25);
      transition-duration: 0s; }
      @media (prefers-color-scheme: dark) {
        #news .posts span:active {
          color: #305C95;
          border-color: rgba(48, 92, 149, 0.25); } }
  #news .posts .update-post figure {
    background-color: rgba(48, 92, 149, 0.1); }
    @media (prefers-color-scheme: dark) {
      #news .posts .update-post figure {
        background-color: rgba(100, 149, 236, 0.1); } }
    #news .posts .update-post figure:after {
      display: none; }
    #news .posts .update-post figure svg {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8rem;
      height: 8rem;
      margin-top: -4rem;
      margin-left: -4rem; }
      @media (prefers-color-scheme: dark) {
        #news .posts .update-post figure svg g, #news .posts .update-post figure svg rect, #news .posts .update-post figure svg path {
          stroke: #6495EC; } }
    #news .posts .update-post figure figcaption {
      display: block;
      position: absolute;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      top: 50%;
      left: 50%;
      width: 3rem;
      height: 3rem;
      margin-top: 1rem;
      margin-left: 0rem;
      padding-top: 0.8rem;
      border-radius: 100%;
      color: #FFFFFF;
      background-color: #305C95; }
      @media (prefers-color-scheme: dark) {
        #news .posts .update-post figure figcaption {
          color: #1A1F25;
          background-color: #6495EC; } }
  @media (min-width: 832px) {
    #news .posts li {
      margin-bottom: 6rem; }
    #news .posts article {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
    #news .posts figure {
      padding-top: calc((55.5% / 2) - 1.25rem);
      width: calc(50% - 2rem); }
    #news .posts .summary {
      width: calc(50% - 2rem); } }
#news .pagination {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #news .pagination {
      padding-left: 2rem;
      padding-right: 2rem; } }
#post .artwork {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  position: relative;
  padding-top: 55.5%;
  background-color: rgba(48, 92, 149, 0.1);
  padding-left: 0;
  padding-right: 0;
  margin-top: 1rem;
  margin-bottom: 3rem; }
  @media (min-width: 832px) {
    #post .artwork {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #post .artwork img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    position: absolute; }
  #post .artwork:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border-radius: inherit;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.1) inset; }
    @media (prefers-color-scheme: dark) {
      #post .artwork:after {
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset; } }
  @media (min-width: 1064px) {
    #post .artwork {
      padding-top: 0;
      margin-top: 3rem;
      margin-bottom: 6rem;
      width: calc(1064px - 4rem);
      height: calc((1064px - 4rem) * 0.555);
      border-radius: 4px; }
      #post .artwork:after {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; } }
    @media (min-width: 1064px) and (prefers-color-scheme: dark) {
      #post .artwork:after {
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset; } }
#post .title {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 832px) {
    #post .title {
      padding-left: 2rem;
      padding-right: 2rem; } }
#post time {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  text-align: center;
  margin-bottom: 3rem; }
  @media (min-width: 832px) {
    #post time {
      padding-left: 2rem;
      padding-right: 2rem; } }
#post .content {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 832px) {
    #post .content {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #post .content {
      max-width: 704px; } }
  #post .content a {
    word-break: break-word; }
  #post .content ul, #post .content ol {
    margin-left: 1rem; }
  #post .content ul > li {
    position: relative;
    margin-left: 1.5rem; }
    #post .content ul > li:before {
      position: absolute;
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      left: -1.5rem;
      top: 0.55rem;
      content: '';
      border-radius: 0.25rem;
      background-color: #305C95; }
      @media (prefers-color-scheme: dark) {
        #post .content ul > li:before {
          background-color: #6495EC; } }
  #post .content ol {
    counter-reset: list-counter; }
  #post .content ol > li {
    position: relative;
    margin-left: 1.5rem;
    counter-increment: list-counter; }
    #post .content ol > li:before {
      position: absolute;
      display: block;
      line-height: 0;
      font-size: 0.875em;
      font-weight: bold;
      text-align: center;
      border-radius: 100%;
      top: 0.1rem;
      left: -2.5rem;
      width: 1.5rem;
      padding: 0.75rem 0 0.7rem;
      text-indent: 0.1rem;
      color: #305C95;
      content: counter(list-counter);
      background-color: rgba(48, 92, 149, 0.15); }
      @media (prefers-color-scheme: dark) {
        #post .content ol > li:before {
          color: #6495EC;
          background-color: rgba(100, 149, 236, 0.25); } }
  #post .content ul ul, #post .content ol ol, #post .content ul ol, #post .content ol ul {
    margin-top: 1rem; }
  #post .content blockquote {
    padding-left: 1em;
    color: #8E8E93;
    border-left: 2px solid rgba(142, 142, 147, 0.25); }
  #post .content figure {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center; }
    #post .content figure img {
      display: inline-block; }
  #post .content figcaption {
    text-align: center;
    font-size: 0.875em;
    color: #8E8E93; }
  #post .content hr {
    width: 100%;
    height: 1px;
    margin: 4em auto;
    border: none;
    background-color: rgba(0, 0, 0, 0.15); }
    @media (prefers-color-scheme: dark) {
      #post .content hr {
        background-color: rgba(255, 255, 255, 0.15); } }
  #post .content > div {
    margin-bottom: 1rem; }
  #post .content table {
    width: 100%;
    margin-bottom: 1rem; }
  #post .content tr:not(:last-child), #post .content thead tr {
    border-bottom: 1px solid rgba(142, 142, 147, 0.25); }
  #post .content td, #post .content th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: top; }
    #post .content td:not(:first-child), #post .content th:not(:first-child) {
      padding-left: 2rem !important; }
  #post .content kbd {
    display: inline-block;
    font-weight: bold;
    font-family: -apple-system, sans-serif;
    line-height: 1;
    text-align: center;
    min-width: 2em;
    padding: 0.25em 0.25em;
    border-radius: 0.25em;
    background-color: rgba(142, 142, 147, 0.25); }
  @media (min-width: 832px) {
    #post .content {
      margin-top: 6rem; } }
#post .author {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
  text-align: center; }
  @media (min-width: 832px) {
    #post .author {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #post .author .avatar {
    overflow: hidden;
    position: relative;
    padding-top: 55.5%;
    background-color: rgba(48, 92, 149, 0.1);
    display: inline-block;
    width: 3rem;
    height: 3rem;
    padding-top: 0;
    border-radius: 1.5rem; }
    #post .author .avatar img {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      margin-bottom: 0;
      position: absolute; }
  #post .author .name {
    font-weight: bold; }

#post p > img {
  margin-top: 1.5rem; }

@media (min-width: 832px) {
  #pricing .title {
    font-size: 3em;
    margin-top: 4rem;
    margin-bottom: 1rem; } }

#pricing .warning {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  max-width: 704px;
  margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #pricing .warning {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #pricing .warning {
      margin-bottom: 5rem; } }
#pricing .licenses {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }
  @media (min-width: 832px) {
    #pricing .licenses {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #pricing .licenses .license {
    margin-bottom: 8rem; }
  #pricing .licenses img {
    width: 8rem;
    height: 8rem;
    margin-bottom: 0; }
  #pricing .licenses svg {
    width: 8rem;
    height: 8rem;
    margin-bottom: 0; }
    @media (prefers-color-scheme: dark) {
      #pricing .licenses svg g, #pricing .licenses svg rect, #pricing .licenses svg path {
        stroke: #6495EC; } }
    @media (prefers-color-scheme: dark) {
      #pricing .licenses svg .filled {
        fill: #1d385b; } }
    @media (prefers-color-scheme: dark) {
      #pricing .licenses svg .rect-filled path {
        stroke-width: 0;
        fill: #6495EC; } }
  #pricing .licenses h2 {
    margin-top: 1rem;
    height: 3rem;
    margin-bottom: 3rem; }
  #pricing .licenses .price .amount {
    font-size: 2rem;
    margin-right: 0.25rem;
    font-weight: bold;
    color: #000000; }
    @media (prefers-color-scheme: dark) {
      #pricing .licenses .price .amount {
        color: #FFFFFF; } }
  #pricing .licenses .price .notice {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 3.3rem; }
    @media (prefers-color-scheme: dark) {
      #pricing .licenses .price .notice {
        color: #FFFFFF; } }
  #pricing .licenses .price .currency {
    display: inline-block;
    transform: translateY(-0.65rem); }
  #pricing .licenses .price .seat {
    position: relative;
    margin-left: 0.5rem;
    display: inline-block; }
    #pricing .licenses .price .seat:before {
      display: block;
      position: absolute;
      width: 1px;
      height: 1.5rem;
      content: '';
      opacity: 0.75;
      background-color: currentColor;
      transform: translateX(-0.5rem) translateY(-0.25rem) rotate(30deg); }
  #pricing .licenses .price small {
    display: block; }
  #pricing .licenses .action {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  #pricing .licenses ul {
    text-align: left;
    text-align: left; }
    #pricing .licenses ul li {
      position: relative;
      margin-left: 2.5rem; }
      #pricing .licenses ul li:before {
        position: absolute;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        left: -2.5rem;
        content: '';
        border-radius: 1.5rem;
        background-color: rgba(48, 92, 149, 0.15);
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(https://revealapp.com/images/check.svg); }
        @media (prefers-color-scheme: dark) {
          #pricing .licenses ul li:before {
            background-color: rgba(100, 149, 236, 0.2);
            background-image: url(https://revealapp.com/images/check-dark.svg); } }
  #pricing .licenses .plus:before {
    background-image: url(https://revealapp.com/images/plus.svg); }
    @media (prefers-color-scheme: dark) {
      #pricing .licenses .plus:before {
        background-image: url(https://revealapp.com/images/plus-dark.svg); } }
  #pricing .licenses .note:before {
    background-image: url(https://revealapp.com/images/info.svg); }
    @media (prefers-color-scheme: dark) {
      #pricing .licenses .note:before {
        background-image: url(https://revealapp.com/images/info-dark.svg); } }
  @media (min-width: 832px) {
    #pricing .licenses {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #pricing .licenses > * {
        width: calc(33.3% - 2rem); } }
#pricing .disclaimer {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 10rem; }
  @media (min-width: 832px) {
    #pricing .disclaimer {
      padding-left: 2rem;
      padding-right: 2rem; } }
#pricing .faq {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #pricing .faq {
      padding-left: 2rem;
      padding-right: 2rem; } }
  #pricing .faq ul {
    margin-top: 2rem;
    text-align: left;
    text-align: left; }
    #pricing .faq ul li {
      position: relative;
      margin-left: 2.5rem; }
      #pricing .faq ul li:before {
        position: absolute;
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        left: -2.5rem;
        content: '';
        border-radius: 1.5rem;
        background-color: rgba(48, 92, 149, 0.15);
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(https://revealapp.com/images/check.svg); }
        @media (prefers-color-scheme: dark) {
          #pricing .faq ul li:before {
            background-color: rgba(100, 149, 236, 0.2);
            background-image: url(https://revealapp.com/images/check-dark.svg); } }
  #pricing .faq li {
    margin-bottom: 3rem; }
    #pricing .faq li:before {
      background-image: url(https://revealapp.com/images/question.svg) !important; }
      @media (prefers-color-scheme: dark) {
        #pricing .faq li:before {
          background-image: url(https://revealapp.com/images/question-dark.svg) !important; } }
  #pricing .faq q {
    display: block;
    margin-bottom: 1.5rem;
    color: #000000; }
    #pricing .faq q:before, #pricing .faq q:after {
      content: ''; }
    @media (prefers-color-scheme: dark) {
      #pricing .faq q {
        color: #FFFFFF; } }
  #pricing .faq li p {
    font-size: 0.875rem; }
  @media (min-width: 832px) {
    #pricing .faq {
      margin-bottom: 8rem; }
      #pricing .faq ul {
        columns: 2;
        column-gap: 3rem;
        margin-top: 4rem;
        margin-bottom: 6rem; }
      #pricing .faq li {
        break-inside: avoid; } }
#updates .timeline {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  margin-top: 6rem; }
  @media (min-width: 832px) {
    #updates .timeline {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #updates .timeline {
      max-width: 704px; } }
  #updates .timeline:before {
    display: block;
    position: absolute;
    top: -4rem;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 4px;
    height: 100%;
    margin-left: -2px;
    content: '';
    background-color: rgba(48, 92, 149, 0.15); }
    @media (prefers-color-scheme: dark) {
      #updates .timeline:before {
        background-color: rgba(100, 149, 236, 0.15); } }
  @media (min-width: 832px) {
    #updates .timeline {
      margin-top: 10rem; } }
  @media (max-width: 570px) and (max-height: 442px) {
    #updates .timeline {
      margin-top: 0; }
      #updates .timeline:before {
        display: none; } }
#updates .single {
  margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #updates .single {
      margin-bottom: 8rem; } }
#updates .latest > li {
  margin-bottom: 8rem; }
  @media (min-width: 832px) {
    #updates .latest > li {
      margin-bottom: 16rem; } }
  @media (max-width: 570px) and (max-height: 442px) {
    #updates .latest > li {
      margin-bottom: 0; } }
#updates .note {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 8rem;
  text-align: center;
  background-color: #FFFFFF; }
  @media (prefers-color-scheme: dark) {
    #updates .note {
      background-color: #1A1F25; } }
  @media (min-width: 832px) {
    #updates .note {
      margin-bottom: 16rem; } }
  @media (max-width: 570px) and (max-height: 442px) {
    #updates .note {
      display: none; } }
#updates .finder {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  #updates .finder .button-secondary:after {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -1rem;
    margin-left: .5rem;
    transform: translateY(0.3rem);
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://revealapp.com/images/chevron.svg); }
  @media (min-width: 832px) {
    #updates .finder {
      width: calc(352px - 3.5rem); } }
#updates .items {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: all .1s ease-in-out;
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 4rem;
  z-index: 900;
  width: 100%;
  height: 16.5rem;
  border-radius: 1.5rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.025); }
  @media (prefers-color-scheme: dark) {
    #updates .items {
      background-color: #121212;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 8px 0 rgba(0, 0, 0, 0.25); } }
  #updates .items li {
    margin-bottom: 0; }
  #updates .items .item {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding: 1rem;
    border-bottom: none; }
    #updates .items .item time {
      color: inherit;
      opacity: 0.5; }
    #updates .items .item:hover, #updates .items .item:focus {
      color: #244F86;
      background-color: rgba(36, 79, 134, 0.15); }
      @media (prefers-color-scheme: dark) {
        #updates .items .item:hover, #updates .items .item:focus {
          color: #436AAE;
          background-color: rgba(67, 106, 174, 0.15); } }
    #updates .items .item:active {
      color: #0F315E;
      background-color: rgba(15, 49, 94, 0.15); }
      @media (prefers-color-scheme: dark) {
        #updates .items .item:active {
          color: #305C95;
          background-color: rgba(48, 92, 149, 0.15); } }
#updates .open .items {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0); }

#updates .updates > li {
  margin-bottom: 8rem; }
  @media (min-width: 832px) {
    #updates .updates > li {
      margin-bottom: 10rem; } }
  @media (max-width: 570px) and (max-height: 442px) {
    #updates .updates > li {
      margin-bottom: 0; } }
#update {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  margin-top: 6rem;
  margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #update {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #update {
      max-width: 704px; } }
  #update:before {
    display: block;
    position: absolute;
    top: -4rem;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 4px;
    height: 100%;
    margin-left: -2px;
    content: '';
    background-color: rgba(48, 92, 149, 0.15); }
    @media (prefers-color-scheme: dark) {
      #update:before {
        background-color: rgba(100, 149, 236, 0.15); } }
  @media (min-width: 832px) {
    #update {
      margin-top: 10rem;
      margin-bottom: 8rem; } }
  @media (max-width: 570px) and (max-height: 442px) {
    #update {
      margin-top: 0;
      margin-bottom: 0; }
      #update:before {
        display: none; } }
#download .message {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 8rem; }
  @media (min-width: 832px) {
    #download .message {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #download .message {
      max-width: 704px; } }
  #download .message .icon {
    width: 8rem;
    height: 8rem;
    margin-bottom: 3rem;
    display: inline-block; }
  #download .message .buttons {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  @media (min-width: 832px) {
    #download .message {
      margin-top: 4rem; }
      #download .message .buttons {
        margin-left: -2rem;
        margin-top: 4rem;
        margin-bottom: 4rem;
        width: calc(100% + 4rem); } }
#download-thanks .grace {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }
  @media (min-width: 832px) {
    #download-thanks .grace {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #download-thanks .grace {
      max-width: 704px; } }
  #download-thanks .grace .icon {
    width: 8rem;
    height: 8rem;
    margin-bottom: 0;
    display: inline-block; }

#download-thanks .next {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem; }
  @media (min-width: 832px) {
    #download-thanks .next {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #download-thanks .next {
      max-width: 704px; } }
  #download-thanks .next ol {
    display: inline-block;
    text-align: left;
    margin-left: 1.5rem;
    counter-reset: list-counter; }
  #download-thanks .next ol > li {
    position: relative;
    margin-left: 1.5rem;
    counter-increment: list-counter; }
    #download-thanks .next ol > li:before {
      position: absolute;
      display: block;
      line-height: 0;
      font-size: 0.875em;
      font-weight: bold;
      text-align: center;
      border-radius: 100%;
      top: 0.1rem;
      left: -2.5rem;
      width: 1.5rem;
      padding: 0.75rem 0 0.7rem;
      text-indent: 0.1rem;
      color: #305C95;
      content: counter(list-counter);
      background-color: rgba(48, 92, 149, 0.15); }
      @media (prefers-color-scheme: dark) {
        #download-thanks .next ol > li:before {
          color: #6495EC;
          background-color: rgba(100, 149, 236, 0.25); } }
@media (min-width: 832px) {
  #forgot-code .title {
    font-size: 3em;
    margin-top: 4rem;
    margin-bottom: 1rem; } }

#forgot-code .warning {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  max-width: 704px;
  margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #forgot-code .warning {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #forgot-code .warning {
      margin-bottom: 5rem; } }
#forgot-code .message {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 6rem; }
  @media (min-width: 832px) {
    #forgot-code .message {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #forgot-code .message {
      max-width: 704px; } }
  #forgot-code .message form {
    margin-top: 2rem;
    text-align: left; }
  #forgot-code .message .field {
    margin-bottom: 2rem; }
  @media (min-width: 832px) {
    #forgot-code .message {
      max-width: 576px; } }
@media (min-width: 832px) {
  #reset-activations .title {
    font-size: 3em;
    margin-top: 4rem;
    margin-bottom: 1rem; } }

#reset-activations .warning {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  max-width: 704px;
  margin-bottom: 4rem; }
  @media (min-width: 832px) {
    #reset-activations .warning {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #reset-activations .warning {
      margin-bottom: 5rem; } }
#reset-activations .message {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 6rem; }
  @media (min-width: 832px) {
    #reset-activations .message {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #reset-activations .message {
      max-width: 704px; } }
  #reset-activations .message form {
    margin-top: 2rem;
    text-align: left; }
  #reset-activations .message .field {
    margin-bottom: 2rem; }
  @media (min-width: 832px) {
    #reset-activations .message {
      max-width: 576px; } }
#confirm-reset .message {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 6rem; }
  @media (min-width: 832px) {
    #confirm-reset .message {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #confirm-reset .message {
      max-width: 704px; } }
  #confirm-reset .message form {
    margin-top: 2rem;
    text-align: left; }
  #confirm-reset .message .field {
    margin-bottom: 2rem; }
  @media (min-width: 832px) {
    #confirm-reset .message {
      max-width: 576px; } }
#contact-thanks .message {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 6rem; }
  @media (min-width: 832px) {
    #contact-thanks .message {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #contact-thanks .message {
      max-width: 704px; } }
#press .kit {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }
  @media (min-width: 832px) {
    #press .kit {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #press .kit {
      max-width: 704px; } }
  #press .kit .icon {
    width: 8rem;
    height: 8rem;
    margin-bottom: 3rem;
    display: inline-block; }
  #press .kit .buttons {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  @media (min-width: 832px) {
    #press .kit {
      margin-top: 4rem; }
      #press .kit .buttons {
        margin-left: -2rem;
        margin-top: 4rem;
        margin-bottom: 4rem;
        width: calc(100% + 4rem); } }
#error .message {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 6rem; }
  @media (min-width: 832px) {
    #error .message {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 832px) {
    #error .message {
      max-width: 704px; } }
