:root {
  --background: #0b0717;
  --surface: #151027;
  --text: #fffaf7;
  --muted: #b9b2c8;
  --pink: #ff4f91;
  --line: rgba(255, 255, 255, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0 !important;
  background:
    radial-gradient(circle at 85% 5%, rgba(255, 79, 145, 0.13), transparent 25%),
    radial-gradient(circle at 10% 15%, rgba(138, 92, 255, 0.13), transparent 25%),
    var(--background) !important;
  color: var(--text) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.75;
}

.legal-navigation {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(11, 7, 23, 0.82);
  backdrop-filter: blur(20px);
}

.legal-navigation-content {
  display: flex;
  width: min(calc(100% - 40px), 1080px);
  min-height: 76px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-size: 21px;
  font-weight: 800;
  text-decoration: none;
}

.legal-brand img {
  width: 40px;
  height: 40px;
  border-radius: 11px;
}

.legal-home {
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.legal-home:hover {
  border-color: rgba(255, 79, 145, 0.45);
  color: var(--text);
}

.Section0 {
  width: min(calc(100% - 40px), 900px) !important;
  margin: 126px auto 70px !important;
  padding: 64px 72px !important;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(21, 16, 39, 0.82);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.Section0 span,
.Section0 b,
.Section0 p,
.Section0 h1 {
  font-family: Arial, Helvetica, sans-serif !important;
}

.Section0 .MsoTitle {
  margin: 0 0 12px !important;
  border: 0 !important;
  text-align: left !important;
}

.Section0 .MsoTitle span {
  color: var(--text) !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.Section0 .MsoTitle + p {
  margin: 0 0 48px !important;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line) !important;
  color: var(--pink) !important;
  text-align: left !important;
}

.Section0 .MsoTitle + p span {
  color: var(--pink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.Section0 h1 {
  margin: 42px 0 14px !important;
  color: var(--text) !important;
  line-height: 1.3;
}

.Section0 h1 span {
  color: var(--text) !important;
  font-size: 20px !important;
  font-weight: 750 !important;
}

.Section0 p {
  margin-top: 0 !important;
  margin-bottom: 13px !important;
  color: var(--muted) !important;
  font-size: 15px !important;
  text-align: left !important;
}

.Section0 p span {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.Section0 p[class="20"] {
  position: relative;
  margin-left: 22px !important;
  text-indent: 0 !important;
}

.Section0 p[class="20"]::before {
  position: absolute;
  top: 0;
  left: -20px;
  color: var(--pink);
  content: "•";
}

o\:p {
  display: none;
}

@media (max-width: 700px) {
  .legal-navigation-content {
    min-height: 68px;
  }

  .Section0 {
    width: min(calc(100% - 24px), 900px) !important;
    margin-top: 92px !important;
    padding: 38px 22px !important;
    border-radius: 22px;
  }

  .Section0 .MsoTitle span {
    font-size: 29px !important;
  }

  .Section0 h1 {
    margin-top: 34px !important;
  }

  .Section0 h1 span {
    font-size: 18px !important;
  }
}
