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

input, button {
  border: none;
  outline: none;
}

input {
  font-family: "Merriweather Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

a {
  color: #9896ac;
  text-decoration: none;
}

ul {
  list-style: none;
}

li {
  margin-left: 20px;
}

body {
  font-family: "Merriweather Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: url(../images/background.jpg) no-repeat center top #231e3a;
  color: #9896ac;
  font-size: 16px;
  overflow-x: hidden;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.logo {
  text-align: center;
  padding-top: 5px;
}
.logo.top {
  padding-top: 15px;
}
@media screen and (min-width: 1150px) {
  .logo.top {
    padding-top: 5px;
  }
}
.logo.top img {
  width: auto;
  height: 84px;
}
@media screen and (min-width: 1150px) {
  .logo.top img {
    width: auto;
    height: 138px;
  }
}

.section-register {
  margin: 0 auto;
  margin-top: 22px;
  padding: 22px 38px;
  position: relative;
  width: 100%;
  height: 360px;
  background: url(../images/I_Main.png) no-repeat 0 0/100% 100%;
}
@media screen and (min-width: 520px) {
  .section-register {
    padding: 22px 70px;
    width: 495px;
    height: 414px;
    background: url(../images/I_Main.png) no-repeat;
  }
}
@media screen and (min-width: 520px) {
  .section-register:before {
    content: " ";
    width: 88px;
    height: 119px;
    background: url(../images/I_icCoin2.png) no-repeat 0 0/100% 100%;
    position: absolute;
    top: 30px;
    left: -50px;
  }
}
@media screen and (min-width: 520px) {
  .section-register:after {
    content: " ";
    width: 104px;
    height: 79px;
    background: url(../images/I_icCoin1.png) no-repeat 0 0/100% 100%;
    position: absolute;
    top: 320px;
    left: 420px;
  }
}
.section-register .register-heading {
  margin: 0 auto;
  width: 165px;
  height: 44px;
  background: url(../images/T_RegisterHead.png) no-repeat;
}
.section-register .register-heading span {
  opacity: 0;
}
.section-register .box-input {
  position: relative;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 520px) {
  .section-register .box-input {
    margin: 0 0 20px 0;
  }
}
.section-register .box-input input {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 30px;
  background: linear-gradient(to top, #fff 62%, #e4d8ff 92%);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  padding: 0 10px 0 10px;
  font-size: 16px;
}
@media screen and (min-width: 520px) {
  .section-register .box-input input {
    padding: 0 20px 0 50px;
    height: 60px;
    font-size: 24px;
  }
}
.section-register .box-input input::-moz-placeholder {
  color: #7a64b3;
  font-size: 14px;
}
.section-register .box-input input::placeholder {
  color: #7a64b3;
  font-size: 14px;
}
@media screen and (min-width: 520px) {
  .section-register .box-input input::-moz-placeholder {
    font-size: 18px;
  }
  .section-register .box-input input::placeholder {
    font-size: 18px;
  }
}
.section-register .box-input .ic-user {
  width: 24px;
  height: 26px;
  background: url(../images/I_icUser.png);
  position: absolute;
  top: 16px;
  left: 16px;
  display: none;
}
@media screen and (min-width: 520px) {
  .section-register .box-input .ic-user {
    display: block;
  }
}
.section-register .box-input .ic-lock {
  width: 19px;
  height: 25px;
  background: url(../images/I_icPassword.png);
  position: absolute;
  top: 16px;
  left: 20px;
  display: none;
}
@media screen and (min-width: 520px) {
  .section-register .box-input .ic-lock {
    display: block;
  }
}
.section-register .box-input .ic-verify {
  width: 19px;
  height: 23px;
  background: url(../images/I_icVerify.png);
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
}
@media screen and (min-width: 520px) {
  .section-register .box-input .ic-verify {
    display: block;
  }
}
.section-register .box-input .input-response {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #ffe377;
}
.section-register .box-verify {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.section-register .box-verify .box-input {
  margin-bottom: 5px;
}
@media screen and (min-width: 520px) {
  .section-register .box-verify .box-input {
    width: 178px;
  }
}
.section-register .box-verify .box-captcha {
  flex: 1;
  margin-left: 10px;
  border-radius: 30px;
  height: 50px;
  background: linear-gradient(to top, #dfc2ff, #e4d9ff 64%);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 520px) {
  .section-register .box-verify .box-captcha {
    height: 60px;
  }
}
.section-register .box-verify .box-captcha .image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.section-register .box-verify .box-captcha .btn-refresh {
  width: 30px;
  height: 50px;
  cursor: pointer;
  background: url(../images/I_icRefresh.png) no-repeat center;
}
@media screen and (min-width: 520px) {
  .section-register .box-verify .box-captcha .btn-refresh {
    width: 50px;
    height: 60px;
  }
}
.section-register .box-verify .box-captcha .btn-refresh:hover {
  background-image: url(../images/I_icRefreshHover.png);
}
.section-register .btn-register {
  /*width: 264px;
  height: 54px;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 297px;
  left: 50%;
  margin-left: -132px;
  background: none;
  @media screen and (min-width: 520px) {
      margin-left: 0;
      top: 339px;
      left: 86px;
      width: 324px;
      height: 65px;
  }
  &:hover{
      &:before{
          filter: brightness(120%);
      }
  }
  &:before{
      content: ' ';
      width: 100%;
      height: 100%;
      background: url(../images/B_Register.png) no-repeat 0 0/100% 100%;
      position: absolute;
      top: 0;
      left: 0;
      @media screen and (min-width: 520px) {
          width: 324px;
          height: 65px;
          background: url(../images/B_Register.png) no-repeat;
      }
  }
  &:after{
      content: ' ';
      width: 185px;
      height: 35px;
      background: url(../images/T_Register.png) no-repeat;
      position: absolute;
      top: 14px;
      left: 42px;
      @media screen and (min-width: 520px) {
          top: 18px;
          left: 76px;
      }
  }*/
  width: 225px;
  height: 70px;
  margin-top: 5px;
  background: url(../images/ButtonRegister_1.png) no-repeat 0 0/100% 100%;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  animation: btnReg1_Scale 1s infinite ease-in-out;
}
@media screen and (min-width: 1150px) {
  .section-register .btn-register {
    width: 239px;
    height: 78px;
    margin-top: 10px;
  }
}
.section-register .btn-register:hover {
  filter: brightness(110%);
  animation-duration: 0.5s;
}
.section-register .btn-register:hover:before, .section-register .btn-register:hover:after {
  animation-duration: 0.5s;
}
.section-register .btn-register:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../images/ButtonRegister_2.png) no-repeat 0 0/100% 100%;
  animation: btnReg2_Opacity 1s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.section-register .btn-register:after {
  content: " ";
  width: 100%;
  height: 100%;
  background: url(../images/ButtonRegister_2.png) no-repeat 0 0/100% 100%;
  animation: btnReg3_Opacity 1s infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.section-register .response {
  color: #ffe377;
  text-align: center;
}

.section-vpn {
  padding-top: 20px;
  margin-top: 0px;
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (min-width: 1150px) {
  .section-vpn {
    position: absolute;
    top: 120px;
    left: calc(50% - 580px);
    margin-top: 0;
    padding-top: 0;
  }
}
.section-vpn .txt-find-link {
  width: 100%;
}
@media screen and (min-width: 1150px) {
  .section-vpn .txt-find-link {
    width: 196px;
    height: 31px;
    background: url(../images/T_findLink.png) no-repeat;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1150px) {
  .section-vpn .txt-find-link span {
    opacity: 0;
  }
}
.section-vpn .domain {
  display: none;
}
@media screen and (min-width: 1150px) {
  .section-vpn .domain {
    display: block;
    padding: 43px 0 0 77px;
    height: 86px;
  }
}
.section-vpn .domain .txt-domain {
  font-size: 18px;
  font-weight: 800;
  color: rgb(255, 196, 29);
  background: linear-gradient(0deg, rgb(255, 229, 140) 0%, rgb(186, 97, 23) 45%, rgb(255, 140, 57) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-vpn .step {
  text-align: center;
  position: relative;
  width: 33.33%;
  height: auto;
  padding-top: 30px;
}
@media screen and (min-width: 1150px) {
  .section-vpn .step {
    height: 140px;
    padding-top: 22px;
    height: auto;
    width: auto;
  }
}
@media screen and (min-width: 1150px) {
  .section-vpn .step:before {
    content: " ";
    width: 231px;
    height: 42px;
    background: url(../images/I_highlight.png);
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: 0px;
    z-index: 0;
    mix-blend-mode: screen;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.1, 0.01);
  }
}
@media screen and (min-width: 1150px) {
  .section-vpn .step:hover:before {
    opacity: 1;
    transform: scale(1);
  }
}
.section-vpn .step.step-1:hover .ic-download {
  opacity: 1;
  top: 0;
}
.section-vpn .step.step + .step:after {
  content: " ";
  width: 108px;
  height: 19px;
  background: url(../images/I_arrow.png);
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: 0;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1150px) {
  .section-vpn .step.step + .step:after {
    transform: rotate(0deg);
    top: 0;
    left: 80px;
  }
}
.section-vpn .step a {
  z-index: 1;
  display: block;
  position: relative;
}
.section-vpn .step .text {
  margin-bottom: 10px;
  font-size: 16px;
  color: #b3b3cf;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 520px) {
  .section-vpn .step .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1150px) {
  .section-vpn .step .text {
    margin-bottom: 2px;
    font-size: 16px;
  }
}
.section-vpn .step .open-url {
  font-weight: 800;
  text-shadow: 0 0 10px rgba(255, 243, 196, 0.6117647059);
  font-size: 14px;
}
@media screen and (min-width: 520px) {
  .section-vpn .step .open-url {
    font-size: 20px;
  }
}
.section-vpn .step .open-url span.t {
  color: rgb(255, 234, 181);
  background: linear-gradient(0deg, rgb(255, 234, 181) 0%, rgb(255, 255, 255) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-vpn .step .open-url span.n {
  color: rgb(255, 153, 35);
  background: linear-gradient(0deg, rgb(255, 173, 66) 0%, rgb(255, 234, 116) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-vpn .step .newest {
  text-transform: uppercase;
  font-weight: 800;
  color: rgb(255, 187, 241);
  background: linear-gradient(90deg, rgb(255, 187, 241) 0%, rgb(255, 245, 251) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(255, 146, 222, 0.7960784314);
  font-size: 14px;
}
@media screen and (min-width: 520px) {
  .section-vpn .step .newest {
    font-size: 20px;
  }
}
.section-vpn .note {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  color: #e4d9ff;
}
@media screen and (min-width: 620px) {
  .section-vpn .note {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1150px) {
  .section-vpn .note {
    padding-top: 0;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 13px;
  }
}
.section-vpn .note span {
  color: #fffb00;
  text-decoration: underline;
}
.section-vpn .ic-download {
  width: 50px;
  height: 50px;
  background: url(../images/I_icDownloadLeft.png);
  position: absolute;
  top: 10px;
  right: 0px;
  opacity: 1;
  transition: all 0.3s ease;
  display: none;
}
@media screen and (min-width: 620px) {
  .section-vpn .ic-download {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .section-vpn .ic-download {
    right: 30px;
  }
}
@media screen and (min-width: 1150px) {
  .section-vpn .ic-download {
    opacity: 0;
    top: -10px;
    left: 192px;
  }
}

.section-find-link {
  background: url(../images/I_findLink_mobile.png) no-repeat 0 0/100% 100%;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1150px) {
  .section-find-link {
    display: block;
    width: 254px;
    height: 451px;
    background: url(../images/I_BgLeft.png) no-repeat;
  }
}

.section-external {
  display: block;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (min-width: 1150px) {
  .section-external {
    display: block;
    margin: 0;
    position: absolute;
    top: 120px;
    left: calc(50% + 320px);
  }
}

.box-banner {
  width: 258px;
  height: 138px;
  background: url(../images/I_BgBanner.png);
  padding: 10px 0 0 12px;
}
@media screen and (max-width: 1150px) {
  .box-banner {
    width: 100vw;
    height: auto;
    background: none;
    padding: 0 250px 0 250px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 950px) {
  .box-banner {
    padding: 0 150px 0 150px;
  }
}
@media screen and (max-width: 750px) {
  .box-banner {
    padding: 0 50px 0 50px;
  }
}
.box-banner .banner {
  width: 233px;
  height: 102px;
}
@media screen and (max-width: 1150px) {
  .box-banner .banner {
    width: 100%;
    height: auto;
  }
}
.box-banner .owl-dots {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 5px;
}
.box-banner .owl-dots .owl-dot.active span {
  background: #fff;
  width: 15px;
}
.box-banner .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: #9896ac;
  border-radius: 10px;
  display: block;
  transition: all 0.5s ease;
}

.box-teleguide {
  width: 246px;
  height: 167px;
  background: url(../images/TeleGuide.png) no-repeat;
  margin-bottom: 20px;
}
@media screen and (max-width: 1150px) {
  .box-teleguide {
    width: 100%;
    height: 167px;
    background: url(../images/TeleGuide_Mobile.png) no-repeat 0 0/100% 100%;
  }
}
.box-teleguide .first {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 1150px) {
  .box-teleguide .first {
    padding: 0 350px;
  }
}
@media screen and (max-width: 950px) {
  .box-teleguide .first {
    padding: 0 250px;
  }
}
@media screen and (max-width: 750px) {
  .box-teleguide .first {
    padding: 0 150px;
  }
}
@media screen and (max-width: 550px) {
  .box-teleguide .first {
    padding: 0 50px;
  }
}
.box-teleguide .second {
  text-align: center;
  font-size: 14px;
  color: #d1c4ec;
  font-weight: 400;
  padding: 9px 3px 6px 3px;
  line-height: 14px;
}
@media screen and (max-width: 1150px) {
  .box-teleguide .second {
    padding-top: 12px;
  }
}
.box-teleguide .logo img {
  width: 60px;
}
.box-teleguide .box {
  padding-top: 11px;
}
.box-teleguide .box p {
  color: #d1c4ec;
  font-size: 14px;
  text-align: center;
  display: block;
  line-height: 10px;
}
.box-teleguide .box strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.box-teleguide .color-vpn {
  color: #ffd46e;
}
.box-teleguide .color-tele {
  color: #98dfff;
}
.box-teleguide .button-tele {
  display: block;
  text-align: center;
  width: 228px;
  height: 33px;
  background: url(../images/B_TeleLink.png) no-repeat 0 0/100% 100%;
  margin: 0 auto;
  text-shadow: 0 1px 6px #b91a00;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 30px;
}

.box-external-link {
  padding: 20px 0 0 0px;
}
@media screen and (min-width: 620px) {
  .box-external-link {
    padding: 20px 0 0 40px;
  }
}
@media screen and (min-width: 1150px) {
  .box-external-link {
    background: url(../images/I_BgRight.png);
    width: 254px;
    height: 290px;
    padding: 17px 0 0 0;
  }
}
@media screen and (max-width: 1150px) {
  .box-external-link {
    padding: 20px 0 20px 0px;
    width: 217px;
    margin: 0 auto;
  }
}
.box-external-link.expand-fb .group-button, .box-external-link.expand-fb .link {
  z-index: 1;
  opacity: 0.2;
  margin-bottom: -30px;
}
.box-external-link.expand-fb .group-button i, .box-external-link.expand-fb .group-button span, .box-external-link.expand-fb .link i, .box-external-link.expand-fb .link span {
  opacity: 0;
}
.box-external-link.expand-fb .group-fb {
  margin-bottom: 10px;
  z-index: 10;
  opacity: 1;
}
.box-external-link.expand-fb .group-fb i, .box-external-link.expand-fb .group-fb span {
  opacity: 1;
}
.box-external-link.expand-fb .group-fb .expand {
  display: block;
}
.box-external-link.expand-fb .group-fb .arrow {
  transform: rotate(180deg);
}
.box-external-link.expand-telegram .group-button, .box-external-link.expand-telegram .link {
  z-index: 1;
  opacity: 0.2;
  margin-bottom: -30px;
}
.box-external-link.expand-telegram .group-button i, .box-external-link.expand-telegram .group-button span, .box-external-link.expand-telegram .link i, .box-external-link.expand-telegram .link span {
  opacity: 0;
}
.box-external-link.expand-telegram .group-telegram {
  margin-bottom: 10px;
  z-index: 10;
  opacity: 1;
}
.box-external-link.expand-telegram .group-telegram i, .box-external-link.expand-telegram .group-telegram span {
  opacity: 1;
}
.box-external-link.expand-telegram .group-telegram .expand {
  display: block;
}
.box-external-link.expand-telegram .group-telegram .arrow {
  transform: rotate(180deg);
}
.box-external-link.expand-youtube .group-button, .box-external-link.expand-youtube .link {
  z-index: 1;
  opacity: 0.2;
  margin-bottom: -30px;
}
.box-external-link.expand-youtube .group-button i, .box-external-link.expand-youtube .group-button span, .box-external-link.expand-youtube .link i, .box-external-link.expand-youtube .link span {
  opacity: 0;
}
.box-external-link.expand-youtube .group-youtube {
  margin-bottom: 10px;
  opacity: 1;
  z-index: 10;
}
.box-external-link.expand-youtube .group-youtube i, .box-external-link.expand-youtube .group-youtube span {
  opacity: 1;
}
.box-external-link.expand-youtube .group-youtube .expand {
  display: block;
}
.box-external-link.expand-youtube .group-youtube .arrow {
  transform: rotate(180deg);
}
.box-external-link i {
  position: relative;
}
.box-external-link .ic-fb {
  width: 21px;
  height: 21px;
  background: url(../images/I_icFacebook.png);
}
.box-external-link .ic-telegram {
  width: 21px;
  height: 21px;
  background: url(../images/I_icTelegram.png);
}
.box-external-link .ic-chat {
  width: 24px;
  height: 24px;
  background: url(../images/I_icCustomer.png);
}
.box-external-link .ic-whatsapp {
  width: 24px;
  height: 24px;
  background: url(../images/I_icWhatapp.png);
}
.box-external-link .ic-youtube {
  width: 24px;
  height: 24px;
  background: url(../images/I_icYoutube.png);
}
.box-external-link .link {
  width: 217px;
  height: 37px;
  background: url(../images/B_Social.png);
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}
@media (max-width: 1150px) {
  .box-external-link .link {
    margin-left: 0px;
  }
}
.box-external-link .link:hover {
  filter: brightness(120%);
}

.group-button {
  padding-left: 20px;
  padding-right: 18px;
  margin-bottom: 3px;
  position: relative;
  transition: all 0.2s ease;
}
@media (max-width: 1150px) {
  .group-button {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.group-button .button-open {
  width: 217px;
  height: 41px;
  background: url(../images/B_Social_more.png);
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.group-button .button-open:hover {
  filter: brightness(120%);
}
.group-button .arrow {
  width: 14px;
  height: 8px;
  background: url(../images/arrow.png);
  margin-left: auto;
}
.group-button .expand {
  padding: 0 10px;
  display: none;
}
.group-button a {
  background: linear-gradient(to top, #613dc5, #6d3bc2);
  display: flex;
  align-items: center;
  gap: 5px;
  height: 32px;
  border-radius: 6px;
  padding: 0 5px;
  color: #fff;
  font-size: 14px;
  margin: 5px 0;
}
.group-button a:hover {
  filter: brightness(120%);
}

.page.first .container {
  max-width: 100%;
}
.page.content {
  padding: 15px;
}
.page.content p {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
}
.page.content .image {
  text-align: center;
}
.page.content .image img {
  max-width: 100%;
}
.page.content hr {
  margin: 30px 0;
  border: none;
}
.page.content a {
  color: #ffcc00;
}

h3 {
  color: rgb(250, 205, 126);
  background: linear-gradient(0deg, rgb(250, 205, 126) 0%, rgb(255, 246, 215) 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 620px) {
  h3 {
    font-size: 24px;
  }
}

.box-url {
  width: 100%;
  height: 70px;
  padding: 4px 5px 5px 5px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(39, 40, 54, 0.5019607843);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10;
}
@media screen and (min-width: 520px) {
  .box-url {
    padding: 6px 0;
    height: 90px;
  }
}
@media screen and (min-width: 620px) {
  .box-url {
    padding: 3px 6px;
    height: 100px;
    background: rgba(39, 40, 54, 0.3137254902);
  }
}
@media screen and (min-width: 1150px) {
  .box-url {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background: none;
    width: auto;
    height: 130px;
    position: relative;
    bottom: auto;
    left: auto;
    gap: 20px;
  }
}
.box-url a {
  background: url(../images/ButtonHorz_1.png) no-repeat 0 0/100% 100%;
  width: 195px;
  height: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-bottom: 10px;
  position: relative;
  /*width: 50%;
  height: 64px;
  background: url(../images/B_url.png) no-repeat 0 0/100% 100%;
  transition: all .2s ease;
  position: relative;*/
  /*
  &:hover{
      filter: brightness(120%);
  }
  &::before{
      content: ' ';
      width: 36px;
      height: 36px;
      background: url(../images/I_corner_gold.png) 0 0/100% 100%;
      position: absolute;
      bottom: 1px;
      right: 1px;
      @media screen and (min-width: 520px){
          width: 44px;
          height: 44px;
      }
      @media screen and (min-width: 620px){
          width: 52px;
          height: 52px;
          bottom: 2px;
          right: 0px;
      }
  }*/
}
.box-url a.btn-play {
  width: 40%;
}
@media (min-width: 520px) {
  .box-url a.btn-play {
    width: 234px;
  }
}
.box-url a.btn-1111 {
  width: 60%;
}
@media (min-width: 520px) {
  .box-url a.btn-1111 {
    width: 234px;
  }
}
.box-url a:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: url(../images/ButtonHorz_2.png) no-repeat 0 0/100% 100%;
  opacity: 0;
}
@media screen and (min-width: 520px) {
  .box-url a {
    width: 234px;
    height: 79px;
  }
}
@media screen and (min-width: 620px) {
  .box-url a {
    width: 284px;
    height: 96px;
  }
}
.box-url a.btn-store {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 5px 5px 5px;
  background-image: url(../images/ButtonApp_1.png);
}
.box-url a.btn-store:hover {
  background-image: url(../images/ButtonApp_2.png);
}
@media screen and (min-width: 620px) {
  .box-url a.btn-store {
    padding: 0 15px 5px 15px;
    gap: 30px;
  }
}
.box-url a.btn-store .logo-store {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding-bottom: 5px;
}
@media screen and (min-width: 520px) {
  .box-url a.btn-store .logo-store {
    width: 80px;
  }
}
@media screen and (min-width: 620px) {
  .box-url a.btn-store .logo-store {
    width: 80px;
  }
}
.box-url a.btn-store .logo-store:before {
  content: " ";
}
.box-url a.btn-store .text2 {
  flex: 1;
  font-size: 15px;
  padding-left: 2px;
  padding-top: 5px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 620px) {
  .box-url a.btn-store .text2 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1150px) {
  .box-url a.btn-store .text2 {
    padding-left: 20px;
    padding-right: 20px;
    color: rgb(255, 234, 181);
    background: linear-gradient(0deg, rgb(255, 234, 181) 0%, rgb(255, 255, 255) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
  }
}
.box-url a.btn-store .text-app {
  width: 85px;
  height: 50px;
  background: url(../images/txt_app.png) no-repeat 0 0/100% 100%;
}
@media (min-width: 520px) {
  .box-url a.btn-store .text-app {
    width: 104px;
    height: 61px;
  }
}
.box-url .ic-url {
  position: absolute;
  bottom: 9px;
  right: 3px;
  width: 13px;
  height: 13px;
  background: url(../images/I_icUrl.png) 0 0/100% 100%;
}
@media screen and (min-width: 520px) {
  .box-url .ic-url {
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: 10px;
    right: 4px;
  }
}
@media screen and (min-width: 620px) {
  .box-url .ic-url {
    bottom: 16px;
    right: 7px;
  }
}
.box-url .ic-download {
  position: absolute;
  bottom: 9px;
  right: 3px;
  width: 16px;
  height: 13px;
  background: url(../images/I_icDownload.png) 0 0/100% 100%;
}
@media screen and (min-width: 520px) {
  .box-url .ic-download {
    width: 22px;
    height: 18px;
    background: url(../images/I_icDownload.png);
    bottom: 10px;
    right: 4px;
  }
}
@media screen and (min-width: 620px) {
  .box-url .ic-download {
    bottom: 16px;
    right: 7px;
  }
}
.box-url .row {
  width: 100%;
}
.box-url .text-play {
  width: 125px;
  height: 40px;
  background: url(../images/txt_playweb.png) no-repeat 0 0/100% 100%;
  position: relative;
}
@media (min-width: 520px) {
  .box-url .text-play {
    width: 160px;
    height: 51px;
  }
}
.box-url .text-vpn {
  width: 151px;
  height: 57px;
  background: url(../images/txt_vpn.png) no-repeat 0 0/100% 100%;
  position: relative;
}
@media (min-width: 520px) {
  .box-url .text-vpn {
    width: 191px;
    height: 72px;
  }
}
.box-url .text {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-align: center;
  height: 37px;
  color: rgb(255, 234, 181);
  background: linear-gradient(0deg, #ffe486 0%, rgb(255, 255, 255) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  filter: drop-shadow(0 2px 3px rgba(192, 26, 4, 0.5));
}
.box-url .applestore:before {
  width: 64px;
  height: 70px;
  background: url(../images/applestore-logo.png) no-repeat 0 0/100% 100%;
}
@media (min-width: 620px) {
  .box-url .applestore:before {
    width: 78px;
    height: 86px;
  }
}
.box-url .playstore:before {
  width: 60px;
  height: 61px;
  background: url(../images/playstore-logo.png) no-repeat 0 0/100% 100%;
}
@media screen and (min-width: 620px) {
  .box-url .playstore:before {
    width: 81px;
    height: 83px;
  }
}
.box-code {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  width: 100%;
  background-image: url(../images/I_BgCode.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  margin: 0 auto;
  font-style: italic;
}
@media (min-width: 640px) {
  .box-code {
    width: 636px;
    margin-top: 10px;
    height: 146px;
    background: url(../images/botcodebar.png) no-repeat;
  }
}
.box-code .caption {
  width: 100%;
  height: 42px;
  flex: none;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
@media (min-width: 1150px) {
  .box-code .caption {
    height: 36px;
    padding-top: 5px;
  }
}
.box-code .caption:hover {
  transform: scale(1.2);
  text-shadow: 0 0 5px #fff;
}
.box-code .step {
  padding-top: 5px;
}
@media (min-width: 620px) {
  .box-code .step {
    padding-top: 0;
  }
}
.box-code .step:hover .step-number {
  transform: scale(1.2);
  text-shadow: 0 0 5px #fa9600;
  background-size: auto 100%;
}
.box-code .step.step-1 {
  width: 100%;
  padding-left: 15px;
  padding-bottom: 15px;
}
@media (min-width: 620px) {
  .box-code .step.step-1 {
    width: 160px;
    padding-left: 10px;
    padding-bottom: 0;
  }
}
.box-code .step.step-1 .line {
  display: inline;
  font-size: 16px;
}
@media (min-width: 620px) {
  .box-code .step.step-1 .line {
    display: block;
    font-size: 14px;
  }
}
.box-code .step.step-1 .yellow {
  padding-left: 0;
}
@media (min-width: 620px) {
  .box-code .step.step-1 .yellow {
    padding-left: 0;
  }
}
.box-code .step.step-2 {
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 620px) {
  .box-code .step.step-2 {
    border: none;
    width: 175px;
    padding-left: 0px;
    padding-top: 0;
  }
}
.box-code .step.step-2 .line {
  font-size: 16px;
}
@media (min-width: 620px) {
  .box-code .step.step-2 .line {
    padding-left: 0;
    font-size: 14px;
  }
}
.box-code .step.step-3 {
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 620px) {
  .box-code .step.step-3 {
    border: none;
    width: auto;
    padding-top: 0;
    padding-left: 5px;
    margin-top: 0;
  }
}
.box-code .step.step-3 .line {
  font-size: 16px;
}
@media (min-width: 620px) {
  .box-code .step.step-3 .line {
    padding-left: 0;
    font-size: 14px;
  }
}
.box-code .step + .step {
  position: relative;
}
@media (min-width: 620px) {
  .box-code .step + .step:before {
    content: " ";
    width: 108px;
    height: 19px;
    background: url(../images/I_arrow.png) no-repeat;
    position: absolute;
    top: 25px;
    left: -75px;
    transform: rotate(-90deg);
  }
}
.box-code .step-number {
  font-size: 16px;
  color: #ffd200;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2px;
  transition: all 0.3s ease;
  transform-origin: 0% 50%;
  background: url(../images/step-light.png) no-repeat 0% 50%/0% 0%;
  position: relative;
  padding-bottom: 5px;
}
@media (min-width: 620px) {
  .box-code .step-number {
    padding-bottom: 0;
  }
}
.box-code .line {
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
  padding-left: 15px;
}
@media (min-width: 620px) {
  .box-code .line {
    padding-left: 0;
  }
}
.box-code .yellow {
  color: #ffd200;
}
.box-code .small {
  font-size: 13px;
}
.box-code a {
  color: #fff;
  background: linear-gradient(to top, #05a4e6, #0eafe4);
  border-radius: 6px;
  height: 22px;
  padding: 2px 3px;
  line-height: 22px;
  font-size: 14px;
  margin-left: 2px;
}
.box-code a:hover {
  filter: brightness(120%);
}

.btn-play:hover:before {
  animation-duration: 0.5s;
}
.btn-play:before {
  animation: btnReg2_Opacity 1s infinite ease-in-out;
}
.btn-play .text {
  font-size: 13px;
  margin: -6px 0;
}
@media screen and (min-width: 520px) {
  .btn-play .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 620px) {
  .btn-play .text {
    font-size: 18px;
  }
}
@media screen and (min-width: 620px) {
  .btn-play .text {
    font-size: 22px;
    display: block;
  }
}

.btn-1111 {
  width: 60%;
  padding: 8px 5px 0 5px;
}
@media (min-width: 520px) {
  .btn-1111 {
    width: 234px;
  }
}
.btn-1111:hover:before {
  opacity: 1;
}
.btn-1111 .text {
  font-size: 16px;
  width: 100%;
  display: block;
  margin-bottom: 3px;
}
@media screen and (min-width: 520px) {
  .btn-1111 .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 620px) {
  .btn-1111 .text {
    font-size: 20px;
    width: auto;
    display: inline;
    margin-bottom: 0;
  }
}
.btn-1111 .text-1 {
  text-align: center;
}
@media screen and (min-width: 620px) {
  .btn-1111 .text-1 {
    text-align: left;
    margin-bottom: 1px;
  }
}
.btn-1111 .text-2 {
  display: none;
}
@media screen and (min-width: 620px) {
  .btn-1111 .text-2 {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin-top: -2px;
  }
}

.logo-1111 {
  margin-top: 5px;
}
@media screen and (min-width: 520px) {
  .logo-1111 {
    margin-top: 0px;
  }
}
@media screen and (min-width: 620px) {
  .logo-1111 {
    margin-left: 10px;
  }
}
.footer {
  background: url(../images/I_BgFooter.png) no-repeat center top;
  padding-top: 20px;
  margin-top: 60px;
  padding-bottom: 160px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1150px) {
  .footer {
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer .container {
  text-align: center;
}
.footer .caption {
  display: none;
}
@media screen and (min-width: 800px) {
  .footer .caption {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
.footer .logo-footer {
  margin-bottom: 10px;
}
.footer .logo-footer img {
  width: auto;
  height: 84px;
}
@media screen and (min-width: 1150px) {
  .footer .logo-footer img {
    width: auto;
    height: 138px;
  }
}
.footer .support {
  margin: 0 auto;
  padding-top: 10px;
  width: 287px;
  height: 48px;
  background: url(../images/B_BtnFooter.png) no-repeat;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  color: #fff;
  transition: all 0.2s ease;
}
.footer .support:hover {
  filter: brightness(120%);
}
.footer .socials {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 35px;
  margin: 30px 0;
}
.footer .socials a {
  width: 48px;
  height: 48px;
  background: url(../images/B_BtnCircle.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
.footer .socials a:hover {
  filter: brightness(120%);
}
.footer .ic-fb {
  width: 30px;
  height: 30px;
  background: url(../images/I_icFacebookFooter.png);
}
.footer .ic-telegram {
  width: 30px;
  height: 30px;
  background: url(../images/I_icTelegramFooter.png);
}
.footer .ic-chat {
  width: 35px;
  height: 35px;
  background: url(../images/I_icCustomerFooter.png);
}
.footer .ic-youtube {
  width: 30px;
  height: 30px;
  background: url(../images/I_icYoutubeFooter.png);
}

.black-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.popup {
  width: 100%;
  height: 377px;
  background: url(../images/I_Popup.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 100px;
  left: 0;
  margin-left: 0;
  z-index: 150;
}
@media screen and (min-width: 620px) {
  .popup {
    width: 579px;
    height: 377px;
    top: 200px;
    left: 50%;
    margin-left: -289.5px;
  }
}
.popup .popup-head {
  width: 100%;
  height: 60px;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
.popup .displayname-update {
  background: url(../images/T_character-name-update.png) no-repeat;
  display: inline;
  width: 262px;
  height: 42px;
  text-indent: -9999px;
}
.popup .popup-body {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 620px) {
  .popup .popup-body {
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.popup .input {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 620px) {
  .popup .input {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.popup .input input {
  background: #fff;
  border: none;
  border-radius: 12px;
  height: 65px;
  width: 100%;
  padding: 10px 20px;
  font-size: 20px;
  color: rgb(110, 70, 255);
}
.popup .require-text {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 14px;
}
@media screen and (min-width: 620px) {
  .popup .require-text {
    font-size: 16px;
  }
}
.popup .submit {
  text-align: center;
  margin-top: 30px;
}
.popup .submit button {
  width: 284px;
  height: 72px;
  background: url(../images/B_Wide.png) no-repeat;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.appguide {
  width: 70px;
  height: 77px;
  background: url(../images/B_Guide.png) no-repeat 0 0/100% 100%;
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 1000;
  display: none;
}
@media (max-width: 1150px) {
  .appguide {
    display: block;
  }
}

@keyframes btnReg2_Opacity {
  50% {
    opacity: 1;
  }
}
@keyframes btnReg1_Scale {
  50% {
    transform: scale(1.04);
  }
}
@keyframes btnReg3_Opacity {
  0% {
    opacity: 0;
    transform: scaleX(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scaleX(1.15);
  }
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 98vw;
  height: auto;
  margin: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 900px) {
  .popup {
    width: 900px;
    height: 500px;
  }
}
.popup.web .ic-play {
  display: block;
}
.popup.app .ic-dl {
  display: block;
}
.popup .ic-play, .popup .ic-dl {
  display: none;
}
.popup .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 400;
}
.popup .head h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}
.popup .head button {
  width: 40px;
  height: 40px;
  border-radius: 120px;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  background: transparent;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0 2px;
  cursor: pointer;
}
.popup .head button:hover {
  border-color: rgba(255, 255, 255, 0.5058823529);
}
.popup .body {
  padding: 15px 35px 25px 35px;
}

.version-grid .column + .column {
  margin-top: 20px;
}
.version-grid .button-game {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #f35a1d, #f7ba13);
  border-radius: 10px;
  border: none;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.1725490196);
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}
.version-grid .button-game:hover {
  filter: brightness(120%);
}
.version-grid .button-game.new {
  background: linear-gradient(to top, #2b9915, #6cc721);
}
.version-grid .button-game img {
  margin-top: 5px;
}
.version-grid .button-game .new-tag {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 42px;
  height: 18px;
  animation: new-button 1s infinite ease-in-out;
}

.version-content {
  padding: 5px 0 5px 0px;
  font-size: 18px;
}

.new-row {
  color: #66ff00;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 8px 0;
}
.new-row .new-tag {
  width: 42px;
  height: 18px;
  animation: new-tag 500ms infinite ease-in-out;
}

.new-tag {
  width: 57px;
  height: 26px;
  background: url(../images/new-tag.png) no-repeat 0 0/100% 100%;
  display: block;
}

.invalid-row {
  display: flex;
  gap: 5px;
  color: #777777;
  margin: 8px 0;
}

.valid-row {
  margin: 8px 0;
}

#dropup-web {
  background: linear-gradient(to bottom, #110822, #552e13);
}
#dropup-web:before {
  border-top-color: #552e13;
}

#dropup-download {
  background: linear-gradient(to bottom, #110822, #225513);
  left: auto;
  right: 1vw;
}
@media (min-width: 500px) {
  #dropup-download {
    left: auto;
    right: calc(50% - 250px);
  }
}
@media (min-width: 600px) {
  #dropup-download {
    right: calc(50% - 300px);
  }
}
#dropup-download:before {
  border-top-color: #225513;
  left: 75%;
}

@keyframes new-button {
  50% {
    filter: brightness(150%);
    transform: scale(1.2);
  }
}
@keyframes new-tag {
  50% {
    filter: brightness(150%);
  }
}
.logo-description {
  position: absolute;
  z-index: 100;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  left: 50%;
  top: 125px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  transform: translateX(-50%);
  background: rgba(103, 55, 169, 0.2);
  border: 2px solid rgba(244, 224, 255, 0.2);
  border-radius: 100px;
  padding: 0px 3px 0px 10px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 15px rgba(239, 144, 238, 0.7), 0 0 5px #ffcbf7;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgba(137, 95, 193, 0.4);
  transition: all 0.3s ease;
  width: 310px;
}
@media (max-width: 500px) {
  .logo-description {
    top: 110px;
  }
}
@media (max-width: 1150px) {
  .logo-description {
    top: 90px;
  }
}
.logo-description:hover {
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.4);
  width: 340px;
  background: rgba(255, 255, 255, 0.2);
}
.logo-description:before {
  content: " ";
  width: 90%;
  height: 5px;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  top: -2px;
  left: 5%;
  filter: blur(5px);
  opacity: 0.8;
}
.logo-description .logo-88 {
  width: 46px;
}
.logo-description .icon-hot {
  width: 18px;
  margin-right: 5px;
}
.logo-description span {
  white-space: nowrap;
  background: none;
  -webkit-text-fill-color: initial;
  font-size: 16px;
}

@keyframes textColor {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}/*# sourceMappingURL=style.css.map */