.flex-sbc, .flex-sbs, .flex-sbe,
.flex-cc, .flex-cs, .flex-ce,
.flex-sc, .flex-ss, .flex-se,
.flex-ec, .flex-es, .flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-sbc, .flex-sbs, .flex-sbe {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-cc, .flex-cs, .flex-ce {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-sc, .flex-ss, .flex-se {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-ec, .flex-es, .flex-ee {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sbs, .flex-cs, .flex-ss, .flex-es {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-sbe, .flex-ce, .flex-se, .flex-ee {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inner-page {
  position: relative;
  z-index: 2;
  background: url("../img/wikipage/inner_top_bg.png") top center no-repeat, url("../img/wikipage/inner_bg.png") bottom center no-repeat;
  background-position: 50% 0px, 50% 100%;
  margin-top: 140px;
  padding-top: calc( 80px + 80px);
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  .inner-page {
    padding-top: calc( 80px + 40px);
    padding-bottom: 40px;
  }
}

/*
.inner-page .section__title-right::after {
  content: '';
  width: 100%;
  height: 100px;
  pointer-events: none;
  position: absolute;
  top: calc( -100px + 2px);
  left: 0px;
  background: url("../images/bg/path2.png") bottom right no-repeat;
  background-position: calc( 100% - 50vw + 570px) 100%;
  opacity: 0.15;
}

@media (min-width: 1921px) {
  .inner-page .section__title-right::after {
    background-position: calc( 100% - 960px + 570px) 100%;
  }
}

.inner-page .section__title-left::after {
  content: '';
  width: 100%;
  height: 3500px;
  pointer-events: none;
  position: absolute;
  top: -2px;
  left: 0px;
  background: url("../images/bg/path3-long.png") top right no-repeat;
  background-position: calc( 0% + 50vw - 762px) 0px;
  opacity: 0.15;
}

@media (min-width: 1921px) {
  .inner-page .section__title-left::after {
    background-position: calc( 0% + 960px - 762px) 0px;
  }
}
*/

.inner-page .content-area {
  min-height: 150px;
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .inner-page .content-area {
    padding-top: 30px;
  }
}

.wiki {
  width: 100%;
  overflow: hidden;
}

.wiki__nav {
  width: 320px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 15px;
  overflow: hidden;
  background: #1c1621;
}

@media (max-width: 1024px) {
  .wiki__nav {
    width: 100%;
    border: 1px solid #1f1925;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wiki__nav-item {
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  border-bottom: 1px solid #1f1925;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (max-width: 1024px) {
  .wiki__nav-item {
    width: calc( 100% / 3);
    border: 1px solid #1f1925;
  }
}

@media (max-width: 680px) {
  .wiki__nav-item {
    width: calc( 100% / 2);
  }
}

@media (max-width: 460px) {
  .wiki__nav-item {
    width: 100%;
  }
}

.wiki__nav-item:last-child {
  margin-bottom: -1px;
}

.wiki__nav-item:hover {
  background: #241e2b;
}

.wiki__nav-item.active {
  background: #241e2b;
}

.wiki__nav-item-icon {
  width: 50px;
  height: 50px;
  position: relative;
  padding-left: 2px;
}

.wiki__nav-item-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/wikipage/border_icon.png") center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.2;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.wiki__nav-item-icon img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.wiki__nav-item-icon i {
  font-size: 18px;
  line-height: 18px;
  color: #c558f3;
}

.wiki__nav-item.active .wiki__nav-item-icon:after {
  opacity: 1;
}

.wiki__nav-item-info {
  width: calc( 100% - 50px);
  padding-left: 15px;
}

.wiki__nav-item-name {
  width: 100%;
  font-family: "Beaufort for LOL";
  font-weight: 500;
  color: #ccc3cd;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 3px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.wiki__nav-item.active .wiki__nav-item-name {
  color: #ffffff;
}

.wiki__nav-item-desc {
  width: 100%;
  font-size: 14px;
  color: #b3a9be;
  margin-top: 2px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.wiki__nav-item.active .wiki__nav-item-desc {
  color: #ccc3cd;
}

.wiki__box {
  width: calc( 100% - 320px - 20px);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .wiki__box {
    width: 100%;
    margin-top: 20px;
  }
}

.full-width {
  width: 100% !important;
}

.wiki__content {
  width: 100%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 15px;
  background: #1c1621;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
}

.wiki__content.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

.wiki__content-title {
  width: 100%;
  padding: 15px 20px;
  background: #241e2b;
  border: 2px solid #241e2b;
  /* border-bottom: 1px solid #1f1925; */
  border-radius: 15px 15px 0px 0px;
}

.wiki__content-title-icon {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  padding-left: 2px;
}

.wiki__content-title-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/wikipage/border_icon.png") center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.wiki__content-title-icon img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.wiki__content-title-icon i {
  font-size: 18px;
  line-height: 18px;
  color: #c558f3;
}

.wiki__content-title-info {
  width: calc( 100% - 50px);
  padding-left: 15px;
}

.wiki__content-title-name {
  width: 100%;
  font-family: "Beaufort for LOL";
  font-weight: 500;
  color: #ccc3cd;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 3px;
}

.wiki__content-title-desc {
  width: 100%;
  font-size: 16px;
  color: #b3a9be;
  margin-top: 2px;
}

.wiki__content-main {
  width: 100%;
  padding: 20px;
  background: #1c1621;
  border: 2px solid #1f1925;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.wiki-icon-image {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 4px;
  width: 26px;
  height: 26px;
}

.info-group {
  width: calc( 100% + 10px);
  height: auto;
  margin: -5px !important;
}

.info-group:not(:first-child) {
  margin-top: 10px !important;
}

.info-group__box {
  width: 100%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin: 5px;
  padding: 20px;
  background: #241e2b;
  border-radius: 5px;
}

.info-group__box.box-1-2 {
  width: calc( ( 100% - 20px ) / 2);
  margin: 5px;
}

@media (max-width: 740px) {
  .info-group__box.box-1-2 {
    width: 100%;
  }
}

.info-group__box.box-1-3 {
  width: calc( ( 100% - 30px ) / 3);
  margin: 5px;
}

@media (max-width: 1240px) {
  .info-group__box.box-1-3 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .info-group__box.box-1-3 {
    width: calc( ( 100% - 30px ) / 3);
  }
}

@media (max-width: 740px) {
  .info-group__box.box-1-3 {
    width: 100%;
  }
}

.info-group__box.box-1-4 {
  width: calc( ( 100% - 40px ) / 4);
  margin: 5px;
}

@media (max-width: 1400px) {
  .info-group__box.box-1-4 {
    width: calc( ( 100% - 20px ) / 2);
  }
}

@media (max-width: 740px) {
  .info-group__box.box-1-4 {
    width: 100%;
  }
}

.info-group__box-header {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.info-group__box-header img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.message {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.message.red {
  background: #582e2e;
}

.message.green {
  background: #1e4e3a;
}

.message.yellow {
  background: #524832;
}

.message.purple {
  background: #690c9c;
  color: #db86fe;
}

.message__icon {
  width: 50px;
  height: 50px;
  position: relative;
  padding-left: 2px;
}

.message__icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/wikipage/border_icon.png") center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.2;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.message__icon i {
  font-size: 18px;
  line-height: 18px;
}

.message.red .message__icon i {
  color: #ff7c7c;
}

.message.green .message__icon i {
  color: #53d39d;
}

.message.yellow .message__icon i {
  color: #fbd581;
}

.message__info {
  width: calc( 100% - 50px);
  padding-left: 10px;
}

.message__info a {
  color: inherit;
}

.message__info a:hover {
  color: #fff;
}

.message.red .message__info {
  color: #ffa5a5;
}

.message.green .message__info {
  color: #77d7ae;
}

.message.yellow .message__info {
  color: #d9c08a;
}

.text-box {
  font-family: 'Gilroy';
  font-size: 16px;
  line-height: 24px;
  color: #b3a9be;
}

.grey-text {
  margin-left: 5px;
  color: #808080;
}

@media (max-width: 1024px) {
  .text-box {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-box > *:not(:first-child) {
  margin-top: 10px;
}

.text-box > *:last-child {
  margin-bottom: 0px;
}

.text-box a {
  color: #c3bcb7;
  text-decoration: underline;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.text-box a:hover {
  color: #ffffff;
  text-decoration: none;
}

.text-box b {
  font-family: 'Gilroy';
  font-weight: 600;
  color: #c3bcb7;
}

.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
  font-family: "Gilroy-Medium";
  color: #ccc3cd;
}

.text-box h1:first-child, .text-box h2:first-child, .text-box h3:first-child, .text-box h4:first-child, .text-box h5:first-child, .text-box h6:first-child {
  padding-top: 0px;
}

@media (max-width: 1024px) {
  .text-box h1:not(:last-child), .text-box h2:not(:last-child), .text-box h3:not(:last-child), .text-box h4:not(:last-child), .text-box h5:not(:last-child), .text-box h6:not(:last-child) {
    margin-bottom: -5px;
  }
}

.text-box h1 {
  font-size: 26px;
}

@media (max-width: 1024px) {
  .text-box h1 {
    font-size: 22px;
  }
}

.text-box h2 {
  font-size: 22px;
}

@media (max-width: 1024px) {
  .text-box h2 {
    font-size: 18px;
  }
}

.text-box h3 {
  font-size: 20px;
}

@media (max-width: 1024px) {
  .text-box h3 {
    font-size: 16px;
  }
}

.text-box h4, .text-box h5, .text-box h6 {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .text-box h4, .text-box h5, .text-box h6 {
    font-size: 14px;
  }
}

.text-box ul {
  width: 100%;
  /* padding-left: 17px; */
}

.text-box ul li {
  color: #a7a2a2;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .text-box ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-box ul li:not(:last-child) {
  margin-bottom: 5px;
}

.text-box hr {
  width: 100%;
  border: none;
  border-top: 1px solid #333;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.text-box img {
  border-radius: 5px;
  max-width: 100%;
}

.spoiler {
  width: 100%;
  height: auto;
  margin: 20px 0px;
}

.spoiler__header {
  width: 100%;
  background: #1b1520;
  border-radius: 5px;
  cursor: pointer;
  padding: 18px 20px 15px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

@media (max-width: 1024px) {
  .spoiler__header {
    padding: 10px;
  }
}

.spoiler__header:hover {
  background: #313131;
}

.spoiler__header:after {
  content: '';
  width: 8px;
  height: 4px;
  background: url("../images/icons/nav_arrow_icon.png") center center no-repeat;
  margin-left: auto;
  position: relative;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.spoiler__header.active:after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.spoiler__header-title {
  width: calc( 100% - 8px);
  padding-right: 15px;
  font-family: "Gilroy-Medium";
  font-size: 20px;
  line-height: 20px;
  color: #ccc3cd;
}

@media (max-width: 1024px) {
  .spoiler__header-title {
    width: calc( 100% - 26px - 8px);
    font-size: 16px;
    line-height: 16px;
    padding-right: 10px;
  }
}

.spoiler__header-title span {
  color: #d9c777;
}

.spoiler__content {
  width: 100%;
  background: #241e2b;
  border-radius: 5px;
  padding: 15px;
  margin-top: 5px;
  display: none;
}

@media (max-width: 1024px) {
  .spoiler__content {
    padding: 10px;
  }
}

.wiki-icon-container {
  /* other styles (left, top, right, and padding) */
  display: flex;
  align-items: center;
}