.policy-section {
  padding: 64px 0;
}
.policy-section .section-heading {
  margin-bottom: 42px;
}
.policy-section .section-heading .date-label {
  display: inline-block;
  padding: 4px 16px;
  background-color: #EAECEE;
  color: #121A22;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 12px;
}

.policy-content h5 {
  font-size: 18px;
  line-height: 29px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.policy-content h6 {
  font-size: 18px;
  line-height: 29px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 12px;
}
.policy-content strong {
  font-weight: 600;
}
.policy-content p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.policy-content span {
  display: block;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #000000;
}
.policy-content ul {
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
}
.policy-content ul li {
  position: relative;
  padding-left: 15px;
}
.policy-content ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 2px;
  background-color: #000000;
}
.policy-content ol {
  padding: 0;
  list-style-position: inside;
  list-style-type: decimal;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
}
.policy-content ol.alphabetic-list {
  list-style-type: lower-alpha;
}
.policy-content.term-and-policy-content ul {
  margin-bottom: 0;
}
.policy-content.term-and-policy-content ol {
  margin-bottom: 0;
}
.policy-content.term-and-policy-content section:last-child {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .policy-section {
    padding: 30px 0;
  }
  .policy-section .section-heading {
    margin-bottom: 30px;
  }
  .policy-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .policy-content span {
    font-size: 16px;
    line-height: 26px;
  }
  .policy-content ul {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .policy-content ol {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .policy-content h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .policy-content h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .policy-section {
    padding: 30px 20px 0;
  }
  .policy-content.term-and-policy-content section:last-child {
    margin-top: 20px;
  }
}/*# sourceMappingURL=policy.css.map */