<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
    display: none;
}

.cont_terms {
    width: 70%;
    max-width: 1800px;
    margin: auto;
    display: none;
}

.cont_terms h1 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.cont_terms h3 {
    margin-top: 20px;
}

.cont_terms ul {
    margin: 10px 0 30px 5px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cont_terms li {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.active {
    display: block;
}

.mb50 {
    margin-bottom: 50px;
}

.mg-b_30 {
    margin: 10px 0 30px 5px;
}

.df-gap02 {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.dt-fw600 span {
    font-weight: 600;
}

.dt-fw600 span {
    font-weight: 600;
}

.fl-dire-row li {
    flex-direction: row;
}

.mt-50 {
    margin-top: 50px;
}

.table-term {
  table-layout: fixed;
  border-top: 2px solid #333;
  margin-bottom: 30px;
  margin-top: 15px;
}

.table-term table {
  width: 100%;
  border-collapse: collapse;
}

.table-term th, .table-term td {
  padding: 3px 10px;
  height: 35px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: center;
}


.table-term th {
  background: #eef1f3;
  text-align: center;
  font-size: 15px;
  color: #222;
  vertical-align: middle;
}

.table-term th.wp-depth2 {
  background: #f9f9f9;
}

.table-term td {
  font-size: 14px;
  color: #686868;
}

.table-term td img {
  vertical-align: middle;
  width: 55px;
}

.table-term.h-center th {
  padding: 5px 10px;
  text-align: center;
}</pre></body></html>