@font-face {
  font-family: 'Beaufort';
  src: local("BeaufortforLOL Regular"), local("BeaufortforLOL-Regular"), url("../fonts/beaufort/BeaufortforLOL-Regular.eot"), url("../fonts/beaufort/BeaufortforLOL-Regular.woff") format("woff"), url("../fonts/beaufort/BeaufortforLOL-Regular.ttf") format("truetype"), url("../fonts/beaufort/BeaufortforLOL-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Beaufort';
  src: local("BeaufortforLOL Medium"), local("BeaufortforLOL-Medium"), url("../fonts/beaufort/BeaufortforLOL-Medium.eot"), url("../fonts/beaufort/BeaufortforLOL-Medium.woff") format("woff"), url("../fonts/beaufort/BeaufortforLOL-Medium.ttf") format("truetype"), url("../fonts/beaufort/BeaufortforLOL-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Beaufort';
  src: local("BeaufortforLOL Bold"), local("BeaufortforLOL-Bold"), url("../fonts/beaufort/BeaufortforLOL-Bold.eot"), url("../fonts/beaufort/BeaufortforLOL-Bold.woff") format("woff"), url("../fonts/beaufort/BeaufortforLOL-Bold.ttf") format("truetype"), url("../fonts/beaufort/BeaufortforLOL-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Intro';
  src: local("Intro Regular"), local("Intro-Regular"), url("../fonts/intro/Intro-Regular.eot"), url("../fonts/intro/Intro-Regular.woff") format("woff"), url("../fonts/intro/Intro-Regular.ttf") format("truetype"), url("../fonts/intro/Intro-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Intro';
  src: local("Intro Bold"), local("Intro-Bold"), url("../fonts/intro/Intro-Bold.eot"), url("../fonts/intro/Intro-Bold.woff") format("woff"), url("../fonts/intro/Intro-Bold.ttf") format("truetype"), url("../fonts/intro/Intro-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*
  From back end
*/

.info-box{
  width: 100%;
  background: #e30c3d;
  border-radius: 10px;
}
.info-box h1 {
  color : #fff;
  padding : 20px;
}

html, body, header, nav, section, aside, article, footer, div,
span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'Intro';
  font-weight: 400;
  font-size: 16px;
  color: #dddddd;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, span, p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

font {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

input, button, select, textarea {
  outline: none;
  border: none;
  font-family: 'Intro';
  font-size: 16px;
  color: #eeeeee;
  background: #111111;
}

select, button {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #868686;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

::-moz-placeholder {
  color: #868686;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

:-moz-placeholder {
  color: #868686;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

:-ms-input-placeholder {
  color: #868686;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

:focus::-moz-placeholder {
  opacity: 0;
  transform: translateX(20px);
}

:focus:-moz-placeholder {
  opacity: 0;
  transform: translateX(20px);
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#detach-button-host {
  display: none;
}

.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;
}

body {
  background: #000000;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url("/assets/images/bg/home_main_bg.webp") no-repeat, url("/assets/images/bg/home_header_bg.webp") #000000 no-repeat;
  background-position: 50% 600px, 50% 0px;
}

@media (max-width: 1024px) {
  .wrapper {
    background: url("/assets/images/bg/home_main_bg.webp") no-repeat, url("/assets/images/bg/home_header_bg.webp") #000000 no-repeat;
    background-position: 50% 100px, 50% -50px;
    background-size: 130%;
  }
}

.wrapper.inner {
  background: url("/assets/images/bg/home_main_bg.webp") no-repeat, url("/assets/images/bg/home_header_bg.webp") #000000 no-repeat;
  background-position: 50% 295px, 50% 0px;
}

@media (max-width: 1024px) {
  .wrapper.inner {
    background: url("/assets/images/bg/home_main_bg.webp") no-repeat, url("/assets/images/bg/home_header_bg.webp") #000000 no-repeat;
    background-position: 50% 400px, 50% -50px;
    background-size: 130%;
  }
}

.wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  background: -webkit-linear-gradient(left, #000000 0px, rgba(0, 0, 1, 0) 200px, rgba(0, 0, 1, 0) calc(100% - 200px), #000000 100%);
  background: -o-linear-gradient(left, #000000 0px, rgba(0, 0, 1, 0) 200px, rgba(0, 0, 1, 0) calc(100% - 200px), #000000 100%);
  background: linear-gradient(to right, #000000 0px, rgba(0, 0, 1, 0) 200px, rgba(0, 0, 1, 0) calc(100% - 200px), #000000 100%);
  pointer-events: none;
  display: none;
}

@media (min-width: 1921px) {
  .wrapper:after {
    display: block;
  }
}

#server_info_bar {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #server_info_bar {
    grid-template-columns: 100%;
  }
}

.content-area {
  max-width: 1300px;
  width: calc( 100% - 60px);
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .content-area {
    width: calc( 100% - 40px);
  }
}

.button {
  width: 100%;
  height: 100px;
  padding: 0px 20px;
  border-radius: 4px;
  background: url("/assets/images/bg/primary_button_bg.webp") center center no-repeat;
  background-size: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.button label {
  font-family: "Beaufort";
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  text-transform: capitalize;
}

.button:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  background: url("/assets/images/bg/primary_button_bg_hover.webp") center center no-repeat;
  background-size: 280px;
}

.light-button {
  width: 100%;
  height: 44px;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #00ff00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Intro";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.light-button.small {
  height: 42px;
  font-size: 14px;
}

.light-button span {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.light-button:hover {
  background-color: #f7c035;
}

.light-button.green {
  background-color: #59d17b;
}

.light-button.green:hover {
  background-color: #5cdd80;
}

.light-button.blue {
  background-color: #58b1d7;
}

.light-button.blue:hover {
  background-color: #63c1e9;
}

.light-button.orange {
  background-color: orange;
}

.light-button.orange:hover {
  background-color: rgb(248, 188, 76);
}

.light-button.purple {
  background-color: #9757eb;
}

.light-button.purple:hover {
  background-color: #ad6ef4;
}

.light-button img {
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.anim {
  width: 1920px;
  height: 1240px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: calc( ( 100% - 1920px ) / 2);
  z-index: 1;
  background: url("/assets/images/bg/header_anim/back.jpg") top center no-repeat;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .anim {
    display: none;
  }
}

.anim:after {
  content: '';
  width: 100%;
  height: calc( 100% - 600px);
  background: url("/assets/images/bg/home_main_bg.webp") top center no-repeat;
  position: absolute;
  top: 600px;
  left: 0px;
  z-index: 7;
}

.anim__char {
  position: absolute;
}

.anim__char.char_1 {
  width: 320px;
  height: 404px;
  background: url("/assets/images/bg/header_anim/character_1.png") center center no-repeat;
  top: -51px;
  left: -40px;
  z-index: 3;
  -webkit-animation: 5s char_1 ease-in-out alternate infinite;
  animation: 5s char_1 ease-in-out alternate infinite;
}

@-webkit-keyframes char_1 {
  0% {
    -webkit-transform: rotate(-1deg) scale(1) translateY(0px);
    transform: rotate(-1deg) scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(2deg) scale(1.2) translateY(-10px);
    transform: rotate(2deg) scale(1.2) translateY(-10px);
  }
}

@keyframes char_1 {
  0% {
    -webkit-transform: rotate(-1deg) scale(1) translateY(0px);
    transform: rotate(-1deg) scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(2deg) scale(1.2) translateY(-10px);
    transform: rotate(2deg) scale(1.2) translateY(-10px);
  }
}

.anim__char.char_2 {
  width: 699px;
  height: 757px;
  background: url("/assets/images/bg/header_anim/character_2.png") center center no-repeat;
  top: -19px;
  left: -14px;
  z-index: 4;
  -webkit-animation: 3.5s char_2 ease-in-out alternate infinite;
  animation: 3.5s char_2 ease-in-out alternate infinite;
}

@-webkit-keyframes char_2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1) translateY(0px);
    transform: rotate(0deg) scale(1, 1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(3deg) scale(1.1, 1.07) translateY(10px);
    transform: rotate(3deg) scale(1.1, 1.07) translateY(10px);
  }
}

@keyframes char_2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1) translateY(0px);
    transform: rotate(0deg) scale(1, 1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(3deg) scale(1.1, 1.07) translateY(10px);
    transform: rotate(3deg) scale(1.1, 1.07) translateY(10px);
  }
}

.anim__char.char_3 {
  width: 775px;
  height: 491px;
  background: url("/assets/images/bg/header_anim/character_3.png") center center no-repeat;
  top: 567px;
  left: 66px;
  z-index: 3;
  -webkit-animation: 4s char_3 ease-in-out alternate infinite;
  animation: 4s char_3 ease-in-out alternate infinite;
  -webkit-transform-origin: 90% 90%;
  -ms-transform-origin: 90% 90%;
  transform-origin: 90% 90%;
}

@-webkit-keyframes char_3 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(4deg) scale(1.1) translateY(-20px);
    transform: rotate(4deg) scale(1.1) translateY(-20px);
  }
}

@keyframes char_3 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(4deg) scale(1.1) translateY(-20px);
    transform: rotate(4deg) scale(1.1) translateY(-20px);
  }
}

.anim__char.char_4 {
  width: 922px;
  height: 649px;
  background: url("/assets/images/bg/header_anim/character_4.png") center center no-repeat;
  top: 431px;
  right: -110px;
  z-index: 4;
  -webkit-animation: 6s char_4 ease-in-out alternate infinite;
  animation: 6s char_4 ease-in-out alternate infinite;
}

@-webkit-keyframes char_4 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px) translateX(50px);
    transform: rotate(0deg) scale(1) translateY(0px) translateX(50px);
  }
  100% {
    -webkit-transform: rotate(-3deg) scale(1.1) translateY(-20px) translateX(20px);
    transform: rotate(-3deg) scale(1.1) translateY(-20px) translateX(20px);
  }
}

@keyframes char_4 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px) translateX(50px);
    transform: rotate(0deg) scale(1) translateY(0px) translateX(50px);
  }
  100% {
    -webkit-transform: rotate(-3deg) scale(1.1) translateY(-20px) translateX(20px);
    transform: rotate(-3deg) scale(1.1) translateY(-20px) translateX(20px);
  }
}

.anim__char.char_5 {
  width: 593px;
  height: 719px;
  background: url("/assets/images/bg/header_anim/character_5.png") center center no-repeat;
  top: -140px;
  right: -13px;
  z-index: 3;
  -webkit-animation: 9s char_5 ease-in-out alternate infinite;
  animation: 9s char_5 ease-in-out alternate infinite;
}

@-webkit-keyframes char_5 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(-40px) translateX(30px);
    transform: rotate(0deg) scale(1) translateY(-40px) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(-4deg) scale(1.1) translateY(-10px) translateX(-30px);
    transform: rotate(-4deg) scale(1.1) translateY(-10px) translateX(-30px);
  }
}

@keyframes char_5 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(-40px) translateX(30px);
    transform: rotate(0deg) scale(1) translateY(-40px) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(-4deg) scale(1.1) translateY(-10px) translateX(-30px);
    transform: rotate(-4deg) scale(1.1) translateY(-10px) translateX(-30px);
  }
}

.anim__smoke {
  position: absolute;
}

.anim__smoke.smoke_1 {
  background: url("/assets/images/bg/header_anim/smoke_1.png");
  background-position: 0px 50%;
  width: 100%;
  height: 671px;
  top: -300px;
  -webkit-animation: smoke-1 14s linear infinite;
  animation: smoke-1 14s linear infinite;
  opacity: 1;
}

@-webkit-keyframes smoke-1 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

@keyframes smoke-1 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

.anim__smoke.smoke_2 {
  background: url("/assets/images/bg/header_anim/smoke_2.png");
  background-position: 0px 50%;
  width: 100%;
  height: 558px;
  left: 0px;
  top: -300px;
  -webkit-animation: smoke-2 10s linear infinite;
  animation: smoke-2 10s linear infinite;
  opacity: 1;
}

@-webkit-keyframes smoke-2 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

@keyframes smoke-2 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

.anim__smoke.smoke_3 {
  background: url("/assets/images/bg/header_anim/smoke_1.png");
  background-position: 0px 50%;
  width: 100%;
  height: 671px;
  bottom: 100px;
  -webkit-animation: smoke-3 18s linear infinite;
  animation: smoke-3 18s linear infinite;
  opacity: 1;
  z-index: 1;
}

@-webkit-keyframes smoke-3 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

@keyframes smoke-3 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

.anim__smoke.smoke_4 {
  background: url("/assets/images/bg/header_anim/smoke_2.png");
  background-position: 0px 50%;
  width: 100%;
  height: 558px;
  left: 0px;
  top: 300px;
  -webkit-animation: smoke-4 14s linear infinite;
  animation: smoke-4 14s linear infinite;
  opacity: 1;
  z-index: 1;
}

@-webkit-keyframes smoke-4 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

@keyframes smoke-4 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

.anim__sparks.right {
  top: 400px;
  right: -100px;
  -webkit-transform: rotate(135deg) scale(-1.8, -1.8);
  -ms-transform: rotate(135deg) scale(-1.8, -1.8);
  transform: rotate(135deg) scale(-1.8, -1.8);
}

.anim__sparks.left {
  top: 400px;
  left: -100px;
  -webkit-transform: rotate(-135deg) scale(1.8, -1.8);
  -ms-transform: rotate(-135deg) scale(1.8, -1.8);
  transform: rotate(-135deg) scale(1.8, -1.8);
}

.anim__sparks {
  position: absolute;
  z-index: 6;
}

.anim__sparks div {
  position: absolute;
}

.anim__sparks-spark-1 {
  background: url("/assets/images/bg/header_anim/spark_1.png") no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -120px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
}

@-webkit-keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.anim__sparks-spark-2 {
  background: url("/assets/images/bg/header_anim/spark_2.png") no-repeat;
  width: 149px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.anim__sparks-spark-3 {
  background: url("/assets/images/bg/header_anim/spark_3.png") no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-3 4s linear infinite;
  animation: spark-3 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.anim__sparks-spark-4 {
  background: url("/assets/images/bg/header_anim/spark_4.png") no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-4 4s linear infinite;
  animation: spark-4 4s linear infinite;
}

@-webkit-keyframes spark-4 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes spark-4 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.inner .anim:after {
  height: calc( 100% - 60px);
  top: 60px;
}

.inner .anim__char.char_3 {
  display: none;
}

.inner .anim__char.char_4 {
  top: 171px;
  right: 150px;
  width: 622px;
  height: 449px;
  background: url("/assets/images/bg/header_anim/character_4.png") center center no-repeat;
  background-size: 100% 100%;
}

.inner .anim__smoke.smoke_3, .inner .anim__smoke.smoke_3 {
  display: none;
}

.anim-no {
  width: 1920px;
  height: 1240px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: calc( ( 100% - 1920px ) / 2);
  z-index: 1;
  background: url("/assets/images/bg/header_anim/back.jpg") top center no-repeat;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .anim-no {
    display: none;
  }
}

.anim-no:after {
  content: '';
  width: 100%;
  height: calc( 100% - 600px);
  background: url("/assets/images/bg/home_main_bg.webp") top center no-repeat;
  position: absolute;
  top: 600px;
  left: 0px;
  z-index: 7;
}

.anim-no__char {
  position: absolute;
}

.anim-no__char.char_1 {
  width: 320px;
  height: 404px;
  background: url("/assets/images/bg/header_anim/character_1.png") center center no-repeat;
  top: -51px;
  left: -40px;
  z-index: 3;
}

@keyframes char_1 {
  0% {
    -webkit-transform: rotate(-1deg) scale(1) translateY(0px);
    transform: rotate(-1deg) scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(2deg) scale(1.2) translateY(-10px);
    transform: rotate(2deg) scale(1.2) translateY(-10px);
  }
}

.anim-no__char.char_2 {
  width: 699px;
  height: 757px;
  background: url("/assets/images/bg/header_anim/character_2.png") center center no-repeat;
  top: -19px;
  left: -14px;
  z-index: 4;
}

@keyframes char_2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1) translateY(0px);
    transform: rotate(0deg) scale(1, 1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(3deg) scale(1.1, 1.07) translateY(10px);
    transform: rotate(3deg) scale(1.1, 1.07) translateY(10px);
  }
}

.anim-no__char.char_3 {
  width: 775px;
  height: 491px;
  background: url("/assets/images/bg/header_anim/character_3.png") center center no-repeat;
  top: 567px;
  left: 66px;
  z-index: 3;
  -webkit-transform-origin: 90% 90%;
  -ms-transform-origin: 90% 90%;
  transform-origin: 90% 90%;
}

@keyframes char_3 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(4deg) scale(1.1) translateY(-20px);
    transform: rotate(4deg) scale(1.1) translateY(-20px);
  }
}

.anim-no__char.char_4 {
  width: 922px;
  height: 649px;
  background: url("/assets/images/bg/header_anim/character_4.png") center center no-repeat;
  top: 431px;
  right: -110px;
  z-index: 4;
}

@keyframes char_4 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px) translateX(50px);
    transform: rotate(0deg) scale(1) translateY(0px) translateX(50px);
  }
  100% {
    -webkit-transform: rotate(-3deg) scale(1.1) translateY(-20px) translateX(20px);
    transform: rotate(-3deg) scale(1.1) translateY(-20px) translateX(20px);
  }
}

.anim-no__char.char_5 {
  width: 593px;
  height: 719px;
  background: url("/assets/images/bg/header_anim/character_5.png") center center no-repeat;
  top: -140px;
  right: -13px;
  z-index: 3;
}

@keyframes char_5 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(-40px) translateX(30px);
    transform: rotate(0deg) scale(1) translateY(-40px) translateX(30px);
  }
  100% {
    -webkit-transform: rotate(-4deg) scale(1.1) translateY(-10px) translateX(-30px);
    transform: rotate(-4deg) scale(1.1) translateY(-10px) translateX(-30px);
  }
}

.anim-no__smoke {
  position: absolute;
}

.anim-no__smoke.smoke_1 {
  background: url("/assets/images/bg/header_anim/smoke_1.png");
  background-position: 0px 50%;
  width: 100%;
  height: 671px;
  top: -300px;
  -webkit-animation: smoke-1 14s linear infinite;
  animation: smoke-1 14s linear infinite;
  opacity: 1;
}

@keyframes smoke-1 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

.anim-no__smoke.smoke_2 {
  background: url("/assets/images/bg/header_anim/smoke_2.png");
  background-position: 0px 50%;
  width: 100%;
  height: 558px;
  left: 0px;
  top: -300px;
  -webkit-animation: smoke-2 10s linear infinite;
  animation: smoke-2 10s linear infinite;
  opacity: 1;
}

@keyframes smoke-2 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

.anim-no__smoke.smoke_3 {
  background: url("/assets/images/bg/header_anim/smoke_1.png");
  background-position: 0px 50%;
  width: 100%;
  height: 671px;
  bottom: 100px;
  -webkit-animation: smoke-3 18s linear infinite;
  animation: smoke-3 18s linear infinite;
  opacity: 1;
  z-index: 1;
}

@keyframes smoke-3 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

.anim-no__smoke.smoke_4 {
  background: url("/assets/images/bg/header_anim/smoke_2.png");
  background-position: 0px 50%;
  width: 100%;
  height: 558px;
  left: 0px;
  top: 300px;
  -webkit-animation: smoke-4 14s linear infinite;
  animation: smoke-4 14s linear infinite;
  opacity: 1;
  z-index: 1;
}

@keyframes smoke-4 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

.anim-no__sparks.right {
  top: 400px;
  right: -100px;
  -webkit-transform: rotate(135deg) scale(-1.8, -1.8);
  -ms-transform: rotate(135deg) scale(-1.8, -1.8);
  transform: rotate(135deg) scale(-1.8, -1.8);
}

.anim-no__sparks.left {
  top: 400px;
  left: -100px;
  -webkit-transform: rotate(-135deg) scale(1.8, -1.8);
  -ms-transform: rotate(-135deg) scale(1.8, -1.8);
  transform: rotate(-135deg) scale(1.8, -1.8);
}

.anim-no__sparks {
  position: absolute;
  z-index: 6;
}

.anim-no__sparks div {
  position: absolute;
}

.anim-no__sparks-spark-1 {
  background: url("/assets/images/bg/header_anim/spark_1.png") no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -120px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
}

@keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.anim-no__sparks-spark-2 {
  background: url("/assets/images/bg/header_anim/spark_2.png") no-repeat;
  width: 149px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.anim-no__sparks-spark-3 {
  background: url("/assets/images/bg/header_anim/spark_3.png") no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-3 4s linear infinite;
  animation: spark-3 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.anim-no__sparks-spark-4 {
  background: url("/assets/images/bg/header_anim/spark_4.png") no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-4 4s linear infinite;
  animation: spark-4 4s linear infinite;
}

@keyframes spark-4 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.inner .anim-no:after {
  height: calc( 100% - 60px);
  top: 60px;
}

.inner .anim-no__char.char_3 {
  display: none;
}

.inner .anim-no__char.char_4 {
  top: 171px;
  right: 150px;
  width: 622px;
  height: 449px;
  background: url("/assets/images/bg/header_anim/character_4.png") center center no-repeat;
  background-size: 100% 100%;
}

.inner .anim-no__smoke.smoke_3, .inner .anim-no__smoke.smoke_3 {
  display: none;
}

.anim-light {
  width: 1920px;
  height: 1240px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: calc( ( 100% - 1920px ) / 2);
  z-index: 1;
  background: url("/assets/images/bg/header_anim/back.jpg") top center no-repeat;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .anim-light {
    display: none;
  }
}

.anim-light:after {
  content: '';
  width: 100%;
  height: calc( 100% - 600px);
  background: url("/assets/images/bg/home_main_bg.webp") top center no-repeat;
  position: absolute;
  top: 600px;
  left: 0px;
  z-index: 7;
}

.anim-light__char {
  position: absolute;
}

.anim-light__char.char_1 {
  width: 320px;
  height: 404px;
  background: url("/assets/images/bg/header_anim/character_1.png") center center no-repeat;
  top: -51px;
  left: -40px;
  z-index: 3;
  -webkit-animation: 5s char_11 ease-in-out alternate infinite;
  animation: 5s char_11 ease-in-out alternate infinite;
}

@-webkit-keyframes char_11 {
  0% {
    -webkit-transform: rotate(-1deg) scale(1) translateY(0px);
    transform: rotate(-1deg) scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(1deg) scale(1.01) translateY(-5px);
    transform: rotate(1deg) scale(1.01) translateY(-5px);
  }
}

@keyframes char_11 {
  0% {
    -webkit-transform: rotate(-1deg) scale(1) translateY(0px);
    transform: rotate(-1deg) scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(1deg) scale(1.01) translateY(-5px);
    transform: rotate(1deg) scale(1.01) translateY(-5px);
  }
}

.anim-light__char.char_2 {
  width: 699px;
  height: 757px;
  background: url("/assets/images/bg/header_anim/character_2.png") center center no-repeat;
  top: -19px;
  left: -14px;
  z-index: 4;
  -webkit-animation: 3.5s char_22 ease-in-out alternate infinite;
  animation: 3.5s char_22 ease-in-out alternate infinite;
}

@-webkit-keyframes char_22 {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1) translateY(0px);
    transform: rotate(0deg) scale(1, 1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(1deg) scale(1.01, 1.01) translateY(5px);
    transform: rotate(1deg) scale(1.01, 1.01) translateY(5px);
  }
}

@keyframes char_22 {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1) translateY(0px);
    transform: rotate(0deg) scale(1, 1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(1deg) scale(1.01, 1.01) translateY(5px);
    transform: rotate(1deg) scale(1.01, 1.01) translateY(5px);
  }
}

.anim-light__char.char_3 {
  width: 775px;
  height: 491px;
  background: url("/assets/images/bg/header_anim/character_3.png") center center no-repeat;
  top: 567px;
  left: 66px;
  z-index: 3;
  -webkit-animation: 4s char_33 ease-in-out alternate infinite;
  animation: 4s char_33 ease-in-out alternate infinite;
  -webkit-transform-origin: 90% 90%;
  -ms-transform-origin: 90% 90%;
  transform-origin: 90% 90%;
}

@-webkit-keyframes char_33 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(1deg) scale(1.01) translateY(-10px);
    transform: rotate(1deg) scale(1.01) translateY(-10px);
  }
}

@keyframes char_33 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(1deg) scale(1.01) translateY(-10px);
    transform: rotate(1deg) scale(1.01) translateY(-10px);
  }
}

.anim-light__char.char_4 {
  width: 922px;
  height: 649px;
  background: url("/assets/images/bg/header_anim/character_4.png") center center no-repeat;
  top: 431px;
  right: -110px;
  z-index: 4;
  -webkit-animation: 6s char_44 ease-in-out alternate infinite;
  animation: 6s char_44 ease-in-out alternate infinite;
}

@-webkit-keyframes char_44 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px) translateX(40px);
    transform: rotate(0deg) scale(1) translateY(0px) translateX(40px);
  }
  100% {
    -webkit-transform: rotate(-1deg) scale(1.05) translateY(-10px) translateX(20px);
    transform: rotate(-1deg) scale(1.05) translateY(-10px) translateX(20px);
  }
}

@keyframes char_44 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px) translateX(40px);
    transform: rotate(0deg) scale(1) translateY(0px) translateX(40px);
  }
  100% {
    -webkit-transform: rotate(-1deg) scale(1.05) translateY(-10px) translateX(20px);
    transform: rotate(-1deg) scale(1.05) translateY(-10px) translateX(20px);
  }
}

.anim-light__char.char_5 {
  width: 593px;
  height: 719px;
  background: url("/assets/images/bg/header_anim/character_5.png") center center no-repeat;
  top: -140px;
  right: -13px;
  z-index: 3;
  -webkit-animation: 9s char_55 ease-in-out alternate infinite;
  animation: 9s char_55 ease-in-out alternate infinite;
}

@-webkit-keyframes char_55 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(-40px) translateX(0px);
    transform: rotate(0deg) scale(1) translateY(-40px) translateX(0px);
  }
  100% {
    -webkit-transform: rotate(-2deg) scale(1.01) translateY(-10px) translateX(-30px);
    transform: rotate(-2deg) scale(1.01) translateY(-10px) translateX(-30px);
  }
}

@keyframes char_55 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translateY(-40px) translateX(0px);
    transform: rotate(0deg) scale(1) translateY(-40px) translateX(0px);
  }
  100% {
    -webkit-transform: rotate(-2deg) scale(1.01) translateY(-10px) translateX(-30px);
    transform: rotate(-2deg) scale(1.01) translateY(-10px) translateX(-30px);
  }
}

.anim-light__smoke {
  position: absolute;
}

.anim-light__smoke.smoke_1 {
  background: url("/assets/images/bg/header_anim/smoke_1.png");
  background-position: 0px 50%;
  width: 100%;
  height: 671px;
  top: -300px;
  -webkit-animation: smoke-1 14s linear infinite;
  animation: smoke-1 14s linear infinite;
  opacity: 1;
}

@keyframes smoke-1 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

.anim-light__smoke.smoke_2 {
  background: url("/assets/images/bg/header_anim/smoke_2.png");
  background-position: 0px 50%;
  width: 100%;
  height: 558px;
  left: 0px;
  top: -300px;
  -webkit-animation: smoke-2 10s linear infinite;
  animation: smoke-2 10s linear infinite;
  opacity: 1;
}

@keyframes smoke-2 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

.anim-light__smoke.smoke_3 {
  background: url("/assets/images/bg/header_anim/smoke_1.png");
  background-position: 0px 50%;
  width: 100%;
  height: 671px;
  bottom: 100px;
  -webkit-animation: smoke-3 18s linear infinite;
  animation: smoke-3 18s linear infinite;
  opacity: 1;
  z-index: 1;
}

@keyframes smoke-3 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 1166px 50%;
  }
}

.anim-light__smoke.smoke_4 {
  background: url("/assets/images/bg/header_anim/smoke_2.png");
  background-position: 0px 50%;
  width: 100%;
  height: 558px;
  left: 0px;
  top: 300px;
  -webkit-animation: smoke-4 14s linear infinite;
  animation: smoke-4 14s linear infinite;
  opacity: 1;
  z-index: 1;
}

@keyframes smoke-4 {
  from {
    background-position: 0px 50%;
  }
  to {
    background-position: 914px 50%;
  }
}

.anim-light__sparks.right {
  top: 400px;
  right: -100px;
  -webkit-transform: rotate(135deg) scale(-1.8, -1.8);
  -ms-transform: rotate(135deg) scale(-1.8, -1.8);
  transform: rotate(135deg) scale(-1.8, -1.8);
}

.anim-light__sparks.left {
  top: 400px;
  left: -100px;
  -webkit-transform: rotate(-135deg) scale(1.8, -1.8);
  -ms-transform: rotate(-135deg) scale(1.8, -1.8);
  transform: rotate(-135deg) scale(1.8, -1.8);
}

.anim-light__sparks {
  position: absolute;
  z-index: 6;
}

.anim-light__sparks div {
  position: absolute;
}

.anim-light__sparks-spark-1 {
  background: url("/assets/images/bg/header_anim/spark_1.png") no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -120px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
}

@keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.anim-light__sparks-spark-2 {
  background: url("/assets/images/bg/header_anim/spark_2.png") no-repeat;
  width: 149px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.anim-light__sparks-spark-3 {
  background: url("/assets/images/bg/header_anim/spark_3.png") no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-3 4s linear infinite;
  animation: spark-3 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.anim-light__sparks-spark-4 {
  background: url("/assets/images/bg/header_anim/spark_4.png") no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-4 4s linear infinite;
  animation: spark-4 4s linear infinite;
}

@keyframes spark-4 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  to {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.inner .anim-light:after {
  height: calc( 100% - 60px);
  top: 60px;
}

.inner .anim-light__char.char_3 {
  display: none;
}

.inner .anim-light__char.char_4 {
  top: 171px;
  right: 150px;
  width: 622px;
  height: 449px;
  background: url("/assets/images/bg/header_anim/character_4.png") center center no-repeat;
  background-size: 100% 100%;
}

.inner .anim-light__smoke.smoke_3, .inner .anim-light__smoke.smoke_3 {
  display: none;
}

.nav {
  width: 100%;
  position: relative;
  z-index: 3;
}

.nav .content-area {
  height: 80px;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .nav .content-area {
    height: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.nav__langs {
  width: 41px;
  height: 41px;
  position: relative;
  border: 4px solid #a59c92;
  border-radius: 50%;
  z-index: 2;
  margin-left: 38px;
}

.nav__langs:after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: calc( ( 100% - 4px ) / 2);
  right: -15px;
  background: url("/assets/images/langs/arrow.png") center center no-repeat;
  -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;
}

.nav__langs.active:after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.nav__langs-current {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.nav__langs-current:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.nav__langs-current img {
  width: 100%;
  height: 100%;
}

.nav__langs-stroke {
  position: absolute;
  top: calc( 100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-35px);
  -ms-transform: translateX(-50%) translateY(-35px);
  transform: translateX(-50%) translateY(-35px);
  list-style: none;
  padding: 5px;
  border-radius: 100px;
  background: #f6f3ed;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.nav__langs-stroke li {
  width: 33px;
  height: 33px;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

.nav__langs-stroke li:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.nav__langs-stroke li:not(:last-child) {
  margin-bottom: 5px;
}

.nav__langs-stroke li img {
  display: block;
  width: 100%;
  height: 100%;
}

.nav__langs.active .nav__langs-stroke {
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  opacity: 1;
  pointer-events: all;
}

.nav__links {
  position: relative;
  z-index: 2;
  list-style: none;
  background: linear-gradient(#000, #000, #000, #000, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
  height: 80px;
  padding: 0 20px;
  border-bottom-left-radius: 30px 50px;
  border-bottom-right-radius: 50px 30px;
}

@media (max-width: 1024px) {
  .nav__links {
    width: 280px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0px;
    background: url("/assets/images/bg/mobile_nav_bg.jpg") #f6f3ed top center;
    border-radius: 5px;
    display: none;
  }
}

@media (max-width: 460px) {
  .nav__links {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .nav__links li {
    width: 100%;
  }
}

.nav__links li:not(:last-child) {
  margin-right: 38px;
}

@media (max-width: 1024px) {
  .nav__links li:not(:last-child) {
    margin-right: 0px;
    border-bottom: 1px solid #ede6da;
  }
}

.nav__links li a {
  position: relative;
  text-transform: capitalize;
  font-family: "Intro";
  font-weight: 700;
  color: #dddddd;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1024px) {
  .nav__links li a {
    display: block;
    width: 100%;
    padding: 15px 15px 13px;
    font-size: 16px;
    line-height: 16px;
  }
}

.nav__links li a:hover {  
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ffd19c;
  text-decoration: underline;
}

.nav__links li.active a {
  color: #ffe488;
}

.active {
  color: #ffe488;
}

.nav__open-links {
  width: 26px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}

@media (max-width: 1024px) {
  .nav__open-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav__open-links:hover:after, .nav__open-links:hover:before {
  background: #ffe488;
}

.nav__open-links:hover .nav__open-links-item {
  -webkit-transform: scale(0.7, 1);
  -ms-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
}

.nav__open-links.active:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: calc( ( 100% - 2px ) / 2);
}

.nav__open-links.active:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: calc( ( 100% - 2px ) / 2);
}

.nav__open-links.active .nav__open-links-item {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.nav__open-links:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ffe488;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0px;
}

.nav__open-links:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #ffe488;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: calc( 100% - 2px);
}

.nav__open-links-item {
  width: 100%;
  height: 3px;
  background: #ffe488;
  position: absolute;
  top: calc( ( 100% - 2px ) / 2);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header {
  width: 100%;
  /*height: calc( 100vh - 140px);*/
  max-height: 800px;
  padding: 0px 0px 0px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .header {
    height: auto;
    padding: 80px 0px 50px;
  }
}

@media (max-width: 600px) {
  .header {
    height: auto;
    padding: 0px;
  }
}

.header__logo {
  /* width: 496px; */
  position: relative;
  margin: 0px auto 0px;
}

@media (max-width: 720px) {
  .header__logo {
    /* width: 363px; */
  }
}

@media (max-width: 560px) {
  .header__logo {
    /* width: 258px;
    height: 63px; */
  }
}

.headers__bright {
  width: max-content;
  margin: auto;
}

.headers__bright:hover img {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.brightenup {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.header__logo img {
  /*width: 400px;
  height: 407px;
  position: absolute;
  top: calc( ( 100% - 438px ) / 2);
  left: calc( ( 100% - 762px ) / 2);*/
  pointer-events: none;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}

@media (max-width: 600px) {
  .header__logo img {
    width: 180px;
    /* height: 229px;
    top: calc( ( 100% - 229px ) / 2);
    left: calc( ( 100% - 400px ) / 2); */
  }
}

.header__img {
  width: 100%;
  padding: 0px calc( ( 100% - 600px ) / 2);
  font-weight: 400;
}

@media (max-width: 600px) {
  .header__img img {
    width: 275px;
  }
  .header__img {
    height: 75px;
  }
}

@media (max-width: 720px) {
  .header__text b {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 720px) {
  .header__text {
    font-size: 18px;
    line-height: 22px;
  }
}

.header__btn {
  width: max-content;
  position: relative;
  margin: auto;
}

@media (max-width: 720px) {
  .header__btn {
    width: 200px;
    height: 40px;
  }
}

.header__btn:hover img {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.header__btn img {
  width: 327px;
  height: 198px;
  position: absolute;
  top: calc( ( 100% - 198px ) / 2);
  left: calc( ( 100% - 327px ) / 2);
  pointer-events: none;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  z-index: 1;
}

@media (max-width: 720px) {
  .header__btn img {
    width: 200px;
    height: 121px;
    top: calc( ( 100% - 121px ) / 2);
    left: calc( ( 100% - 200px ) / 2);
  }
}

.header__btn span {
  text-transform: capitalize;
  font-family: "Beaufort";
  font-weight: 700;
  /*color: #503017;*/
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
  background: url(/assets/images/bg/primary_button_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 404px;
  height: 179px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  color: white;
}

.header__btn span:hover {
  background: url(/assets/images/bg/primary_button_bg_hover.webp);
}

@media (max-width: 720px) {
  .header__btn span {
    font-size: 18px;
    line-height: 18px;
    height: 100px;
  }
}

.header__server {
  /*width: 100%;
  margin-top: 25px;*/
  position: absolute;
  top: 35px;
}

@media (max-width: 1024px) {
  .header__server {
    top: 80px;
  }
}

.header__server-online {
  width: 66px;
  height: 66px;
  position: relative;
  background: url("/assets/images/bg/server_off.webp") center center no-repeat;
  margin: -26px auto;
  pointer-events: none;
  display: inline-block;
}

.header__server-online:after {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: calc( ( 100% - 50px ) / 2);
  left: calc( ( 100% - 50px ) / 2);
  background: rgba(33, 177, 14, 0.5);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  display: none;
}

.header__server-online:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: calc( ( 100% - 50px ) / 2);
  left: calc( ( 100% - 50px ) / 2);
  background: rgba(33, 177, 14, 0.5);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.header__server.on .header__server-online {
  background: url("/assets/images/bg/server_on.webp") center center no-repeat;
}

.header__server.on .header__server-online:after, .header__server.on .header__server-online:before {
  display: block;
}

.header__server-sub {
  width: max-content;
  text-transform: capitalize;
  font-family: "Intro";
  font-weight: 400;
  font-size: 19px;
  line-height: 18px;
  text-align: center;
  margin: 15px 10px;
  display: inline-block;
}

@media (max-width:1024) {
  .header__server-sub {
    margin: 0px 10px;
  }
}

.header__server-count {
  width: 100%;
  text-transform: capitalize;
  font-family: "Intro";
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.header__server-count span {
  color: #9FEF00;
}

.inner .header {
  height: auto;
  padding: 0px 0px 120px;
}

.inner .header__text {
  display: none;
}

.inner .header__server {
  /*margin-top: 40px;*/
}

.main {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 150px;
}

@media (max-width: 1024px) {
  .main {
    margin-top: 10px;
  }
}

.inner .main {
  margin-top: 0px;
}

.server_info {
  width: 100%;
  background: rgba(34, 34, 34, 1);
  border-radius: 5px;
  margin: 20px auto;
  text-align: center;
  font-family: "Intro";
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  border: solid 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 1024px) {
  .server_info {
    display: block;
    margin: 5px auto;
    padding: 0px;
    width: 100%;
  }
}

.server_info label {
  font-family: "Beaufort";
  font-weight: 700;
  color: #9FEF00;
  font-size: 19px;
  line-height: 18px;
}

.articles {
  width: calc( ( ( ( 100% - 100px ) / 3 ) * 2 ) + 50px);
}

@media (max-width: 1200px) {
  .articles {
    width: 100%;
  }
}

.articles__items {
  width: 100%;
  position: relative;
  padding-left: calc( 390px + 30px);
  margin-bottom: 20px;
  height: 530px;
}

@media (max-width: 1500px) {
  .articles__items {
    padding-left: calc( 320px + 30px);
  }
}

@media (max-width: 1024px) {
  .articles__items {
    padding-left: 0px;
    height: max-content;
  }
}

.articles__item {
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .articles__item {
    background: #222222;
    border-radius: 5px;
  }
}

.articles__item:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .articles__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.articles__item:first-child {
  width: 390px;
  height: 540px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-bottom: 0px;
}

@media (max-width: 1500px) {
  .articles__item:first-child {
    width: 320px;
  }
}

@media (max-width: 1024px) {
  .articles__item:first-child {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
  }
}

.articles__item:first-child:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 5px;
  background: -webkit-linear-gradient(bottom, rgba(34, 34, 34, 0.95) 0px, rgba(34, 34, 34, 0.1) calc(100% - 300px), rgba(34, 34, 34, 0) 80%);
  background: -o-linear-gradient(bottom, rgba(34, 34, 34, 0.95) 0px, rgba(34, 34, 34, 0.1) calc(100% - 300px), rgba(34, 34, 34, 0) 80%);
  background: linear-gradient(to top, rgba(34, 34, 34, 0.95) 0px, rgba(34, 34, 34, 0.1) calc(100% - 300px), rgba(34, 34, 34, 0) 80%);
}

@media (max-width: 1024px) {
  .articles__item:first-child:after {
    display: none;
  }
}

.articles__item-img {
  position: relative;
  z-index: 1;
  width: 160px;
  height: 157px;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 640px) {
  .articles__item-img {
    width: 100%;
    height: 300px;
  }
}

.articles__item-img img {
  width: calc( 100% + 11px);
  position: absolute;
  top: -10px;
  left: -5px;
}

@media (max-width: 640px) {
  .articles__item-img img {
    width: 100%;
    left: 0px;
  }
}

.articles__item:first-child .articles__item-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 1024px) {
  .articles__item:first-child .articles__item-img {
    position: relative;
    width: 160px;
    height: 157px;
    overflow: hidden;
    border-radius: 5px;
  }
}

@media (max-width: 640px) {
  .articles__item:first-child .articles__item-img {
    width: 100%;
    height: 300px;
  }
}

.articles__item:first-child .articles__item-img img {
  width: 105%;
  position: absolute;
  top: -2px;
  left: calc( ( 100% - 400px )/2);
}

@media (max-width: 1500px) {
  .articles__item:first-child .articles__item-img img {
      width: 127%;
      left: calc( ( 100% - 405px )/2);
  }
}

@media (max-width: 1024px) {
  .articles__item:first-child .articles__item-img img {
    width: calc( 100% + 50px);
    top: -25px;
    left: -25px;
  }
}


@media (max-width: 640px) {
  .articles__item:first-child .articles__item-img img {
    width: 100%;
    left: 0px;
  }
}

.articles__item-content {
  width: calc( 100% - 160px);
  z-index: 3;
  padding-left: 20px;
  margin-top: 25px;
}

@media (max-width: 640px) {
  .articles__item-content {
    width: 100%;
    padding: 20px;
    margin-top: 0px;
  }
}

.articles__item:first-child .articles__item-content {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 30px;
  padding: 30px;
}

@media (max-width: 1024px) {
  .articles__item:first-child .articles__item-content {
    position: relative;
    width: calc( 100% - 160px);
    padding: 0px;
    padding-left: 20px;
  }
}

@media (max-width: 640px) {
  .articles__item:first-child .articles__item-content {
    width: 100%;
    padding: 20px;
  }
}

.articles__item-date {
  width: max-content;
  height: 22px;
  padding: 5px 10px;
  background: #000000;
  border-radius: 4px;
}

.articles__item-date img {
  width: 14px;
  height: 14px;
}

.articles__item-date span {
  font-family: "Intro";
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.articles__item-title {
  width: 100%;
  text-transform: capitalize;
  font-family: "Beaufort";
  font-weight: 700;
  color: #ffe488;
  font-size: 24px;
  line-height: 24px;
  max-height: calc( 24px * 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}

@media (max-width: 1500px) {
  .articles__item-title {
    font-size: 20px;
    line-height: 20px;
    max-height: calc( 20px * 1);
  }
}

.articles__item-title a {
  -webkit-transition:  0.3s ease-in-out;
  -o-transition:  0.3s ease-in-out;
  transition:  0.3s ease-in-out;
}

.articles__item-title a:hover {
  color: #ffca18;
  -webkit-transition:  0.3s ease-in-out;
  -o-transition:  0.3s ease-in-out;
  transition:  0.3s ease-in-out;
}

.articles__item:first-child .articles__item-title {
  font-family: "Beaufort";
  font-weight: 700;
  color: #ffe488;
  font-size: 26px;
  line-height: 28px;
  max-height: calc( 28px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1500px) {
  .articles__item:first-child .articles__item-title {
    font-family: "Beaufort";
    font-weight: 700;
    color: #ffe488;
    font-size: 22px;
    line-height: 26px;
    max-height: calc( 26px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 1024px) {
  .articles__item:first-child .articles__item-title {
    font-family: "Beaufort";
    font-weight: 700;
    color: #ffe488;
    font-size: 20px;
    line-height: 20px;
    max-height: calc( 20px * 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.articles__item-text {
  width: 100%;
  font-family: "Intro";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  max-height: calc( 20px * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}

.articles__item:first-child .articles__item-text {
  font-family: "Intro";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  max-height: calc( 26px * 3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
  .articles__item:first-child .articles__item-text {
    font-family: "Intro";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    max-height: calc( 20px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.articles__item-button {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 110px;
  height: 28px;
  background-color: #797979;
  border-radius: 4px;
  margin-top: 20px;
  font-family: "Intro";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.articles__item-button span {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0px;
}

.articles__item-button:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  /* background: rgba(189, 3, 45, 1); */
  border: 1px solid rgba(255, 255, 255, 1);
}

.articles__item-button:hover span{
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ffd19c;
  letter-spacing: 2px;
}

.articles__item:first-child .articles__item-button {
  width: 130px;
  height: 32px;
  font-size: 14px;
  line-height: 14px;
}

.articles__item:first-child .articles__item-button span {
  margin-top: 2px;
}

@media (max-width: 1024px) {
  .articles__item:first-child .articles__item-button {
    width: 110px;
    height: 28px;
    font-size: 12px;
    line-height: 12px;
  }
  .articles__item:first-child .articles__item-button span {
    margin-top: 0px;
  }
}

.articles__more-news {
  width: 100%;
  height: 50px;
  background-color: #515050;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 1024px) {
  .articles__more-news {
    height: 50px;
    margin-top: 20px;
  }
}

.articles__more-news:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid rgba(255, 255, 255, 1);
}

.articles__more-news:hover span {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ffd19c;
  letter-spacing: 3px;
}

.articles__more-news span {
  text-align: center;
  font-family: "Intro";
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1500px) {
  .articles__more-news span {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 1024px) {
  .articles__more-news span {
    font-size: 16px;
    line-height: 16px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.main-donate-vote {
  width: calc( ( 100% - 100px ) / 3);
}

@media (max-width: 1200px) {
  .main-donate-vote {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .main-donate-vote {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.main-donate-vote__content {
  width: 100%;
  border-radius: 5px;
  background: #8f0404;
  height: 290px;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  padding: 30px 30px 5px 30px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background: url('/assets/images/news/vote.webp');
  background-repeat: no-repeat;
  background-size: 110%;
}

.main-donate-vote__content:not(:last-child) {
  margin-bottom: 20px;
  background: url('/assets/images/news/donate.webp');
  background-repeat: no-repeat;
  background-size: 110%;
}

@media (max-width: 1024px) {
  .main-donate-vote__content {
    padding: 20px;
    height: auto;
  }
  .main-donate-vote__content:not(:last-child) {
    background-size: 126%;
  }
}

.main-donate-vote__content p {
    height: max-content;
    background: rgb(31 6 6 / 80%);
    color: #eeeeee;
    padding: 15px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 5px;
}

.donate-vote__button {
  min-width: 160px;
  width: max-content;
  height: 40px;
  margin: 30px auto 50px 25px;
  padding: 10px;
  background-color: #797979;
  border-radius: 4px;
  font-family: "Intro";
  font-weight: 400;
  font-size: 20px;
  line-height: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 9px;
  color: #ffffff;
}

.donate-vote__button:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid rgba(0, 0, 0, 1);
  letter-spacing: 2px;
}

.donate-vote__button:hover span{
  color: #ffd19c;
}

.main-rating {
  width: calc( ( 100% - 100px ) / 3);
}

@media (max-width: 1200px) {
  .main-rating {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .main-rating {
    margin-top: 20px;
  }
}

.main-rating__content {
  width: 100%;
  border-radius: 5px;
  background: #fbfbfa;
  height: 630px;
  overflow: hidden;
  padding: 30px;
}

@media (max-width: 1024px) {
  .main-rating__content {
    padding: 20px;
    height: auto;
  }
}

.main-rating__table {
  width: 100%;
}

.main-rating__table-tr {
  width: 100%;
}

.main-rating__table-tr:first-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f3f4;
}

.main-rating__table-tr:first-child .main-rating__table-td {
  font-size: 16px;
  line-height: 16px;
  color: #8b8279;
}

.main-rating__table-tr:not(:first-child) {
  margin-top: 8px;
}

.main-rating__table-td:first-child {
  width: 36px;
  text-align: center;
}

.main-rating__table-tr:not(:first-child) .main-rating__table-td:first-child {
  width: 40px;
  height: 40px;
  background: #ebe8e0;
  border-radius: 5px;
  font-family: "Intro";
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
}

@media (max-width: 1024px) {
  .main-rating__table-tr:not(:first-child) .main-rating__table-td:first-child {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
  }
}

.main-rating__table-tr:nth-child(2) .main-rating__table-td:first-child {
  background: #ffcf56;
  color: #32312c;
}

.main-rating__table-tr:nth-child(3) .main-rating__table-td:first-child {
  background: #d6d6d6;
  color: #32312c;
}

.main-rating__table-tr:nth-child(4) .main-rating__table-td:first-child {
  background: #eeccb3;
  color: #32312c;
}

.main-rating__table-td:nth-child(2) {
  width: calc( 100% - 40px - 80px);
  padding-left: 15px;
}

@media (max-width: 1024px) {
  .main-rating__table-td:nth-child(2) {
    padding-left: 10px;
  }
}

.main-rating__table-tr:not(:first-child) .main-rating__table-td:nth-child(2) {
  font-family: 'Intro';
  font-size: 18px;
  line-height: 18px;
  color: #5a574f;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .main-rating__table-tr:not(:first-child) .main-rating__table-td:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }
}

.main-rating__table-td:last-child {
  width: 80px;
  text-align: right;
}

.main-rating__table-tr:not(:first-child) .main-rating__table-td:last-child {
  font-family: 'Intro';
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #5a574f;
}

@media (max-width: 1024px) {
  .main-rating__table-tr:not(:first-child) .main-rating__table-td:last-child {
    font-size: 16px;
    line-height: 16px;
  }
}

.main-rating__button {
  width: 100%;
  height: 48px;
  background-color: #f5f3f0;
  border-radius: 4px;
  margin-top: 12px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.main-rating__button:hover {
  background-color: #e4e2de;
}

.main-rating__button:hover span {
  color: #615c52;
}

.main-rating__button span {
  font-family: "Intro";
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

@media (max-width: 1024px) {
  .main-rating__button span {
    font-size: 14px;
    line-height: 14px;
  }
}

.main-bottom {
  width: 100%;
  position: relative;
  z-index: 1;
  /*background: -webkit-linear-gradient(top, rgba(244, 239, 230, 0) 0px, rgba(244, 239, 230, 0) 100px, #601b1b 101px, #601b1b 100%);
  background: -o-linear-gradient(top, rgba(244, 239, 230, 0) 0px, rgba(244, 239, 230, 0) 100px, #601b1b 101px, #601b1b 100%);
  background: linear-gradient(to bottom, rgba(244, 239, 230, 0) 0px, rgba(244, 239, 230, 0) 100px, #601b1b 101px, #601b1b 100%);*/
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .main-bottom {
    margin-top: 30px;
  }
}

.main-bottom:after {
  content: '';
  width: 100%;
  /* height: 1244px; */
  position: absolute;
  top: -200px;
  left: 0px;
  pointer-events: none;
}

.inner .main-bottom {
  margin-top: 60px;
  padding-top: 40px;
}

.inner .main-bottom:after {
  content: '';
  width: 100%;
  height: 1244px;
  position: absolute;
  top: -200px;
  left: 0px;
  pointer-events: none;
}

.resource {
  width: 100%;
  position: relative;
  z-index: 1;
}

.resource .content-area {
  padding: 90px 0px 50px;
  border-bottom: 1px solid rgba(133, 130, 122, 0.2);
}

@media (max-width: 1024px) {
  .resource .content-area {
    padding: 60px 0px 40px;
  }
}

.resource__box0 {
  width: calc( ( 100% - 100px ) / 3);
  min-height: 300px;
  background: #fbfbfa;
  border-radius: 5px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  overflow: hidden;
  padding: 10px 15px 15px;
  background: -webkit-linear-gradient(left, #000000 0px, rgba(34, 34, 34, 1) 20%, rgba(34, 34, 34, 1) 80%, #000000 100%);
  background: -o-linear-gradient(left, #000000 0px, rgba(34, 34, 34, 1) 20%, rgba(34, 34, 34, 1) 80%, #000000 100%);
  background: linear-gradient(to right, #000000 0px, rgba(34, 34, 34, 1) 20%, rgba(34, 34, 34, 1) 80%, #000000 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1300px) {
  .resource__box0 {
    width: calc( ( 100% - 50px ) / 3);
  }
}

@media (max-width: 1050px) {
  .resource__box0 {
    width: calc( ( 100% - 20px ) / 2);
  }
}

@media (max-width: 640px) {
  .resource__box0 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .resource__box0:not(:first-child) {
    margin-top: 20px;
  }
}

.resource__box0.discord {
  background: #fbfbfa;
}

@media (max-width: 1300px) {
  .resource__box0.discord {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .resource__box0.discord {
    margin-top: 20px;
  }
}

.resource__box1 {
  width: calc( ( 100% - 20px ) / 3 * 2);
  min-height: 300px;
  border-radius: 5px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  overflow: hidden;
  padding: 10px 15px 15px;
  background: -webkit-linear-gradient(left, #000000 0px, rgba(34, 34, 34, 1) 20%, rgba(34, 34, 34, 1) 80%, #000000 100%);
  background: -o-linear-gradient(left, #000000 0px, rgba(34, 34, 34, 1) 20%, rgba(34, 34, 34, 1) 80%, #000000 100%);
  background: linear-gradient(to right, #000000 0px, rgba(34, 34, 34, 1) 20%, rgba(34, 34, 34, 1) 80%, #000000 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1300px) {
  .resource__box1 {
    width: calc( ( 100% - 50px ) / 3 * 2);
  }
}

@media (max-width: 1024px) {
  .resource__box1 {
    width: calc( ( 100% - 20px ) / 2);
  }
}

@media (max-width: 640px) {
  .resource__box1 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .resource__box1:not(:first-child) {
    margin-top: 20px;
  }
}

.resource__box1.discord {
  background: #fbfbfa;
}

@media (max-width: 1300px) {
  .resource__box1.discord {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .resource__box1.discord {
    margin-top: 20px;
  }
}

.posts {
  width: 100%;
  padding: 30px;
}

@media (max-width: 1024px) {
  .posts {
    padding: 20px;
  }
}

.posts__title {
  width: 100%;
  font-family: 'Beaufort';
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 480px) {
  .posts__title {
    text-align: center;
  }
}

.posts__items {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .posts__items {
    margin-top: 20px;
  }
}

.posts__item {
  width: 100%;
}

.posts__item:not(:last-child) {
  margin-bottom: 20px;
}

.posts__item-icon {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .posts__item-icon {
    width: 60px;
    height: 60px;
  }
}

.posts__item-icon img {
  width: 100%;
  height: 100%;
}

.posts__item-content {
  width: calc( 100% - 70px);
  padding-left: 15px;
}

.posts__item-title {
  width: 100%;
  font-family: 'Beaufort';
  font-size: 20px;
  line-height: 20px;
  color: #5a574f;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .posts__item-title {
    font-size: 16px;
    line-height: 16px;
  }
}

.posts__item-title a {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.posts__item-title a:hover {
  color: #ffe488;
}

.posts__item-info {
  width: 100%;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .posts__item-info {
    margin-top: 3px;
  }
}

.posts__item-author, .posts__item-date {
  font-size: 15px;
  line-height: 15px;
  color: #c6c4bf;
  margin-top: 5px;
}

@media (max-width: 480px) {
  .posts__item-author, .posts__item-date {
    font-size: 11px;
    line-height: 11px;
  }
}

.posts__item-author span, .posts__item-date span {
  padding-left: 5px;
}

.posts__item-author {
  margin-right: 20px;
}

.footer {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 50px 0px;
}

@media (max-width: 1024px) {
  .footer {
    padding: 35px 0px 35px;
  }
}

.footer__box {
  width: calc( ( 100% - 160px ) / 2);
}

@media (max-width: 1024px) {
  .footer__box {
    width: 100%;
  }
}

.footer__social {
  width: 160px;
  list-style: none;
  justify-content: center;
}

@media (max-width: 1024px) {
  .footer__social {
    margin: 20px auto;
  }
}

.footer__social li {
  width: 100px;
  height: 100px;
}

.footer__social li:hover img {
  opacity: 1;
}

.footer__social li img {
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.footer__cpr {
  width: 100%;
}

.footer__cpr-title {
  width: 100%;
  font-family: "Intro";
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 1024px) {
  .footer__cpr-title {
    text-align: center;
  }
}

.footer__cpr-links {
  width: 100%;
  list-style: none;
  margin-top: 5px;
}

.footer__cpr-links li {
  font-family: "Intro";
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  text-transform: capitalize;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .footer__cpr-links li {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

.footer__cpr-links li:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .footer__cpr-links li:not(:last-child) {
    margin-right: 0px;
  }
}

.footer__cpr-links li a {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.footer__cpr-links li a:hover {
  color: #ffe488;
}

.footer .unsimple {
  display: block;
  width: 152px;
  height: 30px;
  opacity: 0.4;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .footer .unsimple {
    margin: 0 auto;
    margin-top: 15px;
  }
}

.footer .unsimple:hover {
  opacity: 1;
}

.footer__nav {
  list-style: none;
}

@media (max-width: 1024px) {
  .footer__nav {
    width: 100%;
  }
}

.footer__nav:not(:last-child) {
  margin-right: 15%;
}

@media (max-width: 1024px) {
  .footer__nav:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.footer__nav li {
  text-align: left;
}

@media (max-width: 1024px) {
  .footer__nav li {
    text-align: center;
  }
}

.footer__nav li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__nav li a {
  font-family: "Intro";
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.footer__nav li a:hover {
  color: #ffca18;
}

.inner-page {
  width: 100%;
  border-radius: 5px;
  background: #222222;
}

.inner-page__title {
  width: 100%;
  padding: 30px 30px 26px;
  text-align: center;
  font-family: 'Beaufort';
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: #ffe488;
  text-transform: capitalize;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1024px) {
  .inner-page__title {
    font-size: 22px;
    line-height: 22px;
    padding: 20px 20px 18px;
  }
}

.inner-page__title span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Intro';
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .inner-page__title span {
    font-size: 14px;
    line-height: 14px;
  }
}

.inner-page__block {
  width: 100%;
  padding: 30px;
}

@media (max-width: 1024px) {
  .inner-page__block {
    padding: 20px;
  }
}

.rating {
  width: 100%;
}

.rating__tabs {
  width: 100%;
  padding: 15px 25px;
  background: #111111;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 1024px) {
  .rating__tabs {
    padding: 15px 15px;
  }
}

.rating__tabs-item {
  width: auto;
  height: 38px;
  padding: 0px 20px;
  border-radius: 4px;
  margin: 5px;
  font-family: "Intro";
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  background-color: #515050;
  text-transform: capitalize;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-top: 2px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  color: #ffffff;
}

.rating__tabs-item:not(.active):hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  /* background-color: rgba(189, 3, 45, 1); */
  color: #ffd19c;
  border: 1px solid rgba(255, 255, 255, 1);
  letter-spacing: 2px;

}

.rating__tabs-item.active {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  /* background-color: rgba(189, 3, 45, 1); */
  color: #ffd19c;
  border: 2px solid rgba(255, 255, 255, 1);
  letter-spacing: 3px;
}

.rating__table-bg {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .rating__table-bg {
    overflow-x: scroll;
    border-radius: 5px;
  }
}

.rating__table {
  width: 100%;
  /*min-width: 800px;*/
}

.rating__table-tr {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background: #6c3737;
}

.rating__table-tr:not(:last-child) {
  margin-bottom: 2px;
}

.rating__table-tr:nth-child(2n+1) {
  background: #6c3737;
}

.rating__table-tr:nth-child(1) .rating__table-td {
  color: #ffe488;
}

.rating__table-td {
  width: auto;
  min-height: 56px;
  text-align: center;
  font-family: "Intro";
  font-weight: 400;
  /*color: #83776b;*/
  font-size: 16px;
  line-height: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding: 10px;
}

.rating__table-td:nth-child(2n+1) {
  background: rgba(255, 255, 255, 0.1);
}

.rating__table-td.num {
  width: 50px;
  color: #ffe488;
}

.rating__table-td.td-guild-15 {
  width: 50px;
  color: #ffe488;
}

.rating__table-td.td-1-1 {
  width: calc( 100% - 50px);
}

.rating__table-td.td-1-2 {
  width: calc( ( 100% - 50px ) / 2);
}

.rating__table-td.td-1-3 {
  width: calc( ( 100% - 50px ) / 3);
}

.rating__table-td.td-2-3 {
  width: calc( ( ( 100% - 50px ) / 3) * 2);
}

.rating__table-td.td-1-4 {
  width: calc( ( 100% - 50px ) / 4);
}

.rating__table-td.td-2-4 {
  width: calc( ( ( 100% - 50px ) / 4) * 2);
}

.rating__table-td.td-3-4 {
  width: calc( ( ( 100% - 50px ) / 4) * 3);
}

.rating__table-td.td-1-5 {
  width: calc( ( 100% - 50px ) / 5);
}

.rating__table-td.td-2-5 {
  width: calc( ( ( 100% - 50px ) / 5) * 2);
}

.rating__table-td.td-3-5 {
  width: calc( ( ( 100% - 50px ) / 5) * 3);
}

.rating__table-td.td-4-5 {
  width: calc( ( ( 100% - 50px ) / 5) * 4);
}

.rating__table-td.td-1-6 {
  width: calc( ( 100% - 50px ) / 6);
}

.rating__table-td.td-2-6 {
  width: calc( ( ( 100% - 50px ) / 6) * 2);
}

.rating__table-td.td-3-6 {
  width: calc( ( ( 100% - 50px ) / 6) * 3);
}

.rating__table-td.td-4-6 {
  width: calc( ( ( 100% - 50px ) / 6) * 4);
}

.rating__table-td.td-5-6 {
  width: calc( ( ( 100% - 50px ) / 6) * 5);
}

.rating__table-td.td-guild-15 {
  /*width: calc( 100% / 10 * 2);*/
  width: 15%;
}

.rating__table-td.td-guild-20 {
  /*width: calc( 100% / 10 * 2);*/
  width: 23%;
}

.rating__table-td.td-guild-30 {
  /*width: calc( 100% / 10 * 3);*/
  width: 25%;
}

.rating__table-td.td-guild-35 {
  /*width: calc( 100% / 10 * 3);*/
  width: 37%;
}

.guilds-ranking {
  width: 370px;
}

@media (max-width: 1100px) {
  .guilds-ranking {
    /*width: 423px;*/
    width: 100%;
  }
}

.htc-block {
  width: 100%;
  padding: 60px 30px;
  position: relative;
}

@media (max-width: 1024px) {
  .htc-block {
    padding: 20px 20px;
  }
}

.htc-block:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.htc-block:not(:last-child):after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0px;
  bottom: -5px;
  background: url("/assets/images/htc/sep.webp") center center;
}

.htc-block:last-child {
  border-radius: 0px 0px 6px 6px;
}

.htc-block__title {
  max-width: 794px;
  margin: 0 auto;
}

.htc-block__title-step {
  padding: 8px 15px;
  background: #000000;
  border: 1px solid #ffffff;
  border-radius: 50px;
  font-family: "Beaufort";
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.htc-block__title-text {
  width: 100%;
  font-family: "Beaufort";
  font-weight: 700;
  color: #ffe488;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .htc-block__title-text {
    font-size: 18px;
    line-height: 18px;
  }
}

.htc-block__text {
  max-width: 794px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

.htc-block__text b {
  font-weight: 600;
}

.htc-block__text p {
  margin: 10px;
}

.htc-block__buttons {
  width: 100%;
  margin-top: 10px;
  margin-bottom: -10px;
}

.htc-block__buttons .light-button {
  width: 250px;
  margin: 10px;
  font-size: 14px;
}

.htc-block .create-account {
  width: 240px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.htc-block__sep {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
  opacity: 0.2;
}

@media (max-width: 1024px) {
  .htc-block__sep {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.htc-block__system {
  width: 100%;
}

.htc-block__system-title {
  width: 100%;
  font-family: "Beaufort";
  font-weight: 600;
  color: #ffe488;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: underline;
}

.htc-block__system-box {
  width: calc( ( 100% - 30px ) / 2);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .htc-block__system-box {
    width: calc( ( 100% - 20px ) / 2);
    padding: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 800px) {
  .htc-block__system-box {
    width: 100%;
  }
}

.htc-block__system-box-title {
  width: 100%;
  font-family: "Beaufort";
  font-weight: 500;
  color: #ffe488;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
}

.htc-block__system-box-line {
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

.htc-block__system-box-line span {
  font-weight: 600;
}

.htc-block.htc-1 {
  background: url("/assets/images/htc/1.webp") top center;
  background-size: cover;
  z-index: 3;
}

.htc-block.htc-2 {
  background: url("/assets/images/htc/2.webp") top center;
  background-size: cover;
  z-index: 2;
}

.htc-block.htc-3 {
  background: url("/assets/images/htc/3.webp") top center;
  background-size: cover;
  z-index: 1;
}

.loader {
  width: 80px;
  margin: 720px auto;
  position: relative;
  z-index:9999;
}

@media (max-height: 1000px) {
  .loader {
    margin: 650px auto;
  }
}

@media (max-height: 900px) {
  .loader {
    margin: 580px auto;
  }
}

@media (max-height: 800px) {
  .loader {
    margin: 480px auto;
  }
}

@media (max-height: 700px) {
  .loader {
    margin: 410px auto;
  }
}

@media (max-height: 600px) {
  .loader {
    margin: 360px auto;
  }
}

.duo {
  height: 20px;
  width: 50px;
  background: hsla(0, 0%, 0%, 0.0);
  position: absolute;
}

.duo, .dot {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.duo1 {
  left: 0;
}

.duo2 {
  left: 30px
}

.dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: linear-gradient(#c95d3c, #c0491b, #ad3e16, #aa1d15);
  position: absolute;
}

.dot-a {
  left: 0px;  
}

.dot-b {
  right: 0px;
}


@keyframes spin {
    0% { transform: rotate(0deg) }
   50% { transform: rotate(180deg) }
  100% { transform: rotate(180deg) }
}

@keyframes onOff {
    0% { opacity: 0; }
   49% { opacity: 0; }
   50% { opacity: 1; }
  100% { opacity: 1; }
}

.duo1 {
  animation-name: spin;
}

.duo2 {
  animation-name: spin;
  animation-direction: reverse;
}

.duo2 .dot-b {
  animation-name: onOff;
}

.duo1 .dot-a {
  opacity: 0;
  animation-name: onOff;
  animation-direction: reverse;
}

/* sign in/up forms */

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
/*button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}*/

/* Extra styles for the cancel button */
.cancelbtn {
  width: 87px;
  margin: auto;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
  margin: 20px 20px 0px 20px;
  /* height: max-content;*/
}

.container button {
  width: 110px;
}

.container:last-child {
 margin-top: 50px;
}

span.psw {
  float: left;
  padding-top: 5px;
}

span.psw a:hover {
  text-decoration: underline;
  color: #ffd19c;
  cursor: pointer;
}

.right_modal_btn {
  float: right;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #1f0606;
  margin: 3% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border-bottom-left-radius: 30px 50px;
  border-bottom-right-radius: 50px 30px;
  background: linear-gradient(#222222, #222222, #222222, #222222, rgba(35, 35, 35, 0.5), rgba(255, 255, 255, 0));
  /*width: 80%;*/ /* Could be more or less, depending on screen size */
  width: 400px;
  height: max-content;
  padding-bottom: 100px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.agree_ToS_PrivacyPolicy_links {
  color: #dd841e;
  text-decoration: underline;
}

.align_these_elements {
  display: flex;
  justify-content: space-between;
}

.extra_space_top {
  margin-top: 30px;
}

.extra_space_bottom {
  margin-bottom: 30px;
}

.extra_space_left {
  margin-left: 30px;
}

.main_user_panel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #222222;
}

@media (max-width:1024px) {
  .main_user_panel {
    display: block;
  }
}

.profile_menu {
  /*height: 500px;
  width: calc((100%) / 8 * 1);*/
  padding: 50px 25px;
  margin: 0px auto;
  border-left: 1px solid rgb(221 132 30 / 20%);
}

.actions_area {
  width: calc((100% - 20px) / 8 * 7);
  min-height: 720px;
}

@media (max-width:1024px) {
  .actions_area {
    width: 100%;
    min-height: 720px;
  }
}

.bottom_seperate {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(133, 130, 122, 0.2);
}

.content-area .main_user_panel {
  padding: 0px 0px 50px;
  border-bottom: 1px solid rgba(133, 130, 122, 0.2);
}

.profile_menu li {
  height: 100%;
  min-height: 30px;
  max-width: 115px;
  margin: 10px auto;
  text-align: center;
  list-style: none;
  transition: 0.2s;
  padding-bottom: 16px;
}

.profile_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.profile_menu li:hover {
  color: #ffd19c;
}

.profile_menu li a:hover {
  color: #ffd19c;
}

.profile_menu li a:focus {
  color: #dddddd;
  text-decoration: none;
}

.profile_menu li.up_menu_active {
  color: #ffe488;
}

@media (max-width:1024px) {
  .profile_menu li {
    height: 100%;
    min-height: 30px;
    max-width: max-content;
    margin: 10px 10px;
    text-align: center;
    list-style: none;
    transition: 0.2s;
    padding-bottom: 16px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 5px 10px;
  }
}

.action_area_item_holder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  /*-webkit-transition: display .3s ease-in-out;
  -o-transition: display .3s ease-in-out;
  transition: display .3s ease-in-out;*/
}

#account_box {
  display: none;
}
#logs_box {
  display: block;
}
#vote_box {
  display: none;
}
#redeem_vote_box {
  display: none;
}
#donate_box {
  display: none;
}
#referrals_box {
  display: none;
}

.action_area_item_header {
  text-align: center;
  text-decoration: underline;
  color: #ffe488;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
}

.action_area_item0 {
  width: calc((100% )/2);
  padding: 20px 50px 50px;
  height: 100%;
  float: left;
  border-left: 1px solid rgb(221 132 30 / 20%);
}

.action_area_item1 {
  width: calc((100% )/1);
  padding: 20px 50px 50px;
  height: 100%;
  float: left;
  border-left: 1px solid rgb(221 132 30 / 20%);
}

@media (max-width:1024px) {
  .action_area_item0 {
    width: 100%;
    padding: 5px 5px 50px;
    height: 100%;
    border-left: 1px solid rgb(221 132 30 / 20%);
  }

  .action_area_item1 {
    width: 100%;
    padding: 5px 15px 50px;
    height: 100%;
    border-left: 0px solid rgb(221 132 30 / 20%);
    background: #222222;
    margin-bottom: 30px;
  }

  .log_table {
    overflow-x: scroll;
    border-radius: 5px;
  }
}

.log_table_holder {
  height: 100%;
}

.log_table {
  background: #a3a3a3;
  height: max-content;
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.grid_item_header {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
  text-align: center;
  background-color: rgb(25, 25, 25, 0.9);
  font-size: 19px;
}

.grid_item_header:nth-child(2n+1) {
  background-color: rgb(25, 25, 25, 1);
}

.grid_item {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
  text-align: center;
  background-color: rgb(34, 34, 34, 0.9);
  font-size: 16px;
}

.grid_item:nth-child(2n+1) {
  background-color: rgb(34, 34, 34, 1);
}

.log_table_pagination {
  margin: 15px;
  align-items: center;
  text-align: center;
  padding: 10px;
  display: block;
}

.pagination_item {
  margin: auto 4px;
  padding: 2px 5px;
  height: max-content;
  font-size: 11px;
  font-weight: 400;
  display:inline-block;
}

.pagination_item_active {
  background-color: rgba(96, 3, 21, 1);
  color: #ffe488;
  border: 1px solid rgba(255, 255, 255, 1);
}

.animate1 {
  -webkit-animation: animatezoom 0.5s;
  animation: animatezoom 0.5s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0.8)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0.8)} 
  to {transform: scale(1)}
}

.vote_table_holder {
  height: 100%;
}

.vote_table {
  height: 100%;
  display: grid;
  grid-template-columns:33% 33% 33%;
}

.vote_table_item {
  padding: 5px;
  text-align: center;
  font-size: 19px;
  margin: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

@media (max-width:1024px) {
  .vote_table {
    grid-template-columns:50% 50%;
  }

  .vote_table_item {
    padding: 5px;
    text-align: center;
    font-size: 17px;
    margin: 0px;
    width: 100%;
  }
}

@media (max-width:720px) {
  .vote_table {
    grid-template-columns:100%;
  }

  .vote_table_item {
    padding: 5px;
    text-align: center;
    font-size: 17px;
    margin: 0px;
    width: 100%;
  }
}

.vote_table_sub_item {
  border-radius: 5px;
  /* min-height: 50px;
  height: 100px; */
  margin: 5px auto 5px;
  font-size: 13px;
}

.vote_table_item_title {
  color: #ffe488;
  font-weight: 900;
  text-decoration: underline;
  font-size: 20px;
}

/* .vote_table_item:nth-child(1) {
  background: url('/assets/images/news/4.jpg');
  background-repeat: no-repeat;
  background-size: 110%;
} */

.redeem_vote_table_item {
  padding: 5px;
  text-align: center;
  font-size: 19px;
  margin: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.redeem_vote_table_sub_item {
  border-radius: 5px;
  margin: 8px auto 15px;
}

.vrp_item_icon {
  margin-right: 10px;
}

.action_area_item2 {
  width: calc((100% )/3);
  padding: 20px 50px 50px;
  height: 71.5%;
  float: left;
  border-left: 1px solid rgb(221 132 30 / 20%);
}

.action_area_item3 {
  width: calc((100% )/3*2);
  padding: 20px 50px 50px;
  height: 71.5%;
  float: left;
  border-left: 1px solid rgb(221 132 30 / 20%);
}

.grid_two_columns {
  background: #a3a3a3;
  margin-top: 10px;
  height: max-content;
  display: grid;
  grid-template-columns:auto auto;
}

.action_area_item1_limit_height {
  width: calc((100% )/1);
  padding: 20px 50px 50px;
  float: left;
}

.center_item {
  margin-left: auto;
  margin-right: auto;
}

.grid_three_columns {
  margin-top: 10px;
  height: max-content;
  display: grid;
  grid-template-columns:auto auto auto;
}

.select_menu {
  font-size: 16px;
  width: 150px;
  padding: 5px;
  margin: 15px 30px 0px;
  border-radius: 5px;
}

.highlight_text {
  color: #ffe488;
}

.welcome_user {
  margin-left: 20px;
  padding:5px 20px;
  border-radius: 3px;
  border: 1px solid rgba(224, 200, 123, 0.5);
  border-left: 6px solid rgba(224, 200, 123, 0.8);
  border-bottom: 2px solid rgba(224, 200, 123, 0.7);
  width: max-content;
  max-width: 350px;
}

.main_user_panel_header {
  border-top: 2px solid rgba(133, 130, 122, 0.4);
  background: #222222;
}

.guild_ranking_grid {
  background: #a3a3a3;
  height: max-content;
  display: grid;
  grid-template-columns: 70px auto auto auto auto auto;
}

.giveaway_ranking_grid {
  background: #a3a3a3;
  height: max-content;
  display: grid;
  grid-template-columns: 70px auto auto;
}

.guild_ranking_grid1 {
  background: #a3a3a3;
  height: max-content;
  display: grid;
  grid-template-columns: 70px auto auto auto;
  margin: 11px auto 10px;
}

@media (max-width: 1300px) {
  .guild_ranking_grid1 {
    overflow-x: scroll;
  }
}

.pvp_ranking_grid {
  background: #a3a3a3;
  height: max-content;
  display: grid;
  grid-template-columns: 70px auto auto auto auto auto;
}

.ranking_grid_item_header {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 10px;
  text-align: center;
  background-color: rgb(25, 25, 25, 0.9);
  font-size: 17px;
}

.ranking_grid_item_header:nth-child(2n+1) {
  background-color: rgb(25, 25, 25, 1);
}

.ranking_grid_item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 10px;
  text-align: center;
  background-color: rgb(34, 34, 34, 0.9);
  font-size: 16px;
}

.ranking_grid_item:nth-child(2n+1) {
  background-color: rgb(34, 34, 34, 1);
}

.ranking_grid_item_odd {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 10px;
  text-align: center;
  background-color: rgb(34, 34, 34, 1);
  font-size: 16px;
}

.ranking_grid_item_odd:nth-child(3n+2) {
  background-color: rgb(34, 34, 34, 0.9);
}

.ranking_grid_item.gold {
    color: #ffe488;
}

.ranking_grid_item_header.gold {
    color: #ffe488;
}

.ranking_grid_item_img{
  padding: 0;
  padding-top: 7px;
}

.nospaces {
  padding: 0;
  margin: 0;
}

#pvp_ranking_table {
  display: block;
}

#top10_pvp_ranking_table {
  display: block;
}

#guilds_ranking_table{
  display: none;
}

#giveaway_ranking_table{
  display: none;
}

#top10_guilds_ranking_table{
  display: block;
}


/* News CSS */
#news_container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  column-gap: 5px;
  row-gap: 10px;
  padding: 15px;
}

@media (max-width:1024px) {
  #news_container {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width:600px) {
  #news_container {
    grid-template-columns: 100%;
  }
}

.post_container {
  background-color: #111111;
  padding: 10px 5px;
  color: #ffffff;
  border: solid 1px white;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
}

.post_container:hover {
  transition: 0.2s ease-in-out;
  border: solid 1px #ffe488;
  border-radius: 0px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  letter-spacing: 1px;
}

.post_dt_vm {
  display: block;
}

.post_dt_vm a {
  margin-left: 15px;
  font-size: 13px;
}

@media (max-width: 500px) {
  .post_dt_vm a {
    margin-left: 0px;
  }
}

.post_dt_vm span {
  color: white;
  text-align: left;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  font-size: 13px;
}

.post_title {
  font-size: 18px;
  margin: 3px auto 20px;
  width: fit-content;
  color: #ffe488;
  text-transform: capitalize;
  font-family: "Beaufort";
  font-weight: 700;
}

.post_title:hover {
  text-decoration: underline;
}

.post_title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.process_msg_0 {
  margin: 10px auto;
  width: max-content;
  max-width: 330px;
  padding: 5px 30px;
  border-radius: 5px;
  text-align:center;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.process_success {
  background: #2b9500;
}

.process_failure {
  background: #a30000;
}

#redeem_msg {
  margin: 20px auto;
}

.center_element {
  width: max-content;
  margin: 10px auto 10px;
}

#ref_link_button {
  width:230px;
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
  border: 0px solid #fff;
  margin: 0;
}

@media (max-width:1024px) {
  #ref_link_button {
    width:195px;
    border-radius: 42px;
    border: 1px solid #fff;
    margin-right: 0px;
  }
}

#ref_code_container {
  border-radius: 42px;
  border: 1px solid #fff;
  margin: 10px 0px;
  width: fit-content;
  padding: 0px;
}

#ref_link {
  margin-right: 15px;
}

@media (max-width:1024px) {
  #ref_link {
    display: none;
  }
}

.process_msg_1 {
  margin: 15px auto;
  width: 60%;
  padding: 5px 30px;
  border-radius: 5px;
  text-align:center;
  display: block;
}

.process_msg_2 {
  margin: 15px auto;
  width: 60%;
  padding: 5px 30px;
  border-radius: 5px;
  text-align:center;
  display: block;
}

.server_desc {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
}

.server_desc h1 {
  text-align: center;
  text-decoration: underline;
  color: #ffe488;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}

.server_desc p {
  padding: 10px;
  margin: auto;
  width: 90%;
}

.server_desc a {
  padding: 10px;
  margin: auto;
  width: max-content;
  display: block;
  text-align: center;
  color:gold;
}

@media (max-width:800px) {
  .server_desc a {
    width: 90%;
  }
}

.srvr_desc_vid {
  width:700px;
  height: 400px;
}

@media (max-width:800px) {
  .srvr_desc_vid {
    width:420px;
    height: 315px;
  }
}

@media (max-width:500px) {
  .srvr_desc_vid {
    width:100%;
    height: 315px;
  }
}