@font-face {
  font-family: "SFPro";
  src: url("https://raw.githubusercontent.com/zhovner/magic-setup-assistant/master/app/fonts/sanfranciscodisplay-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.time {
  line-height: 1.2;
  padding-top: 1.25rem;
  color: #000;
}
.time:hover {
}
.content-for-layout {
  font-size: 17px;
  text-transform: uppercase;
  color: white !important;
}
a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}
.content {
  padding: 0.5rem 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 640px) {
  .top-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding-left: 0.5rem;
    padding-bottom: 1.18rem;
  }
  .time-mobile {
    display: none;
  }
}
.container-home {
  background: none;
  display: none;
  color: #000;
  position: relative;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.05;
  /* max-width: 600px; */
  top: 8rem;
  padding-left: 0.7rem;
}
.space-lines {
  margin-top: 30px;
  margin-bottom: 30px;
}
html {
  font-family: "SFPro";
  height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
* {
  font-style: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
}
.faq-item {
  margin-bottom: 20px;
}
h, .discord:hover, .copy:hover, .faq-item, .faq-item:hover {
  text-transform: none;
}
a, h, .answer a, .answer a strong {
  text-decoration: none;
  transition: all 300ms ease;
  z-index: 8;
  color: #000;
}
a:hover, .answer a strong:hover {
  transition: all 300ms ease;
  color: rgb(190, 190, 190);
}
a:not([href]) {
  cursor: not-allowed;
}
.answer a[href], .timeline a[href] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-skip-ink: none;
  cursor: pointer;
}
.answer a {
  cursor: default;
  color: #000;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
}
footer {
  position: fixed;
  bottom: 0;
  flex-direction: column;
  align-items: start;
  text-align: left;
  padding: 0rem 0.2rem;
  text-transform: uppercase;
  color: white;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-height: 700px) {
  footer {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
  }
}
