body {
  overflow: unset !important;
}
h1 {
  margin-top: 60px;
}
p:empty {
  display: none;
}
.page_content a,
.page_content a span {
  color: #614efa !important;
}
button.btn_primary {
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 0 12px;
  outline: none;
  border: none;
  background-color: #614efa;
}
.terms_list_wrapper {
  margin-top: 40px;
  width: 387px;
  background-color: #f2f3f4;
  padding: 20px 10px 20px 20px;
  display: inline-block;
  float: left;
  border-radius: 20px;
}
.page_content {
  display: inline-block;
  float: right;
  max-width: 65%;
  padding-left: 48px;
  margin-top: 48px;
}
.page_content p,
.page_content ul li,
.page_content ul li span {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px !important;
}
.page_content p {
  margin-bottom: 24px;
}
b,
strong {
  font-weight: bold;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
#termsList {
  list-style: none;
  margin: 0;
  overflow-y: scroll;
  height: calc(80vh - 60px);
  padding: 0 !important;
}
#termsList li a {
  display: block;
  border-radius: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
  padding: 20px;
  max-width: 98%;
}
#termsList li a.active {
  background-color: #e4e7ea;
}
#termsList::-webkit-scrollbar {
  width: 8px;
  background-color: #e4e7ea;
}
#termsList::-webkit-scrollbar-thumb {
  background-color: #c3c8cd;
  border-radius: 30px;
}
.content_wrapper {
  display: table;
  clear: both;
}
h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  margin-top: 48px;
  display: block;
  margin-bottom: 24px;
}
h3:first-of-type {
  margin-top: 0;
}
h4 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 700 !important;
}
h6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.page_content ul li {
  font-size: 18px;
  line-height: 28px;
}
.btn a {
  cursor: pointer;
}
.page_content a:not(.btn a) {
  color: #6371de;
  text-decoration: underline;
  transition: all 0.3s ease;
  font-weight: 700;
  cursor: pointer;
}
.content_wrapper a:hover {
  text-decoration: none;
}
.ho_modal_inner {
  max-width: 1024px;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.ho_modal_inner .close {
  position: absolute;
  top: 30px;
  right: 20px;
}
.ho_modal_inner iframe {
  width: 100% !important;
  height: 100% !important;
}
#termsList::-webkit-scrollbar-thumb {
  background: #c3c8cd;
  border-radius: 30px;
}
#termsList::-webkit-scrollbar {
  width: 6px;
  background-color: #e4e7ea;
  border-radius: 30px;
}
@media only screen and (max-width: 1200px) {
  .terms_list_wrapper {
    max-width: 40%;
    background-color: #f4f7fa;
    padding: 20px;
    display: inline-block;
    float: left;
    border-radius: 20px;
  }
  .page_content {
    display: inline-block;
    float: right;
    max-width: 60%;
    padding-left: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .terms_list_wrapper {
    max-width: 30%;
    background-color: #f4f7fa;
    padding: 20px;
    display: inline-block;
    float: left;
    border-radius: 20px;
  }
  .page_content {
    display: inline-block;
    float: right;
    max-width: 70%;
    padding-left: 48px;
  }
}
@media only screen and (max-width: 990px) {
  .terms_list_wrapper {
    display: none;
  }
  .page_content {
    display: block;
    float: none;
    max-width: 100%;
    padding-left: 0;
  }
  h3,
  h3 > span {
    font-size: 26px;
    line-height: 48px;
    margin-top: 40px;
    font-weight: 700 !important;
    display: block;
  }
}
