@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
#selectionDetail-description-innerWrapper p,
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: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

body {
  line-height: 1; }

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

a {
  list-style: none;
  text-decoration: none; }

button {
  -webkit-appearance: none;
  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none;
  /* FireFox */
  appearance: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* for Chrome Firefox Edge */ }
  select::-ms-expand {
    display: none;
    /* for IE11 */ }

textarea {
  -webkit-appearance: none; }

input,
button {
  border-radius: 0; }

input[type="number"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield; }
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

/* 快速套用背景漸層 */
:root {
  --black:#1b1b1b;
  --blacl-h4:#292D33;
  --grey:#666666;
  --golden2: linear-gradient(0deg, #DEB782 0%, #DEB782 100%), linear-gradient(92deg, #FFF -4.8%, rgba(255, 255, 255, 0.00) 79.24%), linear-gradient(76deg, #576265 6.57%, #848B8A 90.38%);
  --GoldenX:#BB9056;
  /* 金色漸層（左亮右深），參考截圖 */
  --golden3: linear-gradient(90deg,
      #F3D9A7 0%,
      #E6C184 18%,
      #D7AD6E 40%,
      #C99A5B 62%,
      #B78346 82%,
      #A56F33 100%);
  --blue: linear-gradient(183deg, #2B6EEA -49.71%, #DBEAFF -3.11%, #73C5FF 23.71%, #4C9AFF 41.73%);
  --lightgolden: linear-gradient(180deg, rgba(245, 245, 245, 0.60) 2.66%, #EFDFC9 100%); }

.fc_white {
  color: #FFF; }

a,
a:hover,
a:active,
a:focus {
  text-decoration: none; }

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  z-index: 10; }
  @media all and (max-width: 640px) {
    .container {
      padding: 0 15px; } }

.web_view {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media all and (max-width: 1280px) {
    .web_view {
      display: none !important; } }

.mob_view {
  display: none !important; }
  @media all and (max-width: 1280px) {
    .mob_view {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.text-center {
  text-align: center; }

body {
  background-color: #d2dcee;
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  background: #111111;
  background-size: cover; }

img {
  width: 100%;
  height: auto; }

.main-wrapper {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  z-index: 5; }

.main {
  position: relative;
  margin: auto; }

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

.basic-btn-style {
  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;
  position: relative;
  background: #EDCC94;
  overflow: hidden; }
  .basic-btn-style span {
    position: relative;
    z-index: 2;
    color: #000;
    display: block;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500; }

header {
  width: 100%;
  height: 76px;
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: 2px solid #d5aa6e;
  background: -webkit-linear-gradient(196deg, rgba(255, 255, 255, 0.6) -0.26%, rgba(255, 255, 255, 0.6) 26.61%);
  background: -o-linear-gradient(196deg, rgba(255, 255, 255, 0.6) -0.26%, rgba(255, 255, 255, 0.6) 26.61%);
  background: linear-gradient(254deg, rgba(255, 255, 255, 0.6) -0.26%, rgba(255, 255, 255, 0.6) 26.61%);
  -webkit-backdrop-filter: blur(59.05px);
  backdrop-filter: blur(59.05px);
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1024px) {
    header {
      height: 56px; } }
  header .wrapper {
    max-width: 1128px;
    padding: 11px 100px; }
    @media (max-width: 1024px) {
      header .wrapper {
        padding: 11px 16px;
        max-width: none; } }
  header .logo {
    float: left;
    margin: 0 auto;
    text-align: center; }
    header .logo a {
      display: inline-block;
      vertical-align: middle; }
      header .logo a img {
        display: block;
        width: auto;
        height: 50px; }
    @media (max-width: 1024px) {
      header .logo a img {
        height: 32px; } }
  header .menu {
    display: none; }
    header .menu img {
      display: block;
      width: 100%; }
    @media (max-width: 1024px) {
      header .menu {
        display: block;
        position: absolute;
        right: 16px;
        top: 10px;
        width: 32px;
        height: 32px;
        background: url("../images/menu-close.png") center no-repeat;
        background-size: 0% 0%;
        cursor: pointer;
        z-index: 9; }
        header .menu.active {
          background: url("../images/menu-close.png") center no-repeat;
          background-size: 100% 100%; }
          header .menu.active img {
            opacity: 0; }
          header .menu.active + nav ul {
            height: 100svh; } }
  header nav ul {
    float: right;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 7px auto; }
    @media (max-width: 1024px) {
      header nav ul {
        width: 100%;
        float: none;
        position: absolute;
        left: 0;
        top: 49px;
        background: rgba(17, 17, 17, 0.6);
        padding: 0;
        height: 0;
        overflow: hidden; } }
    header nav ul li {
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 1024px) {
        header nav ul li {
          display: block;
          margin: 0 auto;
          position: relative;
          background: #111;
          background: #fff;
          z-index: 1; }
          header nav ul li:first-of-type {
            padding-top: 20px; }
          header nav ul li:last-of-type {
            padding-bottom: 20px; } }
      header nav ul li a {
        display: block;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin: 8px 0;
        padding: 0 32px;
        color: #deba65;
        color: #1b1b1b;
        text-decoration: none;
        position: relative; }
        @media (max-width: 1024px) {
          header nav ul li a {
            text-align: center;
            border: 0;
            margin: 0 auto;
            padding: 24px 0; } }
        header nav ul li a:before {
          content: "";
          opacity: 0;
          position: absolute;
          bottom: -5px;
          left: 20px;
          width: calc(100% - 40px);
          height: 2px;
          background: #deba65; }
          @media (max-width: 1024px) {
            header nav ul li a:before {
              display: none; } }
        header nav ul li a:hover:before {
          opacity: 1; }
      header nav ul li.btn {
        margin-left: 20px; }
        @media (max-width: 1024px) {
          header nav ul li.btn {
            margin: 0 auto;
            padding: 24px 0; } }
        header nav ul li.btn a {
          padding: 0;
          display: block;
          width: 160px;
          margin: 8px auto; }
          @media (max-width: 1024px) {
            header nav ul li.btn a {
              margin: 0 auto; } }
          header nav ul li.btn a img {
            display: block;
            width: 100%; }
          header nav ul li.btn a:before {
            display: none; }

.fix-btn {
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 284px;
  right: 20px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  @media all and (max-width: 768px) {
    .fix-btn {
      top: auto;
      right: 0;
      height: auto; } }
  .fix-btn a {
    display: block;
    width: 86px;
    margin: 0 auto;
    margin-bottom: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .fix-btn a.is-scrolling-hide {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
      pointer-events: none; }
    @media all and (max-width: 768px) {
      .fix-btn a {
        width: 48.5%;
        float: left;
        margin: auto; }
        .fix-btn a:nth-child(2) {
          float: right; } }
    .fix-btn a img {
      display: block;
      width: 100%; }
      @media all and (max-width: 768px) {
        .fix-btn a img {
          display: none; } }
      .fix-btn a img + img {
        display: none; }
        @media all and (max-width: 768px) {
          .fix-btn a img + img {
            display: block; } }
    .fix-btn a:last-of-type {
      width: 70px;
      margin-bottom: 0; }
      @media all and (max-width: 768px) {
        .fix-btn a:last-of-type {
          position: absolute;
          bottom: 17vw;
          right: 15px;
          width: 50px; }
          .fix-btn a:last-of-type img {
            display: block; } }
    .fix-btn a:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
      @media all and (max-width: 768px) {
        .fix-btn a:hover {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1001;
  background: #ffffff; }

.loader {
  position: fixed;
  z-index: 1003;
  top: 50%;
  margin-top: -115px;
  left: 50%;
  margin-left: -86.5px; }

.dawho-logo {
  width: 173px;
  height: 177px; }
  .dawho-logo img {
    width: 173px;
    height: 177px; }

.sinopac-logo {
  width: 173px;
  margin-bottom: 20px; }
  .sinopac-logo img {
    width: 100%; }

.loading {
  position: relative;
  margin-top: -60px; }
  .loading img {
    width: 173px;
    height: 173px; }

@-webkit-keyframes shine {
  0% {
    left: -150%; }
  50% {
    left: 150%; }
  100% {
    left: 150%; } }

@keyframes shine {
  0% {
    left: -150%; }
  50% {
    left: 150%; }
  100% {
    left: 150%; } }

@-webkit-keyframes scrolling {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: translateY(130%);
    transform: translateY(130%); }
  100% {
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
    opacity: 0; } }

@keyframes scrolling {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: translateY(130%);
    transform: translateY(130%); }
  100% {
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
    opacity: 0; } }

@-webkit-keyframes float {
  100%,
  0% {
    -webkit-transform: rotate(0deg) translate(0px, -15px);
    transform: rotate(0deg) translate(0px, -15px); }
  50% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); } }

@keyframes float {
  100%,
  0% {
    -webkit-transform: rotate(0deg) translate(0px, -15px);
    transform: rotate(0deg) translate(0px, -15px); }
  50% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); } }

@-webkit-keyframes float-b {
  100%,
  0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  50% {
    -webkit-transform: rotate(0deg) translate(0px, -15px);
    transform: rotate(0deg) translate(0px, -15px); } }

@keyframes float-b {
  100%,
  0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px); }
  50% {
    -webkit-transform: rotate(0deg) translate(0px, -15px);
    transform: rotate(0deg) translate(0px, -15px); } }

@-webkit-keyframes shine-bg {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }

@keyframes shine-bg {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }

@-webkit-keyframes clockwise-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes counter-clockwise-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    /* 使用負值實現逆時鐘旋轉 */
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes counter-clockwise-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    /* 使用負值實現逆時鐘旋轉 */
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes kvPopOnce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kvPopOnce {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes kvPopLoop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kvPopLoop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes gallop {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* 起點與終點 */ }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    /* 跳躍最高點 */ } }

@keyframes gallop {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* 起點與終點 */ }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    /* 跳躍最高點 */ } }

@-webkit-keyframes fade {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0.1; } }

@keyframes fade {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0.1; } }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@-webkit-keyframes cBtnArrowLoop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }

@keyframes cBtnArrowLoop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }

@-webkit-keyframes kv-lights {
  from {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-box-shadow: 0 2px 2px #f3dea8;
    box-shadow: 0 2px 2px #f3dea8; }
  to {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    -webkit-box-shadow: 0 2px 28px #f3dea8;
    box-shadow: 0 2px 28px #f3dea8; } }

@keyframes kv-lights {
  from {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-box-shadow: 0 2px 2px #f3dea8;
    box-shadow: 0 2px 2px #f3dea8; }
  to {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    -webkit-box-shadow: 0 2px 28px #f3dea8;
    box-shadow: 0 2px 28px #f3dea8; } }

@-webkit-keyframes task-shine {
  from {
    opacity: 0;
    top: -110%;
    left: -210%; }
  50% {
    opacity: 0.5;
    top: -30%;
    left: -30%; }
  to {
    opacity: 1; } }

@keyframes task-shine {
  from {
    opacity: 0;
    top: -110%;
    left: -210%; }
  50% {
    opacity: 0.5;
    top: -30%;
    left: -30%; }
  to {
    opacity: 1; } }

.button-btn {
  position: relative;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.12s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.12s ease;
  -o-transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.12s ease, -webkit-box-shadow 0.12s ease;
  border-radius: 100px;
  border: 1px solid var(--laterfill, #bb9056);
  background: var(--golden2);
  background-blend-mode: color, overlay, normal;
  -webkit-box-shadow: 0px 4px 0 0 #5c3808;
  box-shadow: 0px 4px 0 0 #5c3808;
  display: block;
  width: 280px;
  height: 60px;
  margin: 20px auto 0 auto;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  color: #fff; }
  @media (max-width: 1024px) {
    .button-btn {
      width: 240px; } }
  .button-btn__arrw {
    position: absolute;
    right: 16px;
    fill: #fff; }
  .button-btn.apply-dawho-btn span {
    margin-right: 30px; }
  .button-btn:hover {
    color: #1b1b1b;
    border: 1px solid #b8915c;
    background: var(--laterfill, linear-gradient(308deg, #bb9056 -20.29%, #f2dca7 56.28%, rgba(252, 247, 198, 0.2) 106.14%));
    -webkit-box-shadow: 0px 7px 0 0 #5c3808;
    box-shadow: 0px 7px 0 0 #5c3808;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
    .button-btn:hover .button-btn__arrw {
      fill: #1b1b1b; }
  .button-btn:active {
    -webkit-transform: translate(3px, 4px);
    -ms-transform: translate(3px, 4px);
    transform: translate(3px, 4px);
    -webkit-box-shadow: 0px 0px 0 0 #5c3808;
    box-shadow: 0px 0px 0 0 #5c3808; }
  .button-btn::after {
    content: "";
    position: absolute;
    background: url("../images/btn_arrw.svg") no-repeat center;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    right: 16px; }

.use-desk {
  display: block; }

.use-mobile {
  display: none !important; }

@media (max-width: 1024px) {
  .use-desk {
    display: none !important; }
  .use-mobile {
    display: block !important; } }

.c-money {
  position: absolute;
  z-index: 2; }
  @media (max-width: 1024px) {
    .c-money {
      display: none; } }

body {
  font-family: "Rubik", "Noto Sans TC", sans-serif;
  padding: 76px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1b1b1b;
  overflow: hidden;
  overflow-y: auto;
  background: #f5f5f5;
  letter-spacing: 0.32px; }
  @media (max-width: 1024px) {
    body {
      padding: 56px 0 0 0;
      font-size: 14px;
      line-height: 22px; } }

.clearfix {
  display: block;
  clear: both; }

.wrapper {
  max-width: 1129px;
  margin: 0 auto;
  padding: 0 14px;
  position: relative; }
  @media (max-width: 1024px) {
    .wrapper {
      max-width: 375px;
      padding: 0 24px; } }

.c-circle {
  position: absolute;
  width: 37%;
  max-width: 674px;
  opacity: 0.08; }
  .c-circle img {
    width: 100%;
    display: block; }
  @media (max-width: 1024px) {
    .c-circle {
      opacity: 0;
      pointer-events: none; } }
  .c-circle svg {
    width: 100%;
    display: block; }
  .c-circle.task-l {
    top: 64%;
    left: -20%; }
  .c-circle.task-r {
    right: -18.5%;
    top: -5%; }
  .c-circle.login-l {
    top: 24%;
    left: -19%; }
  .c-circle.login-r {
    right: -19.5%;
    top: -2%; }
  .c-circle.download-l {
    opacity: 0;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
    left: -50%;
    width: 160%;
    bottom: -15%;
    top: -20%;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .c-circle.download-l {
        opacity: 0.08; } }
    @media (max-width: 768px) {
      .c-circle.download-l {
        left: -407px; } }
    @media (max-width: 560px) {
      .c-circle.download-l {
        left: -97%; } }
  .c-circle.download-r {
    opacity: 0;
    right: -50%;
    width: 177%;
    bottom: -40%;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .c-circle.download-r {
        opacity: 0.08; } }
    @media (max-width: 768px) {
      .c-circle.download-r {
        right: -400px; } }
    @media (max-width: 560px) {
      .c-circle.download-r {
        right: -104%; } }

main {
  overflow: hidden; }
  main .up {
    position: relative;
    z-index: 1;
    max-width: 1129px;
    width: 100%;
    margin: auto; }
    @media (max-width: 1525px) {
      main .up {
        max-width: none; } }
  main h2 {
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 2; }
    @media (max-width: 1024px) {
      main h2 {
        margin-bottom: 20px; } }
    main h2 img {
      display: block;
      width: 100%; }
    main h2.section-heading {
      background: -webkit-linear-gradient(24deg, #5b4a2b 11.6%, #c3a15b 35.31%, #9a7b3f 48.06%, #5b4a2b 55.72%, #5b4a2b 77.23%, #8b6d38 85.34%, #5b4a2b 91.31%);
      background: -o-linear-gradient(24deg, #5b4a2b 11.6%, #c3a15b 35.31%, #9a7b3f 48.06%, #5b4a2b 55.72%, #5b4a2b 77.23%, #8b6d38 85.34%, #5b4a2b 91.31%);
      background: linear-gradient(66deg, #5b4a2b 11.6%, #c3a15b 35.31%, #9a7b3f 48.06%, #5b4a2b 55.72%, #5b4a2b 77.23%, #8b6d38 85.34%, #5b4a2b 91.31%);
      background-blend-mode: color, overlay, normal;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      font-family: "Noto Sans TC";
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 32px; }
      @media (max-width: 1024px) {
        main h2.section-heading {
          font-size: 32px; } }
      @media (max-width: 1024px) {
        main h2.section-heading {
          gap: 20px; } }
      main h2.section-heading::before, main h2.section-heading::after {
        content: "";
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../images/new/title-diamond.png);
        width: 43px;
        height: 44px;
        top: 0.1em; }
        @media (max-width: 1024px) {
          main h2.section-heading::before, main h2.section-heading::after {
            top: 0.05em;
            width: 24px;
            height: 24px; } }
  main h3.subH2 {
    display: inline-block;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.56px;
    text-align: center;
    position: relative; }
    @media (max-width: 1024px) {
      main h3.subH2 {
        padding: 0px 16px;
        font-size: 16px;
        letter-spacing: 0.32px; } }
    main h3.subH2 br.desktop {
      display: block; }
      @media (max-width: 1024px) {
        main h3.subH2 br.desktop {
          display: none; } }
  main .kv {
    position: relative;
    height: 908px;
    background-image: url(../images/new/kv/kv-background.jpg);
    background-size: 100% 100%;
    background-position: center bottom; }
    @media (max-width: 1024px) {
      main .kv {
        background-size: cover;
        height: 619px; } }
    @media (max-width: 560px) {
      main .kv {
        background-image: url(../images/new/kv/kv-background-M.jpg); } }
    main .kv .kv-stock {
      position: absolute;
      width: 836px;
      top: 75px;
      left: calc(50% - 418px); }
      @media (max-width: 1024px) {
        main .kv .kv-stock {
          width: 335px;
          top: 16px;
          left: calc(50% - 167.5px); } }
    main .kv .kv-display-box {
      position: absolute;
      width: 1128px;
      top: 129px;
      left: calc(50% - 564px); }
      @media (max-width: 1024px) {
        main .kv .kv-display-box {
          width: 335px;
          top: 48px;
          left: calc(50% - 167.5px); } }
    main .kv .kv-lights {
      position: absolute;
      top: 164px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 32px; }
      @media (max-width: 1024px) {
        main .kv .kv-lights {
          top: 72px;
          gap: 24px; } }
      main .kv .kv-lights.kv-lights-l {
        right: calc(50% + 504px); }
        @media (max-width: 1024px) {
          main .kv .kv-lights.kv-lights-l {
            right: calc(50% + 139px); } }
      main .kv .kv-lights.kv-lights-r {
        left: calc(50% + 504px); }
        @media (max-width: 1024px) {
          main .kv .kv-lights.kv-lights-r {
            left: calc(50% + 139px); } }
      main .kv .kv-lights li {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 28px #f3dea8;
        box-shadow: 0 2px 28px #f3dea8;
        -webkit-animation: kv-lights 2s linear infinite alternate;
        animation: kv-lights 2s linear infinite alternate; }
        @media (max-width: 1024px) {
          main .kv .kv-lights li {
            width: 12px;
            height: 12px; } }
        main .kv .kv-lights li:nth-child(1) {
          -webkit-animation-delay: 0s;
          animation-delay: 0s; }
        main .kv .kv-lights li:nth-child(2) {
          -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
        main .kv .kv-lights li:nth-child(3) {
          -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
        main .kv .kv-lights li:nth-child(4) {
          -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
        main .kv .kv-lights li:nth-child(5) {
          -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
        main .kv .kv-lights li:nth-child(6) {
          -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
        main .kv .kv-lights li:nth-child(7) {
          -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
        main .kv .kv-lights li:nth-child(8) {
          -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
        main .kv .kv-lights li:nth-child(9) {
          -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
    main .kv .kv-tiger {
      position: absolute;
      width: 360px;
      top: 48px;
      left: calc(50% - 180px); }
      @media (max-width: 1024px) {
        main .kv .kv-tiger {
          width: 212px;
          top: 8px;
          left: calc(50% - 106px); } }
      main .kv .kv-tiger img {
        width: 100%; }
    main .kv h1 {
      position: absolute;
      width: 728px;
      top: 374px;
      left: calc(50% - 374px); }
      @media (max-width: 1024px) {
        main .kv h1 {
          width: 375px;
          top: 238px;
          left: calc(50% - 187px); } }
      main .kv h1 img {
        width: 100%; }
    main .kv .kv-desc {
      position: absolute;
      width: 100%;
      top: 693px; }
      @media (max-width: 1024px) {
        main .kv .kv-desc {
          top: 450px; } }
      main .kv .kv-desc .desc-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 28px;
        line-height: 1.4;
        font-weight: 500; }
        @media (max-width: 1024px) {
          main .kv .kv-desc .desc-main {
            font-size: 18px; } }
        main .kv .kv-desc .desc-main .left {
          text-align: right; }
          @media (max-width: 1024px) {
            main .kv .kv-desc .desc-main .left {
              font-size: 16px; } }
        main .kv .kv-desc .desc-main .amount {
          width: 184px;
          margin-left: 20px;
          margin-right: 4px;
          position: relative;
          top: 10px; }
          @media (max-width: 1024px) {
            main .kv .kv-desc .desc-main .amount {
              width: 117px;
              margin-left: 8px;
              margin-right: 4px;
              top: 6px; } }
          main .kv .kv-desc .desc-main .amount:after {
            content: "";
            position: absolute;
            inset: 0;
            background: -webkit-linear-gradient(345deg, rgba(255, 235, 160, 0) 0%, rgba(255, 235, 160, 0) 30%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 235, 160, 0) 70%, rgba(255, 235, 160, 0) 100%);
            background: -o-linear-gradient(345deg, rgba(255, 235, 160, 0) 0%, rgba(255, 235, 160, 0) 30%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 235, 160, 0) 70%, rgba(255, 235, 160, 0) 100%);
            background: linear-gradient(105deg, rgba(255, 235, 160, 0) 0%, rgba(255, 235, 160, 0) 30%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 235, 160, 0) 70%, rgba(255, 235, 160, 0) 100%);
            background-size: 300% 100%;
            background-position: 200% 0;
            mix-blend-mode: overlay;
            mask-image: url(../images/new/kv/text-3400.png);
            -webkit-mask-image: url(../images/new/kv/text-3400.png);
            -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
            mask-repeat: no-repeat;
            -webkit-mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-position: center;
            -webkit-animation: shine-bg 15s linear infinite;
            animation: shine-bg 15s linear infinite;
            pointer-events: none; }
          main .kv .kv-desc .desc-main .amount img {
            width: 100%; }
        main .kv .kv-desc .desc-main .right {
          position: relative;
          top: 16px; }
          @media (max-width: 1024px) {
            main .kv .kv-desc .desc-main .right {
              top: 12px; } }
        main .kv .kv-desc .desc-main .desc-tag {
          display: inline-block;
          width: 48px;
          margin-left: 20px; }
          @media (max-width: 1024px) {
            main .kv .kv-desc .desc-main .desc-tag {
              width: 40px;
              margin-left: 8px; } }
      main .kv .kv-desc .desc-sub {
        text-align: center;
        font-size: 18px;
        line-height: 1.55;
        color: #666666;
        margin-bottom: 20px; }
        @media (max-width: 1024px) {
          main .kv .kv-desc .desc-sub {
            font-size: 14px;
            margin-bottom: 12px; } }
      main .kv .kv-desc .desc-date {
        font-size: 28px;
        line-height: 1.4;
        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;
        gap: 8px; }
        @media (max-width: 1024px) {
          main .kv .kv-desc .desc-date {
            font-size: 16px; } }
        main .kv .kv-desc .desc-date ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 6px; }
          main .kv .kv-desc .desc-date ul li {
            width: 16px;
            height: 16px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../images/new/kv/diamond.png); }
            @media (max-width: 1024px) {
              main .kv .kv-desc .desc-date ul li:nth-child(1) {
                display: none; }
              main .kv .kv-desc .desc-date ul li:nth-child(2) {
                display: none; } }
    main .kv .kv-coins {
      position: absolute; }
      main .kv .kv-coins.coins-1 {
        width: 114px;
        top: 100px;
        right: calc(50% + 567px); }
        @media (max-width: 1024px) {
          main .kv .kv-coins.coins-1 {
            width: 52px;
            top: 29px;
            right: calc(50% + 126px); } }
      main .kv .kv-coins.coins-2 {
        width: 148px;
        top: 254px;
        left: calc(50% + 547px); }
        @media (max-width: 1024px) {
          main .kv .kv-coins.coins-2 {
            width: 62px;
            top: 316px;
            left: calc(50% + 129px); } }
      main .kv .kv-coins.coins-3 {
        width: 70px;
        top: 712px;
        right: calc(50% + 495px); }
        @media (max-width: 1024px) {
          main .kv .kv-coins.coins-3 {
            display: none; } }
      main .kv .kv-coins.coins-4 {
        width: 96px;
        top: 698px;
        left: calc(50% + 400px); }
        @media (max-width: 1024px) {
          main .kv .kv-coins.coins-4 {
            display: none; } }
    main .kv .kv-bills {
      position: absolute; }
      main .kv .kv-bills.bill-1 {
        width: 100px;
        top: 32px;
        left: calc(50% + 377px); }
        @media (max-width: 1024px) {
          main .kv .kv-bills.bill-1 {
            width: 50px;
            top: 22px;
            left: calc(50% + 130px); } }
      main .kv .kv-bills.bill-2 {
        width: 100px;
        top: 564px;
        right: calc(50% + 371px); }
        @media (max-width: 1024px) {
          main .kv .kv-bills.bill-2 {
            width: 55px;
            top: 225px;
            right: calc(50% + 137px); } }
    main .kv .kv-lines {
      position: absolute; }
      main .kv .kv-lines.kv-line-1 {
        width: 112px;
        top: 648px;
        right: calc(50% + 264px); }
      main .kv .kv-lines.kv-line-2 {
        width: 112px;
        top: 648px;
        left: calc(50% + 266px); }
  main .task {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-color: #dfe1e3;
    background-image: url(../images/new/technology_line_bg.png);
    background-size: 100% 1065px;
    background-position: center center; }
    @media (max-width: 1024px) {
      main .task {
        padding: 47px 0 40px 0; } }
    main .task .deco-coins {
      position: absolute; }
      @media (max-width: 1024px) {
        main .task .deco-coins {
          display: none; } }
      main .task .deco-coins.dc1 {
        width: 114px;
        bottom: 223px;
        right: calc(50% + 622px); }
      main .task .deco-coins.dc2 {
        width: 148px;
        top: 300px;
        left: calc(50% + 594px); }
    main .task .wrapper {
      padding: 0; }
    main .task .section-heading {
      margin-bottom: 12px; }
    main .task h3.subH2 {
      color: #9e9e9e;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0.4px;
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        main .task h3.subH2 {
          font-size: 16px;
          margin-bottom: 28px; } }
    main .task h3.subtitle {
      text-align: center;
      font-family: "Noto Sans TC";
      font-size: 28px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: 0.56px;
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        main .task h3.subtitle {
          font-size: 16px;
          letter-spacing: 0.32px;
          margin-bottom: 28px; } }
      main .task h3.subtitle b {
        display: inline-block;
        color: #bb9056;
        font-weight: 700; }
      @media (max-width: 1024px) {
        main .task h3.subtitle br.hide-br-m {
          display: none; } }
      main .task h3.subtitle .fs-s {
        font-weight: 400;
        color: #666;
        font-size: 18px; }
        @media (max-width: 1024px) {
          main .task h3.subtitle .fs-s {
            font-size: 14px;
            display: block; } }
      main .task h3.subtitle img {
        display: inline-block;
        height: 48px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center; }
        main .task h3.subtitle img + img {
          display: none; }
        @media (max-width: 1024px) {
          main .task h3.subtitle img {
            height: 96px;
            display: none; }
            main .task h3.subtitle img + img {
              display: block; } }
    @media (max-width: 1024px) {
      main .task .wrapper {
        padding: 0;
        max-width: 375px; } }
    @media (max-width: 430px) {
      main .task .wrapper {
        max-width: none; }
        main .task .wrapper + .wrapper {
          max-width: 375px;
          padding: 0 14px; } }
    main .task .slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 24px; }
      main .task .slider .list {
        width: 368px;
        position: relative;
        padding-top: 20px; }
        @media all and (max-width: 1279px) {
          main .task .slider .list {
            width: 300px; } }
        @media (max-width: 1024px) {
          main .task .slider .list {
            width: 331px; } }
        main .task .slider .list .list-tag {
          z-index: 1;
          position: absolute;
          top: 0;
          left: 28px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 36px;
          height: 56px;
          background-image: url(../images/new/task-slide-tag.png); }
          @media (max-width: 1024px) {
            main .task .slider .list .list-tag {
              left: auto;
              right: calc(50% + 105px); } }
        main .task .slider .list .list-main {
          width: 368px;
          height: 348px;
          position: relative;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(../images/new/task-slide-background.png);
          padding-top: 24px;
          margin: auto; }
          @media all and (max-width: 1279px) {
            main .task .slider .list .list-main {
              width: 320px;
              height: 316px; } }
          @media (max-width: 1024px) {
            main .task .slider .list .list-main {
              padding-top: 20px; } }
          main .task .slider .list .list-main .task-title {
            text-align: center;
            font-size: 24px;
            line-height: 1.5;
            font-weight: 500;
            margin-bottom: 24px;
            position: relative; }
            @media (max-width: 1024px) {
              main .task .slider .list .list-main .task-title {
                font-size: 20px;
                margin-bottom: 20px; } }
            main .task .slider .list .list-main .task-title::after {
              content: "";
              top: 85%;
              left: calc(50% - 47px);
              position: absolute;
              width: 94px;
              height: 18px;
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center;
              background-image: url(../images/new/task-slide-title-line.png); }
          main .task .slider .list .list-main .task-img-container {
            position: relative;
            width: 176px;
            height: 176px;
            margin: 0 auto 16px; }
            @media all and (max-width: 1279px) {
              main .task .slider .list .list-main .task-img-container {
                width: 140px;
                height: 140px;
                margin-bottom: 10px; } }
            @media (max-width: 1024px) {
              main .task .slider .list .list-main .task-img-container {
                width: 176px;
                height: 176px;
                margin-bottom: 12px; } }
            main .task .slider .list .list-main .task-img-container .shine {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              overflow: hidden;
              border-radius: 50%; }
              main .task .slider .list .list-main .task-img-container .shine::after {
                content: "";
                position: absolute;
                top: 0;
                left: -100%;
                width: 60%;
                height: 88%;
                -webkit-animation: shine 2s linear infinite;
                animation: shine 2s linear infinite;
                mix-blend-mode: overlay;
                border-radius: 99em;
                background: -webkit-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
                background: -o-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
                background: linear-gradient(89deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
                -webkit-filter: blur(31px);
                filter: blur(31px);
                -webkit-transform: skewX(-20deg);
                -ms-transform: skewX(-20deg);
                transform: skewX(-20deg); }
            main .task .slider .list .list-main .task-img-container .task-img {
              width: 100%; }
          main .task .slider .list .list-main h4 {
            text-align: center;
            font-size: 20px;
            line-height: 1.4; }
            @media (max-width: 1024px) {
              main .task .slider .list .list-main h4 {
                font-size: 18px; } }
    main .task .buttons {
      margin: 60px auto 32px 0;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 36px; }
      @media (max-width: 1024px) {
        main .task .buttons {
          margin: 75px auto 0 auto;
          display: block; } }
      main .task .buttons a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0; }
        @media (max-width: 1024px) {
          main .task .buttons a {
            margin: 0 auto 24px auto; } }
        main .task .buttons a i {
          display: block;
          position: absolute;
          left: 0;
          width: 100%;
          text-align: center;
          font-size: 16px;
          line-height: 24px;
          top: -30px;
          color: #1b1b1b;
          font-weight: 500; }
          @media (max-width: 1024px) {
            main .task .buttons a i {
              font-size: 14px;
              line-height: 22px; } }
    main .task small.info {
      display: block;
      text-align: center;
      color: #666;
      margin: 0 auto;
      line-height: 160%;
      letter-spacing: 0.32px; }
      @media (max-width: 1024px) {
        main .task small.info {
          text-align: left;
          width: 90%;
          margin: auto; } }
    main .task .gift {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 1024px) {
        main .task .gift {
          outline: 2px solid red; } }
      main .task .gift ul {
        width: calc(50% - 12px); }
        @media (max-width: 1024px) {
          main .task .gift ul {
            width: 100%; } }
        main .task .gift ul.left li {
          margin-right: 24px; }
          @media (max-width: 1024px) {
            main .task .gift ul.left li {
              margin-right: 0;
              margin-bottom: 16px; } }
          main .task .gift ul.left li:first-of-type {
            margin-bottom: 24px; }
            @media (max-width: 1024px) {
              main .task .gift ul.left li:first-of-type {
                margin-bottom: 16px; } }
        main .task .gift ul.right li {
          background: url(../images/gift-lg-bg.png) no-repeat;
          background-size: 100% 100%;
          padding: 30px 52px; }
          @media (max-width: 1024px) {
            main .task .gift ul.right li {
              padding: 24px 16px 16px 16px;
              background: url(../images/gift-lg-bg-mb.png) no-repeat;
              background-size: 100% 100%; } }
        main .task .gift ul li {
          display: block;
          background: url(../images/gift-bg.png) no-repeat;
          background-size: 100% 100%;
          padding: 42px 52px; }
          @media (max-width: 1024px) {
            main .task .gift ul li {
              padding: 24px 20px;
              background: url(../images/gift-bg-mb.png) no-repeat;
              background-size: 100% 100%; } }
          main .task .gift ul li .center {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            main .task .gift ul li .center .img img {
              display: block;
              width: 228px;
              margin-right: 20px; }
              main .task .gift ul li .center .img img + img {
                display: none; }
              main .task .gift ul li .center .img img.active {
                display: none; }
                main .task .gift ul li .center .img img.active + img {
                  display: block; }
              @media (max-width: 1024px) {
                main .task .gift ul li .center .img img {
                  width: 136px;
                  margin-right: 5px; } }
            main .task .gift ul li .center .txt {
              width: calc(100% - 248px);
              text-align: center;
              font-size: 24px;
              line-height: 36px;
              font-weight: 900; }
              @media (max-width: 1024px) {
                main .task .gift ul li .center .txt {
                  width: calc(100% - 141px);
                  font-size: 20px;
                  line-height: 28px; } }
              main .task .gift ul li .center .txt em {
                display: inline-block;
                font-style: normal;
                font-size: 20px;
                line-height: 28px;
                font-weight: 500; }
                @media (max-width: 1024px) {
                  main .task .gift ul li .center .txt em {
                    font-size: 18px; } }
          main .task .gift ul li small {
            display: inline-block;
            font-size: 16px;
            line-height: 24px;
            color: #e2dbd3;
            font-weight: 400; }
            @media (max-width: 1024px) {
              main .task .gift ul li small {
                font-size: 14px;
                line-height: 22px; } }
          main .task .gift ul li p {
            padding: 12px 40px 12px 96px;
            border-radius: 12px;
            background: #a41b14;
            position: relative;
            text-align: center;
            margin: 40px auto 0 auto; }
            @media (max-width: 1024px) {
              main .task .gift ul li p {
                padding: 12px 16px 12px 76px;
                margin-top: 8px; } }
            main .task .gift ul li p:last-of-type {
              margin-bottom: 40px; }
              @media (max-width: 1024px) {
                main .task .gift ul li p:last-of-type {
                  margin-top: 16px;
                  margin-bottom: 0; } }
            main .task .gift ul li p br.mobile {
              display: none; }
              @media (max-width: 1024px) {
                main .task .gift ul li p br.mobile {
                  display: block; } }
            main .task .gift ul li p > img {
              display: block;
              width: 40px;
              position: absolute;
              left: 40px;
              top: 0;
              bottom: 0;
              margin: auto; }
              @media (max-width: 1024px) {
                main .task .gift ul li p > img {
                  left: 20px; } }
            main .task .gift ul li p b {
              display: inline-block;
              font-size: 20px;
              font-weight: 700;
              color: #ffeb89;
              margin: 0 5px; }
              @media (max-width: 1024px) {
                main .task .gift ul li p b {
                  font-size: 18px; } }
            main .task .gift ul li p a {
              display: block;
              text-decoration: underline;
              color: #fff; }
              main .task .gift ul li p a:hover {
                text-decoration: none; }
  main .awards {
    padding: 80px 0;
    position: relative;
    background-image: url(../images/new/reward-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    @media (max-width: 1024px) {
      main .awards {
        padding: 20px 0 43px 0; }
        main .awards h2.section-heading {
          margin-bottom: 28px; } }
    @media all and (max-width: 768px) {
      main .awards {
        background-image: url(../images/new/reward-background-m.png); } }
    main .awards .deco-bills {
      position: absolute;
      z-index: 2; }
      main .awards .deco-bills.db1 {
        width: 100px;
        top: 142px;
        right: calc(50% + 510px); }
        @media (max-width: 1024px) {
          main .awards .deco-bills.db1 {
            width: 50px;
            top: 30px;
            right: calc(50% + 125.5px); } }
      main .awards .deco-bills.db2 {
        width: 100px;
        bottom: 90px;
        left: calc(50% + 540px); }
        @media (max-width: 1024px) {
          main .awards .deco-bills.db2 {
            width: 55px;
            bottom: 15px;
            left: calc(50% + 110px); } }
    main .awards .wrapper {
      padding: 0; }
      main .awards .wrapper .gift {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media (max-width: 1024px) {
          main .awards .wrapper .gift {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        main .awards .wrapper .gift .card-main {
          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;
          gap: 4px; }
          @media (max-width: 1024px) {
            main .awards .wrapper .gift .card-main {
              width: 100%;
              gap: 0; } }
          main .awards .wrapper .gift .card-main .card-icon {
            max-width: 220px;
            position: relative; }
            @media (max-width: 1024px) {
              main .awards .wrapper .gift .card-main .card-icon {
                width: 144px; } }
            main .awards .wrapper .gift .card-main .card-icon .shine {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              overflow: hidden;
              border-radius: 50%; }
              main .awards .wrapper .gift .card-main .card-icon .shine::after {
                content: "";
                position: absolute;
                top: 0;
                left: -100%;
                width: 60%;
                height: 88%;
                -webkit-animation: shine 2s linear infinite;
                animation: shine 2s linear infinite;
                mix-blend-mode: overlay;
                border-radius: 99em;
                background: -webkit-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
                background: -o-linear-gradient(1deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
                background: linear-gradient(89deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
                -webkit-filter: blur(31px);
                filter: blur(31px);
                -webkit-transform: skewX(-20deg);
                -ms-transform: skewX(-20deg);
                transform: skewX(-20deg); }
            main .awards .wrapper .gift .card-main .card-icon img {
              width: 100%; }
          main .awards .wrapper .gift .card-main h4 {
            width: 212px;
            font-size: 20px;
            font-weight: 500;
            line-height: 1.4;
            text-align: center; }
            @media (max-width: 1024px) {
              main .awards .wrapper .gift .card-main h4 {
                width: 159px;
                font-size: 16px; } }
            main .awards .wrapper .gift .card-main h4 em {
              line-height: 1.5;
              font-size: 24px;
              font-weight: 600;
              color: #bb9056;
              display: block; }
              @media (max-width: 1024px) {
                main .awards .wrapper .gift .card-main h4 em {
                  font-size: 16px; } }
            main .awards .wrapper .gift .card-main h4 small {
              font-size: 16px;
              color: #1b1b1b;
              font-weight: 400; }
              @media (max-width: 1024px) {
                main .awards .wrapper .gift .card-main h4 small {
                  font-size: 12px; } }
        main .awards .wrapper .gift .gift-left {
          max-width: 552px;
          width: 100%;
          margin: 0 8px; }
          @media (max-width: 1024px) {
            main .awards .wrapper .gift .gift-left {
              margin: 0 auto; } }
          main .awards .wrapper .gift .gift-left .left-card {
            width: 100%;
            border-radius: 20px 40px 20px 40px;
            background: -webkit-linear-gradient(346.49deg, rgba(234, 242, 251, 0.8) 25.5%, rgba(255, 255, 255, 0.8) 39%, rgba(234, 242, 251, 0.8) 49%, rgba(255, 255, 255, 0.8) 55%, rgba(234, 242, 251, 0.8) 59%);
            background: -o-linear-gradient(346.49deg, rgba(234, 242, 251, 0.8) 25.5%, rgba(255, 255, 255, 0.8) 39%, rgba(234, 242, 251, 0.8) 49%, rgba(255, 255, 255, 0.8) 55%, rgba(234, 242, 251, 0.8) 59%);
            background: linear-gradient(103.51deg, rgba(234, 242, 251, 0.8) 25.5%, rgba(255, 255, 255, 0.8) 39%, rgba(234, 242, 251, 0.8) 49%, rgba(255, 255, 255, 0.8) 55%, rgba(234, 242, 251, 0.8) 59%);
            -webkit-box-shadow: 0px 8px 4px 0px #c9d3da, 4px 4px 4px 0px #ffffff inset;
            box-shadow: 0px 8px 4px 0px #c9d3da, 4px 4px 4px 0px #ffffff inset; }
            @media (max-width: 1024px) {
              main .awards .wrapper .gift .gift-left .left-card {
                border-radius: 16px 36px 16px 36px;
                width: 327px;
                height: 144px;
                margin: auto; } }
            main .awards .wrapper .gift .gift-left .left-card + .left-card {
              margin-top: 24px; }
              @media (max-width: 1024px) {
                main .awards .wrapper .gift .gift-left .left-card + .left-card {
                  margin-top: 20px; } }
        main .awards .wrapper .gift .gift-right {
          max-width: 552px;
          width: 100%;
          margin: 0 8px;
          border-radius: 20px 40px 20px 40px;
          background: -webkit-linear-gradient(346.49deg, rgba(234, 242, 251, 0.8) 25.5%, rgba(255, 255, 255, 0.8) 39%, rgba(234, 242, 251, 0.8) 49%, rgba(255, 255, 255, 0.8) 55%, rgba(234, 242, 251, 0.8) 59%);
          background: -o-linear-gradient(346.49deg, rgba(234, 242, 251, 0.8) 25.5%, rgba(255, 255, 255, 0.8) 39%, rgba(234, 242, 251, 0.8) 49%, rgba(255, 255, 255, 0.8) 55%, rgba(234, 242, 251, 0.8) 59%);
          background: linear-gradient(103.51deg, rgba(234, 242, 251, 0.8) 25.5%, rgba(255, 255, 255, 0.8) 39%, rgba(234, 242, 251, 0.8) 49%, rgba(255, 255, 255, 0.8) 55%, rgba(234, 242, 251, 0.8) 59%);
          -webkit-box-shadow: 0px 8px 4px 0px #c9d3da, 4px 4px 4px 0px #ffffff inset;
          box-shadow: 0px 8px 4px 0px #c9d3da, 4px 4px 4px 0px #ffffff inset;
          padding: 12px 24px 20px; }
          @media (max-width: 1024px) {
            main .awards .wrapper .gift .gift-right {
              max-width: 327px;
              margin-top: 20px; } }
          main .awards .wrapper .gift .gift-right .right-card {
            width: 100%; }
            main .awards .wrapper .gift .gift-right .right-card ol {
              width: 100%;
              margin-top: 15px; }
              @media (max-width: 1024px) {
                main .awards .wrapper .gift .gift-right .right-card ol {
                  margin-top: 0; } }
              main .awards .wrapper .gift .gift-right .right-card ol li {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 24px;
                padding: 12px 20px;
                background-color: #fff;
                -webkit-box-shadow: 2px 2px 4px 0px #b18e5c99 inset;
                box-shadow: 2px 2px 4px 0px #b18e5c99 inset;
                border-radius: 20px; }
                @media (max-width: 1024px) {
                  main .awards .wrapper .gift .gift-right .right-card ol li {
                    gap: 12px;
                    padding: 8px 11px; } }
                main .awards .wrapper .gift .gift-right .right-card ol li + li {
                  margin-top: 20px; }
                  @media (max-width: 1024px) {
                    main .awards .wrapper .gift .gift-right .right-card ol li + li {
                      margin-top: 12px; } }
                main .awards .wrapper .gift .gift-right .right-card ol li .index {
                  -ms-flex-negative: 0;
                  flex-shrink: 0;
                  width: 32px;
                  height: 32px;
                  border-radius: 50%;
                  font-size: 20px;
                  color: #fff;
                  background-size: contain;
                  background-repeat: no-repeat;
                  background-position: center center;
                  background-image: url(../images/new/rewards-ol-index.svg);
                  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; }
                main .awards .wrapper .gift .gift-right .right-card ol li .list-text {
                  font-size: 16px;
                  line-height: 1.45; }
                  @media (max-width: 1024px) {
                    main .awards .wrapper .gift .gift-right .right-card ol li .list-text {
                      font-size: 14px; } }
                  main .awards .wrapper .gift .gift-right .right-card ol li .list-text em {
                    font-weight: 700;
                    font-size: 20px;
                    line-height: 1.5;
                    color: #bb9056; }
                    @media (max-width: 1024px) {
                      main .awards .wrapper .gift .gift-right .right-card ol li .list-text em {
                        font-size: 16px; } }
                  main .awards .wrapper .gift .gift-right .right-card ol li .list-text small {
                    color: #666; }
                    @media (max-width: 1024px) {
                      main .awards .wrapper .gift .gift-right .right-card ol li .list-text small {
                        font-size: 12px; } }
                  main .awards .wrapper .gift .gift-right .right-card ol li .list-text a {
                    display: block;
                    text-decoration: underline;
                    background: -webkit-linear-gradient(267.19deg, #2b6eea -49.71%, #dbeaff -3.11%, #73c5ff 23.71%, #4c9aff 41.73%);
                    background: -o-linear-gradient(267.19deg, #2b6eea -49.71%, #dbeaff -3.11%, #73c5ff 23.71%, #4c9aff 41.73%);
                    background: linear-gradient(182.81deg, #2b6eea -49.71%, #dbeaff -3.11%, #73c5ff 23.71%, #4c9aff 41.73%);
                    color: transparent;
                    background-clip: text;
                    -webkit-background-clip: text; }
  main .login {
    padding: 80px 0;
    position: relative;
    background: #f2f3f4; }
    @media (max-width: 1024px) {
      main .login {
        padding: 36px 0 40px 0; } }
    main .login .deco-coins {
      position: absolute;
      width: 148px;
      top: 200px;
      left: calc(50% + 570px); }
      @media (max-width: 1024px) {
        main .login .deco-coins {
          display: none; } }
    main .login .section-heading {
      margin-bottom: 24px; }
    main .login .subH2 {
      margin-bottom: 60px; }
      @media (max-width: 1024px) {
        main .login .subH2 {
          margin-bottom: 40px; } }
    main .login .c__arrow {
      position: relative;
      width: 20px;
      height: 20px;
      overflow: hidden; }
      main .login .c__arrow img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        will-change: transform, opacity;
        opacity: 0;
        -webkit-animation: cBtnArrowLoop 2.2s ease-in-out infinite;
        animation: cBtnArrowLoop 2.2s ease-in-out infinite; }
    main .login .box {
      padding: 0;
      position: relative;
      z-index: 0;
      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; }
      @media (max-width: 1306px) {
        main .login .box {
          width: 84%; } }
      @media (max-width: 1024px) {
        main .login .box {
          display: block;
          max-width: 375px; } }
      main .login .box .slider {
        width: 42%;
        max-width: 408px;
        margin: 0; }
        @media (max-width: 1024px) {
          main .login .box .slider {
            width: 100%;
            max-width: none; } }
        main .login .box .slider .list {
          width: 100%;
          font-size: 20px;
          font-weight: 500;
          line-height: 28px; }
          main .login .box .slider .list:not(:last-child) {
            margin-bottom: 40px; }
          @media (max-width: 1024px) {
            main .login .box .slider .list {
              font-size: 18px; } }
          main .login .box .slider .list h4 {
            font-size: 28px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px; }
            @media (max-width: 1024px) {
              main .login .box .slider .list h4 {
                font-size: 20px;
                margin-bottom: 8px; } }
          main .login .box .slider .list p {
            border-radius: 16px 24px 16px 24px;
            color: #666;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 28px;
            letter-spacing: 0.4px;
            padding: 16px 0 16px 24px;
            display: block;
            background: -webkit-gradient(linear, right top, left top, color-stop(-3.19%, rgba(245, 245, 245, 0)), color-stop(100.12%, #efdfc9));
            background: -webkit-linear-gradient(right, rgba(245, 245, 245, 0) -3.19%, #efdfc9 100.12%);
            background: -o-linear-gradient(right, rgba(245, 245, 245, 0) -3.19%, #efdfc9 100.12%);
            background: linear-gradient(270deg, rgba(245, 245, 245, 0) -3.19%, #efdfc9 100.12%); }
            @media (max-width: 1024px) {
              main .login .box .slider .list p {
                padding: 8px 0 8px 12px;
                font-size: 16px;
                line-height: 150%;
                letter-spacing: 0.32px;
                border-radius: 16px; } }
            main .login .box .slider .list p + p {
              margin-top: 12px; }
          main .login .box .slider .list b {
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            color: #bb9056; }
            @media (max-width: 1024px) {
              main .login .box .slider .list b {
                font-size: 16px; } }
          main .login .box .slider .list small {
            display: block;
            font-size: 18px; }
            @media (max-width: 1024px) {
              main .login .box .slider .list small {
                font-size: 16px; } }
          main .login .box .slider .list:last-of-type {
            margin-right: 0; }
      main .login .box .form {
        width: 58%;
        max-width: 647px;
        border-radius: 20px;
        height: 100%;
        padding: 52px 40px;
        z-index: 2;
        background: -webkit-linear-gradient(346.49deg, rgba(234, 242, 251, 0.8) 25.5%, rgba(255, 255, 255, 0.8) 39%, rgba(234, 242, 251, 0.8) 49%, rgba(255, 255, 255, 0.8) 55%, rgba(234, 242, 251, 0.8) 59%);
        background: -o-linear-gradient(346.49deg, rgba(234, 242, 251, 0.8) 25.5%, rgba(255, 255, 255, 0.8) 39%, rgba(234, 242, 251, 0.8) 49%, rgba(255, 255, 255, 0.8) 55%, rgba(234, 242, 251, 0.8) 59%);
        background: linear-gradient(103.51deg, rgba(234, 242, 251, 0.8) 25.5%, rgba(255, 255, 255, 0.8) 39%, rgba(234, 242, 251, 0.8) 49%, rgba(255, 255, 255, 0.8) 55%, rgba(234, 242, 251, 0.8) 59%);
        -webkit-box-shadow: 0px 8px 4px 0px #c9d3da, 4px 4px 4px 0px #ffffff inset;
        box-shadow: 0px 8px 4px 0px #c9d3da, 4px 4px 4px 0px #ffffff inset;
        -webkit-backdrop-filter: blur(24px);
        backdrop-filter: blur(24px); }
        @media (max-width: 1306px) {
          main .login .box .form {
            width: 53%; } }
        @media all and (max-width: 1279px) {
          main .login .box .form {
            padding: 28px 20px; } }
        @media (max-width: 1024px) {
          main .login .box .form {
            width: 100%;
            max-width: none;
            margin-top: 40px;
            padding: 28px 20px; } }
        main .login .box .form label {
          display: block;
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 24px; }
          main .login .box .form label.label-input-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            @media (max-width: 1024px) {
              main .login .box .form label.label-input-text {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
                main .login .box .form label.label-input-text + .label-input-text {
                  margin-top: 12px; } }
            main .login .box .form label.label-input-text input {
              -webkit-box-shadow: 0px 0px 8px 0px #b18e5c99 inset;
              box-shadow: 0px 0px 8px 0px #b18e5c99 inset; }
              @media (max-width: 1024px) {
                main .login .box .form label.label-input-text input {
                  -webkit-box-shadow: 0px 0px 4px 0px #b18e5c99 inset;
                  box-shadow: 0px 0px 4px 0px #b18e5c99 inset; } }
          @media (max-width: 1024px) {
            main .login .box .form label {
              font-size: 14px;
              margin-bottom: 8px; } }
          main .login .box .form label .label-title {
            display: inline-block;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            vertical-align: middle;
            width: 160px;
            text-wrap: nowrap;
            margin-right: 10px; }
            main .login .box .form label .label-title i {
              font-style: normal;
              color: #f18a00; }
            @media all and (max-width: 1279px) {
              main .login .box .form label .label-title {
                width: 130px; } }
            @media (max-width: 1024px) {
              main .login .box .form label .label-title {
                display: block;
                width: 100%; } }
          main .login .box .form label input[type="text"] {
            display: inline-block;
            vertical-align: middle;
            width: calc(100% - 156px);
            border-radius: 40px;
            border: 0;
            height: 48px;
            padding: 0 12px; }
            main .login .box .form label input[type="text"].sm {
              width: calc(100% - 289px);
              padding: 0 12px; }
            main .login .box .form label input[type="text"]:focus {
              outline: none;
              border: 0; }
            @media (max-width: 1024px) {
              main .login .box .form label input[type="text"] {
                display: block;
                width: 100%;
                height: 38px; }
                main .login .box .form label input[type="text"].sm {
                  display: inline-block;
                  vertical-align: middle;
                  width: 100%;
                  margin-bottom: 12px; } }
          main .login .box .form label .number {
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px;
            width: 110px; }
            @media (max-width: 1024px) {
              main .login .box .form label .number {
                width: 100px; } }
          main .login .box .form label .reload {
            display: inline-block;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            background: url(../images/icon_reload.png) no-repeat;
            background-size: 100% 100%;
            cursor: pointer;
            -webkit-transition: -webkit-transform 0.6s ease-in-out;
            transition: -webkit-transform 0.6s ease-in-out;
            -o-transition: transform 0.6s ease-in-out;
            transition: transform 0.6s ease-in-out;
            transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
            @media (max-width: 1024px) {
              main .login .box .form label .reload {
                width: 26px;
                height: 26px; } }
            main .login .box .form label .reload.rotating {
              -webkit-animation: rotate360 0.6s ease-in-out;
              animation: rotate360 0.6s ease-in-out; }
          main .login .box .form label.check {
            position: relative;
            padding-left: 28px;
            font-size: 16px;
            line-height: 24px;
            cursor: pointer; }
            @media (max-width: 1024px) {
              main .login .box .form label.check {
                padding-top: 24px;
                font-size: 14px;
                line-height: 22px;
                padding-left: 22px;
                margin-top: -5px; } }
            main .login .box .form label.check a {
              text-decoration: underline;
              color: #1b1b1b; }
              main .login .box .form label.check a:hover {
                text-decoration: none; }
            main .login .box .form label.check input[type="checkbox"] {
              display: none; }
              main .login .box .form label.check input[type="checkbox"] + i {
                border-radius: 2px;
                display: block;
                width: 24px;
                height: 24px;
                background: url(../images/check-box.png) no-repeat;
                background-size: 100% 100%;
                position: absolute;
                left: 0;
                top: 0; }
                @media (max-width: 1024px) {
                  main .login .box .form label.check input[type="checkbox"] + i {
                    width: 20px;
                    height: 20px;
                    top: 26px; } }
              main .login .box .form label.check input[type="checkbox"]:checked + i {
                background: url(../images/check-box-checked.png) no-repeat;
                background-size: 100% 100%; }
    @media (max-width: 1024px) {
      main .login .button-btn {
        width: 240px; } }
    main .login #form-tiger {
      position: absolute;
      z-index: 2;
      width: 286px;
      bottom: 55px;
      left: calc(50% + 400px); }
      @media (max-width: 1024px) {
        main .login #form-tiger {
          display: none; } }
  main .download {
    border-radius: 0 0 40px 40px;
    padding: 80px 0;
    position: relative;
    background-image: url(../images/new/dawnload-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    @media (max-width: 1024px) {
      main .download {
        border-radius: 0 0 20px 20px;
        padding: 48px 0; }
        main .download h2.section-heading {
          margin-bottom: 32px; } }
    @media all and (max-width: 768px) {
      main .download {
        background-image: url(../images/dawnload-background-M.jpg); } }
    main .download .wrapper {
      max-width: 988px;
      padding: 0; }
    main .download .box {
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        main .download .box {
          background-size: 100% 100%; } }
      main .download .box > div {
        max-width: calc(50% - 12px);
        text-align: center;
        padding: 24px 93px 48px;
        border-radius: 20px 40px 20px 40px;
        background: #fff;
        -webkit-box-shadow: 4px 4px 4px 0px #b18e5c99 inset, 0px 8px 4px 0px #ffffff;
        box-shadow: 4px 4px 4px 0px #b18e5c99 inset, 0px 8px 4px 0px #ffffff; }
        @media (max-width: 1024px) {
          main .download .box > div {
            max-width: 300px;
            margin: auto;
            padding: 0 0 24px; } }
        main .download .box > div .title {
          width: 215px;
          display: inline-block;
          margin: 0 auto; }
          @media (max-width: 1024px) {
            main .download .box > div .title {
              width: 127px; } }
        main .download .box > div a {
          display: block;
          margin: auto;
          width: 296px; }
          @media (max-width: 1024px) {
            main .download .box > div a {
              width: 220px; } }
          main .download .box > div a + a {
            margin-top: 24px; }
            @media (max-width: 1024px) {
              main .download .box > div a + a {
                margin-top: 16px; } }
          main .download .box > div a:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
          main .download .box > div a img {
            display: block;
            width: 100%;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
        main .download .box > div:first-of-type {
          float: left; }
          @media (max-width: 1024px) {
            main .download .box > div:first-of-type {
              float: none;
              margin-bottom: 32px; } }
        main .download .box > div:last-of-type {
          position: relative;
          float: right; }
          @media (max-width: 1024px) {
            main .download .box > div:last-of-type {
              float: none; } }
    main .download .icon-m1 {
      display: none;
      left: -2%;
      top: 6%;
      width: 15.4%;
      max-width: 57px;
      -webkit-animation: float 3s ease-in-out infinite;
      animation: float 3s ease-in-out infinite; }
      @media (max-width: 1024px) {
        main .download .icon-m1 {
          display: block; } }
      @media (max-width: 560px) {
        main .download .icon-m1 {
          left: -3%; } }
    main .download .icon-m2 {
      display: none;
      right: -3%;
      top: 47%;
      width: 17%;
      max-width: 76px;
      -webkit-animation: float-b 3s ease-in-out infinite;
      animation: float-b 3s ease-in-out infinite; }
      @media (max-width: 1024px) {
        main .download .icon-m2 {
          display: block; } }
      @media (max-width: 560px) {
        main .download .icon-m2 {
          right: -6%; } }
    main .download .icon-m3 {
      display: none;
      left: -15px;
      bottom: 39%;
      width: 10%;
      max-width: 27px;
      -webkit-animation: float 3s ease-in-out infinite;
      animation: float 3s ease-in-out infinite; }
      @media (max-width: 1024px) {
        main .download .icon-m3 {
          display: block; } }
  main .section-download__text {
    text-align: center;
    display: block;
    color: #666;
    padding: 8px 0;
    padding: 0 24px; }
    main .section-download__text a {
      background: var(--blue, linear-gradient(183deg, #2b6eea -49.71%, #dbeaff -3.11%, #73c5ff 23.71%, #4c9aff 41.73%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: 0.32px;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
      -webkit-text-decoration-style: solid;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font; }
  main .qadetail {
    margin-top: -30px;
    padding: 84px 0;
    position: relative;
    background: #f9f9f9;
    border-top: 2px solid #a7804b;
    -webkit-box-shadow: 0 -8px 28.9px 0 #e8ecf0;
    box-shadow: 0 -8px 28.9px 0 #e8ecf0; }
    @media (max-width: 1024px) {
      main .qadetail {
        margin-top: 0;
        padding: 40px 0 32px 0; } }
    main .qadetail .bg {
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -25vw;
      z-index: -1; }
      @media (max-width: 1024px) {
        main .qadetail .bg {
          bottom: -100vw;
          width: 400%; } }
    main .qadetail .collapse > strong,
    main .qadetail .collapse > h3 {
      margin-top: 24px;
      display: block;
      border-radius: 40px;
      border: 4px solid #bb9056;
      padding: 16px 104px 16px 112px;
      font-size: 24px;
      line-height: 36px;
      color: #fff;
      font-weight: 500;
      cursor: pointer;
      position: relative;
      border: 1px solid var(--laterfill, #bb9056);
      background: var(--golden2, linear-gradient(0deg, #deb782 0%, #deb782 100%), linear-gradient(92deg, #fff -4.8%, rgba(255, 255, 255, 0) 79.24%), linear-gradient(76deg, #576265 6.57%, #848b8a 90.38%));
      background-blend-mode: color, overlay, normal;
      -webkit-box-shadow: 0 -8px 0 0 #5c3808 inset;
      box-shadow: 0 -8px 0 0 #5c3808 inset; }
      @media (max-width: 1024px) {
        main .qadetail .collapse > strong,
        main .qadetail .collapse > h3 {
          margin-top: 20px;
          font-size: 18px;
          line-height: 28px;
          padding: 12px 48px 12px 28px; } }
      main .qadetail .collapse > strong img,
      main .qadetail .collapse > h3 img {
        display: block;
        width: 80px;
        position: absolute;
        left: 32px;
        top: -27px; }
        @media (max-width: 1024px) {
          main .qadetail .collapse > strong img,
          main .qadetail .collapse > h3 img {
            left: 6px;
            bottom: auto;
            top: -14px;
            width: 40px; } }
      main .qadetail .collapse > strong i,
      main .qadetail .collapse > h3 i {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/qa-arrow-icon.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 32px;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 1024px) {
          main .qadetail .collapse > strong i,
          main .qadetail .collapse > h3 i {
            width: 24px;
            height: 24px;
            right: 16px; } }
      main .qadetail .collapse > strong.active i,
      main .qadetail .collapse > h3.active i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    main .qadetail .collapse > div {
      display: none;
      padding: 24px;
      border-radius: 0 0 20px 20px;
      border-top: 0;
      background: #f1f6fa;
      max-width: 1064px;
      margin: 0 auto;
      line-height: 30px;
      color: #1b1b1b; }
      @media (max-width: 1024px) {
        main .qadetail .collapse > div {
          line-height: 25px;
          max-width: 312px;
          padding: 36px 16px 16px 16px;
          margin-top: -20px; } }
      main .qadetail .collapse > div h5 {
        display: block;
        border-radius: 8px;
        background: #f9f9f9;
        padding: 12px 24px;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        color: #bb9056; }
        @media (max-width: 1024px) {
          main .qadetail .collapse > div h5 {
            padding: 8px 16px;
            font-size: 16px;
            line-height: 24px; } }
      main .qadetail .collapse > div .txt {
        padding: 12px 24px;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media (max-width: 1024px) {
          main .qadetail .collapse > div .txt {
            padding: 8px 16px; } }
        main .qadetail .collapse > div .txt b {
          background: var(--golden3);
          color: #ffffff; }
        main .qadetail .collapse > div .txt ol li {
          list-style: decimal;
          margin-left: 20px; }
          main .qadetail .collapse > div .txt ol li ul li {
            list-style: lower-alpha;
            margin-left: 20px; }
        main .qadetail .collapse > div .txt ul li {
          list-style: disc;
          margin-left: 20px; }
        main .qadetail .collapse > div .txt a {
          text-decoration: underline;
          color: #4d9aff; }
          main .qadetail .collapse > div .txt a:hover {
            text-decoration: none; }

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 44px;
  background-size: 100% 100%;
  text-indent: -999999px;
  z-index: 1;
  cursor: pointer; }
  .slick-arrow.slick-prev {
    left: 8px;
    background-image: url(../images/prev.png); }
    .slick-arrow.slick-prev.slick-disabled {
      background-image: url(../images/prev-d.png); }
  .slick-arrow.slick-next {
    right: 8px;
    background-image: url(../images/next.png); }
    .slick-arrow.slick-next.slick-disabled {
      background-image: url(../images/next-d.png); }

.slick-dots {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    border: 1px solid #fff;
    background: #a41b14;
    width: 18px;
    height: 10px;
    margin: 0 6px;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #ffeb89; }
    .slick-dots li button {
      display: none; }
