* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:root {
  --primary-color: #fff;
  --secondary-color: #000;
  --accent-color: rgb(255, 102, 0);
  --body-bg: #221000;
  --header-bg: #221100;
  --btn-reg: #fff;
  --btn-reg-hover: rgb(255, 102, 0);
  --btn--login: #fc8a55;
  --btn--login-hover: rgb(255, 102, 0);
  --burger: #fff;
  --burger-active: #f37500;

  --link: #fff;
  --link-hover: #808080;
  --active: #fe9000;
  --line: #fc4902;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  text-align: justify;
}

h1, .menu-clean-3a5f {
  font-size: clamp(20px, 5vw, 34px);
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 550px) {
  h1, .menu-clean-3a5f {
    margin: 20px 0;
  }
}

h2 {
  font-size: clamp(20px, 5vw, 28px);
  margin-bottom: 20px;
}
h3 {
  font-size: clamp(18px, 5vw, 24px);
  margin-top: 15px;
  margin-bottom: 15px;
}

ul,
ul li {
  list-style: none;
}

li {
  margin-bottom: 10px;
}

ol, ul {
  margin: 10px 0;
}

ol {
  margin-left: 15px;
}

p {
  margin-bottom: 10px;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

/* no-scroll */
.main_up_8c0d {
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
}

html,
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

main {
  position: relative;
  flex-grow: 1;
  margin-top: 130px;
}

/* @media (max-width: 500px) {
  main {
    margin-top: 100px;
  }
} */

footer {
  flex-shrink: 0;
}

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: var(--primary-color);
  background-color: var(--body-bg);
}

.basic-db26 {
  padding: 0 10px;
  max-width: 1230px;
  margin: 0 auto;
}

.sidebar-hovered-8048 {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .sidebar-hovered-8048 {
    margin: 20px 0;
  }
}

.chip-e07a {
  color: var(--link);
  transition: .3s ease-in-out;
}
@media (min-width: 768px) {
  .chip-e07a:hover {
    color: var(--link-hover);
  }
}

.current_c521 {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--btn--login);
  background-color: var(--btn--login);
  font-weight: 600;
  color: var(--secondary-color)
}
@media (min-width: 768px) {
  .current_c521:hover {
    border-color: var(--btn--login-hover);
    background-color: var(--btn--login-hover);
  }
}

.hard_c9ec {
  width: 50%;
  text-align: center;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.primary-912a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  @media (max-width: 768px) {
    display: flex;
    flex-direction: column;
  }
}

.tall-7f8b {
  display: flex;
  flex-direction: column;
  text-align: justify;
  width: 50%;
  @media (max-width: 768px) {
    width: 100%;
  }
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/lato-regular.over_5e2a") format("woff"),
    url("../font/lato-regular.hot-f0b2") format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/lato-bold.over_5e2a") format("woff"),
    url("../font/lato-bold.hot-f0b2") format("woff2");
}
.layout_selected_a1eb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: var(--header-bg);
  z-index: 50;
  padding: 10px 0;
  box-shadow: 0 0 15px #fff;
  font-weight: 600;
}

.disabled-ab54 {
  display: flex;
  align-items: center;
}

.white_64b1 {
  max-width: 200px;
  margin-right: 10px;
}

.outline-8c8d {
  margin: 0;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 30px);
}

@media (max-width:500px) {
  .white_64b1 {
    width: 102px;
  }
}

.card-left-56e9 {
  display: grid;
  grid-template-areas: "logo btns"
                        "nav nav";
  gap: 10px;
}

.disabled-ab54 {
  grid-area: logo;
}

.component-b7da {
  grid-area: btns;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

@media (max-width: 550px){
  .layout-746f {
    flex-direction: column;
  }
}

.detail-fluid-e87a {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;

  @media (max-width: 550px){
    font-size: 14px;
    padding: 10px;
  }
}

.wide_fc1b {
  border-color: var(--btn-reg);
  fill: var(--btn-reg);
  background-color: transparent;
  color: var(--btn-reg);
  transition: 0.3s ease-in-out;
}

@media (hover: hover) {
  .wide_fc1b:hover {
    border-color: var(--btn-reg-hover);
    background-color: var(--btn-reg-hover);
  }
}

.content-4815 {
  margin-right: auto;
  margin-left: 0;
}

.content-4815 img {
  max-width: 16px;
  height: 16px;
}

@media (max-width: 1200px){
  .card-left-56e9 {
  grid-template-areas: "logo logo"
                        "btns burger";
  }
  .white_64b1 {
    margin: 0 auto;
  }

  .component-b7da {
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px){
.huge-cbe3 {
  grid-area: burger;
  display: none;

  }
}

@media screen and (max-width: 1200px){
  .huge-cbe3 {
    
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-color: transparent;
  cursor: pointer;
  }
}

/* burger__btn */
.huge-cbe3 span {
  position: relative;
  background-color: var(--burger);
  width: 23px;
  height: 2px;
}

.huge-cbe3 span::before {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 2px;
  top: -5px;
  background-color: var(--burger);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .huge-cbe3 span::before {
    top: -7px;
  }
}
.huge-cbe3 span::after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 2px;
  bottom: -5px;
  background-color: var(--burger);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 560px) {
  .huge-cbe3 span::after {
    bottom: -7px;
  }
}
.modal_d2bb span::before {
  transform: rotate(45deg);
  top: -1px;
  background-color: var(--burger-active);
}
.modal_d2bb span::after {
  transform: rotate(-45deg);
  bottom: -1px;
  background-color: var(--burger-active);
}

/* span__none-active */
.module_2293 {
  height: 0 !important;
}

.grid_north_dc69 {
  grid-area: nav;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .grid_north_dc69 {
  position: absolute;
  background: rgb(68, 49, 28);
  padding: 40px;
  width: 400px;
  right: 0;
  top: 108px;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  transform: translateX(100%);
  z-index: 40;
  transition: all 0.3s ease-in-out;
  }
}


@media (max-width: 560px) {
  .grid_north_dc69 {
  width:100%;
  }
}

@media (max-width: 500px) {
  .grid_north_dc69 {
  top: 96px;
  }
}

@media screen and (min-width: 1200px) {
  .link-dark-04b8 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.link-dark-04b8::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media screen and (max-width: 1200px) {
  .link-dark-04b8 {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  align-items: start;
  width: 100%;
  gap: 15px;
  margin-bottom: 0;
  flex-direction: column;
  overflow-y: scroll;
  padding-bottom: 50px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  }
}

.inner_8aa9 {
  margin-right: 20px;
}

/* nav__active */
.logo_fd7b {
  display: flex;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

.fn-active-6f4f {
  position: relative;
  color: var(--active);
}

.fn-active-6f4f::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  background-color: var(--active);
  transition: all 0.3s ease-in-out;
}

.brown-2562 {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}

.liquid_dcf2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid var(--btn--login);
  border-radius: 5px;
  background-color: #302f2f;
  box-shadow: transparent;
  transition: .3s ease-in-out;
  font-size: clamp(14px, 2vw, 20px);
}

.liquid_dcf2 svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 605px) {
  .liquid_dcf2 {
    height: 138px;
  }
}
@media (max-width: 500px) {
  .liquid_dcf2 {
    padding: 5px;
    height: 125px;
  }

  .liquid_dcf2 svg {
    width: 30px;
    height: 30px;
  }
}

@media (hover: hover) {
  .liquid_dcf2:hover {
    background-color: #5f5e5e;
    box-shadow: 5px 5px 5px var(--accent-color);
    color: var(--primary-color);
  }
}

.summary_f223 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.menu_left_2012 {
  visibility: visible;
  opacity: 1;
}

.card-large-e426 li {
  display: flex;
  align-items: start;
}

.card-large-e426 li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B19464;
  border-radius: 20px;
  display: block;
  padding-right: 10px;
  margin-right: 15px;
  transform: translateY(5px);
}

.notice-2cf2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;

  max-width: 220px;
  margin: 25px auto;
}

.dark-7d0b {
  display: flex;
  max-width: max-content;
  align-items: center;
  gap: 15px;
  padding: 0px 15px;
  border-radius: 50px;
  color: #fff;
  overflow: hidden;
  font-weight: 600;
  background-color: #EAA43E;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.dark-7d0b img {
  border-radius: 0;
}

.feature-selected-1ef1 {
  padding: 10px 10px 10px 20px;
  margin-left: -16px;
  background-color: #9723EF;
  transition: all 0.3s ease-in-out;
}

.dark-7d0b:hover {
  background-color: #5f6e6a;
}
.dark-7d0b:hover .feature-selected-1ef1 {
  background-color: #3f4a48;
}

.fn-first-6f4f {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
  @media (max-width: 768px) {
    max-width: 100%;
  }
}

.disabled_east_d493 {
  display: block;
  max-width: 50%;
  margin: 20px auto;

  @media (max-width: 768px) {
    max-width: 100%;
  }
}

.video-bronze-ae70 {
  display: block;
  max-width: 100%;
  margin: 20px auto;

  @media (max-width: 768px) {
    max-width: 100%;
  }
}

.gas-25a5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.chip-3088 {
  max-width: 50%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;

  @media (max-width: 768px) {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.tertiary_middle_31cc {
  max-width: 50%;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;

  @media (max-width: 768px) {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.component-fresh-981e {
  border: 3px solid var(--line);
  border-radius: 7px;
  padding: 20px 40px;
}

.paper-93ee {
  max-width: 200px;
}
.widget_pressed_dc73 {
  position: relative;
  text-align: center;
}

.widget_pressed_dc73::after {
  content: "";
  position: absolute;
  display: block;
  width: calc((100% - 50%) - 100px);
  height: 3px;
  right: 0;
  top: 50%;
  background-color: var(--line);
  border-block-end: 0;
  flex-grow: 1;
}
.widget_pressed_dc73::before {
  content: "";
  position: absolute;
  width: calc((100% - 50%) - 100px);
  left: 0;
  height: 3px;
  top: 50%;  
  background-color: var(--line);
}

.accent-light-cfc9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.upper_e744 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
}

.upper_e744 p {
  margin-bottom: 0;
}

.filter-e157 {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
}

.filter-e157 img {
  max-width: 15px;
}

.filter-45b0 {
  max-width: max-content;
}

.hover-63e8 {
  margin: 0 auto;
}

.filter-45b0 img {
  width: 16px;
}

@media (max-width: 550px) {
  .component-fresh-981e {
    padding: 15px 10px;
  }
  .accent-light-cfc9 {
  flex-direction: column;
  margin-bottom: 10px;
  }
  .widget_pressed_dc73 {
    margin-bottom: 10px;
  }
  .filter-e157 {
    width: max-content;
    margin: auto;
  }
  .widget_pressed_dc73::after,
  .widget_pressed_dc73::before {
    width: calc((100% - 47%) - 100px);
  }
  .filter-45b0 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
  }
}

.outline-ccd2 {
  padding: 15px;
  border: 3px solid var(--line);
  border-radius: 7px;
}

.filter-abdf {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-abdf div {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
}

.filter-abdf div img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* game */

.slow_4783 {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: green transparent;
}
.slow_4783::-webkit-scrollbar {
  width: 5px; 
  color: transparent;
}

.slow_4783::-webkit-scrollbar-track {
  margin-top: 10px;
  background: transparent;
}

.slow_4783::-webkit-scrollbar-thumb {
  background-color: #050c26; 
  border-radius: 20px;
  border: 3px solid #050c26; 
}

.dropdown_d162 {
  min-width: 90px;
  cursor: pointer;
}

/* modal */

.orange-b9ac {
  position: fixed;
  width: 100%;
  max-width: 800px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3f4a48;
  border-radius: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 35;

}

.header_e8ec {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.accordion-e7eb {
  border: 1px solid goldenrod;
  background-color: var(--btn--login);
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 15px;
}

.shadow_445a {
  display: flex;
}

.focus-out-31d8 {
  background-image: url("../image/bg.pagination_complex_2061");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* css-noise: 44d3 */
.widget-item-t3 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
