@import url('https://fonts.googleapis.com/css2?family=Martel:wght@400;600;700;800;900&display=swap');

body {
  width: 100%;
  background: url(../images/top-bg.jpg) center top no-repeat, url(../images/bottom-bg.jpg) center bottom no-repeat;
  background-size: 100% auto, 100% auto;
  background-color: #fefefe;
  margin: 0;
  padding: 0;
  font-family: "Martel", sans-serif;
  font-size: 16px;
  color: #ffa600;
  line-height: 1;
  cursor: url(../images/Attack_Cursor.cur), default;

}

.sign {
  padding: 8px 8px;
  border: 1px solid #f3ab2a;
  border-radius: 8px;
  transition: 0.8s all;
  display: inline-block;
}

.sign a:hover {

  border: 1px solid #93feaf;
  color: #ffa600;
}
.redes{
  display: inline-block !important; 
}

.sociais a {
  margin: 10px;
  transition: all .2s ease-in-out;
}

.sociais a:hover {
  margin: 10px;
  color: #ffa600;
  transform: scale(1.1);
}

.top-panel .sociais .login .user-logged {
  color: #93feaf !important;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(147, 254, 175, 0.55);
  background: rgba(147, 254, 175, 0.08);
  text-shadow: 0 0 12px rgba(147, 254, 175, 0.75);
  animation: pulse-green 2.2s infinite ease-in-out;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 rgba(147, 254, 175, 0.0);
    transform: translateY(0) scale(1);
  }
  50% {
    box-shadow: 0 0 18px rgba(147, 254, 175, 0.35);
    transform: translateY(-1px) scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 rgba(147, 254, 175, 0.0);
    transform: translateY(0) scale(1);
  }
}

a {
  transition: all 0.3s ease;
  color: #000;
  cursor: url(../images/Attack_Cursor.cur), pointer;
}

a:hover,
button:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  text-decoration: none;
  cursor: url(../images/DefaultCursor.cur), pointer;
}

p {
  margin-bottom: 15px;
}

h1,
h2,
h3 {
  color: #f3ab2a;
  margin-bottom: 20px;
  line-height: 1.1;
  font-family: "Quattrocento", serif;
}

h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

h1 span {
  position: relative;
}

h1 span:before {
  content: "";
  position: absolute;
  background: url(../images/left-title-icon.png) no-repeat;
  width: 25vw;
  height: 23px;
  left: -320px;
  top: 50%;
  margin-top: -10px;
}

h1 span:after {
  content: "";
  position: absolute;
  background: url(../images/right-title-icon.png) no-repeat;
  width: 25vw;
  height: 23px;
  right: -290px;
  top: 50%;
  margin-top: -10px;
}

h1 b {
  font-size: 2.25rem;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

input,
textarea {
  background: none;
  outline: 1px solid rgb(243, 171, 42);
  border: 1px solid #dddfe1;
  color: #545964;
  padding: 5px 10px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(243, 171, 42, 0.4);
  border-radius: 5px;
  cursor: url(../images/DefaultCursor.cur), pointer;
}

button {
  transition: all 0.3s ease;
  background: linear-gradient(to bottom, #f3ab2a, #9c6f1b);
  cursor: pointer;
  border: 1px solid #f3ab2a;
  color: #fcfdfd;
  position: relative;
  z-index: 1;
  padding: 10px 15px;
  cursor: url(../images/Attack_Cursor.cur), pointer;
  border-radius: 5px;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #6b676f;
}

::-moz-placeholder {
  color: #6b676f;
}

:-moz-placeholder {
  color: #6b676f;
}

:-ms-input-placeholder {
  color: #6b676f;
}

.wrapper {
  width: 1210px;
  margin: 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 660px;
  position: relative;
}

.header-page {
  height: 370px;
}

.top-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffa600;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0 , 0, 0, 0.5);
  position: fixed;
  z-index: 99999;
}

.top-panel .logo {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.top-panel .sociais {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.top-panel .sociais .login {
  display: flex;
  align-items: center;
  line-height: 1;
}

/* Animation for Support Icons */
@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(243, 171, 42, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(243, 171, 42, 0); }
  100% { box-shadow: 0 0 0 0 rgba(243, 171, 42, 0); }
}

.support-float {
  position: fixed;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99998;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.support-float a {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 38px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.support-float a:hover {
  transform: scale(1.1);
  border-color: #f3ab2a;
  color: #f3ab2a;
  box-shadow: 0 0 30px rgba(243, 171, 42, 0.6);
}

.support-float a.support-icon {
  color: #f3ab2a;
  animation: pulseGlow 2s infinite;
}

.support-float a:last-child:hover {
  border-color: #5865F2;
  color: #5865F2;
  box-shadow: 0 0 30px rgba(88, 101, 242, 0.6);
}

.top-panel a {
  text-decoration: none;
  color: #fff;
}

.top-panel:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100px;
  background: rgba(243, 171, 42, .6);
  left: 0px;
}

.menu li {
  display: inline-block;
  margin: 0px 15px;

}

.menu li a {
  display: block;
  line-height: 109px;
  min-width: 121px;
  text-align: center;
  background: url(../images/menu-hover.png) center bottom -15px no-repeat;

}

.menu li a:hover {
  background: url(../images/menu-hover.png) center bottom 0px no-repeat;
  color: #ffa600;
}

.menu .active a {
  background: url(../images/menu-hover.png) center bottom 0px no-repeat;
}

/* Animação de Pulso Vermelho Elegante */
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 5px rgba(214, 26, 26, 0.3);
    text-shadow: 0 0 5px rgba(214, 26, 26, 0.5);
    border-color: #8a1010;
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(214, 26, 26, 0.6), inset 0 0 15px rgba(214, 26, 26, 0.2);
    text-shadow: 0 0 15px rgba(255, 77, 77, 0.8);
    border-color: #d61a1a;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(214, 26, 26, 0.3);
    text-shadow: 0 0 5px rgba(214, 26, 26, 0.5);
    border-color: #8a1010;
  }
}

/* Estilo Especial para o botão BAIXAR */
.menu li.menu-download a {
  background: rgba(0, 0, 0, 0.4); /* Fundo escuro semi-transparente para integrar ao menu */
  border: 1px solid #8a1010; /* Borda vermelha escura discreta */
  border-radius: 3px; /* Cantos levemente arredondados */
  line-height: normal;
  padding: 10px 30px; /* Espaçamento interno */
  font-size: 18px; 
  font-family: "Quattrocento", serif; /* Mesma fonte do site */
  min-width: auto;
  display: inline-block;
  color: #ffcccc !important; /* Texto levemente avermelhado */
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  top: -4px; 
  animation: pulse-red 2.5s infinite ease-in-out; /* Pulso mais suave e lento */
  text-transform: uppercase;
}

.menu li.menu-download a:hover {
  background: rgba(180, 10, 10, 0.15); /* Fundo avermelhado sutil */
  border-color: #ff4d4d; /* Borda acende */
  animation: none; /* Para a animação */
  transform: scale(1.1);
  box-shadow: 0 0 30px rgba(214, 26, 26, 0.8); /* Brilho intenso */
  color: #fff !important; /* Texto fica branco */
  text-decoration: none;
  text-shadow: 0 0 10px #ff0000;
}



.sign {
  color: #fafcfd !important;
}

.status-block {
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 13px;
  color: #fafcfe;
  line-height: 1.4;
}

.status-block span {
  display: block;
  color: #93feaf;
  font-size: 12px;
}

.status-block.online {
  background: url(../images/online-server.png) left no-repeat;
  padding: 15px 0px 15px 73px;
}

.status-block.offline {
  background: url(../images/offline-server.png) left no-repeat;
  padding: 15px 0px 15px 73px;
}

.status-block.offline span {
  color: #fb6f86;
}

.era-text {
  position: absolute;
  background: url(../images/era.png) no-repeat;
  width: 487px;
  height: 277px;
  left: 50%;
  top: 114px;
  transform: translateX(-50%);
}

.era-text:hover {
  filter: brightness(120%);
  cursor: url(../images/DefaultCursor.cur), pointer;


}

/* Middle
-----------------------------------------------------------------------------*/
.page-content {
  min-height: 1015px;
  padding: 30px;
  background: #fafcfe;
  box-shadow: 0px 0px 20px 0px rgba(243, 171, 42, 0.5);
  line-height: 1.2;
}

.page-content p {
  color: #444f5b;
}

.page-content img {
  max-width: 1150px;
}

/* Estilos do Modal de Contagem Regressiva */
.launch-modal {
    display: block; 
    position: fixed; 
    z-index: 999999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.85); 
    backdrop-filter: blur(5px);
    animation: fadeIn 0.5s;
}

.launch-modal-content {
    background: url('../images/media-block-bg.png') center center no-repeat;
    background-size: cover;
    background-color: #1a1a1a;
    margin: 10% auto; 
    padding: 40px;
    border: 2px solid #f3ab2a;
    width: 80%;
    max-width: 700px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(243, 171, 42, 0.3);
    color: #fff;
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: #f3ab2a;
    text-decoration: none;
    cursor: pointer;
}

.launch-modal h2 {
    color: #f3ab2a;
    font-size: 36px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px #000;
    font-family: "Quattrocento", serif;
    letter-spacing: 2px;
}

.server-name {
    color: #fff;
    font-size: 24px;
    letter-spacing: 5px;
    margin-bottom: 30px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.time-block {
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #f3ab2a;
    min-width: 100px;
    box-shadow: 0 0 15px rgba(243, 171, 42, 0.1);
}

.time-block span {
    display: block;
    font-weight: bold;
}

.time-block span:first-child {
    font-size: 48px;
    color: #f3ab2a;
    line-height: 1;
    font-family: "Martel", serif;
    text-shadow: 0 0 10px rgba(243, 171, 42, 0.5);
}

.time-block .label {
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 1px;
}

#countdown-desc {
    color: #ddd;
    font-size: 18px;
    margin-top: 20px;
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@media (max-width: 768px) {
    .launch-modal-content {
        width: 95%;
        margin: 20% auto;
        padding: 20px;
    }
    
    .countdown-container {
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .time-block {
        min-width: 70px;
        padding: 10px;
    }
    
    .time-block span:first-child {
        font-size: 32px;
    }
}

.block-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
  position: relative;
  z-index: 5;
}

.slider {
  overflow: hidden;
  position: relative;
  width: 590px;
  height: 360px;
}

.slider .slides {
  position: relative;
  transition: 1s;
}

.slider .slides .slide {
  float: left;
  display: block;
  position: relative;
  width: 590px; /* Garante que cada slide tenha a largura exata do container */
  height: 360px;
}

.slider .slides .slide img {
  width: 100%;
  height: 100%;
  object-fit: fill; /* Força a imagem a preencher todo o espaço do slide */
  display: block;
}

.slider .navigation {
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 1;
  cursor: pointer;
}

.slider .navigation .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ffa600;
  cursor: pointer;
  margin: 0 3px;
  position: relative;
}

.slider .navigation .active {
  background: #444f5b;
}

.news-block {
  width: 530px;
  height: 300px;
  background: #fafcfe;
  padding: 30px;
  overflow: hidden;
}

.tabs {
  padding: 0px;
  margin: 0 auto;
}

.tabs>.tab {
  display: none;
  padding: 30px 15px 0px 15px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  border-top: 1px solid #dddfe1;
  margin-top: -1px;
}

.tabs>.tab li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
  line-height: 1.3;
}

.tabs>.tab li a {
  text-decoration: none;
  color: #545964;
  display: block;
  padding-right: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tabs>.tab li a:hover {
  text-decoration: underline;

}

.tabs>.tab li a span {
  color: #f3ab2a;
}

.tabs>.tab li .date {
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tabs>input {
  display: none;
  position: absolute;

}

.tabs>label {
  display: inline-block;
  padding: 0px 0px 30px 0px;
  text-align: center;
  position: relative;
  z-index: 1;
  background: url(../images/tab-active.png) center bottom -20px no-repeat;
  transition: all 0.4s ease;
  min-width: 96px;
  color: #5a574f;
}

.tabs>label:nth-child(4) {
  margin: 0px 30px;
}

.tabs>label:hover {
  background: url(../images/tab-active.png) center bottom no-repeat;
  cursor: pointer;
}

.tabs>input:checked+label {
  background: url(../images/tab-active.png) center bottom no-repeat;
  font-weight: 700;
}

#info:checked~#info-content,  
#mix:checked~#mix-content,
#Aging:checked~#Aging-content,
#Craft:checked~#Craft-content,
#all-news:checked~#all-news-content,
#maintenance:checked~#maintenance-content,
#sod:checked~#sod-content,
#toppvp:checked~#toppvp-content,
#sodclan:checked~#sodclan-content,
#updates:checked~#updates-content {
  display: block;
}

.more-icon {
  float: right;
  margin-top: -7px;
  margin-right: 5px;
}

.more-icon a {
  text-decoration: none;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffa600;
  border: 1px solid #ffa600;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
}

.block-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.block-btn .game {
  height: 174px;
  width: 393px;
  background: #fefefe;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}

.block-btn .game:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease;
}

.block-btn .game:hover:before {
  filter: drop-shadow(0px 0px 10px rgba(125, 157, 185, 0.9));
}

.block-btn .game a {
  text-decoration: none;
  background: #f3ab2a;
  color: #f4f6f8;
  font-size: 11px;
  display: inline-block;
  padding: 8px 20px;
  position: relative;
  z-index: 2;
}

.block-btn .game a:after {
  content: ">";
  margin-left: 4px;
}

.block-btn span {
  display: block;
}

.block-btn .game-g {
  color: #828c96;
  font-size: 14px;
  margin-bottom: 7px;
}

.block-btn .game-t {
  color: #444f5b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 17px;
}

.game-info .g-text {
  padding: 40px 0px 0px 210px;
}

.game-info:before {
  background: url(../images/game-info-img.png) no-repeat;
  width: 393px;
  height: 191px;
}

.game-stats .g-text {
  padding: 40px 0px 0px 260px;
}

.game-stats:before {
  background: url(../images/game-stats-img.png) no-repeat;
  width: 263px;
  height: 203px;
}

.game-community .g-text {
  padding: 40px 0px 0px 245px;
}

.game-community:before {
  background: url(../images/game-community-img.png) no-repeat;
  width: 264px;
  height: 203px;
}

.hr {
  background: url(../images/hr-bg.png) center center no-repeat;
  height: 100px;
  position: relative;
  z-index: -2;
}

.media-block {
  height: 635px;
  display: flex;
  color: #eaf3fd;
  font-size: 18px;
  margin-bottom: 70px;
  margin-top: -65px;
  z-index: 2;
}

.media-block:before {
  content: "";
  position: absolute;
  background: url(../images/media-block-bg.png) center top no-repeat;
  width: 100%;
  height: 635px;
  z-index: -1;
  left: 0;
}

.media-block .art-block,
.media-block .gameplay-block {
  padding-top: 130px;
  margin-left: 10px;
}

.media-block .art-block p,
.media-block .gameplay-block p {
  margin-bottom: 10px;
}

.media-block .art-block a,
.media-block .gameplay-block a {
  display: block;
  position: relative;
}

.media-block .art-block img,
.media-block .gameplay-block img {
  margin-bottom: -3px;
}

.media-block .media-title a {
  text-decoration: none;
  color: #ffa600;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #ffa600;
  height: 23px;
  width: 23px;
  text-align: center;
  line-height: 23px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.gameplay-block a:before {
  content: "";
  background: url(../images/play-icon.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
}

.media-title a:before {
  display: none;
}

.carousel {
  position: relative;
  width: 1210px;
}

.carousel img {
  width: 710px;
  height: 462px;
  display: block;
}

.arrow {
  position: absolute;
  top: 0px;
  padding: 0;
  display: block;
  width: 249px;
  height: 462px;
}

.arrow:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
}

.arrow:hover {
  cursor: pointer;
}

.prev {
  left: 0px;
  background: url(../images/left-arrow.jpg) no-repeat;
}

.prev:before {
  background: url(../images/arrow-left.png) center right 60px no-repeat;
  background-color: rgba(105, 110, 114, 0.6);
}

.next {
  right: 0px;
  background: url(../images/right-arrow.jpg) no-repeat;
}

.next:before {
  background: url(../images/arrow-right.png) center left 60px no-repeat;
  background-color: rgba(105, 110, 114, 0.6);
}

.gallery {
  width: 710px;
  margin: 0 auto;
  overflow: hidden;
}

.gallery ul {
  height: 462px;
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 1050ms;
}

.gallery li {
  display: inline-block;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 250px;
  padding: 200px 150px 0px 150px;
}

.f-menu {
  border-bottom: 1px solid #f3ab2a;
  text-align: center;
  margin-bottom: 40px;
}

.f-menu li {
  display: inline-block;
  padding: 0px 40px;
}

.f-menu li a {
  display: block;
  line-height: 80px;
  text-decoration: none;
  color: #e4f3ff;
  font-size: 14px;
}

.f-menu li a:hover {

  color: #f3ab2a;
}


.f-info {
  display: flex;
  color: #f3ab2a;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.f-info .f-logo {
  margin-right: 50px;
}

.f-info .f-text {
  line-height: 1.2;
}

/*# sourceMappingURL=style.css.map */

.inner-page {
  width: 100%;
  padding-bottom: 60px;
}

.inner-page__title {
  width: 660px;
  margin: 0 auto;
  padding: 20px 0px;
}

@media (max-width: 780px) {
  .inner-page__title {
    width: 100%;
  }
}

.inner-page__title-big-text {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  color: #f6ad4d;
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .inner-page__title-big-text {
    font-size: 30px;
  }
}

.inner-page__title-small-text {
  width: 100%;
  text-align: center;
  font-family: DIN Next W1G Regular;
  font-size: 20px;
  line-height: 30px;
  color: #5a574f;
  margin-top: 0px;
}

@media (max-width: 550px) {
  .inner-page__title-small-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.htp {
  width: 100%;
}

.htp__block {
  width: 100%;
  height: auto;
  padding: 20px;
  position: relative;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.htp__block:not(:first-child) {
  margin-top: 20px;
}

.htp__block.htp-50 {
  width: calc((100% - 40px) / 2);
}

@media (max-width: 810px) {
  .htp__block.htp-50 {
    width: 100%;
  }
}

.htp__block-step {
  width: 70px;
  height: 70px;
  background: url(../images/icons/step_icon.png) center center;
  background-size: 100% 100%;
  position: absolute;
  top: -35px;
  left: calc((100% - 70px) / 2);
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 36px;
  color: #000;
  text-align: center;
  padding-top: 4px;
}

.htp__block-step span {
  display: block;
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: -5px;
}

.htp__block-title {
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 24px;
  color: #f6ad4d;
  text-align: center;
  margin-top: 10px;
}

.htp__block-text {
  width: 100%;
  font-size: 16px;
  color: #8f8272;
  text-align: center;
  margin-top: 7px;
}

.htp__block-text-left {

  width: 80%;
  font-size:17px;
  color: #8f8272;
  text-align: left;
  margin-left: calc(100% - 90%);
  margin-top: 7px;
  letter-spacing: 1px;
}

.htp__block-buttons {
  width: 100%;
  margin-top: 20px;
}

.htp__block-button {
  width: auto;
  padding: 10px 15px;
  border: 2px solid #f6ad4d;
  border-radius: 5px;
  margin: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #f6ad4d;
  -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
  -o-transition: color .3s ease-in-out, border .3s ease-in-out;
  transition: color .3s ease-in-out, border .3s ease-in-out;
}

@media (max-width: 430px) {
  .htp__block-button {
    width: 100%;
  }
}

.htp__block-button:hover {
  color: #f6ad4d;
  border: 2px solid #ff9408;
}

.htp__block-button img {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.htp__block-button i {
  margin-right: 10px;
}

.htp__system-stat {
  width: 100%;
  margin-top: 20px;
}

.htp__system-stat-title {
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #989391;
}

.htp__system-stat-blocks {
  width: 100%;
  margin-top: 20px;
}

.htp__system-stat-block {
  width: calc((100% - 100px) / 2);
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 136, 0, 0.2);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 2px solid rgb(255, 136, 0);
}

@media (max-width: 750px) {
  .htp__system-stat-block {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .htp__system-stat-block:nth-child(2) {
    margin-top: 20px;
  }
}

.htp__system-stat-block-title {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #989391;
  margin-bottom: 20px;
}

.htp__system-stat-block-text {
  width: 100%;
  text-align: center;
  font-family: DIN Next W1G Regular;
  font-size: 14px;
  line-height: 18px;
  color: #8d807c;
}

.htp__system-stat-block-text b {
  color: #989391;
  font-family: DIN Next W1G Regular;
}

.htp__system-stat-block-text:not(:last-child) {
  margin-bottom: 10px;
}


/* flex */
/* -------------------------------------------------------------------------------------------------------------------- */
.flex-sbc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-sbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-sbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-ec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-es {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}


.content-area {
  width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .content-area {
    width: calc(100% - 60px);
  }
}

@media (max-width: 1080px) {
  .content-area {
    width: calc(100% - 40px);
  }
}

.section {
  width: 100%;
  position: relative;
  z-index: 1;
}

.section__content {
  width: 100%;
  position: relative;
  z-index: 5;
}

.section__title {
  width: 660px;
  margin: 0 auto;
}

@media (max-width: 780px) {
  .section__title {
    width: 100%;
  }
}

.section__title-big-text {
  width: 100%;
  text-align: center;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 48px;
  color: #f6ad4d;
  text-transform: uppercase;
  padding: 0px 20px;
  text-shadow: 0px 2px 4px #000;
}

@media (max-width: 550px) {
  .section__title-big-text {
    font-size: 30px;
  }
}

.section__title-small-text {
  width: 100%;
  text-align: center;
  font-family: DIN Next W1G Regular;
  font-size: 20px;
  line-height: 30px;
  color: #ffecd3;
  margin-top: 8px;
  padding: 0px 20px;
  text-shadow: 0px 2px 4px #000;
}

@media (max-width: 550px) {
  .section__title-small-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.wiki {
  width: 100%;
}

.wiki__nav {
  width: 320px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #211d1d;
}

@media (max-width: 1024px) {
  .wiki__nav {
    width: 100%;
    border: 1px solid #211d1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wiki__nav-item {
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  border-bottom: 1px solid rgba(43, 42, 42, 0.5);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media (max-width: 1024px) {
  .wiki__nav-item {
    width: calc(100% / 3);
    border: 1px solid rgba(43, 42, 42, 0.5);
  }
}

@media (max-width: 680px) {
  .wiki__nav-item {
    width: calc(100% / 2);
  }
}

@media (max-width: 460px) {
  .wiki__nav-item {
    width: 100%;
  }
}

.wiki__nav-item:last-child {
  margin-bottom: -1px;
}

.wiki__nav-item:hover {
  background: rgba(66, 62, 61, 0.25);
}

.wiki__nav-item.active {
  background: rgba(66, 62, 61, 0.25);
}

.wiki__nav-item-icon {
  width: 50px;
  height: 50px;
  position: relative;
  padding-left: 2px;
}

.wiki__nav-item-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/wiki/border_icon.png") center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0.2;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.wiki__nav-item-icon img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.wiki__nav-item-icon i {
  font-size: 18px;
  line-height: 18px;
  color: #ffda84;
}

.wiki__nav-item.active .wiki__nav-item-icon:after {
  opacity: 1;
}

.wiki__nav-item-info {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.wiki__nav-item-name {
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 3px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.wiki__nav-item.active .wiki__nav-item-name {
  color: #f6ad4d;
}

.wiki__nav-item-desc {
  width: 100%;
  font-size: 14px;
  color: #656060;
  margin-top: 2px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.wiki__nav-item.active .wiki__nav-item-desc {
  color: #f0e3db;
}

.wiki__box {
  width: calc(100% - 320px - 20px);
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .wiki__box {
    width: 100%;
    margin-top: 20px;
  }
}

.wiki__content {
  width: 100%;
  min-height: 100%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  border: 2px solid #211d1d;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
}

.wiki__content.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

.wiki__content-title {
  width: 100%;
  padding: 15px 20px;
  background: rgba(66, 62, 61, 0.25);
  border-bottom: 1px solid #2b2a2a;
  border-radius: 5px 5px 0px 0px;
}

.wiki__content-title-icon {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  padding-left: 2px;
}

.wiki__content-title-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/wiki/border_icon.png") center center no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.wiki__content-title-icon img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.wiki__content-title-icon i {
  font-size: 18px;
  line-height: 18px;
  color: #ffda84;
}

.wiki__content-title-info {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.wiki__content-title-name {
  width: 100%;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 3px;
}

.wiki__content-title-desc {
  width: 100%;
  font-size: 14px;
  color: #656060;
  margin-top: 2px;
}

.wiki__content-main {
  width: 100%;
  padding: 20px;
}

.wiki-text-box {
  font-size: 16px;
  line-height: 24px;
  color: #8a8181;
}

.wiki-text-box p {
  color: #8a8181;
}

@media (max-width: 1024px) {
  .wiki-text-box {
    font-size: 14px;
    line-height: 20px;
  }
}

.wiki-text-box>*:not(:first-child) {
  margin-top: 10px;
}

.wiki-text-box>*:last-child {
  margin-bottom: 0px;
}

.wiki-text-box a {
  color: #ddd5cf;
  text-decoration: underline;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.wiki-text-box a:hover {
  color: #ffaf43;
  text-decoration: none;
}

.wiki-text-box b {
  font-family: 'DIN Next W1G Medium';
  font-weight: normal;
  color: #ddd5cf;
}

.wiki-text-box h1,
.wiki-text-box h2,
.wiki-text-box h3,
.wiki-text-box h4,
.wiki-text-box h5,
.wiki-text-box h6 {
  font-family: 'Philosopher';
  font-weight: 700;
  color: #ddd5cf;
  margin: 0px;
}

.wiki-text-box h1:first-child,
.wiki-text-box h2:first-child,
.wiki-text-box h3:first-child,
.wiki-text-box h4:first-child,
.wiki-text-box h5:first-child,
.wiki-text-box h6:first-child {
  padding-top: 0px;
}

@media (max-width: 1024px) {

  .wiki-text-box h1:not(:last-child),
  .wiki-text-box h2:not(:last-child),
  .wiki-text-box h3:not(:last-child),
  .wiki-text-box h4:not(:last-child),
  .wiki-text-box h5:not(:last-child),
  .wiki-text-box h6:not(:last-child) {
    margin-bottom: -5px;
  }
}

.wiki-text-box h1 {
  font-size: 26px;
}

@media (max-width: 1024px) {
  .wiki-text-box h1 {
    font-size: 22px;
  }
}

.wiki-text-box h2 {
  font-size: 22px;
}

@media (max-width: 1024px) {
  .wiki-text-box h2 {
    font-size: 18px;
  }
}

.wiki-text-box h3 {
  font-size: 20px;
}

@media (max-width: 1024px) {
  .wiki-text-box h3 {
    font-size: 16px;
  }
}

.wiki-text-box h4,
.wiki-text-box h5,
.wiki-text-box h6 {
  font-size: 16px;
}

@media (max-width: 1024px) {

  .wiki-text-box h4,
  .wiki-text-box h5,
  .wiki-text-box h6 {
    font-size: 14px;
  }
}

.wiki-text-box ul {
  width: 100%;
  padding-left: 17px;
}

.wiki-text-box ul li {
  color: #a7a2a2;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .wiki-text-box ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

.wiki-text-box ul li:not(:last-child) {
  margin-bottom: 5px;
}

.wiki-text-box hr {
  width: 100%;
  border: none;
  border-top: 1px solid #333;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.wiki-text-box img {
  border-radius: 5px;
  max-width: 100%;
}

.menu-icon {
  display: none;
  cursor: pointer;
}
.menu-icon span {
 
  cursor: pointer;

  /* position the menu icon on the right */
  position: absolute;
  right: 10px;
 
}
.menu-icon span:nth-child(1) {
  /* styles for the first span element */
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffaf43;
  margin: 5px;
  position: absolute;
  right: 20px;

  top: 4%;
  
}

.menu-icon span:nth-child(2) {
  /* styles for the second span element */
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffaf43;
  margin: 5px;
  position: absolute;
  right: 20px;
  top: 5%;  
}

.menu-icon span:nth-child(3) {
  /* styles for the third span element */
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffaf43;
  margin: 5px;
  position: absolute;
  right: 20px;
  top: 6%;   
}
.menu.visible-menu {
  /* styles for the menu when it is visible */
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 9999;
  background-color: #211d1d;
}

.menu.visible-menu li {
  /* styles for the menu items */
  display: block;
}


.rankings__table-tr {
  width: 100%;
  padding: 15px 25px;
  z-index: 999999;
}

.wiki {
  width: 100%;
}


.wiki__nav {
  width: 320px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #211d1d;
}
.btn-none{

  background-color: transparent !important;
 
}
 .table-dark {
  color: #211d1d !important;
  background-color: #fffdfd !important;
  width: 100%;
  
} 


.wiki button {
  transition: all 0.3s ease;
  background: none;
  cursor: pointer;
  border: none;
  color: #fcfdfd;
  z-index: 1;
  padding: 10px 15px;
  cursor: url(../images/Attack_Cursor.cur), pointer;
}

.rankings__table {
  
  height: auto;
  background: rgba(255, 255, 255, 0.03);
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
  opacity: 0;
  -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;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.rankings__table.active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.table__tr {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}



.table__tr:not(:last-child) {
  border-bottom: 1px dotted #342b27;
}

.table__tr:first-child {
  border-bottom: 1px solid #3e3632;
  background: #221b18;
}

.table__tr:nth-child(n+3):nth-child(odd) {
  background: #221d1a;
}

.rankings__table-tr {
  width: 100%;
  padding: 15px 25px;
}
.col{
  text-align: left;
}



.videobg {
	position: absolute;
	left: 50%;
	right: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: auto;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(../images/bg-1-min.jpg) no-repeat center 40px;
  z-index: -9999;
}

[data-informer=open]~.videobg {
	top: 80px
}

.videobg:before {
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(89%, rgba(255, 255, 255, 0.95)), to(#fff));
	background: linear-gradient(180deg, transparent 0, rgba(255, 255, 255, 0.95) 89%, #fff)
}

.videobg:after,
.videobg:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 500px;
}

/* Efeito de Vento/Neblina Atmosférico */
.wind-effect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999; /* Acima do videobg (-9999), abaixo do conteúdo */
    pointer-events: none;
    overflow: hidden;
}

.wind-1, .wind-2, .wind-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: transparent;
    opacity: 0.4;
}

/* Camada 1: Vento principal */
.wind-1 {
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
    animation: wind-drift 15s linear infinite;
    transform: translateX(0);
}

/* Camada 2: Contracorrente mais lenta */
.wind-2 {
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.03) 40%, transparent 100%);
    animation: wind-drift-reverse 25s linear infinite;
    top: 20%;
    height: 60%;
    opacity: 0.3;
}

/* Camada 3: Névoa/Poeira sutil */
.wind-3 {
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05), transparent 70%);
    width: 150%;
    animation: wind-drift 20s linear infinite reverse;
    opacity: 0.2;
    mix-blend-mode: screen;
}

@keyframes wind-drift {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@keyframes wind-drift-reverse {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Desativar em mobile para performance */
@media screen and (max-width: 768px) {
    .wind-effect {
        display: none;
    }
}

.videobg:after {
	top: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(89%, rgba(255, 255, 255, 0.95)), to(#fff));
	background: linear-gradient(0deg, transparent 0, rgba(255, 255, 255, 0.95) 89%, #fff)
}
	

.videobg__video {
	width: 100%;
	height: auto;
	display: block;
}

.videosrc {
	width: 100%
}

[data-theme=ny] .videobg {
	width: 100%;
	height: auto;
	top: 0
}






@media screen and (max-width: 1100px) {
	.videobg, .videosrc {
    /* display: none; */
  }
}
