:root {
  --max-width: 100vw;
  --max-device: 2465;
}
@media screen and (min-width: 3600px) {
  :root {
    --max-width: 3600px;
  }
}
@media screen and (max-width: 1400px) and (min-device-width: 1026px) {
  :root {
    --max-width: 1400px;
  }
}
@media screen and (max-device-width: 1025px) {
  :root {
    --max-device: 2465;
  }
}
body,html {
  background: #121824;
}
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,p,form,header,section,article,footer{margin:0;}
body,button,input,select,textarea{font:12px/1.5 tahoma,'\5FAE\8F6F\96C5\9ED1',sans-serif}
h1,h2,h3,h4,h5,h6{font-size:100%}
em,b{font-style:normal}
ul, li{ list-style: none; }
a{text-decoration:none}
a:hover{text-decoration:none}
img{border:0}
button,input,select,textarea{font-size:100%;outline:none}
table{border-collapse:collapse;border-spacing:0}
td,th,ul,ol{padding:0}
/* body {font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;} */

/* reset end */
@font-face {
  font-family: "industry";
  src: url("../images/font/industry.ttf");
}
@font-face {
  font-family: "industry-black";
  src: url("../images/font/Industry-Black.ttf");
}
@font-face {
  font-family: "industry-Bold";
  src: url("../images/font/Industry-Bold.ttf");
}
@font-face {
  font-family: "video-Bold";
  src: url("../images/font/video-Bold.ttf");
}
@font-face {
  font-family: "industry-Book";
  src: url("../images/font/Industry-Book.ttf");
}
@font-face {
  font-family: "industrymedium";
  src: url("../images/font/Industry-Medium.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "video";
  src: url("../images/font/Video-Medium.ttf");
  font-style: normal;
  font-weight: normal;
}

.wrap {
  background-image: url('../images/bg2.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 22.65rem;
  font-family: "industry";
  background-size: 100% 100%;
  padding-top: .3rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}


.content {
  position: relative;
}
.part1 {
  margin-top: .9rem;
  position: relative;
}
.part1_title {
  width: 18.22rem;
  margin: auto;
  font-family: "industry-black";
  color: #f8f701;
  /* background-image: url('../images/title.png'); */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  height: 0.97rem;
  font-size: .93rem;
  border-bottom: .02rem solid ;
  line-height: .5rem;
  text-align: center;
  position: relative;
  text-transform: uppercase; 
}
.part1_title::before {
  content: '';
  background: url('../images/before123.png') no-repeat;
  width: 100%;
  height: 1.41rem;
  background-size: 100% 100%;
  position: absolute;
  top: -.5rem;
  left: 0;
}
.part1_txt {
  background: rgba(0, 0, 0,.3);
  color: #ffffff;
  width: 18.23rem;
  margin:.3rem auto 0;
  padding: .15rem .14rem;
  box-sizing: border-box;
  font-size: .23rem;
  position: relative;
}
.part1_txt span {
  display: block;
  letter-spacing: .02rem;
  line-height: .35rem;
}
.questionMark_icon {
  background-image: url('../images/wenhao_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .52rem;
  height: .52rem;
  position: absolute;
  right: .15rem;
  bottom: .15rem;
}
.nav ul li:last-child {
  padding-bottom: 0;
}

.part1_award {
  display: flex;
  position: relative;
  width: 18.36rem;
  margin:.4rem auto 0;
  justify-content: space-between;
}
.award_item.act {
  background-image: url('../images/role-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 5.51rem;
  height: 7.2rem;
}
.award_item {
  width: 5.51rem;
  position: relative;
}

.img_role {
  background-image: url('../images/role.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 10.77rem;
  height: 9.69rem;
  left: -2.5rem;
  bottom: -2.17rem;
  pointer-events: none;
}

.award_cdk {
  background-image: url('../images/cdk-bg.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4.04rem;
  height: .79rem;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  cursor: pointer;
  bottom: .85rem;
  color: #7c7c7c;
  line-height: .73rem;
  text-align: center;
  margin: auto;
  display: none;
  font-size: .28rem;
}

.award_item.act .award_cdk {
  background-image: url('../images/cdk-bg-act.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  color: #f8f701;
}

/* .award_item.act .award_cdk::before {
  content: '';
  background-image: url('../images/icon11.png') ;background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .59rem;
  height: 1.14rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.8rem;
  animation: breathe 1s infinite alternate;
  margin: auto;
} */
@keyframes breathe {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    opacity: 0.5;
    transform: scale(1.1); /* 根据需要调整放大倍数 */
  }
}
.award_item.act .award_cdk.act::before {
  content: none;
}
.role_box {
  width: 5.18rem;
  height: 6.88rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.role_box::before {
  content: '';
  background-image: url('../images/role-bg-before.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5.22rem;
  height: 6.21rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.award_item.not .role_box img {
  filter: brightness(0);
  visibility: visible;
}

.award_item.act .role_box img {
  filter: brightness(1);
  visibility: visible;
}
.role_box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  visibility: hidden;
}
.award_item.not {
  background-image: url('../images/role-bg-not.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5.51rem;
  height: 7.2rem;
  z-index: 11;
}
.award_item.not .award_txt {
  display: block;
  color: #888888;
  font-size: .30rem;
  text-align: center;
  position: relative;
  height: auto;
  width: 100%;
  position: absolute;
  bottom: 4rem;
}
.award_item.act .award_txt {
  display: block;
  color: #888888;
  font-size: .30rem;
  text-align: center;
  position: relative;
  height: auto;
  z-index: 2;
  width: 5.18rem;
  position: absolute;
  bottom: 1.8rem;
  line-height: .35rem;
  padding: .1rem;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0,.6);
}
.award_item.act .award_txt::before {
  content: none;
}
.award_txt::before {
  content: '';
  background-image: url('../images/award_txt_before.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5.16rem;
  height: .29rem;
  bottom: -.35rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.m {
  display: none;
}


/* nav */
.nav {
  padding-left: .4rem;
  box-sizing: border-box;
  height: .70rem;
  position: relative;
  width: 100%;
  padding-right: .4rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  justify-content: right;
}


.nav ul {
  display: flex;
  align-items: end;
}
.nav ul li {
  margin-right: .5rem;
  cursor: pointer;
  font-size: .26rem;
  padding-bottom: .1rem;
  box-sizing: border-box;
}
.logo {
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 3.72rem;
  height: .5rem;
  position: absolute;
  left: .4rem;
  bottom: 0;
  top: 0;
  margin: auto;
}

.steam_icon {
  background-image: url('../images/steam_icon_box.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.85rem;
  box-sizing: border-box;
  margin-left: .3rem;
  font-family: "industry-Bold";
  height: .72rem;
  display: flex;
  align-items: center;
  font-size: .26rem;
  justify-content: center;
  text-transform: uppercase; 
  color: #000000;
}
.steam_icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-.01rem);
}
.steam_icon i{
  background-image: url('../images/icon-steam.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .35rem;
  display: block;
  transform: translateY(-.025rem);
  height: .35rem;
  margin-right: .05rem;
}

/* foot */
.foot {
  position: absolute;
  bottom: 2.3rem;
  height: auto;
  z-index: 6;
  width: 100%;
}
/* .w_agreenment {
  display: flex;
  justify-content: center;
  margin-top: .56rem;
  font-size: .26rem;
} */
.w_agreenment a {
  color: #ffffff !important;
  margin: 0 calc(25 / var(--max-device) * var(--max-width)) !important;
  border: none !important;
  line-height: calc(32 / var(--max-device) * var(--max-width)) !important;
  background: none !important;
  font-size: calc(26 / var(--max-device) * var(--max-width)) !important;
  padding: 0 !important;
  white-space: nowrap !important;
}
.wrap #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
  color: #fff !important;
}
.wrap #ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover{
  color: #fff !important;
}
.w_agreenment a:last-child {
  margin-right: 0;
}
.w_copyright {
  color: #b4b2b2;
  font-size: .18rem;
  margin-top: .3rem;
  text-align: center;
}
.switch-wrapper {
  position: absolute;
  right: .55rem;
  font-family: "industry-Bold";
  bottom: 2.8rem;
  cursor: pointer;
}
.selected-value {
  background-image: url('../images/w_register_btn.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.34rem;
  height: .82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: .18rem;
  box-sizing: border-box;
  text-align: center;
  color: #f5f5f5;
  font-size: .18rem;
}
.select-list {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translate(-50%, -100%);
  display: none;
  padding: .1rem .15rem;
  flex-flow: column wrap;
  width: 1.5rem;
  background-color: #000;
  border: .01rem solid #344056;
}
.select-list li{
  font-size: .2rem;
}
.select-list li {
  height: .55rem;
  line-height: .55rem;
  color: #fff;
  text-align: center;
}
.select-list li.on, .select-list li:hover {
  color: #000;
  position: relative;

}

.select-list li.on::before,.select-list li:hover::before {
  content: '';
  background: url('../images/select-list-li.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2.7rem;
  height: .73rem;
  position: absolute;
  left: -.7rem;
  bottom: -.1rem;
  pointer-events: none;
  z-index: -1;
}

.switch-wrapper.show .select-list {
  display: block;
}
/* .w_cpbox {
  height: .58rem;
}
.w_cpbox a{
  width: 3.07rem;
  height: .58rem;
  display: block;
}
.w_cpbox img {
  width: 3.07rem;
  height: .58rem;
} */
.w_sm_list {
  border-top: #121823 solid .02rem;
  border-bottom: #121823 solid .02rem;
  height: 1.4rem;
  width: 10.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.w_sm_list a {
  width: .67rem;
  height: .65rem;
}
/* .w_cpbox2 {
  margin-top: .56rem;
}
.w_cpbox {
  display: flex;
  margin-top: .8rem;
  justify-content: center;
}
.w_cpbox a {
  margin-right: .6rem;
  box-sizing: border-box;
  text-align: center;
}
.w_cpbox a:last-child {
  margin-right: 0;
} */
.w_sm_list a {
  margin-right: .55rem;
}
.w_sm_list a:last-child {
  margin-right: 0;
}
.w_sm_list .discord_icon {
  background-image: url('../images/discord_icon.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}
.w_sm_list .x_icon {
  background-image: url('../images/x_icon.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w_sm_list .youtube_icon {
  background-image: url('../images/youtube_icon.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w_sm_list .facebook_icon {
  background-image: url('../images/facebook_icon.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w_sm_list .ig_icon {
  background-image: url('../images/ig_icon.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w_sm_list .tiktok_icon {
  background-image: url('../images/tiktok.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.w_sm_list .twitch {
  background-image: url('../images/twitch.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pop {
  background: rgba(0, 0, 0,0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 899;
}
.pop .pop-rule {
  background-image: url('../images/pop-rule.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10.26rem;
  height: 7.21rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 50%;
  left: 50%;
  padding-top: .5rem;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
}
.pop .pop-tips {
  background-image: url('../images/pop-tips.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 11.02rem;
  height: 5.87rem;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  padding-top: 1rem;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
}
.pop .pop-tips .close {
  right: .5rem;
  top: .4rem;
}
.pop-txt {
  width: 9.1rem;
  height: 2.22rem;
  color: #ffffff;
  font-size: .26rem;
  padding: .25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin:.75rem auto 0;
  background: rgba(0, 0, 0,.2);
}
.pop-txt a {
  color: #f8f701;
  text-decoration: underline;
}
.pop-tit {
  color: #f8f701;
  text-align: center;
  font-size: .505rem;
  text-transform: uppercase;
  text-decoration: underline;
}
.pop .rule-tit {
  font-size: .71rem;
  color: #f8f701;
  text-align: center;
  min-width: 3rem;
  width: auto;
  display: inline-block;
  text-align: center;
  margin: auto;
  position: relative;
}
.pop .rule-tit::before {
  content: '';
  background: url('../images/left.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.78rem;
  height: 1.06rem;
  position: absolute;
  left: -1rem;
  top: -.5rem;
  bottom: 0;
  margin: auto;
}
.pop .rule-tit::after {
  content: '';
  background: url('../images/right.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.77rem;
  height: .87rem;
  position: absolute;
  right:  -.95rem;
  top: -.5rem;
  bottom: 0;
  margin: auto;
}
.pop .close {
  background-image: url('../images/close.png') ;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .5rem;
  height: .5rem;
  position: absolute;
  right: .2rem;
  top: .3rem;;
}
.pop .rule-txt {
  width: 8.7rem;
  height: 4.5rem;
  font-family: "industry-book";
  margin: .25rem auto;
  padding: .45rem .4rem;
  box-sizing: border-box;
  overflow-y: auto;
  background: rgba(0, 0, 0,.2);
}
.pop .rule-txt li {
  font-size: .22rem;
  margin-bottom: .2rem;
  line-height: .36rem;
  color: #ffffff;
}
.pop .rule-txt li:nth-child(1) {
  margin-bottom: .3rem;
}
/* .pop .rule-txt li:last-child {
  margin-top: .3rem;
} */

.rule-txt::-webkit-scrollbar {
  width: .08rem;
}

.rule-txt::-webkit-scrollbar-track {
  background: #494c50;
}

.rule-txt::-webkit-scrollbar-thumb {
  background: #adadad;
}

.rule-txt::-webkit-scrollbar-thumb:hover {
  background: #adadad;
}

.login {
  height: .6rem;
}
.login_btn,
.login_in_al {
  display: flex;
  align-items: center;
  font-size: .26rem;
  color: #fff;
  position: relative;
}
.login_in_al {
  height: 1rem;
  margin-top: -.15rem
}
.login_btn span,
.login_in_al span {
  margin-left: .1rem;
  height: .38rem;
  line-height: .38rem;
}
.login .user_icon {
  background-image: url('../images/user_icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .63rem;
  height: .63rem;
  margin-right: .1rem;
  display: block;
}

.login_in_al .user_icon{
  background-image: url('../images/user_icon2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #262c36;
  text-align: center;
  line-height: .56rem;
  font-size: 0.4rem;
}

.login_in_al .login_out{
  width: calc(300 / var(--max-device)* var(--max-width));
  height: calc(48 / var(--max-device)* var(--max-width));
  line-height: calc(48 / var(--max-device)* var(--max-width));
  padding: 0 calc(18 / var(--max-device)* var(--max-width));
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(90 / var(--max-device)* var(--max-width));
  border: #7b7d81 solid 1px;
  font-size: calc(18 / var(--max-device)* var(--max-width));
  color: #f5f5f5;
  display: none;
  white-space: nowrap;
  background: #0a1218;
  float: left;
  z-index: 0;
  cursor: pointer;
}

.login_in_al span {
  color: #f5f5f5;
  cursor: pointer;
}

.login_in_al span::after{
  content: '';
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: -20%;
}

.login_in_al:hover .login_out{
  display: block;
}

.lang_es .part1_title {
  font-size: .61rem;
  line-height: normal;
}
.lang_fr .part1_title {
  font-size: .84rem;
}
.lang_fr .part1_txt {
  font-size: .22rem;
}
.lang_de .part1_title {
  font-size: .80rem;
}
.lang_tr .part1_title {
  font-size: .65rem;
  line-height: normal;
}

.award_cdk_txt {
  position: absolute;
  width: 3rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  color: #fff;
  bottom: -.5rem;
  border: .01rem solid #9b9c9d;
  left: 0;
  right: 0;
  font-size: .22rem;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.award_cdk_txt2 {
  position: fixed;
  width: 3rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  color: #fff;
  top: 0.7rem;
  border: .01rem solid #9b9c9d;
  left: 0;
  right: 0;
  font-size: .22rem;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .5s all;
  background: #0a1218;
}
.award_cdk.act:hover .award_cdk_txt{
  display: block;
  opacity: 1;
}

.award_cdk_txt.act {
  opacity: 1;
}
.award_cdk_txt2.act {
  opacity: 1;
}

.lang_tr .steam_icon {
  font-family: "video-Bold";
}
.lang_tr .switch-wrapper {
  font-family: "video-Bold";
}
.lang_es .steam_icon,.lang_fr .steam_icon,.lang_tr .steam_icon{
  font-size: .16rem;
}
.lang_de .steam_icon {
  font-size: .2rem;
}
.lang_es .steam_icon i,.lang_fr .steam_icon i,.lang_tr .steam_icon i,.lang_de .steam_icon i{
  margin-left: .15rem;
}

.lang_tr .rule-txt,.lang_de .rule-txt,.lang_fr .rule-txt,.lang_es .rule-txt {
  padding: .2rem .4rem;
}

.lang_es .rule-txt {
  padding: .2rem .4rem;
}

.lang_es .rule-txt li {
  font-size: .20rem;
}

/* cookie banner */
#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-pc-btn-handler {
  font-weight: normal !important;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
  min-width: 140px !important;
  font-weight: normal;
  position: relative;
  border: #f7f714 solid 1px !important;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler:before,
#onetrust-banner-sdk #onetrust-reject-all-handler:before {
  content: "";
  width: 80%;
  height: calc(27.2 / var(--max-device) * var(--max-width));
  position: absolute;
  left: 10%;
  top: calc(-9.6 / var(--max-device) * var(--max-width));
  background: url(../images/com_btntop.png) no-repeat left top;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}
#onetrust-banner-sdk #onetrust-accept-btn-handler:after,
#onetrust-banner-sdk #onetrust-reject-all-handler:after {
  content: "";
  width: 80%;
  height: calc(27.2 / var(--max-device) * var(--max-width));
  position: absolute;
  left: 10%;
  bottom: calc(-13.6 / var(--max-device) * var(--max-width));
  background: url(../images/com_btnbot.png) no-repeat right bottom;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  font-weight: normal !important;
  font-size: 0.75em !important;
  border: #f7f714 solid 1px !important;
  position: relative;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):before,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn:before {
  content: "";
  width: 80%;
  height: calc(27.2 / var(--max-device) * var(--max-width));
  position: absolute;
  left: 10%;
  top: calc(-12.8 / var(--max-device) * var(--max-width));
  background: url(../images/com_btntop.png) no-repeat left top;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):after,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn:after {
  content: "";
  width: 80%;
  height: calc(27.2 / var(--max-device) * var(--max-width));
  position: absolute;
  left: 10%;
  bottom: calc(-12 / var(--max-device) * var(--max-width));
  background: url(../images/com_btnbot.png) no-repeat right bottom;
  background-size: auto 100%;
  z-index: 10;
  pointer-events: none;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn:focus {
  outline: none !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus {
  outline: none !important;
}

#onetrust-banner-sdk.otFlat {
  border: none !important;
  border: #f7f714 solid 1px !important;
}

#onetrust-pc-sdk {
  border: #f7f714 solid 1px !important;
}

#onetrust-consent-sdk *:focus {
  outline: none !important;
}

#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
  border: #f7f714 solid 1px !important;
}

#onetrust-pc-sdk .ot-pc-header {
  position: relative;
  border-bottom: #f7f714 solid 1px !important;
}

#onetrust-pc-sdk .ot-pc-footer {
  position: relative;
  border-top: #f7f714 solid 1px !important;
}

#onetrust-pc-sdk .ot-pc-footer button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "industrybold";
  font-weight: normal;
  text-transform: uppercase;
}

#onetrust-consent-sdk {
  font-family: "industry";
  font-weight: normal;
}

#onetrust-pc-sdk .ot-switch-nob {
  background: none !important;
  border: #f7f714 solid 1px !important;
}
#onetrust-pc-sdk .ot-switch-nob:before {
  background: #f7f714 !important;
}

#onetrust-pc-sdk .ot-chkbox input:focus,
#onetrust-pc-sdk .ot-tgl input:focus {
  outline: none !important;
}

#onetrust-pc-sdk .ot-tgl input:focus + .ot-switch .ot-switch-nob {
  outline: none !important;
}

#onetrust-pc-sdk .ot-ven-item > button,
#onetrust-pc-sdk .ot-host-item > button,
#onetrust-pc-sdk .ot-accordion-layout.ot-cat-item > button,
#onetrust-pc-sdk .ot-acc-cntr > button {
  color: #fff !important;
}

#ot-pc-desc,
.ot-category-desc,
.ot-cat-header,
#onetrust-policy-text,
#onetrust-policy-text a {
  color: #fff !important;
}

@media screen and (max-device-width: 1025px) {
  .wishlist_bg {
    width: calc(501 / var(--max-device) * var(--max-width));
  }
  .dia_in {
    transform-origin: 0 0;
    transform: scale(0.8) translate(-50%, -50%);
  }
  .top_nav {
    position: fixed;
    font-family: "industry";
  }
  .dia_in {
    border: #f7f714 solid 2px;
  }
  .top_nav_list li:hover,
  .top_nav_list li:hover a {
    color: #ffffff;
  }
  .top_nav_list li:active,
  .top_nav_list li:active a {
    color: #f7f714;
  }
  body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100% !important;
    -webkit-touch-callout: none;
    -webkit-user-select: text;
    -webkit-touch-callout: none;
    word-break: break-word;
    word-wrap: break-word;
  }
  .w_register_btn {
    line-height: calc(52 / var(--max-device) * var(--max-width));
  }
}
#onetrust-button-group-parent {
  padding-left: 3% !important;
  padding-right: 4% !important;
  margin-left: 0 !important;
}

.ot-sdk-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

#onetrust-banner-sdk.vertical-align-content #onetrust-button-group-parent {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: translateY(0) !important;
}

.w_inner {
  width: calc(1200 / var(--max-device) * var(--max-width));
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.w_cpbox {
  display: flex;
  width: 150%;
  justify-content: center;
  align-items: center;
  margin: calc(20 / var(--max-device) * var(--max-width)) 0 0 -25%;
}
.w_cpbox2 {
  margin: calc(56 / var(--max-device) * var(--max-width)) 0 0 -25%;
}
.w_cpbox a {
  display: block;
  margin: 0 calc(55 / var(--max-device) * var(--max-width));
}
.w_cpbox a.w_cpicon1 {
  width: calc(224 / var(--max-device) * var(--max-width));
  height: calc(56 / var(--max-device) * var(--max-width));
}
.w_cpbox a.w_cpicon2 {
  width: calc(308 / var(--max-device) * var(--max-width));
  height: calc(57 / var(--max-device) * var(--max-width));
}
.w_cpbox a.w_cpicon3 {
  width: calc(373 / var(--max-device) * var(--max-width));
  height: calc(52 / var(--max-device) * var(--max-width));
  pointer-events: none;
}
.w_cpbox a.w_cpicon4 {
  width: calc(292 / var(--max-device) * var(--max-width));
  height: calc(53 / var(--max-device) * var(--max-width));
  pointer-events: none;
}
.w_cpbox a.w_cpicon5 {
  width: calc(183 / var(--max-device) * var(--max-width));
  height: calc(56 / var(--max-device) * var(--max-width));
}
.w_cpbox a img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.w_agreenment {
  width: 100%;
  font-size: calc(26 / var(--max-device) * var(--max-width));
  color: #ffffff;
  text-align: center;
  margin: calc(64 / var(--max-device) * var(--max-width)) auto 0;
  display: flex;
  justify-content: center;
  font-family: "industrymedium";
  font-weight: normal;
}
.lang_tr .w_agreenment {
  font-family: "video";
}