* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1;
	background: transparent;
	overflow-x: hidden
}

html {
	font-family: "Martel", sans-serif;
	font-size: 62.5%;
	width: 100% !important
}

ol,
ul {
	list-style: none
}

img {
	max-width: 100%
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

::-webkit-scrollbar {
	width: 0.5rem
}

::-webkit-scrollbar-track {
	background: #161616
}

::-webkit-scrollbar-thumb {
	background: #96652f
}

::-webkit-scrollbar-thumb:hover {
	background: #dc9a59
}

.block {
	width: 100%;
	display: block
}

.wrapper {
	/* max-width: 129.2rem;
	padding: 0 1rem; */	
	margin: 0 auto
}

.is-50 {
	width: 50%
}

.main-header {
	min-height: 75rem;
	position: relative
}

.main-header .main-menu {
	background: rgba(230, 227, 238, 0.5)
}

.main-header .main-menu .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.main-header .main-menu .wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.main-header .main-menu .wrapper ul li a {
	margin-right: 4rem;
	padding: 1rem;
	font-size: 1.4rem;
	text-decoration: none;
	color: #233578;
	font-weight: 800
}

.main-header .main-menu .wrapper a {
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity
}

.main-header .main-menu .wrapper a img {
	margin-bottom: -0.3rem
}

.main-header .main-menu .wrapper a:hover {
	opacity: 0.8
}

.main-header .dropbtn {
	margin-right: 4rem;
	padding: 1rem;
	font-size: 1.4rem;
	text-decoration: none;
	font-weight: 800;
	color: #233578 !important;
	cursor: pointer
}

.main-header .dropbtn i {
	font-size: 1.2rem;
	margin-left: 0.6rem
}

.main-header .dropdown {
	position: relative;
	display: inline-block
}

.main-header .dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 220px;
	margin-top: 1.5rem;
	z-index: 1
}

.main-header .dropdown-content a {
	width: calc(100%);
	padding: 1.5rem 2rem !important;
	text-decoration: none;
	display: block;
	color: #233578 !important;
	font-family: "Noto Sans", sans-serif !important;
	font-size: 1.4rem;
	font-weight: 400 !important
}

.main-header .dropdown-content a:hover {
	background-color: #e8e0da;
	color: #fff !important
}

.main-header .dropdown:hover .dropdown-content {
	display: block
}

.main-header .dropdown:hover .dropbtn {
	opacity: 0.8
}

.main-header .animated-banner video {
	width: 1920px;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
	overflow-x: hidden;
	margin-top: -5rem;
	margin-left: calc(((1920px - 100vw) / 2) * -1)
}

.main-header .leaders {
	width: 100%;
	margin-top: 25rem
}

.main-header .leaders .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.main-header .leaders .wrapper .is-50 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 50%
}

.main-header .leaders .wrapper .is-50 .leaders-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: -25rem
}

.main-header .leaders .wrapper .is-50 .leaders-box .leaders-icon {
	margin: 2rem 0;
	width: 7.4rem;
	height: 4.8rem;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: url("../img/crown-detail.png") center bottom no-repeat
}

.main-header .leaders .wrapper .is-50 .leaders-box .leaders-icon img {
	margin-top: -1.5rem
}

.main-header .leaders .wrapper .is-50 h4 {
	font-family: "Martel", sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	color: #233578
}

.main-header .leaders .wrapper .is-50 h5 {
	font-family: "Martel", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	color: #233578;
	margin-top: 0.5rem
}

.main-header .leaders .wrapper .is-50 .box-bellatra {
	margin-left: inherit;
	margin-right: -25rem
}

.main-menu {
	background: rgba(230, 227, 238, 0.5)
}

.main-menu .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.main-menu .wrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.main-menu .wrapper ul li a {
	margin-right: 4rem;
	padding: 1rem;
	font-size: 1.4rem;
	text-decoration: none;
	color: #233578;
	font-weight: 800
}

.main-menu .wrapper a {
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity
}

.main-menu .wrapper a img {
	margin-bottom: -0.3rem
}

.main-menu .wrapper a:hover {
	opacity: 0.8
}

.dropbtn {
	margin-right: 4rem;
	padding: 1rem;
	font-size: 1.4rem;
	text-decoration: none;
	font-weight: 800;
	color: #233578 !important;
	cursor: pointer
}

.dropbtn i {
	font-size: 1.2rem;
	margin-left: 0.6rem
}

.dropdown {
	position: relative;
	display: inline-block
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 220px;
	margin-top: 1.5rem;
	z-index: 1
}

.dropdown-content a {
	width: calc(100%);
	padding: 1.5rem 2rem !important;
	text-decoration: none;
	display: block;
	color: #233578 !important;
	font-family: "Noto Sans", sans-serif !important;
	font-size: 1.4rem;
	font-weight: 400 !important
}

.dropdown-content a:hover {
	background-color: #e8e0da;
	color: #fff !important
}

.dropdown:hover .dropdown-content {
	display: block
}

.dropdown:hover .dropbtn {
	opacity: 0.8
}

.news-area {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.news-area>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #e8e0da;
	height: 100%
}

.news-area .news-box {
	width: 100%;
	background: #e8e0da;
	padding: 0 3.2rem 3.2rem 3.2rem
}

.news-area .news-box .news-top-bar {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: 1px solid #283566
}

.news-area .news-box .news-top-bar .news-top-bar-title {
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: "Martel", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase
}

.news-area .news-box .news-top-bar .news-top-bar-title span {
	margin-top: 0.3rem
}

.news-area .news-box .news-top-bar .news-top-bar-title img {
	margin-right: 1rem
}

.news-area .news-box .news-top-bar .news-top-bar-options ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.news-area .news-box .news-top-bar .news-top-bar-options ul li {
	font-family: "Noto Sans", sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 2.7rem 1.5rem 2.5rem 1.5rem;
	color: #4a5682;
	border-bottom: 2px solid #e8e0da;
	margin-bottom: -4px;
	cursor: pointer;
	-webkit-transition: 0.4s color;
	transition: 0.4s color
}

.news-area .news-box .news-top-bar .news-top-bar-options ul li:hover {
	color: #a7afcc
}

.news-area .news-box .news-top-bar .news-top-bar-options ul li .gg-add {
	--ggs: 0.8
}

.news-area .news-box .news-top-bar .news-top-bar-options ul li a i {
	color: #4a5682;
	text-decoration: none;
	-webkit-transition: 0.4s color;
	transition: 0.4s color
}

.news-area .news-box .news-top-bar .news-top-bar-options ul li a i:hover {
	color: #a7afcc
}

.news-area .news-box .news-top-bar .news-top-bar-options ul .news-tab-active {
	color: #fff;
	font-weight: 500;
	border-bottom: 2px solid #4b6ad7
}

.news-area .news-box .news-item-box {
	display: none
}

.news-area .news-box .news-item-box .news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 2.4rem
}

.news-area .news-box .news-item-box .news-item>div {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.news-area .news-box .news-item-box .news-item>div h4 {
	font-family: "Martel", sans-serif;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 400
}

.news-area .news-box .news-item-box .news-item>div span {
	font-family: "Noto Sans", sans-serif;
	font-size: 1.3rem;
	color: #66739f;
	margin-top: 0.4rem
}

.news-area .news-box .news-item-box .news-item>div a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.3rem;
	color: #8999cf;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: 0.4s color;
	transition: 0.4s color
}

.news-area .news-box .news-item-box .news-item>div a:hover {
	color: #fff
}

.news-area .news-box .news-item-box .news-item>div a i {
	margin-left: 0.6rem
}

.news-area .main-slider .swiper {
	width: 63rem;
	height: 34.7rem
}

.news-area .main-slider .swiper .swiper-pagination {
	width: auto;
	left: 5.2rem;
	bottom: 4rem
}

.news-area .main-slider .swiper .swiper-pagination .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	background: #233578;
	opacity: 1
}

.news-area .main-slider .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #d1ad77
}

.highlight {
	margin: 6rem 0;
	width: 100%
}

.highlight .highlight-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.highlight .highlight-top .top-bar-title {
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: "Martel", sans-serif;
	font-size: 2rem;
	font-weight: 800;
	color: #e8e0da;
	text-transform: uppercase
}

.highlight .highlight-top .top-bar-title span {
	margin-top: 0.3rem
}

.highlight .highlight-top .top-bar-title img {
	margin-right: 1rem
}

.highlight .highlight-top .top-bar-title a {
	font-size: 1.3rem;
	color: #d1ad77;
	font-weight: 700;
	font-family: "Noto Sans", sans-serif;
	margin-left: 1.5rem;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: 0.4s color;
	transition: 0.4s color
}

.highlight .highlight-top .top-bar-title a:hover {
	color: #b59360
}

.highlight .rank-slide img {
	cursor: pointer
}

.highlight .rank-slide .rank-slide-next,
.highlight .rank-slide .rank-slide-prev {
	-webkit-transition: 0.4s opacity;
	transition: 0.4s opacity
}

.highlight .rank-slide .rank-slide-next:hover,
.highlight .rank-slide .rank-slide-prev:hover {
	opacity: 0.8
}

.highlight .rank-slide .rank-slide-next {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 0.6rem
}

.highlight .highlight-slide {
	margin: 4rem 0
}

.highlight .highlight-slide .highlight-rank {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.highlight .highlight-slide .highlight-rank>div {
	width: 30%;
	border-right: 1px solid rgba(0, 0, 0, 0.07);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.highlight .highlight-slide .highlight-rank>div:last-child {
	border-right: none
}

.highlight .highlight-slide .highlight-rank>div span {
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background: #233578;
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 50%;
	font-family: "Martel", sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	color: #fff
}

.highlight .highlight-slide .highlight-rank>div .highlight-player-class {
	margin: 0 4rem;
	position: relative;
	height: 8.3rem
}

.highlight .highlight-slide .highlight-rank>div .highlight-player-class::before {
	content: "";
	position: absolute;
	width: 10.4rem;
	height: 5.4rem;
	margin-left: -1.7rem;
	margin-top: 2.8rem
}

.highlight .highlight-slide .highlight-rank>div .highlight-player-info h5 {
	font-family: "Martel", sans-serif;
	font-size: 1.8rem;
	color: #233578;
	font-weight: 800;
	margin-bottom: 0.4rem
}

.highlight .highlight-slide .highlight-rank>div .highlight-player-info h4 {
	font-family: "Martel", sans-serif;
	font-size: 1.4rem;
	margin-bottom: 0.4rem
}

.highlight .highlight-slide .highlight-rank .highlight-gold .highlight-player-class::before {
	background: url("../img/rank-detail-gold.png") no-repeat center
}

.highlight .highlight-slide .highlight-rank .highlight-gold .highlight-player-info h4 {
	color: #b59360
}

.highlight .highlight-slide .highlight-rank .highlight-gold span {
	background: #b59360
}

.highlight .highlight-slide .highlight-rank .highlight-silver .highlight-player-class::before {
	background: url("../img/rank-detail-silver.png") no-repeat center
}

.highlight .highlight-slide .highlight-rank .highlight-silver .highlight-player-info h4 {
	color: #888888
}

.highlight .highlight-slide .highlight-rank .highlight-silver span {
	background: #888888
}

.highlight .highlight-slide .highlight-rank .highlight-bronze .highlight-player-class::before {
	background: url("../img/rank-detail-bronze.png") no-repeat center
}

.highlight .highlight-slide .highlight-rank .highlight-bronze .highlight-player-info h4 {
	color: #997059
}

.highlight .highlight-slide .highlight-rank .highlight-bronze span {
	background: #997059
}

.fast-links {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.fast-links a {
	margin-right: 1rem;
	display: inline-block;
	-webkit-transition: 0.4s opacity;
	transition: 0.4s opacity
}

.fast-links a:last-child {
	margin-right: none
}

.fast-links a:hover {
	opacity: 0.85
}

.home-masters {
	background: url("../img/bg-masters.png") no-repeat center;
	background-size: cover;
	margin-top: 8rem;
	padding: 8rem 0;
	margin-right: -5px;
	width: 100%
}

.home-masters .wrapper {
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.home-masters .wrapper .master-title {
	font-size: 2.4rem;
	color: #fff;
	text-transform: uppercase
}

.home-masters .wrapper .master-title img {
	margin: 0 1rem
}

.home-masters .wrapper .master-title .rotate {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.home-masters .wrapper .master-rank {
	margin-top: 8rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.home-masters .wrapper .master-rank>div {
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.home-masters .wrapper .master-rank>div .master-rank-title {
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1.8rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2rem
}

.home-masters .wrapper .master-rank>div .master-rank-title img {
	margin-right: 0.4rem
}

.home-masters .wrapper .master-rank>div .master-rank-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.home-masters .wrapper .master-rank>div .master-rank-info .master-rank-info-class {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.home-masters .wrapper .master-rank>div .master-rank-info .master-rank-info-class::before {
	content: "";
	position: absolute;
	width: 10.4rem;
	height: 5.4rem;
	margin-left: 0rem;
	margin-top: 3.1rem;
	background: url("../img/crown-detail-master.png") no-repeat
}

.home-masters .wrapper .master-rank>div .master-rank-info .master-rank-info-class a {
	margin-top: 2.5rem;
	color: #d1ad77;
	font-weight: 700;
	font-size: 1.2rem;
	font-family: "Noto Sans", sans-serif;
	text-decoration: none
}

.home-masters .wrapper .master-rank>div .master-rank-info .master-rank-info-class a:hover {
	text-decoration: underline
}

.home-masters .wrapper .master-rank>div .master-rank-info .master-rank-info-player {
	margin-left: 3rem
}

.home-masters .wrapper .master-rank>div .master-rank-info .master-rank-info-player h4 {
	font-size: 1.6rem;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0.6rem
}

.home-masters .wrapper .master-rank>div .master-rank-info .master-rank-info-player .master-rank-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.home-masters .wrapper .master-rank>div .master-rank-info .master-rank-info-player .master-rank-numbers>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: 1rem;
	font-size: 1.3rem;
	color: #fff
}

.home-masters .wrapper .master-rank>div .master-rank-info .master-rank-info-player .master-rank-numbers>div img {
	margin-right: 0.4rem
}

.content-end {
	margin: 6rem 0
}

.main-content-title {
	background: #e8e0da;
	padding: 3rem;
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.main-content-title h1 {
	font-size: 2rem;
	color: #fff;
	margin: 0 2rem
}

.main-content-title img {
	max-width: 100%
}

.main-content-title img:last-child {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.main-content {
	padding: 2rem; 
	padding-top:1rem;
	background: transparent;
	font-family: "Noto Sans", sans-serif;
	color: #e8e0da;
	font-size: 1.3rem
}

.main-content .tip {
	width: auto;
	padding: 1.5rem 1rem;
	color: #d1ad77;
	border: 1px solid #d1ad77;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-radius: 0.4rem;
	text-align: left
}

.main-content .tip i {
	margin: 0 1.6rem;
	color: #d1ad77;
	font-size: 2rem
}

.main-content .tip a {
	color: #d1ad77;
	font-weight: 700;
	text-decoration: underline
}

.main-content-splited {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.main-content-splited .main-content-info {
	width: 70%;
	padding: 2rem
}

.main-content-splited .main-content-info .main-content-info-title {
	margin-bottom: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1.8rem;
	color: #e8e0da;
	font-family: "Martel", sans-serif;
	font-weight: 800;
	text-transform: uppercase
}

.main-content-splited .main-content-info .main-content-info-title img {
	margin-right: 1rem
}

.main-content-splited .main-content-info-full {
	width: 100%;
	margin-top: 1rem;
	/* padding: 2rem */
}

.main-content-splited .main-content-info-full .main-content-info-title {
	margin: 4rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1.8rem;
	color: #e8e0da;
	font-family: "Martel", sans-serif;
	font-weight: 800;
	text-transform: uppercase
}

.main-content-splited .main-content-info-full .main-content-info-title img {
	margin-right: 1rem
}

.main-content-splited .main-content-info-full .main-content-info-title-first {
	margin-bottom: 4rem
}

.main-content-splited .has-dot li {
	padding-left: 1.5rem;
	position: relative;
	margin-bottom: 1rem
}

.main-content-splited .has-dot li::before {
	content: "";
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	background: #d1ad77;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -1rem
}

.main-content-splited .main-content-add {
	width: 30%;
	padding: 2rem
}

.main-content-splited .main-content-add .download-now {
	background: #d1ad77;
	border-radius: 1rem;
	padding: 2rem;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.main-content-splited .main-content-add .download-now img {
	margin-top: -7rem;
	-webkit-animation: float 8s ease-in-out infinite;
	animation: float 8s ease-in-out infinite
}

.main-content-splited .main-content-add .download-now span {
	background: #fff;
	padding: 1rem 1.2rem 0.6rem 1.2rem;
	border-radius: 5rem;
	font-family: "Martel", sans-serif;
	font-size: 1.2rem;
	line-height: 100%;
	color: #d1ad77;
	font-weight: 800;
	text-transform: uppercase
}

.main-content-splited .main-content-add .download-now h3 {
	font-family: "Martel", sans-serif;
	font-size: 1.8rem;
	line-height: 100%;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin: 1.5rem 0 0.6rem 0
}

.main-content-splited .main-content-add .download-now p {
	color: #fff
}

.main-content-splited .main-content-add .download-now a {
	display: block;
	width: 100%;
	text-align: center;
	background: #ffe4bb;
	padding: 1.5rem 0;
	border-radius: 5rem;
	color: #8e6f3f;
	font-family: "Martel", sans-serif;
	font-size: 1.8rem;
	line-height: 100%;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 1.5rem;
	-webkit-transition: 0.4s background;
	transition: 0.4s background
}

.main-content-splited .main-content-add .download-now a:hover {
	background: #fff
}

.social-inside {
	width: 100%;
	margin: 3rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.social-inside a {
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	display: inline-block;
	margin-right: 1rem;
	background: #233578;
	padding: 1.6rem 2.4rem;
	border-radius: 0.4rem;
	text-decoration: none;
	font-weight: 500;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.4rem;
	color: #fff;
	-webkit-transition: 0.4s all;
	transition: 0.4s all
}

.social-inside a i {
	margin-right: 1rem
}

.social-inside a:hover {
	background: #d1ad77
}

table {
	width: 100%;
	border: none;
	margin-top: 2rem
}

table tr {
	vertical-align: middle
}

table tr:hover {
	background: #233578;
	color: #fff
}

table tr:first-child {
	font-family: "Martel", sans-serif;
	font-weight: 800;
	color: #fff;
}

table tr:first-child td {
	vertical-align: middle
}

table tr:first-child td b {
	margin-top: -0.4rem
}

table tr:first-child:hover {
	background: #968b83;
	color: #83626b;
}

table tr td {
	padding: 1.2rem 0.8rem
}

.npc-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 10rem
}

.npc-box .npc-box-img {
	min-width: 20rem;
	background: #e8e0da;
	padding: 3rem;
	border-radius: 1rem;
	-webkit-transition: 0.5s -webkit-transform;
	transition: 0.5s -webkit-transform;
	transition: 0.5s transform;
	transition: 0.5s transform, 0.5s -webkit-transform;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.npc-box .npc-box-img img {
	margin-top: -9rem;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite
}

.npc-box .npc-box-img span {
	font-family: "Martel", sans-serif;
	color: #d1ad77;
	font-weight: 800;
	font-size: 1.4rem;
	margin-top: 2rem
}

.npc-box .npc-box-info {
	padding: 3rem;
	line-height: 140%
}

.npc-box .npc-box-info .npc-box-info-items {
	margin: 2rem 0
}

.npc-box .npc-box-info .npc-box-info-items>div {
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.npc-box .npc-box-info .npc-box-info-items>div p {
	margin-bottom: 1rem
}

.npc-box .npc-box-info .npc-box-info-items>div .info-number {
	width: 1.5rem;
	height: 1.5rem;
	background: #d1ad77;
	font-family: "Martel", sans-serif;
	font-weight: 800;
	color: #e8e0da;
	font-size: 1.8rem;
	border-radius: 5rem;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2rem;
	margin-right: 1rem
}

.server-time {
	background: #f6f6fb;
	color: #e8e0da;
	padding: 1rem 1.6rem;
	border-radius: 0.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.server-time i {
	margin-right: 0.5rem;
	color: #b59360
}

.server-time h4 {
	font-weight: 800;
	margin-bottom: 0.5rem
}

.table-all-left table tr td {
	text-align: left !important;
	padding: 2rem !important
}

.download-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 2rem 0
}

.download-links a {
	width: calc(25% - 2rem);
	margin-right: 2rem;
	margin-top: 2rem;
	min-height: 6.6rem;
	background: #f6f6fb;
	padding: 1.4rem;
	border-radius: 0.6rem;
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	color: #e8e0da;
	-webkit-transition: 0.4s all;
	transition: 0.4s all
}

.download-links a:last-child {
	margin-right: 0
}

.download-links a img {
	max-width: 4rem;
	margin-right: 1rem
}

.download-links a:hover {
	background: #e8e0da;
	color: #fff
}

.boss-area {
	width: 100%;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 12rem
}

.boss-area>div {
	width: calc(25% - 2rem);
	margin-top: 10rem;
	margin-right: 2rem;
	background: #f6f6fb;
	padding: 2rem;
	border-radius: 1rem;
	-webkit-transition: 0.5s -webkit-transform;
	transition: 0.5s -webkit-transform;
	transition: 0.5s transform;
	transition: 0.5s transform, 0.5s -webkit-transform;
	min-height: 26rem;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.boss-area>div:last-child {
	margin-right: 0
}

.boss-area>div:nth-child(1),
.boss-area>div:nth-child(2),
.boss-area>div:nth-child(3),
.boss-area>div:nth-child(4) {
	margin-top: 1rem
}

.boss-area>div img {
	margin-top: -9rem;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite
}

.boss-area>div span {
	font-family: "Martel", sans-serif;
	color: #d1ad77;
	font-weight: 800;
	font-size: 1.4rem;
	margin-top: 1rem
}

.boss-area>div .boss-info {
	color: #e8e0da;
	text-align: center
}

.boss-area>div .boss-info b {
	margin-bottom: 0.6rem;
	display: block
}

.boss-area>div .boss-info ul li {
	margin-top: 1.4rem;
	font-size: 1.4rem
}

.donate-area {
	width: 100%;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1rem
}

.donate-area>div {
	width: calc(25% - 2rem);
	margin-top: 10rem;
	margin-right: 2rem;
	background: #f6f6fb;
	padding: 2rem;
	border-radius: 1rem;
	-webkit-transition: 0.5s -webkit-transform;
	transition: 0.5s -webkit-transform;
	transition: 0.5s transform;
	transition: 0.5s transform, 0.5s -webkit-transform;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.donate-area>div:last-child {
	margin-right: 0
}

.donate-area>div:nth-child(1),
.donate-area>div:nth-child(2),
.donate-area>div:nth-child(3),
.donate-area>div:nth-child(4) {
	margin-top: 1rem
}

.donate-area>div span {
	font-family: "Martel", sans-serif;
	color: #d1ad77;
	font-weight: 800;
	font-size: 1.4rem;
	margin-top: 1rem
}

.donate-area>div .donate-info {
	width: 100%;
	color: #e8e0da;
	text-align: center
}

.donate-area>div .donate-info b {
	margin-bottom: 0.6rem;
	display: block
}

.donate-area>div .donate-info ul li {
	margin-top: 1.4rem;
	font-size: 1.4rem
}

.donate-area>div .donate-info ul li a {
	display: block;
	width: 100%;
	background: #e8e0da;
	color: #fff;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	border-radius: 0.4rem;
	margin-top: 1rem;
	padding: 1.4rem;
	-webkit-transition: 0.4s all;
	transition: 0.4s all
}

.donate-area>div .donate-info ul li a:hover {
	background: #233578
}

p {
	line-height: 130%
}

p a {
	font-weight: 700;
	text-decoration: underline;
	color: #e8e0da
}

b {
	font-weight: 700
}

.blue-table {
	background: #f6f6fb;
	border-radius: 0.6rem;
	margin-top: 2rem
}

.blue-table table {
	border-collapse: collapse;
	margin-top: 0
}

.blue-table table tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-transition: 0.2s all;
	transition: 0.2s all
}

.blue-table table tr:last-child {
	border-bottom: none
}

.blue-table table tr:first-child td {
	color: #fff !important
}

.blue-table table tr:hover td {
	color: #fff !important
}

.blue-table table tr td {
	color: #e8e0da;
	padding: 2rem 0;
	vertical-align: middle;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.4rem;
	text-align: center
}

.blue-table table tr td img {
	border-radius: 0.4rem;
	display: block;
	margin: 0 auto
}

.rank-table {
	border-radius: 0.6rem;
	margin-top: 2rem
}

.rank-table table {
	border-collapse: collapse;
	margin-top: 0;
	font-family: "Noto Sans", sans-serif
}

.rank-table table th  {
	padding: 2rem;
	font-family: "Noto Sans", sans-serif;
	background: rgb(20 16 16 / 75%);
	color: #ede7e6;
	text-align: left;
	font-weight: 700
}

.rank-table table th:first-child {
    border-top-left-radius: 4px;
}

.rank-table table th:last-child {
    border-top-right-radius: 4px;
}

.rank-table table th:hover {
	color: #fff !important;
}




/* Estilo para cÃƒÂ©lulas pares */
.rank-table table tr:nth-child(even) td {
    background: #171313;
}



/* Estilo para cÃƒÂ©lulas ÃƒÂ­mpares */
table tr:nth-child(odd) td {
    /* background-color: #0f0607af; */
}


.rank-table table tr {
	border-bottom: 1px solid rgb(57 51 53 / 50%) !important;
	font-weight: 400;
	background: rgb(33 31 31 / 75%);
	-webkit-transition: 0.2s all;
	transition: 0.2s all
}

.rank-table table tr:last-child {
	border-bottom: none
}

.rank-table table tr:hover {
	background: transparent!important;
}

.rank-table table tr:hover td {
    background-color: #393336 !important;
    color: hsl(0deg 17.77% 89.23% / 85.5%);
}



.rank-table table tr td {
	color: #b2a7a5;
	padding: 0.5rem 2.2rem;
	vertical-align: middle;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.3rem;
	text-align: left
}

.rank-table table tr td img {
	border-radius: 3px;
	display: inline-block
}

.rank-table table tr .inline-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-top: 0.9rem
}

.rank-table table tr .inline-img img {
	margin: 0 1rem 0 0;
	margin-bottom: 0.4rem
}

.rank-table table tr .inline-img span {
	padding-bottom: 0.2rem
}

.rank-table table tr .inline-img2 {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-top: 0.9rem */
	padding-top: 0.9rem;
    vertical-align: middle;
}

.rank-table table tr .inline-img2 img {
	margin: 0 0.5rem 0 0;
    vertical-align: middle;
	/* margin-bottom: 0.4rem */
}

.rank-table table tr .inline-img2 span {
	padding-bottom: 0.2rem;
    vertical-align: middle;
}

.rank-filter {
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.rank-filter h4 {
	font-family: "Martel", sans-serif;
	font-size: 1.4rem;
	font-weight: 800;
	color: #f1e9e3;
	margin-bottom: 2rem
}

.rank-filter ul {
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.rank-filter ul li a {
	padding: 0.6rem;
	-webkit-transition: 0.4s opacity;
	transition: 0.4s opacity
}

.rank-filter ul li a:hover {
	opacity: 0.8
}

.social-fixed {
	position: fixed;
	right: 0;
	top: 15rem;
	z-index: 9999;
	background: #d1ad77;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.social-fixed a {
	padding: 1rem;
	min-width: 4.25rem;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: 0.4s background;
	transition: 0.4s background;
	text-decoration: none
}

.social-fixed a i {
	font-size: 1.8rem;
	color: #fff
}

.social-fixed a:hover {
	background: #e8e0da
}

.live {
	display: none !important;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	overflow-y: auto;
	z-index: 9998;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.live .live-content {
	margin-left: -29rem;
	min-width: 25rem;
	padding: 2rem;
	background: #fff;
	height: 100vh;
	overflow-y: auto
}

.live .live-content>div {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2rem 0;
	border-bottom: 1px solid rgba(13, 18, 33, 0.05)
}

.live .live-content>div h5 {
	font-size: 1.6rem;
	font-weight: 800;
	margin-bottom: 1rem;
	color: #e8e0da;
	font-family: "Noto Sans", sans-serif
}

.live .live-content>div a {
	color: #6441a5;
	margin-top: 1.4rem;
	text-decoration: none;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-transition: 0.4s color;
	transition: 0.4s color
}

.live .live-content>div a i {
	margin-right: 0.8rem;
	font-size: 1.6rem
}

.live .live-content>div a:hover {
	color: #d1ad77
}

.live .live-toggle {
	background: #fff;
	cursor: pointer;
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1.6rem;
	font-weight: 800;
	color: #e8e0da;
	padding: 1.4rem;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: -4.6rem;
	margin-top: 20rem
}

.live .live-toggle img {
	margin-left: 1rem
}

.showlive {
	margin-left: 0 !important
}

footer {
	background: #0d1221;
	padding: 6rem 0
}

footer .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

footer .wrapper .copyright {
	font-family: "Noto Sans", sans-serif;
	color: #d1ad77;
	font-size: 1.3rem;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

footer .wrapper .copyright img {
	margin-bottom: 1rem
}

footer .wrapper .footer-menu {
	margin-right: 1rem
}

footer .wrapper .footer-menu:last-child {
	margin-right: 0
}

footer .wrapper .footer-menu h5 {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 800;
	margin-bottom: 2rem
}

footer .wrapper .footer-menu ul {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

footer .wrapper .footer-menu ul li {
	margin-bottom: 0.6rem
}

footer .wrapper .footer-menu ul li a {
	font-size: 1.3rem;
	color: #a7afcc;
	text-decoration: none;
	padding: 0.6rem 0;
	display: inline-block;
	-webkit-transition: 0.4s color;
	transition: 0.4s color
}

footer .wrapper .footer-menu ul li a:hover {
	color: #d1ad77
}

footer .wrapper .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

footer .wrapper .social a {
	margin-left: 1.5rem;
	font-size: 1.6rem;
	color: #d1ad77;
	-webkit-transition: 0.4s opacity;
	transition: 0.4s opacity
}

footer .wrapper .social a:hover {
	opacity: 0.8
}

.credits {
	background: #0d1221;
	border-top: 1px solid #181f37;
	padding: 2rem 0
}

.credits .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 1.2rem;
	color: #d1ad77;
	font-family: "Noto Sans", sans-serif
}

.credits .wrapper div {
	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-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.credits .wrapper div a {
	margin-left: 1rem
}

#mobile-menu,
#close-mobile-menu {
	display: none
}

@media (max-width: 960px) {
	.live-toggle {
		margin-top: 4.6rem !important
	}

	.social-fixed {
		display: none
	}

	.rank-table table {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.rank-table table th {
		padding: 0.5rem;
		padding-top: 1.1rem;
		padding-bottom: 1.1rem;
	}

	.rank-table table tr td {
		padding: 0.5rem
	}

	.boss-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.boss-area>div {
		width: 100%;
		margin-top: 10rem !important
	}

	.boss-area>div:first-child {
		margin-top: 0 !important
	}

	.donate-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.donate-area>div {
		width: 100%;
		margin-top: 1rem !important
	}

	.donate-area>div:first-child {
		margin-top: 0 !important
	}

	.npc-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.npc-box>div {
		padding: 2rem 1rem !important
	}

	.main-content {
		padding: 0
	}

	.main-content-splited {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.main-content-splited>div {
		width: 100% !important
	}

	.social-inside {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.social-inside a {
		width: 100%;
		margin-bottom: 0.4rem;
		text-align: center
	}
}

@media (max-width: 1260px) {
	.main-content-title img {
		display: none
	}

	.dropdownToggle {
		margin-left: -4rem !important
	}

	.dropdownToggle a {
		display: block !important
	}

	#mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1rem;
		background: none;
		border: none;
		color: #233578;
		font-weight: 800;
		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-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	#mobile-menu i {
		margin-left: 0.6rem;
		margin-top: 0.2rem
	}

	#close-mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1rem;
		background: white;
		border-radius: 0.8rem;
		border: none;
		color: #233578;
		margin-top: 2rem;
		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-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	#close-mobile-menu i {
		margin-left: 0.6rem;
		margin-top: 0.4rem
	}

	#main-menu {
		position: fixed;
		overflow-y: scroll;
		z-index: 9999;
		left: 0;
		top: 0;
		background: #233578;
		width: 100vw;
		height: 100vh;
		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-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#main-menu li {
		width: 100%;
		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-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#main-menu li a {
		color: #fff !important;
		padding: 1.5rem !important;
		display: block;
		margin-right: 0
	}

	#main-menu .dropbtn {
		color: #fff !important;
		padding: 1.5rem !important;
		display: block;
		margin-right: 0
	}

	.news-box {
		padding: 2rem !important
	}

	.main-menu {
		padding: 2rem 0
	}

	.main-menu ul {
		display: none !important
	}

	.animated-banner {
		background: url("../img/banner.png") no-repeat center top;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-attachment: initial;
		width: 100%;
		min-height: 75rem;
		position: absolute;
		z-index: -1
	}

	.animated-banner video {
		display: none
	}

	.wrapper {
		padding: 0
	}

	.news-area {
		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-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.news-area .is-50 {
		width: 100%
	}

	.news-area .is-50 .main-slider {
		width: 100%
	}

	.fast-links {
		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-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.fast-links a {
		margin-right: 0;
		margin-top: 1rem
	}

	.highlight-rank {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.highlight-rank>div {
		border-right: none !important;
		width: 100% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.highlight-top,
	.top-bar-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.highlight-top a,
	.top-bar-title a {
		margin-top: 1rem
	}

	.rank-slide {
		margin-top: 2rem
	}

	.news-top-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.news-top-bar .news-top-bar-title {
		margin-top: 2rem
	}

	.news-top-bar .news-top-bar-options ul li {
		margin-bottom: -5px !important
	}

	.news-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.news-item>div {
		width: 100%;
		text-align: center
	}

	.news-item>div a {
		margin-top: 1rem
	}

	.news-area .main-slider .swiper {
		width: auto;
		height: auto
	}

	.news-area .main-slider .swiper .swiper-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.master-title img {
		display: none
	}

	.master-rank {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.master-rank>div {
		width: 100% !important;
		margin-bottom: 4rem
	}

	footer .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	footer .wrapper>div {
		width: 100% !important;
		margin-bottom: 4rem;
		margin-right: 0 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	footer .wrapper>div ul {
		width: 100%
	}

	footer .wrapper>div ul li {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	footer .wrapper>div ul li a {
		text-align: center
	}

	footer .wrapper .social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.credits .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		text-align: center
	}

	.credits .wrapper>div {
		margin-top: 2rem
	}

	.main-menu .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.main-menu .wrapper a {
		display: none
	}

	.leaders .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.leaders .wrapper .is-50 {
		width: 100% !important
	}

	.leaders .wrapper .is-50:first-child {
		margin-top: 26rem
	}

	.leaders .wrapper .is-50:last-child {
		margin-bottom: 4rem
	}

	.leaders .wrapper .is-50 .leaders-box {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		margin-right: 0 !important;
		margin-left: 0 !important
	}
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px)
	}

	50% {
		-webkit-transform: translatey(-15px);
		transform: translatey(-15px)
	}

	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px)
	}
}

@keyframes float {
	0% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px)
	}

	50% {
		-webkit-transform: translatey(-15px);
		transform: translatey(-15px)
	}

	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px)
	}
}










.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;
}

.rating {
	width: 100%;
	padding-bottom: 30px;
}

@media (max-width: 1024px) {
	.rating {
		padding-bottom: 20px;
	}
}

.rating__tabs {
	width: 100%;
	padding: 15px 25px;
	background: #f6f6f2;
	border-radius: 8px;
}

@media (max-width: 1024px) {
	.rating__tabs {
		padding: 15px 15px;
	}
}

.rating__tabs-item {
	width: auto;
	height: 38px;
	padding: 0px 20px;
	border-radius: 10px;
	background-color: #e6e5e0;
	margin: 5px;
	font-family: "Beaufort";
	font-weight: 500;
	color: #827e7c;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	-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;
}

.rating__tabs-item:not(.active):hover {
	background-color: #e9e3d8;
	color: #332c29;
}

.rating__tabs-item.active {
	-webkit-transition: color 0s ease-in-out, border 0s ease-in-out;
	-o-transition: color 0s ease-in-out, border 0s ease-in-out;
	transition: color 0s ease-in-out, border 0s ease-in-out;
	background-color: #935d37;
	color: #f5f4f2;
}

.rating__content {
	width: calc(100% - 60px);
	margin: 30px 30px 0px;
	position: relative;
}

@media (max-width: 1024px) {
	.rating__content {
		width: calc(100% - 40px);
		margin: 20px 20px 0px;
	}
}

.rating__table-bg {
	width: 100%;
	margin-top: 10px;
	position: absolute;
	/* top: 0px;
  left: 0px; */
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-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;


	/* transition: opacity .3s; */
}

.rating__table-bg.active {
	position: relative;
	opacity: 1;
	z-index: 2;
	pointer-events: all;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

@media (max-width: 1024px) {
	.rating__table-bg {
		overflow-x: scroll;
		border-radius: 10px;
	}
}

.rating__table {
	width: 100%;
	min-width: 800px;
}

.rating__table-tr {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.rating__table-tr:not(:last-child) {
	margin-bottom: 2px;
}

.rating__table-tr:nth-child(2n+1) {
	background: #2c221b;
}

.rating__table-tr:nth-child(1) .rating__table-td {
	background: #2c221b!important;
	color: #b5aaa4;
	font-weight: 500;
}

.rating__table-td {
	width: auto;
	min-height: 56px;
	text-align: center;
	font-family: "DINNextW1G";
	font-weight: 500;
	color: #83726b;
	font-size: 16px;
	line-height: 16px;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	background: rgba(228, 227, 222, 0.1);
	padding: 10px;
}

.rating__table-td:nth-child(2n+1) {
	background: rgba(228, 227, 222, 0.3);
}

.rating__table-td.num {
	width: 50px;
	color: #5a574f;
	font-weight: 500;
}

.rating__table-td img {
	width: 32px;
	height: 32px;
	margin-left: 10px;
	margin-right: 10px;
}

.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);
}


a,
span,
p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}