@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
.privacy,
.termsofuse {
  --free: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #424242;
  font-weight: 400;
  letter-spacing: 0.32px;
}
.privacy .p_container,
.privacy .t_container,
.termsofuse .p_container,
.termsofuse .t_container {
  width: 100%;
  max-width: calc(1440px + var(--free) * 2);
  margin: 0 auto;
  padding: calc(var(--free) * 0.5);
  padding-top: 0;
}
@media (min-width: 768px) {
  .privacy .p_container,
  .privacy .t_container,
  .termsofuse .p_container,
  .termsofuse .t_container {
    padding: calc(var(--free) * 1);
    padding-top: 0;
  }
}
.privacy h1, .privacy h2, .privacy h4,
.termsofuse h1,
.termsofuse h2,
.termsofuse h4 {
  font-weight: 400;
}
.privacy h1,
.termsofuse h1 {
  font-size: 27px;
  color: #000;
  margin-bottom: 5px;
}
.privacy h2,
.termsofuse h2 {
  font-size: 13px;
  color: #A2A2A2;
  font-style: italic;
  margin-bottom: 16px;
}
@media (min-width: 1300px) {
  .privacy h2,
  .termsofuse h2 {
    text-align: right;
  }
}

.privacy .p_letter {
  padding-bottom: var(--free);
}
.privacy .p_letter b {
  font-weight: 500;
}
.privacy .p_letter samp {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #424242;
  font-weight: 600;
}
.privacy .p_letter span {
  display: inline-block;
  color: #CC0000;
}
.privacy .p_letter i {
  font-style: normal;
  font-weight: 500;
  color: #00A0DC;
  cursor: pointer;
}
.privacy .p_letter a {
  color: #CC0000;
}
.privacy .p_letter a:hover {
  text-decoration: underline;
}
.privacy h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: calc(var(--free) * 0.2);
}
.privacy h4 {
  height: 10px;
}
@media (min-width: 1300px) {
  .privacy p {
    text-align: justify;
  }
}
.privacy ol {
  padding-inline-start: 36px;
}
.privacy ol li {
  list-style: disc;
}

.termsofuse ul {
  padding: 0 calc(var(--free) * 0.65);
}
.termsofuse ul li {
  list-style: decimal;
  font-weight: 600;
  margin-bottom: var(--free);
}
.termsofuse ul li > span {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: calc(var(--free) * 0.2);
}
.termsofuse ul li > p {
  font-weight: 400;
}
.termsofuse ul li > p i {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  color: #00A0DC;
}/*# sourceMappingURL=policy.css.map */