/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-modal,
.ant-image-preview {
  pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
  display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #ff4d4f;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #004eff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

@supports not (font-variation-settings: normal){@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-Regular.ttf") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-Medium.ttf") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-SemiBold.ttf") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-Bold.ttf") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-ExtraBold.ttf") format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-ExtraBold.ttf") format("woff2");font-weight:800;font-style:normal;font-display:swap}}@supports (font-variation-settings: normal){@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-VariableFont_slnt,wght.ttf") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-VariableFont_slnt,wght_italic.ttf") format("woff2");font-weight:100 900;font-style:italic;font-display:swap}}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Regular.otf") format("opentype");font-style:normal;font-weight:400}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Medium.otf") format("opentype");font-style:normal;font-weight:500}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Bold.otf") format("opentype");font-style:normal;font-weight:600}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Bold.otf") format("opentype");font-style:normal;font-weight:700}@font-face{font-family:"Libre Caslon Display";src:url("/fonts/libre/LibreCaslonDisplay-Regular.ttf") format("woff2");font-style:normal;font-weight:100 900}@font-face{font-family:"Libre Caslon Text";src:url("/fonts/libre/LibreCaslonText-Regular.ttf") format("woff2");font-style:normal;font-weight:100 900}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre,mark{margin:0}mark{padding:0;background-color:inherit}html{font-family:"Inter", sans-serif;color:#00040c;scroll-behavior:smooth}html ::-moz-selection{background:#0052CC}html ::selection{background:#0052CC}html h1{letter-spacing:-0.4px}html h2,html h3,html h4,html h6,html p{letter-spacing:-0.2px}html :lang(zh){font-family:"Inter", "Noto", sans-serif}html :lang(zh) h1{letter-spacing:-0.2px}html :lang(zh) h2,html :lang(zh) h3,html :lang(zh) h4,html :lang(zh) p{letter-spacing:0px}header{padding:0 24px}h1{font-size:30px}h2{font-size:20px}h3,p,a{font-size:16px}h4{font-size:14px}h1,h2{font-weight:800}h3,h4{font-weight:700}p{font-weight:400}p mark{font-weight:500}p strong{font-weight:700}a{font-weight:500}h1{line-height:1.333333}h2,h3,h4,p,a{line-height:1.5}h1{letter-spacing:-0.8px}h2{letter-spacing:-0.2px}h3,h4,p,a{letter-spacing:-0.2px}a:active{color:#00b299}ul{list-style:none;padding:0;margin:0}p>a{font-size:inherit}.ant-tooltip{max-width:300px;width:auto}.ant-tooltip .ant-tooltip-inner{color:#FF1700}.ant-popover .ant-popover-content .ant-popover-inner{border-radius:8px;margin-left:-32px}.ant-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content{padding:0}.ant-popover{animation:fadeInAnimation ease 0.5s;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes fadeInAnimation___1XxYa{0%{opacity:0}100%{opacity:1}}@media screen and (min-width: 992px){ß h1{font-size:45px;line-height:1.222222}h2{font-size:30px;line-height:1.333333}h3{font-size:20px}h4{font-size:16px}header{padding:0 80px}}@media only screen and (max-width: 1440px){.container-wrapper___3T6oH{width:100%;margin:0 auto}.full-width___1-JtH{width:100%}}@media only screen and (min-width: 1440px){.container-wrapper___3T6oH{max-width:1440px;margin:0 auto;padding:0}.full-width___1-JtH{width:100%;padding:0}}@media only screen and (min-width: 1440px){.page-wrapper___EiMXX{width:100%;max-width:1496px;margin:0 auto;padding:0 48px}}@media only screen and (max-width: 1440px){.page-wrapper___EiMXX{padding:0 48px}}@media only screen and (max-width: 1199px){.page-wrapper___EiMXX{padding:0 16px}}.btn-default___enazS{text-decoration:none;height:42px;line-height:42px;padding:0 24px;border-radius:8px;color:#161A23;border:1px solid #B2BCCD;font-size:15px;font-weight:600;letter-spacing:-0.3px;white-space:nowrap;transition:.1s;text-align:center}.btn-default___enazS:hover{color:#161A23;background:rgba(0,0,0,0.05)}.btn-primary___IJUvR{text-decoration:none;height:42px;line-height:42px;padding:0 24px;border-radius:8px;color:#fff;font-size:15px;font-weight:600;letter-spacing:-0.3px;background:#0052CC;white-space:nowrap;transition:.1s}.btn-primary___IJUvR:hover{color:#fff;background:#0045CA}.btn-dark___1G-gj{text-decoration:none;height:42px;line-height:42px;padding:0 24px;border-radius:8px;color:#fff;font-size:15px;font-weight:600;letter-spacing:-0.3px;background:#161A23;white-space:nowrap;transition:.1s}.btn-dark___1G-gj:hover{color:#fff;background:#2C3444}.btn-dark2___JYyXI{text-decoration:none;height:59px;line-height:59px;padding:0 24px;border-radius:8px;color:#fff;font-size:16px;font-weight:600;letter-spacing:-0.4px;background:#161A23;white-space:nowrap;transition:.1s}.btn-dark2___JYyXI:hover{color:#fff;background:#2C3444}.btn-default2___EeXRj{text-decoration:none;height:59px;line-height:59px;padding:0 24px;border-radius:8px;color:#161A23;border:1px solid #161A23;font-size:16px;font-weight:600;letter-spacing:-0.4px;white-space:nowrap;transition:.1s}.btn-default2___EeXRj:hover{color:#161A23;background:rgba(0,0,0,0.05)}.font-inter___2Kksr{font-family:'Inter' !important;letter-spacing:0 !important;display:inline !important}.main___ZWI_z .head___2mifL{width:100%;height:345px;position:relative;padding-top:69px;background-color:#000;background-size:100%}.main___ZWI_z .head___2mifL .head-title___15EZ5{display:flex;justify-content:center;align-items:center;gap:50px;position:relative}.main___ZWI_z .head___2mifL .head-title___15EZ5::before{content:'';display:block;width:1px;height:29px;background:rgba(255,255,255,0.55);position:absolute;left:50%;top:50%;transform:translate3d(-50%, -50%, 0)}.main___ZWI_z .head___2mifL .tags___22fza{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:15px}.main___ZWI_z .head___2mifL .tags___22fza .tag___1_63f{font-size:14.5;font-style:normal;font-weight:450;line-height:18px;letter-spacing:-0.29px;color:#ffffff;background:rgba(59,59,59,0.2);padding:6px 12px;border-radius:40px;box-shadow:rgba(255,255,255,0.25) 0.8px 0.8px 0.3px 0px inset,rgba(255,255,255,0.25) -0.8px -0.8px 0.3px 0px inset;backdrop-filter:blur(4px) saturate(90%)}.main___ZWI_z .head___2mifL .head-desc___egFRw{font-size:18px;font-weight:500;line-height:22px;letter-spacing:-0.54px;color:#ffffff;text-align:center;max-width:80%;margin:0 auto;margin-top:38px}.main___ZWI_z .page-content___2SoxE{margin-top:-55px;background:#ffffff;border-radius:20px 20px 0 0;padding-top:47px;position:relative}.main___ZWI_z .page-content___2SoxE .learn-more___2k38O .learn-more-title___eDJWG{font-size:36px;font-weight:500;line-height:110%;letter-spacing:-1.8px;color:#001646;text-align:center}.main___ZWI_z .page-content___2SoxE .learn-more___2k38O .learn-more-desc___3KwOm{font-size:16px;font-weight:450;line-height:150%;letter-spacing:-0.4px;margin-top:20px;color:#3D4D64;text-align:center}.main___ZWI_z .page-content___2SoxE .learn-more___2k38O .learn-more-list___1DtyL{margin-top:20px}.main___ZWI_z .page-content___2SoxE .learn-more___2k38O .learn-more-list-item___7DADC{margin-top:15px;text-align:center}.main___ZWI_z .page-content___2SoxE .learn-more___2k38O .learn-more-list-item___7DADC .pic___3PLUb{max-width:100%;cursor:pointer}.main___ZWI_z .page-content___2SoxE .careers___2PvtB .careers-title___Iv_jo{font-size:36px;font-weight:500;line-height:110%;letter-spacing:-1.8px;color:#001646;text-align:center}.main___ZWI_z .page-content___2SoxE .careers___2PvtB .careers-desc___7APK1{margin-top:16px;font-size:16px;font-weight:450;line-height:150%;letter-spacing:-0.4px;color:#3D4D64;text-align:center}.main___ZWI_z .page-content___2SoxE .careers___2PvtB .careers-tags___2Wk33{display:flex;justify-content:center;gap:15px;align-items:center;margin-top:20px}.main___ZWI_z .page-content___2SoxE .careers___2PvtB .careers-tags___2Wk33 .careers-tag___2wnDu{padding:6.7px 12.6px;border-radius:8.4px;display:flex;align-items:center;gap:10px;font-size:16.798px;font-weight:450;letter-spacing:-0.42px;color:#000;text-decoration:none;background:#F5F7FA}.main___ZWI_z .page-content___2SoxE .careers___2PvtB .careers-tags___2Wk33 .careers-tag___2wnDu .tag-icon___A-3jE{width:29px;height:29px}.main___ZWI_z .page-content___2SoxE .careers___2PvtB .careers-image___1OCvU{display:block;max-width:100%;margin:0 auto;margin-top:20px}.main___ZWI_z .page-content___2SoxE .careers___2PvtB .btns___2Urr4{margin-top:73px;margin-bottom:20px;display:flex;justify-content:center}.main___ZWI_z .page-content___2SoxE .careers___2PvtB .btn-share___IWArP{padding:20px;border-radius:8px;border:1px solid #000;display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;line-height:22px;letter-spacing:-0.54px;color:#141A24;text-decoration:none;cursor:pointer}.main___ZWI_z .page-content___2SoxE .careers___2PvtB .btn-share___IWArP .icon-share___16QaS{width:23px;height:23px}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK{width:100%;margin-top:73px}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .spin-wheel-title___3xxGh{font-size:36px;font-weight:500;line-height:110%;letter-spacing:-1.8px;color:#001646;text-align:center}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .spin-wheel-title___3xxGh.desk___1tgft{font-size:72px;letter-spacing:-3.96px}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .spin-wheel-email___F2WLv{text-align:center;font-size:16px;font-weight:450;line-height:150%;letter-spacing:-0.4px;text-align:center;color:#3D4D64;margin-top:20px}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .spin-wheel-email___F2WLv.desk___1tgft{font-size:24px;letter-spacing:-0.96px}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .wheel-content___2jEBq{display:flex;justify-content:center;margin-top:20px;position:relative}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .wheel-content___2jEBq.disabled___2-bSo #lucky{filter:blur(2px)}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .wheel-content___2jEBq.disabled___2-bSo::before{content:'';display:block;width:100%;height:105%;background:rgba(255,255,255,0.7);position:absolute;z-index:1;transform:translate3d(0, -2.5%, 0)}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .wheel-content___2jEBq .overlay-msg___3J8Nh{width:240px;padding:18px;border-radius:10px;background:rgba(255,255,255,0.6);font-size:24px;font-weight:500;line-height:29px;letter-spacing:-0.96px;color:#141A24;position:absolute;text-align:center;z-index:2;top:50%;left:50%;transform:translate3d(-50%, -50%, 0);box-shadow:rgba(255,255,255,0.5) 0.8px 0.8px 0.3px 0px inset,rgba(255,255,255,0.5) -0.8px -0.8px 0.3px 0px inset}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .congratulations___2tvEK{margin-top:20px}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .congratulations___2tvEK .congratulations-text___kIq89{font-size:15px;font-weight:450;line-height:150%;letter-spacing:-0.3px;color:#141A24;text-align:center}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .congratulations___2tvEK .congratulations-text___kIq89 .bold____OwuI{font-weight:600}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .congratulations___2tvEK .congratulations-text___kIq89.desk___1tgft{font-size:18px;letter-spacing:-0.54px}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .wheel-btns___2-nU9{margin-top:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .space___35QrK{font-size:16px;font-weight:600;line-height:19px;letter-spacing:-0.4px;color:#3D4D64;margin-top:20px;text-align:center}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .wheel-upgrade___1UUtw{margin-top:20px;text-align:center}.main___ZWI_z .page-content___2SoxE .spin-wheel___2-2dK .wheel-upgrade___1UUtw .upgrade-text___3-uCY{font-size:16px;font-weight:450;line-height:150%;letter-spacing:-0.4px;color:#3D4D64;margin-top:20px}.diviver___kSNqs{margin:73px 0;width:100%;height:1px;background:#D5DCE7}.btn-normal___3pjdU{padding:16px 24px;border-radius:8px;background:#0055DC;font-size:18px;font-weight:500;line-height:22px;letter-spacing:-0.54px;color:#fff;cursor:pointer;text-align:center}.btn-normal___3pjdU.disabled___2-bSo{background:#D5DCE7}.terms___1Bx1R{font-size:12px;font-weight:450;line-height:15px;letter-spacing:-0.24px;text-decoration:underline;color:#8A96A9;margin-top:10px}.terms___1Bx1R:hover,.terms___1Bx1R:active{color:#8A96A9;text-decoration:underline}

@supports not (font-variation-settings: normal){@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-Regular.ttf") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-Medium.ttf") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-SemiBold.ttf") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-Bold.ttf") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-ExtraBold.ttf") format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-ExtraBold.ttf") format("woff2");font-weight:800;font-style:normal;font-display:swap}}@supports (font-variation-settings: normal){@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-VariableFont_slnt,wght.ttf") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-VariableFont_slnt,wght_italic.ttf") format("woff2");font-weight:100 900;font-style:italic;font-display:swap}}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Regular.otf") format("opentype");font-style:normal;font-weight:400}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Medium.otf") format("opentype");font-style:normal;font-weight:500}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Bold.otf") format("opentype");font-style:normal;font-weight:600}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Bold.otf") format("opentype");font-style:normal;font-weight:700}@font-face{font-family:"Libre Caslon Display";src:url("/fonts/libre/LibreCaslonDisplay-Regular.ttf") format("woff2");font-style:normal;font-weight:100 900}@font-face{font-family:"Libre Caslon Text";src:url("/fonts/libre/LibreCaslonText-Regular.ttf") format("woff2");font-style:normal;font-weight:100 900}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre,mark{margin:0}mark{padding:0;background-color:inherit}html{font-family:"Inter", sans-serif;color:#00040c;scroll-behavior:smooth}html ::-moz-selection{background:#0052CC}html ::selection{background:#0052CC}html h1{letter-spacing:-0.4px}html h2,html h3,html h4,html h6,html p{letter-spacing:-0.2px}html :lang(zh){font-family:"Inter", "Noto", sans-serif}html :lang(zh) h1{letter-spacing:-0.2px}html :lang(zh) h2,html :lang(zh) h3,html :lang(zh) h4,html :lang(zh) p{letter-spacing:0px}header{padding:0 24px}h1{font-size:30px}h2{font-size:20px}h3,p,a{font-size:16px}h4{font-size:14px}h1,h2{font-weight:800}h3,h4{font-weight:700}p{font-weight:400}p mark{font-weight:500}p strong{font-weight:700}a{font-weight:500}h1{line-height:1.333333}h2,h3,h4,p,a{line-height:1.5}h1{letter-spacing:-0.8px}h2{letter-spacing:-0.2px}h3,h4,p,a{letter-spacing:-0.2px}a:active{color:#00b299}ul{list-style:none;padding:0;margin:0}p>a{font-size:inherit}.ant-tooltip{max-width:300px;width:auto}.ant-tooltip .ant-tooltip-inner{color:#FF1700}.ant-popover .ant-popover-content .ant-popover-inner{border-radius:8px;margin-left:-32px}.ant-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content{padding:0}.ant-popover{animation:fadeInAnimation ease 0.5s;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes fadeInAnimation___DrZLA{0%{opacity:0}100%{opacity:1}}@media screen and (min-width: 992px){ß h1{font-size:45px;line-height:1.222222}h2{font-size:30px;line-height:1.333333}h3{font-size:20px}h4{font-size:16px}header{padding:0 80px}}@media only screen and (max-width: 1440px){.container-wrapper___3ddAm{width:100%;margin:0 auto}.full-width___1ptOS{width:100%}}@media only screen and (min-width: 1440px){.container-wrapper___3ddAm{max-width:1440px;margin:0 auto;padding:0}.full-width___1ptOS{width:100%;padding:0}}@media only screen and (min-width: 1440px){.page-wrapper___9XCH6{width:100%;max-width:1496px;margin:0 auto;padding:0 48px}}@media only screen and (max-width: 1440px){.page-wrapper___9XCH6{padding:0 48px}}@media only screen and (max-width: 1199px){.page-wrapper___9XCH6{padding:0 16px}}.btn-default___3FO5F{text-decoration:none;height:42px;line-height:42px;padding:0 24px;border-radius:8px;color:#161A23;border:1px solid #B2BCCD;font-size:15px;font-weight:600;letter-spacing:-0.3px;white-space:nowrap;transition:.1s;text-align:center}.btn-default___3FO5F:hover{color:#161A23;background:rgba(0,0,0,0.05)}.btn-primary___3zMZ6{text-decoration:none;height:42px;line-height:42px;padding:0 24px;border-radius:8px;color:#fff;font-size:15px;font-weight:600;letter-spacing:-0.3px;background:#0052CC;white-space:nowrap;transition:.1s}.btn-primary___3zMZ6:hover{color:#fff;background:#0045CA}.btn-dark___1h4vN{text-decoration:none;height:42px;line-height:42px;padding:0 24px;border-radius:8px;color:#fff;font-size:15px;font-weight:600;letter-spacing:-0.3px;background:#161A23;white-space:nowrap;transition:.1s}.btn-dark___1h4vN:hover{color:#fff;background:#2C3444}.btn-dark2___2W5iU{text-decoration:none;height:59px;line-height:59px;padding:0 24px;border-radius:8px;color:#fff;font-size:16px;font-weight:600;letter-spacing:-0.4px;background:#161A23;white-space:nowrap;transition:.1s}.btn-dark2___2W5iU:hover{color:#fff;background:#2C3444}.btn-default2___1qqXy{text-decoration:none;height:59px;line-height:59px;padding:0 24px;border-radius:8px;color:#161A23;border:1px solid #161A23;font-size:16px;font-weight:600;letter-spacing:-0.4px;white-space:nowrap;transition:.1s}.btn-default2___1qqXy:hover{color:#161A23;background:rgba(0,0,0,0.05)}.font-inter___QLCEv{font-family:'Inter' !important;letter-spacing:0 !important;display:inline !important}.desktop-footer___1tcdM{background:#fff;padding:64px 0 88px;border-top:1px solid #E7EAF0;position:relative}.desktop-footer___1tcdM .footer-links___SCjj_{display:flex;flex-direction:column;gap:64px;padding-bottom:64px}.desktop-footer___1tcdM .footer-links___SCjj_ .column1___gQZEw{width:100%}.desktop-footer___1tcdM .footer-links___SCjj_ .column1___gQZEw .logo___2b3Cm svg{width:116px;height:30px}.desktop-footer___1tcdM .footer-links___SCjj_ .column1___gQZEw h3{font-size:14px;font-weight:450;line-height:1.5;letter-spacing:-0.28px;color:#434D60;padding:24px 0}.desktop-footer___1tcdM .footer-links___SCjj_ .column1___gQZEw .app-stores___j2sLC{display:flex}.desktop-footer___1tcdM .footer-links___SCjj_ .column1___gQZEw .app-stores___j2sLC a{min-width:110px;height:44px;padding:3px 11px;border:1px solid #D7DCE5;border-radius:8px;margin-right:8px}.desktop-footer___1tcdM .footer-links___SCjj_ .column1___gQZEw .app-stores___j2sLC a img{max-width:100%}.desktop-footer___1tcdM .footer-links___SCjj_ .column1___gQZEw .app-stores___j2sLC a:first-child img{width:120px}.desktop-footer___1tcdM .footer-links___SCjj_ .column1___gQZEw .app-stores___j2sLC a:last-child img{width:116px}.desktop-footer___1tcdM .footer-links___SCjj_ .column-right___1B6M8{flex:1;display:flex;gap:32px}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC{display:none;margin-top:56px;border-top:1px solid #E7EAF0}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .ant-collapse{background-color:inherit;border:none}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .ant-collapse .ant-collapse-item{background:#ffffff;padding:20px 0;border-bottom:1px solid #E7EAF0}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .ant-collapse .ant-collapse-item .ant-collapse-header{border:none;padding:0;color:#161A23;font-size:16px;font-weight:500;letter-spacing:-0.48px}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-arrow{right:2px}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .ant-collapse .ant-collapse-item .ant-collapse-content{background:none;border:none}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .ant-collapse .ant-collapse-item .ant-collapse-content-box{padding:8px 0 4px}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .ant-collapse .ant-collapse-item.ant-collapse-item .ant-collapse-arrow img{width:16px;transition:.3s}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-arrow img{transform:rotate(-180deg)}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .ant-collapse .ant-collapse-item .ant-motion-collapse-legacy-active{transition:height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .column-row___1WmEn a,.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .column-row___1WmEn p{display:inline-block;font-size:16px;font-weight:450;line-height:1.5;letter-spacing:-0.4px;color:#434D60;text-decoration:none}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .column-row___1WmEn>p{margin-top:20px}.desktop-footer___1tcdM .footer-links___SCjj_ .footer-menu___30vFC .column-row___1WmEn>a{margin-top:20px}.desktop-footer___1tcdM .footer-links___SCjj_ .column___3nV5W{flex:1}.desktop-footer___1tcdM .footer-links___SCjj_ .column___3nV5W .column-section___1OYcG{display:flex;flex-direction:column;margin-top:40px}.desktop-footer___1tcdM .footer-links___SCjj_ .column___3nV5W .column-section___1OYcG:first-child{margin-top:0}.desktop-footer___1tcdM .footer-links___SCjj_ .column___3nV5W h1{font-size:16px;font-weight:500;letter-spacing:-0.48px;color:#161A23;padding-bottom:8px}.desktop-footer___1tcdM .footer-links___SCjj_ .column___3nV5W .column-row___1WmEn{margin-top:16px;font-size:14px;font-weight:450;line-height:1.5;letter-spacing:-0.28px;color:#68768C;display:flex;align-items:center}.desktop-footer___1tcdM .footer-links___SCjj_ .column___3nV5W .column-row___1WmEn:first-child{margin-top:24px}.desktop-footer___1tcdM .footer-links___SCjj_ .column___3nV5W .column-row___1WmEn a,.desktop-footer___1tcdM .footer-links___SCjj_ .column___3nV5W .column-row___1WmEn p{font-size:14px;font-weight:450;line-height:1.5;letter-spacing:-0.28px;color:#68768C;text-decoration:none}.desktop-footer___1tcdM .footer-links___SCjj_ .column___3nV5W .column-row___1WmEn a:hover{color:#2C3444}.desktop-footer___1tcdM .footer-links___SCjj_ .column___3nV5W .column-row___1WmEn .icon___k5Nw7{width:16px;height:16px;margin-right:8px}.desktop-footer___1tcdM .copy-right___22b0r{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-top:1px solid #E7EAF0;border-bottom:1px solid #E7EAF0}.desktop-footer___1tcdM .copy-right___22b0r h3{font-size:14px;font-weight:400;line-height:1.3;letter-spacing:-0.28px;color:#8A96A9}.desktop-footer___1tcdM .copy-right___22b0r .social-list___2ycRO{display:flex;gap:8px}.desktop-footer___1tcdM .copy-right___22b0r .social-list___2ycRO a{width:32px;height:32px;border-radius:32px;border:1px solid #E5EAF1;transition:.1s;display:flex;justify-content:center;align-items:center}.desktop-footer___1tcdM .copy-right___22b0r .social-list___2ycRO a:hover{background:#F5F7F9}.desktop-footer___1tcdM .disclaimer___HltZg{padding-top:24px}.desktop-footer___1tcdM .disclaimer___HltZg p,.desktop-footer___1tcdM .disclaimer___HltZg a{font-size:12px;letter-spacing:-0.24px;font-weight:450;color:#8A96A9;margin-bottom:10px}.desktop-footer___1tcdM .disclaimer___HltZg a:hover,.desktop-footer___1tcdM .disclaimer___HltZg a:active{text-decoration:underline}

@supports not (font-variation-settings: normal){@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-Regular.ttf") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-Medium.ttf") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-SemiBold.ttf") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-Bold.ttf") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-ExtraBold.ttf") format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-ExtraBold.ttf") format("woff2");font-weight:800;font-style:normal;font-display:swap}}@supports (font-variation-settings: normal){@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-VariableFont_slnt,wght.ttf") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url("/fonts/inter/Inter-VariableFont_slnt,wght_italic.ttf") format("woff2");font-weight:100 900;font-style:italic;font-display:swap}}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Regular.otf") format("opentype");font-style:normal;font-weight:400}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Medium.otf") format("opentype");font-style:normal;font-weight:500}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Bold.otf") format("opentype");font-style:normal;font-weight:600}@font-face{font-family:"Noto";src:url("/fonts/noto/NotoSansSC-Bold.otf") format("opentype");font-style:normal;font-weight:700}@font-face{font-family:"Libre Caslon Display";src:url("/fonts/libre/LibreCaslonDisplay-Regular.ttf") format("woff2");font-style:normal;font-weight:100 900}@font-face{font-family:"Libre Caslon Text";src:url("/fonts/libre/LibreCaslonText-Regular.ttf") format("woff2");font-style:normal;font-weight:100 900}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre,mark{margin:0}mark{padding:0;background-color:inherit}html{font-family:"Inter", sans-serif;color:#00040c;scroll-behavior:smooth}html ::-moz-selection{background:#0052CC}html ::selection{background:#0052CC}html h1{letter-spacing:-0.4px}html h2,html h3,html h4,html h6,html p{letter-spacing:-0.2px}html :lang(zh){font-family:"Inter", "Noto", sans-serif}html :lang(zh) h1{letter-spacing:-0.2px}html :lang(zh) h2,html :lang(zh) h3,html :lang(zh) h4,html :lang(zh) p{letter-spacing:0px}header{padding:0 24px}h1{font-size:30px}h2{font-size:20px}h3,p,a{font-size:16px}h4{font-size:14px}h1,h2{font-weight:800}h3,h4{font-weight:700}p{font-weight:400}p mark{font-weight:500}p strong{font-weight:700}a{font-weight:500}h1{line-height:1.333333}h2,h3,h4,p,a{line-height:1.5}h1{letter-spacing:-0.8px}h2{letter-spacing:-0.2px}h3,h4,p,a{letter-spacing:-0.2px}a:active{color:#00b299}ul{list-style:none;padding:0;margin:0}p>a{font-size:inherit}.ant-tooltip{max-width:300px;width:auto}.ant-tooltip .ant-tooltip-inner{color:#FF1700}.ant-popover .ant-popover-content .ant-popover-inner{border-radius:8px;margin-left:-32px}.ant-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content{padding:0}.ant-popover{animation:fadeInAnimation ease 0.5s;animation-iteration-count:1;animation-fill-mode:forwards}@keyframes fadeInAnimation___1aBCf{0%{opacity:0}100%{opacity:1}}@media screen and (min-width: 992px){ß h1{font-size:45px;line-height:1.222222}h2{font-size:30px;line-height:1.333333}h3{font-size:20px}h4{font-size:16px}header{padding:0 80px}}@media only screen and (max-width: 1440px){.container-wrapper___1sFnc{width:100%;margin:0 auto}.full-width___2lO--{width:100%}}@media only screen and (min-width: 1440px){.container-wrapper___1sFnc{max-width:1440px;margin:0 auto;padding:0}.full-width___2lO--{width:100%;padding:0}}@media only screen and (min-width: 1440px){.page-wrapper___SeSyd{width:100%;max-width:1496px;margin:0 auto;padding:0 48px}}@media only screen and (max-width: 1440px){.page-wrapper___SeSyd{padding:0 48px}}@media only screen and (max-width: 1199px){.page-wrapper___SeSyd{padding:0 16px}}.btn-default___2IfmN{text-decoration:none;height:42px;line-height:42px;padding:0 24px;border-radius:8px;color:#161A23;border:1px solid #B2BCCD;font-size:15px;font-weight:600;letter-spacing:-0.3px;white-space:nowrap;transition:.1s;text-align:center}.btn-default___2IfmN:hover{color:#161A23;background:rgba(0,0,0,0.05)}.btn-primary___2MVTU{text-decoration:none;height:42px;line-height:42px;padding:0 24px;border-radius:8px;color:#fff;font-size:15px;font-weight:600;letter-spacing:-0.3px;background:#0052CC;white-space:nowrap;transition:.1s}.btn-primary___2MVTU:hover{color:#fff;background:#0045CA}.btn-dark___32I8Z{text-decoration:none;height:42px;line-height:42px;padding:0 24px;border-radius:8px;color:#fff;font-size:15px;font-weight:600;letter-spacing:-0.3px;background:#161A23;white-space:nowrap;transition:.1s}.btn-dark___32I8Z:hover{color:#fff;background:#2C3444}.btn-dark2___2P7aS{text-decoration:none;height:59px;line-height:59px;padding:0 24px;border-radius:8px;color:#fff;font-size:16px;font-weight:600;letter-spacing:-0.4px;background:#161A23;white-space:nowrap;transition:.1s}.btn-dark2___2P7aS:hover{color:#fff;background:#2C3444}.btn-default2___3XE3U{text-decoration:none;height:59px;line-height:59px;padding:0 24px;border-radius:8px;color:#161A23;border:1px solid #161A23;font-size:16px;font-weight:600;letter-spacing:-0.4px;white-space:nowrap;transition:.1s}.btn-default2___3XE3U:hover{color:#161A23;background:rgba(0,0,0,0.05)}.font-inter___1UGXU{font-family:'Inter' !important;letter-spacing:0 !important;display:inline !important}.custom-modal___32bm4{padding:0;max-width:calc(100% - 32px)}.custom-modal___32bm4 .ant-modal-content{border-radius:20px;overflow:hidden;background:none}.custom-modal___32bm4 .ant-modal-body{padding:0}.custom-modal___32bm4 .custom-modal-content___2vr_W{width:100%;padding:32px;background-position:center;border-radius:20px;background-color:#fff;background-size:cover}.custom-modal___32bm4 .custom-modal-content___2vr_W .icon-close___2MmD7{width:32px;height:32px;padding:8px;border-radius:32px;cursor:pointer;background:#ffffff;position:absolute;top:16px;right:20px;display:flex;z-index:1}.custom-modal___32bm4 .custom-modal-content___2vr_W .icon-close___2MmD7 .pic___1nm7r{width:100%;height:100%}.addx-modal-content___2MPGq{width:100%}.addx-modal-content___2MPGq .logo___2sVcD{width:144px;margin-top:12px}.addx-modal-content___2MPGq .addx-modal-desc___1xWAg{margin-top:27px}.addx-modal-content___2MPGq .addx-modal-desc___1xWAg p{font-size:15px;font-weight:450;line-height:150%;letter-spacing:-0.3px;color:#ffffff}.addx-modal-content___2MPGq .addx-modal-downloads___1Lmsn{margin-top:38px;max-width:188px;text-decoration:none}.addx-modal-content___2MPGq .addx-modal-downloads___1Lmsn .download-title___3WOvI{font-size:15px;font-weight:600;line-height:18px;letter-spacing:-0.3px;color:#ffffff}.addx-modal-content___2MPGq .addx-modal-downloads___1Lmsn .download-footer___1ElFK{margin-top:9px;display:flex;align-items:center}.addx-modal-content___2MPGq .addx-modal-downloads___1Lmsn .download-footer___1ElFK .qrcode___2l_Sl{width:76px;height:76px}.addx-modal-content___2MPGq .addx-modal-downloads___1Lmsn .download-footer___1ElFK .appstore___3KuAR{display:flex;flex-direction:column;gap:6px;margin-left:9px}.addx-modal-content___2MPGq .addx-modal-downloads___1Lmsn .download-footer___1ElFK .appstore___3KuAR .appstore-icon___2DGPi{width:101.8px}.addx-modal-content___2MPGq .space___1o7eu{width:100%;height:1px;background:rgba(255,255,255,0.48);margin:29px 0}.addx-modal-content___2MPGq .refer-text___HAj1J p{font-size:15px;font-weight:600;line-height:18px;letter-spacing:-0.3px;color:#fff}.btn-normal___hlr9E{width:100%;height:56px;font-size:18px;font-weight:500;letter-spacing:-0.54px;color:#ffffff;border-radius:8px;margin-top:50px;display:flex;align-items:center;text-align:center;justify-content:center;background:#0055DC;cursor:pointer;text-decoration:none;text-align:center}.btn-normal___hlr9E:active,.btn-normal___hlr9E:hover{color:#ffffff}.btn-normal___hlr9E.disabled___27m7C{background:#D5DCE7}.custom-modal___32bm4 .btn-submit___1Ca7l{width:100%;height:56px;background:#0055DC;border-radius:8px;font-size:18px;font-weight:500;letter-spacing:-0.54px;color:#ffffff;cursor:pointer;text-decoration:none;border:none;box-shadow:none}.custom-modal___32bm4 .btn-submit___1Ca7l:hover,.custom-modal___32bm4 .btn-submit___1Ca7l:active,.custom-modal___32bm4 .btn-submit___1Ca7l:focus{color:#ffffff;background:#0055DC}.custom-modal___32bm4 .custom-modal-content-tech___Xulf4{background-repeat:no-repeat;background-color:#05000a;background-position:top center;background-size:100% auto;max-height:calc(100vh - 80px);overflow-y:auto}.custom-modal___32bm4 .addx-tech-modal-content___13lD_{width:100%}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .logo___2sVcD{width:144px;margin-top:12px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .logo2___3UZQy{font-size:32px;font-weight:600;line-height:100%;letter-spacing:-0.96px;color:#ffffff;margin-top:10px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs{width:100%;margin-top:21px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl h2{font-size:21px;font-weight:600;line-height:29px;margin:40px 0;text-align:center;color:#ffffff}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse{background-color:transparent;border:none}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-item{background:none;padding:0;border-bottom:1px solid #E5EAF1}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-item .ant-collapse-header{border:none;padding:0;color:#00040c}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-arrow{right:2px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-item .ant-collapse-header h3{font-size:20px;line-height:1.3;font-weight:600;letter-spacing:-0.5px;padding-right:48px;color:#fff;padding:24px 0}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-item.ant-collapse-item .ant-collapse-arrow img{transition:.3s}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-item.ant-collapse-item-active .ant-collapse-arrow img{transform:rotate(-180deg)}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-item .ant-motion-collapse-legacy-active{transition:height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-content{background-color:transparent;border:none}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-content .ant-collapse-content-box{color:#ffffff;padding:8px 0 40px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-content .ant-collapse-content-box p{text-align:left;margin:0 0 12px 0;font-size:15px;line-height:1.5;font-weight:450;letter-spacing:-0.3px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-content .ant-collapse-content-box p:last-child{margin-bottom:0}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-content .ant-collapse-content-box p a{color:#0762C8 !important}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .callspan___1aQXs .faq-accordion-wrapper___3PlEl .ant-collapse .ant-collapse-content .ant-collapse-content-box h3{font-size:16px;line-height:1.5;font-weight:600;letter-spacing:-0.4px;color:#ffffff;margin-bottom:16px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y{width:100%;margin-top:45px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y .register-title___hOmIZ{font-size:20px;font-weight:600;line-height:1.2;letter-spacing:-0.5px;color:#ffffff}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form{padding:0px;margin-top:21px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form label{color:#161A23;font-size:14px;font-weight:500;letter-spacing:-0.28px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .ant-select-arrow{width:16px;height:16px;top:50%;margin-top:-8px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .ant-checkbox-wrapper{display:flex;align-items:center;line-height:19px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .ant-checkbox-wrapper .ant-checkbox{top:0}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .ant-form-item{margin-bottom:16px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .ant-form-item-with-help{margin-bottom:0}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .contactNumber___3geyI .ant-form-item-explain{display:flex}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .contactNumber___3geyI .ant-form-item-explain div:nth-of-type(2){padding-left:30px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form p{color:#000;text-align:center;margin:0 0 8px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .feedback___106Rs{height:240px;display:flex;justify-content:center;align-items:center}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .feedback___106Rs h3{font-size:16px;color:#00040c;font-weight:400;display:flex;align-items:flex-end}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .feedback___106Rs h3 span{margin-right:4px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .feedback___106Rs h3 span svg{margin:0;width:14px;height:14px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form .input-group___25qOk{width:100%}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form input{height:60px;width:100%;border-radius:6px;font-size:16px;color:#000;text-align:left;padding:12px 16px;border:transparent}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form input::-webkit-input-placeholder{color:#8A96A9;font-size:16px;text-align:left}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form input:-moz-placeholder{color:#8A96A9;font-size:16px;text-align:left}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form input::-moz-placeholder{color:#8A96A9;font-size:16px;text-align:left}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form input:-ms-input-placeholder{color:#8A96A9;font-size:16px;text-align:left}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form input:last-of-type{border:1px solid #D7DCE5;color:#000}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form input:focus{box-shadow:none}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form textarea{border-radius:6px;padding:12px 16px;font-size:16px;color:#000;border:transparent}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form textarea::-webkit-input-placeholder{color:#8A96A9;font-size:16px;text-align:left}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form textarea:-moz-placeholder{color:#8A96A9;font-size:16px;text-align:left}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form textarea::-moz-placeholder{color:#8A96A9;font-size:16px;text-align:left}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form textarea:-ms-input-placeholder{color:#8A96A9;font-size:16px;text-align:left}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y form textarea:focus{box-shadow:none}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y .disclaimer___3tPSM{margin-top:16px}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y .disclaimer___3tPSM p{font-size:14px;font-weight:450;line-height:150%;letter-spacing:-0.28px;color:#8A96A9;text-align:left}.custom-modal___32bm4 .addx-tech-modal-content___13lD_ .register___3ZX9y .disclaimer___3tPSM p a{text-decoration:underline;color:#8A96A9;font-size:14px;font-weight:500;letter-spacing:-0.28px;text-underline-position:under}.custom-modal___32bm4 .custom-modal-content-goai___3wvTb{background-size:100%}.custom-modal___32bm4 .addx-goai-modal-content___18IiG .logo___2sVcD{width:auto}.custom-modal___32bm4 .custom-content-follow___33qVf .follow-title___3JGpF{text-align:center;font-size:28px;font-weight:500;line-height:120%;letter-spacing:-1.12px;color:#141A24;margin-top:16px}.custom-modal___32bm4 .custom-content-follow___33qVf .follow-desc___3BcGY{font-size:15px;font-weight:450;line-height:150%;letter-spacing:-0.3px;color:#141A24;margin-top:14px;text-align:center}.custom-modal___32bm4 .custom-content-follow___33qVf .follow-list___2qMY4{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:15px;flex-wrap:wrap}.custom-modal___32bm4 .custom-content-follow___33qVf .follow-list___2qMY4 .follow-item___3Ar5O{width:128px;padding:6.8px 0;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;background:#F5F7FA;text-decoration:none;margin-bottom:4px;color:#000}.custom-modal___32bm4 .custom-content-follow___33qVf .follow-list___2qMY4 .follow-item___3Ar5O:active{color:#000}.custom-modal___32bm4 .custom-content-follow___33qVf .follow-list___2qMY4 .follow-item___3Ar5O .icon-follow___ep1Il{width:29px;height:29px}.custom-modal___32bm4 .custom-content-follow___33qVf .follow-preview___3k8sc{width:100%;min-height:200px;margin-top:14px}.custom-modal___32bm4 .custom-content-follow___33qVf .qrcodes___1tPmO{display:flex;gap:14px;margin-top:6px;justify-content:space-around}.custom-modal___32bm4 .custom-content-follow___33qVf .qrcodes___1tPmO img{width:180px;height:180px}.custom-modal___32bm4 .custom-content-follow___33qVf.desk___tYf7y .follow-list___2qMY4{justify-content:space-around}.custom-modal___32bm4 .custom-content-follow___33qVf.desk___tYf7y .follow-list___2qMY4 .follow-preview___3k8sc{min-height:400px}.custom-modal___32bm4 .custom-content-upgraed___3u8ag{width:100%}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .upgraed-title___28HeS{font-size:20px;font-weight:600;line-height:24px;letter-spacing:-0.5px;color:#141A24;margin-top:32px}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .form___2E8Ed{width:100%;margin-top:20px}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .form___2E8Ed input{height:60px;padding:12px 16px;border-radius:6px;font-size:16px}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .upgraed-date___3xMH6{margin-top:16px;font-size:12px;font-weight:450;line-height:150%;letter-spacing:-0.24px;color:#8A96A9}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .disclaimer___3tPSM{margin-top:16px}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .disclaimer___3tPSM p{font-size:12px;font-weight:450;line-height:150%;letter-spacing:-0.24px;color:#8A96A9;text-align:left}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .disclaimer___3tPSM p a{text-decoration:underline;color:#8A96A9;font-size:12px;font-weight:450;letter-spacing:-0.24px;text-underline-position:under}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .text-mobile___xBFSQ{text-align:center}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .text-mobile___xBFSQ h2{margin-top:16px;font-size:20px;font-weight:600;line-height:24px;letter-spacing:-0.5px;color:#141A24}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .text-mobile___xBFSQ h3{margin-top:14px;font-size:14px;font-weight:500;line-height:17px;letter-spacing:-0.56px;color:#273447}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .text-mobile___xBFSQ p{margin-top:15px;font-size:11px;font-weight:400;line-height:13px;letter-spacing:-0.44px;color:#8A96A9}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .preview-mobile___3u_nE{margin-top:23px;position:relative;height:120px}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .preview-mobile___3u_nE .pic___1nm7r{width:247px;position:absolute;bottom:-32px;left:50%;transform:translate3d(-50%, 0, 0)}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .preview-mobile___3u_nE .prize-left___2hnWp{width:169px;height:169px;position:absolute;left:-82px;bottom:-82px}.custom-modal___32bm4 .custom-content-upgraed___3u8ag .preview-mobile___3u_nE .prize-right___VocM7{width:169px;height:169px;position:absolute;right:-82px;bottom:-82px}.custom-modal___32bm4 .custom-content-prize___2gaeE .prize-title___paJZq{text-align:center;font-size:28px;font-weight:500;line-height:120%;letter-spacing:-1.12px;color:#141A24;margin-top:16px}.custom-modal___32bm4 .custom-content-prize___2gaeE .prize-desc___3-fnt{font-size:15px;font-weight:450;line-height:150%;letter-spacing:-0.3px;color:#141A24;margin-top:14px;text-align:center}.custom-modal___32bm4 .custom-content-prize___2gaeE .prize-view___33VV-{position:relative;width:235px;margin:0 auto;margin-top:20px}.custom-modal___32bm4 .custom-content-prize___2gaeE .prize-view___33VV- .prize-pic___1nUMP{width:100%;min-height:230px}.custom-modal___32bm4 .custom-content-prize___2gaeE .prize-view___33VV- .prize-left___2hnWp{width:117px;height:117px;position:absolute;bottom:-5px;left:0;transform:translateX(-50%);z-index:1}.custom-modal___32bm4 .custom-content-prize___2gaeE .prize-view___33VV- .prize-right___VocM7{width:117px;height:117px;position:absolute;bottom:-5px;right:0;transform:translateX(50%);z-index:1}.custom-modal___32bm4 .custom-content-prize___2gaeE .prize-view___33VV- .prize-name___2-APP{padding:17px 10px;min-width:270px;border-radius:7px;box-shadow:0 0 1.333px 0 rgba(0,0,0,0.25);background:linear-gradient(110deg, rgba(255,255,255,0.2) 1.92%, rgba(255,255,255,0.2) 15.58%),linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%),rgba(0,0,0,0.35);border:0.7px solid #FFF;backdrop-filter:blur(32px);font-size:20px;font-weight:600;line-height:24px;letter-spacing:-0.5px;color:#ffffff;text-align:center;position:absolute;top:50%;left:50%;transform:translate3d(-50%, -50%, 0)}.custom-modal___32bm4 .custom-content-prize___2gaeE .prize-tips___25BDG{font-size:15px;font-weight:450;line-height:139%;letter-spacing:-0.3px;color:#141A24;margin-top:24px;margin-bottom:28px;text-align:center}

