.document {
    margin: 120px auto;
    color: black;
    font-size: 17px;
    line-height: 1.4em;
    width: 90%;
    font-family: Geologica, sans-serif !important;
    max-width: 777px;
    counter-reset: section;
    padding-bottom: 2rem;
}

.deciem-logo {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 173px;
    left: 38px;
}

.document a {
    color: #dc049b;
    font-family: Geologica, sans-serif !important;
    border-bottom: none;
    text-decoration: underline;
}

.document h1 {
    color: black;
    font-size: 2.687rem;
    line-height: 1.2em;
    font-family: Geologica, sans-serif !important;
    margin-bottom: 1rem;
}

.document h2 {
    text-transform: none;
font-family: Geologica, sans-serif !important;
font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.document h3 {
    text-transform: none;
    font-size: 1rem;
    font-style: italic;
    font-family: Geologica, sans-serif !important;
    font-weight: normal;
    
}

.document p {
    color: black;
    font-family: Geologica, sans-serif !important;
    font-size: 1rem;
}

.document ul {
    list-style-type: disc;
    padding-left: 2rem;
    margin: 1rem 0;
}

.document li {
    font-size: 1rem;
}

.document .border td,
.document .border th {
    border: 1px solid #666;
}

.terms-table {
    font-family: Geologica, sans-serif !important;
	border: 1px solid #ccc;
	padding: 5px;
	border-collapse: collapse;
	width: 100%;
	font-size: 1rem;
}

tr, td, th {
	border: 1px solid #ccc;
	padding:5px;

}

.separator {
    height: 10vh;
}

@media only screen and (max-width: 1024px) {
    .document {
        margin: 60px auto 120px;
    }

    .deciem-logo {
        display: none;
    }
}


.document {
  margin: 120px auto;
  color: black;
  font-size: 17px;
  line-height: 1.4em;
  width: 90%;
  max-width: 777px;
  counter-reset: section;
  font-family: Geologica, sans-serif !important;
  padding-bottom: 2rem;
}

.deciem-logo {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 173px;
  left: 38px;
}

.document a {
  color: #dc049b;
  border-bottom: none;
  font-family: Geologica, sans-serif !important;
  text-decoration: underline;
}

.document h1 {
  color: black;
  font-size: 2.687rem;
  line-height: 1.2em;
  font-family: Geologica, sans-serif !important;
  margin-bottom: 1rem;
}

.document h2 {
  text-transform: none;
  font-family: Geologica, sans-serif !important;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.document h3 {
  text-transform: none;
  font-size: 1rem;
  font-style: italic;
  font-family: Geologica, sans-serif !important;
  font-weight: normal;
}

.document p {
  color: black;
  font-size: 1rem;
  font-family: Geologica, sans-serif !important;
}

.document ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin: 1rem 0;
 font-family: Geologica, sans-serif !important;
}

.document li {
  font-size: 1rem;
      font-family: Geologica, sans-serif !important;
}

.document .border td,
.document .border th {
  border: 1px solid #666;
  font-family: Geologica, sans-serif !important;
}

.terms-table {
border: 1px solid #ccc;
padding: 5px;
font-family: Geologica, sans-serif !important;
border-collapse: collapse;
width: 100%;
font-size: 1rem;
}

tr, td, th {
border: 1px solid #ccc;
padding:5px;

}

.separator {
  height: 10vh;
}

@media only screen and (max-width: 1024px) {
  .document {
      margin: 60px auto 120px;
      font-family: Geologica, sans-serif !important;
  }

  .deciem-logo {
      display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .loopha-logo {
    display: none !important;
  }
}