/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

*,*:before,*:after{box-sizing:border-box;padding:0;margin:0;outline:none}
a:focus,a:active{outline:none}
a,a:focus,a:hover{cursor:pointer;color:inherit;text-decoration:none}

:root{--primary-color: #0173e5;--success-color: #00A171;--error-color: #E94359;--warning-color: #fe8731;--other-color: #2b88f5;--vip-color: #edbf60;--primary-bg: #ffffff;--nav-bg: #ffffff;--sub-bg: #FAFAFA;--text-1: #000000;--text-2: #565656;--text-3: #8A8A8E;--text-user: #34568e;--btn-sub: #ADADB4;--btn-buy: var(--success-color);--btn-sell: var(--error-color);--tape-1-bg: #f1faf9;--tape-2-bg: #fff5f4;--border-1: #DDDDDD;--border-2: #F2F2F2;--radius-card: 8px;--radius-btn: 4px;--toast-mask: rgba(34, 35, 39, 0.95)}[theme=dark],[data-theme=dark],.theme-dark{--primary-color: #0094ff;--primary-bg: #1b202e;--nav-bg: #13161e;--sub-bg: #1d2332;--text-1: #d7deeb;--text-2: #737e96;--text-3: #475369;--btn-sub: #434954;--tape-1-bg: #121f25;--tape-2-bg: #211a21;--border-1: #2e3544;--border-2: #0e131f}.asset-search-warpper .ant-input-affix-wrapper{padding:2px 0px 2px 6px;border:0;border-radius:4px;display:flex;align-items:center;background:#f5f5f5}.asset-search-warpper .ant-input-affix-wrapper:focus-within{box-shadow:none}.asset-search-warpper .ant-input-affix-wrapper .ant-input-prefix{-webkit-margin-end:8px;margin-inline-end:8px}.asset-search-warpper .ant-input-affix-wrapper .ant-input{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.asset-search-warpper .ant-input-affix-wrapper .ant-input::-webkit-input-placeholder{color:#8a8a8e}.asset-search-warpper .ant-input-affix-wrapper .ant-input::-moz-placeholder{color:#8a8a8e}.asset-search-warpper .ant-input-affix-wrapper .ant-input:-ms-input-placeholder{color:#8a8a8e}.asset-search-warpper .ant-input-affix-wrapper .ant-input:focus{color:#8a8a8e}.asset-search-warpper .ant-input-affix-wrapper .ant-input:focus::-webkit-input-placeholder{color:rgba(138,138,142,.5)}.asset-search-warpper .ant-input-affix-wrapper .ant-input:focus::-moz-placeholder{color:rgba(138,138,142,.5)}.asset-search-warpper .ant-input-affix-wrapper .ant-input:focus:-ms-input-placeholder{color:rgba(138,138,142,.5)}.asset-search-warpper .ant-input-affix-wrapper .ant-input-suffix{margin-right:8px}.asset-search-warpper .ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon{height:20px}@media screen and (max-width: 744px){.asset-search-warpper .ant-input-affix-wrapper .ant-input-suffix{margin:0 12px 0 0}}.asset-pagination .ant-pagination .ant-pagination-prev .prev{width:32px;height:32px;display:inline-block;background:url(/hbg-introduction/_next/static/media/prev.6cb1b6f4.png) no-repeat center center;background-size:32px}.asset-pagination .ant-pagination .ant-pagination-next .next{width:32px;height:32px;display:inline-block;background:url(/hbg-introduction/_next/static/media/next.a51c8c81.png) no-repeat center center;background-size:32px}.asset-pagination .ant-pagination li:first-child[aria-disabled=true] .prev{background:url(/hbg-introduction/_next/static/media/prev_disable.88a4ffc6.png) no-repeat center center;background-size:32px}.asset-pagination .ant-pagination li:last-child[aria-disabled=true] .next{background:url(/hbg-introduction/_next/static/media/next_disable.1774b80f.png) no-repeat center center;background-size:32px}.asset-pagination .ant-pagination .ant-pagination-item{display:inline-flex;align-items:center;justify-content:center}.asset-pagination .ant-pagination .ant-pagination-item a{color:#565656;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.asset-pagination .ant-pagination .ant-pagination-item-active{border-radius:4px;background:#f5f5f5;border-color:rgba(0,0,0,0)}.asset-pagination .ant-pagination .ant-pagination-item-active a{color:#000}@media screen and (max-width: 375px){.asset-pagination .ant-pagination .ant-pagination-simple-pager{display:none}}@media screen and (max-width: 744px){.asset-pagination .ant-pagination .ant-pagination-item{width:28px;height:28px;min-width:28px;-webkit-margin-end:6px;margin-inline-end:6px}.asset-pagination .ant-pagination .ant-pagination-prev{width:28px;height:28px;min-width:28px;-webkit-margin-end:6px;margin-inline-end:6px}.asset-pagination .ant-pagination .ant-pagination-prev .prev{width:28px;height:28px;display:inline-block;background:url(/hbg-introduction/_next/static/media/prev.6cb1b6f4.png) no-repeat center center;background-size:28px}.asset-pagination .ant-pagination .ant-pagination-next{width:28px;height:28px;min-width:28px}.asset-pagination .ant-pagination .ant-pagination-next .next{width:28px;height:28px;display:inline-block;background:url(/hbg-introduction/_next/static/media/next.a51c8c81.png) no-repeat center center;background-size:28px}.asset-pagination .ant-pagination li:first-child[aria-disabled=true] .prev{background:url(/hbg-introduction/_next/static/media/prev_disable.88a4ffc6.png) no-repeat center center;background-size:28px}.asset-pagination .ant-pagination li:last-child[aria-disabled=true] .next{background:url(/hbg-introduction/_next/static/media/next_disable.1774b80f.png) no-repeat center center;background-size:28px}.asset-pagination .ant-pagination .ant-pagination-item{display:inline-flex;align-items:center;justify-content:center}.asset-pagination .ant-pagination .ant-pagination-item a{color:#565656;text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:16px}.asset-pagination .ant-pagination .ant-pagination-item-active{border-radius:4px;background:#f5f5f5;border-color:rgba(0,0,0,0)}.asset-pagination .ant-pagination .ant-pagination-item-active a{color:#000}}.search_input .ant-input-outlined{border-radius:4px;background:#f5f5f5;border:0}.search_input .ant-input-outlined:hover{background:#f5f5f5}.search_input .ant-input-outlined:focus{border:0;box-shadow:none}.search_input .ant-input-outlined:focus-within{border:0;box-shadow:none}.buy-coin-modal-content{top:50% !important;transform:translateY(-50%) !important}.buy-coin-modal-content .ant-modal-content{border-radius:12px;padding:22px 24px 24px}.buy-coin-modal-content .ant-modal-content .ant-modal-header{height:28px;margin-bottom:22px}.buy-coin-modal-content .ant-modal-content .ant-modal-header .ant-modal-title{color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:28px}.buy-coin-modal-content .ant-modal-content .ant-modal-body{padding:8px 0 32px}.buy-coin-modal-content .ant-modal-content .ant-modal-footer{margin:0;text-align:center}.buy-coin-modal-content .ant-modal-content .ant-modal-footer .ant-btn{width:100%;height:56px;padding:16px 160px 16px 157px;display:flex;justify-content:center;align-items:center;border-radius:64px;background:#0173e5;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.buy-coin-modal-content .buy_info{color:#000;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.buy-coin-modal-content .buy_info span{color:#0173e5;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}html,body{width:100%;padding:0;margin:0}.header-loading{height:60px;background:linear-gradient(90deg, rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0.15) 37%, rgba(0, 0, 0, 0.06) 63%);background-size:400% 100%;animation-name:skeleton-loading;animation-duration:1.4s;animation-timing-function:ease;animation-iteration-count:infinite}@keyframes skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.intro-tooltip .g2-tooltip{padding:0 !important;border-radius:4px !important;background-color:#0e131f !important;box-shadow:0px 1px 10px 0px rgba(0,0,0,.25) !important;color:rgba(0,0,0,0) !important;font-size:unset !important;line-height:normal !important;font-family:inherit !important}.intro-tooltip .g2-tooltip .intro-tooltip-container{min-width:162px;height:56px;padding:8px}.intro-tooltip .g2-tooltip .intro-tooltip-container .intro-coin-container{height:100%;width:100%;padding:0 8px;position:relative;color:#737e96;font-size:14px !important;font-style:normal;font-weight:400;line-height:18px}.intro-tooltip .g2-tooltip .intro-tooltip-container .intro-coin-container:before{position:absolute;top:0;right:0;content:"";bottom:0;left:0;width:2px;height:100%;border-radius:25px;background:#0094ff}.intro-tooltip .g2-tooltip .intro-tooltip-container .intro-coin-container .intro-coin-content{margin-top:4px;display:flex}.intro-tooltip .g2-tooltip .intro-tooltip-container .intro-coin-container .intro-coin-content .intro-coin-price{margin-left:8px;color:#d7deeb}.intro-card-container a,.what-container a,.join-container a,.post-box a{color:#0173e5}.intro-card-container a:focus,.intro-card-container a:hover,.what-container a:focus,.what-container a:hover,.join-container a:focus,.join-container a:hover,.post-box a:focus,.post-box a:hover{color:#0173e5}.breadcrumbs-container{width:1200px;height:48px;margin:0 auto}.breadcrumbs-container .breadcrumbs{height:100%;display:flex;align-items:center;gap:4px}.breadcrumbs-container .breadcrumbs .breadcrumbs-default{color:#8a8a8e;font-size:12px;font-weight:400;line-height:20px;cursor:pointer}.breadcrumbs-container .breadcrumbs .breadcrumbs-last{color:#000;font-size:12px;font-weight:400;line-height:20px}a.link{color:#1890ff}@media screen and (min-width: 1024px)and (max-width: 1280px){.breadcrumbs-container{width:974px}}@media screen and (min-width: 744px)and (max-width: 1023px){.breadcrumbs-container{width:696px}}@media screen and (max-width: 743px){.breadcrumbs-container{display:none}}.page-container{width:1200px;min-height:calc(100vh - 64px);padding:0 0 120px 0;margin:0 auto;color:#000;font-weight:500;font-size:14px;line-height:22px;display:flex;flex-wrap:wrap;justify-content:space-between}.page-container .content-text{color:#595959}.page-container .desc-text{color:#8c8c8c !important}.page-container .link{color:#007fff;cursor:pointer;text-decoration:underline}.page-container__main{width:760px;display:flex;flex-direction:column;gap:80px}.page-container__main .title{font-size:28px;font-weight:500;line-height:42px;margin-bottom:8px}.page-container__main .description{margin-bottom:24px}.page-container__main-side{display:flex;flex-direction:column;gap:16px}.page-container__side{padding-top:81px;width:340px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 1280px){.page-container{width:100%;padding:0 24px 120px}.page-container__main{width:100%}.page-container__side{display:none}}@media screen and (max-width: 744px){.page-container{width:100%;padding:0 16px 120px}.page-container__main{gap:48px}.page-container__main .title{font-size:24px;line-height:34px}}.action-btn{height:40px;line-height:40px;text-align:center;padding:0 40px;border-radius:8px;background:#007fff;color:#fff;font-size:12px;border:none;outline:none;cursor:pointer}.action-btn.block{width:100%;height:48px;line-height:48px;padding:0 16px;font-size:16px;font-weight:500}.action-btn.normal{background:#f5f5f5;color:#000}.action-btn.normal:hover,.action-btn.normal:focus{background:#dcdcdc}.action-btn:hover,.action-btn:focus{background:#39f}.rate-up{color:#07b067}.rate-down{color:#f24966}.mobile{display:none}.not-mobile{display:block}@media screen and (max-width: 375px){.mobile{display:block}.not-mobile{display:none}}
