.header-trnasparent .header {
  background-color: transparent
}

.privacy-page {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6
}

.privacy-page p,.privacy-page li {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity))
}

.privacy-page p+p,.privacy-page ul+p {
  margin-top: 10px
}

@media (min-width: 1920px) {
  .privacy-page p+p,.privacy-page ul+p {
      margin-top:.75rem
  }
}

.privacy-page ul,.privacy-page ol {
  margin-top: 10px;
  display: grid;
  gap: .5rem
}

@media (min-width: 1920px) {
  .privacy-page ul,.privacy-page ol {
      margin-top:.75rem
  }
}

.privacy-page ul li,.privacy-page ol li {
  counter-increment: li;
  display: flex;
  align-items: flex-start;
  gap: 10px
}

.privacy-page ul b,.privacy-page ol b {
  font-weight: 600
}

.privacy-page ol li:before {
  flex-shrink: 0;
  --tw-content: counter(li)".";
  content: var(--tw-content)
}

.privacy-page ul li:before {
  height: 26px;
  width: .5rem;
  flex-shrink: 0;
  background-image: url(../assets/icons/list-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content)
}

.privacy-page h3 {
  margin-top: 2.5rem;
  margin-bottom: .75rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .privacy-page h3 {
      font-size:24px;
      line-height: 1.35
  }
}
