@charset "UTF-8";
/***** ゴシック 300/400/700 *****/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/***** 英語タイトル用 *****/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
/***** 数字用 *****/
@import url("https://fonts.googleapis.com/css2?family=Arvo&display=swap");
/*
トンマナ変更のため、色味を変更
$blue_grad_color : linear-gradient(90deg, #2974DB, #2F9EF2);
$blue_grad_color_reverse : linear-gradient(90deg, #2F9EF2, #2974DB);
*/
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  border: 0;
  border-top: 1px solid;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

main.cms .campaign-detail, main.cms .news-detail {
  margin: 32px auto;
  max-width: 1200px;
  width: calc(100% - 32px);
}
main.cms .campaign-detail img, main.cms .news-detail img {
  height: auto;
  margin: 14px 0;
  max-width: 100%;
}
main.cms .campaign-detail h1, main.cms .news-detail h1 {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 24px 0;
}
@media only screen and (max-width: 768px) {
  main.cms .campaign-detail h1, main.cms .news-detail h1 {
    font-size: 1.25rem;
  }
}
main.cms .campaign-detail h2, main.cms .news-detail h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  main.cms .campaign-detail h2, main.cms .news-detail h2 {
    font-size: 1rem;
  }
}
main.cms .campaign-detail p, main.cms .news-detail p {
  margin: 10px 0;
}
main.cms .campaign-detail ol, main.cms .news-detail ol {
  margin: 16px 0 16px 2.5em;
}
main.cms .campaign-detail ol li, main.cms .news-detail ol li {
  counter-increment: cnt;
  list-style-type: none;
  margin: 10px 0;
}
main.cms .campaign-detail ol li::before, main.cms .news-detail ol li::before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
main.cms .campaign-detail ul, main.cms .news-detail ul {
  margin: 16px 0 16px 2.5em;
}
main.cms .campaign-detail ul li, main.cms .news-detail ul li {
  list-style-type: none;
  margin: 10px 0;
}
main.cms .campaign-detail ul li::before, main.cms .news-detail ul li::before {
  content: "・";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
main.cms .campaign-detail a, main.cms .news-detail a {
  color: #2974DB;
  text-decoration: underline;
}
main.cms .campaign-detail a[target=_blank], main.cms .news-detail a[target=_blank] {
  padding-right: 40px;
  position: relative;
}
main.cms .campaign-detail a[target=_blank]::after, main.cms .news-detail a[target=_blank]::after {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/common/common-icon-new-window.svg) no-repeat center center;
  content: "";
  display: block;
  height: 16px;
  position: relative;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
main.cms .campaign-detail .cms-center, main.cms .news-detail .cms-center {
  text-align: center;
}
main.cms .campaign-detail .cms-right, main.cms .news-detail .cms-right {
  text-align: right;
}
main.cms .cms-back {
  height: 50px;
}

.footer-link__links {
  position: relative;
}
.footer-link__top-btn {
  -webkit-transition: opacity 0.5s;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 40px;
  top: -30px;
  transition: opacity 0.5s;
  width: 60px;
}
.footer-link__top-btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .footer-link__top-btn {
    height: 44px;
    right: 15px;
    top: -22px;
    width: 44px;
  }
}
.footer-link__top-btn img {
  height: auto;
  width: 100%;
}
.footer-link__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E8F8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-height: 116px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer-link__list {
    min-height: 82px;
    padding: 20px 0;
  }
}
.footer-link__list li {
  font-size: 0.875rem;
  margin: 0 clamp(0px, 1.1vw, 35px);
}
@media only screen and (max-width: 768px) {
  .footer-link__list li {
    font-size: 0.75rem;
    margin: 0 clamp(16px, 1.1vw, 35px);
  }
}
.footer-link__copyright {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  justify-content: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .footer-link__copyright {
    font-size: 0.625rem;
    height: 44px;
    padding-bottom: 25px;
  }
}
.footer-link__logo {
  margin: 40px auto 23px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-link__logo {
    margin: 24px auto 18px;
  }
}
.footer-link__logo img {
  height: auto;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-link__logo img {
    max-width: 200px;
  }
}

.header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: top 0.5s;
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 42px;
  min-width: 375px;
  position: fixed;
  top: -70px;
  transition: top 0.5s;
  width: 100%;
  z-index: 10;
}
.header.show {
  top: 0;
}
.header #humberger-check {
  display: none;
}
.header .header-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  position: fixed;
  top: 62px;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .header .header-overlay {
    top: 42px;
  }
}
.header .humberger-menu {
  -webkit-transition: opacity 0.5s;
  background: #fff;
  height: calc(100vh - 62px);
  max-width: 450px;
  min-width: 375px;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: -100vh;
  transition: opacity 0.5s;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header .humberger-menu {
    height: calc(100vh - 42px);
  }
}
.header .humberger-menu__main-list {
  margin: 40px;
}
@media only screen and (max-width: 768px) {
  .header .humberger-menu__main-list {
    margin: 40px 16px;
  }
}
.header .humberger-menu__main-list li {
  border-bottom: 1px solid #C6CFD6;
  margin-top: 20px;
  padding-bottom: 20px;
}
.header .humberger-menu__main-list li a {
  padding-left: 33px;
}
.header .humberger-menu__main-list li label {
  cursor: pointer;
  padding-left: 33px;
}
.header .humberger-menu__main-list--link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header .humberger-menu__main-list--link {
    font-size: 0.9375rem;
  }
}
.header .humberger-menu__main-list--link::before, .header .humberger-menu__main-list--link::after {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/common/common-icon-login.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 28px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}
.header .humberger-menu__main-list--link::after {
  background: url(/src/img/common/common-icon-link.svg) no-repeat center center;
  left: auto;
  position: absolute;
  right: 0px;
}
.header .humberger-menu__main-list--about-link::before {
  background: url(/src/img/common/menu-icon-about.svg) no-repeat;
}
.header .humberger-menu__main-list--available-facilities-link::before {
  background: url(/src/img/common/menu-icon-available_facilities.svg) no-repeat;
}
.header .humberger-menu__main-list--precaution-use-link::before {
  background: url(/src/img/common/menu-icon-precaution_use.svg) no-repeat;
}
.header .humberger-menu__main-list--campaign-link::before {
  background: url(/src/img/common/menu-icon-campaign.svg) no-repeat;
}
.header .humberger-menu__main-list--faq-link::before {
  background: url(/src/img/common/menu-icon-faq.svg) no-repeat;
}
.header .humberger-menu__main-list--news-link::before {
  background: url(/src/img/common/menu-icon-news.svg) no-repeat;
}
.header .humberger-menu__main-list--spc-link::before {
  background: url(/src/img/common/menu-icon-spc.svg) no-repeat;
}
.header .humberger-menu__main-list--member-update-link::before {
  background: url(/src/img/common/menu-icon-member_update.svg) no-repeat;
  background-size: contain;
}
.header .humberger-menu__main-list--seibuid-update-link::before {
  background: url(/src/img/common/menu-icon-seibuid_update.svg) no-repeat;
  background-size: contain;
}
.header .humberger-menu__main-list--password-update-link::before {
  background: url(/src/img/common/menu-icon-password_update.svg) no-repeat;
  background-size: contain;
}
.header .humberger-menu__main-list--id-link::before {
  background: url(/src/img/common/menu-icon-id_link.svg) no-repeat;
  background-size: contain;
}
.header .humberger-menu__main-list #humberger-account {
  display: none;
}
.header .humberger-menu__main-list .humberger-accordion {
  -webkit-transition: max-height 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  transition: max-height 0.3s ease-in-out;
}
.header .humberger-menu__main-list .humberger-accordion li {
  border-bottom: none;
}
.header .humberger-menu__main-list .humberger-accordion li:first-child {
  margin-top: 40px;
}
.header .humberger-menu__main-list .humberger-accordion li:last-child {
  padding-bottom: 0;
}
.header .humberger-menu__main-list .humberger-accordion li a {
  padding: 0 33px;
}
.header .humberger-menu__main-list #humberger-account:checked + .humberger-accordion {
  max-height: 285px;
}
.header .humberger-menu__main-list #humberger-account:checked + .humberger-accordion li a::before {
  -webkit-transform: translateY(-50%);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .humberger-menu__main-list #humberger-account:checked + .humberger-accordion li a::after {
  -webkit-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%);
}
.header .humberger-menu__sub-list {
  margin: 40px;
}
@media only screen and (max-width: 768px) {
  .header .humberger-menu__sub-list {
    margin: 40px 16px;
  }
}
.header .humberger-menu__sub-list li {
  font-size: 1.0625rem;
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  .header .humberger-menu__sub-list li {
    font-size: 0.875rem;
  }
}
.header .humberger-menu__btn {
  margin: 64px auto 23px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header .humberger-menu__btn {
    margin: 40px auto 18px;
  }
}
.header .humberger-menu__btn img {
  height: auto;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header .humberger-menu__btn img {
    max-width: 200px;
  }
}
.header .humberger-menu__top-btn {
  height: 48px;
  max-width: 370px;
}
.header #humberger-check:checked ~ .humberger-menu {
  opacity: 1;
  top: 62px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .header #humberger-check:checked ~ .humberger-menu {
    top: 42px;
  }
}
.header #humberger-check:checked ~ .header-overlay {
  display: block;
}
.header #humberger-check:checked ~ .gmenu .gmenu__btn .gmenu__humberger {
  -webkit-transform: rotate(45deg);
  border-top: 2px solid rgba(18, 18, 17, 0);
  transform: rotate(45deg);
}
.header #humberger-check:checked ~ .gmenu .gmenu__btn .gmenu__humberger::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header #humberger-check:checked ~ .gmenu .gmenu__btn .gmenu__humberger::after {
  bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .header #humberger-check:checked ~ .gmenu .gmenu__btn .gmenu__humberger::after {
    bottom: 7px;
  }
}
.header #humberger-check:checked ~ .gmenu .gmenu__btn .gmenu__regist,
.header #humberger-check:checked ~ .gmenu .gmenu__btn .gmenu__login,
.header #humberger-check:checked ~ .gmenu .gmenu__btn .gmenu__mypage,
.header #humberger-check:checked ~ .gmenu .gmenu__btn .gmenu__logout,
.header #humberger-check:checked ~ .gmenu .gmenu__btn .c-btn-wovn-lang {
  display: none;
}
.header .gmenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.06);
  align-items: center;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 62px;
  padding: 10px 30px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header .gmenu {
    min-height: 42px;
    padding: 5px 10px;
  }
}
.header .gmenu__logo {
  width: 20%;
}
.header .gmenu__logo a {
  display: block;
  width: 100%;
}
.header .gmenu__logo a img {
  height: 42px;
  vertical-align: middle;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__logo a img {
    height: clamp(28px, 7vw, 32px);
  }
}
.header .gmenu__btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 80%;
}
.header .gmenu__regist {
  font-size: 1rem;
  font-weight: 700;
  height: 42px;
  margin: 0 15px 0 0;
  width: 126px;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__regist {
    font-size: 0.75rem;
    height: 32px;
    margin-right: 8px;
    width: 88px;
  }
}
.header .gmenu__regist::before {
  background: url(/src/img/common/common-icon-regist.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: relative;
  right: 5px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__regist::before {
    height: 14px;
    width: 14px;
  }
}
.header .gmenu__mypage {
  font-size: 1rem;
  font-weight: 700;
  height: 42px;
  margin: 0 15px 0 0;
  width: 138px;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__mypage {
    font-size: 0.75rem;
    height: 32px;
    margin-right: 8px;
    width: 100px;
  }
}
.header .gmenu__mypage::before {
  background: url(/src/img/common/common-icon-mypage.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: relative;
  right: 5px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__mypage::before {
    height: 14px;
    width: 14px;
  }
}
.header .gmenu__login {
  font-size: 1rem;
  font-weight: 700;
  height: 42px;
  margin-right: 40px;
  width: 126px;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__login {
    font-size: 0.75rem;
    height: 32px;
    margin-right: 15px;
    width: 86px;
  }
}
.header .gmenu__login::before {
  background: url(/src/img/common/common-icon-login.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: relative;
  right: 5px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__login::before {
    height: 14px;
    width: 14px;
  }
}
.header .gmenu__logout {
  font-size: 1rem;
  font-weight: 700;
  height: 42px;
  margin-right: 37px;
  width: 138px;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__logout {
    font-size: 0.75rem;
    height: 32px;
    margin-right: 12px;
    width: 98px;
  }
}
.header .gmenu__logout::before {
  background: url(/src/img/common/common-icon-logout.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: relative;
  right: 5px;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__logout::before {
    height: 14px;
    width: 14px;
  }
}
.header .gmenu__humberger {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  border-top: 3px solid #2974DB;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
  width: 40px;
  z-index: 1;
}
.header .gmenu__humberger:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__humberger {
    border-top: 2px solid #2974DB;
    height: 16px;
    width: 18px;
  }
}
.header .gmenu__humberger::before, .header .gmenu__humberger::after {
  background: #2974DB;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 40px;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__humberger::before, .header .gmenu__humberger::after {
    height: 2px;
    width: 18px;
  }
}
.header .gmenu__humberger::before {
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .header .gmenu__humberger::before {
    top: 4.5px;
  }
}
.header .gmenu__humberger::after {
  bottom: 0;
}
.header-news {
  background: #007ac5;
  color: #fff;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .header-news {
    font-size: 0.75rem;
  }
}
.header-news #news-check {
  display: none;
}
.header-news__wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.header-news #news-check:checked + .header-news__btn {
  background: url(/src/img/common/header-aco_btn-opened.svg) no-repeat;
  background-size: contain;
}
.header-news__btn {
  -webkit-transition: opacity 0.5s;
  background: url(/src/img/common/header-aco_btn-closed.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  right: 7px;
  top: 7px;
  transition: opacity 0.5s;
  width: 24px;
}
.header-news__btn:hover {
  opacity: 0.7;
}
.header-news__list {
  -webkit-transition: height 0.5s;
  height: calc(1em + 20px);
  overflow: hidden;
  padding: 0 3px;
  transition: height 0.5s;
  width: 90%;
}
.header-news__list li {
  line-height: 100%;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#show-wovn[data-wovn="1"] ~ .header .gmenu__login,
#show-wovn[data-wovn="1"] ~ .header .gmenu__logout, #show-wovn[data-wovn="1"] ~ main .gmenu__login,
#show-wovn[data-wovn="1"] ~ main .gmenu__logout {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  #show-wovn[data-wovn="1"] ~ .header .gmenu__login,
  #show-wovn[data-wovn="1"] ~ .header .gmenu__logout, #show-wovn[data-wovn="1"] ~ main .gmenu__login,
  #show-wovn[data-wovn="1"] ~ main .gmenu__logout {
    margin-right: 12px;
  }
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 25px;
  min-width: 375px;
  padding-top: 62px;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
    padding-top: 42px;
  }
}
body.wv {
  padding-top: 0;
}
body.hidden {
  overflow-y: hidden;
}
body.noscroll {
  overflow-y: hidden;
}

.contents {
  margin: 42px auto;
  max-width: 800px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  .contents {
    margin: 32px 16px;
  }
}

main:not(.top) {
  min-height: 456px;
  /* SEIBU Smile ID 新規登録 */
  /* 会員情報の参照・変更 */
  /* キャンペーン一覧（詳細はCMS入力を想定した_cms.scss） */
  /* お知らせ一覧（詳細はCMS入力を想定した_cms.scss） */
  /* よくあるご質問 */
  /* SEIBU Smile ID でご利用できるサービス一覧 */
  /* SEIBU Smile ID でご利用できるサービス詳細 */
  /* お問合せ */
  /* SEIBU Smile ID でできること */
  /* SEIBU Smile ID 登録の流れ */
  /* 退会申請 */
  /* お出かけ情報 */
  /* TOP等汎用FAQセクション */
  /* WebView用 */
  /* 新規登録 */
  /* WebView用 */
  /* 受付完了 */
}
main:not(.top).register .c-txt-h1 {
  text-align: center;
}
main:not(.top).register .register-alert {
  color: #E23A63;
  margin-bottom: 40px;
}
main:not(.top).register .register-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .register-box {
    margin-bottom: 30px;
  }
}
main:not(.top).register .register-box__img {
  margin-right: 88px;
  text-align: center;
  width: calc(50% - 88px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .register-box__img {
    margin-right: 23px;
    width: calc(50% - 23px);
  }
}
main:not(.top).register .register-box__img img {
  max-width: 100%;
  width: auto;
}
main:not(.top).register .register-box__txt {
  font-size: 1rem;
  margin: 0;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .register-box__txt {
    font-size: 0.875rem;
  }
}
main:not(.top).register .register-box__txt--mypage {
  margin: 9px 0 0 0;
}
main:not(.top).register .register-box__btn {
  font-size: 1.375rem;
  font-weight: 700;
  height: 62px;
  margin: 40px auto 0;
  max-width: 340px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .register-box__btn {
    font-size: 0.875rem;
    height: 40px;
    margin: 16px auto 0;
    max-width: 200px;
  }
}
main:not(.top).register .register-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E8F8FF;
  border-radius: 8px;
  color: #2974DB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 50px;
  margin: auto;
  max-width: 800px;
  padding-left: 24px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .register-title {
    border-radius: 0;
    font-size: 1rem;
    height: 44px;
    padding-left: 16px;
  }
}
main:not(.top).register .register-caption {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .register-caption {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
}
main:not(.top).register .lead {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .lead {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
main:not(.top).register .lead__regist {
  margin: 0;
  max-width: 340px;
  width: calc(50vw - 16px - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .lead__regist {
    min-width: 166px;
    width: calc(50vw - 32px);
  }
}
main:not(.top).register .register-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  height: 68px;
  justify-content: center;
  margin: 0;
  padding: 12px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .register-btn {
    height: 48px;
    padding: 4px 0;
  }
}
main:not(.top).register .register-btn--sub-txt {
  display: block;
  font-size: 0.8125rem;
  line-height: 120%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .register-btn--sub-txt {
    font-size: 0.75rem;
  }
}
main:not(.top).register .register-btn--main-txt {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).register .register-btn--main-txt {
    font-size: 0.875rem;
  }
}
main:not(.top).member_update .zip-code__box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: flex-start;
  justify-content: flex-start;
}
main:not(.top).member_update .zip-code__box .c-btn-zip {
  display: inline-block;
  font-size: 1rem;
  height: 48px;
  margin: 0;
  padding: 0 1.25rem;
  width: 120px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  main:not(.top).member_update .gender-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  main:not(.top).member_update .gender-box .gender-cell {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main:not(.top).member_update .gender-box .gender-cell:last-child {
    margin: 0;
  }
}
main:not(.top).member_update .regist_error {
  margin: 40px auto 40px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).member_update .regist_error {
    margin: 32px auto 24px;
  }
}
main:not(.top).member_update .smile-link::after {
  background: #2974DB;
  color: #F9F326;
  content: "オススメ！";
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 32px;
  padding: 0 5px;
  white-space: nowrap;
}
html:lang(en) main:not(.top).member_update .smile-link::after {
  content: "Recommended";
}
main:not(.top).campaign .campaign-list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8px auto;
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).campaign .campaign-list {
    display: block;
  }
}
main:not(.top).campaign .campaign-list li {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  height: 38.5390070922vw;
  margin-top: 24px;
  max-height: 470px;
  overflow: hidden;
  width: calc(50% - clamp(10px, 1.5vw, 20px));
}
@media only screen and (max-width: 768px) {
  main:not(.top).campaign .campaign-list li {
    height: auto;
    max-height: none;
    width: 100%;
  }
}
main:not(.top).campaign .campaign-list li a {
  display: block;
  height: 100%;
  padding-bottom: 24px;
}
main:not(.top).campaign .campaign-list li img {
  height: auto;
  width: 100%;
}
main:not(.top).campaign .campaign-list__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 700;
  height: 3.5em;
  line-height: 100%;
  overflow: hidden;
  padding: 1.5em 1em 0;
}
@media only screen and (max-width: 768px) {
  main:not(.top).campaign .campaign-list__title {
    font-size: 1rem;
  }
}
main:not(.top).campaign .campaign-list__btn {
  font-weight: 700;
  height: 56px;
  margin: 70px auto auto;
}
@media only screen and (max-width: 768px) {
  main:not(.top).campaign .campaign-list__btn {
    height: 50px;
    margin: 54px auto auto;
  }
}
main:not(.top).news .news-list {
  border-top: 1px solid #C6CFD6;
  margin: 40px auto;
  max-width: 1200px;
  width: calc(100% - 32px);
}
main:not(.top).news .news-list li {
  border-bottom: 1px solid #C6CFD6;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  main:not(.top).news .news-list li {
    padding: 10px 0;
  }
}
main:not(.top).news .news-list li a {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
main:not(.top).news .news-list__txt {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).news .news-list__txt {
    width: calc(100% - 120px);
  }
}
main:not(.top).news .news-list__img {
  max-width: 176px;
}
main:not(.top).news .news-list__img img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).news .news-list__img {
    max-width: 120px;
  }
}
main:not(.top).news .news-list__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 1em);
}
@media only screen and (max-width: 768px) {
  main:not(.top).news .news-list__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    white-space: normal;
  }
}
main:not(.top).news .news-list__date {
  background: -webkit-gradient(linear, left top, right top, from(#006FBC), to(#00AFEC));
  background: linear-gradient(90deg, #006FBC, #00AFEC);
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 32px;
  padding: 3px 12px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).news .news-list__date {
    font-size: 0.75rem;
  }
}
main:not(.top).news .news-list__date-block {
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).news .news-list__date-block {
    margin-bottom: 6px;
  }
}
main:not(.top).news .news-list__btn {
  font-weight: 700;
  height: 56px;
  margin: 70px auto auto;
}
@media only screen and (max-width: 768px) {
  main:not(.top).news .news-list__btn {
    height: 50px;
    margin: 54px auto auto;
  }
}
main:not(.top).faq .anchor-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto 60px;
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .anchor-list {
    margin: 32px 16px 34px;
  }
}
main:not(.top).faq .anchor-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.5s;
  align-items: center;
  background: #fff;
  border: 1px solid #2974DB;
  border-radius: 12px;
  color: #2974DB;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 24px clamp(5px, 1vw, 27px) 0 0;
  position: relative;
  transition: opacity 0.5s;
  width: calc((100% - clamp(10px, 1vw, 27px) * 3) / 3);
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .anchor-list li {
    margin: 12px 10px 0 0;
    padding: 12px 2em 12px 14px;
    width: calc((100% - 10px) / 2);
  }
}
main:not(.top).faq .anchor-list li:hover {
  opacity: 0.7;
}
main:not(.top).faq .anchor-list li:nth-child(3n) {
  margin: 24px 0 0 0;
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .anchor-list li:nth-child(3n) {
    margin: 12px 10px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .anchor-list li:nth-child(2n) {
    margin: 12px 0 0 0;
  }
}
main:not(.top).faq .anchor-list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 100%;
  padding: 16px 2em 16px 19px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .anchor-list li a {
    font-size: 0.875rem;
    padding: 0;
  }
}
main:not(.top).faq .anchor-list li a::after {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/faq/faq-arrow-down.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .anchor-list li a::after {
    right: 8px;
  }
}
main:not(.top).faq .faq-txt-h2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 46px auto auto;
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq-txt-h2 {
    font-size: 1rem;
    margin: 34px 16px auto;
  }
}
main:not(.top).faq .faq-top-btn {
  border-radius: 100%;
  cursor: pointer;
  height: 36px;
  overflow: hidden;
  width: 36px;
}
main:not(.top).faq .faq-top-btn img {
  height: auto;
  max-width: 100%;
}
main:not(.top).faq .faq-txt-strong {
  display: block;
  margin: 80px auto 33px;
  max-width: 1200px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq-txt-strong {
    margin: 60px 16px 28px;
  }
}
main:not(.top).faq .faq-parent__wrapper {
  margin: 24px auto auto;
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq-parent__wrapper {
    margin: 12px 16px auto;
  }
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq-parent__wrapper {
    margin-top: 17px;
  }
}
main:not(.top).faq .faq-parent__content {
  -webkit-transition: height 0.4s;
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}
main:not(.top).faq .faq-parent.opened .faq-parent__content {
  height: auto;
}
main:not(.top).faq .faq-parent__title {
  font-size: 1.5rem;
  font-weight: 700;
  width: calc(100% - 48px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq-parent__title {
    font-size: 1rem;
    width: calc(100% - 30px);
  }
}
main:not(.top).faq .faq-child {
  background: #E7EFF5;
  border-radius: 20px;
  margin: auto auto 16px auto;
  max-width: 1200px;
  padding: 15px 0 18px 24px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq-child {
    margin: auto auto 8px auto;
    padding: 10px 0 16px 8px;
  }
}
main:not(.top).faq .faq-child__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main:not(.top).faq .faq-child__content {
  -webkit-transition: height 0.4s;
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}
main:not(.top).faq .faq-child__content--txt {
  background: #fff;
  border-radius: 20px;
  margin-right: 24px;
  margin-top: 19px;
  padding: 24px 20px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq-child__content--txt {
    margin-right: 8px;
    margin-top: 12px;
    padding: 12px;
  }
}
main:not(.top).faq .faq-child__content--txt a {
  color: #2974DB;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}
main:not(.top).faq .faq-child.opened .faq-child__content {
  height: auto;
}
main:not(.top).faq .faq-child__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0 1em 0 48px;
  position: relative;
  width: calc(100% - 48px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq-child__title {
    font-size: 0.875rem;
    padding: 0 1em 0 32px;
    width: calc(100% - 30px);
  }
}
main:not(.top).faq .faq-child__title::before {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/common/faq-icon-question.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 33px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq-child__title::before {
    height: 24px;
    width: 24px;
  }
}
main:not(.top).faq .faq__accordion {
  -webkit-transition: opacity 0.5s;
  background: url(/src/img/common/faq-aco_btn-closed.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  height: 24px;
  transition: opacity 0.5s;
  width: 24px;
}
main:not(.top).faq .faq__accordion.opened {
  background: url(/src/img/common/faq-aco_btn-opened.svg) no-repeat center center;
  background-size: contain;
}
main:not(.top).faq .faq__accordion:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq__accordion {
    height: 16px;
    width: 16px;
  }
}
main:not(.top).faq .faq__btn {
  font-size: 1.375rem;
  font-weight: 700;
  height: 68px;
  margin: 40px auto 111px;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).faq .faq__btn {
    font-size: 1rem;
    height: 48px;
    margin: 24px auto 86px;
    max-width: 343px;
  }
}
main:not(.top).service-list .service__wrapper {
  margin: 40px auto 80px;
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-list .service__wrapper {
    margin: 32px 16px 86px;
  }
}
main:not(.top).service-list .service__btn {
  font-weight: 700;
  height: 56px;
  margin: 70px auto auto;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-list .service__btn {
    height: 50px;
    margin: 54px auto auto;
  }
}
main:not(.top).service-list .service-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
main:not(.top).service-list .service-list__txt {
  font-size: 1.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-list .service-list__txt {
    font-size: 1.125rem;
  }
}
main:not(.top).service-list .service-list__img {
  margin: auto auto 24px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-list .service-list__img {
    margin: auto auto 12px;
  }
}
main:not(.top).service-list .service-list__img img {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  height: auto;
  width: 100%;
}
main:not(.top).service-list .service-list__ribbon {
  background: url(/src/img/top/service-ribbon.png) center center no-repeat;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  height: 28px;
  left: -5px;
  line-height: 35px;
  padding-left: 7px;
  position: absolute;
  top: 25px;
  width: 109px;
}
main:not(.top).service-list .service-list li {
  margin: auto auto 40px;
  width: 50%;
}
main:not(.top).service-list .service-list li:nth-child(odd) {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-list .service-list li:nth-child(odd) {
    padding-right: 0;
  }
}
main:not(.top).service-list .service-list li:nth-child(even) {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-list .service-list li:nth-child(even) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-list .service-list li {
    margin: auto auto 24px;
    padding: 0;
    width: 100%;
  }
}
main:not(.top).service-detail .service-detail-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 42px auto 26px;
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-name {
    font-size: 1.25rem;
    margin: 32px 16px 24px;
  }
}
main:not(.top).service-detail .service-datail-topics {
  margin-top: 70px;
  max-width: 1200px;
}
main:not(.top).service-detail .service-detail-txt {
  font-size: 1rem;
  margin: 50px auto 40px;
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-txt {
    font-size: 0.875rem;
    margin: 30px 16px 24px;
  }
}
main:not(.top).service-detail .service-detail-btn {
  font-weight: 700;
  height: 68px;
  max-width: 500px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-btn {
    height: 48px;
  }
}
main:not(.top).service-detail .service-detail-btn--official::after {
  background: url(/src/img/service_list/service_detail-icon-new-window.svg) center center no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  left: 1em;
  position: relative;
  width: 16px;
}
main:not(.top).service-detail .service-detail-btn--back {
  margin: 24px auto 100px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-btn--back {
    margin: 24px auto 40px;
  }
}
main:not(.top).service-detail .service-detail-btn--regist::before {
  background: url(/src/img/common/common-icon-regist.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 28px;
  left: 32px;
  position: absolute;
  width: 28px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-btn--regist::before {
    height: 22px;
    left: 16px;
    width: 22px;
  }
}
main:not(.top).service-detail .service-detail-btn--about {
  margin: 31px auto 80px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-btn--about {
    margin: 24px auto 80px;
  }
}
main:not(.top).service-detail .service-detail-benefit {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto auto;
  max-width: 1200px;
  width: calc(100% - 32px);
}
main:not(.top).service-detail .service-detail-benefit li {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  width: 32%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-benefit li {
    margin-top: 24px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-benefit li:first-child {
    margin-top: 0;
  }
}
main:not(.top).service-detail .service-detail-benefit__img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FAF2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  justify-content: center;
}
main:not(.top).service-detail .service-detail-benefit__img img {
  max-height: 140px;
  width: auto;
}
main:not(.top).service-detail .service-detail-benefit__txt {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-benefit__txt {
    padding: 16px;
  }
}
main:not(.top).service-detail .service-detail-benefit__txt--notice {
  color: #333;
  font-size: 1rem;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-benefit__txt--notice {
    font-size: 0.875rem;
  }
}
main:not(.top).service-detail .service-detail-benefit__title {
  font-size: 1.125rem;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-benefit__title {
    font-size: 1rem;
  }
}
main:not(.top).service-detail .service-detail-benefit__notice {
  margin: 33px auto 100px;
  max-width: 1200px;
  text-align: right;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-benefit__notice {
    margin: 24px 16px 40px;
  }
}
main:not(.top).service-detail .service-detail-lets {
  margin: 64px auto 32px;
  text-align: center;
}
main:not(.top).service-detail .service-detail-lets img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).service-detail .service-detail-lets {
    height: auto;
    margin: 40px auto 24px;
    max-width: 220px;
  }
}
main:not(.top).contact .contact__wrapper {
  margin: 40px auto 80px;
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).contact .contact__wrapper {
    margin: 32px 16px 86px;
  }
}
main:not(.top).contact .contact__btn {
  font-size: 1.375rem;
  font-weight: 700;
  height: 68px;
  margin: 40px auto auto;
}
@media only screen and (max-width: 768px) {
  main:not(.top).contact .contact__btn {
    font-size: 1rem;
    height: 48px;
    margin: 24px auto auto;
  }
}
main:not(.top).contact .contact__btn--contact::after {
  background: url(/src/img/contact/contact-icon-new-window.svg) center center no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  left: 1em;
  position: relative;
  width: 16px;
}
main:not(.top).contact .contact-tel {
  border-bottom: 1px solid #C6CFD6;
  border-top: 1px solid #C6CFD6;
  margin: 64px auto;
  padding: 64px 0;
  text-align: center;
}
main:not(.top).contact .contact-tel__block {
  background: #F4F7FA;
  margin: 40px auto auto;
  padding: 25px 0;
}
main:not(.top).contact .contact-tel__num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #2974DB;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Arvo", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.75rem;
  justify-content: center;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  main:not(.top).contact .contact-tel__num {
    font-size: 1.875rem;
  }
}
main:not(.top).contact .contact-tel__num > img {
  height: 36px;
  margin: 5px 10px 0 0;
  width: 36px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).contact .contact-tel__num > img {
    height: 26px;
    width: 26px;
  }
}
main:not(.top).contact .contact-spc {
  border-top: 1px solid #C6CFD6;
  margin: 64px auto;
  padding: 64px 0;
}
main:not(.top).contact .contact-spc a {
  text-decoration: underline;
}
main:not(.top).contact .contact-card {
  text-align: center;
}
main:not(.top).contact .contact-card__txt {
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  main:not(.top).contact .contact-card__txt {
    font-size: 1rem;
  }
}
main:not(.top).contact .contact-card a {
  font-size: 1.25rem;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  main:not(.top).contact .contact-card a {
    font-size: 1rem;
  }
}
main:not(.top).about .about-img-h1 img {
  height: auto;
  width: 100%;
}
main:not(.top).about .about-img-h2 {
  margin: auto auto 40px;
  text-align: center;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-img-h2 {
    margin: auto 16px 40px;
  }
}
main:not(.top).about .about-img-h2 img {
  height: auto;
  max-width: 100%;
}
main:not(.top).about .about-txt-h2 {
  max-width: 1200px;
}
main:not(.top).about .about-intro {
  font-size: 1rem;
  margin: 64px auto 100px;
  text-align: center;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-intro {
    font-size: 0.875rem;
    margin: 24px auto 40px;
    text-align: left;
  }
}
main:not(.top).about .about-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto auto;
  max-width: 1200px;
  width: calc(100% - 32px);
}
main:not(.top).about .about-box li {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  width: 32%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-box li {
    margin-top: 24px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-box li:first-child {
    margin-top: 0;
  }
}
main:not(.top).about .about-box__img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FAF2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  justify-content: center;
}
main:not(.top).about .about-box__img img {
  max-height: 140px;
  width: auto;
}
main:not(.top).about .about-box.about-merit .about-box__img {
  background: #D5ECFD;
}
main:not(.top).about .about-box__txt {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-box__txt {
    padding: 16px;
  }
}
main:not(.top).about .about-box__txt--notice {
  color: #333;
  font-size: 1rem;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-box__txt--notice {
    font-size: 0.875rem;
  }
}
main:not(.top).about .about-box.about-merit .about-box__txt {
  height: calc(100% - 190px - 96px);
}
main:not(.top).about .about-box__btn-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  justify-content: center;
}
main:not(.top).about .about-box__btn {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 700;
  height: 48px;
  margin: auto clamp(10px, 2vw, 20px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-box__btn {
    font-size: 1rem;
  }
}
main:not(.top).about .about-box__title {
  font-size: 1.125rem;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-box__title {
    font-size: 1rem;
  }
}
main:not(.top).about .about-box__notice {
  margin: 33px auto 100px;
  max-width: 1200px;
  text-align: right;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-box__notice {
    margin: 24px 16px 40px;
    text-align: left;
  }
}
main:not(.top).about .about-lets {
  margin: 64px auto 32px;
  text-align: center;
}
main:not(.top).about .about-lets img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-lets {
    height: auto;
    margin: 40px auto 24px;
    max-width: 220px;
  }
}
main:not(.top).about .about-btn {
  font-weight: 700;
  height: 68px;
  margin-bottom: 100px;
  max-width: 500px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-btn {
    height: 48px;
    margin-bottom: 64px;
  }
}
main:not(.top).about .about-btn::before {
  background: url(/src/img/common/common-icon-regist.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 28px;
  left: 32px;
  position: absolute;
  width: 28px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .about-btn::before {
    height: 22px;
    left: 16px;
    width: 22px;
  }
}
main:not(.top).about .howto {
  margin: auto;
  max-width: 1200px;
  padding: 40px 16px 64px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .howto {
    padding: 24px 16px 32px;
  }
}
main:not(.top).about .howto__txt {
  color: #2974DB;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 100%;
  margin: auto auto 43px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .howto__txt {
    font-size: 1.75rem;
    margin: auto auto 26px;
  }
}
main:not(.top).about .howto__btn {
  font-weight: 700;
  height: 56px;
  margin: 70px auto auto;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .howto__btn {
    height: 50px;
    margin: 54px auto auto;
  }
}
main:not(.top).about .howto__step {
  padding: 24px 0;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .howto__step {
    padding: 24px 10px;
  }
}
main:not(.top).about .howto__list--step {
  font-weight: 700;
  max-width: 220px;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .howto__list--step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: 100%;
  }
}
main:not(.top).about .howto__list--step img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .howto__list--step img {
    width: 40%;
  }
}
main:not(.top).about .howto__list--arrow {
  margin: auto 10px;
  max-width: 22px;
  text-align: center;
  width: 4%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .howto__list--arrow {
    margin: 20px auto;
    max-width: none;
    width: 100%;
  }
}
main:not(.top).about .howto__list--img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .howto__list--img {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main:not(.top).about .howto__list--txt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).about .howto__list--txt {
    display: block;
    margin: 0 0 0 12px;
  }
}
main:not(.top).about .faq__txt {
  max-width: 1200px;
}
main:not(.top).about .faq-parent {
  max-width: 1200px;
}
main:not(.top).flow {
  /*
  .flow-txt-h3 {
      font-size: rem(16);
      text-align: center;
      margin: 18px auto 40px;

      @include tablet() {
          font-size: rem(14);
          margin: 11px auto 32px;
      }
  }
  */
}
main:not(.top).flow .flow-txt-h1 {
  color: #2974DB;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 110%;
  margin: 67px auto 38px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-txt-h1 {
    font-size: 1.75rem;
    margin: 34px auto 28px;
  }
}
main:not(.top).flow .flow-txt-h2 {
  font-size: 1.875rem;
  font-weight: 700;
  /*margin: 38px auto 18px;*/
  margin: 38px auto 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-txt-h2 {
    font-size: 1.375rem;
    /*margin: 28px auto 11px;*/
    margin: 28px auto 32px;
  }
}
main:not(.top).flow .flow-btn-box {
  margin: auto auto 40px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-btn-box {
    margin: auto auto 24px;
  }
}
main:not(.top).flow .flow-btn-box .flow-btn-pc, main:not(.top).flow .flow-btn-box .flow-btn-sp {
  font-size: 1.375rem;
  font-weight: 700;
  height: 68px;
  position: relative;
}
main:not(.top).flow .flow-btn-box .flow-btn-pc::before, main:not(.top).flow .flow-btn-box .flow-btn-sp::before {
  -webkit-transform: translateY(-50%);
  content: "";
  display: block;
  height: 28px;
  left: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-btn-box .flow-btn-pc::before, main:not(.top).flow .flow-btn-box .flow-btn-sp::before {
    height: 20px;
    left: 10px;
    width: 20px;
  }
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-btn-box .flow-btn-pc, main:not(.top).flow .flow-btn-box .flow-btn-sp {
    font-size: 0.75rem;
    height: 44px;
  }
}
main:not(.top).flow .flow-btn-box .flow-btn-pc {
  margin-right: 24px;
}
main:not(.top).flow .flow-btn-box .flow-btn-pc::before {
  background: url(/src/img/flow/flow-icon-pc-blue.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-btn-box .flow-btn-pc {
    margin-right: 11px;
    width: calc(50% - 5.5px);
  }
}
main:not(.top).flow .flow-btn-box .flow-btn-sp::before {
  background: url(/src/img/flow/flow-icon-sp-blue.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-btn-box .flow-btn-sp {
    padding-left: 9px;
    width: calc(50% - 5.5px);
  }
}
main:not(.top).flow .flow-carousel {
  /*
  height: 0;
  opacity: 0;
  */
  display: none;
  margin-bottom: 110px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-carousel {
    margin-bottom: 94px;
  }
}
main:not(.top).flow .flow-carousel::before, main:not(.top).flow .flow-carousel::after {
  content: "";
  display: block;
  height: clamp(32px, 3vw, 50px);
  position: absolute;
  width: 100%;
  z-index: -1;
}
main:not(.top).flow .flow-carousel::before {
  -webkit-transform: translateY(-50%);
  background: #D5ECFD;
  top: calc(50% - 50px - 8px);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-carousel::before {
    top: calc(50% - 32px - 8px);
  }
}
main:not(.top).flow .flow-carousel::after {
  -webkit-transform: translateY(-50%);
  background: #F7F7D4;
  top: calc(50% + 50px + 8px);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-carousel::after {
    top: calc(50% + 32px + 8px);
  }
}
main:not(.top).flow .flow-carousel__txt {
  font-size: 1rem;
  margin: 33px auto auto;
  padding-bottom: 40px;
  text-align: center;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-carousel__txt {
    margin: 40px auto auto;
    max-width: 758px;
    text-align: left;
  }
}
main:not(.top).flow .flow-carousel.flow-carousel-pc .flow-carousel__img {
  margin: auto;
  width: calc(100% - 52px);
}
main:not(.top).flow .flow-carousel.flow-carousel-sp .flow-carousel__img {
  margin: auto;
  max-width: 350px;
}
main:not(.top).flow .flow-carousel__img img {
  height: auto;
  margin: auto;
  max-width: 100%;
  width: auto;
}
main:not(.top).flow .flow-carousel .slick-slide {
  -webkit-box-shadow: none;
  border-radius: 0;
  box-shadow: none;
  margin: auto !important;
}
main:not(.top).flow .flow-carousel .slick-dots li {
  counter-increment: num-cnt;
  list-style-type: none;
  margin: 10px 8px;
  width: 30px;
}
main:not(.top).flow .flow-carousel .slick-dots li button::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #2974DB;
  content: counter(num-cnt);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  opacity: 1;
  width: 30px;
}
main:not(.top).flow .flow-carousel .slick-dots li.slick-active button::before {
  color: #fff;
}
main:not(.top).flow #flow-pc, main:not(.top).flow #flow-sp {
  display: none;
}
main:not(.top).flow #flow-pc:checked ~ .flow-carousel-pc {
  /*
  height: auto;
  opacity: 1;
  */
  display: block;
}
main:not(.top).flow #flow-pc:checked ~ .flow-btn-box .flow-btn-pc {
  background: -webkit-gradient(linear, left top, right top, from(#006FBC), to(#00AFEC));
  background: linear-gradient(90deg, #006FBC, #00AFEC);
  border: none;
  color: #fff;
}
main:not(.top).flow #flow-pc:checked ~ .flow-btn-box .flow-btn-pc::before {
  background: url(/src/img/flow/flow-icon-pc-white.svg) center center no-repeat;
  background-size: contain;
}
main:not(.top).flow #flow-sp:checked ~ .flow-carousel-sp {
  /*
  height: auto;
  opacity: 1;
  */
  display: block;
}
main:not(.top).flow #flow-sp:checked ~ .flow-btn-box .flow-btn-sp {
  background: -webkit-gradient(linear, left top, right top, from(#006FBC), to(#00AFEC));
  background: linear-gradient(90deg, #006FBC, #00AFEC);
  border: none;
  color: #fff;
}
main:not(.top).flow #flow-sp:checked ~ .flow-btn-box .flow-btn-sp::before {
  background: url(/src/img/flow/flow-icon-sp-white.svg) center center no-repeat;
  background-size: contain;
}
main:not(.top).flow .flow-lets {
  margin: 64px auto 32px;
  text-align: center;
}
main:not(.top).flow .flow-lets img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-lets {
    height: auto;
    margin: 40px auto 24px;
    max-width: 220px;
  }
}
main:not(.top).flow .flow-btn {
  font-weight: 700;
  height: 68px;
  margin-bottom: 100px;
  max-width: 500px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-btn {
    height: 48px;
    margin-bottom: 64px;
  }
}
main:not(.top).flow .flow-btn--backslash, main:not(.top).flow .flow-btn--slash {
  height: 25px;
  width: 16px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-btn--backslash, main:not(.top).flow .flow-btn--slash {
    height: 20px;
    width: 13px;
  }
}
main:not(.top).flow .flow-btn--backslash {
  margin-right: 36px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-btn--backslash {
    margin-right: 26px;
  }
}
main:not(.top).flow .flow-btn--slash {
  margin-left: 36px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .flow-btn--slash {
    margin-left: 26px;
  }
}
main:not(.top).flow .howto {
  margin: auto;
  max-width: 1200px;
  padding: 40px 16px 64px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .howto {
    padding: 24px 16px 32px;
  }
}
main:not(.top).flow .howto__txt {
  color: #2974DB;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 100%;
  margin: auto auto 43px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .howto__txt {
    font-size: 1.75rem;
    margin: auto auto 26px;
  }
}
main:not(.top).flow .howto__btn {
  font-weight: 700;
  height: 56px;
  margin: 70px auto auto;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .howto__btn {
    height: 50px;
    margin: 54px auto auto;
  }
}
main:not(.top).flow .howto__step {
  padding: 24px 0;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .howto__step {
    padding: 24px 10px;
  }
}
main:not(.top).flow .howto__list--step {
  font-weight: 700;
  max-width: 220px;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .howto__list--step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: 100%;
  }
}
main:not(.top).flow .howto__list--step img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .howto__list--step img {
    width: 40%;
  }
}
main:not(.top).flow .howto__list--arrow {
  margin: auto 10px;
  max-width: 22px;
  text-align: center;
  width: 4%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .howto__list--arrow {
    margin: 20px auto;
    max-width: none;
    width: 100%;
  }
}
main:not(.top).flow .howto__list--img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .howto__list--img {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main:not(.top).flow .howto__list--txt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).flow .howto__list--txt {
    display: block;
    margin: 0 0 0 12px;
  }
}
main:not(.top).flow .faq__txt {
  max-width: 1200px;
}
main:not(.top).flow .faq-parent {
  max-width: 1200px;
}
main:not(.top).withdrawal .withdrawal-alert {
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  main:not(.top).withdrawal .withdrawal-alert {
    font-size: 1rem;
  }
}
main:not(.top).goingout .goingout__wrapper {
  margin: 40px auto 80px;
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top).goingout .goingout__wrapper {
    margin: 32px 16px 86px;
  }
}
main:not(.top).goingout .goingout__btn {
  font-weight: 700;
  height: 56px;
  margin: 70px auto auto;
}
@media only screen and (max-width: 768px) {
  main:not(.top).goingout .goingout__btn {
    height: 50px;
    margin: 54px auto auto;
  }
}
main:not(.top).goingout .goingout-list {
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
main:not(.top).goingout .goingout-list__txt {
  font-size: 1.375rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  main:not(.top).goingout .goingout-list__txt {
    font-size: 1rem;
  }
}
main:not(.top).goingout .goingout-list__img {
  margin: auto auto 24px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main:not(.top).goingout .goingout-list__img {
    margin: auto auto 12px;
  }
}
main:not(.top).goingout .goingout-list__img img {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  height: auto;
  width: 100%;
}
main:not(.top).goingout .goingout-list li {
  margin: 0 auto 40px;
  width: 50%;
}
main:not(.top).goingout .goingout-list li:nth-child(odd) {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).goingout .goingout-list li:nth-child(odd) {
    padding-right: 10px;
  }
}
main:not(.top).goingout .goingout-list li:nth-child(even) {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).goingout .goingout-list li:nth-child(even) {
    padding-left: 10px;
  }
}
main:not(.top) .faq {
  margin-top: 64px;
}
main:not(.top) .faq__txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E8F8FF;
  border-radius: 8px;
  color: #2974DB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 50px;
  margin: auto;
  max-width: 800px;
  padding-left: 24px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top) .faq__txt {
    border-radius: 0;
    font-size: 1rem;
    height: 44px;
    padding-left: 16px;
  }
}
main:not(.top) .faq-parent {
  background: #E7EFF5;
  border-radius: 20px;
  margin: 24px auto auto;
  max-width: 800px;
  padding: 25px 0 25px 40px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main:not(.top) .faq-parent {
    margin: 12px 16px auto;
    padding: 18px 0 24px 16px;
  }
}
main:not(.top) .faq-parent__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main:not(.top) .faq-parent__wrapper {
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  main:not(.top) .faq-parent__wrapper {
    margin-top: 17px;
  }
}
main:not(.top) .faq-parent__content {
  -webkit-transition: height 0.4s;
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}
main:not(.top) .faq-parent.opened .faq-parent__content {
  height: auto;
}
main:not(.top) .faq-parent__title {
  font-size: 1.5rem;
  font-weight: 700;
  width: calc(100% - 48px);
}
@media only screen and (max-width: 768px) {
  main:not(.top) .faq-parent__title {
    font-size: 1rem;
    width: calc(100% - 30px);
  }
}
main:not(.top) .faq-child {
  background: #fff;
  border-radius: 20px;
  margin: auto auto 16px 0;
  max-width: 1120px;
  padding: 15px 0 24px 24px;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 768px) {
  main:not(.top) .faq-child {
    margin: auto auto 8px 0;
    padding: 10px 0 16px 8px;
    width: calc(100% - 16px);
  }
}
main:not(.top) .faq-child__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main:not(.top) .faq-child__content {
  -webkit-transition: height 0.4s;
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}
main:not(.top) .faq-child__content--txt {
  margin-top: 10px;
  padding-right: 24px;
}
@media only screen and (max-width: 768px) {
  main:not(.top) .faq-child__content--txt {
    padding-right: 8px;
  }
}
main:not(.top) .faq-child__content--txt a {
  color: #2974DB;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}
main:not(.top) .faq-child.opened .faq-child__content {
  height: auto;
}
main:not(.top) .faq-child__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0 1em 0 48px;
  position: relative;
  width: calc(100% - 48px);
}
@media only screen and (max-width: 768px) {
  main:not(.top) .faq-child__title {
    font-size: 0.875rem;
    padding: 0 1em 0 32px;
    width: calc(100% - 30px);
  }
}
main:not(.top) .faq-child__title::before {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/common/faq-icon-question.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 33px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
@media only screen and (max-width: 768px) {
  main:not(.top) .faq-child__title::before {
    height: 24px;
    width: 24px;
  }
}
main:not(.top) .faq__accordion {
  -webkit-transition: opacity 0.5s;
  background: url(/src/img/common/faq-aco_btn-closed.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  height: 24px;
  transition: opacity 0.5s;
  width: 24px;
}
main:not(.top) .faq__accordion.opened {
  background: url(/src/img/common/faq-aco_btn-opened.svg) no-repeat center center;
  background-size: contain;
}
main:not(.top) .faq__accordion:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  main:not(.top) .faq__accordion {
    height: 16px;
    width: 16px;
  }
}
main:not(.top) .faq__btn {
  font-weight: 700;
  height: 56px;
  margin: 40px auto 111px;
}
@media only screen and (max-width: 768px) {
  main:not(.top) .faq__btn {
    height: 50px;
    margin: 24px auto 86px;
  }
}
main:not(.top).app_input .zip-code__box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: flex-start;
  justify-content: flex-start;
}
main:not(.top).app_input .zip-code__box .c-btn-zip {
  display: inline-block;
  font-size: 1rem;
  height: 48px;
  margin: 0;
  padding: 0 1.25rem;
  width: 120px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .gender-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .gender-box .gender-cell {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .gender-box .gender-cell:last-child {
    margin: 0;
  }
}
main:not(.top).app_input .regist_error {
  display: none;
  margin: 40px auto 40px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .regist_error {
    margin: 32px auto 24px;
  }
}
main:not(.top).app_input .smile-link::after {
  background: #2974DB;
  color: #F9F326;
  content: "オススメ！";
  display: inline-block;
  font-size: 0.875rem;
  margin-left: 32px;
  padding: 0 5px;
  white-space: nowrap;
}
html:lang(en) main:not(.top).app_input .smile-link::after {
  content: "Recommended";
}
main:not(.top).app_input .agree-check {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em;
}
main:not(.top).app_input .agree-check.all-check {
  margin-left: 0;
}
main:not(.top).app_input .agree-check label {
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  max-width: calc(100% - 28px);
  width: auto;
}
main:not(.top).app_input .modal-agree .modal-container {
  -webkit-transition: 0.3s;
  -webkit-box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  min-width: 375px;
  overflow: auto;
  padding: 40px 0;
  position: fixed;
  text-align: center;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 10000;
}
main:not(.top).app_input .modal-agree .modal-container .modal-overray {
  height: 100vh;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body {
  -webkit-box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  display: block;
  height: calc(100vh - 80px);
  margin: auto;
  max-width: 900px;
  overflow: hidden;
  padding: 40px 10px;
  position: relative;
  width: 90%;
  z-index: 10002;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .modal-agree .modal-container .modal-body {
    padding: 16px 8px;
  }
}
main:not(.top).app_input .modal-agree .modal-container .modal-body ::-webkit-scrollbar {
  width: 4px;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body ::-webkit-scrollbar-track {
  background-color: #fff;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body ::-webkit-scrollbar-thumb {
  background-color: #333;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-wrapper {
  height: 100%;
  overflow-y: scroll;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content {
    padding: 0 8px;
  }
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h2, main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h3 {
  margin: 2em 0 0 0;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h2:first-child, main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h3:first-child {
  margin: 0;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h2 > span {
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h2 > span {
    font-size: 1.25rem;
  }
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h3 > span {
  border-left: 3px solid #2974DB;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h3 > span {
    font-size: 1.125rem;
    padding-left: 12px;
  }
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content p {
  margin: 1em 0;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content .c-list-num {
  margin: 16px 0 16px 2.5em;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content .c-list-brackets {
  margin: 16px 0 16px 2.5em;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ol.list-01 {
  margin-left: 0;
  padding-left: 2.2em;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ol.list-num-04 {
  list-style: none;
  padding-left: 30px;
  padding-top: 5px;
  position: relative;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ol.list-num-04 li {
  zoom: 1;
  clear: both;
  margin-bottom: 0.5em;
  padding-top: 2px;
  position: relative;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ol.list-num-04 li span {
  left: -30px;
  position: absolute;
  text-align: right;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ul.list-notice {
  font-size: 0.8462em;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ul.list-notice li {
  margin-bottom: 0.5em;
  padding-left: 1.4em;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ul.list-notice li span {
  display: block;
  float: left;
  margin-left: -1.4em;
  width: 1.4em;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ul.list-01 {
  padding-left: 30px;
  padding-top: 5px;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ul.list-01 li {
  list-style-type: disc;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h4 {
  border-left: 3px solid #2974DB;
  padding-left: 15px;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ol.list-01 {
  margin-left: 0;
  padding-left: 2.2em;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content ol.list-01 > li {
  list-style-type: decimal;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content .static-h3 {
  margin: 2em 0 0 0;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content .static-h3.--modal-h1 {
  border: none !important;
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 0 !important;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content .static-h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content {
  text-align: left;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h2, main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h3 {
  margin: 2em 0 0 0;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h2:first-child, main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h3:first-child {
  margin: 0;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h2 > span {
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h2 > span {
    font-size: 1.25rem;
  }
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h3 > span {
  border-left: 3px solid #2974DB;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content h3 > span {
    font-size: 1.125rem;
    padding-left: 12px;
  }
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content p {
  margin: 1em 0;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content .c-list-num {
  margin: 16px 0 16px 2.5em;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content .c-list-num {
    margin: 16px 0 16px 2em;
  }
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-content .c-list-brackets {
  margin: 16px 0 16px 2.5em;
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-cancel-button {
  height: 60px;
  margin: 43px 0 0;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-cancel-button {
    margin: 20px 0 0;
  }
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-cancel-button > .close-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0 3px 5px rgba(15, 142, 237, 0.3);
  -webkit-transition: opacity 0.5s, -webkit-box-shadow 0.5s ease-in-out;
  align-items: center;
  background: #fff;
  border: 1px solid #2974DB !important;
  border-radius: 100px;
  box-shadow: 0 3px 5px rgba(15, 142, 237, 0.3);
  color: #2974DB !important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1875rem;
  height: 42px;
  justify-content: center;
  margin: 0 auto;
  max-width: 340px;
  padding: 9px 0;
  position: relative;
  transition: opacity 0.5s, -webkit-box-shadow 0.5s ease-in-out;
  transition: opacity 0.5s, box-shadow 0.5s ease-in-out;
  transition: opacity 0.5s, box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-cancel-button > .close-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    height: 40px;
    padding: 0;
  }
}
main:not(.top).app_input .modal-agree .modal-container .modal-body .modal-cancel-button > .close-link:hover {
  -webkit-box-shadow: 0 3px 15px rgba(15, 142, 237, 0.8);
  box-shadow: 0 3px 15px rgba(15, 142, 237, 0.8);
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  main:not(.top).app_accept .regist_error {
    border-radius: 12px;
  }
}

.service-app {
  margin: 40px auto;
  max-width: 1200px;
  padding: 0 16px;
}
@media only screen and (max-width: 768px) {
  .service-app {
    margin: 24px auto;
  }
}
.service-app__title {
  color: #2974DB;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 700;
  position: relative;
  text-align: center;
}
.service-app__title::before, .service-app__title::after {
  background: #2974DB;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 24px;
  position: relative;
  width: 3px;
}
.service-app__title::before {
  -webkit-transform: rotate(-35deg);
  bottom: -4px;
  left: -24px;
  transform: rotate(-35deg);
}
.service-app__title::after {
  -webkit-transform: rotate(35deg);
  bottom: -4px;
  right: -24px;
  transform: rotate(35deg);
}
.service-app__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .service-app__list {
    gap: 20px;
    margin-top: 16px;
  }
}
.service-app__list li {
  -webkit-transition: opacity 0.5s;
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.5s;
}
.service-app__list li:hover {
  opacity: 0.7;
}
.service-app__list li img {
  height: auto;
  width: 100%;
}

.modal-common {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100vh;
  left: 0;
  min-width: 375px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal-common__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100%;
}

.modal-load__img {
  zoom: 0.8;
  -webkit-transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  border-radius: 50%;
  color: #ffffff;
  font-size: 50px;
  height: 1em;
  margin: 72px auto;
  overflow: hidden;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 1em;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.modal-logout__block {
  background: #fff;
  border-radius: 12px;
  height: 211px;
  overflow: hidden;
  width: 343px;
}
.modal-logout__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #E8F8FF;
  color: #2974DB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 105px;
  justify-content: center;
}
.modal-logout__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 80px - 1.5em);
  justify-content: center;
}
.modal-logout__content a {
  max-width: 200px;
}

.modal-show {
  display: block;
}

main .static {
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main .static {
    margin: auto 16px;
  }
}
main .static h2, main .static h3 {
  margin: 2em 0 0 0;
}
main .static h2:first-child, main .static h3:first-child {
  margin: 0;
}
main .static h2 > span {
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  main .static h2 > span {
    font-size: 1.25rem;
  }
}
main .static h3 > span {
  border-left: 3px solid #2974DB;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  main .static h3 > span {
    font-size: 1.125rem;
    padding-left: 12px;
  }
}
main .static p {
  margin: 1em 0;
}
main .static .c-list-num {
  margin: 16px 0 16px 2.5em;
}
main .static .c-list-brackets {
  margin: 16px 0 16px 2.5em;
}
main .static ol.list-01 {
  margin-left: 0;
  padding-left: 2.2em;
}
main .static ol.list-num-04 {
  list-style: none;
  padding-left: 30px;
  padding-top: 5px;
  position: relative;
}
main .static ol.list-num-04 li {
  zoom: 1;
  clear: both;
  margin-bottom: 0.5em;
  padding-top: 2px;
  position: relative;
}
main .static ol.list-num-04 li span {
  left: -30px;
  position: absolute;
  text-align: right;
}
main .static ul.list-notice {
  font-size: 0.8462em;
}
main .static ul.list-notice li {
  margin-bottom: 0.5em;
  padding-left: 1.4em;
}
main .static ul.list-notice li span {
  display: block;
  float: left;
  margin-left: -1.4em;
  width: 1.4em;
}
main .static ul.list-01 {
  padding-left: 30px;
  padding-top: 5px;
}
main .static ul.list-01 li {
  list-style-type: disc;
}
main .static h4 {
  border-left: 3px solid #2974DB;
  padding-left: 15px;
}
main .static ol.list-01 {
  margin-left: 0;
  padding-left: 2.2em;
}
main .static ol.list-01 > li {
  list-style-type: decimal;
}
main .static .static-h3 {
  margin: 48px 0 24px;
}
@media only screen and (max-width: 768px) {
  main .static .static-h3 {
    margin: 32px 0 16px;
  }
}
main .static .static-preface {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  main .static .static-preface {
    margin-top: 32px;
  }
}

header[data-status=login] ~ .about .about-lets {
  display: none;
}
header[data-status=login] ~ .about .about-btn {
  display: none;
}
header[data-status=login] ~ .about .about-btn:nth-of-type(1) {
  display: block;
  visibility: hidden;
}
header[data-status=login] ~ .service-detail .service-detail-lets {
  display: none;
}
header[data-status=login] ~ .service-detail .service-detail-btn--regist {
  display: none;
}
header[data-status=login] ~ .service-detail .back-top-btn, header[data-status=login] ~ .goingout .back-top-btn {
  display: none;
}

header[data-status=logout] ~ .service-detail .back-mypage-btn, header[data-status=logout] ~ .goingout .back-mypage-btn {
  display: none;
}

main.top .carousel {
  width: 100%;
}
main.top .carousel #main-carousel {
  margin-top: 15px;
  position: relative;
}
main.top .carousel #main-carousel::before, main.top .carousel #main-carousel::after {
  content: "";
  display: block;
  height: clamp(32px, 3vw, 50px);
  position: absolute;
  width: 100%;
  z-index: -1;
}
main.top .carousel #main-carousel::before {
  -webkit-transform: translateY(-30%);
  background: #D5ECFD;
  top: 30%;
  transform: translateY(-30%);
}
main.top .carousel #main-carousel::after {
  -webkit-transform: translateY(-70%);
  background: #F7F7D4;
  top: 70%;
  transform: translateY(-70%);
}
main.top .carousel #campaign-carousel {
  margin-top: 15px;
  position: relative;
}
main.top .carousel #campaign-carousel::before, main.top .carousel #campaign-carousel::after {
  content: "";
  display: block;
  height: clamp(32px, 3vw, 50px);
  position: absolute;
  width: 100%;
  z-index: -1;
}
main.top .carousel #campaign-carousel::before {
  -webkit-transform: translateY(-30%);
  background: #D0F4F4;
  top: 30%;
  transform: translateY(-30%);
}
main.top .carousel #campaign-carousel::after {
  -webkit-transform: translateY(-70%);
  background: #FDECE7;
  top: 70%;
  transform: translateY(-70%);
}
main.top .carousel #recommend-carousel {
  margin-top: 15px;
  position: relative;
}
main.top .carousel #recommend-carousel::before, main.top .carousel #recommend-carousel::after {
  content: "";
  display: block;
  height: clamp(32px, 3vw, 50px);
  position: absolute;
  width: 100%;
  z-index: -1;
}
main.top .carousel #recommend-carousel::before {
  -webkit-transform: translateY(-30%);
  background: #D5ECFD;
  top: 30%;
  transform: translateY(-30%);
}
main.top .carousel #recommend-carousel::after {
  -webkit-transform: translateY(-70%);
  background: #F7F7D4;
  top: 70%;
  transform: translateY(-70%);
}
main.top.mypage .mv.carousel {
  margin-bottom: 155px;
}
@media only screen and (max-width: 768px) {
  main.top.mypage .mv.carousel {
    margin-bottom: 131px;
  }
}
main.top.mypage .service {
  background: #E8F8FF;
}
@media only screen and (max-width: 768px) {
  main.top.mypage .service__wrapper {
    padding: 23px 10px;
  }
}
main.top.mypage .news {
  background: #fff;
  padding: 123px 16px;
}
@media only screen and (max-width: 768px) {
  main.top.mypage .news {
    padding: 58px 16px;
  }
}
main.top.mypage .news__txt {
  line-height: 100%;
  position: relative;
  top: auto;
}
main.top.mypage .news__wrapper {
  max-width: 1200px;
  padding: 43px 0 0;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main.top.mypage .news__wrapper {
    padding: 23px 10px;
  }
}
main.top.mypage .campaign {
  padding: 0 0 160px;
}
@media only screen and (max-width: 768px) {
  main.top.mypage .campaign {
    padding: 0 0 77px;
  }
}
main.top.mypage .faq {
  padding: 123px 0 153px;
}
@media only screen and (max-width: 768px) {
  main.top.mypage .faq {
    padding: 58px 0 101px;
  }
}
main.top.mypage .faq__btn {
  margin: 40px auto 0;
}
main.top.mypage .howto {
  padding: 120px 16px 111px;
}
@media only screen and (max-width: 768px) {
  main.top.mypage .howto {
    padding: 58px 16px 60px;
  }
}
main.top.mypage .howto__step {
  padding: 24px 0 0;
}
@media only screen and (max-width: 768px) {
  main.top.mypage .howto__step {
    padding: 24px 10px 0;
  }
}
main.top.mypage .howto__btn {
  margin: 56px auto auto;
}
@media only screen and (max-width: 768px) {
  main.top.mypage .howto__btn {
    margin: 40px auto auto;
  }
}
main.top .membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  max-width: 1200px;
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main.top .membership {
    display: block;
    margin: auto;
  }
}
main.top .membership .point {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0px 7px 20px 1px rgba(15, 142, 237, 0.14);
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 7px 20px 1px rgba(15, 142, 237, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
  padding: 24px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main.top .membership .point {
    margin: 24px 16px 40px;
    padding: 17px 14px 20px;
    width: calc(100% - 32px);
  }
}
main.top .membership .point__wrapper {
  width: 100%;
}
main.top .membership .point__name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  main.top .membership .point__name {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }
}
main.top .membership .point__title {
  background: #E8F8FF;
  color: #2974DB;
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 19px;
  padding: 4px 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main.top .membership .point__title {
    font-size: 1.125rem;
    margin-bottom: 12px;
    padding: 2px 0;
  }
}
main.top .membership .point__num--big {
  color: #2974DB;
  display: inline-block;
  font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  main.top .membership .point__num--big {
    font-size: 2.5rem;
  }
}
main.top .membership .point__num--medium {
  color: #2974DB;
  color: #2974DB;
  display: inline-block;
  font-size: 1.5rem;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 700;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 120%;
  word-break: break-all;
}
main.top .membership .point__num--small {
  font-size: 1.75rem;
  margin-left: 7px;
}
@media only screen and (max-width: 768px) {
  main.top .membership .point__num--small {
    font-size: 1rem;
  }
}
main.top .membership .point__items {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: bold;
  margin: 25px auto 16px;
  max-width: 375px;
}
@media only screen and (max-width: 768px) {
  main.top .membership .point__items {
    margin: 12px auto 4px;
  }
}
main.top .membership .point__items dt {
  text-align: left;
  width: 60%;
}
main.top .membership .point__items dd {
  text-align: right;
  width: 40%;
}
main.top .membership .point__items dd > span {
  font-family: "Oswald", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  main.top .membership .point__items dd > span {
    font-size: 16px;
  }
}
main.top .membership .point__modal-btn {
  background: url(/src/img/top/ico_tooltip.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-left: clamp(2px, 0.5vw, 8px);
  position: relative;
  top: 2px;
  width: 16px;
}
main.top .membership .point input[type=checkbox] {
  display: none;
}
main.top .membership .point #point-ssp-check:checked + #point-ssp-modal {
  display: block;
}
main.top .membership .point #point-leisure-check:checked + #point-leisure-modal {
  display: block;
}
main.top .membership .point .point-modal__overray {
  height: 100vh;
  height: 100dvh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}
main.top .membership .point .point-modal__content {
  -webkit-transform: translateY(-50%);
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  margin: auto;
  max-width: 800px;
  min-height: 361px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 32px);
}
@media only screen and (max-width: 768px) {
  main.top .membership .point .point-modal__content {
    min-height: 230px;
  }
}
main.top .membership .point .point-modal__btn {
  margin-top: 74px;
}
@media only screen and (max-width: 768px) {
  main.top .membership .point .point-modal__btn {
    margin-top: 37px;
  }
}
main.top .membership .membership-link {
  width: 100%;
}
main.top .membership .membership-link__list {
  margin: auto auto auto 56px;
  width: calc(100% - 56px);
}
@media only screen and (max-width: 768px) {
  main.top .membership .membership-link__list {
    margin: auto 16px 66px;
    width: calc(100% - 32px);
  }
}
main.top .membership .membership-link__list li {
  margin-top: 20px;
}
main.top .membership .membership-link__list--link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #C6CFD6;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 56px;
  padding-left: 12px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.top .membership .membership-link__list--link {
    font-size: 1rem;
  }
}
main.top .membership .membership-link__list--link::before, main.top .membership .membership-link__list--link::after {
  background: url(/src/img/common/menu-icon-member_update.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  left: 0;
  position: relative;
  width: 32px;
}
main.top .membership .membership-link__list--link::after {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/common/common-icon-link.svg) no-repeat center center;
  background-size: contain;
  height: 15px;
  left: auto;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
main.top .membership .membership-link__list--seibuid-update-link::before {
  background: url(/src/img/common/menu-icon-seibuid_update.svg) no-repeat;
  background-size: contain;
}
main.top .membership .membership-link__list--password-update-link::before {
  background: url(/src/img/common/menu-icon-password_update.svg) no-repeat;
  background-size: contain;
}
main.top .membership .membership-link__list--faq-link::before {
  background: url(/src/img/common/menu-icon-faq.svg) no-repeat;
  background-size: contain;
}
main.top .membership .membership-link__list--withdrawal-link::before {
  background: url(/src/img/common/menu-icon-withdrawal.svg) no-repeat;
  background-size: contain;
}
main.top .lead {
  -webkit-box-shadow: 0px 7px 20px 1px rgba(15, 142, 237, 0.14);
  border-radius: 20px;
  box-shadow: 0px 7px 20px 1px rgba(15, 142, 237, 0.14);
  margin: 56px auto 120px;
  max-width: 980px;
  padding: 40px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1040px) {
  main.top .lead {
    margin: 56px 60px 92px;
  }
}
@media only screen and (max-width: 768px) {
  main.top .lead {
    margin: 56px 20px 76px;
    padding: 18px;
    text-align: left;
  }
}
main.top .lead__ribbon {
  background: url(/src/img/top/lead-title-pc.png) no-repeat;
  background-size: contain;
  height: 70px;
  left: -20px;
  position: relative;
  position: absolute;
  top: 20px;
  width: 1020px;
}
html:lang(en) main.top .lead__ribbon {
  background-image: url(/src/img/top/lead-title-pc_en.png);
}
@media only screen and (max-width: 1020px) {
  main.top .lead__ribbon {
    left: -15px;
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 768px) {
  main.top .lead__ribbon {
    background: url(/src/img/top/lead-title-sp.png) no-repeat;
    background-size: contain;
    height: 130px;
    left: -1.6vw;
    min-width: 348px;
    position: absolute;
    top: 30px;
    width: calc(100% + 3.4vw);
  }
  html:lang(en) main.top .lead__ribbon {
    background-image: url(/src/img/top/lead-title-sp_en.png);
  }
}
main.top .lead__area {
  height: clamp(35px, 10vw, 70px);
}
@media only screen and (max-width: 768px) {
  main.top .lead__area {
    height: clamp(85px, 20vw, 160px);
  }
}
main.top .lead__txt {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main.top .lead__txt {
    text-align: left;
  }
}
main.top .lead__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
}
@media only screen and (max-width: 768px) {
  main.top .lead__btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
main.top .lead__regist, main.top .lead__login {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  height: 68px;
  justify-content: center;
  margin: 12px;
  text-align: center;
  width: 343px;
}
@media only screen and (max-width: 768px) {
  main.top .lead__regist, main.top .lead__login {
    height: 56px;
    width: 319px;
  }
}
main.top .lead__regist::before, main.top .lead__login::before {
  content: "";
  display: inline-block;
  height: 28px;
  left: 30px;
  position: absolute;
  width: 28px;
}
@media only screen and (max-width: 768px) {
  main.top .lead__regist::before, main.top .lead__login::before {
    height: 26px;
    width: 26px;
  }
}
main.top .lead__regist--sub-txt, main.top .lead__login--sub-txt {
  display: block;
  font-size: 0.8125rem;
  line-height: 120%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main.top .lead__regist--sub-txt, main.top .lead__login--sub-txt {
    font-size: 0.75rem;
  }
}
main.top .lead__regist--main-txt, main.top .lead__login--main-txt {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main.top .lead__regist--main-txt, main.top .lead__login--main-txt {
    font-size: 1.25rem;
  }
}
main.top .lead__regist::before {
  background: url(/src/img/common/common-icon-regist.svg) no-repeat center center;
  background-size: contain;
}
main.top .lead__login::before {
  background: url(/src/img/common/common-icon-login.svg) no-repeat center center;
  background-size: contain;
}
main.top .lead__flow {
  margin: 24px auto 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main.top .lead__flow {
    margin: 24px auto;
  }
}
main.top .lead__flow--link {
  font-weight: bold;
  text-decoration: underline;
}
main.top .appeal {
  background: #E8F8FF;
  padding: 64px 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.top .appeal {
    padding: 40px 16px;
  }
}
main.top .appeal__txt {
  color: #2974DB;
  font-size: 2.875rem;
  font-weight: 700;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -0.4em;
}
@media only screen and (max-width: 768px) {
  main.top .appeal__txt {
    font-size: 1.75rem;
    line-height: 1.3em;
    top: -1.5em;
  }
}
main.top .appeal__img {
  background: #fff;
  margin: auto;
  max-width: 1432px;
  padding: 56px;
}
@media only screen and (max-width: 768px) {
  main.top .appeal__img {
    padding: 24px 10px;
  }
}
main.top .appeal__img img {
  height: auto;
  width: 100%;
}
main.top .appeal__btn {
  margin: 64px auto 0;
}
@media only screen and (max-width: 768px) {
  main.top .appeal__btn {
    margin: 40px auto 0;
  }
}
main.top .howto {
  margin: auto;
  max-width: 1200px;
  padding: 120px 16px 160px;
}
@media only screen and (max-width: 768px) {
  main.top .howto {
    padding: 58px 16px 76px;
  }
}
main.top .howto__txt {
  color: #2974DB;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 100%;
  margin: auto auto 43px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main.top .howto__txt {
    font-size: 1.75rem;
    margin: auto auto 26px;
  }
}
main.top .howto__btn {
  font-weight: 700;
  height: 56px;
  margin: 70px auto auto;
}
@media only screen and (max-width: 768px) {
  main.top .howto__btn {
    height: 50px;
    margin: 54px auto auto;
  }
}
main.top .howto__step {
  padding: 24px 0;
}
@media only screen and (max-width: 768px) {
  main.top .howto__step {
    padding: 24px 10px;
  }
}
main.top .howto__list--step {
  font-weight: 700;
  max-width: 220px;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  main.top .howto__list--step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    width: 100%;
  }
}
main.top .howto__list--step img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main.top .howto__list--step img {
    width: 40%;
  }
}
main.top .howto__list--arrow {
  margin: auto 10px;
  max-width: 22px;
  text-align: center;
  width: 4%;
}
@media only screen and (max-width: 768px) {
  main.top .howto__list--arrow {
    margin: 20px auto;
    max-width: none;
    width: 100%;
  }
}
main.top .howto__list--img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  main.top .howto__list--img {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
main.top .howto__list--txt {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  main.top .howto__list--txt {
    display: block;
    margin: 0 0 0 12px;
  }
}
main.top .service {
  background: #FAFAED;
  padding: 64px 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.top .service {
    padding: 40px 16px;
  }
}
main.top .service__wrapper {
  background: #fff;
  margin: auto;
  max-width: 1432px;
  padding: 56px;
}
@media only screen and (max-width: 768px) {
  main.top .service__wrapper {
    padding: 24px 10px 68px;
  }
}
main.top .service__txt {
  color: #2974DB;
  font-size: 2.75rem;
  font-weight: 700;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -0.4em;
}
@media only screen and (max-width: 900px) {
  main.top .service__txt {
    line-height: 1.3em;
    top: -1.5em;
  }
}
@media only screen and (max-width: 768px) {
  main.top .service__txt {
    font-size: 1.75rem;
  }
}
main.top .service__txt .sp {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  main.top .service__txt .sp {
    display: block !important;
  }
}
main.top .service__btn {
  font-weight: 700;
  height: 56px;
  margin: 70px auto auto;
}
@media only screen and (max-width: 768px) {
  main.top .service__btn {
    height: 50px;
    margin: 54px auto auto;
  }
}
main.top .service .service-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
main.top .service .service-list__txt {
  font-size: 1.375rem;
  font-weight: 700;
  margin: auto auto 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main.top .service .service-list__txt {
    font-size: 1.125rem;
    margin: auto auto 24px;
  }
}
main.top .service .service-list__img {
  margin: auto auto 24px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.top .service .service-list__img {
    margin: auto auto 12px;
  }
}
main.top .service .service-list__img img {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  height: auto;
  width: 100%;
}
main.top .service .service-list__ribbon {
  background: url(/src/img/top/service-ribbon.png) center center no-repeat;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  height: 28px;
  left: -5px;
  line-height: 35px;
  padding-left: 7px;
  position: absolute;
  top: 25px;
  width: 109px;
}
main.top .service .service-list li {
  width: 50%;
}
main.top .service .service-list li:nth-child(odd) {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  main.top .service .service-list li:nth-child(odd) {
    padding-right: 0;
  }
}
main.top .service .service-list li:nth-child(even) {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  main.top .service .service-list li:nth-child(even) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  main.top .service .service-list li {
    padding: 0;
    width: 100%;
  }
}
main.top .campaign {
  margin: auto;
  padding: 60px 0 160px;
}
@media only screen and (max-width: 768px) {
  main.top .campaign {
    padding: 29px 0 76px;
  }
}
main.top .campaign__txt {
  color: #2974DB;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 100%;
  margin: auto auto 43px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main.top .campaign__txt {
    font-size: 1.75rem;
    margin: auto auto 26px;
  }
}
main.top .campaign__btn {
  font-weight: 700;
  height: 56px;
  margin: 70px auto auto;
}
@media only screen and (max-width: 768px) {
  main.top .campaign__btn {
    height: 50px;
    margin: 54px auto auto;
  }
}
main.top .campaign__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.125rem;
  font-weight: 700;
  height: calc(2em + 16px);
  line-height: 100%;
  overflow: hidden;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  main.top .campaign__title {
    font-size: 1rem;
  }
}
main.top .goingout {
  background: #FAFAED;
  padding: 64px 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.top .goingout {
    padding: 40px 16px;
  }
}
main.top .goingout__wrapper {
  background: #fff;
  margin: auto;
  max-width: 1432px;
  padding: 56px;
}
@media only screen and (max-width: 768px) {
  main.top .goingout__wrapper {
    padding: 24px 10px;
  }
}
main.top .goingout__txt {
  color: #2974DB;
  font-size: 2.875rem;
  font-weight: 700;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -0.4em;
}
@media only screen and (max-width: 768px) {
  main.top .goingout__txt {
    font-size: 1.75rem;
  }
}
main.top .goingout__txt .sp {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  main.top .goingout__txt .sp {
    display: block !important;
  }
}
main.top .goingout__intro {
  font-size: 1.125rem;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main.top .goingout__intro {
    font-size: 0.875rem;
    margin-bottom: 4px;
    text-align: left;
  }
}
main.top .goingout__btn {
  font-weight: 700;
  height: 56px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  main.top .goingout__btn {
    height: 50px;
  }
}
main.top .goingout .goingout-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
main.top .goingout .goingout-list__txt {
  font-size: 1.375rem;
  font-weight: 700;
  margin: auto auto 40px;
}
@media only screen and (max-width: 768px) {
  main.top .goingout .goingout-list__txt {
    font-size: 0.875rem;
    margin: auto auto 24px;
  }
}
main.top .goingout .goingout-list__img {
  margin: auto auto 24px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.top .goingout .goingout-list__img {
    margin: auto auto 12px;
  }
}
main.top .goingout .goingout-list__img img {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  height: auto;
  width: 100%;
}
main.top .goingout .goingout-list li {
  width: 50%;
}
main.top .goingout .goingout-list li:nth-child(odd) {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  main.top .goingout .goingout-list li:nth-child(odd) {
    padding-right: 2px;
  }
}
main.top .goingout .goingout-list li:nth-child(even) {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  main.top .goingout .goingout-list li:nth-child(even) {
    padding-left: 2px;
  }
}
main.top .news {
  background: #F4F7FA;
  padding: 64px 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.top .news {
    padding: 40px 16px;
  }
}
main.top .news__txt {
  color: #2974DB;
  font-size: 2.875rem;
  font-weight: 700;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -0.4em;
}
@media only screen and (max-width: 768px) {
  main.top .news__txt {
    font-size: 1.75rem;
  }
}
main.top .news__wrapper {
  background: #fff;
  margin: auto;
  max-width: 1432px;
  padding: 56px;
}
@media only screen and (max-width: 768px) {
  main.top .news__wrapper {
    padding: 24px 10px;
  }
}
main.top .news__list {
  border-top: 1px solid #C6CFD6;
}
main.top .news__list li {
  border-bottom: 1px solid #C6CFD6;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  main.top .news__list li {
    padding: 10px 0;
  }
}
main.top .news__list li a {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
main.top .news__list li a::after {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/common/common-icon-link.svg) no-repeat center center;
  content: "";
  display: inline-block;
  height: 20px;
  position: relative;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media only screen and (max-width: 768px) {
  main.top .news__list li a::after {
    height: 0px;
    width: 0px;
  }
}
main.top .news__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 10em - 20px);
}
@media only screen and (max-width: 768px) {
  main.top .news__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    white-space: normal;
    width: 100%;
  }
}
main.top .news__date {
  background: -webkit-gradient(linear, left top, right top, from(#006FBC), to(#00AFEC));
  background: linear-gradient(90deg, #006FBC, #00AFEC);
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 32px;
  padding: 3px 12px;
}
@media only screen and (max-width: 768px) {
  main.top .news__date {
    font-size: 0.75rem;
  }
}
main.top .news__date-block {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  main.top .news__date-block {
    display: block;
    margin-bottom: 6px;
    width: 100%;
  }
}
main.top .news__btn {
  font-weight: 700;
  height: 56px;
  margin: 40px auto auto;
}
@media only screen and (max-width: 768px) {
  main.top .news__btn {
    height: 50px;
    margin: 24px auto auto;
  }
}
main.top .faq {
  margin: auto 16px;
  padding: 62px 0 111px;
}
@media only screen and (max-width: 768px) {
  main.top .faq {
    padding: 47px 0 86px;
  }
}
main.top .faq__txt {
  color: #2974DB;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 100%;
  margin: auto auto 43px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main.top .faq__txt {
    font-size: 1.75rem;
    margin: auto auto 26px;
  }
}
main.top .faq-parent {
  background: #E7EFF5;
  border-radius: 20px;
  margin: 24px auto auto;
  max-width: 1200px;
  padding: 25px 0 25px 40px;
}
@media only screen and (max-width: 768px) {
  main.top .faq-parent {
    margin: 12px 16px auto;
    padding: 18px 0 24px 16px;
  }
}
main.top .faq-parent__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.top .faq-parent__wrapper {
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  main.top .faq-parent__wrapper {
    margin-top: 17px;
  }
}
main.top .faq-parent__content {
  -webkit-transition: height 0.4s;
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}
main.top .faq-parent.opened .faq-parent__content {
  height: auto;
}
main.top .faq-parent__title {
  font-size: 1.5rem;
  font-weight: 700;
  width: calc(100% - 48px);
}
@media only screen and (max-width: 768px) {
  main.top .faq-parent__title {
    font-size: 1rem;
    width: calc(100% - 30px);
  }
}
main.top .faq-child {
  background: #fff;
  border-radius: 20px;
  margin: auto auto 16px 0;
  max-width: 1120px;
  padding: 15px 0 24px 24px;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 768px) {
  main.top .faq-child {
    margin: auto auto 8px 0;
    padding: 10px 0 16px 8px;
    width: calc(100% - 16px);
  }
}
main.top .faq-child__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.top .faq-child__content {
  -webkit-transition: height 0.4s;
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
}
main.top .faq-child__content--txt {
  margin-top: 10px;
  padding-right: 24px;
}
@media only screen and (max-width: 768px) {
  main.top .faq-child__content--txt {
    padding-right: 8px;
  }
}
main.top .faq-child__content--txt a {
  color: #2974DB;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}
main.top .faq-child.opened .faq-child__content {
  height: auto;
}
main.top .faq-child__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0 1em 0 48px;
  position: relative;
  width: calc(100% - 48px);
}
@media only screen and (max-width: 768px) {
  main.top .faq-child__title {
    font-size: 0.875rem;
    padding: 0 1em 0 32px;
    width: calc(100% - 30px);
  }
}
main.top .faq-child__title::before {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/common/faq-icon-question.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 33px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
@media only screen and (max-width: 768px) {
  main.top .faq-child__title::before {
    height: 24px;
    width: 24px;
  }
}
main.top .faq__accordion {
  -webkit-transition: opacity 0.5s;
  background: url(/src/img/common/faq-aco_btn-closed.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  height: 24px;
  transition: opacity 0.5s;
  width: 24px;
}
main.top .faq__accordion.opened {
  background: url(/src/img/common/faq-aco_btn-opened.svg) no-repeat center center;
  background-size: contain;
}
main.top .faq__accordion:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  main.top .faq__accordion {
    height: 16px;
    width: 16px;
  }
}
main.top .faq__btn {
  font-weight: 700;
  height: 56px;
  margin: 40px auto 111px;
}
@media only screen and (max-width: 768px) {
  main.top .faq__btn {
    height: 50px;
    margin: 24px auto 86px;
  }
}

.c-box-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.c-box-flex--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-box-flex__cell--50 {
  width: 50%;
}
.c-box-flex__cell--50:nth-child(1) {
  margin-right: 6px;
}
.c-box-flex__cell--50:nth-child(2) {
  margin-left: 6px;
}
.c-box-flex__cell--50 img {
  height: auto;
  width: 100%;
}
.c-box-flex__cell--full {
  width: 100%;
}

.c-btn-blue-grad {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.5s;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#006FBC), to(#00AFEC));
  background: linear-gradient(90deg, #006FBC, #00AFEC);
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1875rem;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  line-height: 42px;
  margin: 0 auto 34px;
  max-width: 340px;
  position: relative;
  transition: opacity 0.5s;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-btn-blue-grad {
    font-size: 1rem;
    height: 48px;
    margin: 0 auto 24px;
  }
}
.c-btn-blue-grad:hover {
  background: -webkit-gradient(linear, left top, right top, from(#00AFEC), to(#006FBC));
  background: linear-gradient(90deg, #00AFEC, #006FBC);
  opacity: 0.7;
}

#show-wovn[data-wovn="1"] ~ .header .wovn-center, #show-wovn[data-wovn="1"] ~ main .wovn-center {
  text-align: center;
}
html[lang=en] #show-wovn[data-wovn="1"] ~ .header .c-btn-blue-grad.--wovn, html[lang=en] #show-wovn[data-wovn="1"] ~ main .c-btn-blue-grad.--wovn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: none;
  padding: 0 1.875rem;
  width: auto;
}

.c-btn-blue-line {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.5s;
  align-items: center;
  background: #fff;
  border: 1px solid #2974DB;
  border-radius: 100px;
  color: #2974DB;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1875rem;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  max-width: 340px;
  position: relative;
  transition: opacity 0.5s;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-btn-blue-line {
    font-size: 1rem;
    height: 48px;
  }
}
.c-btn-blue-line:hover {
  opacity: 0.7;
}

.c-shadow-blue {
  -webkit-box-shadow: 0 3px 5px rgba(15, 142, 237, 0.3);
  -webkit-transition: opacity 0.5s, -webkit-box-shadow 0.5s ease-in-out;
  box-shadow: 0 3px 5px rgba(15, 142, 237, 0.3);
  transition: opacity 0.5s, -webkit-box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, opacity 0.5s;
  transition: box-shadow 0.5s ease-in-out, opacity 0.5s, -webkit-box-shadow 0.5s ease-in-out;
}
.c-shadow-blue:hover {
  -webkit-box-shadow: 0 3px 15px rgba(15, 142, 237, 0.8);
  box-shadow: 0 3px 15px rgba(15, 142, 237, 0.8);
}

.c-btn-disabled {
  -webkit-box-shadow: none;
  background: #979FA3;
  box-shadow: none;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.c-btn-disabled:hover {
  opacity: 1;
}

.c-btn-gray-line {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.5s;
  align-items: center;
  background: #fff;
  border: 1px solid #C6CFD6;
  border-radius: 100px;
  color: #687177;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1875rem;
  height: 42px;
  justify-content: center;
  max-width: 340px;
  position: relative;
  transition: opacity 0.5s;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-btn-gray-line {
    font-size: 1rem;
  }
}
.c-btn-gray-line:hover {
  opacity: 0.7;
}

.c-btn-txt-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #2974DB;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .c-btn-txt-link {
    font-size: 1rem;
  }
}

.c-btn-more {
  padding-right: 11px;
  position: relative;
}
.c-btn-more::after {
  background: url(/src/img/common/common-icon-more_btn.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  left: 15px;
  position: relative;
  width: 10px;
}

.c-btn-wovn-lang-sp {
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-btn-wovn-lang-sp {
    display: block;
  }
}
.c-btn-wovn-lang-sp__spacer {
  height: 100px;
}
.c-btn-wovn-lang-sp__border {
  background-color: #fff;
  border: 1px solid #BFC9D0;
  border-radius: 20px;
  left: 16px;
  position: absolute;
  top: 0;
  width: calc(100% - 32px);
}
.c-btn-wovn-lang-sp__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  font-weight: 600;
  padding: 0.625rem 0.625rem 0.625rem 2.5rem;
  position: relative;
  width: 100%;
}
.c-btn-wovn-lang-sp__button:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.8223%2021.4375C16.3451%2021.4375%2020.8223%2016.9603%2020.8223%2011.4375C20.8223%205.91465%2016.3451%201.4375%2010.8223%201.4375C5.29942%201.4375%200.822266%205.91465%200.822266%2011.4375C0.822266%2016.9603%205.29942%2021.4375%2010.8223%2021.4375Z%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.822266%2011.4375H20.8223%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10.8223%201.4375C13.3235%204.17585%2014.745%207.72953%2014.8223%2011.4375C14.745%2015.1455%2013.3235%2018.6991%2010.8223%2021.4375C8.32099%2018.6991%206.89951%2015.1455%206.82227%2011.4375C6.89951%207.72953%208.32099%204.17585%2010.8223%201.4375Z%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E%20");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0.9375rem;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
}
.c-btn-wovn-lang-sp__langheighter-padding {
  padding: 0 0.625rem;
}
.c-btn-wovn-lang-sp__langheighter {
  height: 0;
  overflow: hidden;
}
.c-btn-wovn-lang-sp .wovn-languages {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
.c-btn-wovn-lang-sp li.wovn-switch {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: left;
}
.c-btn-wovn-lang-sp li.wovn-switch:last-child {
  margin-bottom: 0;
}
.c-btn-wovn-lang-sp li.wovn-switch.selected {
  background-color: #E4EDF3;
  color: #236DD1;
}

.c-btn-wovn-lang {
  display: none;
  margin-right: 40px;
  position: relative;
}
.c-btn-wovn-lang__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.5s;
  align-items: center;
  background-color: #E4EDF3;
  border-radius: 100px;
  color: #236DD1;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  height: 42px;
  line-height: 1;
  padding: 0 1.25rem 0 2.5rem;
  position: relative;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 768px) {
  .c-btn-wovn-lang__button {
    font-size: 1rem;
    height: 32px;
  }
}
.c-btn-wovn-lang__button:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.8223%2021.4375C16.3451%2021.4375%2020.8223%2016.9603%2020.8223%2011.4375C20.8223%205.91465%2016.3451%201.4375%2010.8223%201.4375C5.29942%201.4375%200.822266%205.91465%200.822266%2011.4375C0.822266%2016.9603%205.29942%2021.4375%2010.8223%2021.4375Z%22%20stroke%3D%22%23236DD1%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M0.822266%2011.4375H20.8223%22%20stroke%3D%22%23236DD1%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M10.8223%201.4375C13.3235%204.17585%2014.745%207.72953%2014.8223%2011.4375C14.745%2015.1455%2013.3235%2018.6991%2010.8223%2021.4375C8.32099%2018.6991%206.89951%2015.1455%206.82227%2011.4375C6.89951%207.72953%208.32099%204.17585%2010.8223%201.4375Z%22%20stroke%3D%22%23236DD1%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E%20");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0.9375rem;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
}
.c-btn-wovn-lang__button:hover {
  opacity: 0.7;
}
.c-btn-wovn-lang__popup-container {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 180px;
}
.--fixed .c-btn-wovn-lang__popup-container {
  left: 20px;
  right: auto;
}
.c-btn-wovn-lang__padding {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #BFC9D0;
  border-radius: 1.25rem;
  box-sizing: border-box;
  padding: 0.625rem;
}
.c-btn-wovn-lang__popup {
  -webkit-transition: opacity 0.3s linear;
  -webkit-transform: translateY(100%);
  bottom: -10px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  transition: opacity 0.3s linear;
  width: 100%;
}
.c-btn-wovn-lang__popup.--open {
  opacity: 1;
  pointer-events: visible;
}
.c-btn-wovn-lang__popup ul {
  width: 100%;
}
.c-btn-wovn-lang__popup li {
  -webkit-box-sizing: border-box;
  background-color: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 600;
  padding: 8px 20px;
  text-align: center;
}
.c-btn-wovn-lang__popup li.selected {
  background-color: #E4EDF3;
  color: #236DD1;
}

#show-wovn[data-wovn="1"] ~ .header .c-btn-wovn-lang, #show-wovn[data-wovn="1"] ~ main .c-btn-wovn-lang {
  display: block;
}
@media only screen and (max-width: 768px) {
  #show-wovn[data-wovn="1"] ~ .header .c-btn-wovn-lang, #show-wovn[data-wovn="1"] ~ main .c-btn-wovn-lang {
    display: none;
  }
}

.c-form-checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-form-checkbox--error {
  color: #E23A63;
}
.c-form-checkbox--disabled {
  cursor: default;
}
.c-form-checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/src/img/common/common-icon-check-off.svg) no-repeat;
  background-size: contain;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
.c-form-checkbox__input:checked {
  background: url(/src/img/common/common-icon-check-on.svg) no-repeat;
  background-size: contain;
}
.c-form-checkbox__input--error {
  background: url(/src/img/common/common-icon-check_error-off.svg) no-repeat;
  background: #FAF2F2;
  background-size: contain;
}
.c-form-checkbox__input--error:checked {
  background: url(/src/img/common/common-icon-check_error-on.svg) no-repeat;
  background-size: contain;
}
.c-form-checkbox__input:disabled {
  background: url(/src/img/common/common-icon-check_disabled-off.svg) no-repeat;
  background-size: contain;
}
.c-form-checkbox__input:disabled:checked {
  background: url(/src/img/common/common-icon-check_disabled-on.svg) no-repeat;
  background-size: contain;
}

.c-form-error {
  color: #E23A63;
  display: block;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .c-form-error {
    font-size: 0.75rem;
  }
}
.c-form-error--show {
  margin-top: 10px;
}

.c-form-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-form-label {
    font-size: 0.875rem;
  }
}
.c-form-label--large {
  max-width: 464px;
}
@media only screen and (max-width: 768px) {
  .c-form-label--large {
    max-width: 340px;
  }
}
.c-form-label--full {
  max-width: 100%;
}
.c-form-label__required {
  margin-left: 20px;
  min-width: 35px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .c-form-label__required {
    margin-left: 13px;
  }
}
.c-form-label__required::before {
  background: #E23A63;
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .c-form-label__required::before {
    font-size: 0.75rem;
  }
}
html:lang(en) .c-form-label__required::before {
  content: "Must";
}
.c-form-label__notes {
  color: #687177;
  font-size: 0.875rem;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .c-form-label__notes {
    font-size: 0.75rem;
  }
}

.c-form-password__input {
  border: 1px solid #C6CFD6;
  border-radius: 12px;
  font-size: 1rem;
  height: 48px;
  max-width: 390px;
  padding: 0 40px 0 15px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-form-password__input {
    height: 40px;
  }
}
.c-form-password__input--full {
  max-width: 100%;
}
.c-form-password__input--large {
  max-width: 464px;
}
.c-form-password__input--error {
  background: #FAF2F2;
  border: 1px solid #E23A63;
  color: #E23A63;
}
.c-form-password__input:disabled {
  -webkit-text-fill-color: #687177;
  background: rgba(0, 0, 0, 0.06);
  color: #687177;
  opacity: 1;
}
.c-form-password__input::-webkit-credentials-auto-fill-button {
  background-color: transparent;
  margin: 0;
  width: 0;
}
.c-form-password__input::-ms-reveal {
  display: none;
}
.c-form-password__wrapper {
  display: inline-block;
  max-width: 390px;
  position: relative;
  width: 100%;
}
.c-form-password__btn {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/common/common-icon-password.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.c-form-password__btn--show {
  background: url(/src/img/common/common-icon-password-show.svg) no-repeat;
  background-size: contain;
}

.c-form-radio__input {
  display: none;
}
.c-form-radio__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #C6CFD6;
  border-radius: 12px;
  color: #333;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  height: 48px;
  max-width: 390px;
  min-width: 166px;
  padding-left: 40px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-form-radio__label {
    font-size: 0.875rem;
    height: 40px;
  }
}
.c-form-radio__label::before {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/common/common-icon-radio-off.svg) no-repeat center center;
  content: "";
  display: block;
  height: 20px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.c-form-radio__label--error {
  background: #FAF2F2;
  border: 1px solid #E23A63;
  color: #E23A63;
}
.c-form-radio__label--disabled {
  background: rgba(0, 0, 0, 0.06);
  color: #687177;
  cursor: default;
}
.c-form-radio__input:checked + .c-form-radio__label {
  background: -webkit-gradient(linear, left top, right top, from(#006FBC), to(#00AFEC));
  background: linear-gradient(90deg, #006FBC, #00AFEC);
  border: none;
  color: #fff;
}
.c-form-radio__input:checked + .c-form-radio__label::before {
  background: url(/src/img/common/common-icon-radio-on.svg) no-repeat center center;
}
.c-form-radio__input:disabled:checked + .c-form-radio__label {
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid #C6CFD6;
  color: #687177;
}
.c-form-radio__input:disabled:checked + .c-form-radio__label::before {
  background: url(/src/img/common/common-icon-radio_disabled-on.svg) no-repeat center center;
}

.c-form-select__input {
  border-radius: 12px;
  height: 100%;
  padding: 0 37px 0 15px;
  position: absolute;
  width: 100%;
}
.c-form-select__input--full {
  max-width: 100%;
}
.c-form-select__input--year {
  max-width: 160px;
}
.c-form-select__input--month {
  max-width: 100px;
}
.c-form-select__input--day {
  max-width: 100px;
}
.c-form-select__input--error {
  color: #E23A63;
}
.c-form-select__input:disabled {
  background: rgba(0, 0, 0, 0.06);
  color: #687177;
  opacity: 1;
}
.c-form-select__wrapper {
  border: 1px solid #C6CFD6;
  border-radius: 12px;
  display: inline-block;
  font-size: 1rem;
  height: 48px;
  max-width: 390px;
  position: relative;
  position: relative;
  width: 100%;
}
.c-form-select__wrapper--full {
  max-width: 390px;
  width: 100%;
}
.c-form-select__wrapper--year {
  max-width: 160px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-form-select__wrapper--year {
    max-width: 96px;
  }
}
.c-form-select__wrapper--month {
  max-width: 100px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-form-select__wrapper--month {
    max-width: 73px;
  }
}
.c-form-select__wrapper--day {
  max-width: 100px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-form-select__wrapper--day {
    max-width: 73px;
  }
}
.c-form-select__wrapper--error {
  background: #FAF2F2;
  border: 1px solid #E23A63;
}
.c-form-select__wrapper::before {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/common/common-icon-pulldown.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.c-form-txt {
  border: 1px solid #C6CFD6;
  border-radius: 12px;
  font-size: 1rem;
  height: 48px;
  max-width: 390px;
  padding: 0 15px;
  width: 100%;
}
.c-form-txt--full {
  max-width: 100%;
}
.c-form-txt--large {
  max-width: 464px;
}
.c-form-txt--error {
  background: #FAF2F2;
  border: 1px solid #E23A63;
  color: #E23A63;
}
.c-form-txt:disabled {
  -webkit-text-fill-color: #687177;
  background: rgba(0, 0, 0, 0.06);
  color: #687177;
  opacity: 1;
}

.c-list-brackets {
  margin: 16px 0 16px 2.5em;
}
.c-list-brackets > li {
  counter-increment: brackets-cnt;
  list-style-type: none;
  margin: 10px 0;
}
.c-list-brackets > li::before {
  content: "(" counter(brackets-cnt) ") ";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}

.c-list-dot {
  margin: 16px 0 16px 0.5em;
}
.c-list-dot li {
  margin-left: 1em;
  text-indent: -1em;
}
.c-list-dot li::before {
  content: "・";
}

.c-list-num {
  margin: 16px 0 16px 2.5em;
}
.c-list-num > li {
  counter-increment: num-cnt;
  list-style-type: none;
  margin: 10px 0;
}
.c-list-num > li::before {
  content: counter(num-cnt) ". ";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}

.c-txt-alert {
  color: #E23A63;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-txt-alert {
    font-size: 0.875rem;
  }
}

.c-txt-align--left {
  text-align: left;
}
.c-txt-align--center {
  text-align: center;
}
.c-txt-align--right {
  text-align: right;
}

.c-txt-blue-alert {
  color: #2974DB;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-txt-blue-alert {
    font-size: 1rem;
  }
}

.c-txt-h1 {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #E8F8FF;
  color: #2974DB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1.75rem;
  font-weight: 700;
  height: 100px;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-txt-h1 {
    font-size: 1.25rem;
    height: 68px;
    padding: 0 0.5em;
  }
}
.c-txt-h1__sub-txt {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-txt-h1__sub-txt {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.c-txt-h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-txt-h2 {
    font-size: 1.375rem;
  }
}
.c-txt-h2-blue {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E8F8FF;
  border-radius: 8px;
  color: #2974DB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 50px;
  margin: auto;
  max-width: 800px;
  padding-left: 24px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-txt-h2-blue {
    border-radius: 0;
    font-size: 1rem;
    height: 44px;
    padding-left: 16px;
  }
}

.c-txt-h3 {
  border-left: 3px solid #2974DB;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .c-txt-h3 {
    font-size: 1.125rem;
    padding-left: 12px;
  }
}

.c-txt-h4 {
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-txt-h4 {
    font-size: 1rem;
  }
}

.c-txt-h5 {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-txt-h5 {
    font-size: 0.875rem;
  }
}

.c-txt-link {
  color: #2974DB;
  cursor: pointer;
  font-size: 1rem;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  .c-txt-link {
    font-size: 0.875rem;
  }
}
.c-txt-link[target=_blank] {
  background-image: url(/src/img/common/common-icon-new-window.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  padding-bottom: 2px;
  padding-right: 40px;
  position: relative;
}
.c-txt-link:hover {
  opacity: 0.7;
}
.c-txt-link--line {
  text-decoration: underline;
}

.c-txt-notice {
  color: #687177;
  font-size: 0.875rem;
  line-height: 120%;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
@media only screen and (max-width: 768px) {
  .c-txt-notice {
    font-size: 0.75rem;
  }
}

.c-txt-wovn-modal-attention {
  color: #333;
}

.p-box-alert {
  background: #FAF2F2;
  border-radius: 12px;
  margin: 40px auto 0;
  max-width: 800px;
  padding: 12px 16px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-box-alert {
    border-radius: 0;
    margin: 0 auto;
  }
}
.p-box-alert.regist_error {
  border-radius: 12px;
  margin: 40px auto 40px;
}
@media only screen and (max-width: 768px) {
  .p-box-alert.regist_error {
    border-radius: 0;
    margin: 32px auto 24px;
  }
}
.p-box-alert--blue {
  background: #D5ECFD;
}
.p-box-alert--blue .c-txt-alert {
  color: #007AC5;
}

.u-margin__top--5 {
  margin-top: 5px;
}
.u-margin__top--10 {
  margin-top: 10px;
}
.u-margin__top--12 {
  margin-top: 12px;
}
.u-margin__top--15 {
  margin-top: 15px;
}
.u-margin__top--16 {
  margin-top: 16px;
}
.u-margin__top--18 {
  margin-top: 18px;
}
.u-margin__top--20 {
  margin-top: 20px;
}
.u-margin__top--25 {
  margin-top: 25px;
}
.u-margin__top--30 {
  margin-top: 30px;
}
.u-margin__top--40 {
  margin-top: 40px;
}
.u-margin__top--50 {
  margin-top: 50px;
}
.u-margin__top--60 {
  margin-top: 60px;
}
.u-margin__top--80 {
  margin-top: 80px;
}
.u-margin__top--150 {
  margin-top: 150px;
}
.u-margin__left--8 {
  margin-left: 8px;
}
.u-margin__left--10 {
  margin-left: 10px;
}
.u-margin__right--10 {
  margin-right: 10px;
}
.u-margin__right--12 {
  margin-right: 12px;
}
.u-margin__right--15 {
  margin-right: 15px;
}
.u-margin__bottom--5 {
  margin-bottom: 5px;
}
.u-margin__bottom--10 {
  margin-bottom: 10px;
}
.u-margin__bottom--12 {
  margin-bottom: 12px;
}
.u-margin__bottom--15 {
  margin-bottom: 15px;
}
.u-margin__bottom--16 {
  margin-bottom: 16px;
}
.u-margin__bottom--18 {
  margin-bottom: 18px;
}
.u-margin__bottom--20 {
  margin-bottom: 20px;
}
.u-margin__bottom--25 {
  margin-bottom: 25px;
}
.u-margin__bottom--30 {
  margin-bottom: 30px;
}
.u-margin__bottom--40 {
  margin-bottom: 40px;
}
.u-margin__bottom--50 {
  margin-bottom: 50px;
}
.u-margin__bottom--60 {
  margin-bottom: 60px;
}
.u-margin__bottom--80 {
  margin-bottom: 80px;
}
.u-margin__bottom--150 {
  margin-bottom: 150px;
}
.u-margin__x--auto {
  margin-left: auto;
  margin-right: auto;
}

.u-padding__left--8 {
  padding-left: 8px;
}
.u-padding__left--10 {
  padding-left: 10px;
}
.u-padding__right--10 {
  padding-right: 10px;
}
.u-padding__right--12 {
  padding-right: 12px;
}
.u-padding__right--15 {
  padding-right: 15px;
}
.u-padding__top--30 {
  padding-top: 30px;
}
.u-padding__bottom--5 {
  padding-bottom: 5px;
}
.u-padding__bottom--10 {
  padding-bottom: 10px;
}
.u-padding__bottom--12 {
  padding-bottom: 12px;
}
.u-padding__bottom--15 {
  padding-bottom: 15px;
}
.u-padding__bottom--16 {
  padding-bottom: 16px;
}
.u-padding__bottom--18 {
  padding-bottom: 18px;
}
.u-padding__bottom--20 {
  padding-bottom: 20px;
}
.u-padding__bottom--25 {
  padding-bottom: 25px;
}
.u-padding__bottom--30 {
  padding-bottom: 30px;
}
.u-padding__bottom--40 {
  padding-bottom: 40px;
}
.u-padding__bottom--50 {
  padding-bottom: 50px;
}
.u-padding__bottom--60 {
  padding-bottom: 60px;
}
.u-padding__bottom--80 {
  padding-bottom: 80px;
}
.u-padding__bottom--150 {
  padding-bottom: 150px;
}

/* オリジナルCSSここから */
/* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* オリジナルCSSここまで */
.slick-slide img {
  height: auto;
  width: 100%;
}

.slick-slide {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  margin: 10px 1vw !important;
  overflow: hidden;
}

.slick-prev {
  left: 0 !important;
}
.slick-prev::before {
  border-radius: 0 50% 50% 0;
}

.slick-next {
  right: 0 !important;
}
.slick-next::before {
  border-radius: 50% 0 0 50%;
}

.slick-prev, .slick-next {
  height: 60px;
  width: 50px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    height: 32px;
    width: 26px;
  }
}
.slick-prev::before, .slick-next::before {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  opacity: 1;
}

.slick-arrow::before {
  content: "" !important;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .slick-arrow::before {
    height: 32px;
    width: 26px;
  }
}

.mv .slick-prev::before, .service-carousel .slick-prev::before, .flow-carousel .slick-prev::before {
  background: url(/src/img/top/carousel-blue-prev.png) no-repeat !important;
  background-size: contain !important;
}
.mv .slick-next::before, .service-carousel .slick-next::before, .flow-carousel .slick-next::before {
  background: url(/src/img/top/carousel-blue-next.png) no-repeat !important;
  background-size: contain !important;
}

.campaign .slick-prev::before, .recommend .slick-prev::before {
  background: url(/src/img/top/carousel-white-prev.png) no-repeat !important;
  background-size: contain !important;
}
.campaign .slick-next::before, .recommend .slick-next::before {
  background: url(/src/img/top/carousel-white-next.png) no-repeat !important;
  background-size: contain !important;
}
.campaign .slick-slide, .recommend .slick-slide {
  background: #fff;
  height: 21.0212765957vw;
  min-height: 242px;
}
@media only screen and (max-width: 768px) {
  .campaign .slick-slide, .recommend .slick-slide {
    height: clamp(247px, 70.0709219858vw, 443px);
  }
}
.campaign .slick-slide a, .recommend .slick-slide a {
  opacity: 0.3;
}
.campaign .slick-slide.slick-active a, .recommend .slick-slide.slick-active a {
  opacity: 1;
}

.slick-dots li button::before {
  -webkit-transform: translateY(-50%);
  background: url(/src/img/top/carousel-dot-inactive.svg) no-repeat !important;
  background-size: contain !important;
  content: "";
  height: 10px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
@media only screen and (max-width: 768px) {
  .slick-dots li button::before {
    height: 6px;
    width: 6px;
  }
}

.slick-dots li.slick-active button::before {
  background: url(/src/img/top/carousel-dot-active.svg) no-repeat !important;
  background-size: contain !important;
  height: 14px;
  width: 14px;
}
@media only screen and (max-width: 768px) {
  .slick-dots li.slick-active button::before {
    height: 10px;
    width: 10px;
  }
}

.slick-dots > li:only-child {
  display: none;
}

body.noscroll {
  overflow-y: hidden;
  padding-top: 62px;
}
@media only screen and (max-width: 768px) {
  body.noscroll {
    padding-top: 42px;
  }
}
body.noscroll .header {
  top: 0;
}

.pc {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 768px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.pc-inbl {
  display: inline-block !important;
}
@media only screen and (max-width: 768px) {
  .pc-inbl {
    display: none !important;
  }
}

.sp-inbl {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp-inbl {
    display: inline-block !important;
  }
}

html:lang(en) .wovn-display-jp {
  display: none !important;
}

html:lang(ja) .wovn-display-en {
  display: none !important;
}

.spc-terms h2, .spc-terms h3 {
  line-height: 1.5;
}
.spc-terms .list {
  list-style: none;
  margin-top: 1em;
  padding-left: 15px !important;
}
.spc-terms .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none !important;
}
.spc-terms .list > li::before {
  padding-right: 5px;
  white-space: nowrap;
}
.spc-terms .list-second {
  padding-left: 0 !important;
}
.spc-terms .list-second > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none !important;
}
.spc-terms .list-second > li::before {
  padding-right: 5px;
  white-space: nowrap;
}
.spc-terms .--list1 > li:nth-child(1):before {
  content: "1-1.";
}
.spc-terms .--list1 > li:nth-child(2):before {
  content: "1-2.";
}
.spc-terms .--list1 > li:nth-child(3):before {
  content: "1-3.";
}
.spc-terms .--list1 > li:nth-child(4):before {
  content: "1-4.";
}
.spc-terms .--list1 > li:nth-child(5):before {
  content: "1-5.";
}
.spc-terms .--list1 > li:nth-child(6):before {
  content: "1-6.";
}
.spc-terms .--list1 > li:nth-child(7):before {
  content: "1-7.";
}
.spc-terms .--list1 > li:nth-child(8):before {
  content: "1-8.";
}
.spc-terms .--list1 > li:nth-child(9):before {
  content: "1-9.";
}
.spc-terms .--list1 > li:nth-child(10):before {
  content: "1-10.";
}
.spc-terms .--list1 > li:nth-child(11):before {
  content: "1-11.";
}
.spc-terms .--list1 > li:nth-child(12):before {
  content: "1-12.";
}
.spc-terms .--list1 > li:nth-child(13):before {
  content: "1-13.";
}
.spc-terms .--list1 > li:nth-child(14):before {
  content: "1-14.";
}
.spc-terms .--list1 > li:nth-child(15):before {
  content: "1-15.";
}
.spc-terms .--list1 > li:nth-child(16):before {
  content: "1-16.";
}
.spc-terms .--list1 > li:nth-child(17):before {
  content: "1-17.";
}
.spc-terms .--list1 > li:nth-child(18):before {
  content: "1-18.";
}
.spc-terms .--list1 > li:nth-child(19):before {
  content: "1-19.";
}
.spc-terms .--list1 > li:nth-child(20):before {
  content: "1-20.";
}
.spc-terms .--list2 > li:nth-child(1):before {
  content: "2-1.";
}
.spc-terms .--list2 > li:nth-child(2):before {
  content: "2-2.";
}
.spc-terms .--list2 > li:nth-child(3):before {
  content: "2-3.";
}
.spc-terms .--list2 > li:nth-child(4):before {
  content: "2-4.";
}
.spc-terms .--list2 > li:nth-child(5):before {
  content: "2-5.";
}
.spc-terms .--list2 > li:nth-child(6):before {
  content: "2-6.";
}
.spc-terms .--list2 > li:nth-child(7):before {
  content: "2-7.";
}
.spc-terms .--list2 > li:nth-child(8):before {
  content: "2-8.";
}
.spc-terms .--list2 > li:nth-child(9):before {
  content: "2-9.";
}
.spc-terms .--list2 > li:nth-child(10):before {
  content: "2-10.";
}
.spc-terms .--list2 > li:nth-child(11):before {
  content: "2-11.";
}
.spc-terms .--list2 > li:nth-child(12):before {
  content: "2-12.";
}
.spc-terms .--list2 > li:nth-child(13):before {
  content: "2-13.";
}
.spc-terms .--list2 > li:nth-child(14):before {
  content: "2-14.";
}
.spc-terms .--list2 > li:nth-child(15):before {
  content: "2-15.";
}
.spc-terms .--list2 > li:nth-child(16):before {
  content: "2-16.";
}
.spc-terms .--list2 > li:nth-child(17):before {
  content: "2-17.";
}
.spc-terms .--list2 > li:nth-child(18):before {
  content: "2-18.";
}
.spc-terms .--list2 > li:nth-child(19):before {
  content: "2-19.";
}
.spc-terms .--list2 > li:nth-child(20):before {
  content: "2-20.";
}
.spc-terms .--list3 > li:nth-child(1):before {
  content: "3-1.";
}
.spc-terms .--list3 > li:nth-child(2):before {
  content: "3-2.";
}
.spc-terms .--list3 > li:nth-child(3):before {
  content: "3-3.";
}
.spc-terms .--list3 > li:nth-child(4):before {
  content: "3-4.";
}
.spc-terms .--list3 > li:nth-child(5):before {
  content: "3-5.";
}
.spc-terms .--list3 > li:nth-child(6):before {
  content: "3-6.";
}
.spc-terms .--list3 > li:nth-child(7):before {
  content: "3-7.";
}
.spc-terms .--list3 > li:nth-child(8):before {
  content: "3-8.";
}
.spc-terms .--list3 > li:nth-child(9):before {
  content: "3-9.";
}
.spc-terms .--list3 > li:nth-child(10):before {
  content: "3-10.";
}
.spc-terms .--list3 > li:nth-child(11):before {
  content: "3-11.";
}
.spc-terms .--list3 > li:nth-child(12):before {
  content: "3-12.";
}
.spc-terms .--list3 > li:nth-child(13):before {
  content: "3-13.";
}
.spc-terms .--list3 > li:nth-child(14):before {
  content: "3-14.";
}
.spc-terms .--list3 > li:nth-child(15):before {
  content: "3-15.";
}
.spc-terms .--list3 > li:nth-child(16):before {
  content: "3-16.";
}
.spc-terms .--list3 > li:nth-child(17):before {
  content: "3-17.";
}
.spc-terms .--list3 > li:nth-child(18):before {
  content: "3-18.";
}
.spc-terms .--list3 > li:nth-child(19):before {
  content: "3-19.";
}
.spc-terms .--list3 > li:nth-child(20):before {
  content: "3-20.";
}
.spc-terms .--list4 > li:nth-child(1):before {
  content: "4-1.";
}
.spc-terms .--list4 > li:nth-child(2):before {
  content: "4-2.";
}
.spc-terms .--list4 > li:nth-child(3):before {
  content: "4-3.";
}
.spc-terms .--list4 > li:nth-child(4):before {
  content: "4-4.";
}
.spc-terms .--list4 > li:nth-child(5):before {
  content: "4-5.";
}
.spc-terms .--list4 > li:nth-child(6):before {
  content: "4-6.";
}
.spc-terms .--list4 > li:nth-child(7):before {
  content: "4-7.";
}
.spc-terms .--list4 > li:nth-child(8):before {
  content: "4-8.";
}
.spc-terms .--list4 > li:nth-child(9):before {
  content: "4-9.";
}
.spc-terms .--list4 > li:nth-child(10):before {
  content: "4-10.";
}
.spc-terms .--list4 > li:nth-child(11):before {
  content: "4-11.";
}
.spc-terms .--list4 > li:nth-child(12):before {
  content: "4-12.";
}
.spc-terms .--list4 > li:nth-child(13):before {
  content: "4-13.";
}
.spc-terms .--list4 > li:nth-child(14):before {
  content: "4-14.";
}
.spc-terms .--list4 > li:nth-child(15):before {
  content: "4-15.";
}
.spc-terms .--list4 > li:nth-child(16):before {
  content: "4-16.";
}
.spc-terms .--list4 > li:nth-child(17):before {
  content: "4-17.";
}
.spc-terms .--list4 > li:nth-child(18):before {
  content: "4-18.";
}
.spc-terms .--list4 > li:nth-child(19):before {
  content: "4-19.";
}
.spc-terms .--list4 > li:nth-child(20):before {
  content: "4-20.";
}
.spc-terms .--list5 > li:nth-child(1):before {
  content: "5-1.";
}
.spc-terms .--list5 > li:nth-child(2):before {
  content: "5-2.";
}
.spc-terms .--list5 > li:nth-child(3):before {
  content: "5-3.";
}
.spc-terms .--list5 > li:nth-child(4):before {
  content: "5-4.";
}
.spc-terms .--list5 > li:nth-child(5):before {
  content: "5-5.";
}
.spc-terms .--list5 > li:nth-child(6):before {
  content: "5-6.";
}
.spc-terms .--list5 > li:nth-child(7):before {
  content: "5-7.";
}
.spc-terms .--list5 > li:nth-child(8):before {
  content: "5-8.";
}
.spc-terms .--list5 > li:nth-child(9):before {
  content: "5-9.";
}
.spc-terms .--list5 > li:nth-child(10):before {
  content: "5-10.";
}
.spc-terms .--list5 > li:nth-child(11):before {
  content: "5-11.";
}
.spc-terms .--list5 > li:nth-child(12):before {
  content: "5-12.";
}
.spc-terms .--list5 > li:nth-child(13):before {
  content: "5-13.";
}
.spc-terms .--list5 > li:nth-child(14):before {
  content: "5-14.";
}
.spc-terms .--list5 > li:nth-child(15):before {
  content: "5-15.";
}
.spc-terms .--list5 > li:nth-child(16):before {
  content: "5-16.";
}
.spc-terms .--list5 > li:nth-child(17):before {
  content: "5-17.";
}
.spc-terms .--list5 > li:nth-child(18):before {
  content: "5-18.";
}
.spc-terms .--list5 > li:nth-child(19):before {
  content: "5-19.";
}
.spc-terms .--list5 > li:nth-child(20):before {
  content: "5-20.";
}
.spc-terms .--list6 > li:nth-child(1):before {
  content: "6-1.";
}
.spc-terms .--list6 > li:nth-child(2):before {
  content: "6-2.";
}
.spc-terms .--list6 > li:nth-child(3):before {
  content: "6-3.";
}
.spc-terms .--list6 > li:nth-child(4):before {
  content: "6-4.";
}
.spc-terms .--list6 > li:nth-child(5):before {
  content: "6-5.";
}
.spc-terms .--list6 > li:nth-child(6):before {
  content: "6-6.";
}
.spc-terms .--list6 > li:nth-child(7):before {
  content: "6-7.";
}
.spc-terms .--list6 > li:nth-child(8):before {
  content: "6-8.";
}
.spc-terms .--list6 > li:nth-child(9):before {
  content: "6-9.";
}
.spc-terms .--list6 > li:nth-child(10):before {
  content: "6-10.";
}
.spc-terms .--list6 > li:nth-child(11):before {
  content: "6-11.";
}
.spc-terms .--list6 > li:nth-child(12):before {
  content: "6-12.";
}
.spc-terms .--list6 > li:nth-child(13):before {
  content: "6-13.";
}
.spc-terms .--list6 > li:nth-child(14):before {
  content: "6-14.";
}
.spc-terms .--list6 > li:nth-child(15):before {
  content: "6-15.";
}
.spc-terms .--list6 > li:nth-child(16):before {
  content: "6-16.";
}
.spc-terms .--list6 > li:nth-child(17):before {
  content: "6-17.";
}
.spc-terms .--list6 > li:nth-child(18):before {
  content: "6-18.";
}
.spc-terms .--list6 > li:nth-child(19):before {
  content: "6-19.";
}
.spc-terms .--list6 > li:nth-child(20):before {
  content: "6-20.";
}
.spc-terms .--list7 > li:nth-child(1):before {
  content: "7-1.";
}
.spc-terms .--list7 > li:nth-child(2):before {
  content: "7-2.";
}
.spc-terms .--list7 > li:nth-child(3):before {
  content: "7-3.";
}
.spc-terms .--list7 > li:nth-child(4):before {
  content: "7-4.";
}
.spc-terms .--list7 > li:nth-child(5):before {
  content: "7-5.";
}
.spc-terms .--list7 > li:nth-child(6):before {
  content: "7-6.";
}
.spc-terms .--list7 > li:nth-child(7):before {
  content: "7-7.";
}
.spc-terms .--list7 > li:nth-child(8):before {
  content: "7-8.";
}
.spc-terms .--list7 > li:nth-child(9):before {
  content: "7-9.";
}
.spc-terms .--list7 > li:nth-child(10):before {
  content: "7-10.";
}
.spc-terms .--list7 > li:nth-child(11):before {
  content: "7-11.";
}
.spc-terms .--list7 > li:nth-child(12):before {
  content: "7-12.";
}
.spc-terms .--list7 > li:nth-child(13):before {
  content: "7-13.";
}
.spc-terms .--list7 > li:nth-child(14):before {
  content: "7-14.";
}
.spc-terms .--list7 > li:nth-child(15):before {
  content: "7-15.";
}
.spc-terms .--list7 > li:nth-child(16):before {
  content: "7-16.";
}
.spc-terms .--list7 > li:nth-child(17):before {
  content: "7-17.";
}
.spc-terms .--list7 > li:nth-child(18):before {
  content: "7-18.";
}
.spc-terms .--list7 > li:nth-child(19):before {
  content: "7-19.";
}
.spc-terms .--list7 > li:nth-child(20):before {
  content: "7-20.";
}
.spc-terms .--list8 > li:nth-child(1):before {
  content: "8-1.";
}
.spc-terms .--list8 > li:nth-child(2):before {
  content: "8-2.";
}
.spc-terms .--list8 > li:nth-child(3):before {
  content: "8-3.";
}
.spc-terms .--list8 > li:nth-child(4):before {
  content: "8-4.";
}
.spc-terms .--list8 > li:nth-child(5):before {
  content: "8-5.";
}
.spc-terms .--list8 > li:nth-child(6):before {
  content: "8-6.";
}
.spc-terms .--list8 > li:nth-child(7):before {
  content: "8-7.";
}
.spc-terms .--list8 > li:nth-child(8):before {
  content: "8-8.";
}
.spc-terms .--list8 > li:nth-child(9):before {
  content: "8-9.";
}
.spc-terms .--list8 > li:nth-child(10):before {
  content: "8-10.";
}
.spc-terms .--list8 > li:nth-child(11):before {
  content: "8-11.";
}
.spc-terms .--list8 > li:nth-child(12):before {
  content: "8-12.";
}
.spc-terms .--list8 > li:nth-child(13):before {
  content: "8-13.";
}
.spc-terms .--list8 > li:nth-child(14):before {
  content: "8-14.";
}
.spc-terms .--list8 > li:nth-child(15):before {
  content: "8-15.";
}
.spc-terms .--list8 > li:nth-child(16):before {
  content: "8-16.";
}
.spc-terms .--list8 > li:nth-child(17):before {
  content: "8-17.";
}
.spc-terms .--list8 > li:nth-child(18):before {
  content: "8-18.";
}
.spc-terms .--list8 > li:nth-child(19):before {
  content: "8-19.";
}
.spc-terms .--list8 > li:nth-child(20):before {
  content: "8-20.";
}
.spc-terms .--list9 > li:nth-child(1):before {
  content: "9-1.";
}
.spc-terms .--list9 > li:nth-child(2):before {
  content: "9-2.";
}
.spc-terms .--list9 > li:nth-child(3):before {
  content: "9-3.";
}
.spc-terms .--list9 > li:nth-child(4):before {
  content: "9-4.";
}
.spc-terms .--list9 > li:nth-child(5):before {
  content: "9-5.";
}
.spc-terms .--list9 > li:nth-child(6):before {
  content: "9-6.";
}
.spc-terms .--list9 > li:nth-child(7):before {
  content: "9-7.";
}
.spc-terms .--list9 > li:nth-child(8):before {
  content: "9-8.";
}
.spc-terms .--list9 > li:nth-child(9):before {
  content: "9-9.";
}
.spc-terms .--list9 > li:nth-child(10):before {
  content: "9-10.";
}
.spc-terms .--list9 > li:nth-child(11):before {
  content: "9-11.";
}
.spc-terms .--list9 > li:nth-child(12):before {
  content: "9-12.";
}
.spc-terms .--list9 > li:nth-child(13):before {
  content: "9-13.";
}
.spc-terms .--list9 > li:nth-child(14):before {
  content: "9-14.";
}
.spc-terms .--list9 > li:nth-child(15):before {
  content: "9-15.";
}
.spc-terms .--list9 > li:nth-child(16):before {
  content: "9-16.";
}
.spc-terms .--list9 > li:nth-child(17):before {
  content: "9-17.";
}
.spc-terms .--list9 > li:nth-child(18):before {
  content: "9-18.";
}
.spc-terms .--list9 > li:nth-child(19):before {
  content: "9-19.";
}
.spc-terms .--list9 > li:nth-child(20):before {
  content: "9-20.";
}
.spc-terms .--list10 > li:nth-child(1):before {
  content: "10-1.";
}
.spc-terms .--list10 > li:nth-child(2):before {
  content: "10-2.";
}
.spc-terms .--list10 > li:nth-child(3):before {
  content: "10-3.";
}
.spc-terms .--list10 > li:nth-child(4):before {
  content: "10-4.";
}
.spc-terms .--list10 > li:nth-child(5):before {
  content: "10-5.";
}
.spc-terms .--list10 > li:nth-child(6):before {
  content: "10-6.";
}
.spc-terms .--list10 > li:nth-child(7):before {
  content: "10-7.";
}
.spc-terms .--list10 > li:nth-child(8):before {
  content: "10-8.";
}
.spc-terms .--list10 > li:nth-child(9):before {
  content: "10-9.";
}
.spc-terms .--list10 > li:nth-child(10):before {
  content: "10-10.";
}
.spc-terms .--list10 > li:nth-child(11):before {
  content: "10-11.";
}
.spc-terms .--list10 > li:nth-child(12):before {
  content: "10-12.";
}
.spc-terms .--list10 > li:nth-child(13):before {
  content: "10-13.";
}
.spc-terms .--list10 > li:nth-child(14):before {
  content: "10-14.";
}
.spc-terms .--list10 > li:nth-child(15):before {
  content: "10-15.";
}
.spc-terms .--list10 > li:nth-child(16):before {
  content: "10-16.";
}
.spc-terms .--list10 > li:nth-child(17):before {
  content: "10-17.";
}
.spc-terms .--list10 > li:nth-child(18):before {
  content: "10-18.";
}
.spc-terms .--list10 > li:nth-child(19):before {
  content: "10-19.";
}
.spc-terms .--list10 > li:nth-child(20):before {
  content: "10-20.";
}
.spc-terms .--list11 > li:nth-child(1):before {
  content: "11-1.";
}
.spc-terms .--list11 > li:nth-child(2):before {
  content: "11-2.";
}
.spc-terms .--list11 > li:nth-child(3):before {
  content: "11-3.";
}
.spc-terms .--list11 > li:nth-child(4):before {
  content: "11-4.";
}
.spc-terms .--list11 > li:nth-child(5):before {
  content: "11-5.";
}
.spc-terms .--list11 > li:nth-child(6):before {
  content: "11-6.";
}
.spc-terms .--list11 > li:nth-child(7):before {
  content: "11-7.";
}
.spc-terms .--list11 > li:nth-child(8):before {
  content: "11-8.";
}
.spc-terms .--list11 > li:nth-child(9):before {
  content: "11-9.";
}
.spc-terms .--list11 > li:nth-child(10):before {
  content: "11-10.";
}
.spc-terms .--list11 > li:nth-child(11):before {
  content: "11-11.";
}
.spc-terms .--list11 > li:nth-child(12):before {
  content: "11-12.";
}
.spc-terms .--list11 > li:nth-child(13):before {
  content: "11-13.";
}
.spc-terms .--list11 > li:nth-child(14):before {
  content: "11-14.";
}
.spc-terms .--list11 > li:nth-child(15):before {
  content: "11-15.";
}
.spc-terms .--list11 > li:nth-child(16):before {
  content: "11-16.";
}
.spc-terms .--list11 > li:nth-child(17):before {
  content: "11-17.";
}
.spc-terms .--list11 > li:nth-child(18):before {
  content: "11-18.";
}
.spc-terms .--list11 > li:nth-child(19):before {
  content: "11-19.";
}
.spc-terms .--list11 > li:nth-child(20):before {
  content: "11-20.";
}
.spc-terms .--list12 > li:nth-child(1):before {
  content: "12-1.";
}
.spc-terms .--list12 > li:nth-child(2):before {
  content: "12-2.";
}
.spc-terms .--list12 > li:nth-child(3):before {
  content: "12-3.";
}
.spc-terms .--list12 > li:nth-child(4):before {
  content: "12-4.";
}
.spc-terms .--list12 > li:nth-child(5):before {
  content: "12-5.";
}
.spc-terms .--list12 > li:nth-child(6):before {
  content: "12-6.";
}
.spc-terms .--list12 > li:nth-child(7):before {
  content: "12-7.";
}
.spc-terms .--list12 > li:nth-child(8):before {
  content: "12-8.";
}
.spc-terms .--list12 > li:nth-child(9):before {
  content: "12-9.";
}
.spc-terms .--list12 > li:nth-child(10):before {
  content: "12-10.";
}
.spc-terms .--list12 > li:nth-child(11):before {
  content: "12-11.";
}
.spc-terms .--list12 > li:nth-child(12):before {
  content: "12-12.";
}
.spc-terms .--list12 > li:nth-child(13):before {
  content: "12-13.";
}
.spc-terms .--list12 > li:nth-child(14):before {
  content: "12-14.";
}
.spc-terms .--list12 > li:nth-child(15):before {
  content: "12-15.";
}
.spc-terms .--list12 > li:nth-child(16):before {
  content: "12-16.";
}
.spc-terms .--list12 > li:nth-child(17):before {
  content: "12-17.";
}
.spc-terms .--list12 > li:nth-child(18):before {
  content: "12-18.";
}
.spc-terms .--list12 > li:nth-child(19):before {
  content: "12-19.";
}
.spc-terms .--list12 > li:nth-child(20):before {
  content: "12-20.";
}
.spc-terms .--list13 > li:nth-child(1):before {
  content: "13-1.";
}
.spc-terms .--list13 > li:nth-child(2):before {
  content: "13-2.";
}
.spc-terms .--list13 > li:nth-child(3):before {
  content: "13-3.";
}
.spc-terms .--list13 > li:nth-child(4):before {
  content: "13-4.";
}
.spc-terms .--list13 > li:nth-child(5):before {
  content: "13-5.";
}
.spc-terms .--list13 > li:nth-child(6):before {
  content: "13-6.";
}
.spc-terms .--list13 > li:nth-child(7):before {
  content: "13-7.";
}
.spc-terms .--list13 > li:nth-child(8):before {
  content: "13-8.";
}
.spc-terms .--list13 > li:nth-child(9):before {
  content: "13-9.";
}
.spc-terms .--list13 > li:nth-child(10):before {
  content: "13-10.";
}
.spc-terms .--list13 > li:nth-child(11):before {
  content: "13-11.";
}
.spc-terms .--list13 > li:nth-child(12):before {
  content: "13-12.";
}
.spc-terms .--list13 > li:nth-child(13):before {
  content: "13-13.";
}
.spc-terms .--list13 > li:nth-child(14):before {
  content: "13-14.";
}
.spc-terms .--list13 > li:nth-child(15):before {
  content: "13-15.";
}
.spc-terms .--list13 > li:nth-child(16):before {
  content: "13-16.";
}
.spc-terms .--list13 > li:nth-child(17):before {
  content: "13-17.";
}
.spc-terms .--list13 > li:nth-child(18):before {
  content: "13-18.";
}
.spc-terms .--list13 > li:nth-child(19):before {
  content: "13-19.";
}
.spc-terms .--list13 > li:nth-child(20):before {
  content: "13-20.";
}
.spc-terms .--list14 > li:nth-child(1):before {
  content: "14-1.";
}
.spc-terms .--list14 > li:nth-child(2):before {
  content: "14-2.";
}
.spc-terms .--list14 > li:nth-child(3):before {
  content: "14-3.";
}
.spc-terms .--list14 > li:nth-child(4):before {
  content: "14-4.";
}
.spc-terms .--list14 > li:nth-child(5):before {
  content: "14-5.";
}
.spc-terms .--list14 > li:nth-child(6):before {
  content: "14-6.";
}
.spc-terms .--list14 > li:nth-child(7):before {
  content: "14-7.";
}
.spc-terms .--list14 > li:nth-child(8):before {
  content: "14-8.";
}
.spc-terms .--list14 > li:nth-child(9):before {
  content: "14-9.";
}
.spc-terms .--list14 > li:nth-child(10):before {
  content: "14-10.";
}
.spc-terms .--list14 > li:nth-child(11):before {
  content: "14-11.";
}
.spc-terms .--list14 > li:nth-child(12):before {
  content: "14-12.";
}
.spc-terms .--list14 > li:nth-child(13):before {
  content: "14-13.";
}
.spc-terms .--list14 > li:nth-child(14):before {
  content: "14-14.";
}
.spc-terms .--list14 > li:nth-child(15):before {
  content: "14-15.";
}
.spc-terms .--list14 > li:nth-child(16):before {
  content: "14-16.";
}
.spc-terms .--list14 > li:nth-child(17):before {
  content: "14-17.";
}
.spc-terms .--list14 > li:nth-child(18):before {
  content: "14-18.";
}
.spc-terms .--list14 > li:nth-child(19):before {
  content: "14-19.";
}
.spc-terms .--list14 > li:nth-child(20):before {
  content: "14-20.";
}
.spc-terms .--list15 > li:nth-child(1):before {
  content: "15-1.";
}
.spc-terms .--list15 > li:nth-child(2):before {
  content: "15-2.";
}
.spc-terms .--list15 > li:nth-child(3):before {
  content: "15-3.";
}
.spc-terms .--list15 > li:nth-child(4):before {
  content: "15-4.";
}
.spc-terms .--list15 > li:nth-child(5):before {
  content: "15-5.";
}
.spc-terms .--list15 > li:nth-child(6):before {
  content: "15-6.";
}
.spc-terms .--list15 > li:nth-child(7):before {
  content: "15-7.";
}
.spc-terms .--list15 > li:nth-child(8):before {
  content: "15-8.";
}
.spc-terms .--list15 > li:nth-child(9):before {
  content: "15-9.";
}
.spc-terms .--list15 > li:nth-child(10):before {
  content: "15-10.";
}
.spc-terms .--list15 > li:nth-child(11):before {
  content: "15-11.";
}
.spc-terms .--list15 > li:nth-child(12):before {
  content: "15-12.";
}
.spc-terms .--list15 > li:nth-child(13):before {
  content: "15-13.";
}
.spc-terms .--list15 > li:nth-child(14):before {
  content: "15-14.";
}
.spc-terms .--list15 > li:nth-child(15):before {
  content: "15-15.";
}
.spc-terms .--list15 > li:nth-child(16):before {
  content: "15-16.";
}
.spc-terms .--list15 > li:nth-child(17):before {
  content: "15-17.";
}
.spc-terms .--list15 > li:nth-child(18):before {
  content: "15-18.";
}
.spc-terms .--list15 > li:nth-child(19):before {
  content: "15-19.";
}
.spc-terms .--list15 > li:nth-child(20):before {
  content: "15-20.";
}
.spc-terms .--list16 > li:nth-child(1):before {
  content: "16-1.";
}
.spc-terms .--list16 > li:nth-child(2):before {
  content: "16-2.";
}
.spc-terms .--list16 > li:nth-child(3):before {
  content: "16-3.";
}
.spc-terms .--list16 > li:nth-child(4):before {
  content: "16-4.";
}
.spc-terms .--list16 > li:nth-child(5):before {
  content: "16-5.";
}
.spc-terms .--list16 > li:nth-child(6):before {
  content: "16-6.";
}
.spc-terms .--list16 > li:nth-child(7):before {
  content: "16-7.";
}
.spc-terms .--list16 > li:nth-child(8):before {
  content: "16-8.";
}
.spc-terms .--list16 > li:nth-child(9):before {
  content: "16-9.";
}
.spc-terms .--list16 > li:nth-child(10):before {
  content: "16-10.";
}
.spc-terms .--list16 > li:nth-child(11):before {
  content: "16-11.";
}
.spc-terms .--list16 > li:nth-child(12):before {
  content: "16-12.";
}
.spc-terms .--list16 > li:nth-child(13):before {
  content: "16-13.";
}
.spc-terms .--list16 > li:nth-child(14):before {
  content: "16-14.";
}
.spc-terms .--list16 > li:nth-child(15):before {
  content: "16-15.";
}
.spc-terms .--list16 > li:nth-child(16):before {
  content: "16-16.";
}
.spc-terms .--list16 > li:nth-child(17):before {
  content: "16-17.";
}
.spc-terms .--list16 > li:nth-child(18):before {
  content: "16-18.";
}
.spc-terms .--list16 > li:nth-child(19):before {
  content: "16-19.";
}
.spc-terms .--list16 > li:nth-child(20):before {
  content: "16-20.";
}
.spc-terms .--list17 > li:nth-child(1):before {
  content: "17-1.";
}
.spc-terms .--list17 > li:nth-child(2):before {
  content: "17-2.";
}
.spc-terms .--list17 > li:nth-child(3):before {
  content: "17-3.";
}
.spc-terms .--list17 > li:nth-child(4):before {
  content: "17-4.";
}
.spc-terms .--list17 > li:nth-child(5):before {
  content: "17-5.";
}
.spc-terms .--list17 > li:nth-child(6):before {
  content: "17-6.";
}
.spc-terms .--list17 > li:nth-child(7):before {
  content: "17-7.";
}
.spc-terms .--list17 > li:nth-child(8):before {
  content: "17-8.";
}
.spc-terms .--list17 > li:nth-child(9):before {
  content: "17-9.";
}
.spc-terms .--list17 > li:nth-child(10):before {
  content: "17-10.";
}
.spc-terms .--list17 > li:nth-child(11):before {
  content: "17-11.";
}
.spc-terms .--list17 > li:nth-child(12):before {
  content: "17-12.";
}
.spc-terms .--list17 > li:nth-child(13):before {
  content: "17-13.";
}
.spc-terms .--list17 > li:nth-child(14):before {
  content: "17-14.";
}
.spc-terms .--list17 > li:nth-child(15):before {
  content: "17-15.";
}
.spc-terms .--list17 > li:nth-child(16):before {
  content: "17-16.";
}
.spc-terms .--list17 > li:nth-child(17):before {
  content: "17-17.";
}
.spc-terms .--list17 > li:nth-child(18):before {
  content: "17-18.";
}
.spc-terms .--list17 > li:nth-child(19):before {
  content: "17-19.";
}
.spc-terms .--list17 > li:nth-child(20):before {
  content: "17-20.";
}
.spc-terms .--list18 > li:nth-child(1):before {
  content: "18-1.";
}
.spc-terms .--list18 > li:nth-child(2):before {
  content: "18-2.";
}
.spc-terms .--list18 > li:nth-child(3):before {
  content: "18-3.";
}
.spc-terms .--list18 > li:nth-child(4):before {
  content: "18-4.";
}
.spc-terms .--list18 > li:nth-child(5):before {
  content: "18-5.";
}
.spc-terms .--list18 > li:nth-child(6):before {
  content: "18-6.";
}
.spc-terms .--list18 > li:nth-child(7):before {
  content: "18-7.";
}
.spc-terms .--list18 > li:nth-child(8):before {
  content: "18-8.";
}
.spc-terms .--list18 > li:nth-child(9):before {
  content: "18-9.";
}
.spc-terms .--list18 > li:nth-child(10):before {
  content: "18-10.";
}
.spc-terms .--list18 > li:nth-child(11):before {
  content: "18-11.";
}
.spc-terms .--list18 > li:nth-child(12):before {
  content: "18-12.";
}
.spc-terms .--list18 > li:nth-child(13):before {
  content: "18-13.";
}
.spc-terms .--list18 > li:nth-child(14):before {
  content: "18-14.";
}
.spc-terms .--list18 > li:nth-child(15):before {
  content: "18-15.";
}
.spc-terms .--list18 > li:nth-child(16):before {
  content: "18-16.";
}
.spc-terms .--list18 > li:nth-child(17):before {
  content: "18-17.";
}
.spc-terms .--list18 > li:nth-child(18):before {
  content: "18-18.";
}
.spc-terms .--list18 > li:nth-child(19):before {
  content: "18-19.";
}
.spc-terms .--list18 > li:nth-child(20):before {
  content: "18-20.";
}
.spc-terms .--list19 > li:nth-child(1):before {
  content: "19-1.";
}
.spc-terms .--list19 > li:nth-child(2):before {
  content: "19-2.";
}
.spc-terms .--list19 > li:nth-child(3):before {
  content: "19-3.";
}
.spc-terms .--list19 > li:nth-child(4):before {
  content: "19-4.";
}
.spc-terms .--list19 > li:nth-child(5):before {
  content: "19-5.";
}
.spc-terms .--list19 > li:nth-child(6):before {
  content: "19-6.";
}
.spc-terms .--list19 > li:nth-child(7):before {
  content: "19-7.";
}
.spc-terms .--list19 > li:nth-child(8):before {
  content: "19-8.";
}
.spc-terms .--list19 > li:nth-child(9):before {
  content: "19-9.";
}
.spc-terms .--list19 > li:nth-child(10):before {
  content: "19-10.";
}
.spc-terms .--list19 > li:nth-child(11):before {
  content: "19-11.";
}
.spc-terms .--list19 > li:nth-child(12):before {
  content: "19-12.";
}
.spc-terms .--list19 > li:nth-child(13):before {
  content: "19-13.";
}
.spc-terms .--list19 > li:nth-child(14):before {
  content: "19-14.";
}
.spc-terms .--list19 > li:nth-child(15):before {
  content: "19-15.";
}
.spc-terms .--list19 > li:nth-child(16):before {
  content: "19-16.";
}
.spc-terms .--list19 > li:nth-child(17):before {
  content: "19-17.";
}
.spc-terms .--list19 > li:nth-child(18):before {
  content: "19-18.";
}
.spc-terms .--list19 > li:nth-child(19):before {
  content: "19-19.";
}
.spc-terms .--list19 > li:nth-child(20):before {
  content: "19-20.";
}
.spc-terms .--list20 > li:nth-child(1):before {
  content: "20-1.";
}
.spc-terms .--list20 > li:nth-child(2):before {
  content: "20-2.";
}
.spc-terms .--list20 > li:nth-child(3):before {
  content: "20-3.";
}
.spc-terms .--list20 > li:nth-child(4):before {
  content: "20-4.";
}
.spc-terms .--list20 > li:nth-child(5):before {
  content: "20-5.";
}
.spc-terms .--list20 > li:nth-child(6):before {
  content: "20-6.";
}
.spc-terms .--list20 > li:nth-child(7):before {
  content: "20-7.";
}
.spc-terms .--list20 > li:nth-child(8):before {
  content: "20-8.";
}
.spc-terms .--list20 > li:nth-child(9):before {
  content: "20-9.";
}
.spc-terms .--list20 > li:nth-child(10):before {
  content: "20-10.";
}
.spc-terms .--list20 > li:nth-child(11):before {
  content: "20-11.";
}
.spc-terms .--list20 > li:nth-child(12):before {
  content: "20-12.";
}
.spc-terms .--list20 > li:nth-child(13):before {
  content: "20-13.";
}
.spc-terms .--list20 > li:nth-child(14):before {
  content: "20-14.";
}
.spc-terms .--list20 > li:nth-child(15):before {
  content: "20-15.";
}
.spc-terms .--list20 > li:nth-child(16):before {
  content: "20-16.";
}
.spc-terms .--list20 > li:nth-child(17):before {
  content: "20-17.";
}
.spc-terms .--list20 > li:nth-child(18):before {
  content: "20-18.";
}
.spc-terms .--list20 > li:nth-child(19):before {
  content: "20-19.";
}
.spc-terms .--list20 > li:nth-child(20):before {
  content: "20-20.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(1):before {
  content: "1-1-1.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(2):before {
  content: "1-1-2.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(3):before {
  content: "1-1-3.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(4):before {
  content: "1-1-4.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(5):before {
  content: "1-1-5.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(6):before {
  content: "1-1-6.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(7):before {
  content: "1-1-7.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(8):before {
  content: "1-1-8.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(9):before {
  content: "1-1-9.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(10):before {
  content: "1-1-10.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(11):before {
  content: "1-1-11.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(12):before {
  content: "1-1-12.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(13):before {
  content: "1-1-13.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(14):before {
  content: "1-1-14.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(15):before {
  content: "1-1-15.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(16):before {
  content: "1-1-16.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(17):before {
  content: "1-1-17.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(18):before {
  content: "1-1-18.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(19):before {
  content: "1-1-19.";
}
.spc-terms .--list1 .--list-second1 > li:nth-child(20):before {
  content: "1-1-20.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(1):before {
  content: "1-2-1.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(2):before {
  content: "1-2-2.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(3):before {
  content: "1-2-3.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(4):before {
  content: "1-2-4.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(5):before {
  content: "1-2-5.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(6):before {
  content: "1-2-6.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(7):before {
  content: "1-2-7.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(8):before {
  content: "1-2-8.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(9):before {
  content: "1-2-9.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(10):before {
  content: "1-2-10.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(11):before {
  content: "1-2-11.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(12):before {
  content: "1-2-12.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(13):before {
  content: "1-2-13.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(14):before {
  content: "1-2-14.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(15):before {
  content: "1-2-15.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(16):before {
  content: "1-2-16.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(17):before {
  content: "1-2-17.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(18):before {
  content: "1-2-18.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(19):before {
  content: "1-2-19.";
}
.spc-terms .--list1 .--list-second2 > li:nth-child(20):before {
  content: "1-2-20.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(1):before {
  content: "1-3-1.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(2):before {
  content: "1-3-2.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(3):before {
  content: "1-3-3.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(4):before {
  content: "1-3-4.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(5):before {
  content: "1-3-5.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(6):before {
  content: "1-3-6.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(7):before {
  content: "1-3-7.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(8):before {
  content: "1-3-8.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(9):before {
  content: "1-3-9.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(10):before {
  content: "1-3-10.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(11):before {
  content: "1-3-11.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(12):before {
  content: "1-3-12.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(13):before {
  content: "1-3-13.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(14):before {
  content: "1-3-14.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(15):before {
  content: "1-3-15.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(16):before {
  content: "1-3-16.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(17):before {
  content: "1-3-17.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(18):before {
  content: "1-3-18.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(19):before {
  content: "1-3-19.";
}
.spc-terms .--list1 .--list-second3 > li:nth-child(20):before {
  content: "1-3-20.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(1):before {
  content: "1-4-1.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(2):before {
  content: "1-4-2.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(3):before {
  content: "1-4-3.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(4):before {
  content: "1-4-4.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(5):before {
  content: "1-4-5.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(6):before {
  content: "1-4-6.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(7):before {
  content: "1-4-7.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(8):before {
  content: "1-4-8.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(9):before {
  content: "1-4-9.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(10):before {
  content: "1-4-10.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(11):before {
  content: "1-4-11.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(12):before {
  content: "1-4-12.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(13):before {
  content: "1-4-13.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(14):before {
  content: "1-4-14.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(15):before {
  content: "1-4-15.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(16):before {
  content: "1-4-16.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(17):before {
  content: "1-4-17.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(18):before {
  content: "1-4-18.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(19):before {
  content: "1-4-19.";
}
.spc-terms .--list1 .--list-second4 > li:nth-child(20):before {
  content: "1-4-20.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(1):before {
  content: "1-5-1.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(2):before {
  content: "1-5-2.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(3):before {
  content: "1-5-3.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(4):before {
  content: "1-5-4.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(5):before {
  content: "1-5-5.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(6):before {
  content: "1-5-6.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(7):before {
  content: "1-5-7.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(8):before {
  content: "1-5-8.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(9):before {
  content: "1-5-9.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(10):before {
  content: "1-5-10.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(11):before {
  content: "1-5-11.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(12):before {
  content: "1-5-12.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(13):before {
  content: "1-5-13.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(14):before {
  content: "1-5-14.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(15):before {
  content: "1-5-15.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(16):before {
  content: "1-5-16.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(17):before {
  content: "1-5-17.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(18):before {
  content: "1-5-18.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(19):before {
  content: "1-5-19.";
}
.spc-terms .--list1 .--list-second5 > li:nth-child(20):before {
  content: "1-5-20.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(1):before {
  content: "1-6-1.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(2):before {
  content: "1-6-2.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(3):before {
  content: "1-6-3.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(4):before {
  content: "1-6-4.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(5):before {
  content: "1-6-5.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(6):before {
  content: "1-6-6.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(7):before {
  content: "1-6-7.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(8):before {
  content: "1-6-8.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(9):before {
  content: "1-6-9.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(10):before {
  content: "1-6-10.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(11):before {
  content: "1-6-11.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(12):before {
  content: "1-6-12.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(13):before {
  content: "1-6-13.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(14):before {
  content: "1-6-14.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(15):before {
  content: "1-6-15.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(16):before {
  content: "1-6-16.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(17):before {
  content: "1-6-17.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(18):before {
  content: "1-6-18.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(19):before {
  content: "1-6-19.";
}
.spc-terms .--list1 .--list-second6 > li:nth-child(20):before {
  content: "1-6-20.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(1):before {
  content: "1-7-1.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(2):before {
  content: "1-7-2.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(3):before {
  content: "1-7-3.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(4):before {
  content: "1-7-4.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(5):before {
  content: "1-7-5.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(6):before {
  content: "1-7-6.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(7):before {
  content: "1-7-7.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(8):before {
  content: "1-7-8.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(9):before {
  content: "1-7-9.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(10):before {
  content: "1-7-10.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(11):before {
  content: "1-7-11.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(12):before {
  content: "1-7-12.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(13):before {
  content: "1-7-13.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(14):before {
  content: "1-7-14.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(15):before {
  content: "1-7-15.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(16):before {
  content: "1-7-16.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(17):before {
  content: "1-7-17.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(18):before {
  content: "1-7-18.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(19):before {
  content: "1-7-19.";
}
.spc-terms .--list1 .--list-second7 > li:nth-child(20):before {
  content: "1-7-20.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(1):before {
  content: "1-8-1.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(2):before {
  content: "1-8-2.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(3):before {
  content: "1-8-3.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(4):before {
  content: "1-8-4.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(5):before {
  content: "1-8-5.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(6):before {
  content: "1-8-6.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(7):before {
  content: "1-8-7.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(8):before {
  content: "1-8-8.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(9):before {
  content: "1-8-9.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(10):before {
  content: "1-8-10.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(11):before {
  content: "1-8-11.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(12):before {
  content: "1-8-12.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(13):before {
  content: "1-8-13.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(14):before {
  content: "1-8-14.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(15):before {
  content: "1-8-15.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(16):before {
  content: "1-8-16.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(17):before {
  content: "1-8-17.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(18):before {
  content: "1-8-18.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(19):before {
  content: "1-8-19.";
}
.spc-terms .--list1 .--list-second8 > li:nth-child(20):before {
  content: "1-8-20.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(1):before {
  content: "1-9-1.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(2):before {
  content: "1-9-2.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(3):before {
  content: "1-9-3.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(4):before {
  content: "1-9-4.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(5):before {
  content: "1-9-5.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(6):before {
  content: "1-9-6.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(7):before {
  content: "1-9-7.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(8):before {
  content: "1-9-8.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(9):before {
  content: "1-9-9.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(10):before {
  content: "1-9-10.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(11):before {
  content: "1-9-11.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(12):before {
  content: "1-9-12.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(13):before {
  content: "1-9-13.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(14):before {
  content: "1-9-14.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(15):before {
  content: "1-9-15.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(16):before {
  content: "1-9-16.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(17):before {
  content: "1-9-17.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(18):before {
  content: "1-9-18.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(19):before {
  content: "1-9-19.";
}
.spc-terms .--list1 .--list-second9 > li:nth-child(20):before {
  content: "1-9-20.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(1):before {
  content: "1-10-1.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(2):before {
  content: "1-10-2.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(3):before {
  content: "1-10-3.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(4):before {
  content: "1-10-4.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(5):before {
  content: "1-10-5.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(6):before {
  content: "1-10-6.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(7):before {
  content: "1-10-7.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(8):before {
  content: "1-10-8.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(9):before {
  content: "1-10-9.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(10):before {
  content: "1-10-10.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(11):before {
  content: "1-10-11.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(12):before {
  content: "1-10-12.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(13):before {
  content: "1-10-13.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(14):before {
  content: "1-10-14.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(15):before {
  content: "1-10-15.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(16):before {
  content: "1-10-16.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(17):before {
  content: "1-10-17.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(18):before {
  content: "1-10-18.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(19):before {
  content: "1-10-19.";
}
.spc-terms .--list1 .--list-second10 > li:nth-child(20):before {
  content: "1-10-20.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(1):before {
  content: "1-11-1.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(2):before {
  content: "1-11-2.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(3):before {
  content: "1-11-3.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(4):before {
  content: "1-11-4.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(5):before {
  content: "1-11-5.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(6):before {
  content: "1-11-6.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(7):before {
  content: "1-11-7.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(8):before {
  content: "1-11-8.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(9):before {
  content: "1-11-9.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(10):before {
  content: "1-11-10.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(11):before {
  content: "1-11-11.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(12):before {
  content: "1-11-12.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(13):before {
  content: "1-11-13.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(14):before {
  content: "1-11-14.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(15):before {
  content: "1-11-15.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(16):before {
  content: "1-11-16.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(17):before {
  content: "1-11-17.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(18):before {
  content: "1-11-18.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(19):before {
  content: "1-11-19.";
}
.spc-terms .--list1 .--list-second11 > li:nth-child(20):before {
  content: "1-11-20.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(1):before {
  content: "1-12-1.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(2):before {
  content: "1-12-2.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(3):before {
  content: "1-12-3.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(4):before {
  content: "1-12-4.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(5):before {
  content: "1-12-5.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(6):before {
  content: "1-12-6.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(7):before {
  content: "1-12-7.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(8):before {
  content: "1-12-8.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(9):before {
  content: "1-12-9.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(10):before {
  content: "1-12-10.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(11):before {
  content: "1-12-11.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(12):before {
  content: "1-12-12.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(13):before {
  content: "1-12-13.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(14):before {
  content: "1-12-14.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(15):before {
  content: "1-12-15.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(16):before {
  content: "1-12-16.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(17):before {
  content: "1-12-17.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(18):before {
  content: "1-12-18.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(19):before {
  content: "1-12-19.";
}
.spc-terms .--list1 .--list-second12 > li:nth-child(20):before {
  content: "1-12-20.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(1):before {
  content: "1-13-1.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(2):before {
  content: "1-13-2.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(3):before {
  content: "1-13-3.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(4):before {
  content: "1-13-4.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(5):before {
  content: "1-13-5.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(6):before {
  content: "1-13-6.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(7):before {
  content: "1-13-7.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(8):before {
  content: "1-13-8.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(9):before {
  content: "1-13-9.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(10):before {
  content: "1-13-10.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(11):before {
  content: "1-13-11.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(12):before {
  content: "1-13-12.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(13):before {
  content: "1-13-13.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(14):before {
  content: "1-13-14.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(15):before {
  content: "1-13-15.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(16):before {
  content: "1-13-16.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(17):before {
  content: "1-13-17.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(18):before {
  content: "1-13-18.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(19):before {
  content: "1-13-19.";
}
.spc-terms .--list1 .--list-second13 > li:nth-child(20):before {
  content: "1-13-20.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(1):before {
  content: "1-14-1.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(2):before {
  content: "1-14-2.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(3):before {
  content: "1-14-3.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(4):before {
  content: "1-14-4.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(5):before {
  content: "1-14-5.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(6):before {
  content: "1-14-6.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(7):before {
  content: "1-14-7.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(8):before {
  content: "1-14-8.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(9):before {
  content: "1-14-9.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(10):before {
  content: "1-14-10.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(11):before {
  content: "1-14-11.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(12):before {
  content: "1-14-12.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(13):before {
  content: "1-14-13.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(14):before {
  content: "1-14-14.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(15):before {
  content: "1-14-15.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(16):before {
  content: "1-14-16.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(17):before {
  content: "1-14-17.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(18):before {
  content: "1-14-18.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(19):before {
  content: "1-14-19.";
}
.spc-terms .--list1 .--list-second14 > li:nth-child(20):before {
  content: "1-14-20.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(1):before {
  content: "1-15-1.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(2):before {
  content: "1-15-2.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(3):before {
  content: "1-15-3.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(4):before {
  content: "1-15-4.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(5):before {
  content: "1-15-5.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(6):before {
  content: "1-15-6.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(7):before {
  content: "1-15-7.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(8):before {
  content: "1-15-8.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(9):before {
  content: "1-15-9.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(10):before {
  content: "1-15-10.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(11):before {
  content: "1-15-11.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(12):before {
  content: "1-15-12.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(13):before {
  content: "1-15-13.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(14):before {
  content: "1-15-14.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(15):before {
  content: "1-15-15.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(16):before {
  content: "1-15-16.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(17):before {
  content: "1-15-17.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(18):before {
  content: "1-15-18.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(19):before {
  content: "1-15-19.";
}
.spc-terms .--list1 .--list-second15 > li:nth-child(20):before {
  content: "1-15-20.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(1):before {
  content: "1-16-1.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(2):before {
  content: "1-16-2.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(3):before {
  content: "1-16-3.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(4):before {
  content: "1-16-4.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(5):before {
  content: "1-16-5.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(6):before {
  content: "1-16-6.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(7):before {
  content: "1-16-7.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(8):before {
  content: "1-16-8.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(9):before {
  content: "1-16-9.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(10):before {
  content: "1-16-10.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(11):before {
  content: "1-16-11.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(12):before {
  content: "1-16-12.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(13):before {
  content: "1-16-13.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(14):before {
  content: "1-16-14.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(15):before {
  content: "1-16-15.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(16):before {
  content: "1-16-16.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(17):before {
  content: "1-16-17.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(18):before {
  content: "1-16-18.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(19):before {
  content: "1-16-19.";
}
.spc-terms .--list1 .--list-second16 > li:nth-child(20):before {
  content: "1-16-20.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(1):before {
  content: "1-17-1.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(2):before {
  content: "1-17-2.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(3):before {
  content: "1-17-3.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(4):before {
  content: "1-17-4.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(5):before {
  content: "1-17-5.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(6):before {
  content: "1-17-6.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(7):before {
  content: "1-17-7.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(8):before {
  content: "1-17-8.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(9):before {
  content: "1-17-9.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(10):before {
  content: "1-17-10.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(11):before {
  content: "1-17-11.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(12):before {
  content: "1-17-12.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(13):before {
  content: "1-17-13.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(14):before {
  content: "1-17-14.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(15):before {
  content: "1-17-15.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(16):before {
  content: "1-17-16.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(17):before {
  content: "1-17-17.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(18):before {
  content: "1-17-18.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(19):before {
  content: "1-17-19.";
}
.spc-terms .--list1 .--list-second17 > li:nth-child(20):before {
  content: "1-17-20.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(1):before {
  content: "1-18-1.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(2):before {
  content: "1-18-2.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(3):before {
  content: "1-18-3.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(4):before {
  content: "1-18-4.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(5):before {
  content: "1-18-5.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(6):before {
  content: "1-18-6.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(7):before {
  content: "1-18-7.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(8):before {
  content: "1-18-8.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(9):before {
  content: "1-18-9.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(10):before {
  content: "1-18-10.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(11):before {
  content: "1-18-11.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(12):before {
  content: "1-18-12.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(13):before {
  content: "1-18-13.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(14):before {
  content: "1-18-14.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(15):before {
  content: "1-18-15.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(16):before {
  content: "1-18-16.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(17):before {
  content: "1-18-17.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(18):before {
  content: "1-18-18.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(19):before {
  content: "1-18-19.";
}
.spc-terms .--list1 .--list-second18 > li:nth-child(20):before {
  content: "1-18-20.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(1):before {
  content: "1-19-1.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(2):before {
  content: "1-19-2.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(3):before {
  content: "1-19-3.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(4):before {
  content: "1-19-4.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(5):before {
  content: "1-19-5.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(6):before {
  content: "1-19-6.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(7):before {
  content: "1-19-7.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(8):before {
  content: "1-19-8.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(9):before {
  content: "1-19-9.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(10):before {
  content: "1-19-10.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(11):before {
  content: "1-19-11.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(12):before {
  content: "1-19-12.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(13):before {
  content: "1-19-13.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(14):before {
  content: "1-19-14.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(15):before {
  content: "1-19-15.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(16):before {
  content: "1-19-16.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(17):before {
  content: "1-19-17.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(18):before {
  content: "1-19-18.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(19):before {
  content: "1-19-19.";
}
.spc-terms .--list1 .--list-second19 > li:nth-child(20):before {
  content: "1-19-20.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(1):before {
  content: "1-20-1.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(2):before {
  content: "1-20-2.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(3):before {
  content: "1-20-3.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(4):before {
  content: "1-20-4.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(5):before {
  content: "1-20-5.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(6):before {
  content: "1-20-6.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(7):before {
  content: "1-20-7.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(8):before {
  content: "1-20-8.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(9):before {
  content: "1-20-9.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(10):before {
  content: "1-20-10.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(11):before {
  content: "1-20-11.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(12):before {
  content: "1-20-12.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(13):before {
  content: "1-20-13.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(14):before {
  content: "1-20-14.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(15):before {
  content: "1-20-15.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(16):before {
  content: "1-20-16.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(17):before {
  content: "1-20-17.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(18):before {
  content: "1-20-18.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(19):before {
  content: "1-20-19.";
}
.spc-terms .--list1 .--list-second20 > li:nth-child(20):before {
  content: "1-20-20.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(1):before {
  content: "2-1-1.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(2):before {
  content: "2-1-2.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(3):before {
  content: "2-1-3.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(4):before {
  content: "2-1-4.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(5):before {
  content: "2-1-5.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(6):before {
  content: "2-1-6.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(7):before {
  content: "2-1-7.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(8):before {
  content: "2-1-8.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(9):before {
  content: "2-1-9.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(10):before {
  content: "2-1-10.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(11):before {
  content: "2-1-11.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(12):before {
  content: "2-1-12.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(13):before {
  content: "2-1-13.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(14):before {
  content: "2-1-14.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(15):before {
  content: "2-1-15.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(16):before {
  content: "2-1-16.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(17):before {
  content: "2-1-17.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(18):before {
  content: "2-1-18.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(19):before {
  content: "2-1-19.";
}
.spc-terms .--list2 .--list-second1 > li:nth-child(20):before {
  content: "2-1-20.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(1):before {
  content: "2-2-1.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(2):before {
  content: "2-2-2.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(3):before {
  content: "2-2-3.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(4):before {
  content: "2-2-4.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(5):before {
  content: "2-2-5.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(6):before {
  content: "2-2-6.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(7):before {
  content: "2-2-7.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(8):before {
  content: "2-2-8.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(9):before {
  content: "2-2-9.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(10):before {
  content: "2-2-10.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(11):before {
  content: "2-2-11.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(12):before {
  content: "2-2-12.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(13):before {
  content: "2-2-13.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(14):before {
  content: "2-2-14.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(15):before {
  content: "2-2-15.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(16):before {
  content: "2-2-16.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(17):before {
  content: "2-2-17.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(18):before {
  content: "2-2-18.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(19):before {
  content: "2-2-19.";
}
.spc-terms .--list2 .--list-second2 > li:nth-child(20):before {
  content: "2-2-20.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(1):before {
  content: "2-3-1.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(2):before {
  content: "2-3-2.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(3):before {
  content: "2-3-3.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(4):before {
  content: "2-3-4.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(5):before {
  content: "2-3-5.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(6):before {
  content: "2-3-6.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(7):before {
  content: "2-3-7.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(8):before {
  content: "2-3-8.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(9):before {
  content: "2-3-9.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(10):before {
  content: "2-3-10.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(11):before {
  content: "2-3-11.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(12):before {
  content: "2-3-12.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(13):before {
  content: "2-3-13.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(14):before {
  content: "2-3-14.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(15):before {
  content: "2-3-15.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(16):before {
  content: "2-3-16.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(17):before {
  content: "2-3-17.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(18):before {
  content: "2-3-18.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(19):before {
  content: "2-3-19.";
}
.spc-terms .--list2 .--list-second3 > li:nth-child(20):before {
  content: "2-3-20.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(1):before {
  content: "2-4-1.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(2):before {
  content: "2-4-2.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(3):before {
  content: "2-4-3.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(4):before {
  content: "2-4-4.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(5):before {
  content: "2-4-5.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(6):before {
  content: "2-4-6.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(7):before {
  content: "2-4-7.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(8):before {
  content: "2-4-8.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(9):before {
  content: "2-4-9.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(10):before {
  content: "2-4-10.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(11):before {
  content: "2-4-11.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(12):before {
  content: "2-4-12.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(13):before {
  content: "2-4-13.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(14):before {
  content: "2-4-14.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(15):before {
  content: "2-4-15.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(16):before {
  content: "2-4-16.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(17):before {
  content: "2-4-17.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(18):before {
  content: "2-4-18.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(19):before {
  content: "2-4-19.";
}
.spc-terms .--list2 .--list-second4 > li:nth-child(20):before {
  content: "2-4-20.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(1):before {
  content: "2-5-1.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(2):before {
  content: "2-5-2.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(3):before {
  content: "2-5-3.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(4):before {
  content: "2-5-4.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(5):before {
  content: "2-5-5.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(6):before {
  content: "2-5-6.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(7):before {
  content: "2-5-7.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(8):before {
  content: "2-5-8.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(9):before {
  content: "2-5-9.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(10):before {
  content: "2-5-10.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(11):before {
  content: "2-5-11.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(12):before {
  content: "2-5-12.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(13):before {
  content: "2-5-13.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(14):before {
  content: "2-5-14.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(15):before {
  content: "2-5-15.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(16):before {
  content: "2-5-16.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(17):before {
  content: "2-5-17.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(18):before {
  content: "2-5-18.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(19):before {
  content: "2-5-19.";
}
.spc-terms .--list2 .--list-second5 > li:nth-child(20):before {
  content: "2-5-20.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(1):before {
  content: "2-6-1.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(2):before {
  content: "2-6-2.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(3):before {
  content: "2-6-3.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(4):before {
  content: "2-6-4.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(5):before {
  content: "2-6-5.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(6):before {
  content: "2-6-6.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(7):before {
  content: "2-6-7.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(8):before {
  content: "2-6-8.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(9):before {
  content: "2-6-9.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(10):before {
  content: "2-6-10.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(11):before {
  content: "2-6-11.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(12):before {
  content: "2-6-12.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(13):before {
  content: "2-6-13.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(14):before {
  content: "2-6-14.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(15):before {
  content: "2-6-15.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(16):before {
  content: "2-6-16.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(17):before {
  content: "2-6-17.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(18):before {
  content: "2-6-18.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(19):before {
  content: "2-6-19.";
}
.spc-terms .--list2 .--list-second6 > li:nth-child(20):before {
  content: "2-6-20.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(1):before {
  content: "2-7-1.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(2):before {
  content: "2-7-2.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(3):before {
  content: "2-7-3.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(4):before {
  content: "2-7-4.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(5):before {
  content: "2-7-5.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(6):before {
  content: "2-7-6.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(7):before {
  content: "2-7-7.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(8):before {
  content: "2-7-8.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(9):before {
  content: "2-7-9.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(10):before {
  content: "2-7-10.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(11):before {
  content: "2-7-11.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(12):before {
  content: "2-7-12.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(13):before {
  content: "2-7-13.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(14):before {
  content: "2-7-14.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(15):before {
  content: "2-7-15.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(16):before {
  content: "2-7-16.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(17):before {
  content: "2-7-17.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(18):before {
  content: "2-7-18.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(19):before {
  content: "2-7-19.";
}
.spc-terms .--list2 .--list-second7 > li:nth-child(20):before {
  content: "2-7-20.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(1):before {
  content: "2-8-1.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(2):before {
  content: "2-8-2.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(3):before {
  content: "2-8-3.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(4):before {
  content: "2-8-4.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(5):before {
  content: "2-8-5.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(6):before {
  content: "2-8-6.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(7):before {
  content: "2-8-7.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(8):before {
  content: "2-8-8.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(9):before {
  content: "2-8-9.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(10):before {
  content: "2-8-10.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(11):before {
  content: "2-8-11.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(12):before {
  content: "2-8-12.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(13):before {
  content: "2-8-13.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(14):before {
  content: "2-8-14.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(15):before {
  content: "2-8-15.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(16):before {
  content: "2-8-16.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(17):before {
  content: "2-8-17.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(18):before {
  content: "2-8-18.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(19):before {
  content: "2-8-19.";
}
.spc-terms .--list2 .--list-second8 > li:nth-child(20):before {
  content: "2-8-20.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(1):before {
  content: "2-9-1.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(2):before {
  content: "2-9-2.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(3):before {
  content: "2-9-3.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(4):before {
  content: "2-9-4.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(5):before {
  content: "2-9-5.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(6):before {
  content: "2-9-6.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(7):before {
  content: "2-9-7.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(8):before {
  content: "2-9-8.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(9):before {
  content: "2-9-9.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(10):before {
  content: "2-9-10.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(11):before {
  content: "2-9-11.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(12):before {
  content: "2-9-12.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(13):before {
  content: "2-9-13.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(14):before {
  content: "2-9-14.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(15):before {
  content: "2-9-15.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(16):before {
  content: "2-9-16.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(17):before {
  content: "2-9-17.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(18):before {
  content: "2-9-18.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(19):before {
  content: "2-9-19.";
}
.spc-terms .--list2 .--list-second9 > li:nth-child(20):before {
  content: "2-9-20.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(1):before {
  content: "2-10-1.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(2):before {
  content: "2-10-2.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(3):before {
  content: "2-10-3.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(4):before {
  content: "2-10-4.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(5):before {
  content: "2-10-5.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(6):before {
  content: "2-10-6.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(7):before {
  content: "2-10-7.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(8):before {
  content: "2-10-8.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(9):before {
  content: "2-10-9.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(10):before {
  content: "2-10-10.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(11):before {
  content: "2-10-11.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(12):before {
  content: "2-10-12.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(13):before {
  content: "2-10-13.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(14):before {
  content: "2-10-14.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(15):before {
  content: "2-10-15.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(16):before {
  content: "2-10-16.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(17):before {
  content: "2-10-17.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(18):before {
  content: "2-10-18.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(19):before {
  content: "2-10-19.";
}
.spc-terms .--list2 .--list-second10 > li:nth-child(20):before {
  content: "2-10-20.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(1):before {
  content: "2-11-1.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(2):before {
  content: "2-11-2.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(3):before {
  content: "2-11-3.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(4):before {
  content: "2-11-4.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(5):before {
  content: "2-11-5.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(6):before {
  content: "2-11-6.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(7):before {
  content: "2-11-7.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(8):before {
  content: "2-11-8.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(9):before {
  content: "2-11-9.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(10):before {
  content: "2-11-10.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(11):before {
  content: "2-11-11.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(12):before {
  content: "2-11-12.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(13):before {
  content: "2-11-13.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(14):before {
  content: "2-11-14.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(15):before {
  content: "2-11-15.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(16):before {
  content: "2-11-16.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(17):before {
  content: "2-11-17.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(18):before {
  content: "2-11-18.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(19):before {
  content: "2-11-19.";
}
.spc-terms .--list2 .--list-second11 > li:nth-child(20):before {
  content: "2-11-20.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(1):before {
  content: "2-12-1.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(2):before {
  content: "2-12-2.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(3):before {
  content: "2-12-3.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(4):before {
  content: "2-12-4.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(5):before {
  content: "2-12-5.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(6):before {
  content: "2-12-6.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(7):before {
  content: "2-12-7.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(8):before {
  content: "2-12-8.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(9):before {
  content: "2-12-9.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(10):before {
  content: "2-12-10.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(11):before {
  content: "2-12-11.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(12):before {
  content: "2-12-12.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(13):before {
  content: "2-12-13.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(14):before {
  content: "2-12-14.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(15):before {
  content: "2-12-15.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(16):before {
  content: "2-12-16.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(17):before {
  content: "2-12-17.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(18):before {
  content: "2-12-18.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(19):before {
  content: "2-12-19.";
}
.spc-terms .--list2 .--list-second12 > li:nth-child(20):before {
  content: "2-12-20.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(1):before {
  content: "2-13-1.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(2):before {
  content: "2-13-2.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(3):before {
  content: "2-13-3.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(4):before {
  content: "2-13-4.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(5):before {
  content: "2-13-5.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(6):before {
  content: "2-13-6.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(7):before {
  content: "2-13-7.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(8):before {
  content: "2-13-8.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(9):before {
  content: "2-13-9.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(10):before {
  content: "2-13-10.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(11):before {
  content: "2-13-11.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(12):before {
  content: "2-13-12.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(13):before {
  content: "2-13-13.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(14):before {
  content: "2-13-14.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(15):before {
  content: "2-13-15.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(16):before {
  content: "2-13-16.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(17):before {
  content: "2-13-17.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(18):before {
  content: "2-13-18.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(19):before {
  content: "2-13-19.";
}
.spc-terms .--list2 .--list-second13 > li:nth-child(20):before {
  content: "2-13-20.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(1):before {
  content: "2-14-1.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(2):before {
  content: "2-14-2.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(3):before {
  content: "2-14-3.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(4):before {
  content: "2-14-4.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(5):before {
  content: "2-14-5.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(6):before {
  content: "2-14-6.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(7):before {
  content: "2-14-7.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(8):before {
  content: "2-14-8.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(9):before {
  content: "2-14-9.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(10):before {
  content: "2-14-10.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(11):before {
  content: "2-14-11.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(12):before {
  content: "2-14-12.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(13):before {
  content: "2-14-13.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(14):before {
  content: "2-14-14.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(15):before {
  content: "2-14-15.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(16):before {
  content: "2-14-16.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(17):before {
  content: "2-14-17.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(18):before {
  content: "2-14-18.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(19):before {
  content: "2-14-19.";
}
.spc-terms .--list2 .--list-second14 > li:nth-child(20):before {
  content: "2-14-20.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(1):before {
  content: "2-15-1.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(2):before {
  content: "2-15-2.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(3):before {
  content: "2-15-3.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(4):before {
  content: "2-15-4.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(5):before {
  content: "2-15-5.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(6):before {
  content: "2-15-6.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(7):before {
  content: "2-15-7.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(8):before {
  content: "2-15-8.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(9):before {
  content: "2-15-9.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(10):before {
  content: "2-15-10.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(11):before {
  content: "2-15-11.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(12):before {
  content: "2-15-12.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(13):before {
  content: "2-15-13.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(14):before {
  content: "2-15-14.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(15):before {
  content: "2-15-15.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(16):before {
  content: "2-15-16.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(17):before {
  content: "2-15-17.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(18):before {
  content: "2-15-18.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(19):before {
  content: "2-15-19.";
}
.spc-terms .--list2 .--list-second15 > li:nth-child(20):before {
  content: "2-15-20.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(1):before {
  content: "2-16-1.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(2):before {
  content: "2-16-2.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(3):before {
  content: "2-16-3.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(4):before {
  content: "2-16-4.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(5):before {
  content: "2-16-5.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(6):before {
  content: "2-16-6.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(7):before {
  content: "2-16-7.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(8):before {
  content: "2-16-8.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(9):before {
  content: "2-16-9.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(10):before {
  content: "2-16-10.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(11):before {
  content: "2-16-11.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(12):before {
  content: "2-16-12.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(13):before {
  content: "2-16-13.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(14):before {
  content: "2-16-14.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(15):before {
  content: "2-16-15.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(16):before {
  content: "2-16-16.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(17):before {
  content: "2-16-17.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(18):before {
  content: "2-16-18.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(19):before {
  content: "2-16-19.";
}
.spc-terms .--list2 .--list-second16 > li:nth-child(20):before {
  content: "2-16-20.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(1):before {
  content: "2-17-1.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(2):before {
  content: "2-17-2.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(3):before {
  content: "2-17-3.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(4):before {
  content: "2-17-4.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(5):before {
  content: "2-17-5.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(6):before {
  content: "2-17-6.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(7):before {
  content: "2-17-7.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(8):before {
  content: "2-17-8.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(9):before {
  content: "2-17-9.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(10):before {
  content: "2-17-10.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(11):before {
  content: "2-17-11.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(12):before {
  content: "2-17-12.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(13):before {
  content: "2-17-13.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(14):before {
  content: "2-17-14.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(15):before {
  content: "2-17-15.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(16):before {
  content: "2-17-16.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(17):before {
  content: "2-17-17.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(18):before {
  content: "2-17-18.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(19):before {
  content: "2-17-19.";
}
.spc-terms .--list2 .--list-second17 > li:nth-child(20):before {
  content: "2-17-20.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(1):before {
  content: "2-18-1.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(2):before {
  content: "2-18-2.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(3):before {
  content: "2-18-3.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(4):before {
  content: "2-18-4.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(5):before {
  content: "2-18-5.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(6):before {
  content: "2-18-6.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(7):before {
  content: "2-18-7.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(8):before {
  content: "2-18-8.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(9):before {
  content: "2-18-9.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(10):before {
  content: "2-18-10.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(11):before {
  content: "2-18-11.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(12):before {
  content: "2-18-12.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(13):before {
  content: "2-18-13.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(14):before {
  content: "2-18-14.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(15):before {
  content: "2-18-15.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(16):before {
  content: "2-18-16.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(17):before {
  content: "2-18-17.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(18):before {
  content: "2-18-18.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(19):before {
  content: "2-18-19.";
}
.spc-terms .--list2 .--list-second18 > li:nth-child(20):before {
  content: "2-18-20.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(1):before {
  content: "2-19-1.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(2):before {
  content: "2-19-2.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(3):before {
  content: "2-19-3.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(4):before {
  content: "2-19-4.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(5):before {
  content: "2-19-5.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(6):before {
  content: "2-19-6.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(7):before {
  content: "2-19-7.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(8):before {
  content: "2-19-8.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(9):before {
  content: "2-19-9.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(10):before {
  content: "2-19-10.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(11):before {
  content: "2-19-11.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(12):before {
  content: "2-19-12.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(13):before {
  content: "2-19-13.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(14):before {
  content: "2-19-14.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(15):before {
  content: "2-19-15.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(16):before {
  content: "2-19-16.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(17):before {
  content: "2-19-17.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(18):before {
  content: "2-19-18.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(19):before {
  content: "2-19-19.";
}
.spc-terms .--list2 .--list-second19 > li:nth-child(20):before {
  content: "2-19-20.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(1):before {
  content: "2-20-1.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(2):before {
  content: "2-20-2.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(3):before {
  content: "2-20-3.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(4):before {
  content: "2-20-4.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(5):before {
  content: "2-20-5.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(6):before {
  content: "2-20-6.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(7):before {
  content: "2-20-7.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(8):before {
  content: "2-20-8.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(9):before {
  content: "2-20-9.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(10):before {
  content: "2-20-10.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(11):before {
  content: "2-20-11.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(12):before {
  content: "2-20-12.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(13):before {
  content: "2-20-13.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(14):before {
  content: "2-20-14.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(15):before {
  content: "2-20-15.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(16):before {
  content: "2-20-16.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(17):before {
  content: "2-20-17.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(18):before {
  content: "2-20-18.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(19):before {
  content: "2-20-19.";
}
.spc-terms .--list2 .--list-second20 > li:nth-child(20):before {
  content: "2-20-20.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(1):before {
  content: "3-1-1.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(2):before {
  content: "3-1-2.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(3):before {
  content: "3-1-3.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(4):before {
  content: "3-1-4.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(5):before {
  content: "3-1-5.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(6):before {
  content: "3-1-6.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(7):before {
  content: "3-1-7.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(8):before {
  content: "3-1-8.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(9):before {
  content: "3-1-9.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(10):before {
  content: "3-1-10.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(11):before {
  content: "3-1-11.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(12):before {
  content: "3-1-12.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(13):before {
  content: "3-1-13.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(14):before {
  content: "3-1-14.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(15):before {
  content: "3-1-15.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(16):before {
  content: "3-1-16.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(17):before {
  content: "3-1-17.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(18):before {
  content: "3-1-18.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(19):before {
  content: "3-1-19.";
}
.spc-terms .--list3 .--list-second1 > li:nth-child(20):before {
  content: "3-1-20.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(1):before {
  content: "3-2-1.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(2):before {
  content: "3-2-2.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(3):before {
  content: "3-2-3.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(4):before {
  content: "3-2-4.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(5):before {
  content: "3-2-5.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(6):before {
  content: "3-2-6.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(7):before {
  content: "3-2-7.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(8):before {
  content: "3-2-8.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(9):before {
  content: "3-2-9.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(10):before {
  content: "3-2-10.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(11):before {
  content: "3-2-11.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(12):before {
  content: "3-2-12.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(13):before {
  content: "3-2-13.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(14):before {
  content: "3-2-14.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(15):before {
  content: "3-2-15.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(16):before {
  content: "3-2-16.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(17):before {
  content: "3-2-17.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(18):before {
  content: "3-2-18.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(19):before {
  content: "3-2-19.";
}
.spc-terms .--list3 .--list-second2 > li:nth-child(20):before {
  content: "3-2-20.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(1):before {
  content: "3-3-1.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(2):before {
  content: "3-3-2.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(3):before {
  content: "3-3-3.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(4):before {
  content: "3-3-4.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(5):before {
  content: "3-3-5.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(6):before {
  content: "3-3-6.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(7):before {
  content: "3-3-7.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(8):before {
  content: "3-3-8.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(9):before {
  content: "3-3-9.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(10):before {
  content: "3-3-10.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(11):before {
  content: "3-3-11.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(12):before {
  content: "3-3-12.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(13):before {
  content: "3-3-13.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(14):before {
  content: "3-3-14.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(15):before {
  content: "3-3-15.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(16):before {
  content: "3-3-16.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(17):before {
  content: "3-3-17.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(18):before {
  content: "3-3-18.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(19):before {
  content: "3-3-19.";
}
.spc-terms .--list3 .--list-second3 > li:nth-child(20):before {
  content: "3-3-20.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(1):before {
  content: "3-4-1.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(2):before {
  content: "3-4-2.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(3):before {
  content: "3-4-3.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(4):before {
  content: "3-4-4.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(5):before {
  content: "3-4-5.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(6):before {
  content: "3-4-6.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(7):before {
  content: "3-4-7.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(8):before {
  content: "3-4-8.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(9):before {
  content: "3-4-9.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(10):before {
  content: "3-4-10.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(11):before {
  content: "3-4-11.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(12):before {
  content: "3-4-12.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(13):before {
  content: "3-4-13.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(14):before {
  content: "3-4-14.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(15):before {
  content: "3-4-15.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(16):before {
  content: "3-4-16.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(17):before {
  content: "3-4-17.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(18):before {
  content: "3-4-18.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(19):before {
  content: "3-4-19.";
}
.spc-terms .--list3 .--list-second4 > li:nth-child(20):before {
  content: "3-4-20.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(1):before {
  content: "3-5-1.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(2):before {
  content: "3-5-2.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(3):before {
  content: "3-5-3.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(4):before {
  content: "3-5-4.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(5):before {
  content: "3-5-5.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(6):before {
  content: "3-5-6.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(7):before {
  content: "3-5-7.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(8):before {
  content: "3-5-8.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(9):before {
  content: "3-5-9.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(10):before {
  content: "3-5-10.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(11):before {
  content: "3-5-11.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(12):before {
  content: "3-5-12.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(13):before {
  content: "3-5-13.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(14):before {
  content: "3-5-14.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(15):before {
  content: "3-5-15.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(16):before {
  content: "3-5-16.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(17):before {
  content: "3-5-17.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(18):before {
  content: "3-5-18.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(19):before {
  content: "3-5-19.";
}
.spc-terms .--list3 .--list-second5 > li:nth-child(20):before {
  content: "3-5-20.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(1):before {
  content: "3-6-1.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(2):before {
  content: "3-6-2.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(3):before {
  content: "3-6-3.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(4):before {
  content: "3-6-4.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(5):before {
  content: "3-6-5.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(6):before {
  content: "3-6-6.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(7):before {
  content: "3-6-7.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(8):before {
  content: "3-6-8.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(9):before {
  content: "3-6-9.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(10):before {
  content: "3-6-10.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(11):before {
  content: "3-6-11.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(12):before {
  content: "3-6-12.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(13):before {
  content: "3-6-13.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(14):before {
  content: "3-6-14.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(15):before {
  content: "3-6-15.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(16):before {
  content: "3-6-16.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(17):before {
  content: "3-6-17.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(18):before {
  content: "3-6-18.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(19):before {
  content: "3-6-19.";
}
.spc-terms .--list3 .--list-second6 > li:nth-child(20):before {
  content: "3-6-20.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(1):before {
  content: "3-7-1.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(2):before {
  content: "3-7-2.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(3):before {
  content: "3-7-3.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(4):before {
  content: "3-7-4.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(5):before {
  content: "3-7-5.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(6):before {
  content: "3-7-6.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(7):before {
  content: "3-7-7.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(8):before {
  content: "3-7-8.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(9):before {
  content: "3-7-9.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(10):before {
  content: "3-7-10.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(11):before {
  content: "3-7-11.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(12):before {
  content: "3-7-12.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(13):before {
  content: "3-7-13.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(14):before {
  content: "3-7-14.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(15):before {
  content: "3-7-15.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(16):before {
  content: "3-7-16.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(17):before {
  content: "3-7-17.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(18):before {
  content: "3-7-18.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(19):before {
  content: "3-7-19.";
}
.spc-terms .--list3 .--list-second7 > li:nth-child(20):before {
  content: "3-7-20.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(1):before {
  content: "3-8-1.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(2):before {
  content: "3-8-2.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(3):before {
  content: "3-8-3.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(4):before {
  content: "3-8-4.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(5):before {
  content: "3-8-5.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(6):before {
  content: "3-8-6.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(7):before {
  content: "3-8-7.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(8):before {
  content: "3-8-8.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(9):before {
  content: "3-8-9.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(10):before {
  content: "3-8-10.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(11):before {
  content: "3-8-11.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(12):before {
  content: "3-8-12.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(13):before {
  content: "3-8-13.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(14):before {
  content: "3-8-14.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(15):before {
  content: "3-8-15.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(16):before {
  content: "3-8-16.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(17):before {
  content: "3-8-17.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(18):before {
  content: "3-8-18.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(19):before {
  content: "3-8-19.";
}
.spc-terms .--list3 .--list-second8 > li:nth-child(20):before {
  content: "3-8-20.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(1):before {
  content: "3-9-1.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(2):before {
  content: "3-9-2.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(3):before {
  content: "3-9-3.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(4):before {
  content: "3-9-4.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(5):before {
  content: "3-9-5.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(6):before {
  content: "3-9-6.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(7):before {
  content: "3-9-7.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(8):before {
  content: "3-9-8.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(9):before {
  content: "3-9-9.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(10):before {
  content: "3-9-10.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(11):before {
  content: "3-9-11.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(12):before {
  content: "3-9-12.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(13):before {
  content: "3-9-13.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(14):before {
  content: "3-9-14.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(15):before {
  content: "3-9-15.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(16):before {
  content: "3-9-16.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(17):before {
  content: "3-9-17.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(18):before {
  content: "3-9-18.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(19):before {
  content: "3-9-19.";
}
.spc-terms .--list3 .--list-second9 > li:nth-child(20):before {
  content: "3-9-20.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(1):before {
  content: "3-10-1.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(2):before {
  content: "3-10-2.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(3):before {
  content: "3-10-3.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(4):before {
  content: "3-10-4.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(5):before {
  content: "3-10-5.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(6):before {
  content: "3-10-6.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(7):before {
  content: "3-10-7.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(8):before {
  content: "3-10-8.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(9):before {
  content: "3-10-9.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(10):before {
  content: "3-10-10.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(11):before {
  content: "3-10-11.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(12):before {
  content: "3-10-12.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(13):before {
  content: "3-10-13.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(14):before {
  content: "3-10-14.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(15):before {
  content: "3-10-15.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(16):before {
  content: "3-10-16.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(17):before {
  content: "3-10-17.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(18):before {
  content: "3-10-18.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(19):before {
  content: "3-10-19.";
}
.spc-terms .--list3 .--list-second10 > li:nth-child(20):before {
  content: "3-10-20.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(1):before {
  content: "3-11-1.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(2):before {
  content: "3-11-2.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(3):before {
  content: "3-11-3.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(4):before {
  content: "3-11-4.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(5):before {
  content: "3-11-5.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(6):before {
  content: "3-11-6.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(7):before {
  content: "3-11-7.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(8):before {
  content: "3-11-8.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(9):before {
  content: "3-11-9.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(10):before {
  content: "3-11-10.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(11):before {
  content: "3-11-11.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(12):before {
  content: "3-11-12.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(13):before {
  content: "3-11-13.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(14):before {
  content: "3-11-14.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(15):before {
  content: "3-11-15.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(16):before {
  content: "3-11-16.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(17):before {
  content: "3-11-17.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(18):before {
  content: "3-11-18.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(19):before {
  content: "3-11-19.";
}
.spc-terms .--list3 .--list-second11 > li:nth-child(20):before {
  content: "3-11-20.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(1):before {
  content: "3-12-1.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(2):before {
  content: "3-12-2.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(3):before {
  content: "3-12-3.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(4):before {
  content: "3-12-4.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(5):before {
  content: "3-12-5.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(6):before {
  content: "3-12-6.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(7):before {
  content: "3-12-7.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(8):before {
  content: "3-12-8.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(9):before {
  content: "3-12-9.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(10):before {
  content: "3-12-10.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(11):before {
  content: "3-12-11.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(12):before {
  content: "3-12-12.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(13):before {
  content: "3-12-13.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(14):before {
  content: "3-12-14.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(15):before {
  content: "3-12-15.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(16):before {
  content: "3-12-16.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(17):before {
  content: "3-12-17.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(18):before {
  content: "3-12-18.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(19):before {
  content: "3-12-19.";
}
.spc-terms .--list3 .--list-second12 > li:nth-child(20):before {
  content: "3-12-20.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(1):before {
  content: "3-13-1.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(2):before {
  content: "3-13-2.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(3):before {
  content: "3-13-3.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(4):before {
  content: "3-13-4.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(5):before {
  content: "3-13-5.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(6):before {
  content: "3-13-6.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(7):before {
  content: "3-13-7.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(8):before {
  content: "3-13-8.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(9):before {
  content: "3-13-9.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(10):before {
  content: "3-13-10.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(11):before {
  content: "3-13-11.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(12):before {
  content: "3-13-12.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(13):before {
  content: "3-13-13.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(14):before {
  content: "3-13-14.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(15):before {
  content: "3-13-15.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(16):before {
  content: "3-13-16.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(17):before {
  content: "3-13-17.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(18):before {
  content: "3-13-18.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(19):before {
  content: "3-13-19.";
}
.spc-terms .--list3 .--list-second13 > li:nth-child(20):before {
  content: "3-13-20.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(1):before {
  content: "3-14-1.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(2):before {
  content: "3-14-2.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(3):before {
  content: "3-14-3.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(4):before {
  content: "3-14-4.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(5):before {
  content: "3-14-5.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(6):before {
  content: "3-14-6.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(7):before {
  content: "3-14-7.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(8):before {
  content: "3-14-8.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(9):before {
  content: "3-14-9.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(10):before {
  content: "3-14-10.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(11):before {
  content: "3-14-11.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(12):before {
  content: "3-14-12.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(13):before {
  content: "3-14-13.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(14):before {
  content: "3-14-14.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(15):before {
  content: "3-14-15.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(16):before {
  content: "3-14-16.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(17):before {
  content: "3-14-17.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(18):before {
  content: "3-14-18.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(19):before {
  content: "3-14-19.";
}
.spc-terms .--list3 .--list-second14 > li:nth-child(20):before {
  content: "3-14-20.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(1):before {
  content: "3-15-1.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(2):before {
  content: "3-15-2.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(3):before {
  content: "3-15-3.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(4):before {
  content: "3-15-4.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(5):before {
  content: "3-15-5.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(6):before {
  content: "3-15-6.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(7):before {
  content: "3-15-7.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(8):before {
  content: "3-15-8.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(9):before {
  content: "3-15-9.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(10):before {
  content: "3-15-10.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(11):before {
  content: "3-15-11.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(12):before {
  content: "3-15-12.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(13):before {
  content: "3-15-13.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(14):before {
  content: "3-15-14.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(15):before {
  content: "3-15-15.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(16):before {
  content: "3-15-16.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(17):before {
  content: "3-15-17.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(18):before {
  content: "3-15-18.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(19):before {
  content: "3-15-19.";
}
.spc-terms .--list3 .--list-second15 > li:nth-child(20):before {
  content: "3-15-20.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(1):before {
  content: "3-16-1.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(2):before {
  content: "3-16-2.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(3):before {
  content: "3-16-3.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(4):before {
  content: "3-16-4.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(5):before {
  content: "3-16-5.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(6):before {
  content: "3-16-6.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(7):before {
  content: "3-16-7.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(8):before {
  content: "3-16-8.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(9):before {
  content: "3-16-9.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(10):before {
  content: "3-16-10.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(11):before {
  content: "3-16-11.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(12):before {
  content: "3-16-12.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(13):before {
  content: "3-16-13.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(14):before {
  content: "3-16-14.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(15):before {
  content: "3-16-15.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(16):before {
  content: "3-16-16.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(17):before {
  content: "3-16-17.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(18):before {
  content: "3-16-18.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(19):before {
  content: "3-16-19.";
}
.spc-terms .--list3 .--list-second16 > li:nth-child(20):before {
  content: "3-16-20.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(1):before {
  content: "3-17-1.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(2):before {
  content: "3-17-2.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(3):before {
  content: "3-17-3.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(4):before {
  content: "3-17-4.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(5):before {
  content: "3-17-5.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(6):before {
  content: "3-17-6.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(7):before {
  content: "3-17-7.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(8):before {
  content: "3-17-8.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(9):before {
  content: "3-17-9.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(10):before {
  content: "3-17-10.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(11):before {
  content: "3-17-11.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(12):before {
  content: "3-17-12.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(13):before {
  content: "3-17-13.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(14):before {
  content: "3-17-14.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(15):before {
  content: "3-17-15.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(16):before {
  content: "3-17-16.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(17):before {
  content: "3-17-17.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(18):before {
  content: "3-17-18.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(19):before {
  content: "3-17-19.";
}
.spc-terms .--list3 .--list-second17 > li:nth-child(20):before {
  content: "3-17-20.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(1):before {
  content: "3-18-1.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(2):before {
  content: "3-18-2.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(3):before {
  content: "3-18-3.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(4):before {
  content: "3-18-4.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(5):before {
  content: "3-18-5.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(6):before {
  content: "3-18-6.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(7):before {
  content: "3-18-7.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(8):before {
  content: "3-18-8.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(9):before {
  content: "3-18-9.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(10):before {
  content: "3-18-10.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(11):before {
  content: "3-18-11.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(12):before {
  content: "3-18-12.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(13):before {
  content: "3-18-13.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(14):before {
  content: "3-18-14.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(15):before {
  content: "3-18-15.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(16):before {
  content: "3-18-16.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(17):before {
  content: "3-18-17.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(18):before {
  content: "3-18-18.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(19):before {
  content: "3-18-19.";
}
.spc-terms .--list3 .--list-second18 > li:nth-child(20):before {
  content: "3-18-20.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(1):before {
  content: "3-19-1.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(2):before {
  content: "3-19-2.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(3):before {
  content: "3-19-3.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(4):before {
  content: "3-19-4.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(5):before {
  content: "3-19-5.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(6):before {
  content: "3-19-6.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(7):before {
  content: "3-19-7.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(8):before {
  content: "3-19-8.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(9):before {
  content: "3-19-9.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(10):before {
  content: "3-19-10.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(11):before {
  content: "3-19-11.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(12):before {
  content: "3-19-12.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(13):before {
  content: "3-19-13.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(14):before {
  content: "3-19-14.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(15):before {
  content: "3-19-15.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(16):before {
  content: "3-19-16.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(17):before {
  content: "3-19-17.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(18):before {
  content: "3-19-18.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(19):before {
  content: "3-19-19.";
}
.spc-terms .--list3 .--list-second19 > li:nth-child(20):before {
  content: "3-19-20.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(1):before {
  content: "3-20-1.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(2):before {
  content: "3-20-2.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(3):before {
  content: "3-20-3.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(4):before {
  content: "3-20-4.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(5):before {
  content: "3-20-5.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(6):before {
  content: "3-20-6.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(7):before {
  content: "3-20-7.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(8):before {
  content: "3-20-8.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(9):before {
  content: "3-20-9.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(10):before {
  content: "3-20-10.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(11):before {
  content: "3-20-11.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(12):before {
  content: "3-20-12.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(13):before {
  content: "3-20-13.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(14):before {
  content: "3-20-14.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(15):before {
  content: "3-20-15.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(16):before {
  content: "3-20-16.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(17):before {
  content: "3-20-17.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(18):before {
  content: "3-20-18.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(19):before {
  content: "3-20-19.";
}
.spc-terms .--list3 .--list-second20 > li:nth-child(20):before {
  content: "3-20-20.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(1):before {
  content: "4-1-1.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(2):before {
  content: "4-1-2.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(3):before {
  content: "4-1-3.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(4):before {
  content: "4-1-4.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(5):before {
  content: "4-1-5.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(6):before {
  content: "4-1-6.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(7):before {
  content: "4-1-7.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(8):before {
  content: "4-1-8.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(9):before {
  content: "4-1-9.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(10):before {
  content: "4-1-10.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(11):before {
  content: "4-1-11.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(12):before {
  content: "4-1-12.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(13):before {
  content: "4-1-13.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(14):before {
  content: "4-1-14.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(15):before {
  content: "4-1-15.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(16):before {
  content: "4-1-16.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(17):before {
  content: "4-1-17.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(18):before {
  content: "4-1-18.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(19):before {
  content: "4-1-19.";
}
.spc-terms .--list4 .--list-second1 > li:nth-child(20):before {
  content: "4-1-20.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(1):before {
  content: "4-2-1.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(2):before {
  content: "4-2-2.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(3):before {
  content: "4-2-3.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(4):before {
  content: "4-2-4.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(5):before {
  content: "4-2-5.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(6):before {
  content: "4-2-6.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(7):before {
  content: "4-2-7.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(8):before {
  content: "4-2-8.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(9):before {
  content: "4-2-9.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(10):before {
  content: "4-2-10.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(11):before {
  content: "4-2-11.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(12):before {
  content: "4-2-12.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(13):before {
  content: "4-2-13.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(14):before {
  content: "4-2-14.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(15):before {
  content: "4-2-15.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(16):before {
  content: "4-2-16.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(17):before {
  content: "4-2-17.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(18):before {
  content: "4-2-18.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(19):before {
  content: "4-2-19.";
}
.spc-terms .--list4 .--list-second2 > li:nth-child(20):before {
  content: "4-2-20.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(1):before {
  content: "4-3-1.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(2):before {
  content: "4-3-2.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(3):before {
  content: "4-3-3.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(4):before {
  content: "4-3-4.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(5):before {
  content: "4-3-5.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(6):before {
  content: "4-3-6.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(7):before {
  content: "4-3-7.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(8):before {
  content: "4-3-8.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(9):before {
  content: "4-3-9.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(10):before {
  content: "4-3-10.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(11):before {
  content: "4-3-11.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(12):before {
  content: "4-3-12.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(13):before {
  content: "4-3-13.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(14):before {
  content: "4-3-14.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(15):before {
  content: "4-3-15.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(16):before {
  content: "4-3-16.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(17):before {
  content: "4-3-17.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(18):before {
  content: "4-3-18.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(19):before {
  content: "4-3-19.";
}
.spc-terms .--list4 .--list-second3 > li:nth-child(20):before {
  content: "4-3-20.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(1):before {
  content: "4-4-1.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(2):before {
  content: "4-4-2.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(3):before {
  content: "4-4-3.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(4):before {
  content: "4-4-4.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(5):before {
  content: "4-4-5.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(6):before {
  content: "4-4-6.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(7):before {
  content: "4-4-7.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(8):before {
  content: "4-4-8.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(9):before {
  content: "4-4-9.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(10):before {
  content: "4-4-10.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(11):before {
  content: "4-4-11.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(12):before {
  content: "4-4-12.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(13):before {
  content: "4-4-13.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(14):before {
  content: "4-4-14.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(15):before {
  content: "4-4-15.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(16):before {
  content: "4-4-16.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(17):before {
  content: "4-4-17.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(18):before {
  content: "4-4-18.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(19):before {
  content: "4-4-19.";
}
.spc-terms .--list4 .--list-second4 > li:nth-child(20):before {
  content: "4-4-20.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(1):before {
  content: "4-5-1.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(2):before {
  content: "4-5-2.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(3):before {
  content: "4-5-3.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(4):before {
  content: "4-5-4.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(5):before {
  content: "4-5-5.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(6):before {
  content: "4-5-6.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(7):before {
  content: "4-5-7.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(8):before {
  content: "4-5-8.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(9):before {
  content: "4-5-9.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(10):before {
  content: "4-5-10.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(11):before {
  content: "4-5-11.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(12):before {
  content: "4-5-12.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(13):before {
  content: "4-5-13.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(14):before {
  content: "4-5-14.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(15):before {
  content: "4-5-15.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(16):before {
  content: "4-5-16.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(17):before {
  content: "4-5-17.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(18):before {
  content: "4-5-18.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(19):before {
  content: "4-5-19.";
}
.spc-terms .--list4 .--list-second5 > li:nth-child(20):before {
  content: "4-5-20.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(1):before {
  content: "4-6-1.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(2):before {
  content: "4-6-2.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(3):before {
  content: "4-6-3.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(4):before {
  content: "4-6-4.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(5):before {
  content: "4-6-5.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(6):before {
  content: "4-6-6.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(7):before {
  content: "4-6-7.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(8):before {
  content: "4-6-8.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(9):before {
  content: "4-6-9.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(10):before {
  content: "4-6-10.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(11):before {
  content: "4-6-11.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(12):before {
  content: "4-6-12.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(13):before {
  content: "4-6-13.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(14):before {
  content: "4-6-14.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(15):before {
  content: "4-6-15.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(16):before {
  content: "4-6-16.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(17):before {
  content: "4-6-17.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(18):before {
  content: "4-6-18.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(19):before {
  content: "4-6-19.";
}
.spc-terms .--list4 .--list-second6 > li:nth-child(20):before {
  content: "4-6-20.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(1):before {
  content: "4-7-1.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(2):before {
  content: "4-7-2.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(3):before {
  content: "4-7-3.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(4):before {
  content: "4-7-4.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(5):before {
  content: "4-7-5.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(6):before {
  content: "4-7-6.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(7):before {
  content: "4-7-7.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(8):before {
  content: "4-7-8.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(9):before {
  content: "4-7-9.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(10):before {
  content: "4-7-10.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(11):before {
  content: "4-7-11.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(12):before {
  content: "4-7-12.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(13):before {
  content: "4-7-13.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(14):before {
  content: "4-7-14.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(15):before {
  content: "4-7-15.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(16):before {
  content: "4-7-16.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(17):before {
  content: "4-7-17.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(18):before {
  content: "4-7-18.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(19):before {
  content: "4-7-19.";
}
.spc-terms .--list4 .--list-second7 > li:nth-child(20):before {
  content: "4-7-20.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(1):before {
  content: "4-8-1.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(2):before {
  content: "4-8-2.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(3):before {
  content: "4-8-3.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(4):before {
  content: "4-8-4.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(5):before {
  content: "4-8-5.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(6):before {
  content: "4-8-6.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(7):before {
  content: "4-8-7.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(8):before {
  content: "4-8-8.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(9):before {
  content: "4-8-9.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(10):before {
  content: "4-8-10.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(11):before {
  content: "4-8-11.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(12):before {
  content: "4-8-12.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(13):before {
  content: "4-8-13.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(14):before {
  content: "4-8-14.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(15):before {
  content: "4-8-15.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(16):before {
  content: "4-8-16.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(17):before {
  content: "4-8-17.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(18):before {
  content: "4-8-18.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(19):before {
  content: "4-8-19.";
}
.spc-terms .--list4 .--list-second8 > li:nth-child(20):before {
  content: "4-8-20.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(1):before {
  content: "4-9-1.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(2):before {
  content: "4-9-2.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(3):before {
  content: "4-9-3.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(4):before {
  content: "4-9-4.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(5):before {
  content: "4-9-5.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(6):before {
  content: "4-9-6.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(7):before {
  content: "4-9-7.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(8):before {
  content: "4-9-8.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(9):before {
  content: "4-9-9.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(10):before {
  content: "4-9-10.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(11):before {
  content: "4-9-11.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(12):before {
  content: "4-9-12.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(13):before {
  content: "4-9-13.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(14):before {
  content: "4-9-14.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(15):before {
  content: "4-9-15.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(16):before {
  content: "4-9-16.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(17):before {
  content: "4-9-17.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(18):before {
  content: "4-9-18.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(19):before {
  content: "4-9-19.";
}
.spc-terms .--list4 .--list-second9 > li:nth-child(20):before {
  content: "4-9-20.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(1):before {
  content: "4-10-1.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(2):before {
  content: "4-10-2.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(3):before {
  content: "4-10-3.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(4):before {
  content: "4-10-4.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(5):before {
  content: "4-10-5.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(6):before {
  content: "4-10-6.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(7):before {
  content: "4-10-7.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(8):before {
  content: "4-10-8.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(9):before {
  content: "4-10-9.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(10):before {
  content: "4-10-10.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(11):before {
  content: "4-10-11.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(12):before {
  content: "4-10-12.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(13):before {
  content: "4-10-13.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(14):before {
  content: "4-10-14.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(15):before {
  content: "4-10-15.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(16):before {
  content: "4-10-16.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(17):before {
  content: "4-10-17.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(18):before {
  content: "4-10-18.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(19):before {
  content: "4-10-19.";
}
.spc-terms .--list4 .--list-second10 > li:nth-child(20):before {
  content: "4-10-20.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(1):before {
  content: "4-11-1.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(2):before {
  content: "4-11-2.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(3):before {
  content: "4-11-3.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(4):before {
  content: "4-11-4.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(5):before {
  content: "4-11-5.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(6):before {
  content: "4-11-6.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(7):before {
  content: "4-11-7.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(8):before {
  content: "4-11-8.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(9):before {
  content: "4-11-9.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(10):before {
  content: "4-11-10.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(11):before {
  content: "4-11-11.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(12):before {
  content: "4-11-12.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(13):before {
  content: "4-11-13.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(14):before {
  content: "4-11-14.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(15):before {
  content: "4-11-15.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(16):before {
  content: "4-11-16.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(17):before {
  content: "4-11-17.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(18):before {
  content: "4-11-18.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(19):before {
  content: "4-11-19.";
}
.spc-terms .--list4 .--list-second11 > li:nth-child(20):before {
  content: "4-11-20.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(1):before {
  content: "4-12-1.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(2):before {
  content: "4-12-2.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(3):before {
  content: "4-12-3.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(4):before {
  content: "4-12-4.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(5):before {
  content: "4-12-5.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(6):before {
  content: "4-12-6.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(7):before {
  content: "4-12-7.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(8):before {
  content: "4-12-8.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(9):before {
  content: "4-12-9.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(10):before {
  content: "4-12-10.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(11):before {
  content: "4-12-11.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(12):before {
  content: "4-12-12.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(13):before {
  content: "4-12-13.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(14):before {
  content: "4-12-14.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(15):before {
  content: "4-12-15.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(16):before {
  content: "4-12-16.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(17):before {
  content: "4-12-17.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(18):before {
  content: "4-12-18.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(19):before {
  content: "4-12-19.";
}
.spc-terms .--list4 .--list-second12 > li:nth-child(20):before {
  content: "4-12-20.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(1):before {
  content: "4-13-1.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(2):before {
  content: "4-13-2.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(3):before {
  content: "4-13-3.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(4):before {
  content: "4-13-4.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(5):before {
  content: "4-13-5.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(6):before {
  content: "4-13-6.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(7):before {
  content: "4-13-7.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(8):before {
  content: "4-13-8.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(9):before {
  content: "4-13-9.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(10):before {
  content: "4-13-10.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(11):before {
  content: "4-13-11.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(12):before {
  content: "4-13-12.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(13):before {
  content: "4-13-13.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(14):before {
  content: "4-13-14.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(15):before {
  content: "4-13-15.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(16):before {
  content: "4-13-16.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(17):before {
  content: "4-13-17.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(18):before {
  content: "4-13-18.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(19):before {
  content: "4-13-19.";
}
.spc-terms .--list4 .--list-second13 > li:nth-child(20):before {
  content: "4-13-20.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(1):before {
  content: "4-14-1.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(2):before {
  content: "4-14-2.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(3):before {
  content: "4-14-3.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(4):before {
  content: "4-14-4.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(5):before {
  content: "4-14-5.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(6):before {
  content: "4-14-6.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(7):before {
  content: "4-14-7.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(8):before {
  content: "4-14-8.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(9):before {
  content: "4-14-9.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(10):before {
  content: "4-14-10.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(11):before {
  content: "4-14-11.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(12):before {
  content: "4-14-12.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(13):before {
  content: "4-14-13.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(14):before {
  content: "4-14-14.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(15):before {
  content: "4-14-15.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(16):before {
  content: "4-14-16.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(17):before {
  content: "4-14-17.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(18):before {
  content: "4-14-18.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(19):before {
  content: "4-14-19.";
}
.spc-terms .--list4 .--list-second14 > li:nth-child(20):before {
  content: "4-14-20.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(1):before {
  content: "4-15-1.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(2):before {
  content: "4-15-2.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(3):before {
  content: "4-15-3.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(4):before {
  content: "4-15-4.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(5):before {
  content: "4-15-5.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(6):before {
  content: "4-15-6.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(7):before {
  content: "4-15-7.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(8):before {
  content: "4-15-8.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(9):before {
  content: "4-15-9.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(10):before {
  content: "4-15-10.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(11):before {
  content: "4-15-11.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(12):before {
  content: "4-15-12.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(13):before {
  content: "4-15-13.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(14):before {
  content: "4-15-14.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(15):before {
  content: "4-15-15.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(16):before {
  content: "4-15-16.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(17):before {
  content: "4-15-17.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(18):before {
  content: "4-15-18.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(19):before {
  content: "4-15-19.";
}
.spc-terms .--list4 .--list-second15 > li:nth-child(20):before {
  content: "4-15-20.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(1):before {
  content: "4-16-1.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(2):before {
  content: "4-16-2.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(3):before {
  content: "4-16-3.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(4):before {
  content: "4-16-4.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(5):before {
  content: "4-16-5.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(6):before {
  content: "4-16-6.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(7):before {
  content: "4-16-7.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(8):before {
  content: "4-16-8.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(9):before {
  content: "4-16-9.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(10):before {
  content: "4-16-10.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(11):before {
  content: "4-16-11.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(12):before {
  content: "4-16-12.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(13):before {
  content: "4-16-13.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(14):before {
  content: "4-16-14.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(15):before {
  content: "4-16-15.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(16):before {
  content: "4-16-16.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(17):before {
  content: "4-16-17.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(18):before {
  content: "4-16-18.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(19):before {
  content: "4-16-19.";
}
.spc-terms .--list4 .--list-second16 > li:nth-child(20):before {
  content: "4-16-20.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(1):before {
  content: "4-17-1.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(2):before {
  content: "4-17-2.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(3):before {
  content: "4-17-3.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(4):before {
  content: "4-17-4.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(5):before {
  content: "4-17-5.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(6):before {
  content: "4-17-6.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(7):before {
  content: "4-17-7.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(8):before {
  content: "4-17-8.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(9):before {
  content: "4-17-9.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(10):before {
  content: "4-17-10.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(11):before {
  content: "4-17-11.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(12):before {
  content: "4-17-12.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(13):before {
  content: "4-17-13.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(14):before {
  content: "4-17-14.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(15):before {
  content: "4-17-15.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(16):before {
  content: "4-17-16.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(17):before {
  content: "4-17-17.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(18):before {
  content: "4-17-18.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(19):before {
  content: "4-17-19.";
}
.spc-terms .--list4 .--list-second17 > li:nth-child(20):before {
  content: "4-17-20.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(1):before {
  content: "4-18-1.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(2):before {
  content: "4-18-2.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(3):before {
  content: "4-18-3.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(4):before {
  content: "4-18-4.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(5):before {
  content: "4-18-5.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(6):before {
  content: "4-18-6.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(7):before {
  content: "4-18-7.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(8):before {
  content: "4-18-8.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(9):before {
  content: "4-18-9.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(10):before {
  content: "4-18-10.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(11):before {
  content: "4-18-11.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(12):before {
  content: "4-18-12.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(13):before {
  content: "4-18-13.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(14):before {
  content: "4-18-14.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(15):before {
  content: "4-18-15.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(16):before {
  content: "4-18-16.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(17):before {
  content: "4-18-17.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(18):before {
  content: "4-18-18.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(19):before {
  content: "4-18-19.";
}
.spc-terms .--list4 .--list-second18 > li:nth-child(20):before {
  content: "4-18-20.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(1):before {
  content: "4-19-1.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(2):before {
  content: "4-19-2.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(3):before {
  content: "4-19-3.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(4):before {
  content: "4-19-4.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(5):before {
  content: "4-19-5.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(6):before {
  content: "4-19-6.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(7):before {
  content: "4-19-7.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(8):before {
  content: "4-19-8.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(9):before {
  content: "4-19-9.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(10):before {
  content: "4-19-10.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(11):before {
  content: "4-19-11.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(12):before {
  content: "4-19-12.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(13):before {
  content: "4-19-13.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(14):before {
  content: "4-19-14.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(15):before {
  content: "4-19-15.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(16):before {
  content: "4-19-16.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(17):before {
  content: "4-19-17.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(18):before {
  content: "4-19-18.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(19):before {
  content: "4-19-19.";
}
.spc-terms .--list4 .--list-second19 > li:nth-child(20):before {
  content: "4-19-20.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(1):before {
  content: "4-20-1.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(2):before {
  content: "4-20-2.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(3):before {
  content: "4-20-3.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(4):before {
  content: "4-20-4.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(5):before {
  content: "4-20-5.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(6):before {
  content: "4-20-6.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(7):before {
  content: "4-20-7.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(8):before {
  content: "4-20-8.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(9):before {
  content: "4-20-9.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(10):before {
  content: "4-20-10.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(11):before {
  content: "4-20-11.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(12):before {
  content: "4-20-12.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(13):before {
  content: "4-20-13.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(14):before {
  content: "4-20-14.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(15):before {
  content: "4-20-15.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(16):before {
  content: "4-20-16.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(17):before {
  content: "4-20-17.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(18):before {
  content: "4-20-18.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(19):before {
  content: "4-20-19.";
}
.spc-terms .--list4 .--list-second20 > li:nth-child(20):before {
  content: "4-20-20.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(1):before {
  content: "5-1-1.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(2):before {
  content: "5-1-2.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(3):before {
  content: "5-1-3.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(4):before {
  content: "5-1-4.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(5):before {
  content: "5-1-5.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(6):before {
  content: "5-1-6.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(7):before {
  content: "5-1-7.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(8):before {
  content: "5-1-8.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(9):before {
  content: "5-1-9.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(10):before {
  content: "5-1-10.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(11):before {
  content: "5-1-11.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(12):before {
  content: "5-1-12.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(13):before {
  content: "5-1-13.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(14):before {
  content: "5-1-14.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(15):before {
  content: "5-1-15.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(16):before {
  content: "5-1-16.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(17):before {
  content: "5-1-17.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(18):before {
  content: "5-1-18.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(19):before {
  content: "5-1-19.";
}
.spc-terms .--list5 .--list-second1 > li:nth-child(20):before {
  content: "5-1-20.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(1):before {
  content: "5-2-1.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(2):before {
  content: "5-2-2.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(3):before {
  content: "5-2-3.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(4):before {
  content: "5-2-4.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(5):before {
  content: "5-2-5.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(6):before {
  content: "5-2-6.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(7):before {
  content: "5-2-7.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(8):before {
  content: "5-2-8.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(9):before {
  content: "5-2-9.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(10):before {
  content: "5-2-10.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(11):before {
  content: "5-2-11.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(12):before {
  content: "5-2-12.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(13):before {
  content: "5-2-13.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(14):before {
  content: "5-2-14.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(15):before {
  content: "5-2-15.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(16):before {
  content: "5-2-16.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(17):before {
  content: "5-2-17.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(18):before {
  content: "5-2-18.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(19):before {
  content: "5-2-19.";
}
.spc-terms .--list5 .--list-second2 > li:nth-child(20):before {
  content: "5-2-20.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(1):before {
  content: "5-3-1.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(2):before {
  content: "5-3-2.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(3):before {
  content: "5-3-3.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(4):before {
  content: "5-3-4.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(5):before {
  content: "5-3-5.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(6):before {
  content: "5-3-6.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(7):before {
  content: "5-3-7.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(8):before {
  content: "5-3-8.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(9):before {
  content: "5-3-9.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(10):before {
  content: "5-3-10.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(11):before {
  content: "5-3-11.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(12):before {
  content: "5-3-12.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(13):before {
  content: "5-3-13.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(14):before {
  content: "5-3-14.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(15):before {
  content: "5-3-15.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(16):before {
  content: "5-3-16.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(17):before {
  content: "5-3-17.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(18):before {
  content: "5-3-18.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(19):before {
  content: "5-3-19.";
}
.spc-terms .--list5 .--list-second3 > li:nth-child(20):before {
  content: "5-3-20.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(1):before {
  content: "5-4-1.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(2):before {
  content: "5-4-2.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(3):before {
  content: "5-4-3.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(4):before {
  content: "5-4-4.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(5):before {
  content: "5-4-5.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(6):before {
  content: "5-4-6.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(7):before {
  content: "5-4-7.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(8):before {
  content: "5-4-8.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(9):before {
  content: "5-4-9.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(10):before {
  content: "5-4-10.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(11):before {
  content: "5-4-11.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(12):before {
  content: "5-4-12.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(13):before {
  content: "5-4-13.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(14):before {
  content: "5-4-14.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(15):before {
  content: "5-4-15.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(16):before {
  content: "5-4-16.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(17):before {
  content: "5-4-17.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(18):before {
  content: "5-4-18.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(19):before {
  content: "5-4-19.";
}
.spc-terms .--list5 .--list-second4 > li:nth-child(20):before {
  content: "5-4-20.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(1):before {
  content: "5-5-1.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(2):before {
  content: "5-5-2.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(3):before {
  content: "5-5-3.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(4):before {
  content: "5-5-4.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(5):before {
  content: "5-5-5.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(6):before {
  content: "5-5-6.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(7):before {
  content: "5-5-7.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(8):before {
  content: "5-5-8.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(9):before {
  content: "5-5-9.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(10):before {
  content: "5-5-10.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(11):before {
  content: "5-5-11.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(12):before {
  content: "5-5-12.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(13):before {
  content: "5-5-13.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(14):before {
  content: "5-5-14.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(15):before {
  content: "5-5-15.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(16):before {
  content: "5-5-16.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(17):before {
  content: "5-5-17.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(18):before {
  content: "5-5-18.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(19):before {
  content: "5-5-19.";
}
.spc-terms .--list5 .--list-second5 > li:nth-child(20):before {
  content: "5-5-20.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(1):before {
  content: "5-6-1.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(2):before {
  content: "5-6-2.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(3):before {
  content: "5-6-3.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(4):before {
  content: "5-6-4.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(5):before {
  content: "5-6-5.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(6):before {
  content: "5-6-6.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(7):before {
  content: "5-6-7.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(8):before {
  content: "5-6-8.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(9):before {
  content: "5-6-9.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(10):before {
  content: "5-6-10.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(11):before {
  content: "5-6-11.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(12):before {
  content: "5-6-12.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(13):before {
  content: "5-6-13.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(14):before {
  content: "5-6-14.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(15):before {
  content: "5-6-15.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(16):before {
  content: "5-6-16.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(17):before {
  content: "5-6-17.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(18):before {
  content: "5-6-18.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(19):before {
  content: "5-6-19.";
}
.spc-terms .--list5 .--list-second6 > li:nth-child(20):before {
  content: "5-6-20.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(1):before {
  content: "5-7-1.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(2):before {
  content: "5-7-2.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(3):before {
  content: "5-7-3.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(4):before {
  content: "5-7-4.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(5):before {
  content: "5-7-5.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(6):before {
  content: "5-7-6.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(7):before {
  content: "5-7-7.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(8):before {
  content: "5-7-8.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(9):before {
  content: "5-7-9.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(10):before {
  content: "5-7-10.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(11):before {
  content: "5-7-11.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(12):before {
  content: "5-7-12.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(13):before {
  content: "5-7-13.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(14):before {
  content: "5-7-14.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(15):before {
  content: "5-7-15.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(16):before {
  content: "5-7-16.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(17):before {
  content: "5-7-17.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(18):before {
  content: "5-7-18.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(19):before {
  content: "5-7-19.";
}
.spc-terms .--list5 .--list-second7 > li:nth-child(20):before {
  content: "5-7-20.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(1):before {
  content: "5-8-1.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(2):before {
  content: "5-8-2.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(3):before {
  content: "5-8-3.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(4):before {
  content: "5-8-4.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(5):before {
  content: "5-8-5.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(6):before {
  content: "5-8-6.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(7):before {
  content: "5-8-7.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(8):before {
  content: "5-8-8.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(9):before {
  content: "5-8-9.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(10):before {
  content: "5-8-10.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(11):before {
  content: "5-8-11.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(12):before {
  content: "5-8-12.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(13):before {
  content: "5-8-13.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(14):before {
  content: "5-8-14.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(15):before {
  content: "5-8-15.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(16):before {
  content: "5-8-16.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(17):before {
  content: "5-8-17.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(18):before {
  content: "5-8-18.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(19):before {
  content: "5-8-19.";
}
.spc-terms .--list5 .--list-second8 > li:nth-child(20):before {
  content: "5-8-20.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(1):before {
  content: "5-9-1.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(2):before {
  content: "5-9-2.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(3):before {
  content: "5-9-3.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(4):before {
  content: "5-9-4.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(5):before {
  content: "5-9-5.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(6):before {
  content: "5-9-6.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(7):before {
  content: "5-9-7.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(8):before {
  content: "5-9-8.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(9):before {
  content: "5-9-9.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(10):before {
  content: "5-9-10.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(11):before {
  content: "5-9-11.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(12):before {
  content: "5-9-12.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(13):before {
  content: "5-9-13.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(14):before {
  content: "5-9-14.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(15):before {
  content: "5-9-15.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(16):before {
  content: "5-9-16.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(17):before {
  content: "5-9-17.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(18):before {
  content: "5-9-18.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(19):before {
  content: "5-9-19.";
}
.spc-terms .--list5 .--list-second9 > li:nth-child(20):before {
  content: "5-9-20.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(1):before {
  content: "5-10-1.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(2):before {
  content: "5-10-2.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(3):before {
  content: "5-10-3.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(4):before {
  content: "5-10-4.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(5):before {
  content: "5-10-5.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(6):before {
  content: "5-10-6.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(7):before {
  content: "5-10-7.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(8):before {
  content: "5-10-8.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(9):before {
  content: "5-10-9.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(10):before {
  content: "5-10-10.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(11):before {
  content: "5-10-11.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(12):before {
  content: "5-10-12.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(13):before {
  content: "5-10-13.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(14):before {
  content: "5-10-14.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(15):before {
  content: "5-10-15.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(16):before {
  content: "5-10-16.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(17):before {
  content: "5-10-17.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(18):before {
  content: "5-10-18.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(19):before {
  content: "5-10-19.";
}
.spc-terms .--list5 .--list-second10 > li:nth-child(20):before {
  content: "5-10-20.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(1):before {
  content: "5-11-1.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(2):before {
  content: "5-11-2.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(3):before {
  content: "5-11-3.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(4):before {
  content: "5-11-4.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(5):before {
  content: "5-11-5.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(6):before {
  content: "5-11-6.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(7):before {
  content: "5-11-7.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(8):before {
  content: "5-11-8.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(9):before {
  content: "5-11-9.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(10):before {
  content: "5-11-10.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(11):before {
  content: "5-11-11.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(12):before {
  content: "5-11-12.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(13):before {
  content: "5-11-13.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(14):before {
  content: "5-11-14.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(15):before {
  content: "5-11-15.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(16):before {
  content: "5-11-16.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(17):before {
  content: "5-11-17.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(18):before {
  content: "5-11-18.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(19):before {
  content: "5-11-19.";
}
.spc-terms .--list5 .--list-second11 > li:nth-child(20):before {
  content: "5-11-20.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(1):before {
  content: "5-12-1.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(2):before {
  content: "5-12-2.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(3):before {
  content: "5-12-3.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(4):before {
  content: "5-12-4.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(5):before {
  content: "5-12-5.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(6):before {
  content: "5-12-6.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(7):before {
  content: "5-12-7.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(8):before {
  content: "5-12-8.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(9):before {
  content: "5-12-9.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(10):before {
  content: "5-12-10.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(11):before {
  content: "5-12-11.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(12):before {
  content: "5-12-12.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(13):before {
  content: "5-12-13.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(14):before {
  content: "5-12-14.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(15):before {
  content: "5-12-15.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(16):before {
  content: "5-12-16.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(17):before {
  content: "5-12-17.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(18):before {
  content: "5-12-18.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(19):before {
  content: "5-12-19.";
}
.spc-terms .--list5 .--list-second12 > li:nth-child(20):before {
  content: "5-12-20.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(1):before {
  content: "5-13-1.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(2):before {
  content: "5-13-2.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(3):before {
  content: "5-13-3.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(4):before {
  content: "5-13-4.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(5):before {
  content: "5-13-5.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(6):before {
  content: "5-13-6.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(7):before {
  content: "5-13-7.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(8):before {
  content: "5-13-8.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(9):before {
  content: "5-13-9.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(10):before {
  content: "5-13-10.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(11):before {
  content: "5-13-11.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(12):before {
  content: "5-13-12.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(13):before {
  content: "5-13-13.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(14):before {
  content: "5-13-14.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(15):before {
  content: "5-13-15.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(16):before {
  content: "5-13-16.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(17):before {
  content: "5-13-17.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(18):before {
  content: "5-13-18.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(19):before {
  content: "5-13-19.";
}
.spc-terms .--list5 .--list-second13 > li:nth-child(20):before {
  content: "5-13-20.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(1):before {
  content: "5-14-1.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(2):before {
  content: "5-14-2.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(3):before {
  content: "5-14-3.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(4):before {
  content: "5-14-4.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(5):before {
  content: "5-14-5.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(6):before {
  content: "5-14-6.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(7):before {
  content: "5-14-7.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(8):before {
  content: "5-14-8.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(9):before {
  content: "5-14-9.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(10):before {
  content: "5-14-10.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(11):before {
  content: "5-14-11.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(12):before {
  content: "5-14-12.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(13):before {
  content: "5-14-13.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(14):before {
  content: "5-14-14.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(15):before {
  content: "5-14-15.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(16):before {
  content: "5-14-16.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(17):before {
  content: "5-14-17.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(18):before {
  content: "5-14-18.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(19):before {
  content: "5-14-19.";
}
.spc-terms .--list5 .--list-second14 > li:nth-child(20):before {
  content: "5-14-20.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(1):before {
  content: "5-15-1.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(2):before {
  content: "5-15-2.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(3):before {
  content: "5-15-3.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(4):before {
  content: "5-15-4.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(5):before {
  content: "5-15-5.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(6):before {
  content: "5-15-6.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(7):before {
  content: "5-15-7.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(8):before {
  content: "5-15-8.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(9):before {
  content: "5-15-9.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(10):before {
  content: "5-15-10.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(11):before {
  content: "5-15-11.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(12):before {
  content: "5-15-12.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(13):before {
  content: "5-15-13.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(14):before {
  content: "5-15-14.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(15):before {
  content: "5-15-15.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(16):before {
  content: "5-15-16.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(17):before {
  content: "5-15-17.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(18):before {
  content: "5-15-18.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(19):before {
  content: "5-15-19.";
}
.spc-terms .--list5 .--list-second15 > li:nth-child(20):before {
  content: "5-15-20.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(1):before {
  content: "5-16-1.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(2):before {
  content: "5-16-2.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(3):before {
  content: "5-16-3.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(4):before {
  content: "5-16-4.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(5):before {
  content: "5-16-5.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(6):before {
  content: "5-16-6.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(7):before {
  content: "5-16-7.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(8):before {
  content: "5-16-8.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(9):before {
  content: "5-16-9.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(10):before {
  content: "5-16-10.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(11):before {
  content: "5-16-11.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(12):before {
  content: "5-16-12.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(13):before {
  content: "5-16-13.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(14):before {
  content: "5-16-14.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(15):before {
  content: "5-16-15.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(16):before {
  content: "5-16-16.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(17):before {
  content: "5-16-17.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(18):before {
  content: "5-16-18.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(19):before {
  content: "5-16-19.";
}
.spc-terms .--list5 .--list-second16 > li:nth-child(20):before {
  content: "5-16-20.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(1):before {
  content: "5-17-1.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(2):before {
  content: "5-17-2.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(3):before {
  content: "5-17-3.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(4):before {
  content: "5-17-4.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(5):before {
  content: "5-17-5.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(6):before {
  content: "5-17-6.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(7):before {
  content: "5-17-7.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(8):before {
  content: "5-17-8.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(9):before {
  content: "5-17-9.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(10):before {
  content: "5-17-10.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(11):before {
  content: "5-17-11.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(12):before {
  content: "5-17-12.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(13):before {
  content: "5-17-13.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(14):before {
  content: "5-17-14.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(15):before {
  content: "5-17-15.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(16):before {
  content: "5-17-16.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(17):before {
  content: "5-17-17.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(18):before {
  content: "5-17-18.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(19):before {
  content: "5-17-19.";
}
.spc-terms .--list5 .--list-second17 > li:nth-child(20):before {
  content: "5-17-20.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(1):before {
  content: "5-18-1.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(2):before {
  content: "5-18-2.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(3):before {
  content: "5-18-3.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(4):before {
  content: "5-18-4.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(5):before {
  content: "5-18-5.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(6):before {
  content: "5-18-6.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(7):before {
  content: "5-18-7.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(8):before {
  content: "5-18-8.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(9):before {
  content: "5-18-9.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(10):before {
  content: "5-18-10.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(11):before {
  content: "5-18-11.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(12):before {
  content: "5-18-12.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(13):before {
  content: "5-18-13.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(14):before {
  content: "5-18-14.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(15):before {
  content: "5-18-15.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(16):before {
  content: "5-18-16.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(17):before {
  content: "5-18-17.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(18):before {
  content: "5-18-18.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(19):before {
  content: "5-18-19.";
}
.spc-terms .--list5 .--list-second18 > li:nth-child(20):before {
  content: "5-18-20.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(1):before {
  content: "5-19-1.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(2):before {
  content: "5-19-2.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(3):before {
  content: "5-19-3.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(4):before {
  content: "5-19-4.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(5):before {
  content: "5-19-5.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(6):before {
  content: "5-19-6.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(7):before {
  content: "5-19-7.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(8):before {
  content: "5-19-8.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(9):before {
  content: "5-19-9.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(10):before {
  content: "5-19-10.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(11):before {
  content: "5-19-11.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(12):before {
  content: "5-19-12.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(13):before {
  content: "5-19-13.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(14):before {
  content: "5-19-14.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(15):before {
  content: "5-19-15.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(16):before {
  content: "5-19-16.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(17):before {
  content: "5-19-17.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(18):before {
  content: "5-19-18.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(19):before {
  content: "5-19-19.";
}
.spc-terms .--list5 .--list-second19 > li:nth-child(20):before {
  content: "5-19-20.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(1):before {
  content: "5-20-1.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(2):before {
  content: "5-20-2.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(3):before {
  content: "5-20-3.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(4):before {
  content: "5-20-4.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(5):before {
  content: "5-20-5.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(6):before {
  content: "5-20-6.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(7):before {
  content: "5-20-7.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(8):before {
  content: "5-20-8.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(9):before {
  content: "5-20-9.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(10):before {
  content: "5-20-10.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(11):before {
  content: "5-20-11.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(12):before {
  content: "5-20-12.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(13):before {
  content: "5-20-13.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(14):before {
  content: "5-20-14.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(15):before {
  content: "5-20-15.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(16):before {
  content: "5-20-16.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(17):before {
  content: "5-20-17.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(18):before {
  content: "5-20-18.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(19):before {
  content: "5-20-19.";
}
.spc-terms .--list5 .--list-second20 > li:nth-child(20):before {
  content: "5-20-20.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(1):before {
  content: "6-1-1.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(2):before {
  content: "6-1-2.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(3):before {
  content: "6-1-3.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(4):before {
  content: "6-1-4.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(5):before {
  content: "6-1-5.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(6):before {
  content: "6-1-6.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(7):before {
  content: "6-1-7.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(8):before {
  content: "6-1-8.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(9):before {
  content: "6-1-9.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(10):before {
  content: "6-1-10.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(11):before {
  content: "6-1-11.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(12):before {
  content: "6-1-12.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(13):before {
  content: "6-1-13.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(14):before {
  content: "6-1-14.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(15):before {
  content: "6-1-15.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(16):before {
  content: "6-1-16.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(17):before {
  content: "6-1-17.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(18):before {
  content: "6-1-18.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(19):before {
  content: "6-1-19.";
}
.spc-terms .--list6 .--list-second1 > li:nth-child(20):before {
  content: "6-1-20.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(1):before {
  content: "6-2-1.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(2):before {
  content: "6-2-2.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(3):before {
  content: "6-2-3.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(4):before {
  content: "6-2-4.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(5):before {
  content: "6-2-5.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(6):before {
  content: "6-2-6.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(7):before {
  content: "6-2-7.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(8):before {
  content: "6-2-8.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(9):before {
  content: "6-2-9.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(10):before {
  content: "6-2-10.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(11):before {
  content: "6-2-11.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(12):before {
  content: "6-2-12.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(13):before {
  content: "6-2-13.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(14):before {
  content: "6-2-14.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(15):before {
  content: "6-2-15.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(16):before {
  content: "6-2-16.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(17):before {
  content: "6-2-17.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(18):before {
  content: "6-2-18.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(19):before {
  content: "6-2-19.";
}
.spc-terms .--list6 .--list-second2 > li:nth-child(20):before {
  content: "6-2-20.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(1):before {
  content: "6-3-1.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(2):before {
  content: "6-3-2.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(3):before {
  content: "6-3-3.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(4):before {
  content: "6-3-4.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(5):before {
  content: "6-3-5.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(6):before {
  content: "6-3-6.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(7):before {
  content: "6-3-7.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(8):before {
  content: "6-3-8.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(9):before {
  content: "6-3-9.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(10):before {
  content: "6-3-10.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(11):before {
  content: "6-3-11.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(12):before {
  content: "6-3-12.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(13):before {
  content: "6-3-13.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(14):before {
  content: "6-3-14.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(15):before {
  content: "6-3-15.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(16):before {
  content: "6-3-16.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(17):before {
  content: "6-3-17.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(18):before {
  content: "6-3-18.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(19):before {
  content: "6-3-19.";
}
.spc-terms .--list6 .--list-second3 > li:nth-child(20):before {
  content: "6-3-20.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(1):before {
  content: "6-4-1.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(2):before {
  content: "6-4-2.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(3):before {
  content: "6-4-3.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(4):before {
  content: "6-4-4.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(5):before {
  content: "6-4-5.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(6):before {
  content: "6-4-6.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(7):before {
  content: "6-4-7.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(8):before {
  content: "6-4-8.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(9):before {
  content: "6-4-9.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(10):before {
  content: "6-4-10.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(11):before {
  content: "6-4-11.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(12):before {
  content: "6-4-12.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(13):before {
  content: "6-4-13.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(14):before {
  content: "6-4-14.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(15):before {
  content: "6-4-15.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(16):before {
  content: "6-4-16.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(17):before {
  content: "6-4-17.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(18):before {
  content: "6-4-18.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(19):before {
  content: "6-4-19.";
}
.spc-terms .--list6 .--list-second4 > li:nth-child(20):before {
  content: "6-4-20.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(1):before {
  content: "6-5-1.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(2):before {
  content: "6-5-2.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(3):before {
  content: "6-5-3.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(4):before {
  content: "6-5-4.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(5):before {
  content: "6-5-5.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(6):before {
  content: "6-5-6.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(7):before {
  content: "6-5-7.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(8):before {
  content: "6-5-8.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(9):before {
  content: "6-5-9.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(10):before {
  content: "6-5-10.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(11):before {
  content: "6-5-11.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(12):before {
  content: "6-5-12.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(13):before {
  content: "6-5-13.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(14):before {
  content: "6-5-14.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(15):before {
  content: "6-5-15.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(16):before {
  content: "6-5-16.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(17):before {
  content: "6-5-17.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(18):before {
  content: "6-5-18.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(19):before {
  content: "6-5-19.";
}
.spc-terms .--list6 .--list-second5 > li:nth-child(20):before {
  content: "6-5-20.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(1):before {
  content: "6-6-1.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(2):before {
  content: "6-6-2.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(3):before {
  content: "6-6-3.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(4):before {
  content: "6-6-4.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(5):before {
  content: "6-6-5.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(6):before {
  content: "6-6-6.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(7):before {
  content: "6-6-7.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(8):before {
  content: "6-6-8.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(9):before {
  content: "6-6-9.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(10):before {
  content: "6-6-10.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(11):before {
  content: "6-6-11.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(12):before {
  content: "6-6-12.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(13):before {
  content: "6-6-13.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(14):before {
  content: "6-6-14.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(15):before {
  content: "6-6-15.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(16):before {
  content: "6-6-16.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(17):before {
  content: "6-6-17.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(18):before {
  content: "6-6-18.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(19):before {
  content: "6-6-19.";
}
.spc-terms .--list6 .--list-second6 > li:nth-child(20):before {
  content: "6-6-20.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(1):before {
  content: "6-7-1.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(2):before {
  content: "6-7-2.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(3):before {
  content: "6-7-3.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(4):before {
  content: "6-7-4.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(5):before {
  content: "6-7-5.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(6):before {
  content: "6-7-6.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(7):before {
  content: "6-7-7.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(8):before {
  content: "6-7-8.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(9):before {
  content: "6-7-9.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(10):before {
  content: "6-7-10.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(11):before {
  content: "6-7-11.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(12):before {
  content: "6-7-12.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(13):before {
  content: "6-7-13.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(14):before {
  content: "6-7-14.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(15):before {
  content: "6-7-15.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(16):before {
  content: "6-7-16.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(17):before {
  content: "6-7-17.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(18):before {
  content: "6-7-18.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(19):before {
  content: "6-7-19.";
}
.spc-terms .--list6 .--list-second7 > li:nth-child(20):before {
  content: "6-7-20.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(1):before {
  content: "6-8-1.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(2):before {
  content: "6-8-2.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(3):before {
  content: "6-8-3.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(4):before {
  content: "6-8-4.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(5):before {
  content: "6-8-5.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(6):before {
  content: "6-8-6.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(7):before {
  content: "6-8-7.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(8):before {
  content: "6-8-8.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(9):before {
  content: "6-8-9.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(10):before {
  content: "6-8-10.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(11):before {
  content: "6-8-11.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(12):before {
  content: "6-8-12.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(13):before {
  content: "6-8-13.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(14):before {
  content: "6-8-14.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(15):before {
  content: "6-8-15.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(16):before {
  content: "6-8-16.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(17):before {
  content: "6-8-17.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(18):before {
  content: "6-8-18.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(19):before {
  content: "6-8-19.";
}
.spc-terms .--list6 .--list-second8 > li:nth-child(20):before {
  content: "6-8-20.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(1):before {
  content: "6-9-1.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(2):before {
  content: "6-9-2.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(3):before {
  content: "6-9-3.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(4):before {
  content: "6-9-4.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(5):before {
  content: "6-9-5.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(6):before {
  content: "6-9-6.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(7):before {
  content: "6-9-7.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(8):before {
  content: "6-9-8.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(9):before {
  content: "6-9-9.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(10):before {
  content: "6-9-10.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(11):before {
  content: "6-9-11.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(12):before {
  content: "6-9-12.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(13):before {
  content: "6-9-13.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(14):before {
  content: "6-9-14.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(15):before {
  content: "6-9-15.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(16):before {
  content: "6-9-16.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(17):before {
  content: "6-9-17.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(18):before {
  content: "6-9-18.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(19):before {
  content: "6-9-19.";
}
.spc-terms .--list6 .--list-second9 > li:nth-child(20):before {
  content: "6-9-20.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(1):before {
  content: "6-10-1.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(2):before {
  content: "6-10-2.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(3):before {
  content: "6-10-3.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(4):before {
  content: "6-10-4.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(5):before {
  content: "6-10-5.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(6):before {
  content: "6-10-6.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(7):before {
  content: "6-10-7.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(8):before {
  content: "6-10-8.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(9):before {
  content: "6-10-9.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(10):before {
  content: "6-10-10.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(11):before {
  content: "6-10-11.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(12):before {
  content: "6-10-12.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(13):before {
  content: "6-10-13.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(14):before {
  content: "6-10-14.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(15):before {
  content: "6-10-15.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(16):before {
  content: "6-10-16.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(17):before {
  content: "6-10-17.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(18):before {
  content: "6-10-18.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(19):before {
  content: "6-10-19.";
}
.spc-terms .--list6 .--list-second10 > li:nth-child(20):before {
  content: "6-10-20.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(1):before {
  content: "6-11-1.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(2):before {
  content: "6-11-2.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(3):before {
  content: "6-11-3.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(4):before {
  content: "6-11-4.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(5):before {
  content: "6-11-5.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(6):before {
  content: "6-11-6.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(7):before {
  content: "6-11-7.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(8):before {
  content: "6-11-8.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(9):before {
  content: "6-11-9.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(10):before {
  content: "6-11-10.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(11):before {
  content: "6-11-11.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(12):before {
  content: "6-11-12.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(13):before {
  content: "6-11-13.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(14):before {
  content: "6-11-14.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(15):before {
  content: "6-11-15.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(16):before {
  content: "6-11-16.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(17):before {
  content: "6-11-17.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(18):before {
  content: "6-11-18.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(19):before {
  content: "6-11-19.";
}
.spc-terms .--list6 .--list-second11 > li:nth-child(20):before {
  content: "6-11-20.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(1):before {
  content: "6-12-1.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(2):before {
  content: "6-12-2.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(3):before {
  content: "6-12-3.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(4):before {
  content: "6-12-4.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(5):before {
  content: "6-12-5.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(6):before {
  content: "6-12-6.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(7):before {
  content: "6-12-7.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(8):before {
  content: "6-12-8.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(9):before {
  content: "6-12-9.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(10):before {
  content: "6-12-10.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(11):before {
  content: "6-12-11.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(12):before {
  content: "6-12-12.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(13):before {
  content: "6-12-13.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(14):before {
  content: "6-12-14.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(15):before {
  content: "6-12-15.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(16):before {
  content: "6-12-16.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(17):before {
  content: "6-12-17.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(18):before {
  content: "6-12-18.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(19):before {
  content: "6-12-19.";
}
.spc-terms .--list6 .--list-second12 > li:nth-child(20):before {
  content: "6-12-20.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(1):before {
  content: "6-13-1.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(2):before {
  content: "6-13-2.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(3):before {
  content: "6-13-3.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(4):before {
  content: "6-13-4.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(5):before {
  content: "6-13-5.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(6):before {
  content: "6-13-6.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(7):before {
  content: "6-13-7.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(8):before {
  content: "6-13-8.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(9):before {
  content: "6-13-9.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(10):before {
  content: "6-13-10.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(11):before {
  content: "6-13-11.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(12):before {
  content: "6-13-12.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(13):before {
  content: "6-13-13.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(14):before {
  content: "6-13-14.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(15):before {
  content: "6-13-15.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(16):before {
  content: "6-13-16.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(17):before {
  content: "6-13-17.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(18):before {
  content: "6-13-18.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(19):before {
  content: "6-13-19.";
}
.spc-terms .--list6 .--list-second13 > li:nth-child(20):before {
  content: "6-13-20.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(1):before {
  content: "6-14-1.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(2):before {
  content: "6-14-2.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(3):before {
  content: "6-14-3.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(4):before {
  content: "6-14-4.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(5):before {
  content: "6-14-5.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(6):before {
  content: "6-14-6.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(7):before {
  content: "6-14-7.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(8):before {
  content: "6-14-8.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(9):before {
  content: "6-14-9.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(10):before {
  content: "6-14-10.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(11):before {
  content: "6-14-11.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(12):before {
  content: "6-14-12.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(13):before {
  content: "6-14-13.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(14):before {
  content: "6-14-14.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(15):before {
  content: "6-14-15.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(16):before {
  content: "6-14-16.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(17):before {
  content: "6-14-17.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(18):before {
  content: "6-14-18.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(19):before {
  content: "6-14-19.";
}
.spc-terms .--list6 .--list-second14 > li:nth-child(20):before {
  content: "6-14-20.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(1):before {
  content: "6-15-1.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(2):before {
  content: "6-15-2.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(3):before {
  content: "6-15-3.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(4):before {
  content: "6-15-4.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(5):before {
  content: "6-15-5.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(6):before {
  content: "6-15-6.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(7):before {
  content: "6-15-7.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(8):before {
  content: "6-15-8.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(9):before {
  content: "6-15-9.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(10):before {
  content: "6-15-10.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(11):before {
  content: "6-15-11.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(12):before {
  content: "6-15-12.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(13):before {
  content: "6-15-13.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(14):before {
  content: "6-15-14.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(15):before {
  content: "6-15-15.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(16):before {
  content: "6-15-16.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(17):before {
  content: "6-15-17.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(18):before {
  content: "6-15-18.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(19):before {
  content: "6-15-19.";
}
.spc-terms .--list6 .--list-second15 > li:nth-child(20):before {
  content: "6-15-20.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(1):before {
  content: "6-16-1.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(2):before {
  content: "6-16-2.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(3):before {
  content: "6-16-3.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(4):before {
  content: "6-16-4.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(5):before {
  content: "6-16-5.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(6):before {
  content: "6-16-6.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(7):before {
  content: "6-16-7.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(8):before {
  content: "6-16-8.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(9):before {
  content: "6-16-9.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(10):before {
  content: "6-16-10.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(11):before {
  content: "6-16-11.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(12):before {
  content: "6-16-12.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(13):before {
  content: "6-16-13.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(14):before {
  content: "6-16-14.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(15):before {
  content: "6-16-15.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(16):before {
  content: "6-16-16.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(17):before {
  content: "6-16-17.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(18):before {
  content: "6-16-18.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(19):before {
  content: "6-16-19.";
}
.spc-terms .--list6 .--list-second16 > li:nth-child(20):before {
  content: "6-16-20.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(1):before {
  content: "6-17-1.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(2):before {
  content: "6-17-2.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(3):before {
  content: "6-17-3.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(4):before {
  content: "6-17-4.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(5):before {
  content: "6-17-5.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(6):before {
  content: "6-17-6.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(7):before {
  content: "6-17-7.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(8):before {
  content: "6-17-8.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(9):before {
  content: "6-17-9.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(10):before {
  content: "6-17-10.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(11):before {
  content: "6-17-11.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(12):before {
  content: "6-17-12.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(13):before {
  content: "6-17-13.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(14):before {
  content: "6-17-14.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(15):before {
  content: "6-17-15.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(16):before {
  content: "6-17-16.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(17):before {
  content: "6-17-17.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(18):before {
  content: "6-17-18.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(19):before {
  content: "6-17-19.";
}
.spc-terms .--list6 .--list-second17 > li:nth-child(20):before {
  content: "6-17-20.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(1):before {
  content: "6-18-1.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(2):before {
  content: "6-18-2.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(3):before {
  content: "6-18-3.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(4):before {
  content: "6-18-4.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(5):before {
  content: "6-18-5.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(6):before {
  content: "6-18-6.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(7):before {
  content: "6-18-7.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(8):before {
  content: "6-18-8.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(9):before {
  content: "6-18-9.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(10):before {
  content: "6-18-10.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(11):before {
  content: "6-18-11.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(12):before {
  content: "6-18-12.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(13):before {
  content: "6-18-13.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(14):before {
  content: "6-18-14.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(15):before {
  content: "6-18-15.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(16):before {
  content: "6-18-16.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(17):before {
  content: "6-18-17.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(18):before {
  content: "6-18-18.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(19):before {
  content: "6-18-19.";
}
.spc-terms .--list6 .--list-second18 > li:nth-child(20):before {
  content: "6-18-20.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(1):before {
  content: "6-19-1.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(2):before {
  content: "6-19-2.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(3):before {
  content: "6-19-3.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(4):before {
  content: "6-19-4.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(5):before {
  content: "6-19-5.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(6):before {
  content: "6-19-6.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(7):before {
  content: "6-19-7.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(8):before {
  content: "6-19-8.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(9):before {
  content: "6-19-9.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(10):before {
  content: "6-19-10.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(11):before {
  content: "6-19-11.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(12):before {
  content: "6-19-12.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(13):before {
  content: "6-19-13.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(14):before {
  content: "6-19-14.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(15):before {
  content: "6-19-15.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(16):before {
  content: "6-19-16.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(17):before {
  content: "6-19-17.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(18):before {
  content: "6-19-18.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(19):before {
  content: "6-19-19.";
}
.spc-terms .--list6 .--list-second19 > li:nth-child(20):before {
  content: "6-19-20.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(1):before {
  content: "6-20-1.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(2):before {
  content: "6-20-2.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(3):before {
  content: "6-20-3.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(4):before {
  content: "6-20-4.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(5):before {
  content: "6-20-5.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(6):before {
  content: "6-20-6.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(7):before {
  content: "6-20-7.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(8):before {
  content: "6-20-8.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(9):before {
  content: "6-20-9.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(10):before {
  content: "6-20-10.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(11):before {
  content: "6-20-11.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(12):before {
  content: "6-20-12.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(13):before {
  content: "6-20-13.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(14):before {
  content: "6-20-14.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(15):before {
  content: "6-20-15.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(16):before {
  content: "6-20-16.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(17):before {
  content: "6-20-17.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(18):before {
  content: "6-20-18.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(19):before {
  content: "6-20-19.";
}
.spc-terms .--list6 .--list-second20 > li:nth-child(20):before {
  content: "6-20-20.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(1):before {
  content: "7-1-1.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(2):before {
  content: "7-1-2.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(3):before {
  content: "7-1-3.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(4):before {
  content: "7-1-4.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(5):before {
  content: "7-1-5.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(6):before {
  content: "7-1-6.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(7):before {
  content: "7-1-7.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(8):before {
  content: "7-1-8.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(9):before {
  content: "7-1-9.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(10):before {
  content: "7-1-10.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(11):before {
  content: "7-1-11.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(12):before {
  content: "7-1-12.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(13):before {
  content: "7-1-13.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(14):before {
  content: "7-1-14.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(15):before {
  content: "7-1-15.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(16):before {
  content: "7-1-16.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(17):before {
  content: "7-1-17.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(18):before {
  content: "7-1-18.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(19):before {
  content: "7-1-19.";
}
.spc-terms .--list7 .--list-second1 > li:nth-child(20):before {
  content: "7-1-20.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(1):before {
  content: "7-2-1.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(2):before {
  content: "7-2-2.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(3):before {
  content: "7-2-3.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(4):before {
  content: "7-2-4.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(5):before {
  content: "7-2-5.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(6):before {
  content: "7-2-6.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(7):before {
  content: "7-2-7.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(8):before {
  content: "7-2-8.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(9):before {
  content: "7-2-9.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(10):before {
  content: "7-2-10.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(11):before {
  content: "7-2-11.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(12):before {
  content: "7-2-12.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(13):before {
  content: "7-2-13.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(14):before {
  content: "7-2-14.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(15):before {
  content: "7-2-15.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(16):before {
  content: "7-2-16.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(17):before {
  content: "7-2-17.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(18):before {
  content: "7-2-18.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(19):before {
  content: "7-2-19.";
}
.spc-terms .--list7 .--list-second2 > li:nth-child(20):before {
  content: "7-2-20.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(1):before {
  content: "7-3-1.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(2):before {
  content: "7-3-2.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(3):before {
  content: "7-3-3.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(4):before {
  content: "7-3-4.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(5):before {
  content: "7-3-5.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(6):before {
  content: "7-3-6.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(7):before {
  content: "7-3-7.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(8):before {
  content: "7-3-8.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(9):before {
  content: "7-3-9.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(10):before {
  content: "7-3-10.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(11):before {
  content: "7-3-11.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(12):before {
  content: "7-3-12.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(13):before {
  content: "7-3-13.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(14):before {
  content: "7-3-14.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(15):before {
  content: "7-3-15.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(16):before {
  content: "7-3-16.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(17):before {
  content: "7-3-17.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(18):before {
  content: "7-3-18.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(19):before {
  content: "7-3-19.";
}
.spc-terms .--list7 .--list-second3 > li:nth-child(20):before {
  content: "7-3-20.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(1):before {
  content: "7-4-1.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(2):before {
  content: "7-4-2.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(3):before {
  content: "7-4-3.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(4):before {
  content: "7-4-4.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(5):before {
  content: "7-4-5.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(6):before {
  content: "7-4-6.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(7):before {
  content: "7-4-7.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(8):before {
  content: "7-4-8.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(9):before {
  content: "7-4-9.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(10):before {
  content: "7-4-10.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(11):before {
  content: "7-4-11.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(12):before {
  content: "7-4-12.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(13):before {
  content: "7-4-13.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(14):before {
  content: "7-4-14.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(15):before {
  content: "7-4-15.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(16):before {
  content: "7-4-16.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(17):before {
  content: "7-4-17.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(18):before {
  content: "7-4-18.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(19):before {
  content: "7-4-19.";
}
.spc-terms .--list7 .--list-second4 > li:nth-child(20):before {
  content: "7-4-20.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(1):before {
  content: "7-5-1.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(2):before {
  content: "7-5-2.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(3):before {
  content: "7-5-3.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(4):before {
  content: "7-5-4.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(5):before {
  content: "7-5-5.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(6):before {
  content: "7-5-6.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(7):before {
  content: "7-5-7.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(8):before {
  content: "7-5-8.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(9):before {
  content: "7-5-9.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(10):before {
  content: "7-5-10.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(11):before {
  content: "7-5-11.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(12):before {
  content: "7-5-12.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(13):before {
  content: "7-5-13.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(14):before {
  content: "7-5-14.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(15):before {
  content: "7-5-15.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(16):before {
  content: "7-5-16.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(17):before {
  content: "7-5-17.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(18):before {
  content: "7-5-18.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(19):before {
  content: "7-5-19.";
}
.spc-terms .--list7 .--list-second5 > li:nth-child(20):before {
  content: "7-5-20.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(1):before {
  content: "7-6-1.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(2):before {
  content: "7-6-2.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(3):before {
  content: "7-6-3.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(4):before {
  content: "7-6-4.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(5):before {
  content: "7-6-5.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(6):before {
  content: "7-6-6.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(7):before {
  content: "7-6-7.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(8):before {
  content: "7-6-8.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(9):before {
  content: "7-6-9.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(10):before {
  content: "7-6-10.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(11):before {
  content: "7-6-11.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(12):before {
  content: "7-6-12.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(13):before {
  content: "7-6-13.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(14):before {
  content: "7-6-14.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(15):before {
  content: "7-6-15.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(16):before {
  content: "7-6-16.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(17):before {
  content: "7-6-17.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(18):before {
  content: "7-6-18.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(19):before {
  content: "7-6-19.";
}
.spc-terms .--list7 .--list-second6 > li:nth-child(20):before {
  content: "7-6-20.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(1):before {
  content: "7-7-1.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(2):before {
  content: "7-7-2.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(3):before {
  content: "7-7-3.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(4):before {
  content: "7-7-4.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(5):before {
  content: "7-7-5.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(6):before {
  content: "7-7-6.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(7):before {
  content: "7-7-7.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(8):before {
  content: "7-7-8.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(9):before {
  content: "7-7-9.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(10):before {
  content: "7-7-10.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(11):before {
  content: "7-7-11.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(12):before {
  content: "7-7-12.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(13):before {
  content: "7-7-13.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(14):before {
  content: "7-7-14.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(15):before {
  content: "7-7-15.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(16):before {
  content: "7-7-16.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(17):before {
  content: "7-7-17.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(18):before {
  content: "7-7-18.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(19):before {
  content: "7-7-19.";
}
.spc-terms .--list7 .--list-second7 > li:nth-child(20):before {
  content: "7-7-20.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(1):before {
  content: "7-8-1.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(2):before {
  content: "7-8-2.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(3):before {
  content: "7-8-3.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(4):before {
  content: "7-8-4.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(5):before {
  content: "7-8-5.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(6):before {
  content: "7-8-6.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(7):before {
  content: "7-8-7.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(8):before {
  content: "7-8-8.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(9):before {
  content: "7-8-9.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(10):before {
  content: "7-8-10.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(11):before {
  content: "7-8-11.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(12):before {
  content: "7-8-12.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(13):before {
  content: "7-8-13.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(14):before {
  content: "7-8-14.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(15):before {
  content: "7-8-15.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(16):before {
  content: "7-8-16.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(17):before {
  content: "7-8-17.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(18):before {
  content: "7-8-18.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(19):before {
  content: "7-8-19.";
}
.spc-terms .--list7 .--list-second8 > li:nth-child(20):before {
  content: "7-8-20.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(1):before {
  content: "7-9-1.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(2):before {
  content: "7-9-2.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(3):before {
  content: "7-9-3.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(4):before {
  content: "7-9-4.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(5):before {
  content: "7-9-5.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(6):before {
  content: "7-9-6.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(7):before {
  content: "7-9-7.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(8):before {
  content: "7-9-8.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(9):before {
  content: "7-9-9.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(10):before {
  content: "7-9-10.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(11):before {
  content: "7-9-11.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(12):before {
  content: "7-9-12.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(13):before {
  content: "7-9-13.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(14):before {
  content: "7-9-14.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(15):before {
  content: "7-9-15.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(16):before {
  content: "7-9-16.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(17):before {
  content: "7-9-17.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(18):before {
  content: "7-9-18.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(19):before {
  content: "7-9-19.";
}
.spc-terms .--list7 .--list-second9 > li:nth-child(20):before {
  content: "7-9-20.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(1):before {
  content: "7-10-1.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(2):before {
  content: "7-10-2.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(3):before {
  content: "7-10-3.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(4):before {
  content: "7-10-4.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(5):before {
  content: "7-10-5.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(6):before {
  content: "7-10-6.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(7):before {
  content: "7-10-7.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(8):before {
  content: "7-10-8.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(9):before {
  content: "7-10-9.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(10):before {
  content: "7-10-10.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(11):before {
  content: "7-10-11.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(12):before {
  content: "7-10-12.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(13):before {
  content: "7-10-13.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(14):before {
  content: "7-10-14.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(15):before {
  content: "7-10-15.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(16):before {
  content: "7-10-16.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(17):before {
  content: "7-10-17.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(18):before {
  content: "7-10-18.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(19):before {
  content: "7-10-19.";
}
.spc-terms .--list7 .--list-second10 > li:nth-child(20):before {
  content: "7-10-20.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(1):before {
  content: "7-11-1.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(2):before {
  content: "7-11-2.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(3):before {
  content: "7-11-3.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(4):before {
  content: "7-11-4.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(5):before {
  content: "7-11-5.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(6):before {
  content: "7-11-6.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(7):before {
  content: "7-11-7.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(8):before {
  content: "7-11-8.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(9):before {
  content: "7-11-9.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(10):before {
  content: "7-11-10.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(11):before {
  content: "7-11-11.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(12):before {
  content: "7-11-12.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(13):before {
  content: "7-11-13.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(14):before {
  content: "7-11-14.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(15):before {
  content: "7-11-15.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(16):before {
  content: "7-11-16.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(17):before {
  content: "7-11-17.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(18):before {
  content: "7-11-18.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(19):before {
  content: "7-11-19.";
}
.spc-terms .--list7 .--list-second11 > li:nth-child(20):before {
  content: "7-11-20.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(1):before {
  content: "7-12-1.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(2):before {
  content: "7-12-2.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(3):before {
  content: "7-12-3.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(4):before {
  content: "7-12-4.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(5):before {
  content: "7-12-5.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(6):before {
  content: "7-12-6.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(7):before {
  content: "7-12-7.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(8):before {
  content: "7-12-8.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(9):before {
  content: "7-12-9.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(10):before {
  content: "7-12-10.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(11):before {
  content: "7-12-11.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(12):before {
  content: "7-12-12.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(13):before {
  content: "7-12-13.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(14):before {
  content: "7-12-14.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(15):before {
  content: "7-12-15.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(16):before {
  content: "7-12-16.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(17):before {
  content: "7-12-17.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(18):before {
  content: "7-12-18.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(19):before {
  content: "7-12-19.";
}
.spc-terms .--list7 .--list-second12 > li:nth-child(20):before {
  content: "7-12-20.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(1):before {
  content: "7-13-1.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(2):before {
  content: "7-13-2.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(3):before {
  content: "7-13-3.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(4):before {
  content: "7-13-4.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(5):before {
  content: "7-13-5.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(6):before {
  content: "7-13-6.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(7):before {
  content: "7-13-7.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(8):before {
  content: "7-13-8.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(9):before {
  content: "7-13-9.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(10):before {
  content: "7-13-10.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(11):before {
  content: "7-13-11.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(12):before {
  content: "7-13-12.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(13):before {
  content: "7-13-13.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(14):before {
  content: "7-13-14.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(15):before {
  content: "7-13-15.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(16):before {
  content: "7-13-16.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(17):before {
  content: "7-13-17.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(18):before {
  content: "7-13-18.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(19):before {
  content: "7-13-19.";
}
.spc-terms .--list7 .--list-second13 > li:nth-child(20):before {
  content: "7-13-20.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(1):before {
  content: "7-14-1.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(2):before {
  content: "7-14-2.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(3):before {
  content: "7-14-3.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(4):before {
  content: "7-14-4.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(5):before {
  content: "7-14-5.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(6):before {
  content: "7-14-6.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(7):before {
  content: "7-14-7.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(8):before {
  content: "7-14-8.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(9):before {
  content: "7-14-9.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(10):before {
  content: "7-14-10.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(11):before {
  content: "7-14-11.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(12):before {
  content: "7-14-12.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(13):before {
  content: "7-14-13.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(14):before {
  content: "7-14-14.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(15):before {
  content: "7-14-15.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(16):before {
  content: "7-14-16.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(17):before {
  content: "7-14-17.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(18):before {
  content: "7-14-18.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(19):before {
  content: "7-14-19.";
}
.spc-terms .--list7 .--list-second14 > li:nth-child(20):before {
  content: "7-14-20.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(1):before {
  content: "7-15-1.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(2):before {
  content: "7-15-2.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(3):before {
  content: "7-15-3.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(4):before {
  content: "7-15-4.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(5):before {
  content: "7-15-5.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(6):before {
  content: "7-15-6.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(7):before {
  content: "7-15-7.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(8):before {
  content: "7-15-8.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(9):before {
  content: "7-15-9.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(10):before {
  content: "7-15-10.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(11):before {
  content: "7-15-11.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(12):before {
  content: "7-15-12.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(13):before {
  content: "7-15-13.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(14):before {
  content: "7-15-14.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(15):before {
  content: "7-15-15.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(16):before {
  content: "7-15-16.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(17):before {
  content: "7-15-17.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(18):before {
  content: "7-15-18.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(19):before {
  content: "7-15-19.";
}
.spc-terms .--list7 .--list-second15 > li:nth-child(20):before {
  content: "7-15-20.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(1):before {
  content: "7-16-1.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(2):before {
  content: "7-16-2.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(3):before {
  content: "7-16-3.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(4):before {
  content: "7-16-4.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(5):before {
  content: "7-16-5.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(6):before {
  content: "7-16-6.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(7):before {
  content: "7-16-7.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(8):before {
  content: "7-16-8.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(9):before {
  content: "7-16-9.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(10):before {
  content: "7-16-10.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(11):before {
  content: "7-16-11.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(12):before {
  content: "7-16-12.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(13):before {
  content: "7-16-13.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(14):before {
  content: "7-16-14.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(15):before {
  content: "7-16-15.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(16):before {
  content: "7-16-16.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(17):before {
  content: "7-16-17.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(18):before {
  content: "7-16-18.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(19):before {
  content: "7-16-19.";
}
.spc-terms .--list7 .--list-second16 > li:nth-child(20):before {
  content: "7-16-20.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(1):before {
  content: "7-17-1.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(2):before {
  content: "7-17-2.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(3):before {
  content: "7-17-3.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(4):before {
  content: "7-17-4.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(5):before {
  content: "7-17-5.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(6):before {
  content: "7-17-6.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(7):before {
  content: "7-17-7.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(8):before {
  content: "7-17-8.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(9):before {
  content: "7-17-9.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(10):before {
  content: "7-17-10.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(11):before {
  content: "7-17-11.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(12):before {
  content: "7-17-12.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(13):before {
  content: "7-17-13.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(14):before {
  content: "7-17-14.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(15):before {
  content: "7-17-15.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(16):before {
  content: "7-17-16.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(17):before {
  content: "7-17-17.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(18):before {
  content: "7-17-18.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(19):before {
  content: "7-17-19.";
}
.spc-terms .--list7 .--list-second17 > li:nth-child(20):before {
  content: "7-17-20.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(1):before {
  content: "7-18-1.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(2):before {
  content: "7-18-2.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(3):before {
  content: "7-18-3.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(4):before {
  content: "7-18-4.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(5):before {
  content: "7-18-5.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(6):before {
  content: "7-18-6.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(7):before {
  content: "7-18-7.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(8):before {
  content: "7-18-8.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(9):before {
  content: "7-18-9.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(10):before {
  content: "7-18-10.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(11):before {
  content: "7-18-11.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(12):before {
  content: "7-18-12.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(13):before {
  content: "7-18-13.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(14):before {
  content: "7-18-14.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(15):before {
  content: "7-18-15.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(16):before {
  content: "7-18-16.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(17):before {
  content: "7-18-17.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(18):before {
  content: "7-18-18.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(19):before {
  content: "7-18-19.";
}
.spc-terms .--list7 .--list-second18 > li:nth-child(20):before {
  content: "7-18-20.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(1):before {
  content: "7-19-1.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(2):before {
  content: "7-19-2.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(3):before {
  content: "7-19-3.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(4):before {
  content: "7-19-4.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(5):before {
  content: "7-19-5.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(6):before {
  content: "7-19-6.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(7):before {
  content: "7-19-7.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(8):before {
  content: "7-19-8.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(9):before {
  content: "7-19-9.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(10):before {
  content: "7-19-10.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(11):before {
  content: "7-19-11.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(12):before {
  content: "7-19-12.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(13):before {
  content: "7-19-13.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(14):before {
  content: "7-19-14.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(15):before {
  content: "7-19-15.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(16):before {
  content: "7-19-16.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(17):before {
  content: "7-19-17.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(18):before {
  content: "7-19-18.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(19):before {
  content: "7-19-19.";
}
.spc-terms .--list7 .--list-second19 > li:nth-child(20):before {
  content: "7-19-20.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(1):before {
  content: "7-20-1.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(2):before {
  content: "7-20-2.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(3):before {
  content: "7-20-3.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(4):before {
  content: "7-20-4.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(5):before {
  content: "7-20-5.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(6):before {
  content: "7-20-6.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(7):before {
  content: "7-20-7.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(8):before {
  content: "7-20-8.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(9):before {
  content: "7-20-9.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(10):before {
  content: "7-20-10.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(11):before {
  content: "7-20-11.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(12):before {
  content: "7-20-12.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(13):before {
  content: "7-20-13.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(14):before {
  content: "7-20-14.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(15):before {
  content: "7-20-15.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(16):before {
  content: "7-20-16.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(17):before {
  content: "7-20-17.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(18):before {
  content: "7-20-18.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(19):before {
  content: "7-20-19.";
}
.spc-terms .--list7 .--list-second20 > li:nth-child(20):before {
  content: "7-20-20.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(1):before {
  content: "8-1-1.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(2):before {
  content: "8-1-2.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(3):before {
  content: "8-1-3.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(4):before {
  content: "8-1-4.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(5):before {
  content: "8-1-5.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(6):before {
  content: "8-1-6.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(7):before {
  content: "8-1-7.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(8):before {
  content: "8-1-8.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(9):before {
  content: "8-1-9.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(10):before {
  content: "8-1-10.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(11):before {
  content: "8-1-11.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(12):before {
  content: "8-1-12.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(13):before {
  content: "8-1-13.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(14):before {
  content: "8-1-14.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(15):before {
  content: "8-1-15.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(16):before {
  content: "8-1-16.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(17):before {
  content: "8-1-17.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(18):before {
  content: "8-1-18.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(19):before {
  content: "8-1-19.";
}
.spc-terms .--list8 .--list-second1 > li:nth-child(20):before {
  content: "8-1-20.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(1):before {
  content: "8-2-1.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(2):before {
  content: "8-2-2.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(3):before {
  content: "8-2-3.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(4):before {
  content: "8-2-4.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(5):before {
  content: "8-2-5.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(6):before {
  content: "8-2-6.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(7):before {
  content: "8-2-7.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(8):before {
  content: "8-2-8.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(9):before {
  content: "8-2-9.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(10):before {
  content: "8-2-10.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(11):before {
  content: "8-2-11.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(12):before {
  content: "8-2-12.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(13):before {
  content: "8-2-13.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(14):before {
  content: "8-2-14.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(15):before {
  content: "8-2-15.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(16):before {
  content: "8-2-16.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(17):before {
  content: "8-2-17.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(18):before {
  content: "8-2-18.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(19):before {
  content: "8-2-19.";
}
.spc-terms .--list8 .--list-second2 > li:nth-child(20):before {
  content: "8-2-20.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(1):before {
  content: "8-3-1.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(2):before {
  content: "8-3-2.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(3):before {
  content: "8-3-3.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(4):before {
  content: "8-3-4.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(5):before {
  content: "8-3-5.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(6):before {
  content: "8-3-6.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(7):before {
  content: "8-3-7.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(8):before {
  content: "8-3-8.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(9):before {
  content: "8-3-9.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(10):before {
  content: "8-3-10.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(11):before {
  content: "8-3-11.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(12):before {
  content: "8-3-12.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(13):before {
  content: "8-3-13.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(14):before {
  content: "8-3-14.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(15):before {
  content: "8-3-15.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(16):before {
  content: "8-3-16.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(17):before {
  content: "8-3-17.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(18):before {
  content: "8-3-18.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(19):before {
  content: "8-3-19.";
}
.spc-terms .--list8 .--list-second3 > li:nth-child(20):before {
  content: "8-3-20.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(1):before {
  content: "8-4-1.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(2):before {
  content: "8-4-2.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(3):before {
  content: "8-4-3.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(4):before {
  content: "8-4-4.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(5):before {
  content: "8-4-5.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(6):before {
  content: "8-4-6.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(7):before {
  content: "8-4-7.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(8):before {
  content: "8-4-8.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(9):before {
  content: "8-4-9.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(10):before {
  content: "8-4-10.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(11):before {
  content: "8-4-11.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(12):before {
  content: "8-4-12.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(13):before {
  content: "8-4-13.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(14):before {
  content: "8-4-14.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(15):before {
  content: "8-4-15.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(16):before {
  content: "8-4-16.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(17):before {
  content: "8-4-17.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(18):before {
  content: "8-4-18.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(19):before {
  content: "8-4-19.";
}
.spc-terms .--list8 .--list-second4 > li:nth-child(20):before {
  content: "8-4-20.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(1):before {
  content: "8-5-1.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(2):before {
  content: "8-5-2.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(3):before {
  content: "8-5-3.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(4):before {
  content: "8-5-4.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(5):before {
  content: "8-5-5.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(6):before {
  content: "8-5-6.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(7):before {
  content: "8-5-7.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(8):before {
  content: "8-5-8.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(9):before {
  content: "8-5-9.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(10):before {
  content: "8-5-10.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(11):before {
  content: "8-5-11.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(12):before {
  content: "8-5-12.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(13):before {
  content: "8-5-13.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(14):before {
  content: "8-5-14.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(15):before {
  content: "8-5-15.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(16):before {
  content: "8-5-16.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(17):before {
  content: "8-5-17.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(18):before {
  content: "8-5-18.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(19):before {
  content: "8-5-19.";
}
.spc-terms .--list8 .--list-second5 > li:nth-child(20):before {
  content: "8-5-20.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(1):before {
  content: "8-6-1.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(2):before {
  content: "8-6-2.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(3):before {
  content: "8-6-3.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(4):before {
  content: "8-6-4.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(5):before {
  content: "8-6-5.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(6):before {
  content: "8-6-6.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(7):before {
  content: "8-6-7.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(8):before {
  content: "8-6-8.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(9):before {
  content: "8-6-9.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(10):before {
  content: "8-6-10.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(11):before {
  content: "8-6-11.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(12):before {
  content: "8-6-12.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(13):before {
  content: "8-6-13.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(14):before {
  content: "8-6-14.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(15):before {
  content: "8-6-15.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(16):before {
  content: "8-6-16.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(17):before {
  content: "8-6-17.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(18):before {
  content: "8-6-18.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(19):before {
  content: "8-6-19.";
}
.spc-terms .--list8 .--list-second6 > li:nth-child(20):before {
  content: "8-6-20.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(1):before {
  content: "8-7-1.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(2):before {
  content: "8-7-2.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(3):before {
  content: "8-7-3.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(4):before {
  content: "8-7-4.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(5):before {
  content: "8-7-5.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(6):before {
  content: "8-7-6.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(7):before {
  content: "8-7-7.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(8):before {
  content: "8-7-8.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(9):before {
  content: "8-7-9.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(10):before {
  content: "8-7-10.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(11):before {
  content: "8-7-11.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(12):before {
  content: "8-7-12.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(13):before {
  content: "8-7-13.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(14):before {
  content: "8-7-14.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(15):before {
  content: "8-7-15.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(16):before {
  content: "8-7-16.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(17):before {
  content: "8-7-17.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(18):before {
  content: "8-7-18.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(19):before {
  content: "8-7-19.";
}
.spc-terms .--list8 .--list-second7 > li:nth-child(20):before {
  content: "8-7-20.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(1):before {
  content: "8-8-1.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(2):before {
  content: "8-8-2.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(3):before {
  content: "8-8-3.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(4):before {
  content: "8-8-4.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(5):before {
  content: "8-8-5.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(6):before {
  content: "8-8-6.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(7):before {
  content: "8-8-7.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(8):before {
  content: "8-8-8.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(9):before {
  content: "8-8-9.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(10):before {
  content: "8-8-10.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(11):before {
  content: "8-8-11.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(12):before {
  content: "8-8-12.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(13):before {
  content: "8-8-13.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(14):before {
  content: "8-8-14.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(15):before {
  content: "8-8-15.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(16):before {
  content: "8-8-16.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(17):before {
  content: "8-8-17.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(18):before {
  content: "8-8-18.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(19):before {
  content: "8-8-19.";
}
.spc-terms .--list8 .--list-second8 > li:nth-child(20):before {
  content: "8-8-20.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(1):before {
  content: "8-9-1.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(2):before {
  content: "8-9-2.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(3):before {
  content: "8-9-3.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(4):before {
  content: "8-9-4.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(5):before {
  content: "8-9-5.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(6):before {
  content: "8-9-6.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(7):before {
  content: "8-9-7.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(8):before {
  content: "8-9-8.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(9):before {
  content: "8-9-9.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(10):before {
  content: "8-9-10.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(11):before {
  content: "8-9-11.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(12):before {
  content: "8-9-12.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(13):before {
  content: "8-9-13.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(14):before {
  content: "8-9-14.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(15):before {
  content: "8-9-15.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(16):before {
  content: "8-9-16.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(17):before {
  content: "8-9-17.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(18):before {
  content: "8-9-18.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(19):before {
  content: "8-9-19.";
}
.spc-terms .--list8 .--list-second9 > li:nth-child(20):before {
  content: "8-9-20.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(1):before {
  content: "8-10-1.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(2):before {
  content: "8-10-2.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(3):before {
  content: "8-10-3.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(4):before {
  content: "8-10-4.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(5):before {
  content: "8-10-5.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(6):before {
  content: "8-10-6.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(7):before {
  content: "8-10-7.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(8):before {
  content: "8-10-8.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(9):before {
  content: "8-10-9.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(10):before {
  content: "8-10-10.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(11):before {
  content: "8-10-11.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(12):before {
  content: "8-10-12.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(13):before {
  content: "8-10-13.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(14):before {
  content: "8-10-14.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(15):before {
  content: "8-10-15.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(16):before {
  content: "8-10-16.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(17):before {
  content: "8-10-17.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(18):before {
  content: "8-10-18.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(19):before {
  content: "8-10-19.";
}
.spc-terms .--list8 .--list-second10 > li:nth-child(20):before {
  content: "8-10-20.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(1):before {
  content: "8-11-1.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(2):before {
  content: "8-11-2.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(3):before {
  content: "8-11-3.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(4):before {
  content: "8-11-4.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(5):before {
  content: "8-11-5.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(6):before {
  content: "8-11-6.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(7):before {
  content: "8-11-7.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(8):before {
  content: "8-11-8.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(9):before {
  content: "8-11-9.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(10):before {
  content: "8-11-10.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(11):before {
  content: "8-11-11.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(12):before {
  content: "8-11-12.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(13):before {
  content: "8-11-13.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(14):before {
  content: "8-11-14.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(15):before {
  content: "8-11-15.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(16):before {
  content: "8-11-16.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(17):before {
  content: "8-11-17.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(18):before {
  content: "8-11-18.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(19):before {
  content: "8-11-19.";
}
.spc-terms .--list8 .--list-second11 > li:nth-child(20):before {
  content: "8-11-20.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(1):before {
  content: "8-12-1.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(2):before {
  content: "8-12-2.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(3):before {
  content: "8-12-3.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(4):before {
  content: "8-12-4.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(5):before {
  content: "8-12-5.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(6):before {
  content: "8-12-6.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(7):before {
  content: "8-12-7.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(8):before {
  content: "8-12-8.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(9):before {
  content: "8-12-9.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(10):before {
  content: "8-12-10.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(11):before {
  content: "8-12-11.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(12):before {
  content: "8-12-12.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(13):before {
  content: "8-12-13.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(14):before {
  content: "8-12-14.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(15):before {
  content: "8-12-15.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(16):before {
  content: "8-12-16.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(17):before {
  content: "8-12-17.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(18):before {
  content: "8-12-18.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(19):before {
  content: "8-12-19.";
}
.spc-terms .--list8 .--list-second12 > li:nth-child(20):before {
  content: "8-12-20.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(1):before {
  content: "8-13-1.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(2):before {
  content: "8-13-2.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(3):before {
  content: "8-13-3.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(4):before {
  content: "8-13-4.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(5):before {
  content: "8-13-5.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(6):before {
  content: "8-13-6.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(7):before {
  content: "8-13-7.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(8):before {
  content: "8-13-8.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(9):before {
  content: "8-13-9.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(10):before {
  content: "8-13-10.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(11):before {
  content: "8-13-11.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(12):before {
  content: "8-13-12.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(13):before {
  content: "8-13-13.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(14):before {
  content: "8-13-14.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(15):before {
  content: "8-13-15.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(16):before {
  content: "8-13-16.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(17):before {
  content: "8-13-17.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(18):before {
  content: "8-13-18.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(19):before {
  content: "8-13-19.";
}
.spc-terms .--list8 .--list-second13 > li:nth-child(20):before {
  content: "8-13-20.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(1):before {
  content: "8-14-1.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(2):before {
  content: "8-14-2.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(3):before {
  content: "8-14-3.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(4):before {
  content: "8-14-4.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(5):before {
  content: "8-14-5.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(6):before {
  content: "8-14-6.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(7):before {
  content: "8-14-7.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(8):before {
  content: "8-14-8.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(9):before {
  content: "8-14-9.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(10):before {
  content: "8-14-10.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(11):before {
  content: "8-14-11.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(12):before {
  content: "8-14-12.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(13):before {
  content: "8-14-13.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(14):before {
  content: "8-14-14.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(15):before {
  content: "8-14-15.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(16):before {
  content: "8-14-16.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(17):before {
  content: "8-14-17.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(18):before {
  content: "8-14-18.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(19):before {
  content: "8-14-19.";
}
.spc-terms .--list8 .--list-second14 > li:nth-child(20):before {
  content: "8-14-20.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(1):before {
  content: "8-15-1.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(2):before {
  content: "8-15-2.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(3):before {
  content: "8-15-3.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(4):before {
  content: "8-15-4.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(5):before {
  content: "8-15-5.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(6):before {
  content: "8-15-6.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(7):before {
  content: "8-15-7.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(8):before {
  content: "8-15-8.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(9):before {
  content: "8-15-9.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(10):before {
  content: "8-15-10.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(11):before {
  content: "8-15-11.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(12):before {
  content: "8-15-12.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(13):before {
  content: "8-15-13.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(14):before {
  content: "8-15-14.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(15):before {
  content: "8-15-15.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(16):before {
  content: "8-15-16.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(17):before {
  content: "8-15-17.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(18):before {
  content: "8-15-18.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(19):before {
  content: "8-15-19.";
}
.spc-terms .--list8 .--list-second15 > li:nth-child(20):before {
  content: "8-15-20.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(1):before {
  content: "8-16-1.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(2):before {
  content: "8-16-2.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(3):before {
  content: "8-16-3.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(4):before {
  content: "8-16-4.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(5):before {
  content: "8-16-5.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(6):before {
  content: "8-16-6.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(7):before {
  content: "8-16-7.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(8):before {
  content: "8-16-8.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(9):before {
  content: "8-16-9.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(10):before {
  content: "8-16-10.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(11):before {
  content: "8-16-11.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(12):before {
  content: "8-16-12.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(13):before {
  content: "8-16-13.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(14):before {
  content: "8-16-14.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(15):before {
  content: "8-16-15.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(16):before {
  content: "8-16-16.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(17):before {
  content: "8-16-17.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(18):before {
  content: "8-16-18.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(19):before {
  content: "8-16-19.";
}
.spc-terms .--list8 .--list-second16 > li:nth-child(20):before {
  content: "8-16-20.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(1):before {
  content: "8-17-1.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(2):before {
  content: "8-17-2.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(3):before {
  content: "8-17-3.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(4):before {
  content: "8-17-4.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(5):before {
  content: "8-17-5.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(6):before {
  content: "8-17-6.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(7):before {
  content: "8-17-7.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(8):before {
  content: "8-17-8.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(9):before {
  content: "8-17-9.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(10):before {
  content: "8-17-10.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(11):before {
  content: "8-17-11.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(12):before {
  content: "8-17-12.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(13):before {
  content: "8-17-13.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(14):before {
  content: "8-17-14.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(15):before {
  content: "8-17-15.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(16):before {
  content: "8-17-16.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(17):before {
  content: "8-17-17.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(18):before {
  content: "8-17-18.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(19):before {
  content: "8-17-19.";
}
.spc-terms .--list8 .--list-second17 > li:nth-child(20):before {
  content: "8-17-20.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(1):before {
  content: "8-18-1.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(2):before {
  content: "8-18-2.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(3):before {
  content: "8-18-3.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(4):before {
  content: "8-18-4.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(5):before {
  content: "8-18-5.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(6):before {
  content: "8-18-6.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(7):before {
  content: "8-18-7.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(8):before {
  content: "8-18-8.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(9):before {
  content: "8-18-9.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(10):before {
  content: "8-18-10.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(11):before {
  content: "8-18-11.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(12):before {
  content: "8-18-12.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(13):before {
  content: "8-18-13.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(14):before {
  content: "8-18-14.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(15):before {
  content: "8-18-15.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(16):before {
  content: "8-18-16.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(17):before {
  content: "8-18-17.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(18):before {
  content: "8-18-18.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(19):before {
  content: "8-18-19.";
}
.spc-terms .--list8 .--list-second18 > li:nth-child(20):before {
  content: "8-18-20.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(1):before {
  content: "8-19-1.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(2):before {
  content: "8-19-2.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(3):before {
  content: "8-19-3.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(4):before {
  content: "8-19-4.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(5):before {
  content: "8-19-5.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(6):before {
  content: "8-19-6.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(7):before {
  content: "8-19-7.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(8):before {
  content: "8-19-8.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(9):before {
  content: "8-19-9.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(10):before {
  content: "8-19-10.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(11):before {
  content: "8-19-11.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(12):before {
  content: "8-19-12.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(13):before {
  content: "8-19-13.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(14):before {
  content: "8-19-14.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(15):before {
  content: "8-19-15.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(16):before {
  content: "8-19-16.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(17):before {
  content: "8-19-17.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(18):before {
  content: "8-19-18.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(19):before {
  content: "8-19-19.";
}
.spc-terms .--list8 .--list-second19 > li:nth-child(20):before {
  content: "8-19-20.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(1):before {
  content: "8-20-1.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(2):before {
  content: "8-20-2.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(3):before {
  content: "8-20-3.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(4):before {
  content: "8-20-4.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(5):before {
  content: "8-20-5.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(6):before {
  content: "8-20-6.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(7):before {
  content: "8-20-7.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(8):before {
  content: "8-20-8.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(9):before {
  content: "8-20-9.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(10):before {
  content: "8-20-10.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(11):before {
  content: "8-20-11.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(12):before {
  content: "8-20-12.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(13):before {
  content: "8-20-13.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(14):before {
  content: "8-20-14.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(15):before {
  content: "8-20-15.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(16):before {
  content: "8-20-16.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(17):before {
  content: "8-20-17.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(18):before {
  content: "8-20-18.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(19):before {
  content: "8-20-19.";
}
.spc-terms .--list8 .--list-second20 > li:nth-child(20):before {
  content: "8-20-20.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(1):before {
  content: "9-1-1.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(2):before {
  content: "9-1-2.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(3):before {
  content: "9-1-3.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(4):before {
  content: "9-1-4.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(5):before {
  content: "9-1-5.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(6):before {
  content: "9-1-6.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(7):before {
  content: "9-1-7.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(8):before {
  content: "9-1-8.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(9):before {
  content: "9-1-9.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(10):before {
  content: "9-1-10.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(11):before {
  content: "9-1-11.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(12):before {
  content: "9-1-12.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(13):before {
  content: "9-1-13.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(14):before {
  content: "9-1-14.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(15):before {
  content: "9-1-15.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(16):before {
  content: "9-1-16.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(17):before {
  content: "9-1-17.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(18):before {
  content: "9-1-18.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(19):before {
  content: "9-1-19.";
}
.spc-terms .--list9 .--list-second1 > li:nth-child(20):before {
  content: "9-1-20.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(1):before {
  content: "9-2-1.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(2):before {
  content: "9-2-2.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(3):before {
  content: "9-2-3.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(4):before {
  content: "9-2-4.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(5):before {
  content: "9-2-5.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(6):before {
  content: "9-2-6.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(7):before {
  content: "9-2-7.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(8):before {
  content: "9-2-8.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(9):before {
  content: "9-2-9.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(10):before {
  content: "9-2-10.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(11):before {
  content: "9-2-11.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(12):before {
  content: "9-2-12.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(13):before {
  content: "9-2-13.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(14):before {
  content: "9-2-14.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(15):before {
  content: "9-2-15.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(16):before {
  content: "9-2-16.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(17):before {
  content: "9-2-17.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(18):before {
  content: "9-2-18.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(19):before {
  content: "9-2-19.";
}
.spc-terms .--list9 .--list-second2 > li:nth-child(20):before {
  content: "9-2-20.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(1):before {
  content: "9-3-1.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(2):before {
  content: "9-3-2.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(3):before {
  content: "9-3-3.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(4):before {
  content: "9-3-4.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(5):before {
  content: "9-3-5.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(6):before {
  content: "9-3-6.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(7):before {
  content: "9-3-7.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(8):before {
  content: "9-3-8.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(9):before {
  content: "9-3-9.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(10):before {
  content: "9-3-10.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(11):before {
  content: "9-3-11.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(12):before {
  content: "9-3-12.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(13):before {
  content: "9-3-13.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(14):before {
  content: "9-3-14.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(15):before {
  content: "9-3-15.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(16):before {
  content: "9-3-16.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(17):before {
  content: "9-3-17.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(18):before {
  content: "9-3-18.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(19):before {
  content: "9-3-19.";
}
.spc-terms .--list9 .--list-second3 > li:nth-child(20):before {
  content: "9-3-20.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(1):before {
  content: "9-4-1.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(2):before {
  content: "9-4-2.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(3):before {
  content: "9-4-3.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(4):before {
  content: "9-4-4.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(5):before {
  content: "9-4-5.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(6):before {
  content: "9-4-6.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(7):before {
  content: "9-4-7.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(8):before {
  content: "9-4-8.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(9):before {
  content: "9-4-9.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(10):before {
  content: "9-4-10.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(11):before {
  content: "9-4-11.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(12):before {
  content: "9-4-12.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(13):before {
  content: "9-4-13.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(14):before {
  content: "9-4-14.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(15):before {
  content: "9-4-15.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(16):before {
  content: "9-4-16.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(17):before {
  content: "9-4-17.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(18):before {
  content: "9-4-18.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(19):before {
  content: "9-4-19.";
}
.spc-terms .--list9 .--list-second4 > li:nth-child(20):before {
  content: "9-4-20.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(1):before {
  content: "9-5-1.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(2):before {
  content: "9-5-2.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(3):before {
  content: "9-5-3.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(4):before {
  content: "9-5-4.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(5):before {
  content: "9-5-5.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(6):before {
  content: "9-5-6.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(7):before {
  content: "9-5-7.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(8):before {
  content: "9-5-8.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(9):before {
  content: "9-5-9.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(10):before {
  content: "9-5-10.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(11):before {
  content: "9-5-11.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(12):before {
  content: "9-5-12.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(13):before {
  content: "9-5-13.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(14):before {
  content: "9-5-14.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(15):before {
  content: "9-5-15.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(16):before {
  content: "9-5-16.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(17):before {
  content: "9-5-17.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(18):before {
  content: "9-5-18.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(19):before {
  content: "9-5-19.";
}
.spc-terms .--list9 .--list-second5 > li:nth-child(20):before {
  content: "9-5-20.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(1):before {
  content: "9-6-1.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(2):before {
  content: "9-6-2.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(3):before {
  content: "9-6-3.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(4):before {
  content: "9-6-4.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(5):before {
  content: "9-6-5.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(6):before {
  content: "9-6-6.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(7):before {
  content: "9-6-7.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(8):before {
  content: "9-6-8.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(9):before {
  content: "9-6-9.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(10):before {
  content: "9-6-10.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(11):before {
  content: "9-6-11.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(12):before {
  content: "9-6-12.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(13):before {
  content: "9-6-13.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(14):before {
  content: "9-6-14.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(15):before {
  content: "9-6-15.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(16):before {
  content: "9-6-16.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(17):before {
  content: "9-6-17.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(18):before {
  content: "9-6-18.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(19):before {
  content: "9-6-19.";
}
.spc-terms .--list9 .--list-second6 > li:nth-child(20):before {
  content: "9-6-20.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(1):before {
  content: "9-7-1.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(2):before {
  content: "9-7-2.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(3):before {
  content: "9-7-3.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(4):before {
  content: "9-7-4.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(5):before {
  content: "9-7-5.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(6):before {
  content: "9-7-6.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(7):before {
  content: "9-7-7.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(8):before {
  content: "9-7-8.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(9):before {
  content: "9-7-9.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(10):before {
  content: "9-7-10.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(11):before {
  content: "9-7-11.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(12):before {
  content: "9-7-12.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(13):before {
  content: "9-7-13.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(14):before {
  content: "9-7-14.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(15):before {
  content: "9-7-15.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(16):before {
  content: "9-7-16.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(17):before {
  content: "9-7-17.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(18):before {
  content: "9-7-18.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(19):before {
  content: "9-7-19.";
}
.spc-terms .--list9 .--list-second7 > li:nth-child(20):before {
  content: "9-7-20.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(1):before {
  content: "9-8-1.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(2):before {
  content: "9-8-2.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(3):before {
  content: "9-8-3.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(4):before {
  content: "9-8-4.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(5):before {
  content: "9-8-5.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(6):before {
  content: "9-8-6.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(7):before {
  content: "9-8-7.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(8):before {
  content: "9-8-8.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(9):before {
  content: "9-8-9.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(10):before {
  content: "9-8-10.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(11):before {
  content: "9-8-11.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(12):before {
  content: "9-8-12.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(13):before {
  content: "9-8-13.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(14):before {
  content: "9-8-14.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(15):before {
  content: "9-8-15.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(16):before {
  content: "9-8-16.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(17):before {
  content: "9-8-17.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(18):before {
  content: "9-8-18.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(19):before {
  content: "9-8-19.";
}
.spc-terms .--list9 .--list-second8 > li:nth-child(20):before {
  content: "9-8-20.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(1):before {
  content: "9-9-1.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(2):before {
  content: "9-9-2.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(3):before {
  content: "9-9-3.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(4):before {
  content: "9-9-4.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(5):before {
  content: "9-9-5.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(6):before {
  content: "9-9-6.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(7):before {
  content: "9-9-7.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(8):before {
  content: "9-9-8.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(9):before {
  content: "9-9-9.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(10):before {
  content: "9-9-10.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(11):before {
  content: "9-9-11.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(12):before {
  content: "9-9-12.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(13):before {
  content: "9-9-13.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(14):before {
  content: "9-9-14.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(15):before {
  content: "9-9-15.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(16):before {
  content: "9-9-16.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(17):before {
  content: "9-9-17.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(18):before {
  content: "9-9-18.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(19):before {
  content: "9-9-19.";
}
.spc-terms .--list9 .--list-second9 > li:nth-child(20):before {
  content: "9-9-20.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(1):before {
  content: "9-10-1.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(2):before {
  content: "9-10-2.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(3):before {
  content: "9-10-3.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(4):before {
  content: "9-10-4.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(5):before {
  content: "9-10-5.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(6):before {
  content: "9-10-6.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(7):before {
  content: "9-10-7.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(8):before {
  content: "9-10-8.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(9):before {
  content: "9-10-9.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(10):before {
  content: "9-10-10.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(11):before {
  content: "9-10-11.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(12):before {
  content: "9-10-12.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(13):before {
  content: "9-10-13.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(14):before {
  content: "9-10-14.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(15):before {
  content: "9-10-15.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(16):before {
  content: "9-10-16.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(17):before {
  content: "9-10-17.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(18):before {
  content: "9-10-18.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(19):before {
  content: "9-10-19.";
}
.spc-terms .--list9 .--list-second10 > li:nth-child(20):before {
  content: "9-10-20.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(1):before {
  content: "9-11-1.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(2):before {
  content: "9-11-2.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(3):before {
  content: "9-11-3.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(4):before {
  content: "9-11-4.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(5):before {
  content: "9-11-5.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(6):before {
  content: "9-11-6.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(7):before {
  content: "9-11-7.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(8):before {
  content: "9-11-8.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(9):before {
  content: "9-11-9.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(10):before {
  content: "9-11-10.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(11):before {
  content: "9-11-11.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(12):before {
  content: "9-11-12.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(13):before {
  content: "9-11-13.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(14):before {
  content: "9-11-14.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(15):before {
  content: "9-11-15.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(16):before {
  content: "9-11-16.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(17):before {
  content: "9-11-17.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(18):before {
  content: "9-11-18.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(19):before {
  content: "9-11-19.";
}
.spc-terms .--list9 .--list-second11 > li:nth-child(20):before {
  content: "9-11-20.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(1):before {
  content: "9-12-1.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(2):before {
  content: "9-12-2.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(3):before {
  content: "9-12-3.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(4):before {
  content: "9-12-4.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(5):before {
  content: "9-12-5.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(6):before {
  content: "9-12-6.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(7):before {
  content: "9-12-7.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(8):before {
  content: "9-12-8.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(9):before {
  content: "9-12-9.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(10):before {
  content: "9-12-10.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(11):before {
  content: "9-12-11.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(12):before {
  content: "9-12-12.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(13):before {
  content: "9-12-13.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(14):before {
  content: "9-12-14.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(15):before {
  content: "9-12-15.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(16):before {
  content: "9-12-16.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(17):before {
  content: "9-12-17.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(18):before {
  content: "9-12-18.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(19):before {
  content: "9-12-19.";
}
.spc-terms .--list9 .--list-second12 > li:nth-child(20):before {
  content: "9-12-20.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(1):before {
  content: "9-13-1.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(2):before {
  content: "9-13-2.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(3):before {
  content: "9-13-3.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(4):before {
  content: "9-13-4.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(5):before {
  content: "9-13-5.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(6):before {
  content: "9-13-6.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(7):before {
  content: "9-13-7.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(8):before {
  content: "9-13-8.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(9):before {
  content: "9-13-9.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(10):before {
  content: "9-13-10.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(11):before {
  content: "9-13-11.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(12):before {
  content: "9-13-12.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(13):before {
  content: "9-13-13.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(14):before {
  content: "9-13-14.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(15):before {
  content: "9-13-15.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(16):before {
  content: "9-13-16.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(17):before {
  content: "9-13-17.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(18):before {
  content: "9-13-18.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(19):before {
  content: "9-13-19.";
}
.spc-terms .--list9 .--list-second13 > li:nth-child(20):before {
  content: "9-13-20.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(1):before {
  content: "9-14-1.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(2):before {
  content: "9-14-2.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(3):before {
  content: "9-14-3.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(4):before {
  content: "9-14-4.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(5):before {
  content: "9-14-5.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(6):before {
  content: "9-14-6.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(7):before {
  content: "9-14-7.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(8):before {
  content: "9-14-8.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(9):before {
  content: "9-14-9.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(10):before {
  content: "9-14-10.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(11):before {
  content: "9-14-11.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(12):before {
  content: "9-14-12.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(13):before {
  content: "9-14-13.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(14):before {
  content: "9-14-14.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(15):before {
  content: "9-14-15.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(16):before {
  content: "9-14-16.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(17):before {
  content: "9-14-17.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(18):before {
  content: "9-14-18.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(19):before {
  content: "9-14-19.";
}
.spc-terms .--list9 .--list-second14 > li:nth-child(20):before {
  content: "9-14-20.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(1):before {
  content: "9-15-1.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(2):before {
  content: "9-15-2.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(3):before {
  content: "9-15-3.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(4):before {
  content: "9-15-4.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(5):before {
  content: "9-15-5.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(6):before {
  content: "9-15-6.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(7):before {
  content: "9-15-7.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(8):before {
  content: "9-15-8.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(9):before {
  content: "9-15-9.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(10):before {
  content: "9-15-10.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(11):before {
  content: "9-15-11.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(12):before {
  content: "9-15-12.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(13):before {
  content: "9-15-13.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(14):before {
  content: "9-15-14.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(15):before {
  content: "9-15-15.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(16):before {
  content: "9-15-16.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(17):before {
  content: "9-15-17.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(18):before {
  content: "9-15-18.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(19):before {
  content: "9-15-19.";
}
.spc-terms .--list9 .--list-second15 > li:nth-child(20):before {
  content: "9-15-20.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(1):before {
  content: "9-16-1.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(2):before {
  content: "9-16-2.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(3):before {
  content: "9-16-3.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(4):before {
  content: "9-16-4.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(5):before {
  content: "9-16-5.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(6):before {
  content: "9-16-6.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(7):before {
  content: "9-16-7.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(8):before {
  content: "9-16-8.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(9):before {
  content: "9-16-9.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(10):before {
  content: "9-16-10.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(11):before {
  content: "9-16-11.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(12):before {
  content: "9-16-12.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(13):before {
  content: "9-16-13.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(14):before {
  content: "9-16-14.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(15):before {
  content: "9-16-15.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(16):before {
  content: "9-16-16.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(17):before {
  content: "9-16-17.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(18):before {
  content: "9-16-18.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(19):before {
  content: "9-16-19.";
}
.spc-terms .--list9 .--list-second16 > li:nth-child(20):before {
  content: "9-16-20.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(1):before {
  content: "9-17-1.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(2):before {
  content: "9-17-2.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(3):before {
  content: "9-17-3.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(4):before {
  content: "9-17-4.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(5):before {
  content: "9-17-5.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(6):before {
  content: "9-17-6.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(7):before {
  content: "9-17-7.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(8):before {
  content: "9-17-8.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(9):before {
  content: "9-17-9.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(10):before {
  content: "9-17-10.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(11):before {
  content: "9-17-11.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(12):before {
  content: "9-17-12.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(13):before {
  content: "9-17-13.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(14):before {
  content: "9-17-14.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(15):before {
  content: "9-17-15.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(16):before {
  content: "9-17-16.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(17):before {
  content: "9-17-17.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(18):before {
  content: "9-17-18.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(19):before {
  content: "9-17-19.";
}
.spc-terms .--list9 .--list-second17 > li:nth-child(20):before {
  content: "9-17-20.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(1):before {
  content: "9-18-1.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(2):before {
  content: "9-18-2.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(3):before {
  content: "9-18-3.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(4):before {
  content: "9-18-4.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(5):before {
  content: "9-18-5.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(6):before {
  content: "9-18-6.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(7):before {
  content: "9-18-7.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(8):before {
  content: "9-18-8.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(9):before {
  content: "9-18-9.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(10):before {
  content: "9-18-10.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(11):before {
  content: "9-18-11.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(12):before {
  content: "9-18-12.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(13):before {
  content: "9-18-13.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(14):before {
  content: "9-18-14.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(15):before {
  content: "9-18-15.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(16):before {
  content: "9-18-16.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(17):before {
  content: "9-18-17.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(18):before {
  content: "9-18-18.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(19):before {
  content: "9-18-19.";
}
.spc-terms .--list9 .--list-second18 > li:nth-child(20):before {
  content: "9-18-20.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(1):before {
  content: "9-19-1.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(2):before {
  content: "9-19-2.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(3):before {
  content: "9-19-3.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(4):before {
  content: "9-19-4.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(5):before {
  content: "9-19-5.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(6):before {
  content: "9-19-6.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(7):before {
  content: "9-19-7.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(8):before {
  content: "9-19-8.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(9):before {
  content: "9-19-9.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(10):before {
  content: "9-19-10.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(11):before {
  content: "9-19-11.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(12):before {
  content: "9-19-12.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(13):before {
  content: "9-19-13.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(14):before {
  content: "9-19-14.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(15):before {
  content: "9-19-15.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(16):before {
  content: "9-19-16.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(17):before {
  content: "9-19-17.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(18):before {
  content: "9-19-18.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(19):before {
  content: "9-19-19.";
}
.spc-terms .--list9 .--list-second19 > li:nth-child(20):before {
  content: "9-19-20.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(1):before {
  content: "9-20-1.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(2):before {
  content: "9-20-2.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(3):before {
  content: "9-20-3.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(4):before {
  content: "9-20-4.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(5):before {
  content: "9-20-5.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(6):before {
  content: "9-20-6.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(7):before {
  content: "9-20-7.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(8):before {
  content: "9-20-8.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(9):before {
  content: "9-20-9.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(10):before {
  content: "9-20-10.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(11):before {
  content: "9-20-11.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(12):before {
  content: "9-20-12.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(13):before {
  content: "9-20-13.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(14):before {
  content: "9-20-14.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(15):before {
  content: "9-20-15.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(16):before {
  content: "9-20-16.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(17):before {
  content: "9-20-17.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(18):before {
  content: "9-20-18.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(19):before {
  content: "9-20-19.";
}
.spc-terms .--list9 .--list-second20 > li:nth-child(20):before {
  content: "9-20-20.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(1):before {
  content: "10-1-1.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(2):before {
  content: "10-1-2.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(3):before {
  content: "10-1-3.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(4):before {
  content: "10-1-4.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(5):before {
  content: "10-1-5.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(6):before {
  content: "10-1-6.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(7):before {
  content: "10-1-7.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(8):before {
  content: "10-1-8.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(9):before {
  content: "10-1-9.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(10):before {
  content: "10-1-10.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(11):before {
  content: "10-1-11.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(12):before {
  content: "10-1-12.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(13):before {
  content: "10-1-13.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(14):before {
  content: "10-1-14.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(15):before {
  content: "10-1-15.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(16):before {
  content: "10-1-16.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(17):before {
  content: "10-1-17.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(18):before {
  content: "10-1-18.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(19):before {
  content: "10-1-19.";
}
.spc-terms .--list10 .--list-second1 > li:nth-child(20):before {
  content: "10-1-20.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(1):before {
  content: "10-2-1.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(2):before {
  content: "10-2-2.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(3):before {
  content: "10-2-3.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(4):before {
  content: "10-2-4.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(5):before {
  content: "10-2-5.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(6):before {
  content: "10-2-6.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(7):before {
  content: "10-2-7.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(8):before {
  content: "10-2-8.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(9):before {
  content: "10-2-9.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(10):before {
  content: "10-2-10.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(11):before {
  content: "10-2-11.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(12):before {
  content: "10-2-12.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(13):before {
  content: "10-2-13.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(14):before {
  content: "10-2-14.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(15):before {
  content: "10-2-15.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(16):before {
  content: "10-2-16.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(17):before {
  content: "10-2-17.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(18):before {
  content: "10-2-18.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(19):before {
  content: "10-2-19.";
}
.spc-terms .--list10 .--list-second2 > li:nth-child(20):before {
  content: "10-2-20.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(1):before {
  content: "10-3-1.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(2):before {
  content: "10-3-2.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(3):before {
  content: "10-3-3.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(4):before {
  content: "10-3-4.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(5):before {
  content: "10-3-5.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(6):before {
  content: "10-3-6.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(7):before {
  content: "10-3-7.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(8):before {
  content: "10-3-8.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(9):before {
  content: "10-3-9.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(10):before {
  content: "10-3-10.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(11):before {
  content: "10-3-11.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(12):before {
  content: "10-3-12.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(13):before {
  content: "10-3-13.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(14):before {
  content: "10-3-14.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(15):before {
  content: "10-3-15.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(16):before {
  content: "10-3-16.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(17):before {
  content: "10-3-17.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(18):before {
  content: "10-3-18.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(19):before {
  content: "10-3-19.";
}
.spc-terms .--list10 .--list-second3 > li:nth-child(20):before {
  content: "10-3-20.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(1):before {
  content: "10-4-1.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(2):before {
  content: "10-4-2.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(3):before {
  content: "10-4-3.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(4):before {
  content: "10-4-4.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(5):before {
  content: "10-4-5.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(6):before {
  content: "10-4-6.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(7):before {
  content: "10-4-7.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(8):before {
  content: "10-4-8.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(9):before {
  content: "10-4-9.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(10):before {
  content: "10-4-10.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(11):before {
  content: "10-4-11.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(12):before {
  content: "10-4-12.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(13):before {
  content: "10-4-13.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(14):before {
  content: "10-4-14.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(15):before {
  content: "10-4-15.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(16):before {
  content: "10-4-16.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(17):before {
  content: "10-4-17.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(18):before {
  content: "10-4-18.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(19):before {
  content: "10-4-19.";
}
.spc-terms .--list10 .--list-second4 > li:nth-child(20):before {
  content: "10-4-20.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(1):before {
  content: "10-5-1.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(2):before {
  content: "10-5-2.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(3):before {
  content: "10-5-3.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(4):before {
  content: "10-5-4.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(5):before {
  content: "10-5-5.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(6):before {
  content: "10-5-6.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(7):before {
  content: "10-5-7.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(8):before {
  content: "10-5-8.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(9):before {
  content: "10-5-9.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(10):before {
  content: "10-5-10.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(11):before {
  content: "10-5-11.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(12):before {
  content: "10-5-12.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(13):before {
  content: "10-5-13.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(14):before {
  content: "10-5-14.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(15):before {
  content: "10-5-15.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(16):before {
  content: "10-5-16.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(17):before {
  content: "10-5-17.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(18):before {
  content: "10-5-18.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(19):before {
  content: "10-5-19.";
}
.spc-terms .--list10 .--list-second5 > li:nth-child(20):before {
  content: "10-5-20.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(1):before {
  content: "10-6-1.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(2):before {
  content: "10-6-2.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(3):before {
  content: "10-6-3.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(4):before {
  content: "10-6-4.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(5):before {
  content: "10-6-5.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(6):before {
  content: "10-6-6.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(7):before {
  content: "10-6-7.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(8):before {
  content: "10-6-8.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(9):before {
  content: "10-6-9.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(10):before {
  content: "10-6-10.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(11):before {
  content: "10-6-11.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(12):before {
  content: "10-6-12.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(13):before {
  content: "10-6-13.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(14):before {
  content: "10-6-14.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(15):before {
  content: "10-6-15.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(16):before {
  content: "10-6-16.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(17):before {
  content: "10-6-17.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(18):before {
  content: "10-6-18.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(19):before {
  content: "10-6-19.";
}
.spc-terms .--list10 .--list-second6 > li:nth-child(20):before {
  content: "10-6-20.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(1):before {
  content: "10-7-1.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(2):before {
  content: "10-7-2.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(3):before {
  content: "10-7-3.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(4):before {
  content: "10-7-4.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(5):before {
  content: "10-7-5.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(6):before {
  content: "10-7-6.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(7):before {
  content: "10-7-7.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(8):before {
  content: "10-7-8.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(9):before {
  content: "10-7-9.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(10):before {
  content: "10-7-10.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(11):before {
  content: "10-7-11.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(12):before {
  content: "10-7-12.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(13):before {
  content: "10-7-13.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(14):before {
  content: "10-7-14.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(15):before {
  content: "10-7-15.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(16):before {
  content: "10-7-16.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(17):before {
  content: "10-7-17.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(18):before {
  content: "10-7-18.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(19):before {
  content: "10-7-19.";
}
.spc-terms .--list10 .--list-second7 > li:nth-child(20):before {
  content: "10-7-20.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(1):before {
  content: "10-8-1.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(2):before {
  content: "10-8-2.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(3):before {
  content: "10-8-3.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(4):before {
  content: "10-8-4.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(5):before {
  content: "10-8-5.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(6):before {
  content: "10-8-6.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(7):before {
  content: "10-8-7.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(8):before {
  content: "10-8-8.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(9):before {
  content: "10-8-9.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(10):before {
  content: "10-8-10.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(11):before {
  content: "10-8-11.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(12):before {
  content: "10-8-12.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(13):before {
  content: "10-8-13.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(14):before {
  content: "10-8-14.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(15):before {
  content: "10-8-15.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(16):before {
  content: "10-8-16.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(17):before {
  content: "10-8-17.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(18):before {
  content: "10-8-18.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(19):before {
  content: "10-8-19.";
}
.spc-terms .--list10 .--list-second8 > li:nth-child(20):before {
  content: "10-8-20.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(1):before {
  content: "10-9-1.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(2):before {
  content: "10-9-2.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(3):before {
  content: "10-9-3.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(4):before {
  content: "10-9-4.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(5):before {
  content: "10-9-5.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(6):before {
  content: "10-9-6.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(7):before {
  content: "10-9-7.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(8):before {
  content: "10-9-8.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(9):before {
  content: "10-9-9.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(10):before {
  content: "10-9-10.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(11):before {
  content: "10-9-11.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(12):before {
  content: "10-9-12.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(13):before {
  content: "10-9-13.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(14):before {
  content: "10-9-14.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(15):before {
  content: "10-9-15.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(16):before {
  content: "10-9-16.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(17):before {
  content: "10-9-17.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(18):before {
  content: "10-9-18.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(19):before {
  content: "10-9-19.";
}
.spc-terms .--list10 .--list-second9 > li:nth-child(20):before {
  content: "10-9-20.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(1):before {
  content: "10-10-1.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(2):before {
  content: "10-10-2.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(3):before {
  content: "10-10-3.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(4):before {
  content: "10-10-4.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(5):before {
  content: "10-10-5.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(6):before {
  content: "10-10-6.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(7):before {
  content: "10-10-7.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(8):before {
  content: "10-10-8.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(9):before {
  content: "10-10-9.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(10):before {
  content: "10-10-10.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(11):before {
  content: "10-10-11.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(12):before {
  content: "10-10-12.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(13):before {
  content: "10-10-13.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(14):before {
  content: "10-10-14.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(15):before {
  content: "10-10-15.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(16):before {
  content: "10-10-16.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(17):before {
  content: "10-10-17.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(18):before {
  content: "10-10-18.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(19):before {
  content: "10-10-19.";
}
.spc-terms .--list10 .--list-second10 > li:nth-child(20):before {
  content: "10-10-20.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(1):before {
  content: "10-11-1.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(2):before {
  content: "10-11-2.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(3):before {
  content: "10-11-3.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(4):before {
  content: "10-11-4.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(5):before {
  content: "10-11-5.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(6):before {
  content: "10-11-6.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(7):before {
  content: "10-11-7.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(8):before {
  content: "10-11-8.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(9):before {
  content: "10-11-9.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(10):before {
  content: "10-11-10.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(11):before {
  content: "10-11-11.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(12):before {
  content: "10-11-12.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(13):before {
  content: "10-11-13.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(14):before {
  content: "10-11-14.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(15):before {
  content: "10-11-15.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(16):before {
  content: "10-11-16.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(17):before {
  content: "10-11-17.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(18):before {
  content: "10-11-18.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(19):before {
  content: "10-11-19.";
}
.spc-terms .--list10 .--list-second11 > li:nth-child(20):before {
  content: "10-11-20.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(1):before {
  content: "10-12-1.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(2):before {
  content: "10-12-2.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(3):before {
  content: "10-12-3.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(4):before {
  content: "10-12-4.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(5):before {
  content: "10-12-5.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(6):before {
  content: "10-12-6.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(7):before {
  content: "10-12-7.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(8):before {
  content: "10-12-8.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(9):before {
  content: "10-12-9.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(10):before {
  content: "10-12-10.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(11):before {
  content: "10-12-11.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(12):before {
  content: "10-12-12.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(13):before {
  content: "10-12-13.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(14):before {
  content: "10-12-14.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(15):before {
  content: "10-12-15.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(16):before {
  content: "10-12-16.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(17):before {
  content: "10-12-17.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(18):before {
  content: "10-12-18.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(19):before {
  content: "10-12-19.";
}
.spc-terms .--list10 .--list-second12 > li:nth-child(20):before {
  content: "10-12-20.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(1):before {
  content: "10-13-1.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(2):before {
  content: "10-13-2.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(3):before {
  content: "10-13-3.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(4):before {
  content: "10-13-4.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(5):before {
  content: "10-13-5.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(6):before {
  content: "10-13-6.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(7):before {
  content: "10-13-7.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(8):before {
  content: "10-13-8.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(9):before {
  content: "10-13-9.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(10):before {
  content: "10-13-10.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(11):before {
  content: "10-13-11.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(12):before {
  content: "10-13-12.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(13):before {
  content: "10-13-13.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(14):before {
  content: "10-13-14.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(15):before {
  content: "10-13-15.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(16):before {
  content: "10-13-16.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(17):before {
  content: "10-13-17.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(18):before {
  content: "10-13-18.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(19):before {
  content: "10-13-19.";
}
.spc-terms .--list10 .--list-second13 > li:nth-child(20):before {
  content: "10-13-20.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(1):before {
  content: "10-14-1.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(2):before {
  content: "10-14-2.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(3):before {
  content: "10-14-3.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(4):before {
  content: "10-14-4.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(5):before {
  content: "10-14-5.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(6):before {
  content: "10-14-6.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(7):before {
  content: "10-14-7.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(8):before {
  content: "10-14-8.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(9):before {
  content: "10-14-9.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(10):before {
  content: "10-14-10.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(11):before {
  content: "10-14-11.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(12):before {
  content: "10-14-12.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(13):before {
  content: "10-14-13.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(14):before {
  content: "10-14-14.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(15):before {
  content: "10-14-15.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(16):before {
  content: "10-14-16.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(17):before {
  content: "10-14-17.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(18):before {
  content: "10-14-18.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(19):before {
  content: "10-14-19.";
}
.spc-terms .--list10 .--list-second14 > li:nth-child(20):before {
  content: "10-14-20.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(1):before {
  content: "10-15-1.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(2):before {
  content: "10-15-2.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(3):before {
  content: "10-15-3.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(4):before {
  content: "10-15-4.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(5):before {
  content: "10-15-5.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(6):before {
  content: "10-15-6.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(7):before {
  content: "10-15-7.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(8):before {
  content: "10-15-8.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(9):before {
  content: "10-15-9.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(10):before {
  content: "10-15-10.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(11):before {
  content: "10-15-11.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(12):before {
  content: "10-15-12.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(13):before {
  content: "10-15-13.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(14):before {
  content: "10-15-14.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(15):before {
  content: "10-15-15.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(16):before {
  content: "10-15-16.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(17):before {
  content: "10-15-17.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(18):before {
  content: "10-15-18.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(19):before {
  content: "10-15-19.";
}
.spc-terms .--list10 .--list-second15 > li:nth-child(20):before {
  content: "10-15-20.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(1):before {
  content: "10-16-1.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(2):before {
  content: "10-16-2.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(3):before {
  content: "10-16-3.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(4):before {
  content: "10-16-4.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(5):before {
  content: "10-16-5.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(6):before {
  content: "10-16-6.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(7):before {
  content: "10-16-7.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(8):before {
  content: "10-16-8.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(9):before {
  content: "10-16-9.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(10):before {
  content: "10-16-10.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(11):before {
  content: "10-16-11.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(12):before {
  content: "10-16-12.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(13):before {
  content: "10-16-13.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(14):before {
  content: "10-16-14.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(15):before {
  content: "10-16-15.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(16):before {
  content: "10-16-16.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(17):before {
  content: "10-16-17.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(18):before {
  content: "10-16-18.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(19):before {
  content: "10-16-19.";
}
.spc-terms .--list10 .--list-second16 > li:nth-child(20):before {
  content: "10-16-20.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(1):before {
  content: "10-17-1.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(2):before {
  content: "10-17-2.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(3):before {
  content: "10-17-3.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(4):before {
  content: "10-17-4.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(5):before {
  content: "10-17-5.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(6):before {
  content: "10-17-6.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(7):before {
  content: "10-17-7.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(8):before {
  content: "10-17-8.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(9):before {
  content: "10-17-9.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(10):before {
  content: "10-17-10.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(11):before {
  content: "10-17-11.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(12):before {
  content: "10-17-12.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(13):before {
  content: "10-17-13.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(14):before {
  content: "10-17-14.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(15):before {
  content: "10-17-15.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(16):before {
  content: "10-17-16.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(17):before {
  content: "10-17-17.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(18):before {
  content: "10-17-18.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(19):before {
  content: "10-17-19.";
}
.spc-terms .--list10 .--list-second17 > li:nth-child(20):before {
  content: "10-17-20.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(1):before {
  content: "10-18-1.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(2):before {
  content: "10-18-2.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(3):before {
  content: "10-18-3.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(4):before {
  content: "10-18-4.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(5):before {
  content: "10-18-5.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(6):before {
  content: "10-18-6.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(7):before {
  content: "10-18-7.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(8):before {
  content: "10-18-8.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(9):before {
  content: "10-18-9.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(10):before {
  content: "10-18-10.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(11):before {
  content: "10-18-11.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(12):before {
  content: "10-18-12.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(13):before {
  content: "10-18-13.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(14):before {
  content: "10-18-14.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(15):before {
  content: "10-18-15.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(16):before {
  content: "10-18-16.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(17):before {
  content: "10-18-17.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(18):before {
  content: "10-18-18.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(19):before {
  content: "10-18-19.";
}
.spc-terms .--list10 .--list-second18 > li:nth-child(20):before {
  content: "10-18-20.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(1):before {
  content: "10-19-1.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(2):before {
  content: "10-19-2.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(3):before {
  content: "10-19-3.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(4):before {
  content: "10-19-4.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(5):before {
  content: "10-19-5.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(6):before {
  content: "10-19-6.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(7):before {
  content: "10-19-7.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(8):before {
  content: "10-19-8.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(9):before {
  content: "10-19-9.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(10):before {
  content: "10-19-10.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(11):before {
  content: "10-19-11.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(12):before {
  content: "10-19-12.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(13):before {
  content: "10-19-13.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(14):before {
  content: "10-19-14.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(15):before {
  content: "10-19-15.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(16):before {
  content: "10-19-16.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(17):before {
  content: "10-19-17.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(18):before {
  content: "10-19-18.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(19):before {
  content: "10-19-19.";
}
.spc-terms .--list10 .--list-second19 > li:nth-child(20):before {
  content: "10-19-20.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(1):before {
  content: "10-20-1.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(2):before {
  content: "10-20-2.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(3):before {
  content: "10-20-3.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(4):before {
  content: "10-20-4.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(5):before {
  content: "10-20-5.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(6):before {
  content: "10-20-6.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(7):before {
  content: "10-20-7.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(8):before {
  content: "10-20-8.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(9):before {
  content: "10-20-9.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(10):before {
  content: "10-20-10.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(11):before {
  content: "10-20-11.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(12):before {
  content: "10-20-12.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(13):before {
  content: "10-20-13.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(14):before {
  content: "10-20-14.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(15):before {
  content: "10-20-15.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(16):before {
  content: "10-20-16.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(17):before {
  content: "10-20-17.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(18):before {
  content: "10-20-18.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(19):before {
  content: "10-20-19.";
}
.spc-terms .--list10 .--list-second20 > li:nth-child(20):before {
  content: "10-20-20.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(1):before {
  content: "11-1-1.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(2):before {
  content: "11-1-2.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(3):before {
  content: "11-1-3.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(4):before {
  content: "11-1-4.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(5):before {
  content: "11-1-5.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(6):before {
  content: "11-1-6.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(7):before {
  content: "11-1-7.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(8):before {
  content: "11-1-8.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(9):before {
  content: "11-1-9.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(10):before {
  content: "11-1-10.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(11):before {
  content: "11-1-11.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(12):before {
  content: "11-1-12.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(13):before {
  content: "11-1-13.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(14):before {
  content: "11-1-14.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(15):before {
  content: "11-1-15.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(16):before {
  content: "11-1-16.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(17):before {
  content: "11-1-17.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(18):before {
  content: "11-1-18.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(19):before {
  content: "11-1-19.";
}
.spc-terms .--list11 .--list-second1 > li:nth-child(20):before {
  content: "11-1-20.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(1):before {
  content: "11-2-1.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(2):before {
  content: "11-2-2.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(3):before {
  content: "11-2-3.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(4):before {
  content: "11-2-4.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(5):before {
  content: "11-2-5.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(6):before {
  content: "11-2-6.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(7):before {
  content: "11-2-7.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(8):before {
  content: "11-2-8.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(9):before {
  content: "11-2-9.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(10):before {
  content: "11-2-10.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(11):before {
  content: "11-2-11.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(12):before {
  content: "11-2-12.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(13):before {
  content: "11-2-13.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(14):before {
  content: "11-2-14.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(15):before {
  content: "11-2-15.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(16):before {
  content: "11-2-16.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(17):before {
  content: "11-2-17.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(18):before {
  content: "11-2-18.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(19):before {
  content: "11-2-19.";
}
.spc-terms .--list11 .--list-second2 > li:nth-child(20):before {
  content: "11-2-20.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(1):before {
  content: "11-3-1.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(2):before {
  content: "11-3-2.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(3):before {
  content: "11-3-3.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(4):before {
  content: "11-3-4.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(5):before {
  content: "11-3-5.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(6):before {
  content: "11-3-6.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(7):before {
  content: "11-3-7.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(8):before {
  content: "11-3-8.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(9):before {
  content: "11-3-9.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(10):before {
  content: "11-3-10.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(11):before {
  content: "11-3-11.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(12):before {
  content: "11-3-12.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(13):before {
  content: "11-3-13.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(14):before {
  content: "11-3-14.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(15):before {
  content: "11-3-15.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(16):before {
  content: "11-3-16.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(17):before {
  content: "11-3-17.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(18):before {
  content: "11-3-18.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(19):before {
  content: "11-3-19.";
}
.spc-terms .--list11 .--list-second3 > li:nth-child(20):before {
  content: "11-3-20.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(1):before {
  content: "11-4-1.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(2):before {
  content: "11-4-2.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(3):before {
  content: "11-4-3.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(4):before {
  content: "11-4-4.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(5):before {
  content: "11-4-5.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(6):before {
  content: "11-4-6.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(7):before {
  content: "11-4-7.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(8):before {
  content: "11-4-8.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(9):before {
  content: "11-4-9.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(10):before {
  content: "11-4-10.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(11):before {
  content: "11-4-11.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(12):before {
  content: "11-4-12.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(13):before {
  content: "11-4-13.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(14):before {
  content: "11-4-14.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(15):before {
  content: "11-4-15.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(16):before {
  content: "11-4-16.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(17):before {
  content: "11-4-17.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(18):before {
  content: "11-4-18.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(19):before {
  content: "11-4-19.";
}
.spc-terms .--list11 .--list-second4 > li:nth-child(20):before {
  content: "11-4-20.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(1):before {
  content: "11-5-1.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(2):before {
  content: "11-5-2.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(3):before {
  content: "11-5-3.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(4):before {
  content: "11-5-4.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(5):before {
  content: "11-5-5.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(6):before {
  content: "11-5-6.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(7):before {
  content: "11-5-7.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(8):before {
  content: "11-5-8.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(9):before {
  content: "11-5-9.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(10):before {
  content: "11-5-10.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(11):before {
  content: "11-5-11.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(12):before {
  content: "11-5-12.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(13):before {
  content: "11-5-13.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(14):before {
  content: "11-5-14.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(15):before {
  content: "11-5-15.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(16):before {
  content: "11-5-16.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(17):before {
  content: "11-5-17.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(18):before {
  content: "11-5-18.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(19):before {
  content: "11-5-19.";
}
.spc-terms .--list11 .--list-second5 > li:nth-child(20):before {
  content: "11-5-20.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(1):before {
  content: "11-6-1.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(2):before {
  content: "11-6-2.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(3):before {
  content: "11-6-3.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(4):before {
  content: "11-6-4.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(5):before {
  content: "11-6-5.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(6):before {
  content: "11-6-6.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(7):before {
  content: "11-6-7.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(8):before {
  content: "11-6-8.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(9):before {
  content: "11-6-9.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(10):before {
  content: "11-6-10.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(11):before {
  content: "11-6-11.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(12):before {
  content: "11-6-12.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(13):before {
  content: "11-6-13.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(14):before {
  content: "11-6-14.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(15):before {
  content: "11-6-15.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(16):before {
  content: "11-6-16.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(17):before {
  content: "11-6-17.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(18):before {
  content: "11-6-18.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(19):before {
  content: "11-6-19.";
}
.spc-terms .--list11 .--list-second6 > li:nth-child(20):before {
  content: "11-6-20.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(1):before {
  content: "11-7-1.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(2):before {
  content: "11-7-2.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(3):before {
  content: "11-7-3.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(4):before {
  content: "11-7-4.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(5):before {
  content: "11-7-5.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(6):before {
  content: "11-7-6.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(7):before {
  content: "11-7-7.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(8):before {
  content: "11-7-8.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(9):before {
  content: "11-7-9.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(10):before {
  content: "11-7-10.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(11):before {
  content: "11-7-11.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(12):before {
  content: "11-7-12.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(13):before {
  content: "11-7-13.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(14):before {
  content: "11-7-14.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(15):before {
  content: "11-7-15.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(16):before {
  content: "11-7-16.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(17):before {
  content: "11-7-17.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(18):before {
  content: "11-7-18.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(19):before {
  content: "11-7-19.";
}
.spc-terms .--list11 .--list-second7 > li:nth-child(20):before {
  content: "11-7-20.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(1):before {
  content: "11-8-1.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(2):before {
  content: "11-8-2.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(3):before {
  content: "11-8-3.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(4):before {
  content: "11-8-4.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(5):before {
  content: "11-8-5.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(6):before {
  content: "11-8-6.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(7):before {
  content: "11-8-7.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(8):before {
  content: "11-8-8.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(9):before {
  content: "11-8-9.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(10):before {
  content: "11-8-10.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(11):before {
  content: "11-8-11.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(12):before {
  content: "11-8-12.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(13):before {
  content: "11-8-13.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(14):before {
  content: "11-8-14.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(15):before {
  content: "11-8-15.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(16):before {
  content: "11-8-16.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(17):before {
  content: "11-8-17.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(18):before {
  content: "11-8-18.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(19):before {
  content: "11-8-19.";
}
.spc-terms .--list11 .--list-second8 > li:nth-child(20):before {
  content: "11-8-20.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(1):before {
  content: "11-9-1.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(2):before {
  content: "11-9-2.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(3):before {
  content: "11-9-3.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(4):before {
  content: "11-9-4.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(5):before {
  content: "11-9-5.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(6):before {
  content: "11-9-6.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(7):before {
  content: "11-9-7.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(8):before {
  content: "11-9-8.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(9):before {
  content: "11-9-9.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(10):before {
  content: "11-9-10.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(11):before {
  content: "11-9-11.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(12):before {
  content: "11-9-12.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(13):before {
  content: "11-9-13.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(14):before {
  content: "11-9-14.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(15):before {
  content: "11-9-15.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(16):before {
  content: "11-9-16.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(17):before {
  content: "11-9-17.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(18):before {
  content: "11-9-18.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(19):before {
  content: "11-9-19.";
}
.spc-terms .--list11 .--list-second9 > li:nth-child(20):before {
  content: "11-9-20.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(1):before {
  content: "11-10-1.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(2):before {
  content: "11-10-2.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(3):before {
  content: "11-10-3.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(4):before {
  content: "11-10-4.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(5):before {
  content: "11-10-5.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(6):before {
  content: "11-10-6.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(7):before {
  content: "11-10-7.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(8):before {
  content: "11-10-8.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(9):before {
  content: "11-10-9.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(10):before {
  content: "11-10-10.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(11):before {
  content: "11-10-11.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(12):before {
  content: "11-10-12.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(13):before {
  content: "11-10-13.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(14):before {
  content: "11-10-14.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(15):before {
  content: "11-10-15.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(16):before {
  content: "11-10-16.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(17):before {
  content: "11-10-17.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(18):before {
  content: "11-10-18.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(19):before {
  content: "11-10-19.";
}
.spc-terms .--list11 .--list-second10 > li:nth-child(20):before {
  content: "11-10-20.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(1):before {
  content: "11-11-1.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(2):before {
  content: "11-11-2.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(3):before {
  content: "11-11-3.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(4):before {
  content: "11-11-4.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(5):before {
  content: "11-11-5.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(6):before {
  content: "11-11-6.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(7):before {
  content: "11-11-7.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(8):before {
  content: "11-11-8.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(9):before {
  content: "11-11-9.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(10):before {
  content: "11-11-10.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(11):before {
  content: "11-11-11.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(12):before {
  content: "11-11-12.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(13):before {
  content: "11-11-13.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(14):before {
  content: "11-11-14.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(15):before {
  content: "11-11-15.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(16):before {
  content: "11-11-16.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(17):before {
  content: "11-11-17.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(18):before {
  content: "11-11-18.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(19):before {
  content: "11-11-19.";
}
.spc-terms .--list11 .--list-second11 > li:nth-child(20):before {
  content: "11-11-20.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(1):before {
  content: "11-12-1.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(2):before {
  content: "11-12-2.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(3):before {
  content: "11-12-3.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(4):before {
  content: "11-12-4.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(5):before {
  content: "11-12-5.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(6):before {
  content: "11-12-6.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(7):before {
  content: "11-12-7.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(8):before {
  content: "11-12-8.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(9):before {
  content: "11-12-9.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(10):before {
  content: "11-12-10.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(11):before {
  content: "11-12-11.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(12):before {
  content: "11-12-12.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(13):before {
  content: "11-12-13.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(14):before {
  content: "11-12-14.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(15):before {
  content: "11-12-15.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(16):before {
  content: "11-12-16.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(17):before {
  content: "11-12-17.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(18):before {
  content: "11-12-18.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(19):before {
  content: "11-12-19.";
}
.spc-terms .--list11 .--list-second12 > li:nth-child(20):before {
  content: "11-12-20.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(1):before {
  content: "11-13-1.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(2):before {
  content: "11-13-2.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(3):before {
  content: "11-13-3.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(4):before {
  content: "11-13-4.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(5):before {
  content: "11-13-5.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(6):before {
  content: "11-13-6.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(7):before {
  content: "11-13-7.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(8):before {
  content: "11-13-8.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(9):before {
  content: "11-13-9.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(10):before {
  content: "11-13-10.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(11):before {
  content: "11-13-11.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(12):before {
  content: "11-13-12.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(13):before {
  content: "11-13-13.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(14):before {
  content: "11-13-14.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(15):before {
  content: "11-13-15.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(16):before {
  content: "11-13-16.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(17):before {
  content: "11-13-17.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(18):before {
  content: "11-13-18.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(19):before {
  content: "11-13-19.";
}
.spc-terms .--list11 .--list-second13 > li:nth-child(20):before {
  content: "11-13-20.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(1):before {
  content: "11-14-1.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(2):before {
  content: "11-14-2.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(3):before {
  content: "11-14-3.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(4):before {
  content: "11-14-4.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(5):before {
  content: "11-14-5.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(6):before {
  content: "11-14-6.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(7):before {
  content: "11-14-7.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(8):before {
  content: "11-14-8.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(9):before {
  content: "11-14-9.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(10):before {
  content: "11-14-10.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(11):before {
  content: "11-14-11.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(12):before {
  content: "11-14-12.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(13):before {
  content: "11-14-13.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(14):before {
  content: "11-14-14.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(15):before {
  content: "11-14-15.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(16):before {
  content: "11-14-16.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(17):before {
  content: "11-14-17.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(18):before {
  content: "11-14-18.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(19):before {
  content: "11-14-19.";
}
.spc-terms .--list11 .--list-second14 > li:nth-child(20):before {
  content: "11-14-20.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(1):before {
  content: "11-15-1.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(2):before {
  content: "11-15-2.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(3):before {
  content: "11-15-3.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(4):before {
  content: "11-15-4.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(5):before {
  content: "11-15-5.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(6):before {
  content: "11-15-6.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(7):before {
  content: "11-15-7.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(8):before {
  content: "11-15-8.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(9):before {
  content: "11-15-9.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(10):before {
  content: "11-15-10.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(11):before {
  content: "11-15-11.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(12):before {
  content: "11-15-12.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(13):before {
  content: "11-15-13.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(14):before {
  content: "11-15-14.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(15):before {
  content: "11-15-15.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(16):before {
  content: "11-15-16.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(17):before {
  content: "11-15-17.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(18):before {
  content: "11-15-18.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(19):before {
  content: "11-15-19.";
}
.spc-terms .--list11 .--list-second15 > li:nth-child(20):before {
  content: "11-15-20.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(1):before {
  content: "11-16-1.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(2):before {
  content: "11-16-2.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(3):before {
  content: "11-16-3.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(4):before {
  content: "11-16-4.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(5):before {
  content: "11-16-5.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(6):before {
  content: "11-16-6.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(7):before {
  content: "11-16-7.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(8):before {
  content: "11-16-8.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(9):before {
  content: "11-16-9.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(10):before {
  content: "11-16-10.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(11):before {
  content: "11-16-11.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(12):before {
  content: "11-16-12.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(13):before {
  content: "11-16-13.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(14):before {
  content: "11-16-14.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(15):before {
  content: "11-16-15.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(16):before {
  content: "11-16-16.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(17):before {
  content: "11-16-17.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(18):before {
  content: "11-16-18.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(19):before {
  content: "11-16-19.";
}
.spc-terms .--list11 .--list-second16 > li:nth-child(20):before {
  content: "11-16-20.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(1):before {
  content: "11-17-1.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(2):before {
  content: "11-17-2.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(3):before {
  content: "11-17-3.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(4):before {
  content: "11-17-4.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(5):before {
  content: "11-17-5.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(6):before {
  content: "11-17-6.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(7):before {
  content: "11-17-7.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(8):before {
  content: "11-17-8.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(9):before {
  content: "11-17-9.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(10):before {
  content: "11-17-10.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(11):before {
  content: "11-17-11.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(12):before {
  content: "11-17-12.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(13):before {
  content: "11-17-13.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(14):before {
  content: "11-17-14.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(15):before {
  content: "11-17-15.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(16):before {
  content: "11-17-16.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(17):before {
  content: "11-17-17.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(18):before {
  content: "11-17-18.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(19):before {
  content: "11-17-19.";
}
.spc-terms .--list11 .--list-second17 > li:nth-child(20):before {
  content: "11-17-20.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(1):before {
  content: "11-18-1.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(2):before {
  content: "11-18-2.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(3):before {
  content: "11-18-3.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(4):before {
  content: "11-18-4.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(5):before {
  content: "11-18-5.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(6):before {
  content: "11-18-6.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(7):before {
  content: "11-18-7.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(8):before {
  content: "11-18-8.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(9):before {
  content: "11-18-9.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(10):before {
  content: "11-18-10.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(11):before {
  content: "11-18-11.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(12):before {
  content: "11-18-12.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(13):before {
  content: "11-18-13.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(14):before {
  content: "11-18-14.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(15):before {
  content: "11-18-15.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(16):before {
  content: "11-18-16.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(17):before {
  content: "11-18-17.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(18):before {
  content: "11-18-18.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(19):before {
  content: "11-18-19.";
}
.spc-terms .--list11 .--list-second18 > li:nth-child(20):before {
  content: "11-18-20.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(1):before {
  content: "11-19-1.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(2):before {
  content: "11-19-2.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(3):before {
  content: "11-19-3.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(4):before {
  content: "11-19-4.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(5):before {
  content: "11-19-5.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(6):before {
  content: "11-19-6.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(7):before {
  content: "11-19-7.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(8):before {
  content: "11-19-8.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(9):before {
  content: "11-19-9.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(10):before {
  content: "11-19-10.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(11):before {
  content: "11-19-11.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(12):before {
  content: "11-19-12.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(13):before {
  content: "11-19-13.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(14):before {
  content: "11-19-14.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(15):before {
  content: "11-19-15.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(16):before {
  content: "11-19-16.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(17):before {
  content: "11-19-17.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(18):before {
  content: "11-19-18.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(19):before {
  content: "11-19-19.";
}
.spc-terms .--list11 .--list-second19 > li:nth-child(20):before {
  content: "11-19-20.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(1):before {
  content: "11-20-1.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(2):before {
  content: "11-20-2.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(3):before {
  content: "11-20-3.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(4):before {
  content: "11-20-4.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(5):before {
  content: "11-20-5.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(6):before {
  content: "11-20-6.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(7):before {
  content: "11-20-7.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(8):before {
  content: "11-20-8.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(9):before {
  content: "11-20-9.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(10):before {
  content: "11-20-10.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(11):before {
  content: "11-20-11.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(12):before {
  content: "11-20-12.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(13):before {
  content: "11-20-13.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(14):before {
  content: "11-20-14.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(15):before {
  content: "11-20-15.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(16):before {
  content: "11-20-16.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(17):before {
  content: "11-20-17.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(18):before {
  content: "11-20-18.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(19):before {
  content: "11-20-19.";
}
.spc-terms .--list11 .--list-second20 > li:nth-child(20):before {
  content: "11-20-20.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(1):before {
  content: "12-1-1.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(2):before {
  content: "12-1-2.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(3):before {
  content: "12-1-3.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(4):before {
  content: "12-1-4.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(5):before {
  content: "12-1-5.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(6):before {
  content: "12-1-6.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(7):before {
  content: "12-1-7.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(8):before {
  content: "12-1-8.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(9):before {
  content: "12-1-9.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(10):before {
  content: "12-1-10.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(11):before {
  content: "12-1-11.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(12):before {
  content: "12-1-12.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(13):before {
  content: "12-1-13.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(14):before {
  content: "12-1-14.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(15):before {
  content: "12-1-15.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(16):before {
  content: "12-1-16.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(17):before {
  content: "12-1-17.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(18):before {
  content: "12-1-18.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(19):before {
  content: "12-1-19.";
}
.spc-terms .--list12 .--list-second1 > li:nth-child(20):before {
  content: "12-1-20.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(1):before {
  content: "12-2-1.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(2):before {
  content: "12-2-2.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(3):before {
  content: "12-2-3.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(4):before {
  content: "12-2-4.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(5):before {
  content: "12-2-5.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(6):before {
  content: "12-2-6.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(7):before {
  content: "12-2-7.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(8):before {
  content: "12-2-8.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(9):before {
  content: "12-2-9.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(10):before {
  content: "12-2-10.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(11):before {
  content: "12-2-11.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(12):before {
  content: "12-2-12.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(13):before {
  content: "12-2-13.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(14):before {
  content: "12-2-14.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(15):before {
  content: "12-2-15.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(16):before {
  content: "12-2-16.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(17):before {
  content: "12-2-17.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(18):before {
  content: "12-2-18.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(19):before {
  content: "12-2-19.";
}
.spc-terms .--list12 .--list-second2 > li:nth-child(20):before {
  content: "12-2-20.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(1):before {
  content: "12-3-1.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(2):before {
  content: "12-3-2.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(3):before {
  content: "12-3-3.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(4):before {
  content: "12-3-4.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(5):before {
  content: "12-3-5.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(6):before {
  content: "12-3-6.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(7):before {
  content: "12-3-7.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(8):before {
  content: "12-3-8.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(9):before {
  content: "12-3-9.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(10):before {
  content: "12-3-10.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(11):before {
  content: "12-3-11.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(12):before {
  content: "12-3-12.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(13):before {
  content: "12-3-13.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(14):before {
  content: "12-3-14.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(15):before {
  content: "12-3-15.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(16):before {
  content: "12-3-16.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(17):before {
  content: "12-3-17.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(18):before {
  content: "12-3-18.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(19):before {
  content: "12-3-19.";
}
.spc-terms .--list12 .--list-second3 > li:nth-child(20):before {
  content: "12-3-20.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(1):before {
  content: "12-4-1.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(2):before {
  content: "12-4-2.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(3):before {
  content: "12-4-3.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(4):before {
  content: "12-4-4.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(5):before {
  content: "12-4-5.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(6):before {
  content: "12-4-6.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(7):before {
  content: "12-4-7.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(8):before {
  content: "12-4-8.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(9):before {
  content: "12-4-9.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(10):before {
  content: "12-4-10.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(11):before {
  content: "12-4-11.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(12):before {
  content: "12-4-12.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(13):before {
  content: "12-4-13.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(14):before {
  content: "12-4-14.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(15):before {
  content: "12-4-15.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(16):before {
  content: "12-4-16.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(17):before {
  content: "12-4-17.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(18):before {
  content: "12-4-18.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(19):before {
  content: "12-4-19.";
}
.spc-terms .--list12 .--list-second4 > li:nth-child(20):before {
  content: "12-4-20.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(1):before {
  content: "12-5-1.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(2):before {
  content: "12-5-2.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(3):before {
  content: "12-5-3.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(4):before {
  content: "12-5-4.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(5):before {
  content: "12-5-5.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(6):before {
  content: "12-5-6.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(7):before {
  content: "12-5-7.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(8):before {
  content: "12-5-8.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(9):before {
  content: "12-5-9.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(10):before {
  content: "12-5-10.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(11):before {
  content: "12-5-11.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(12):before {
  content: "12-5-12.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(13):before {
  content: "12-5-13.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(14):before {
  content: "12-5-14.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(15):before {
  content: "12-5-15.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(16):before {
  content: "12-5-16.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(17):before {
  content: "12-5-17.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(18):before {
  content: "12-5-18.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(19):before {
  content: "12-5-19.";
}
.spc-terms .--list12 .--list-second5 > li:nth-child(20):before {
  content: "12-5-20.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(1):before {
  content: "12-6-1.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(2):before {
  content: "12-6-2.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(3):before {
  content: "12-6-3.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(4):before {
  content: "12-6-4.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(5):before {
  content: "12-6-5.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(6):before {
  content: "12-6-6.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(7):before {
  content: "12-6-7.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(8):before {
  content: "12-6-8.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(9):before {
  content: "12-6-9.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(10):before {
  content: "12-6-10.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(11):before {
  content: "12-6-11.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(12):before {
  content: "12-6-12.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(13):before {
  content: "12-6-13.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(14):before {
  content: "12-6-14.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(15):before {
  content: "12-6-15.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(16):before {
  content: "12-6-16.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(17):before {
  content: "12-6-17.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(18):before {
  content: "12-6-18.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(19):before {
  content: "12-6-19.";
}
.spc-terms .--list12 .--list-second6 > li:nth-child(20):before {
  content: "12-6-20.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(1):before {
  content: "12-7-1.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(2):before {
  content: "12-7-2.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(3):before {
  content: "12-7-3.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(4):before {
  content: "12-7-4.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(5):before {
  content: "12-7-5.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(6):before {
  content: "12-7-6.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(7):before {
  content: "12-7-7.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(8):before {
  content: "12-7-8.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(9):before {
  content: "12-7-9.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(10):before {
  content: "12-7-10.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(11):before {
  content: "12-7-11.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(12):before {
  content: "12-7-12.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(13):before {
  content: "12-7-13.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(14):before {
  content: "12-7-14.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(15):before {
  content: "12-7-15.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(16):before {
  content: "12-7-16.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(17):before {
  content: "12-7-17.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(18):before {
  content: "12-7-18.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(19):before {
  content: "12-7-19.";
}
.spc-terms .--list12 .--list-second7 > li:nth-child(20):before {
  content: "12-7-20.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(1):before {
  content: "12-8-1.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(2):before {
  content: "12-8-2.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(3):before {
  content: "12-8-3.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(4):before {
  content: "12-8-4.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(5):before {
  content: "12-8-5.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(6):before {
  content: "12-8-6.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(7):before {
  content: "12-8-7.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(8):before {
  content: "12-8-8.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(9):before {
  content: "12-8-9.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(10):before {
  content: "12-8-10.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(11):before {
  content: "12-8-11.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(12):before {
  content: "12-8-12.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(13):before {
  content: "12-8-13.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(14):before {
  content: "12-8-14.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(15):before {
  content: "12-8-15.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(16):before {
  content: "12-8-16.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(17):before {
  content: "12-8-17.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(18):before {
  content: "12-8-18.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(19):before {
  content: "12-8-19.";
}
.spc-terms .--list12 .--list-second8 > li:nth-child(20):before {
  content: "12-8-20.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(1):before {
  content: "12-9-1.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(2):before {
  content: "12-9-2.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(3):before {
  content: "12-9-3.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(4):before {
  content: "12-9-4.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(5):before {
  content: "12-9-5.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(6):before {
  content: "12-9-6.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(7):before {
  content: "12-9-7.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(8):before {
  content: "12-9-8.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(9):before {
  content: "12-9-9.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(10):before {
  content: "12-9-10.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(11):before {
  content: "12-9-11.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(12):before {
  content: "12-9-12.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(13):before {
  content: "12-9-13.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(14):before {
  content: "12-9-14.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(15):before {
  content: "12-9-15.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(16):before {
  content: "12-9-16.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(17):before {
  content: "12-9-17.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(18):before {
  content: "12-9-18.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(19):before {
  content: "12-9-19.";
}
.spc-terms .--list12 .--list-second9 > li:nth-child(20):before {
  content: "12-9-20.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(1):before {
  content: "12-10-1.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(2):before {
  content: "12-10-2.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(3):before {
  content: "12-10-3.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(4):before {
  content: "12-10-4.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(5):before {
  content: "12-10-5.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(6):before {
  content: "12-10-6.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(7):before {
  content: "12-10-7.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(8):before {
  content: "12-10-8.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(9):before {
  content: "12-10-9.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(10):before {
  content: "12-10-10.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(11):before {
  content: "12-10-11.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(12):before {
  content: "12-10-12.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(13):before {
  content: "12-10-13.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(14):before {
  content: "12-10-14.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(15):before {
  content: "12-10-15.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(16):before {
  content: "12-10-16.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(17):before {
  content: "12-10-17.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(18):before {
  content: "12-10-18.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(19):before {
  content: "12-10-19.";
}
.spc-terms .--list12 .--list-second10 > li:nth-child(20):before {
  content: "12-10-20.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(1):before {
  content: "12-11-1.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(2):before {
  content: "12-11-2.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(3):before {
  content: "12-11-3.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(4):before {
  content: "12-11-4.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(5):before {
  content: "12-11-5.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(6):before {
  content: "12-11-6.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(7):before {
  content: "12-11-7.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(8):before {
  content: "12-11-8.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(9):before {
  content: "12-11-9.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(10):before {
  content: "12-11-10.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(11):before {
  content: "12-11-11.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(12):before {
  content: "12-11-12.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(13):before {
  content: "12-11-13.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(14):before {
  content: "12-11-14.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(15):before {
  content: "12-11-15.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(16):before {
  content: "12-11-16.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(17):before {
  content: "12-11-17.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(18):before {
  content: "12-11-18.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(19):before {
  content: "12-11-19.";
}
.spc-terms .--list12 .--list-second11 > li:nth-child(20):before {
  content: "12-11-20.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(1):before {
  content: "12-12-1.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(2):before {
  content: "12-12-2.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(3):before {
  content: "12-12-3.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(4):before {
  content: "12-12-4.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(5):before {
  content: "12-12-5.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(6):before {
  content: "12-12-6.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(7):before {
  content: "12-12-7.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(8):before {
  content: "12-12-8.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(9):before {
  content: "12-12-9.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(10):before {
  content: "12-12-10.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(11):before {
  content: "12-12-11.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(12):before {
  content: "12-12-12.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(13):before {
  content: "12-12-13.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(14):before {
  content: "12-12-14.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(15):before {
  content: "12-12-15.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(16):before {
  content: "12-12-16.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(17):before {
  content: "12-12-17.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(18):before {
  content: "12-12-18.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(19):before {
  content: "12-12-19.";
}
.spc-terms .--list12 .--list-second12 > li:nth-child(20):before {
  content: "12-12-20.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(1):before {
  content: "12-13-1.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(2):before {
  content: "12-13-2.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(3):before {
  content: "12-13-3.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(4):before {
  content: "12-13-4.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(5):before {
  content: "12-13-5.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(6):before {
  content: "12-13-6.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(7):before {
  content: "12-13-7.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(8):before {
  content: "12-13-8.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(9):before {
  content: "12-13-9.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(10):before {
  content: "12-13-10.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(11):before {
  content: "12-13-11.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(12):before {
  content: "12-13-12.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(13):before {
  content: "12-13-13.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(14):before {
  content: "12-13-14.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(15):before {
  content: "12-13-15.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(16):before {
  content: "12-13-16.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(17):before {
  content: "12-13-17.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(18):before {
  content: "12-13-18.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(19):before {
  content: "12-13-19.";
}
.spc-terms .--list12 .--list-second13 > li:nth-child(20):before {
  content: "12-13-20.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(1):before {
  content: "12-14-1.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(2):before {
  content: "12-14-2.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(3):before {
  content: "12-14-3.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(4):before {
  content: "12-14-4.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(5):before {
  content: "12-14-5.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(6):before {
  content: "12-14-6.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(7):before {
  content: "12-14-7.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(8):before {
  content: "12-14-8.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(9):before {
  content: "12-14-9.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(10):before {
  content: "12-14-10.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(11):before {
  content: "12-14-11.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(12):before {
  content: "12-14-12.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(13):before {
  content: "12-14-13.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(14):before {
  content: "12-14-14.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(15):before {
  content: "12-14-15.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(16):before {
  content: "12-14-16.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(17):before {
  content: "12-14-17.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(18):before {
  content: "12-14-18.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(19):before {
  content: "12-14-19.";
}
.spc-terms .--list12 .--list-second14 > li:nth-child(20):before {
  content: "12-14-20.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(1):before {
  content: "12-15-1.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(2):before {
  content: "12-15-2.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(3):before {
  content: "12-15-3.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(4):before {
  content: "12-15-4.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(5):before {
  content: "12-15-5.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(6):before {
  content: "12-15-6.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(7):before {
  content: "12-15-7.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(8):before {
  content: "12-15-8.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(9):before {
  content: "12-15-9.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(10):before {
  content: "12-15-10.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(11):before {
  content: "12-15-11.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(12):before {
  content: "12-15-12.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(13):before {
  content: "12-15-13.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(14):before {
  content: "12-15-14.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(15):before {
  content: "12-15-15.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(16):before {
  content: "12-15-16.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(17):before {
  content: "12-15-17.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(18):before {
  content: "12-15-18.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(19):before {
  content: "12-15-19.";
}
.spc-terms .--list12 .--list-second15 > li:nth-child(20):before {
  content: "12-15-20.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(1):before {
  content: "12-16-1.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(2):before {
  content: "12-16-2.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(3):before {
  content: "12-16-3.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(4):before {
  content: "12-16-4.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(5):before {
  content: "12-16-5.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(6):before {
  content: "12-16-6.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(7):before {
  content: "12-16-7.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(8):before {
  content: "12-16-8.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(9):before {
  content: "12-16-9.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(10):before {
  content: "12-16-10.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(11):before {
  content: "12-16-11.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(12):before {
  content: "12-16-12.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(13):before {
  content: "12-16-13.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(14):before {
  content: "12-16-14.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(15):before {
  content: "12-16-15.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(16):before {
  content: "12-16-16.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(17):before {
  content: "12-16-17.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(18):before {
  content: "12-16-18.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(19):before {
  content: "12-16-19.";
}
.spc-terms .--list12 .--list-second16 > li:nth-child(20):before {
  content: "12-16-20.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(1):before {
  content: "12-17-1.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(2):before {
  content: "12-17-2.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(3):before {
  content: "12-17-3.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(4):before {
  content: "12-17-4.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(5):before {
  content: "12-17-5.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(6):before {
  content: "12-17-6.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(7):before {
  content: "12-17-7.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(8):before {
  content: "12-17-8.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(9):before {
  content: "12-17-9.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(10):before {
  content: "12-17-10.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(11):before {
  content: "12-17-11.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(12):before {
  content: "12-17-12.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(13):before {
  content: "12-17-13.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(14):before {
  content: "12-17-14.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(15):before {
  content: "12-17-15.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(16):before {
  content: "12-17-16.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(17):before {
  content: "12-17-17.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(18):before {
  content: "12-17-18.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(19):before {
  content: "12-17-19.";
}
.spc-terms .--list12 .--list-second17 > li:nth-child(20):before {
  content: "12-17-20.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(1):before {
  content: "12-18-1.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(2):before {
  content: "12-18-2.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(3):before {
  content: "12-18-3.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(4):before {
  content: "12-18-4.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(5):before {
  content: "12-18-5.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(6):before {
  content: "12-18-6.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(7):before {
  content: "12-18-7.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(8):before {
  content: "12-18-8.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(9):before {
  content: "12-18-9.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(10):before {
  content: "12-18-10.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(11):before {
  content: "12-18-11.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(12):before {
  content: "12-18-12.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(13):before {
  content: "12-18-13.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(14):before {
  content: "12-18-14.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(15):before {
  content: "12-18-15.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(16):before {
  content: "12-18-16.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(17):before {
  content: "12-18-17.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(18):before {
  content: "12-18-18.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(19):before {
  content: "12-18-19.";
}
.spc-terms .--list12 .--list-second18 > li:nth-child(20):before {
  content: "12-18-20.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(1):before {
  content: "12-19-1.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(2):before {
  content: "12-19-2.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(3):before {
  content: "12-19-3.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(4):before {
  content: "12-19-4.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(5):before {
  content: "12-19-5.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(6):before {
  content: "12-19-6.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(7):before {
  content: "12-19-7.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(8):before {
  content: "12-19-8.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(9):before {
  content: "12-19-9.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(10):before {
  content: "12-19-10.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(11):before {
  content: "12-19-11.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(12):before {
  content: "12-19-12.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(13):before {
  content: "12-19-13.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(14):before {
  content: "12-19-14.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(15):before {
  content: "12-19-15.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(16):before {
  content: "12-19-16.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(17):before {
  content: "12-19-17.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(18):before {
  content: "12-19-18.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(19):before {
  content: "12-19-19.";
}
.spc-terms .--list12 .--list-second19 > li:nth-child(20):before {
  content: "12-19-20.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(1):before {
  content: "12-20-1.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(2):before {
  content: "12-20-2.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(3):before {
  content: "12-20-3.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(4):before {
  content: "12-20-4.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(5):before {
  content: "12-20-5.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(6):before {
  content: "12-20-6.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(7):before {
  content: "12-20-7.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(8):before {
  content: "12-20-8.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(9):before {
  content: "12-20-9.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(10):before {
  content: "12-20-10.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(11):before {
  content: "12-20-11.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(12):before {
  content: "12-20-12.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(13):before {
  content: "12-20-13.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(14):before {
  content: "12-20-14.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(15):before {
  content: "12-20-15.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(16):before {
  content: "12-20-16.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(17):before {
  content: "12-20-17.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(18):before {
  content: "12-20-18.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(19):before {
  content: "12-20-19.";
}
.spc-terms .--list12 .--list-second20 > li:nth-child(20):before {
  content: "12-20-20.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(1):before {
  content: "13-1-1.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(2):before {
  content: "13-1-2.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(3):before {
  content: "13-1-3.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(4):before {
  content: "13-1-4.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(5):before {
  content: "13-1-5.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(6):before {
  content: "13-1-6.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(7):before {
  content: "13-1-7.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(8):before {
  content: "13-1-8.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(9):before {
  content: "13-1-9.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(10):before {
  content: "13-1-10.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(11):before {
  content: "13-1-11.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(12):before {
  content: "13-1-12.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(13):before {
  content: "13-1-13.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(14):before {
  content: "13-1-14.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(15):before {
  content: "13-1-15.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(16):before {
  content: "13-1-16.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(17):before {
  content: "13-1-17.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(18):before {
  content: "13-1-18.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(19):before {
  content: "13-1-19.";
}
.spc-terms .--list13 .--list-second1 > li:nth-child(20):before {
  content: "13-1-20.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(1):before {
  content: "13-2-1.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(2):before {
  content: "13-2-2.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(3):before {
  content: "13-2-3.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(4):before {
  content: "13-2-4.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(5):before {
  content: "13-2-5.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(6):before {
  content: "13-2-6.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(7):before {
  content: "13-2-7.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(8):before {
  content: "13-2-8.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(9):before {
  content: "13-2-9.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(10):before {
  content: "13-2-10.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(11):before {
  content: "13-2-11.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(12):before {
  content: "13-2-12.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(13):before {
  content: "13-2-13.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(14):before {
  content: "13-2-14.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(15):before {
  content: "13-2-15.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(16):before {
  content: "13-2-16.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(17):before {
  content: "13-2-17.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(18):before {
  content: "13-2-18.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(19):before {
  content: "13-2-19.";
}
.spc-terms .--list13 .--list-second2 > li:nth-child(20):before {
  content: "13-2-20.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(1):before {
  content: "13-3-1.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(2):before {
  content: "13-3-2.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(3):before {
  content: "13-3-3.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(4):before {
  content: "13-3-4.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(5):before {
  content: "13-3-5.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(6):before {
  content: "13-3-6.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(7):before {
  content: "13-3-7.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(8):before {
  content: "13-3-8.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(9):before {
  content: "13-3-9.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(10):before {
  content: "13-3-10.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(11):before {
  content: "13-3-11.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(12):before {
  content: "13-3-12.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(13):before {
  content: "13-3-13.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(14):before {
  content: "13-3-14.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(15):before {
  content: "13-3-15.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(16):before {
  content: "13-3-16.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(17):before {
  content: "13-3-17.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(18):before {
  content: "13-3-18.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(19):before {
  content: "13-3-19.";
}
.spc-terms .--list13 .--list-second3 > li:nth-child(20):before {
  content: "13-3-20.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(1):before {
  content: "13-4-1.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(2):before {
  content: "13-4-2.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(3):before {
  content: "13-4-3.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(4):before {
  content: "13-4-4.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(5):before {
  content: "13-4-5.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(6):before {
  content: "13-4-6.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(7):before {
  content: "13-4-7.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(8):before {
  content: "13-4-8.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(9):before {
  content: "13-4-9.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(10):before {
  content: "13-4-10.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(11):before {
  content: "13-4-11.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(12):before {
  content: "13-4-12.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(13):before {
  content: "13-4-13.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(14):before {
  content: "13-4-14.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(15):before {
  content: "13-4-15.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(16):before {
  content: "13-4-16.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(17):before {
  content: "13-4-17.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(18):before {
  content: "13-4-18.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(19):before {
  content: "13-4-19.";
}
.spc-terms .--list13 .--list-second4 > li:nth-child(20):before {
  content: "13-4-20.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(1):before {
  content: "13-5-1.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(2):before {
  content: "13-5-2.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(3):before {
  content: "13-5-3.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(4):before {
  content: "13-5-4.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(5):before {
  content: "13-5-5.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(6):before {
  content: "13-5-6.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(7):before {
  content: "13-5-7.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(8):before {
  content: "13-5-8.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(9):before {
  content: "13-5-9.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(10):before {
  content: "13-5-10.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(11):before {
  content: "13-5-11.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(12):before {
  content: "13-5-12.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(13):before {
  content: "13-5-13.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(14):before {
  content: "13-5-14.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(15):before {
  content: "13-5-15.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(16):before {
  content: "13-5-16.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(17):before {
  content: "13-5-17.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(18):before {
  content: "13-5-18.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(19):before {
  content: "13-5-19.";
}
.spc-terms .--list13 .--list-second5 > li:nth-child(20):before {
  content: "13-5-20.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(1):before {
  content: "13-6-1.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(2):before {
  content: "13-6-2.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(3):before {
  content: "13-6-3.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(4):before {
  content: "13-6-4.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(5):before {
  content: "13-6-5.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(6):before {
  content: "13-6-6.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(7):before {
  content: "13-6-7.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(8):before {
  content: "13-6-8.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(9):before {
  content: "13-6-9.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(10):before {
  content: "13-6-10.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(11):before {
  content: "13-6-11.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(12):before {
  content: "13-6-12.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(13):before {
  content: "13-6-13.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(14):before {
  content: "13-6-14.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(15):before {
  content: "13-6-15.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(16):before {
  content: "13-6-16.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(17):before {
  content: "13-6-17.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(18):before {
  content: "13-6-18.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(19):before {
  content: "13-6-19.";
}
.spc-terms .--list13 .--list-second6 > li:nth-child(20):before {
  content: "13-6-20.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(1):before {
  content: "13-7-1.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(2):before {
  content: "13-7-2.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(3):before {
  content: "13-7-3.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(4):before {
  content: "13-7-4.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(5):before {
  content: "13-7-5.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(6):before {
  content: "13-7-6.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(7):before {
  content: "13-7-7.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(8):before {
  content: "13-7-8.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(9):before {
  content: "13-7-9.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(10):before {
  content: "13-7-10.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(11):before {
  content: "13-7-11.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(12):before {
  content: "13-7-12.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(13):before {
  content: "13-7-13.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(14):before {
  content: "13-7-14.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(15):before {
  content: "13-7-15.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(16):before {
  content: "13-7-16.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(17):before {
  content: "13-7-17.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(18):before {
  content: "13-7-18.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(19):before {
  content: "13-7-19.";
}
.spc-terms .--list13 .--list-second7 > li:nth-child(20):before {
  content: "13-7-20.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(1):before {
  content: "13-8-1.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(2):before {
  content: "13-8-2.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(3):before {
  content: "13-8-3.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(4):before {
  content: "13-8-4.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(5):before {
  content: "13-8-5.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(6):before {
  content: "13-8-6.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(7):before {
  content: "13-8-7.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(8):before {
  content: "13-8-8.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(9):before {
  content: "13-8-9.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(10):before {
  content: "13-8-10.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(11):before {
  content: "13-8-11.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(12):before {
  content: "13-8-12.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(13):before {
  content: "13-8-13.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(14):before {
  content: "13-8-14.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(15):before {
  content: "13-8-15.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(16):before {
  content: "13-8-16.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(17):before {
  content: "13-8-17.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(18):before {
  content: "13-8-18.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(19):before {
  content: "13-8-19.";
}
.spc-terms .--list13 .--list-second8 > li:nth-child(20):before {
  content: "13-8-20.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(1):before {
  content: "13-9-1.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(2):before {
  content: "13-9-2.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(3):before {
  content: "13-9-3.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(4):before {
  content: "13-9-4.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(5):before {
  content: "13-9-5.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(6):before {
  content: "13-9-6.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(7):before {
  content: "13-9-7.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(8):before {
  content: "13-9-8.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(9):before {
  content: "13-9-9.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(10):before {
  content: "13-9-10.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(11):before {
  content: "13-9-11.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(12):before {
  content: "13-9-12.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(13):before {
  content: "13-9-13.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(14):before {
  content: "13-9-14.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(15):before {
  content: "13-9-15.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(16):before {
  content: "13-9-16.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(17):before {
  content: "13-9-17.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(18):before {
  content: "13-9-18.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(19):before {
  content: "13-9-19.";
}
.spc-terms .--list13 .--list-second9 > li:nth-child(20):before {
  content: "13-9-20.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(1):before {
  content: "13-10-1.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(2):before {
  content: "13-10-2.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(3):before {
  content: "13-10-3.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(4):before {
  content: "13-10-4.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(5):before {
  content: "13-10-5.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(6):before {
  content: "13-10-6.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(7):before {
  content: "13-10-7.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(8):before {
  content: "13-10-8.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(9):before {
  content: "13-10-9.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(10):before {
  content: "13-10-10.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(11):before {
  content: "13-10-11.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(12):before {
  content: "13-10-12.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(13):before {
  content: "13-10-13.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(14):before {
  content: "13-10-14.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(15):before {
  content: "13-10-15.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(16):before {
  content: "13-10-16.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(17):before {
  content: "13-10-17.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(18):before {
  content: "13-10-18.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(19):before {
  content: "13-10-19.";
}
.spc-terms .--list13 .--list-second10 > li:nth-child(20):before {
  content: "13-10-20.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(1):before {
  content: "13-11-1.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(2):before {
  content: "13-11-2.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(3):before {
  content: "13-11-3.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(4):before {
  content: "13-11-4.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(5):before {
  content: "13-11-5.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(6):before {
  content: "13-11-6.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(7):before {
  content: "13-11-7.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(8):before {
  content: "13-11-8.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(9):before {
  content: "13-11-9.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(10):before {
  content: "13-11-10.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(11):before {
  content: "13-11-11.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(12):before {
  content: "13-11-12.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(13):before {
  content: "13-11-13.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(14):before {
  content: "13-11-14.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(15):before {
  content: "13-11-15.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(16):before {
  content: "13-11-16.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(17):before {
  content: "13-11-17.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(18):before {
  content: "13-11-18.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(19):before {
  content: "13-11-19.";
}
.spc-terms .--list13 .--list-second11 > li:nth-child(20):before {
  content: "13-11-20.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(1):before {
  content: "13-12-1.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(2):before {
  content: "13-12-2.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(3):before {
  content: "13-12-3.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(4):before {
  content: "13-12-4.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(5):before {
  content: "13-12-5.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(6):before {
  content: "13-12-6.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(7):before {
  content: "13-12-7.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(8):before {
  content: "13-12-8.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(9):before {
  content: "13-12-9.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(10):before {
  content: "13-12-10.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(11):before {
  content: "13-12-11.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(12):before {
  content: "13-12-12.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(13):before {
  content: "13-12-13.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(14):before {
  content: "13-12-14.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(15):before {
  content: "13-12-15.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(16):before {
  content: "13-12-16.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(17):before {
  content: "13-12-17.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(18):before {
  content: "13-12-18.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(19):before {
  content: "13-12-19.";
}
.spc-terms .--list13 .--list-second12 > li:nth-child(20):before {
  content: "13-12-20.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(1):before {
  content: "13-13-1.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(2):before {
  content: "13-13-2.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(3):before {
  content: "13-13-3.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(4):before {
  content: "13-13-4.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(5):before {
  content: "13-13-5.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(6):before {
  content: "13-13-6.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(7):before {
  content: "13-13-7.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(8):before {
  content: "13-13-8.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(9):before {
  content: "13-13-9.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(10):before {
  content: "13-13-10.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(11):before {
  content: "13-13-11.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(12):before {
  content: "13-13-12.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(13):before {
  content: "13-13-13.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(14):before {
  content: "13-13-14.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(15):before {
  content: "13-13-15.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(16):before {
  content: "13-13-16.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(17):before {
  content: "13-13-17.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(18):before {
  content: "13-13-18.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(19):before {
  content: "13-13-19.";
}
.spc-terms .--list13 .--list-second13 > li:nth-child(20):before {
  content: "13-13-20.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(1):before {
  content: "13-14-1.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(2):before {
  content: "13-14-2.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(3):before {
  content: "13-14-3.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(4):before {
  content: "13-14-4.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(5):before {
  content: "13-14-5.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(6):before {
  content: "13-14-6.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(7):before {
  content: "13-14-7.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(8):before {
  content: "13-14-8.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(9):before {
  content: "13-14-9.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(10):before {
  content: "13-14-10.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(11):before {
  content: "13-14-11.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(12):before {
  content: "13-14-12.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(13):before {
  content: "13-14-13.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(14):before {
  content: "13-14-14.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(15):before {
  content: "13-14-15.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(16):before {
  content: "13-14-16.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(17):before {
  content: "13-14-17.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(18):before {
  content: "13-14-18.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(19):before {
  content: "13-14-19.";
}
.spc-terms .--list13 .--list-second14 > li:nth-child(20):before {
  content: "13-14-20.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(1):before {
  content: "13-15-1.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(2):before {
  content: "13-15-2.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(3):before {
  content: "13-15-3.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(4):before {
  content: "13-15-4.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(5):before {
  content: "13-15-5.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(6):before {
  content: "13-15-6.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(7):before {
  content: "13-15-7.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(8):before {
  content: "13-15-8.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(9):before {
  content: "13-15-9.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(10):before {
  content: "13-15-10.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(11):before {
  content: "13-15-11.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(12):before {
  content: "13-15-12.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(13):before {
  content: "13-15-13.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(14):before {
  content: "13-15-14.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(15):before {
  content: "13-15-15.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(16):before {
  content: "13-15-16.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(17):before {
  content: "13-15-17.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(18):before {
  content: "13-15-18.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(19):before {
  content: "13-15-19.";
}
.spc-terms .--list13 .--list-second15 > li:nth-child(20):before {
  content: "13-15-20.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(1):before {
  content: "13-16-1.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(2):before {
  content: "13-16-2.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(3):before {
  content: "13-16-3.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(4):before {
  content: "13-16-4.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(5):before {
  content: "13-16-5.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(6):before {
  content: "13-16-6.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(7):before {
  content: "13-16-7.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(8):before {
  content: "13-16-8.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(9):before {
  content: "13-16-9.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(10):before {
  content: "13-16-10.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(11):before {
  content: "13-16-11.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(12):before {
  content: "13-16-12.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(13):before {
  content: "13-16-13.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(14):before {
  content: "13-16-14.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(15):before {
  content: "13-16-15.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(16):before {
  content: "13-16-16.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(17):before {
  content: "13-16-17.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(18):before {
  content: "13-16-18.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(19):before {
  content: "13-16-19.";
}
.spc-terms .--list13 .--list-second16 > li:nth-child(20):before {
  content: "13-16-20.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(1):before {
  content: "13-17-1.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(2):before {
  content: "13-17-2.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(3):before {
  content: "13-17-3.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(4):before {
  content: "13-17-4.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(5):before {
  content: "13-17-5.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(6):before {
  content: "13-17-6.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(7):before {
  content: "13-17-7.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(8):before {
  content: "13-17-8.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(9):before {
  content: "13-17-9.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(10):before {
  content: "13-17-10.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(11):before {
  content: "13-17-11.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(12):before {
  content: "13-17-12.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(13):before {
  content: "13-17-13.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(14):before {
  content: "13-17-14.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(15):before {
  content: "13-17-15.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(16):before {
  content: "13-17-16.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(17):before {
  content: "13-17-17.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(18):before {
  content: "13-17-18.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(19):before {
  content: "13-17-19.";
}
.spc-terms .--list13 .--list-second17 > li:nth-child(20):before {
  content: "13-17-20.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(1):before {
  content: "13-18-1.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(2):before {
  content: "13-18-2.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(3):before {
  content: "13-18-3.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(4):before {
  content: "13-18-4.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(5):before {
  content: "13-18-5.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(6):before {
  content: "13-18-6.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(7):before {
  content: "13-18-7.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(8):before {
  content: "13-18-8.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(9):before {
  content: "13-18-9.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(10):before {
  content: "13-18-10.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(11):before {
  content: "13-18-11.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(12):before {
  content: "13-18-12.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(13):before {
  content: "13-18-13.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(14):before {
  content: "13-18-14.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(15):before {
  content: "13-18-15.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(16):before {
  content: "13-18-16.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(17):before {
  content: "13-18-17.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(18):before {
  content: "13-18-18.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(19):before {
  content: "13-18-19.";
}
.spc-terms .--list13 .--list-second18 > li:nth-child(20):before {
  content: "13-18-20.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(1):before {
  content: "13-19-1.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(2):before {
  content: "13-19-2.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(3):before {
  content: "13-19-3.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(4):before {
  content: "13-19-4.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(5):before {
  content: "13-19-5.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(6):before {
  content: "13-19-6.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(7):before {
  content: "13-19-7.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(8):before {
  content: "13-19-8.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(9):before {
  content: "13-19-9.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(10):before {
  content: "13-19-10.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(11):before {
  content: "13-19-11.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(12):before {
  content: "13-19-12.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(13):before {
  content: "13-19-13.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(14):before {
  content: "13-19-14.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(15):before {
  content: "13-19-15.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(16):before {
  content: "13-19-16.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(17):before {
  content: "13-19-17.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(18):before {
  content: "13-19-18.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(19):before {
  content: "13-19-19.";
}
.spc-terms .--list13 .--list-second19 > li:nth-child(20):before {
  content: "13-19-20.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(1):before {
  content: "13-20-1.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(2):before {
  content: "13-20-2.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(3):before {
  content: "13-20-3.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(4):before {
  content: "13-20-4.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(5):before {
  content: "13-20-5.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(6):before {
  content: "13-20-6.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(7):before {
  content: "13-20-7.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(8):before {
  content: "13-20-8.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(9):before {
  content: "13-20-9.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(10):before {
  content: "13-20-10.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(11):before {
  content: "13-20-11.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(12):before {
  content: "13-20-12.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(13):before {
  content: "13-20-13.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(14):before {
  content: "13-20-14.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(15):before {
  content: "13-20-15.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(16):before {
  content: "13-20-16.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(17):before {
  content: "13-20-17.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(18):before {
  content: "13-20-18.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(19):before {
  content: "13-20-19.";
}
.spc-terms .--list13 .--list-second20 > li:nth-child(20):before {
  content: "13-20-20.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(1):before {
  content: "14-1-1.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(2):before {
  content: "14-1-2.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(3):before {
  content: "14-1-3.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(4):before {
  content: "14-1-4.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(5):before {
  content: "14-1-5.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(6):before {
  content: "14-1-6.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(7):before {
  content: "14-1-7.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(8):before {
  content: "14-1-8.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(9):before {
  content: "14-1-9.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(10):before {
  content: "14-1-10.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(11):before {
  content: "14-1-11.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(12):before {
  content: "14-1-12.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(13):before {
  content: "14-1-13.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(14):before {
  content: "14-1-14.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(15):before {
  content: "14-1-15.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(16):before {
  content: "14-1-16.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(17):before {
  content: "14-1-17.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(18):before {
  content: "14-1-18.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(19):before {
  content: "14-1-19.";
}
.spc-terms .--list14 .--list-second1 > li:nth-child(20):before {
  content: "14-1-20.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(1):before {
  content: "14-2-1.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(2):before {
  content: "14-2-2.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(3):before {
  content: "14-2-3.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(4):before {
  content: "14-2-4.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(5):before {
  content: "14-2-5.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(6):before {
  content: "14-2-6.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(7):before {
  content: "14-2-7.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(8):before {
  content: "14-2-8.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(9):before {
  content: "14-2-9.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(10):before {
  content: "14-2-10.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(11):before {
  content: "14-2-11.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(12):before {
  content: "14-2-12.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(13):before {
  content: "14-2-13.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(14):before {
  content: "14-2-14.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(15):before {
  content: "14-2-15.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(16):before {
  content: "14-2-16.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(17):before {
  content: "14-2-17.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(18):before {
  content: "14-2-18.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(19):before {
  content: "14-2-19.";
}
.spc-terms .--list14 .--list-second2 > li:nth-child(20):before {
  content: "14-2-20.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(1):before {
  content: "14-3-1.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(2):before {
  content: "14-3-2.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(3):before {
  content: "14-3-3.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(4):before {
  content: "14-3-4.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(5):before {
  content: "14-3-5.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(6):before {
  content: "14-3-6.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(7):before {
  content: "14-3-7.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(8):before {
  content: "14-3-8.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(9):before {
  content: "14-3-9.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(10):before {
  content: "14-3-10.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(11):before {
  content: "14-3-11.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(12):before {
  content: "14-3-12.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(13):before {
  content: "14-3-13.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(14):before {
  content: "14-3-14.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(15):before {
  content: "14-3-15.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(16):before {
  content: "14-3-16.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(17):before {
  content: "14-3-17.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(18):before {
  content: "14-3-18.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(19):before {
  content: "14-3-19.";
}
.spc-terms .--list14 .--list-second3 > li:nth-child(20):before {
  content: "14-3-20.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(1):before {
  content: "14-4-1.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(2):before {
  content: "14-4-2.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(3):before {
  content: "14-4-3.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(4):before {
  content: "14-4-4.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(5):before {
  content: "14-4-5.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(6):before {
  content: "14-4-6.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(7):before {
  content: "14-4-7.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(8):before {
  content: "14-4-8.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(9):before {
  content: "14-4-9.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(10):before {
  content: "14-4-10.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(11):before {
  content: "14-4-11.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(12):before {
  content: "14-4-12.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(13):before {
  content: "14-4-13.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(14):before {
  content: "14-4-14.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(15):before {
  content: "14-4-15.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(16):before {
  content: "14-4-16.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(17):before {
  content: "14-4-17.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(18):before {
  content: "14-4-18.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(19):before {
  content: "14-4-19.";
}
.spc-terms .--list14 .--list-second4 > li:nth-child(20):before {
  content: "14-4-20.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(1):before {
  content: "14-5-1.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(2):before {
  content: "14-5-2.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(3):before {
  content: "14-5-3.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(4):before {
  content: "14-5-4.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(5):before {
  content: "14-5-5.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(6):before {
  content: "14-5-6.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(7):before {
  content: "14-5-7.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(8):before {
  content: "14-5-8.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(9):before {
  content: "14-5-9.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(10):before {
  content: "14-5-10.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(11):before {
  content: "14-5-11.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(12):before {
  content: "14-5-12.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(13):before {
  content: "14-5-13.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(14):before {
  content: "14-5-14.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(15):before {
  content: "14-5-15.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(16):before {
  content: "14-5-16.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(17):before {
  content: "14-5-17.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(18):before {
  content: "14-5-18.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(19):before {
  content: "14-5-19.";
}
.spc-terms .--list14 .--list-second5 > li:nth-child(20):before {
  content: "14-5-20.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(1):before {
  content: "14-6-1.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(2):before {
  content: "14-6-2.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(3):before {
  content: "14-6-3.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(4):before {
  content: "14-6-4.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(5):before {
  content: "14-6-5.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(6):before {
  content: "14-6-6.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(7):before {
  content: "14-6-7.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(8):before {
  content: "14-6-8.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(9):before {
  content: "14-6-9.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(10):before {
  content: "14-6-10.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(11):before {
  content: "14-6-11.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(12):before {
  content: "14-6-12.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(13):before {
  content: "14-6-13.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(14):before {
  content: "14-6-14.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(15):before {
  content: "14-6-15.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(16):before {
  content: "14-6-16.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(17):before {
  content: "14-6-17.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(18):before {
  content: "14-6-18.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(19):before {
  content: "14-6-19.";
}
.spc-terms .--list14 .--list-second6 > li:nth-child(20):before {
  content: "14-6-20.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(1):before {
  content: "14-7-1.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(2):before {
  content: "14-7-2.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(3):before {
  content: "14-7-3.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(4):before {
  content: "14-7-4.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(5):before {
  content: "14-7-5.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(6):before {
  content: "14-7-6.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(7):before {
  content: "14-7-7.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(8):before {
  content: "14-7-8.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(9):before {
  content: "14-7-9.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(10):before {
  content: "14-7-10.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(11):before {
  content: "14-7-11.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(12):before {
  content: "14-7-12.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(13):before {
  content: "14-7-13.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(14):before {
  content: "14-7-14.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(15):before {
  content: "14-7-15.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(16):before {
  content: "14-7-16.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(17):before {
  content: "14-7-17.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(18):before {
  content: "14-7-18.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(19):before {
  content: "14-7-19.";
}
.spc-terms .--list14 .--list-second7 > li:nth-child(20):before {
  content: "14-7-20.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(1):before {
  content: "14-8-1.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(2):before {
  content: "14-8-2.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(3):before {
  content: "14-8-3.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(4):before {
  content: "14-8-4.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(5):before {
  content: "14-8-5.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(6):before {
  content: "14-8-6.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(7):before {
  content: "14-8-7.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(8):before {
  content: "14-8-8.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(9):before {
  content: "14-8-9.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(10):before {
  content: "14-8-10.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(11):before {
  content: "14-8-11.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(12):before {
  content: "14-8-12.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(13):before {
  content: "14-8-13.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(14):before {
  content: "14-8-14.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(15):before {
  content: "14-8-15.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(16):before {
  content: "14-8-16.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(17):before {
  content: "14-8-17.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(18):before {
  content: "14-8-18.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(19):before {
  content: "14-8-19.";
}
.spc-terms .--list14 .--list-second8 > li:nth-child(20):before {
  content: "14-8-20.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(1):before {
  content: "14-9-1.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(2):before {
  content: "14-9-2.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(3):before {
  content: "14-9-3.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(4):before {
  content: "14-9-4.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(5):before {
  content: "14-9-5.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(6):before {
  content: "14-9-6.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(7):before {
  content: "14-9-7.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(8):before {
  content: "14-9-8.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(9):before {
  content: "14-9-9.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(10):before {
  content: "14-9-10.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(11):before {
  content: "14-9-11.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(12):before {
  content: "14-9-12.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(13):before {
  content: "14-9-13.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(14):before {
  content: "14-9-14.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(15):before {
  content: "14-9-15.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(16):before {
  content: "14-9-16.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(17):before {
  content: "14-9-17.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(18):before {
  content: "14-9-18.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(19):before {
  content: "14-9-19.";
}
.spc-terms .--list14 .--list-second9 > li:nth-child(20):before {
  content: "14-9-20.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(1):before {
  content: "14-10-1.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(2):before {
  content: "14-10-2.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(3):before {
  content: "14-10-3.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(4):before {
  content: "14-10-4.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(5):before {
  content: "14-10-5.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(6):before {
  content: "14-10-6.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(7):before {
  content: "14-10-7.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(8):before {
  content: "14-10-8.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(9):before {
  content: "14-10-9.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(10):before {
  content: "14-10-10.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(11):before {
  content: "14-10-11.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(12):before {
  content: "14-10-12.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(13):before {
  content: "14-10-13.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(14):before {
  content: "14-10-14.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(15):before {
  content: "14-10-15.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(16):before {
  content: "14-10-16.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(17):before {
  content: "14-10-17.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(18):before {
  content: "14-10-18.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(19):before {
  content: "14-10-19.";
}
.spc-terms .--list14 .--list-second10 > li:nth-child(20):before {
  content: "14-10-20.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(1):before {
  content: "14-11-1.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(2):before {
  content: "14-11-2.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(3):before {
  content: "14-11-3.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(4):before {
  content: "14-11-4.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(5):before {
  content: "14-11-5.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(6):before {
  content: "14-11-6.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(7):before {
  content: "14-11-7.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(8):before {
  content: "14-11-8.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(9):before {
  content: "14-11-9.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(10):before {
  content: "14-11-10.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(11):before {
  content: "14-11-11.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(12):before {
  content: "14-11-12.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(13):before {
  content: "14-11-13.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(14):before {
  content: "14-11-14.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(15):before {
  content: "14-11-15.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(16):before {
  content: "14-11-16.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(17):before {
  content: "14-11-17.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(18):before {
  content: "14-11-18.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(19):before {
  content: "14-11-19.";
}
.spc-terms .--list14 .--list-second11 > li:nth-child(20):before {
  content: "14-11-20.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(1):before {
  content: "14-12-1.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(2):before {
  content: "14-12-2.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(3):before {
  content: "14-12-3.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(4):before {
  content: "14-12-4.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(5):before {
  content: "14-12-5.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(6):before {
  content: "14-12-6.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(7):before {
  content: "14-12-7.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(8):before {
  content: "14-12-8.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(9):before {
  content: "14-12-9.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(10):before {
  content: "14-12-10.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(11):before {
  content: "14-12-11.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(12):before {
  content: "14-12-12.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(13):before {
  content: "14-12-13.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(14):before {
  content: "14-12-14.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(15):before {
  content: "14-12-15.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(16):before {
  content: "14-12-16.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(17):before {
  content: "14-12-17.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(18):before {
  content: "14-12-18.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(19):before {
  content: "14-12-19.";
}
.spc-terms .--list14 .--list-second12 > li:nth-child(20):before {
  content: "14-12-20.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(1):before {
  content: "14-13-1.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(2):before {
  content: "14-13-2.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(3):before {
  content: "14-13-3.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(4):before {
  content: "14-13-4.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(5):before {
  content: "14-13-5.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(6):before {
  content: "14-13-6.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(7):before {
  content: "14-13-7.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(8):before {
  content: "14-13-8.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(9):before {
  content: "14-13-9.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(10):before {
  content: "14-13-10.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(11):before {
  content: "14-13-11.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(12):before {
  content: "14-13-12.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(13):before {
  content: "14-13-13.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(14):before {
  content: "14-13-14.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(15):before {
  content: "14-13-15.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(16):before {
  content: "14-13-16.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(17):before {
  content: "14-13-17.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(18):before {
  content: "14-13-18.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(19):before {
  content: "14-13-19.";
}
.spc-terms .--list14 .--list-second13 > li:nth-child(20):before {
  content: "14-13-20.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(1):before {
  content: "14-14-1.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(2):before {
  content: "14-14-2.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(3):before {
  content: "14-14-3.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(4):before {
  content: "14-14-4.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(5):before {
  content: "14-14-5.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(6):before {
  content: "14-14-6.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(7):before {
  content: "14-14-7.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(8):before {
  content: "14-14-8.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(9):before {
  content: "14-14-9.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(10):before {
  content: "14-14-10.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(11):before {
  content: "14-14-11.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(12):before {
  content: "14-14-12.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(13):before {
  content: "14-14-13.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(14):before {
  content: "14-14-14.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(15):before {
  content: "14-14-15.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(16):before {
  content: "14-14-16.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(17):before {
  content: "14-14-17.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(18):before {
  content: "14-14-18.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(19):before {
  content: "14-14-19.";
}
.spc-terms .--list14 .--list-second14 > li:nth-child(20):before {
  content: "14-14-20.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(1):before {
  content: "14-15-1.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(2):before {
  content: "14-15-2.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(3):before {
  content: "14-15-3.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(4):before {
  content: "14-15-4.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(5):before {
  content: "14-15-5.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(6):before {
  content: "14-15-6.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(7):before {
  content: "14-15-7.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(8):before {
  content: "14-15-8.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(9):before {
  content: "14-15-9.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(10):before {
  content: "14-15-10.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(11):before {
  content: "14-15-11.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(12):before {
  content: "14-15-12.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(13):before {
  content: "14-15-13.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(14):before {
  content: "14-15-14.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(15):before {
  content: "14-15-15.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(16):before {
  content: "14-15-16.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(17):before {
  content: "14-15-17.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(18):before {
  content: "14-15-18.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(19):before {
  content: "14-15-19.";
}
.spc-terms .--list14 .--list-second15 > li:nth-child(20):before {
  content: "14-15-20.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(1):before {
  content: "14-16-1.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(2):before {
  content: "14-16-2.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(3):before {
  content: "14-16-3.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(4):before {
  content: "14-16-4.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(5):before {
  content: "14-16-5.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(6):before {
  content: "14-16-6.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(7):before {
  content: "14-16-7.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(8):before {
  content: "14-16-8.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(9):before {
  content: "14-16-9.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(10):before {
  content: "14-16-10.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(11):before {
  content: "14-16-11.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(12):before {
  content: "14-16-12.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(13):before {
  content: "14-16-13.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(14):before {
  content: "14-16-14.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(15):before {
  content: "14-16-15.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(16):before {
  content: "14-16-16.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(17):before {
  content: "14-16-17.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(18):before {
  content: "14-16-18.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(19):before {
  content: "14-16-19.";
}
.spc-terms .--list14 .--list-second16 > li:nth-child(20):before {
  content: "14-16-20.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(1):before {
  content: "14-17-1.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(2):before {
  content: "14-17-2.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(3):before {
  content: "14-17-3.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(4):before {
  content: "14-17-4.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(5):before {
  content: "14-17-5.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(6):before {
  content: "14-17-6.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(7):before {
  content: "14-17-7.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(8):before {
  content: "14-17-8.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(9):before {
  content: "14-17-9.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(10):before {
  content: "14-17-10.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(11):before {
  content: "14-17-11.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(12):before {
  content: "14-17-12.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(13):before {
  content: "14-17-13.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(14):before {
  content: "14-17-14.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(15):before {
  content: "14-17-15.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(16):before {
  content: "14-17-16.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(17):before {
  content: "14-17-17.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(18):before {
  content: "14-17-18.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(19):before {
  content: "14-17-19.";
}
.spc-terms .--list14 .--list-second17 > li:nth-child(20):before {
  content: "14-17-20.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(1):before {
  content: "14-18-1.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(2):before {
  content: "14-18-2.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(3):before {
  content: "14-18-3.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(4):before {
  content: "14-18-4.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(5):before {
  content: "14-18-5.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(6):before {
  content: "14-18-6.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(7):before {
  content: "14-18-7.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(8):before {
  content: "14-18-8.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(9):before {
  content: "14-18-9.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(10):before {
  content: "14-18-10.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(11):before {
  content: "14-18-11.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(12):before {
  content: "14-18-12.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(13):before {
  content: "14-18-13.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(14):before {
  content: "14-18-14.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(15):before {
  content: "14-18-15.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(16):before {
  content: "14-18-16.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(17):before {
  content: "14-18-17.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(18):before {
  content: "14-18-18.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(19):before {
  content: "14-18-19.";
}
.spc-terms .--list14 .--list-second18 > li:nth-child(20):before {
  content: "14-18-20.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(1):before {
  content: "14-19-1.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(2):before {
  content: "14-19-2.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(3):before {
  content: "14-19-3.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(4):before {
  content: "14-19-4.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(5):before {
  content: "14-19-5.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(6):before {
  content: "14-19-6.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(7):before {
  content: "14-19-7.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(8):before {
  content: "14-19-8.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(9):before {
  content: "14-19-9.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(10):before {
  content: "14-19-10.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(11):before {
  content: "14-19-11.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(12):before {
  content: "14-19-12.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(13):before {
  content: "14-19-13.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(14):before {
  content: "14-19-14.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(15):before {
  content: "14-19-15.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(16):before {
  content: "14-19-16.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(17):before {
  content: "14-19-17.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(18):before {
  content: "14-19-18.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(19):before {
  content: "14-19-19.";
}
.spc-terms .--list14 .--list-second19 > li:nth-child(20):before {
  content: "14-19-20.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(1):before {
  content: "14-20-1.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(2):before {
  content: "14-20-2.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(3):before {
  content: "14-20-3.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(4):before {
  content: "14-20-4.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(5):before {
  content: "14-20-5.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(6):before {
  content: "14-20-6.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(7):before {
  content: "14-20-7.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(8):before {
  content: "14-20-8.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(9):before {
  content: "14-20-9.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(10):before {
  content: "14-20-10.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(11):before {
  content: "14-20-11.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(12):before {
  content: "14-20-12.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(13):before {
  content: "14-20-13.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(14):before {
  content: "14-20-14.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(15):before {
  content: "14-20-15.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(16):before {
  content: "14-20-16.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(17):before {
  content: "14-20-17.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(18):before {
  content: "14-20-18.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(19):before {
  content: "14-20-19.";
}
.spc-terms .--list14 .--list-second20 > li:nth-child(20):before {
  content: "14-20-20.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(1):before {
  content: "15-1-1.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(2):before {
  content: "15-1-2.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(3):before {
  content: "15-1-3.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(4):before {
  content: "15-1-4.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(5):before {
  content: "15-1-5.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(6):before {
  content: "15-1-6.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(7):before {
  content: "15-1-7.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(8):before {
  content: "15-1-8.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(9):before {
  content: "15-1-9.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(10):before {
  content: "15-1-10.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(11):before {
  content: "15-1-11.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(12):before {
  content: "15-1-12.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(13):before {
  content: "15-1-13.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(14):before {
  content: "15-1-14.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(15):before {
  content: "15-1-15.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(16):before {
  content: "15-1-16.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(17):before {
  content: "15-1-17.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(18):before {
  content: "15-1-18.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(19):before {
  content: "15-1-19.";
}
.spc-terms .--list15 .--list-second1 > li:nth-child(20):before {
  content: "15-1-20.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(1):before {
  content: "15-2-1.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(2):before {
  content: "15-2-2.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(3):before {
  content: "15-2-3.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(4):before {
  content: "15-2-4.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(5):before {
  content: "15-2-5.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(6):before {
  content: "15-2-6.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(7):before {
  content: "15-2-7.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(8):before {
  content: "15-2-8.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(9):before {
  content: "15-2-9.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(10):before {
  content: "15-2-10.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(11):before {
  content: "15-2-11.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(12):before {
  content: "15-2-12.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(13):before {
  content: "15-2-13.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(14):before {
  content: "15-2-14.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(15):before {
  content: "15-2-15.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(16):before {
  content: "15-2-16.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(17):before {
  content: "15-2-17.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(18):before {
  content: "15-2-18.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(19):before {
  content: "15-2-19.";
}
.spc-terms .--list15 .--list-second2 > li:nth-child(20):before {
  content: "15-2-20.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(1):before {
  content: "15-3-1.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(2):before {
  content: "15-3-2.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(3):before {
  content: "15-3-3.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(4):before {
  content: "15-3-4.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(5):before {
  content: "15-3-5.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(6):before {
  content: "15-3-6.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(7):before {
  content: "15-3-7.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(8):before {
  content: "15-3-8.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(9):before {
  content: "15-3-9.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(10):before {
  content: "15-3-10.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(11):before {
  content: "15-3-11.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(12):before {
  content: "15-3-12.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(13):before {
  content: "15-3-13.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(14):before {
  content: "15-3-14.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(15):before {
  content: "15-3-15.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(16):before {
  content: "15-3-16.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(17):before {
  content: "15-3-17.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(18):before {
  content: "15-3-18.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(19):before {
  content: "15-3-19.";
}
.spc-terms .--list15 .--list-second3 > li:nth-child(20):before {
  content: "15-3-20.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(1):before {
  content: "15-4-1.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(2):before {
  content: "15-4-2.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(3):before {
  content: "15-4-3.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(4):before {
  content: "15-4-4.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(5):before {
  content: "15-4-5.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(6):before {
  content: "15-4-6.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(7):before {
  content: "15-4-7.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(8):before {
  content: "15-4-8.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(9):before {
  content: "15-4-9.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(10):before {
  content: "15-4-10.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(11):before {
  content: "15-4-11.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(12):before {
  content: "15-4-12.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(13):before {
  content: "15-4-13.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(14):before {
  content: "15-4-14.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(15):before {
  content: "15-4-15.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(16):before {
  content: "15-4-16.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(17):before {
  content: "15-4-17.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(18):before {
  content: "15-4-18.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(19):before {
  content: "15-4-19.";
}
.spc-terms .--list15 .--list-second4 > li:nth-child(20):before {
  content: "15-4-20.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(1):before {
  content: "15-5-1.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(2):before {
  content: "15-5-2.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(3):before {
  content: "15-5-3.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(4):before {
  content: "15-5-4.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(5):before {
  content: "15-5-5.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(6):before {
  content: "15-5-6.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(7):before {
  content: "15-5-7.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(8):before {
  content: "15-5-8.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(9):before {
  content: "15-5-9.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(10):before {
  content: "15-5-10.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(11):before {
  content: "15-5-11.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(12):before {
  content: "15-5-12.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(13):before {
  content: "15-5-13.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(14):before {
  content: "15-5-14.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(15):before {
  content: "15-5-15.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(16):before {
  content: "15-5-16.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(17):before {
  content: "15-5-17.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(18):before {
  content: "15-5-18.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(19):before {
  content: "15-5-19.";
}
.spc-terms .--list15 .--list-second5 > li:nth-child(20):before {
  content: "15-5-20.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(1):before {
  content: "15-6-1.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(2):before {
  content: "15-6-2.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(3):before {
  content: "15-6-3.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(4):before {
  content: "15-6-4.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(5):before {
  content: "15-6-5.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(6):before {
  content: "15-6-6.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(7):before {
  content: "15-6-7.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(8):before {
  content: "15-6-8.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(9):before {
  content: "15-6-9.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(10):before {
  content: "15-6-10.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(11):before {
  content: "15-6-11.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(12):before {
  content: "15-6-12.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(13):before {
  content: "15-6-13.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(14):before {
  content: "15-6-14.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(15):before {
  content: "15-6-15.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(16):before {
  content: "15-6-16.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(17):before {
  content: "15-6-17.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(18):before {
  content: "15-6-18.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(19):before {
  content: "15-6-19.";
}
.spc-terms .--list15 .--list-second6 > li:nth-child(20):before {
  content: "15-6-20.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(1):before {
  content: "15-7-1.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(2):before {
  content: "15-7-2.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(3):before {
  content: "15-7-3.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(4):before {
  content: "15-7-4.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(5):before {
  content: "15-7-5.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(6):before {
  content: "15-7-6.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(7):before {
  content: "15-7-7.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(8):before {
  content: "15-7-8.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(9):before {
  content: "15-7-9.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(10):before {
  content: "15-7-10.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(11):before {
  content: "15-7-11.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(12):before {
  content: "15-7-12.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(13):before {
  content: "15-7-13.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(14):before {
  content: "15-7-14.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(15):before {
  content: "15-7-15.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(16):before {
  content: "15-7-16.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(17):before {
  content: "15-7-17.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(18):before {
  content: "15-7-18.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(19):before {
  content: "15-7-19.";
}
.spc-terms .--list15 .--list-second7 > li:nth-child(20):before {
  content: "15-7-20.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(1):before {
  content: "15-8-1.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(2):before {
  content: "15-8-2.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(3):before {
  content: "15-8-3.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(4):before {
  content: "15-8-4.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(5):before {
  content: "15-8-5.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(6):before {
  content: "15-8-6.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(7):before {
  content: "15-8-7.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(8):before {
  content: "15-8-8.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(9):before {
  content: "15-8-9.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(10):before {
  content: "15-8-10.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(11):before {
  content: "15-8-11.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(12):before {
  content: "15-8-12.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(13):before {
  content: "15-8-13.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(14):before {
  content: "15-8-14.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(15):before {
  content: "15-8-15.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(16):before {
  content: "15-8-16.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(17):before {
  content: "15-8-17.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(18):before {
  content: "15-8-18.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(19):before {
  content: "15-8-19.";
}
.spc-terms .--list15 .--list-second8 > li:nth-child(20):before {
  content: "15-8-20.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(1):before {
  content: "15-9-1.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(2):before {
  content: "15-9-2.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(3):before {
  content: "15-9-3.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(4):before {
  content: "15-9-4.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(5):before {
  content: "15-9-5.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(6):before {
  content: "15-9-6.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(7):before {
  content: "15-9-7.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(8):before {
  content: "15-9-8.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(9):before {
  content: "15-9-9.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(10):before {
  content: "15-9-10.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(11):before {
  content: "15-9-11.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(12):before {
  content: "15-9-12.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(13):before {
  content: "15-9-13.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(14):before {
  content: "15-9-14.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(15):before {
  content: "15-9-15.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(16):before {
  content: "15-9-16.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(17):before {
  content: "15-9-17.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(18):before {
  content: "15-9-18.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(19):before {
  content: "15-9-19.";
}
.spc-terms .--list15 .--list-second9 > li:nth-child(20):before {
  content: "15-9-20.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(1):before {
  content: "15-10-1.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(2):before {
  content: "15-10-2.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(3):before {
  content: "15-10-3.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(4):before {
  content: "15-10-4.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(5):before {
  content: "15-10-5.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(6):before {
  content: "15-10-6.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(7):before {
  content: "15-10-7.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(8):before {
  content: "15-10-8.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(9):before {
  content: "15-10-9.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(10):before {
  content: "15-10-10.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(11):before {
  content: "15-10-11.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(12):before {
  content: "15-10-12.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(13):before {
  content: "15-10-13.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(14):before {
  content: "15-10-14.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(15):before {
  content: "15-10-15.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(16):before {
  content: "15-10-16.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(17):before {
  content: "15-10-17.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(18):before {
  content: "15-10-18.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(19):before {
  content: "15-10-19.";
}
.spc-terms .--list15 .--list-second10 > li:nth-child(20):before {
  content: "15-10-20.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(1):before {
  content: "15-11-1.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(2):before {
  content: "15-11-2.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(3):before {
  content: "15-11-3.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(4):before {
  content: "15-11-4.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(5):before {
  content: "15-11-5.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(6):before {
  content: "15-11-6.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(7):before {
  content: "15-11-7.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(8):before {
  content: "15-11-8.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(9):before {
  content: "15-11-9.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(10):before {
  content: "15-11-10.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(11):before {
  content: "15-11-11.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(12):before {
  content: "15-11-12.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(13):before {
  content: "15-11-13.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(14):before {
  content: "15-11-14.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(15):before {
  content: "15-11-15.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(16):before {
  content: "15-11-16.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(17):before {
  content: "15-11-17.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(18):before {
  content: "15-11-18.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(19):before {
  content: "15-11-19.";
}
.spc-terms .--list15 .--list-second11 > li:nth-child(20):before {
  content: "15-11-20.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(1):before {
  content: "15-12-1.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(2):before {
  content: "15-12-2.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(3):before {
  content: "15-12-3.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(4):before {
  content: "15-12-4.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(5):before {
  content: "15-12-5.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(6):before {
  content: "15-12-6.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(7):before {
  content: "15-12-7.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(8):before {
  content: "15-12-8.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(9):before {
  content: "15-12-9.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(10):before {
  content: "15-12-10.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(11):before {
  content: "15-12-11.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(12):before {
  content: "15-12-12.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(13):before {
  content: "15-12-13.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(14):before {
  content: "15-12-14.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(15):before {
  content: "15-12-15.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(16):before {
  content: "15-12-16.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(17):before {
  content: "15-12-17.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(18):before {
  content: "15-12-18.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(19):before {
  content: "15-12-19.";
}
.spc-terms .--list15 .--list-second12 > li:nth-child(20):before {
  content: "15-12-20.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(1):before {
  content: "15-13-1.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(2):before {
  content: "15-13-2.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(3):before {
  content: "15-13-3.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(4):before {
  content: "15-13-4.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(5):before {
  content: "15-13-5.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(6):before {
  content: "15-13-6.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(7):before {
  content: "15-13-7.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(8):before {
  content: "15-13-8.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(9):before {
  content: "15-13-9.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(10):before {
  content: "15-13-10.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(11):before {
  content: "15-13-11.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(12):before {
  content: "15-13-12.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(13):before {
  content: "15-13-13.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(14):before {
  content: "15-13-14.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(15):before {
  content: "15-13-15.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(16):before {
  content: "15-13-16.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(17):before {
  content: "15-13-17.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(18):before {
  content: "15-13-18.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(19):before {
  content: "15-13-19.";
}
.spc-terms .--list15 .--list-second13 > li:nth-child(20):before {
  content: "15-13-20.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(1):before {
  content: "15-14-1.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(2):before {
  content: "15-14-2.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(3):before {
  content: "15-14-3.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(4):before {
  content: "15-14-4.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(5):before {
  content: "15-14-5.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(6):before {
  content: "15-14-6.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(7):before {
  content: "15-14-7.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(8):before {
  content: "15-14-8.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(9):before {
  content: "15-14-9.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(10):before {
  content: "15-14-10.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(11):before {
  content: "15-14-11.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(12):before {
  content: "15-14-12.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(13):before {
  content: "15-14-13.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(14):before {
  content: "15-14-14.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(15):before {
  content: "15-14-15.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(16):before {
  content: "15-14-16.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(17):before {
  content: "15-14-17.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(18):before {
  content: "15-14-18.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(19):before {
  content: "15-14-19.";
}
.spc-terms .--list15 .--list-second14 > li:nth-child(20):before {
  content: "15-14-20.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(1):before {
  content: "15-15-1.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(2):before {
  content: "15-15-2.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(3):before {
  content: "15-15-3.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(4):before {
  content: "15-15-4.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(5):before {
  content: "15-15-5.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(6):before {
  content: "15-15-6.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(7):before {
  content: "15-15-7.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(8):before {
  content: "15-15-8.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(9):before {
  content: "15-15-9.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(10):before {
  content: "15-15-10.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(11):before {
  content: "15-15-11.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(12):before {
  content: "15-15-12.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(13):before {
  content: "15-15-13.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(14):before {
  content: "15-15-14.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(15):before {
  content: "15-15-15.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(16):before {
  content: "15-15-16.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(17):before {
  content: "15-15-17.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(18):before {
  content: "15-15-18.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(19):before {
  content: "15-15-19.";
}
.spc-terms .--list15 .--list-second15 > li:nth-child(20):before {
  content: "15-15-20.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(1):before {
  content: "15-16-1.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(2):before {
  content: "15-16-2.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(3):before {
  content: "15-16-3.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(4):before {
  content: "15-16-4.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(5):before {
  content: "15-16-5.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(6):before {
  content: "15-16-6.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(7):before {
  content: "15-16-7.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(8):before {
  content: "15-16-8.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(9):before {
  content: "15-16-9.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(10):before {
  content: "15-16-10.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(11):before {
  content: "15-16-11.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(12):before {
  content: "15-16-12.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(13):before {
  content: "15-16-13.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(14):before {
  content: "15-16-14.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(15):before {
  content: "15-16-15.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(16):before {
  content: "15-16-16.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(17):before {
  content: "15-16-17.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(18):before {
  content: "15-16-18.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(19):before {
  content: "15-16-19.";
}
.spc-terms .--list15 .--list-second16 > li:nth-child(20):before {
  content: "15-16-20.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(1):before {
  content: "15-17-1.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(2):before {
  content: "15-17-2.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(3):before {
  content: "15-17-3.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(4):before {
  content: "15-17-4.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(5):before {
  content: "15-17-5.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(6):before {
  content: "15-17-6.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(7):before {
  content: "15-17-7.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(8):before {
  content: "15-17-8.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(9):before {
  content: "15-17-9.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(10):before {
  content: "15-17-10.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(11):before {
  content: "15-17-11.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(12):before {
  content: "15-17-12.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(13):before {
  content: "15-17-13.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(14):before {
  content: "15-17-14.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(15):before {
  content: "15-17-15.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(16):before {
  content: "15-17-16.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(17):before {
  content: "15-17-17.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(18):before {
  content: "15-17-18.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(19):before {
  content: "15-17-19.";
}
.spc-terms .--list15 .--list-second17 > li:nth-child(20):before {
  content: "15-17-20.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(1):before {
  content: "15-18-1.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(2):before {
  content: "15-18-2.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(3):before {
  content: "15-18-3.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(4):before {
  content: "15-18-4.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(5):before {
  content: "15-18-5.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(6):before {
  content: "15-18-6.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(7):before {
  content: "15-18-7.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(8):before {
  content: "15-18-8.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(9):before {
  content: "15-18-9.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(10):before {
  content: "15-18-10.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(11):before {
  content: "15-18-11.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(12):before {
  content: "15-18-12.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(13):before {
  content: "15-18-13.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(14):before {
  content: "15-18-14.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(15):before {
  content: "15-18-15.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(16):before {
  content: "15-18-16.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(17):before {
  content: "15-18-17.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(18):before {
  content: "15-18-18.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(19):before {
  content: "15-18-19.";
}
.spc-terms .--list15 .--list-second18 > li:nth-child(20):before {
  content: "15-18-20.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(1):before {
  content: "15-19-1.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(2):before {
  content: "15-19-2.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(3):before {
  content: "15-19-3.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(4):before {
  content: "15-19-4.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(5):before {
  content: "15-19-5.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(6):before {
  content: "15-19-6.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(7):before {
  content: "15-19-7.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(8):before {
  content: "15-19-8.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(9):before {
  content: "15-19-9.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(10):before {
  content: "15-19-10.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(11):before {
  content: "15-19-11.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(12):before {
  content: "15-19-12.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(13):before {
  content: "15-19-13.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(14):before {
  content: "15-19-14.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(15):before {
  content: "15-19-15.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(16):before {
  content: "15-19-16.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(17):before {
  content: "15-19-17.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(18):before {
  content: "15-19-18.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(19):before {
  content: "15-19-19.";
}
.spc-terms .--list15 .--list-second19 > li:nth-child(20):before {
  content: "15-19-20.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(1):before {
  content: "15-20-1.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(2):before {
  content: "15-20-2.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(3):before {
  content: "15-20-3.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(4):before {
  content: "15-20-4.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(5):before {
  content: "15-20-5.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(6):before {
  content: "15-20-6.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(7):before {
  content: "15-20-7.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(8):before {
  content: "15-20-8.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(9):before {
  content: "15-20-9.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(10):before {
  content: "15-20-10.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(11):before {
  content: "15-20-11.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(12):before {
  content: "15-20-12.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(13):before {
  content: "15-20-13.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(14):before {
  content: "15-20-14.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(15):before {
  content: "15-20-15.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(16):before {
  content: "15-20-16.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(17):before {
  content: "15-20-17.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(18):before {
  content: "15-20-18.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(19):before {
  content: "15-20-19.";
}
.spc-terms .--list15 .--list-second20 > li:nth-child(20):before {
  content: "15-20-20.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(1):before {
  content: "16-1-1.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(2):before {
  content: "16-1-2.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(3):before {
  content: "16-1-3.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(4):before {
  content: "16-1-4.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(5):before {
  content: "16-1-5.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(6):before {
  content: "16-1-6.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(7):before {
  content: "16-1-7.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(8):before {
  content: "16-1-8.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(9):before {
  content: "16-1-9.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(10):before {
  content: "16-1-10.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(11):before {
  content: "16-1-11.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(12):before {
  content: "16-1-12.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(13):before {
  content: "16-1-13.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(14):before {
  content: "16-1-14.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(15):before {
  content: "16-1-15.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(16):before {
  content: "16-1-16.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(17):before {
  content: "16-1-17.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(18):before {
  content: "16-1-18.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(19):before {
  content: "16-1-19.";
}
.spc-terms .--list16 .--list-second1 > li:nth-child(20):before {
  content: "16-1-20.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(1):before {
  content: "16-2-1.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(2):before {
  content: "16-2-2.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(3):before {
  content: "16-2-3.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(4):before {
  content: "16-2-4.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(5):before {
  content: "16-2-5.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(6):before {
  content: "16-2-6.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(7):before {
  content: "16-2-7.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(8):before {
  content: "16-2-8.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(9):before {
  content: "16-2-9.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(10):before {
  content: "16-2-10.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(11):before {
  content: "16-2-11.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(12):before {
  content: "16-2-12.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(13):before {
  content: "16-2-13.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(14):before {
  content: "16-2-14.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(15):before {
  content: "16-2-15.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(16):before {
  content: "16-2-16.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(17):before {
  content: "16-2-17.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(18):before {
  content: "16-2-18.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(19):before {
  content: "16-2-19.";
}
.spc-terms .--list16 .--list-second2 > li:nth-child(20):before {
  content: "16-2-20.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(1):before {
  content: "16-3-1.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(2):before {
  content: "16-3-2.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(3):before {
  content: "16-3-3.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(4):before {
  content: "16-3-4.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(5):before {
  content: "16-3-5.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(6):before {
  content: "16-3-6.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(7):before {
  content: "16-3-7.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(8):before {
  content: "16-3-8.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(9):before {
  content: "16-3-9.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(10):before {
  content: "16-3-10.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(11):before {
  content: "16-3-11.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(12):before {
  content: "16-3-12.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(13):before {
  content: "16-3-13.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(14):before {
  content: "16-3-14.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(15):before {
  content: "16-3-15.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(16):before {
  content: "16-3-16.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(17):before {
  content: "16-3-17.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(18):before {
  content: "16-3-18.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(19):before {
  content: "16-3-19.";
}
.spc-terms .--list16 .--list-second3 > li:nth-child(20):before {
  content: "16-3-20.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(1):before {
  content: "16-4-1.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(2):before {
  content: "16-4-2.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(3):before {
  content: "16-4-3.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(4):before {
  content: "16-4-4.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(5):before {
  content: "16-4-5.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(6):before {
  content: "16-4-6.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(7):before {
  content: "16-4-7.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(8):before {
  content: "16-4-8.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(9):before {
  content: "16-4-9.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(10):before {
  content: "16-4-10.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(11):before {
  content: "16-4-11.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(12):before {
  content: "16-4-12.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(13):before {
  content: "16-4-13.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(14):before {
  content: "16-4-14.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(15):before {
  content: "16-4-15.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(16):before {
  content: "16-4-16.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(17):before {
  content: "16-4-17.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(18):before {
  content: "16-4-18.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(19):before {
  content: "16-4-19.";
}
.spc-terms .--list16 .--list-second4 > li:nth-child(20):before {
  content: "16-4-20.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(1):before {
  content: "16-5-1.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(2):before {
  content: "16-5-2.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(3):before {
  content: "16-5-3.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(4):before {
  content: "16-5-4.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(5):before {
  content: "16-5-5.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(6):before {
  content: "16-5-6.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(7):before {
  content: "16-5-7.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(8):before {
  content: "16-5-8.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(9):before {
  content: "16-5-9.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(10):before {
  content: "16-5-10.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(11):before {
  content: "16-5-11.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(12):before {
  content: "16-5-12.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(13):before {
  content: "16-5-13.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(14):before {
  content: "16-5-14.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(15):before {
  content: "16-5-15.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(16):before {
  content: "16-5-16.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(17):before {
  content: "16-5-17.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(18):before {
  content: "16-5-18.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(19):before {
  content: "16-5-19.";
}
.spc-terms .--list16 .--list-second5 > li:nth-child(20):before {
  content: "16-5-20.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(1):before {
  content: "16-6-1.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(2):before {
  content: "16-6-2.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(3):before {
  content: "16-6-3.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(4):before {
  content: "16-6-4.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(5):before {
  content: "16-6-5.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(6):before {
  content: "16-6-6.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(7):before {
  content: "16-6-7.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(8):before {
  content: "16-6-8.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(9):before {
  content: "16-6-9.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(10):before {
  content: "16-6-10.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(11):before {
  content: "16-6-11.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(12):before {
  content: "16-6-12.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(13):before {
  content: "16-6-13.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(14):before {
  content: "16-6-14.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(15):before {
  content: "16-6-15.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(16):before {
  content: "16-6-16.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(17):before {
  content: "16-6-17.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(18):before {
  content: "16-6-18.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(19):before {
  content: "16-6-19.";
}
.spc-terms .--list16 .--list-second6 > li:nth-child(20):before {
  content: "16-6-20.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(1):before {
  content: "16-7-1.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(2):before {
  content: "16-7-2.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(3):before {
  content: "16-7-3.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(4):before {
  content: "16-7-4.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(5):before {
  content: "16-7-5.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(6):before {
  content: "16-7-6.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(7):before {
  content: "16-7-7.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(8):before {
  content: "16-7-8.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(9):before {
  content: "16-7-9.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(10):before {
  content: "16-7-10.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(11):before {
  content: "16-7-11.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(12):before {
  content: "16-7-12.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(13):before {
  content: "16-7-13.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(14):before {
  content: "16-7-14.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(15):before {
  content: "16-7-15.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(16):before {
  content: "16-7-16.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(17):before {
  content: "16-7-17.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(18):before {
  content: "16-7-18.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(19):before {
  content: "16-7-19.";
}
.spc-terms .--list16 .--list-second7 > li:nth-child(20):before {
  content: "16-7-20.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(1):before {
  content: "16-8-1.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(2):before {
  content: "16-8-2.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(3):before {
  content: "16-8-3.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(4):before {
  content: "16-8-4.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(5):before {
  content: "16-8-5.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(6):before {
  content: "16-8-6.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(7):before {
  content: "16-8-7.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(8):before {
  content: "16-8-8.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(9):before {
  content: "16-8-9.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(10):before {
  content: "16-8-10.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(11):before {
  content: "16-8-11.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(12):before {
  content: "16-8-12.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(13):before {
  content: "16-8-13.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(14):before {
  content: "16-8-14.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(15):before {
  content: "16-8-15.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(16):before {
  content: "16-8-16.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(17):before {
  content: "16-8-17.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(18):before {
  content: "16-8-18.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(19):before {
  content: "16-8-19.";
}
.spc-terms .--list16 .--list-second8 > li:nth-child(20):before {
  content: "16-8-20.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(1):before {
  content: "16-9-1.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(2):before {
  content: "16-9-2.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(3):before {
  content: "16-9-3.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(4):before {
  content: "16-9-4.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(5):before {
  content: "16-9-5.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(6):before {
  content: "16-9-6.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(7):before {
  content: "16-9-7.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(8):before {
  content: "16-9-8.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(9):before {
  content: "16-9-9.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(10):before {
  content: "16-9-10.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(11):before {
  content: "16-9-11.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(12):before {
  content: "16-9-12.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(13):before {
  content: "16-9-13.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(14):before {
  content: "16-9-14.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(15):before {
  content: "16-9-15.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(16):before {
  content: "16-9-16.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(17):before {
  content: "16-9-17.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(18):before {
  content: "16-9-18.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(19):before {
  content: "16-9-19.";
}
.spc-terms .--list16 .--list-second9 > li:nth-child(20):before {
  content: "16-9-20.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(1):before {
  content: "16-10-1.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(2):before {
  content: "16-10-2.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(3):before {
  content: "16-10-3.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(4):before {
  content: "16-10-4.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(5):before {
  content: "16-10-5.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(6):before {
  content: "16-10-6.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(7):before {
  content: "16-10-7.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(8):before {
  content: "16-10-8.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(9):before {
  content: "16-10-9.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(10):before {
  content: "16-10-10.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(11):before {
  content: "16-10-11.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(12):before {
  content: "16-10-12.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(13):before {
  content: "16-10-13.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(14):before {
  content: "16-10-14.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(15):before {
  content: "16-10-15.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(16):before {
  content: "16-10-16.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(17):before {
  content: "16-10-17.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(18):before {
  content: "16-10-18.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(19):before {
  content: "16-10-19.";
}
.spc-terms .--list16 .--list-second10 > li:nth-child(20):before {
  content: "16-10-20.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(1):before {
  content: "16-11-1.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(2):before {
  content: "16-11-2.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(3):before {
  content: "16-11-3.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(4):before {
  content: "16-11-4.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(5):before {
  content: "16-11-5.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(6):before {
  content: "16-11-6.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(7):before {
  content: "16-11-7.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(8):before {
  content: "16-11-8.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(9):before {
  content: "16-11-9.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(10):before {
  content: "16-11-10.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(11):before {
  content: "16-11-11.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(12):before {
  content: "16-11-12.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(13):before {
  content: "16-11-13.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(14):before {
  content: "16-11-14.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(15):before {
  content: "16-11-15.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(16):before {
  content: "16-11-16.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(17):before {
  content: "16-11-17.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(18):before {
  content: "16-11-18.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(19):before {
  content: "16-11-19.";
}
.spc-terms .--list16 .--list-second11 > li:nth-child(20):before {
  content: "16-11-20.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(1):before {
  content: "16-12-1.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(2):before {
  content: "16-12-2.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(3):before {
  content: "16-12-3.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(4):before {
  content: "16-12-4.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(5):before {
  content: "16-12-5.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(6):before {
  content: "16-12-6.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(7):before {
  content: "16-12-7.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(8):before {
  content: "16-12-8.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(9):before {
  content: "16-12-9.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(10):before {
  content: "16-12-10.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(11):before {
  content: "16-12-11.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(12):before {
  content: "16-12-12.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(13):before {
  content: "16-12-13.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(14):before {
  content: "16-12-14.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(15):before {
  content: "16-12-15.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(16):before {
  content: "16-12-16.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(17):before {
  content: "16-12-17.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(18):before {
  content: "16-12-18.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(19):before {
  content: "16-12-19.";
}
.spc-terms .--list16 .--list-second12 > li:nth-child(20):before {
  content: "16-12-20.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(1):before {
  content: "16-13-1.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(2):before {
  content: "16-13-2.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(3):before {
  content: "16-13-3.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(4):before {
  content: "16-13-4.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(5):before {
  content: "16-13-5.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(6):before {
  content: "16-13-6.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(7):before {
  content: "16-13-7.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(8):before {
  content: "16-13-8.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(9):before {
  content: "16-13-9.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(10):before {
  content: "16-13-10.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(11):before {
  content: "16-13-11.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(12):before {
  content: "16-13-12.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(13):before {
  content: "16-13-13.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(14):before {
  content: "16-13-14.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(15):before {
  content: "16-13-15.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(16):before {
  content: "16-13-16.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(17):before {
  content: "16-13-17.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(18):before {
  content: "16-13-18.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(19):before {
  content: "16-13-19.";
}
.spc-terms .--list16 .--list-second13 > li:nth-child(20):before {
  content: "16-13-20.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(1):before {
  content: "16-14-1.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(2):before {
  content: "16-14-2.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(3):before {
  content: "16-14-3.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(4):before {
  content: "16-14-4.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(5):before {
  content: "16-14-5.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(6):before {
  content: "16-14-6.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(7):before {
  content: "16-14-7.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(8):before {
  content: "16-14-8.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(9):before {
  content: "16-14-9.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(10):before {
  content: "16-14-10.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(11):before {
  content: "16-14-11.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(12):before {
  content: "16-14-12.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(13):before {
  content: "16-14-13.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(14):before {
  content: "16-14-14.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(15):before {
  content: "16-14-15.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(16):before {
  content: "16-14-16.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(17):before {
  content: "16-14-17.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(18):before {
  content: "16-14-18.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(19):before {
  content: "16-14-19.";
}
.spc-terms .--list16 .--list-second14 > li:nth-child(20):before {
  content: "16-14-20.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(1):before {
  content: "16-15-1.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(2):before {
  content: "16-15-2.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(3):before {
  content: "16-15-3.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(4):before {
  content: "16-15-4.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(5):before {
  content: "16-15-5.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(6):before {
  content: "16-15-6.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(7):before {
  content: "16-15-7.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(8):before {
  content: "16-15-8.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(9):before {
  content: "16-15-9.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(10):before {
  content: "16-15-10.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(11):before {
  content: "16-15-11.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(12):before {
  content: "16-15-12.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(13):before {
  content: "16-15-13.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(14):before {
  content: "16-15-14.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(15):before {
  content: "16-15-15.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(16):before {
  content: "16-15-16.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(17):before {
  content: "16-15-17.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(18):before {
  content: "16-15-18.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(19):before {
  content: "16-15-19.";
}
.spc-terms .--list16 .--list-second15 > li:nth-child(20):before {
  content: "16-15-20.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(1):before {
  content: "16-16-1.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(2):before {
  content: "16-16-2.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(3):before {
  content: "16-16-3.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(4):before {
  content: "16-16-4.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(5):before {
  content: "16-16-5.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(6):before {
  content: "16-16-6.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(7):before {
  content: "16-16-7.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(8):before {
  content: "16-16-8.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(9):before {
  content: "16-16-9.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(10):before {
  content: "16-16-10.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(11):before {
  content: "16-16-11.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(12):before {
  content: "16-16-12.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(13):before {
  content: "16-16-13.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(14):before {
  content: "16-16-14.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(15):before {
  content: "16-16-15.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(16):before {
  content: "16-16-16.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(17):before {
  content: "16-16-17.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(18):before {
  content: "16-16-18.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(19):before {
  content: "16-16-19.";
}
.spc-terms .--list16 .--list-second16 > li:nth-child(20):before {
  content: "16-16-20.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(1):before {
  content: "16-17-1.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(2):before {
  content: "16-17-2.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(3):before {
  content: "16-17-3.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(4):before {
  content: "16-17-4.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(5):before {
  content: "16-17-5.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(6):before {
  content: "16-17-6.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(7):before {
  content: "16-17-7.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(8):before {
  content: "16-17-8.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(9):before {
  content: "16-17-9.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(10):before {
  content: "16-17-10.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(11):before {
  content: "16-17-11.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(12):before {
  content: "16-17-12.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(13):before {
  content: "16-17-13.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(14):before {
  content: "16-17-14.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(15):before {
  content: "16-17-15.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(16):before {
  content: "16-17-16.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(17):before {
  content: "16-17-17.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(18):before {
  content: "16-17-18.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(19):before {
  content: "16-17-19.";
}
.spc-terms .--list16 .--list-second17 > li:nth-child(20):before {
  content: "16-17-20.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(1):before {
  content: "16-18-1.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(2):before {
  content: "16-18-2.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(3):before {
  content: "16-18-3.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(4):before {
  content: "16-18-4.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(5):before {
  content: "16-18-5.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(6):before {
  content: "16-18-6.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(7):before {
  content: "16-18-7.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(8):before {
  content: "16-18-8.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(9):before {
  content: "16-18-9.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(10):before {
  content: "16-18-10.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(11):before {
  content: "16-18-11.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(12):before {
  content: "16-18-12.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(13):before {
  content: "16-18-13.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(14):before {
  content: "16-18-14.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(15):before {
  content: "16-18-15.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(16):before {
  content: "16-18-16.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(17):before {
  content: "16-18-17.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(18):before {
  content: "16-18-18.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(19):before {
  content: "16-18-19.";
}
.spc-terms .--list16 .--list-second18 > li:nth-child(20):before {
  content: "16-18-20.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(1):before {
  content: "16-19-1.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(2):before {
  content: "16-19-2.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(3):before {
  content: "16-19-3.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(4):before {
  content: "16-19-4.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(5):before {
  content: "16-19-5.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(6):before {
  content: "16-19-6.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(7):before {
  content: "16-19-7.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(8):before {
  content: "16-19-8.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(9):before {
  content: "16-19-9.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(10):before {
  content: "16-19-10.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(11):before {
  content: "16-19-11.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(12):before {
  content: "16-19-12.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(13):before {
  content: "16-19-13.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(14):before {
  content: "16-19-14.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(15):before {
  content: "16-19-15.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(16):before {
  content: "16-19-16.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(17):before {
  content: "16-19-17.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(18):before {
  content: "16-19-18.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(19):before {
  content: "16-19-19.";
}
.spc-terms .--list16 .--list-second19 > li:nth-child(20):before {
  content: "16-19-20.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(1):before {
  content: "16-20-1.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(2):before {
  content: "16-20-2.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(3):before {
  content: "16-20-3.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(4):before {
  content: "16-20-4.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(5):before {
  content: "16-20-5.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(6):before {
  content: "16-20-6.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(7):before {
  content: "16-20-7.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(8):before {
  content: "16-20-8.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(9):before {
  content: "16-20-9.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(10):before {
  content: "16-20-10.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(11):before {
  content: "16-20-11.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(12):before {
  content: "16-20-12.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(13):before {
  content: "16-20-13.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(14):before {
  content: "16-20-14.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(15):before {
  content: "16-20-15.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(16):before {
  content: "16-20-16.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(17):before {
  content: "16-20-17.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(18):before {
  content: "16-20-18.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(19):before {
  content: "16-20-19.";
}
.spc-terms .--list16 .--list-second20 > li:nth-child(20):before {
  content: "16-20-20.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(1):before {
  content: "17-1-1.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(2):before {
  content: "17-1-2.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(3):before {
  content: "17-1-3.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(4):before {
  content: "17-1-4.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(5):before {
  content: "17-1-5.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(6):before {
  content: "17-1-6.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(7):before {
  content: "17-1-7.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(8):before {
  content: "17-1-8.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(9):before {
  content: "17-1-9.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(10):before {
  content: "17-1-10.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(11):before {
  content: "17-1-11.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(12):before {
  content: "17-1-12.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(13):before {
  content: "17-1-13.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(14):before {
  content: "17-1-14.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(15):before {
  content: "17-1-15.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(16):before {
  content: "17-1-16.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(17):before {
  content: "17-1-17.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(18):before {
  content: "17-1-18.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(19):before {
  content: "17-1-19.";
}
.spc-terms .--list17 .--list-second1 > li:nth-child(20):before {
  content: "17-1-20.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(1):before {
  content: "17-2-1.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(2):before {
  content: "17-2-2.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(3):before {
  content: "17-2-3.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(4):before {
  content: "17-2-4.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(5):before {
  content: "17-2-5.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(6):before {
  content: "17-2-6.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(7):before {
  content: "17-2-7.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(8):before {
  content: "17-2-8.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(9):before {
  content: "17-2-9.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(10):before {
  content: "17-2-10.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(11):before {
  content: "17-2-11.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(12):before {
  content: "17-2-12.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(13):before {
  content: "17-2-13.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(14):before {
  content: "17-2-14.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(15):before {
  content: "17-2-15.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(16):before {
  content: "17-2-16.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(17):before {
  content: "17-2-17.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(18):before {
  content: "17-2-18.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(19):before {
  content: "17-2-19.";
}
.spc-terms .--list17 .--list-second2 > li:nth-child(20):before {
  content: "17-2-20.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(1):before {
  content: "17-3-1.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(2):before {
  content: "17-3-2.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(3):before {
  content: "17-3-3.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(4):before {
  content: "17-3-4.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(5):before {
  content: "17-3-5.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(6):before {
  content: "17-3-6.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(7):before {
  content: "17-3-7.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(8):before {
  content: "17-3-8.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(9):before {
  content: "17-3-9.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(10):before {
  content: "17-3-10.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(11):before {
  content: "17-3-11.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(12):before {
  content: "17-3-12.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(13):before {
  content: "17-3-13.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(14):before {
  content: "17-3-14.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(15):before {
  content: "17-3-15.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(16):before {
  content: "17-3-16.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(17):before {
  content: "17-3-17.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(18):before {
  content: "17-3-18.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(19):before {
  content: "17-3-19.";
}
.spc-terms .--list17 .--list-second3 > li:nth-child(20):before {
  content: "17-3-20.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(1):before {
  content: "17-4-1.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(2):before {
  content: "17-4-2.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(3):before {
  content: "17-4-3.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(4):before {
  content: "17-4-4.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(5):before {
  content: "17-4-5.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(6):before {
  content: "17-4-6.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(7):before {
  content: "17-4-7.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(8):before {
  content: "17-4-8.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(9):before {
  content: "17-4-9.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(10):before {
  content: "17-4-10.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(11):before {
  content: "17-4-11.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(12):before {
  content: "17-4-12.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(13):before {
  content: "17-4-13.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(14):before {
  content: "17-4-14.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(15):before {
  content: "17-4-15.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(16):before {
  content: "17-4-16.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(17):before {
  content: "17-4-17.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(18):before {
  content: "17-4-18.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(19):before {
  content: "17-4-19.";
}
.spc-terms .--list17 .--list-second4 > li:nth-child(20):before {
  content: "17-4-20.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(1):before {
  content: "17-5-1.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(2):before {
  content: "17-5-2.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(3):before {
  content: "17-5-3.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(4):before {
  content: "17-5-4.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(5):before {
  content: "17-5-5.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(6):before {
  content: "17-5-6.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(7):before {
  content: "17-5-7.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(8):before {
  content: "17-5-8.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(9):before {
  content: "17-5-9.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(10):before {
  content: "17-5-10.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(11):before {
  content: "17-5-11.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(12):before {
  content: "17-5-12.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(13):before {
  content: "17-5-13.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(14):before {
  content: "17-5-14.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(15):before {
  content: "17-5-15.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(16):before {
  content: "17-5-16.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(17):before {
  content: "17-5-17.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(18):before {
  content: "17-5-18.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(19):before {
  content: "17-5-19.";
}
.spc-terms .--list17 .--list-second5 > li:nth-child(20):before {
  content: "17-5-20.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(1):before {
  content: "17-6-1.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(2):before {
  content: "17-6-2.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(3):before {
  content: "17-6-3.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(4):before {
  content: "17-6-4.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(5):before {
  content: "17-6-5.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(6):before {
  content: "17-6-6.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(7):before {
  content: "17-6-7.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(8):before {
  content: "17-6-8.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(9):before {
  content: "17-6-9.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(10):before {
  content: "17-6-10.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(11):before {
  content: "17-6-11.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(12):before {
  content: "17-6-12.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(13):before {
  content: "17-6-13.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(14):before {
  content: "17-6-14.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(15):before {
  content: "17-6-15.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(16):before {
  content: "17-6-16.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(17):before {
  content: "17-6-17.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(18):before {
  content: "17-6-18.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(19):before {
  content: "17-6-19.";
}
.spc-terms .--list17 .--list-second6 > li:nth-child(20):before {
  content: "17-6-20.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(1):before {
  content: "17-7-1.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(2):before {
  content: "17-7-2.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(3):before {
  content: "17-7-3.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(4):before {
  content: "17-7-4.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(5):before {
  content: "17-7-5.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(6):before {
  content: "17-7-6.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(7):before {
  content: "17-7-7.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(8):before {
  content: "17-7-8.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(9):before {
  content: "17-7-9.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(10):before {
  content: "17-7-10.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(11):before {
  content: "17-7-11.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(12):before {
  content: "17-7-12.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(13):before {
  content: "17-7-13.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(14):before {
  content: "17-7-14.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(15):before {
  content: "17-7-15.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(16):before {
  content: "17-7-16.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(17):before {
  content: "17-7-17.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(18):before {
  content: "17-7-18.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(19):before {
  content: "17-7-19.";
}
.spc-terms .--list17 .--list-second7 > li:nth-child(20):before {
  content: "17-7-20.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(1):before {
  content: "17-8-1.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(2):before {
  content: "17-8-2.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(3):before {
  content: "17-8-3.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(4):before {
  content: "17-8-4.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(5):before {
  content: "17-8-5.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(6):before {
  content: "17-8-6.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(7):before {
  content: "17-8-7.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(8):before {
  content: "17-8-8.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(9):before {
  content: "17-8-9.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(10):before {
  content: "17-8-10.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(11):before {
  content: "17-8-11.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(12):before {
  content: "17-8-12.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(13):before {
  content: "17-8-13.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(14):before {
  content: "17-8-14.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(15):before {
  content: "17-8-15.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(16):before {
  content: "17-8-16.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(17):before {
  content: "17-8-17.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(18):before {
  content: "17-8-18.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(19):before {
  content: "17-8-19.";
}
.spc-terms .--list17 .--list-second8 > li:nth-child(20):before {
  content: "17-8-20.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(1):before {
  content: "17-9-1.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(2):before {
  content: "17-9-2.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(3):before {
  content: "17-9-3.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(4):before {
  content: "17-9-4.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(5):before {
  content: "17-9-5.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(6):before {
  content: "17-9-6.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(7):before {
  content: "17-9-7.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(8):before {
  content: "17-9-8.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(9):before {
  content: "17-9-9.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(10):before {
  content: "17-9-10.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(11):before {
  content: "17-9-11.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(12):before {
  content: "17-9-12.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(13):before {
  content: "17-9-13.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(14):before {
  content: "17-9-14.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(15):before {
  content: "17-9-15.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(16):before {
  content: "17-9-16.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(17):before {
  content: "17-9-17.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(18):before {
  content: "17-9-18.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(19):before {
  content: "17-9-19.";
}
.spc-terms .--list17 .--list-second9 > li:nth-child(20):before {
  content: "17-9-20.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(1):before {
  content: "17-10-1.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(2):before {
  content: "17-10-2.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(3):before {
  content: "17-10-3.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(4):before {
  content: "17-10-4.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(5):before {
  content: "17-10-5.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(6):before {
  content: "17-10-6.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(7):before {
  content: "17-10-7.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(8):before {
  content: "17-10-8.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(9):before {
  content: "17-10-9.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(10):before {
  content: "17-10-10.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(11):before {
  content: "17-10-11.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(12):before {
  content: "17-10-12.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(13):before {
  content: "17-10-13.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(14):before {
  content: "17-10-14.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(15):before {
  content: "17-10-15.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(16):before {
  content: "17-10-16.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(17):before {
  content: "17-10-17.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(18):before {
  content: "17-10-18.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(19):before {
  content: "17-10-19.";
}
.spc-terms .--list17 .--list-second10 > li:nth-child(20):before {
  content: "17-10-20.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(1):before {
  content: "17-11-1.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(2):before {
  content: "17-11-2.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(3):before {
  content: "17-11-3.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(4):before {
  content: "17-11-4.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(5):before {
  content: "17-11-5.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(6):before {
  content: "17-11-6.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(7):before {
  content: "17-11-7.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(8):before {
  content: "17-11-8.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(9):before {
  content: "17-11-9.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(10):before {
  content: "17-11-10.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(11):before {
  content: "17-11-11.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(12):before {
  content: "17-11-12.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(13):before {
  content: "17-11-13.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(14):before {
  content: "17-11-14.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(15):before {
  content: "17-11-15.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(16):before {
  content: "17-11-16.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(17):before {
  content: "17-11-17.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(18):before {
  content: "17-11-18.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(19):before {
  content: "17-11-19.";
}
.spc-terms .--list17 .--list-second11 > li:nth-child(20):before {
  content: "17-11-20.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(1):before {
  content: "17-12-1.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(2):before {
  content: "17-12-2.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(3):before {
  content: "17-12-3.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(4):before {
  content: "17-12-4.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(5):before {
  content: "17-12-5.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(6):before {
  content: "17-12-6.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(7):before {
  content: "17-12-7.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(8):before {
  content: "17-12-8.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(9):before {
  content: "17-12-9.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(10):before {
  content: "17-12-10.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(11):before {
  content: "17-12-11.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(12):before {
  content: "17-12-12.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(13):before {
  content: "17-12-13.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(14):before {
  content: "17-12-14.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(15):before {
  content: "17-12-15.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(16):before {
  content: "17-12-16.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(17):before {
  content: "17-12-17.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(18):before {
  content: "17-12-18.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(19):before {
  content: "17-12-19.";
}
.spc-terms .--list17 .--list-second12 > li:nth-child(20):before {
  content: "17-12-20.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(1):before {
  content: "17-13-1.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(2):before {
  content: "17-13-2.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(3):before {
  content: "17-13-3.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(4):before {
  content: "17-13-4.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(5):before {
  content: "17-13-5.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(6):before {
  content: "17-13-6.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(7):before {
  content: "17-13-7.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(8):before {
  content: "17-13-8.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(9):before {
  content: "17-13-9.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(10):before {
  content: "17-13-10.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(11):before {
  content: "17-13-11.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(12):before {
  content: "17-13-12.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(13):before {
  content: "17-13-13.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(14):before {
  content: "17-13-14.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(15):before {
  content: "17-13-15.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(16):before {
  content: "17-13-16.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(17):before {
  content: "17-13-17.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(18):before {
  content: "17-13-18.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(19):before {
  content: "17-13-19.";
}
.spc-terms .--list17 .--list-second13 > li:nth-child(20):before {
  content: "17-13-20.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(1):before {
  content: "17-14-1.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(2):before {
  content: "17-14-2.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(3):before {
  content: "17-14-3.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(4):before {
  content: "17-14-4.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(5):before {
  content: "17-14-5.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(6):before {
  content: "17-14-6.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(7):before {
  content: "17-14-7.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(8):before {
  content: "17-14-8.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(9):before {
  content: "17-14-9.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(10):before {
  content: "17-14-10.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(11):before {
  content: "17-14-11.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(12):before {
  content: "17-14-12.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(13):before {
  content: "17-14-13.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(14):before {
  content: "17-14-14.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(15):before {
  content: "17-14-15.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(16):before {
  content: "17-14-16.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(17):before {
  content: "17-14-17.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(18):before {
  content: "17-14-18.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(19):before {
  content: "17-14-19.";
}
.spc-terms .--list17 .--list-second14 > li:nth-child(20):before {
  content: "17-14-20.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(1):before {
  content: "17-15-1.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(2):before {
  content: "17-15-2.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(3):before {
  content: "17-15-3.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(4):before {
  content: "17-15-4.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(5):before {
  content: "17-15-5.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(6):before {
  content: "17-15-6.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(7):before {
  content: "17-15-7.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(8):before {
  content: "17-15-8.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(9):before {
  content: "17-15-9.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(10):before {
  content: "17-15-10.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(11):before {
  content: "17-15-11.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(12):before {
  content: "17-15-12.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(13):before {
  content: "17-15-13.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(14):before {
  content: "17-15-14.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(15):before {
  content: "17-15-15.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(16):before {
  content: "17-15-16.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(17):before {
  content: "17-15-17.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(18):before {
  content: "17-15-18.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(19):before {
  content: "17-15-19.";
}
.spc-terms .--list17 .--list-second15 > li:nth-child(20):before {
  content: "17-15-20.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(1):before {
  content: "17-16-1.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(2):before {
  content: "17-16-2.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(3):before {
  content: "17-16-3.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(4):before {
  content: "17-16-4.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(5):before {
  content: "17-16-5.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(6):before {
  content: "17-16-6.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(7):before {
  content: "17-16-7.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(8):before {
  content: "17-16-8.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(9):before {
  content: "17-16-9.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(10):before {
  content: "17-16-10.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(11):before {
  content: "17-16-11.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(12):before {
  content: "17-16-12.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(13):before {
  content: "17-16-13.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(14):before {
  content: "17-16-14.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(15):before {
  content: "17-16-15.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(16):before {
  content: "17-16-16.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(17):before {
  content: "17-16-17.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(18):before {
  content: "17-16-18.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(19):before {
  content: "17-16-19.";
}
.spc-terms .--list17 .--list-second16 > li:nth-child(20):before {
  content: "17-16-20.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(1):before {
  content: "17-17-1.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(2):before {
  content: "17-17-2.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(3):before {
  content: "17-17-3.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(4):before {
  content: "17-17-4.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(5):before {
  content: "17-17-5.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(6):before {
  content: "17-17-6.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(7):before {
  content: "17-17-7.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(8):before {
  content: "17-17-8.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(9):before {
  content: "17-17-9.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(10):before {
  content: "17-17-10.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(11):before {
  content: "17-17-11.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(12):before {
  content: "17-17-12.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(13):before {
  content: "17-17-13.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(14):before {
  content: "17-17-14.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(15):before {
  content: "17-17-15.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(16):before {
  content: "17-17-16.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(17):before {
  content: "17-17-17.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(18):before {
  content: "17-17-18.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(19):before {
  content: "17-17-19.";
}
.spc-terms .--list17 .--list-second17 > li:nth-child(20):before {
  content: "17-17-20.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(1):before {
  content: "17-18-1.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(2):before {
  content: "17-18-2.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(3):before {
  content: "17-18-3.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(4):before {
  content: "17-18-4.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(5):before {
  content: "17-18-5.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(6):before {
  content: "17-18-6.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(7):before {
  content: "17-18-7.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(8):before {
  content: "17-18-8.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(9):before {
  content: "17-18-9.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(10):before {
  content: "17-18-10.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(11):before {
  content: "17-18-11.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(12):before {
  content: "17-18-12.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(13):before {
  content: "17-18-13.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(14):before {
  content: "17-18-14.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(15):before {
  content: "17-18-15.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(16):before {
  content: "17-18-16.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(17):before {
  content: "17-18-17.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(18):before {
  content: "17-18-18.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(19):before {
  content: "17-18-19.";
}
.spc-terms .--list17 .--list-second18 > li:nth-child(20):before {
  content: "17-18-20.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(1):before {
  content: "17-19-1.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(2):before {
  content: "17-19-2.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(3):before {
  content: "17-19-3.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(4):before {
  content: "17-19-4.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(5):before {
  content: "17-19-5.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(6):before {
  content: "17-19-6.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(7):before {
  content: "17-19-7.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(8):before {
  content: "17-19-8.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(9):before {
  content: "17-19-9.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(10):before {
  content: "17-19-10.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(11):before {
  content: "17-19-11.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(12):before {
  content: "17-19-12.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(13):before {
  content: "17-19-13.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(14):before {
  content: "17-19-14.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(15):before {
  content: "17-19-15.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(16):before {
  content: "17-19-16.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(17):before {
  content: "17-19-17.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(18):before {
  content: "17-19-18.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(19):before {
  content: "17-19-19.";
}
.spc-terms .--list17 .--list-second19 > li:nth-child(20):before {
  content: "17-19-20.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(1):before {
  content: "17-20-1.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(2):before {
  content: "17-20-2.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(3):before {
  content: "17-20-3.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(4):before {
  content: "17-20-4.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(5):before {
  content: "17-20-5.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(6):before {
  content: "17-20-6.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(7):before {
  content: "17-20-7.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(8):before {
  content: "17-20-8.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(9):before {
  content: "17-20-9.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(10):before {
  content: "17-20-10.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(11):before {
  content: "17-20-11.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(12):before {
  content: "17-20-12.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(13):before {
  content: "17-20-13.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(14):before {
  content: "17-20-14.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(15):before {
  content: "17-20-15.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(16):before {
  content: "17-20-16.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(17):before {
  content: "17-20-17.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(18):before {
  content: "17-20-18.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(19):before {
  content: "17-20-19.";
}
.spc-terms .--list17 .--list-second20 > li:nth-child(20):before {
  content: "17-20-20.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(1):before {
  content: "18-1-1.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(2):before {
  content: "18-1-2.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(3):before {
  content: "18-1-3.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(4):before {
  content: "18-1-4.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(5):before {
  content: "18-1-5.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(6):before {
  content: "18-1-6.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(7):before {
  content: "18-1-7.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(8):before {
  content: "18-1-8.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(9):before {
  content: "18-1-9.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(10):before {
  content: "18-1-10.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(11):before {
  content: "18-1-11.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(12):before {
  content: "18-1-12.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(13):before {
  content: "18-1-13.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(14):before {
  content: "18-1-14.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(15):before {
  content: "18-1-15.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(16):before {
  content: "18-1-16.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(17):before {
  content: "18-1-17.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(18):before {
  content: "18-1-18.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(19):before {
  content: "18-1-19.";
}
.spc-terms .--list18 .--list-second1 > li:nth-child(20):before {
  content: "18-1-20.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(1):before {
  content: "18-2-1.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(2):before {
  content: "18-2-2.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(3):before {
  content: "18-2-3.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(4):before {
  content: "18-2-4.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(5):before {
  content: "18-2-5.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(6):before {
  content: "18-2-6.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(7):before {
  content: "18-2-7.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(8):before {
  content: "18-2-8.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(9):before {
  content: "18-2-9.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(10):before {
  content: "18-2-10.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(11):before {
  content: "18-2-11.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(12):before {
  content: "18-2-12.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(13):before {
  content: "18-2-13.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(14):before {
  content: "18-2-14.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(15):before {
  content: "18-2-15.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(16):before {
  content: "18-2-16.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(17):before {
  content: "18-2-17.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(18):before {
  content: "18-2-18.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(19):before {
  content: "18-2-19.";
}
.spc-terms .--list18 .--list-second2 > li:nth-child(20):before {
  content: "18-2-20.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(1):before {
  content: "18-3-1.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(2):before {
  content: "18-3-2.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(3):before {
  content: "18-3-3.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(4):before {
  content: "18-3-4.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(5):before {
  content: "18-3-5.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(6):before {
  content: "18-3-6.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(7):before {
  content: "18-3-7.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(8):before {
  content: "18-3-8.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(9):before {
  content: "18-3-9.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(10):before {
  content: "18-3-10.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(11):before {
  content: "18-3-11.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(12):before {
  content: "18-3-12.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(13):before {
  content: "18-3-13.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(14):before {
  content: "18-3-14.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(15):before {
  content: "18-3-15.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(16):before {
  content: "18-3-16.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(17):before {
  content: "18-3-17.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(18):before {
  content: "18-3-18.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(19):before {
  content: "18-3-19.";
}
.spc-terms .--list18 .--list-second3 > li:nth-child(20):before {
  content: "18-3-20.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(1):before {
  content: "18-4-1.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(2):before {
  content: "18-4-2.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(3):before {
  content: "18-4-3.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(4):before {
  content: "18-4-4.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(5):before {
  content: "18-4-5.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(6):before {
  content: "18-4-6.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(7):before {
  content: "18-4-7.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(8):before {
  content: "18-4-8.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(9):before {
  content: "18-4-9.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(10):before {
  content: "18-4-10.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(11):before {
  content: "18-4-11.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(12):before {
  content: "18-4-12.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(13):before {
  content: "18-4-13.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(14):before {
  content: "18-4-14.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(15):before {
  content: "18-4-15.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(16):before {
  content: "18-4-16.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(17):before {
  content: "18-4-17.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(18):before {
  content: "18-4-18.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(19):before {
  content: "18-4-19.";
}
.spc-terms .--list18 .--list-second4 > li:nth-child(20):before {
  content: "18-4-20.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(1):before {
  content: "18-5-1.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(2):before {
  content: "18-5-2.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(3):before {
  content: "18-5-3.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(4):before {
  content: "18-5-4.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(5):before {
  content: "18-5-5.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(6):before {
  content: "18-5-6.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(7):before {
  content: "18-5-7.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(8):before {
  content: "18-5-8.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(9):before {
  content: "18-5-9.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(10):before {
  content: "18-5-10.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(11):before {
  content: "18-5-11.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(12):before {
  content: "18-5-12.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(13):before {
  content: "18-5-13.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(14):before {
  content: "18-5-14.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(15):before {
  content: "18-5-15.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(16):before {
  content: "18-5-16.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(17):before {
  content: "18-5-17.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(18):before {
  content: "18-5-18.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(19):before {
  content: "18-5-19.";
}
.spc-terms .--list18 .--list-second5 > li:nth-child(20):before {
  content: "18-5-20.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(1):before {
  content: "18-6-1.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(2):before {
  content: "18-6-2.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(3):before {
  content: "18-6-3.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(4):before {
  content: "18-6-4.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(5):before {
  content: "18-6-5.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(6):before {
  content: "18-6-6.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(7):before {
  content: "18-6-7.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(8):before {
  content: "18-6-8.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(9):before {
  content: "18-6-9.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(10):before {
  content: "18-6-10.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(11):before {
  content: "18-6-11.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(12):before {
  content: "18-6-12.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(13):before {
  content: "18-6-13.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(14):before {
  content: "18-6-14.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(15):before {
  content: "18-6-15.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(16):before {
  content: "18-6-16.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(17):before {
  content: "18-6-17.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(18):before {
  content: "18-6-18.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(19):before {
  content: "18-6-19.";
}
.spc-terms .--list18 .--list-second6 > li:nth-child(20):before {
  content: "18-6-20.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(1):before {
  content: "18-7-1.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(2):before {
  content: "18-7-2.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(3):before {
  content: "18-7-3.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(4):before {
  content: "18-7-4.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(5):before {
  content: "18-7-5.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(6):before {
  content: "18-7-6.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(7):before {
  content: "18-7-7.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(8):before {
  content: "18-7-8.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(9):before {
  content: "18-7-9.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(10):before {
  content: "18-7-10.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(11):before {
  content: "18-7-11.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(12):before {
  content: "18-7-12.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(13):before {
  content: "18-7-13.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(14):before {
  content: "18-7-14.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(15):before {
  content: "18-7-15.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(16):before {
  content: "18-7-16.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(17):before {
  content: "18-7-17.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(18):before {
  content: "18-7-18.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(19):before {
  content: "18-7-19.";
}
.spc-terms .--list18 .--list-second7 > li:nth-child(20):before {
  content: "18-7-20.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(1):before {
  content: "18-8-1.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(2):before {
  content: "18-8-2.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(3):before {
  content: "18-8-3.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(4):before {
  content: "18-8-4.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(5):before {
  content: "18-8-5.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(6):before {
  content: "18-8-6.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(7):before {
  content: "18-8-7.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(8):before {
  content: "18-8-8.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(9):before {
  content: "18-8-9.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(10):before {
  content: "18-8-10.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(11):before {
  content: "18-8-11.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(12):before {
  content: "18-8-12.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(13):before {
  content: "18-8-13.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(14):before {
  content: "18-8-14.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(15):before {
  content: "18-8-15.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(16):before {
  content: "18-8-16.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(17):before {
  content: "18-8-17.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(18):before {
  content: "18-8-18.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(19):before {
  content: "18-8-19.";
}
.spc-terms .--list18 .--list-second8 > li:nth-child(20):before {
  content: "18-8-20.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(1):before {
  content: "18-9-1.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(2):before {
  content: "18-9-2.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(3):before {
  content: "18-9-3.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(4):before {
  content: "18-9-4.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(5):before {
  content: "18-9-5.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(6):before {
  content: "18-9-6.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(7):before {
  content: "18-9-7.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(8):before {
  content: "18-9-8.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(9):before {
  content: "18-9-9.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(10):before {
  content: "18-9-10.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(11):before {
  content: "18-9-11.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(12):before {
  content: "18-9-12.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(13):before {
  content: "18-9-13.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(14):before {
  content: "18-9-14.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(15):before {
  content: "18-9-15.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(16):before {
  content: "18-9-16.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(17):before {
  content: "18-9-17.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(18):before {
  content: "18-9-18.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(19):before {
  content: "18-9-19.";
}
.spc-terms .--list18 .--list-second9 > li:nth-child(20):before {
  content: "18-9-20.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(1):before {
  content: "18-10-1.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(2):before {
  content: "18-10-2.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(3):before {
  content: "18-10-3.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(4):before {
  content: "18-10-4.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(5):before {
  content: "18-10-5.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(6):before {
  content: "18-10-6.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(7):before {
  content: "18-10-7.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(8):before {
  content: "18-10-8.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(9):before {
  content: "18-10-9.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(10):before {
  content: "18-10-10.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(11):before {
  content: "18-10-11.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(12):before {
  content: "18-10-12.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(13):before {
  content: "18-10-13.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(14):before {
  content: "18-10-14.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(15):before {
  content: "18-10-15.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(16):before {
  content: "18-10-16.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(17):before {
  content: "18-10-17.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(18):before {
  content: "18-10-18.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(19):before {
  content: "18-10-19.";
}
.spc-terms .--list18 .--list-second10 > li:nth-child(20):before {
  content: "18-10-20.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(1):before {
  content: "18-11-1.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(2):before {
  content: "18-11-2.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(3):before {
  content: "18-11-3.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(4):before {
  content: "18-11-4.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(5):before {
  content: "18-11-5.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(6):before {
  content: "18-11-6.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(7):before {
  content: "18-11-7.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(8):before {
  content: "18-11-8.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(9):before {
  content: "18-11-9.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(10):before {
  content: "18-11-10.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(11):before {
  content: "18-11-11.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(12):before {
  content: "18-11-12.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(13):before {
  content: "18-11-13.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(14):before {
  content: "18-11-14.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(15):before {
  content: "18-11-15.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(16):before {
  content: "18-11-16.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(17):before {
  content: "18-11-17.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(18):before {
  content: "18-11-18.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(19):before {
  content: "18-11-19.";
}
.spc-terms .--list18 .--list-second11 > li:nth-child(20):before {
  content: "18-11-20.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(1):before {
  content: "18-12-1.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(2):before {
  content: "18-12-2.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(3):before {
  content: "18-12-3.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(4):before {
  content: "18-12-4.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(5):before {
  content: "18-12-5.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(6):before {
  content: "18-12-6.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(7):before {
  content: "18-12-7.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(8):before {
  content: "18-12-8.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(9):before {
  content: "18-12-9.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(10):before {
  content: "18-12-10.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(11):before {
  content: "18-12-11.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(12):before {
  content: "18-12-12.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(13):before {
  content: "18-12-13.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(14):before {
  content: "18-12-14.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(15):before {
  content: "18-12-15.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(16):before {
  content: "18-12-16.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(17):before {
  content: "18-12-17.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(18):before {
  content: "18-12-18.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(19):before {
  content: "18-12-19.";
}
.spc-terms .--list18 .--list-second12 > li:nth-child(20):before {
  content: "18-12-20.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(1):before {
  content: "18-13-1.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(2):before {
  content: "18-13-2.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(3):before {
  content: "18-13-3.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(4):before {
  content: "18-13-4.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(5):before {
  content: "18-13-5.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(6):before {
  content: "18-13-6.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(7):before {
  content: "18-13-7.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(8):before {
  content: "18-13-8.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(9):before {
  content: "18-13-9.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(10):before {
  content: "18-13-10.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(11):before {
  content: "18-13-11.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(12):before {
  content: "18-13-12.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(13):before {
  content: "18-13-13.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(14):before {
  content: "18-13-14.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(15):before {
  content: "18-13-15.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(16):before {
  content: "18-13-16.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(17):before {
  content: "18-13-17.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(18):before {
  content: "18-13-18.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(19):before {
  content: "18-13-19.";
}
.spc-terms .--list18 .--list-second13 > li:nth-child(20):before {
  content: "18-13-20.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(1):before {
  content: "18-14-1.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(2):before {
  content: "18-14-2.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(3):before {
  content: "18-14-3.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(4):before {
  content: "18-14-4.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(5):before {
  content: "18-14-5.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(6):before {
  content: "18-14-6.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(7):before {
  content: "18-14-7.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(8):before {
  content: "18-14-8.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(9):before {
  content: "18-14-9.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(10):before {
  content: "18-14-10.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(11):before {
  content: "18-14-11.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(12):before {
  content: "18-14-12.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(13):before {
  content: "18-14-13.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(14):before {
  content: "18-14-14.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(15):before {
  content: "18-14-15.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(16):before {
  content: "18-14-16.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(17):before {
  content: "18-14-17.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(18):before {
  content: "18-14-18.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(19):before {
  content: "18-14-19.";
}
.spc-terms .--list18 .--list-second14 > li:nth-child(20):before {
  content: "18-14-20.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(1):before {
  content: "18-15-1.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(2):before {
  content: "18-15-2.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(3):before {
  content: "18-15-3.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(4):before {
  content: "18-15-4.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(5):before {
  content: "18-15-5.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(6):before {
  content: "18-15-6.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(7):before {
  content: "18-15-7.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(8):before {
  content: "18-15-8.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(9):before {
  content: "18-15-9.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(10):before {
  content: "18-15-10.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(11):before {
  content: "18-15-11.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(12):before {
  content: "18-15-12.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(13):before {
  content: "18-15-13.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(14):before {
  content: "18-15-14.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(15):before {
  content: "18-15-15.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(16):before {
  content: "18-15-16.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(17):before {
  content: "18-15-17.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(18):before {
  content: "18-15-18.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(19):before {
  content: "18-15-19.";
}
.spc-terms .--list18 .--list-second15 > li:nth-child(20):before {
  content: "18-15-20.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(1):before {
  content: "18-16-1.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(2):before {
  content: "18-16-2.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(3):before {
  content: "18-16-3.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(4):before {
  content: "18-16-4.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(5):before {
  content: "18-16-5.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(6):before {
  content: "18-16-6.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(7):before {
  content: "18-16-7.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(8):before {
  content: "18-16-8.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(9):before {
  content: "18-16-9.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(10):before {
  content: "18-16-10.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(11):before {
  content: "18-16-11.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(12):before {
  content: "18-16-12.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(13):before {
  content: "18-16-13.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(14):before {
  content: "18-16-14.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(15):before {
  content: "18-16-15.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(16):before {
  content: "18-16-16.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(17):before {
  content: "18-16-17.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(18):before {
  content: "18-16-18.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(19):before {
  content: "18-16-19.";
}
.spc-terms .--list18 .--list-second16 > li:nth-child(20):before {
  content: "18-16-20.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(1):before {
  content: "18-17-1.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(2):before {
  content: "18-17-2.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(3):before {
  content: "18-17-3.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(4):before {
  content: "18-17-4.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(5):before {
  content: "18-17-5.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(6):before {
  content: "18-17-6.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(7):before {
  content: "18-17-7.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(8):before {
  content: "18-17-8.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(9):before {
  content: "18-17-9.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(10):before {
  content: "18-17-10.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(11):before {
  content: "18-17-11.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(12):before {
  content: "18-17-12.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(13):before {
  content: "18-17-13.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(14):before {
  content: "18-17-14.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(15):before {
  content: "18-17-15.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(16):before {
  content: "18-17-16.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(17):before {
  content: "18-17-17.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(18):before {
  content: "18-17-18.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(19):before {
  content: "18-17-19.";
}
.spc-terms .--list18 .--list-second17 > li:nth-child(20):before {
  content: "18-17-20.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(1):before {
  content: "18-18-1.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(2):before {
  content: "18-18-2.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(3):before {
  content: "18-18-3.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(4):before {
  content: "18-18-4.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(5):before {
  content: "18-18-5.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(6):before {
  content: "18-18-6.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(7):before {
  content: "18-18-7.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(8):before {
  content: "18-18-8.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(9):before {
  content: "18-18-9.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(10):before {
  content: "18-18-10.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(11):before {
  content: "18-18-11.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(12):before {
  content: "18-18-12.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(13):before {
  content: "18-18-13.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(14):before {
  content: "18-18-14.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(15):before {
  content: "18-18-15.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(16):before {
  content: "18-18-16.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(17):before {
  content: "18-18-17.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(18):before {
  content: "18-18-18.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(19):before {
  content: "18-18-19.";
}
.spc-terms .--list18 .--list-second18 > li:nth-child(20):before {
  content: "18-18-20.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(1):before {
  content: "18-19-1.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(2):before {
  content: "18-19-2.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(3):before {
  content: "18-19-3.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(4):before {
  content: "18-19-4.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(5):before {
  content: "18-19-5.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(6):before {
  content: "18-19-6.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(7):before {
  content: "18-19-7.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(8):before {
  content: "18-19-8.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(9):before {
  content: "18-19-9.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(10):before {
  content: "18-19-10.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(11):before {
  content: "18-19-11.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(12):before {
  content: "18-19-12.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(13):before {
  content: "18-19-13.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(14):before {
  content: "18-19-14.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(15):before {
  content: "18-19-15.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(16):before {
  content: "18-19-16.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(17):before {
  content: "18-19-17.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(18):before {
  content: "18-19-18.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(19):before {
  content: "18-19-19.";
}
.spc-terms .--list18 .--list-second19 > li:nth-child(20):before {
  content: "18-19-20.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(1):before {
  content: "18-20-1.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(2):before {
  content: "18-20-2.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(3):before {
  content: "18-20-3.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(4):before {
  content: "18-20-4.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(5):before {
  content: "18-20-5.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(6):before {
  content: "18-20-6.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(7):before {
  content: "18-20-7.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(8):before {
  content: "18-20-8.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(9):before {
  content: "18-20-9.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(10):before {
  content: "18-20-10.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(11):before {
  content: "18-20-11.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(12):before {
  content: "18-20-12.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(13):before {
  content: "18-20-13.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(14):before {
  content: "18-20-14.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(15):before {
  content: "18-20-15.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(16):before {
  content: "18-20-16.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(17):before {
  content: "18-20-17.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(18):before {
  content: "18-20-18.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(19):before {
  content: "18-20-19.";
}
.spc-terms .--list18 .--list-second20 > li:nth-child(20):before {
  content: "18-20-20.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(1):before {
  content: "19-1-1.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(2):before {
  content: "19-1-2.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(3):before {
  content: "19-1-3.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(4):before {
  content: "19-1-4.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(5):before {
  content: "19-1-5.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(6):before {
  content: "19-1-6.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(7):before {
  content: "19-1-7.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(8):before {
  content: "19-1-8.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(9):before {
  content: "19-1-9.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(10):before {
  content: "19-1-10.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(11):before {
  content: "19-1-11.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(12):before {
  content: "19-1-12.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(13):before {
  content: "19-1-13.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(14):before {
  content: "19-1-14.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(15):before {
  content: "19-1-15.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(16):before {
  content: "19-1-16.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(17):before {
  content: "19-1-17.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(18):before {
  content: "19-1-18.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(19):before {
  content: "19-1-19.";
}
.spc-terms .--list19 .--list-second1 > li:nth-child(20):before {
  content: "19-1-20.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(1):before {
  content: "19-2-1.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(2):before {
  content: "19-2-2.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(3):before {
  content: "19-2-3.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(4):before {
  content: "19-2-4.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(5):before {
  content: "19-2-5.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(6):before {
  content: "19-2-6.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(7):before {
  content: "19-2-7.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(8):before {
  content: "19-2-8.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(9):before {
  content: "19-2-9.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(10):before {
  content: "19-2-10.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(11):before {
  content: "19-2-11.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(12):before {
  content: "19-2-12.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(13):before {
  content: "19-2-13.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(14):before {
  content: "19-2-14.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(15):before {
  content: "19-2-15.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(16):before {
  content: "19-2-16.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(17):before {
  content: "19-2-17.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(18):before {
  content: "19-2-18.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(19):before {
  content: "19-2-19.";
}
.spc-terms .--list19 .--list-second2 > li:nth-child(20):before {
  content: "19-2-20.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(1):before {
  content: "19-3-1.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(2):before {
  content: "19-3-2.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(3):before {
  content: "19-3-3.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(4):before {
  content: "19-3-4.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(5):before {
  content: "19-3-5.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(6):before {
  content: "19-3-6.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(7):before {
  content: "19-3-7.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(8):before {
  content: "19-3-8.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(9):before {
  content: "19-3-9.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(10):before {
  content: "19-3-10.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(11):before {
  content: "19-3-11.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(12):before {
  content: "19-3-12.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(13):before {
  content: "19-3-13.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(14):before {
  content: "19-3-14.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(15):before {
  content: "19-3-15.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(16):before {
  content: "19-3-16.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(17):before {
  content: "19-3-17.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(18):before {
  content: "19-3-18.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(19):before {
  content: "19-3-19.";
}
.spc-terms .--list19 .--list-second3 > li:nth-child(20):before {
  content: "19-3-20.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(1):before {
  content: "19-4-1.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(2):before {
  content: "19-4-2.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(3):before {
  content: "19-4-3.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(4):before {
  content: "19-4-4.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(5):before {
  content: "19-4-5.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(6):before {
  content: "19-4-6.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(7):before {
  content: "19-4-7.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(8):before {
  content: "19-4-8.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(9):before {
  content: "19-4-9.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(10):before {
  content: "19-4-10.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(11):before {
  content: "19-4-11.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(12):before {
  content: "19-4-12.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(13):before {
  content: "19-4-13.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(14):before {
  content: "19-4-14.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(15):before {
  content: "19-4-15.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(16):before {
  content: "19-4-16.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(17):before {
  content: "19-4-17.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(18):before {
  content: "19-4-18.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(19):before {
  content: "19-4-19.";
}
.spc-terms .--list19 .--list-second4 > li:nth-child(20):before {
  content: "19-4-20.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(1):before {
  content: "19-5-1.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(2):before {
  content: "19-5-2.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(3):before {
  content: "19-5-3.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(4):before {
  content: "19-5-4.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(5):before {
  content: "19-5-5.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(6):before {
  content: "19-5-6.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(7):before {
  content: "19-5-7.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(8):before {
  content: "19-5-8.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(9):before {
  content: "19-5-9.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(10):before {
  content: "19-5-10.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(11):before {
  content: "19-5-11.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(12):before {
  content: "19-5-12.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(13):before {
  content: "19-5-13.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(14):before {
  content: "19-5-14.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(15):before {
  content: "19-5-15.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(16):before {
  content: "19-5-16.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(17):before {
  content: "19-5-17.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(18):before {
  content: "19-5-18.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(19):before {
  content: "19-5-19.";
}
.spc-terms .--list19 .--list-second5 > li:nth-child(20):before {
  content: "19-5-20.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(1):before {
  content: "19-6-1.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(2):before {
  content: "19-6-2.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(3):before {
  content: "19-6-3.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(4):before {
  content: "19-6-4.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(5):before {
  content: "19-6-5.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(6):before {
  content: "19-6-6.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(7):before {
  content: "19-6-7.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(8):before {
  content: "19-6-8.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(9):before {
  content: "19-6-9.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(10):before {
  content: "19-6-10.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(11):before {
  content: "19-6-11.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(12):before {
  content: "19-6-12.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(13):before {
  content: "19-6-13.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(14):before {
  content: "19-6-14.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(15):before {
  content: "19-6-15.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(16):before {
  content: "19-6-16.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(17):before {
  content: "19-6-17.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(18):before {
  content: "19-6-18.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(19):before {
  content: "19-6-19.";
}
.spc-terms .--list19 .--list-second6 > li:nth-child(20):before {
  content: "19-6-20.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(1):before {
  content: "19-7-1.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(2):before {
  content: "19-7-2.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(3):before {
  content: "19-7-3.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(4):before {
  content: "19-7-4.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(5):before {
  content: "19-7-5.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(6):before {
  content: "19-7-6.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(7):before {
  content: "19-7-7.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(8):before {
  content: "19-7-8.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(9):before {
  content: "19-7-9.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(10):before {
  content: "19-7-10.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(11):before {
  content: "19-7-11.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(12):before {
  content: "19-7-12.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(13):before {
  content: "19-7-13.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(14):before {
  content: "19-7-14.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(15):before {
  content: "19-7-15.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(16):before {
  content: "19-7-16.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(17):before {
  content: "19-7-17.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(18):before {
  content: "19-7-18.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(19):before {
  content: "19-7-19.";
}
.spc-terms .--list19 .--list-second7 > li:nth-child(20):before {
  content: "19-7-20.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(1):before {
  content: "19-8-1.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(2):before {
  content: "19-8-2.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(3):before {
  content: "19-8-3.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(4):before {
  content: "19-8-4.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(5):before {
  content: "19-8-5.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(6):before {
  content: "19-8-6.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(7):before {
  content: "19-8-7.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(8):before {
  content: "19-8-8.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(9):before {
  content: "19-8-9.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(10):before {
  content: "19-8-10.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(11):before {
  content: "19-8-11.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(12):before {
  content: "19-8-12.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(13):before {
  content: "19-8-13.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(14):before {
  content: "19-8-14.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(15):before {
  content: "19-8-15.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(16):before {
  content: "19-8-16.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(17):before {
  content: "19-8-17.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(18):before {
  content: "19-8-18.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(19):before {
  content: "19-8-19.";
}
.spc-terms .--list19 .--list-second8 > li:nth-child(20):before {
  content: "19-8-20.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(1):before {
  content: "19-9-1.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(2):before {
  content: "19-9-2.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(3):before {
  content: "19-9-3.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(4):before {
  content: "19-9-4.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(5):before {
  content: "19-9-5.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(6):before {
  content: "19-9-6.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(7):before {
  content: "19-9-7.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(8):before {
  content: "19-9-8.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(9):before {
  content: "19-9-9.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(10):before {
  content: "19-9-10.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(11):before {
  content: "19-9-11.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(12):before {
  content: "19-9-12.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(13):before {
  content: "19-9-13.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(14):before {
  content: "19-9-14.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(15):before {
  content: "19-9-15.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(16):before {
  content: "19-9-16.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(17):before {
  content: "19-9-17.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(18):before {
  content: "19-9-18.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(19):before {
  content: "19-9-19.";
}
.spc-terms .--list19 .--list-second9 > li:nth-child(20):before {
  content: "19-9-20.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(1):before {
  content: "19-10-1.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(2):before {
  content: "19-10-2.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(3):before {
  content: "19-10-3.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(4):before {
  content: "19-10-4.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(5):before {
  content: "19-10-5.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(6):before {
  content: "19-10-6.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(7):before {
  content: "19-10-7.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(8):before {
  content: "19-10-8.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(9):before {
  content: "19-10-9.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(10):before {
  content: "19-10-10.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(11):before {
  content: "19-10-11.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(12):before {
  content: "19-10-12.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(13):before {
  content: "19-10-13.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(14):before {
  content: "19-10-14.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(15):before {
  content: "19-10-15.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(16):before {
  content: "19-10-16.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(17):before {
  content: "19-10-17.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(18):before {
  content: "19-10-18.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(19):before {
  content: "19-10-19.";
}
.spc-terms .--list19 .--list-second10 > li:nth-child(20):before {
  content: "19-10-20.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(1):before {
  content: "19-11-1.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(2):before {
  content: "19-11-2.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(3):before {
  content: "19-11-3.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(4):before {
  content: "19-11-4.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(5):before {
  content: "19-11-5.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(6):before {
  content: "19-11-6.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(7):before {
  content: "19-11-7.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(8):before {
  content: "19-11-8.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(9):before {
  content: "19-11-9.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(10):before {
  content: "19-11-10.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(11):before {
  content: "19-11-11.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(12):before {
  content: "19-11-12.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(13):before {
  content: "19-11-13.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(14):before {
  content: "19-11-14.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(15):before {
  content: "19-11-15.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(16):before {
  content: "19-11-16.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(17):before {
  content: "19-11-17.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(18):before {
  content: "19-11-18.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(19):before {
  content: "19-11-19.";
}
.spc-terms .--list19 .--list-second11 > li:nth-child(20):before {
  content: "19-11-20.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(1):before {
  content: "19-12-1.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(2):before {
  content: "19-12-2.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(3):before {
  content: "19-12-3.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(4):before {
  content: "19-12-4.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(5):before {
  content: "19-12-5.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(6):before {
  content: "19-12-6.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(7):before {
  content: "19-12-7.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(8):before {
  content: "19-12-8.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(9):before {
  content: "19-12-9.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(10):before {
  content: "19-12-10.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(11):before {
  content: "19-12-11.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(12):before {
  content: "19-12-12.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(13):before {
  content: "19-12-13.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(14):before {
  content: "19-12-14.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(15):before {
  content: "19-12-15.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(16):before {
  content: "19-12-16.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(17):before {
  content: "19-12-17.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(18):before {
  content: "19-12-18.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(19):before {
  content: "19-12-19.";
}
.spc-terms .--list19 .--list-second12 > li:nth-child(20):before {
  content: "19-12-20.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(1):before {
  content: "19-13-1.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(2):before {
  content: "19-13-2.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(3):before {
  content: "19-13-3.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(4):before {
  content: "19-13-4.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(5):before {
  content: "19-13-5.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(6):before {
  content: "19-13-6.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(7):before {
  content: "19-13-7.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(8):before {
  content: "19-13-8.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(9):before {
  content: "19-13-9.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(10):before {
  content: "19-13-10.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(11):before {
  content: "19-13-11.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(12):before {
  content: "19-13-12.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(13):before {
  content: "19-13-13.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(14):before {
  content: "19-13-14.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(15):before {
  content: "19-13-15.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(16):before {
  content: "19-13-16.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(17):before {
  content: "19-13-17.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(18):before {
  content: "19-13-18.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(19):before {
  content: "19-13-19.";
}
.spc-terms .--list19 .--list-second13 > li:nth-child(20):before {
  content: "19-13-20.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(1):before {
  content: "19-14-1.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(2):before {
  content: "19-14-2.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(3):before {
  content: "19-14-3.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(4):before {
  content: "19-14-4.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(5):before {
  content: "19-14-5.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(6):before {
  content: "19-14-6.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(7):before {
  content: "19-14-7.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(8):before {
  content: "19-14-8.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(9):before {
  content: "19-14-9.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(10):before {
  content: "19-14-10.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(11):before {
  content: "19-14-11.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(12):before {
  content: "19-14-12.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(13):before {
  content: "19-14-13.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(14):before {
  content: "19-14-14.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(15):before {
  content: "19-14-15.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(16):before {
  content: "19-14-16.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(17):before {
  content: "19-14-17.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(18):before {
  content: "19-14-18.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(19):before {
  content: "19-14-19.";
}
.spc-terms .--list19 .--list-second14 > li:nth-child(20):before {
  content: "19-14-20.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(1):before {
  content: "19-15-1.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(2):before {
  content: "19-15-2.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(3):before {
  content: "19-15-3.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(4):before {
  content: "19-15-4.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(5):before {
  content: "19-15-5.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(6):before {
  content: "19-15-6.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(7):before {
  content: "19-15-7.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(8):before {
  content: "19-15-8.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(9):before {
  content: "19-15-9.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(10):before {
  content: "19-15-10.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(11):before {
  content: "19-15-11.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(12):before {
  content: "19-15-12.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(13):before {
  content: "19-15-13.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(14):before {
  content: "19-15-14.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(15):before {
  content: "19-15-15.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(16):before {
  content: "19-15-16.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(17):before {
  content: "19-15-17.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(18):before {
  content: "19-15-18.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(19):before {
  content: "19-15-19.";
}
.spc-terms .--list19 .--list-second15 > li:nth-child(20):before {
  content: "19-15-20.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(1):before {
  content: "19-16-1.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(2):before {
  content: "19-16-2.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(3):before {
  content: "19-16-3.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(4):before {
  content: "19-16-4.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(5):before {
  content: "19-16-5.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(6):before {
  content: "19-16-6.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(7):before {
  content: "19-16-7.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(8):before {
  content: "19-16-8.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(9):before {
  content: "19-16-9.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(10):before {
  content: "19-16-10.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(11):before {
  content: "19-16-11.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(12):before {
  content: "19-16-12.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(13):before {
  content: "19-16-13.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(14):before {
  content: "19-16-14.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(15):before {
  content: "19-16-15.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(16):before {
  content: "19-16-16.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(17):before {
  content: "19-16-17.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(18):before {
  content: "19-16-18.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(19):before {
  content: "19-16-19.";
}
.spc-terms .--list19 .--list-second16 > li:nth-child(20):before {
  content: "19-16-20.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(1):before {
  content: "19-17-1.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(2):before {
  content: "19-17-2.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(3):before {
  content: "19-17-3.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(4):before {
  content: "19-17-4.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(5):before {
  content: "19-17-5.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(6):before {
  content: "19-17-6.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(7):before {
  content: "19-17-7.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(8):before {
  content: "19-17-8.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(9):before {
  content: "19-17-9.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(10):before {
  content: "19-17-10.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(11):before {
  content: "19-17-11.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(12):before {
  content: "19-17-12.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(13):before {
  content: "19-17-13.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(14):before {
  content: "19-17-14.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(15):before {
  content: "19-17-15.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(16):before {
  content: "19-17-16.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(17):before {
  content: "19-17-17.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(18):before {
  content: "19-17-18.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(19):before {
  content: "19-17-19.";
}
.spc-terms .--list19 .--list-second17 > li:nth-child(20):before {
  content: "19-17-20.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(1):before {
  content: "19-18-1.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(2):before {
  content: "19-18-2.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(3):before {
  content: "19-18-3.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(4):before {
  content: "19-18-4.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(5):before {
  content: "19-18-5.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(6):before {
  content: "19-18-6.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(7):before {
  content: "19-18-7.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(8):before {
  content: "19-18-8.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(9):before {
  content: "19-18-9.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(10):before {
  content: "19-18-10.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(11):before {
  content: "19-18-11.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(12):before {
  content: "19-18-12.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(13):before {
  content: "19-18-13.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(14):before {
  content: "19-18-14.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(15):before {
  content: "19-18-15.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(16):before {
  content: "19-18-16.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(17):before {
  content: "19-18-17.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(18):before {
  content: "19-18-18.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(19):before {
  content: "19-18-19.";
}
.spc-terms .--list19 .--list-second18 > li:nth-child(20):before {
  content: "19-18-20.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(1):before {
  content: "19-19-1.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(2):before {
  content: "19-19-2.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(3):before {
  content: "19-19-3.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(4):before {
  content: "19-19-4.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(5):before {
  content: "19-19-5.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(6):before {
  content: "19-19-6.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(7):before {
  content: "19-19-7.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(8):before {
  content: "19-19-8.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(9):before {
  content: "19-19-9.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(10):before {
  content: "19-19-10.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(11):before {
  content: "19-19-11.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(12):before {
  content: "19-19-12.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(13):before {
  content: "19-19-13.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(14):before {
  content: "19-19-14.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(15):before {
  content: "19-19-15.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(16):before {
  content: "19-19-16.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(17):before {
  content: "19-19-17.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(18):before {
  content: "19-19-18.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(19):before {
  content: "19-19-19.";
}
.spc-terms .--list19 .--list-second19 > li:nth-child(20):before {
  content: "19-19-20.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(1):before {
  content: "19-20-1.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(2):before {
  content: "19-20-2.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(3):before {
  content: "19-20-3.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(4):before {
  content: "19-20-4.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(5):before {
  content: "19-20-5.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(6):before {
  content: "19-20-6.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(7):before {
  content: "19-20-7.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(8):before {
  content: "19-20-8.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(9):before {
  content: "19-20-9.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(10):before {
  content: "19-20-10.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(11):before {
  content: "19-20-11.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(12):before {
  content: "19-20-12.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(13):before {
  content: "19-20-13.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(14):before {
  content: "19-20-14.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(15):before {
  content: "19-20-15.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(16):before {
  content: "19-20-16.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(17):before {
  content: "19-20-17.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(18):before {
  content: "19-20-18.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(19):before {
  content: "19-20-19.";
}
.spc-terms .--list19 .--list-second20 > li:nth-child(20):before {
  content: "19-20-20.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(1):before {
  content: "20-1-1.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(2):before {
  content: "20-1-2.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(3):before {
  content: "20-1-3.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(4):before {
  content: "20-1-4.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(5):before {
  content: "20-1-5.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(6):before {
  content: "20-1-6.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(7):before {
  content: "20-1-7.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(8):before {
  content: "20-1-8.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(9):before {
  content: "20-1-9.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(10):before {
  content: "20-1-10.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(11):before {
  content: "20-1-11.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(12):before {
  content: "20-1-12.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(13):before {
  content: "20-1-13.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(14):before {
  content: "20-1-14.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(15):before {
  content: "20-1-15.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(16):before {
  content: "20-1-16.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(17):before {
  content: "20-1-17.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(18):before {
  content: "20-1-18.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(19):before {
  content: "20-1-19.";
}
.spc-terms .--list20 .--list-second1 > li:nth-child(20):before {
  content: "20-1-20.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(1):before {
  content: "20-2-1.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(2):before {
  content: "20-2-2.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(3):before {
  content: "20-2-3.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(4):before {
  content: "20-2-4.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(5):before {
  content: "20-2-5.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(6):before {
  content: "20-2-6.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(7):before {
  content: "20-2-7.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(8):before {
  content: "20-2-8.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(9):before {
  content: "20-2-9.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(10):before {
  content: "20-2-10.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(11):before {
  content: "20-2-11.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(12):before {
  content: "20-2-12.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(13):before {
  content: "20-2-13.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(14):before {
  content: "20-2-14.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(15):before {
  content: "20-2-15.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(16):before {
  content: "20-2-16.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(17):before {
  content: "20-2-17.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(18):before {
  content: "20-2-18.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(19):before {
  content: "20-2-19.";
}
.spc-terms .--list20 .--list-second2 > li:nth-child(20):before {
  content: "20-2-20.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(1):before {
  content: "20-3-1.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(2):before {
  content: "20-3-2.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(3):before {
  content: "20-3-3.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(4):before {
  content: "20-3-4.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(5):before {
  content: "20-3-5.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(6):before {
  content: "20-3-6.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(7):before {
  content: "20-3-7.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(8):before {
  content: "20-3-8.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(9):before {
  content: "20-3-9.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(10):before {
  content: "20-3-10.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(11):before {
  content: "20-3-11.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(12):before {
  content: "20-3-12.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(13):before {
  content: "20-3-13.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(14):before {
  content: "20-3-14.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(15):before {
  content: "20-3-15.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(16):before {
  content: "20-3-16.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(17):before {
  content: "20-3-17.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(18):before {
  content: "20-3-18.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(19):before {
  content: "20-3-19.";
}
.spc-terms .--list20 .--list-second3 > li:nth-child(20):before {
  content: "20-3-20.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(1):before {
  content: "20-4-1.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(2):before {
  content: "20-4-2.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(3):before {
  content: "20-4-3.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(4):before {
  content: "20-4-4.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(5):before {
  content: "20-4-5.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(6):before {
  content: "20-4-6.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(7):before {
  content: "20-4-7.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(8):before {
  content: "20-4-8.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(9):before {
  content: "20-4-9.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(10):before {
  content: "20-4-10.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(11):before {
  content: "20-4-11.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(12):before {
  content: "20-4-12.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(13):before {
  content: "20-4-13.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(14):before {
  content: "20-4-14.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(15):before {
  content: "20-4-15.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(16):before {
  content: "20-4-16.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(17):before {
  content: "20-4-17.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(18):before {
  content: "20-4-18.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(19):before {
  content: "20-4-19.";
}
.spc-terms .--list20 .--list-second4 > li:nth-child(20):before {
  content: "20-4-20.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(1):before {
  content: "20-5-1.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(2):before {
  content: "20-5-2.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(3):before {
  content: "20-5-3.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(4):before {
  content: "20-5-4.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(5):before {
  content: "20-5-5.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(6):before {
  content: "20-5-6.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(7):before {
  content: "20-5-7.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(8):before {
  content: "20-5-8.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(9):before {
  content: "20-5-9.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(10):before {
  content: "20-5-10.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(11):before {
  content: "20-5-11.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(12):before {
  content: "20-5-12.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(13):before {
  content: "20-5-13.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(14):before {
  content: "20-5-14.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(15):before {
  content: "20-5-15.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(16):before {
  content: "20-5-16.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(17):before {
  content: "20-5-17.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(18):before {
  content: "20-5-18.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(19):before {
  content: "20-5-19.";
}
.spc-terms .--list20 .--list-second5 > li:nth-child(20):before {
  content: "20-5-20.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(1):before {
  content: "20-6-1.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(2):before {
  content: "20-6-2.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(3):before {
  content: "20-6-3.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(4):before {
  content: "20-6-4.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(5):before {
  content: "20-6-5.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(6):before {
  content: "20-6-6.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(7):before {
  content: "20-6-7.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(8):before {
  content: "20-6-8.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(9):before {
  content: "20-6-9.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(10):before {
  content: "20-6-10.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(11):before {
  content: "20-6-11.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(12):before {
  content: "20-6-12.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(13):before {
  content: "20-6-13.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(14):before {
  content: "20-6-14.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(15):before {
  content: "20-6-15.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(16):before {
  content: "20-6-16.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(17):before {
  content: "20-6-17.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(18):before {
  content: "20-6-18.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(19):before {
  content: "20-6-19.";
}
.spc-terms .--list20 .--list-second6 > li:nth-child(20):before {
  content: "20-6-20.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(1):before {
  content: "20-7-1.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(2):before {
  content: "20-7-2.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(3):before {
  content: "20-7-3.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(4):before {
  content: "20-7-4.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(5):before {
  content: "20-7-5.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(6):before {
  content: "20-7-6.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(7):before {
  content: "20-7-7.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(8):before {
  content: "20-7-8.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(9):before {
  content: "20-7-9.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(10):before {
  content: "20-7-10.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(11):before {
  content: "20-7-11.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(12):before {
  content: "20-7-12.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(13):before {
  content: "20-7-13.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(14):before {
  content: "20-7-14.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(15):before {
  content: "20-7-15.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(16):before {
  content: "20-7-16.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(17):before {
  content: "20-7-17.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(18):before {
  content: "20-7-18.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(19):before {
  content: "20-7-19.";
}
.spc-terms .--list20 .--list-second7 > li:nth-child(20):before {
  content: "20-7-20.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(1):before {
  content: "20-8-1.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(2):before {
  content: "20-8-2.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(3):before {
  content: "20-8-3.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(4):before {
  content: "20-8-4.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(5):before {
  content: "20-8-5.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(6):before {
  content: "20-8-6.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(7):before {
  content: "20-8-7.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(8):before {
  content: "20-8-8.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(9):before {
  content: "20-8-9.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(10):before {
  content: "20-8-10.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(11):before {
  content: "20-8-11.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(12):before {
  content: "20-8-12.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(13):before {
  content: "20-8-13.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(14):before {
  content: "20-8-14.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(15):before {
  content: "20-8-15.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(16):before {
  content: "20-8-16.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(17):before {
  content: "20-8-17.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(18):before {
  content: "20-8-18.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(19):before {
  content: "20-8-19.";
}
.spc-terms .--list20 .--list-second8 > li:nth-child(20):before {
  content: "20-8-20.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(1):before {
  content: "20-9-1.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(2):before {
  content: "20-9-2.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(3):before {
  content: "20-9-3.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(4):before {
  content: "20-9-4.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(5):before {
  content: "20-9-5.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(6):before {
  content: "20-9-6.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(7):before {
  content: "20-9-7.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(8):before {
  content: "20-9-8.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(9):before {
  content: "20-9-9.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(10):before {
  content: "20-9-10.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(11):before {
  content: "20-9-11.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(12):before {
  content: "20-9-12.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(13):before {
  content: "20-9-13.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(14):before {
  content: "20-9-14.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(15):before {
  content: "20-9-15.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(16):before {
  content: "20-9-16.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(17):before {
  content: "20-9-17.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(18):before {
  content: "20-9-18.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(19):before {
  content: "20-9-19.";
}
.spc-terms .--list20 .--list-second9 > li:nth-child(20):before {
  content: "20-9-20.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(1):before {
  content: "20-10-1.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(2):before {
  content: "20-10-2.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(3):before {
  content: "20-10-3.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(4):before {
  content: "20-10-4.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(5):before {
  content: "20-10-5.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(6):before {
  content: "20-10-6.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(7):before {
  content: "20-10-7.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(8):before {
  content: "20-10-8.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(9):before {
  content: "20-10-9.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(10):before {
  content: "20-10-10.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(11):before {
  content: "20-10-11.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(12):before {
  content: "20-10-12.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(13):before {
  content: "20-10-13.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(14):before {
  content: "20-10-14.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(15):before {
  content: "20-10-15.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(16):before {
  content: "20-10-16.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(17):before {
  content: "20-10-17.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(18):before {
  content: "20-10-18.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(19):before {
  content: "20-10-19.";
}
.spc-terms .--list20 .--list-second10 > li:nth-child(20):before {
  content: "20-10-20.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(1):before {
  content: "20-11-1.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(2):before {
  content: "20-11-2.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(3):before {
  content: "20-11-3.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(4):before {
  content: "20-11-4.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(5):before {
  content: "20-11-5.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(6):before {
  content: "20-11-6.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(7):before {
  content: "20-11-7.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(8):before {
  content: "20-11-8.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(9):before {
  content: "20-11-9.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(10):before {
  content: "20-11-10.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(11):before {
  content: "20-11-11.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(12):before {
  content: "20-11-12.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(13):before {
  content: "20-11-13.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(14):before {
  content: "20-11-14.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(15):before {
  content: "20-11-15.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(16):before {
  content: "20-11-16.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(17):before {
  content: "20-11-17.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(18):before {
  content: "20-11-18.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(19):before {
  content: "20-11-19.";
}
.spc-terms .--list20 .--list-second11 > li:nth-child(20):before {
  content: "20-11-20.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(1):before {
  content: "20-12-1.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(2):before {
  content: "20-12-2.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(3):before {
  content: "20-12-3.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(4):before {
  content: "20-12-4.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(5):before {
  content: "20-12-5.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(6):before {
  content: "20-12-6.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(7):before {
  content: "20-12-7.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(8):before {
  content: "20-12-8.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(9):before {
  content: "20-12-9.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(10):before {
  content: "20-12-10.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(11):before {
  content: "20-12-11.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(12):before {
  content: "20-12-12.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(13):before {
  content: "20-12-13.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(14):before {
  content: "20-12-14.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(15):before {
  content: "20-12-15.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(16):before {
  content: "20-12-16.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(17):before {
  content: "20-12-17.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(18):before {
  content: "20-12-18.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(19):before {
  content: "20-12-19.";
}
.spc-terms .--list20 .--list-second12 > li:nth-child(20):before {
  content: "20-12-20.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(1):before {
  content: "20-13-1.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(2):before {
  content: "20-13-2.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(3):before {
  content: "20-13-3.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(4):before {
  content: "20-13-4.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(5):before {
  content: "20-13-5.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(6):before {
  content: "20-13-6.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(7):before {
  content: "20-13-7.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(8):before {
  content: "20-13-8.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(9):before {
  content: "20-13-9.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(10):before {
  content: "20-13-10.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(11):before {
  content: "20-13-11.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(12):before {
  content: "20-13-12.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(13):before {
  content: "20-13-13.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(14):before {
  content: "20-13-14.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(15):before {
  content: "20-13-15.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(16):before {
  content: "20-13-16.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(17):before {
  content: "20-13-17.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(18):before {
  content: "20-13-18.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(19):before {
  content: "20-13-19.";
}
.spc-terms .--list20 .--list-second13 > li:nth-child(20):before {
  content: "20-13-20.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(1):before {
  content: "20-14-1.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(2):before {
  content: "20-14-2.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(3):before {
  content: "20-14-3.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(4):before {
  content: "20-14-4.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(5):before {
  content: "20-14-5.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(6):before {
  content: "20-14-6.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(7):before {
  content: "20-14-7.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(8):before {
  content: "20-14-8.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(9):before {
  content: "20-14-9.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(10):before {
  content: "20-14-10.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(11):before {
  content: "20-14-11.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(12):before {
  content: "20-14-12.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(13):before {
  content: "20-14-13.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(14):before {
  content: "20-14-14.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(15):before {
  content: "20-14-15.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(16):before {
  content: "20-14-16.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(17):before {
  content: "20-14-17.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(18):before {
  content: "20-14-18.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(19):before {
  content: "20-14-19.";
}
.spc-terms .--list20 .--list-second14 > li:nth-child(20):before {
  content: "20-14-20.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(1):before {
  content: "20-15-1.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(2):before {
  content: "20-15-2.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(3):before {
  content: "20-15-3.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(4):before {
  content: "20-15-4.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(5):before {
  content: "20-15-5.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(6):before {
  content: "20-15-6.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(7):before {
  content: "20-15-7.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(8):before {
  content: "20-15-8.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(9):before {
  content: "20-15-9.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(10):before {
  content: "20-15-10.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(11):before {
  content: "20-15-11.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(12):before {
  content: "20-15-12.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(13):before {
  content: "20-15-13.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(14):before {
  content: "20-15-14.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(15):before {
  content: "20-15-15.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(16):before {
  content: "20-15-16.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(17):before {
  content: "20-15-17.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(18):before {
  content: "20-15-18.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(19):before {
  content: "20-15-19.";
}
.spc-terms .--list20 .--list-second15 > li:nth-child(20):before {
  content: "20-15-20.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(1):before {
  content: "20-16-1.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(2):before {
  content: "20-16-2.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(3):before {
  content: "20-16-3.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(4):before {
  content: "20-16-4.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(5):before {
  content: "20-16-5.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(6):before {
  content: "20-16-6.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(7):before {
  content: "20-16-7.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(8):before {
  content: "20-16-8.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(9):before {
  content: "20-16-9.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(10):before {
  content: "20-16-10.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(11):before {
  content: "20-16-11.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(12):before {
  content: "20-16-12.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(13):before {
  content: "20-16-13.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(14):before {
  content: "20-16-14.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(15):before {
  content: "20-16-15.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(16):before {
  content: "20-16-16.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(17):before {
  content: "20-16-17.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(18):before {
  content: "20-16-18.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(19):before {
  content: "20-16-19.";
}
.spc-terms .--list20 .--list-second16 > li:nth-child(20):before {
  content: "20-16-20.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(1):before {
  content: "20-17-1.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(2):before {
  content: "20-17-2.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(3):before {
  content: "20-17-3.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(4):before {
  content: "20-17-4.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(5):before {
  content: "20-17-5.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(6):before {
  content: "20-17-6.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(7):before {
  content: "20-17-7.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(8):before {
  content: "20-17-8.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(9):before {
  content: "20-17-9.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(10):before {
  content: "20-17-10.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(11):before {
  content: "20-17-11.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(12):before {
  content: "20-17-12.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(13):before {
  content: "20-17-13.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(14):before {
  content: "20-17-14.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(15):before {
  content: "20-17-15.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(16):before {
  content: "20-17-16.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(17):before {
  content: "20-17-17.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(18):before {
  content: "20-17-18.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(19):before {
  content: "20-17-19.";
}
.spc-terms .--list20 .--list-second17 > li:nth-child(20):before {
  content: "20-17-20.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(1):before {
  content: "20-18-1.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(2):before {
  content: "20-18-2.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(3):before {
  content: "20-18-3.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(4):before {
  content: "20-18-4.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(5):before {
  content: "20-18-5.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(6):before {
  content: "20-18-6.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(7):before {
  content: "20-18-7.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(8):before {
  content: "20-18-8.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(9):before {
  content: "20-18-9.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(10):before {
  content: "20-18-10.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(11):before {
  content: "20-18-11.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(12):before {
  content: "20-18-12.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(13):before {
  content: "20-18-13.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(14):before {
  content: "20-18-14.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(15):before {
  content: "20-18-15.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(16):before {
  content: "20-18-16.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(17):before {
  content: "20-18-17.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(18):before {
  content: "20-18-18.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(19):before {
  content: "20-18-19.";
}
.spc-terms .--list20 .--list-second18 > li:nth-child(20):before {
  content: "20-18-20.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(1):before {
  content: "20-19-1.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(2):before {
  content: "20-19-2.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(3):before {
  content: "20-19-3.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(4):before {
  content: "20-19-4.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(5):before {
  content: "20-19-5.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(6):before {
  content: "20-19-6.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(7):before {
  content: "20-19-7.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(8):before {
  content: "20-19-8.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(9):before {
  content: "20-19-9.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(10):before {
  content: "20-19-10.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(11):before {
  content: "20-19-11.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(12):before {
  content: "20-19-12.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(13):before {
  content: "20-19-13.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(14):before {
  content: "20-19-14.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(15):before {
  content: "20-19-15.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(16):before {
  content: "20-19-16.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(17):before {
  content: "20-19-17.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(18):before {
  content: "20-19-18.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(19):before {
  content: "20-19-19.";
}
.spc-terms .--list20 .--list-second19 > li:nth-child(20):before {
  content: "20-19-20.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(1):before {
  content: "20-20-1.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(2):before {
  content: "20-20-2.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(3):before {
  content: "20-20-3.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(4):before {
  content: "20-20-4.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(5):before {
  content: "20-20-5.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(6):before {
  content: "20-20-6.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(7):before {
  content: "20-20-7.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(8):before {
  content: "20-20-8.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(9):before {
  content: "20-20-9.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(10):before {
  content: "20-20-10.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(11):before {
  content: "20-20-11.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(12):before {
  content: "20-20-12.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(13):before {
  content: "20-20-13.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(14):before {
  content: "20-20-14.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(15):before {
  content: "20-20-15.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(16):before {
  content: "20-20-16.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(17):before {
  content: "20-20-17.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(18):before {
  content: "20-20-18.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(19):before {
  content: "20-20-19.";
}
.spc-terms .--list20 .--list-second20 > li:nth-child(20):before {
  content: "20-20-20.";
}
.spc-terms .--list-disc {
  padding-left: 0 !important;
}
.spc-terms .--list-disc > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none !important;
}
.spc-terms .--list-disc > li:before {
  content: "・";
}
.spc-terms .--list-alp {
  padding-left: 20px !important;
}
.spc-terms .--list-alp > li {
  list-style-type: lower-alpha !important;
}
.spc-terms .--list-alp > li.blank {
  height: 0;
  overflow: hidden;
}
.spc-terms .list-notice.--override li {
  list-style-type: none !important;
  padding-left: 0 !important;
}
.spc-terms .list-notice.--override li span {
  margin-left: auto !important;
  position: static !important;
  width: auto !important;
}

