Regular Expressions 101

Save & Share

  • Regex Version: ver. 2
  • Update Regex
    ctrl+⇧+s
  • Save new Regex
    ctrl+s
  • Add to Community Library

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression

/
/
gm

Test String

Code Generator

Generated Code

$re = '/<div(?=[^>]*class="priceValue.*")[^>]*>\$(.+?)<\/div>/m'; $str = ' <!DOCTYPE html><html lang="en"><head><script crossorigin="anonymous"> (function(c,u,v,n,p,e,z,A,w){function k(a){if(!x){x=!0;var l=u.getElementsByTagName(v)[0],d=u.createElement(v);d.src=A;d.crossOrigin="anonymous";d.addEventListener("load",function(){try{c[n]=r;c[p]=t;var b=c[e],d=b.init;b.init=function(a){for(var b in a)Object.prototype.hasOwnProperty.call(a,b)&&(w[b]=a[b]);d(w)};B(a,b)}catch(g){console.error(g)}});l.parentNode.insertBefore(d,l)}}function B(a,l){try{for(var d=m.data,b=0;b<a.length;b++)if("function"===typeof a[b])a[b]();var e=!1,g=c.__SENTRY__;"undefined"!== typeof g&&g.hub&&g.hub.getClient()&&(e=!0);g=!1;for(b=0;b<d.length;b++)if(d[b].f){g=!0;var f=d[b];!1===e&&"init"!==f.f&&l.init();e=!0;l[f.f].apply(l,f.a)}!1===e&&!1===g&&l.init();var h=c[n],k=c[p];for(b=0;b<d.length;b++)d[b].e&&h?h.apply(c,d[b].e):d[b].p&&k&&k.apply(c,[d[b].p])}catch(C){console.error(C)}}for(var f=!0,y=!1,q=0;q<document.scripts.length;q++)if(-1<document.scripts[q].src.indexOf(z)){f="no"!==document.scripts[q].getAttribute("data-lazy");break}var x=!1,h=[],m=function(a){(a.e||a.p||a.f&& -1<a.f.indexOf("capture")||a.f&&-1<a.f.indexOf("showReportDialog"))&&f&&k(h);m.data.push(a)};m.data=[];c[e]=c[e]||{};c[e].onLoad=function(a){h.push(a);f&&!y||k(h)};c[e].forceLoad=function(){y=!0;f&&setTimeout(function(){k(h)})};"init addBreadcrumb captureMessage captureException captureEvent configureScope withScope showReportDialog".split(" ").forEach(function(a){c[e][a]=function(){m({f:a,a:arguments})}});var r=c[n];c[n]=function(a,e,d,b,f){m({e:[].slice.call(arguments)});r&&r.apply(c,arguments)}; var t=c[p];c[p]=function(a){m({p:a.reason});t&&t.apply(c,arguments)};f||setTimeout(function(){k(h)})})(window,document,"script","onerror","onunhandledrejection","Sentry","c2873b0bbcab403e9bf54ffcab064d1e","https://browser.sentry-cdn.com/6.8.0/bundle.min.js",{"dsn":"https://c2873b0bbcab403e9bf54ffcab064d1e@sentry.io/1388566"}); </script><meta charSet="utf-8" /><meta http-equiv="x-ua-compatible" content="ie=edge" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" /><link rel="preconnect" href="https://s2.coinmarketcap.com" crossorigin="anonymous" /><link rel="dns-prefetch" href="https://s2.coinmarketcap.com" crossorigin="anonymous" /><link rel="preconnect" href="https://s3.coinmarketcap.com" crossorigin="anonymous" /><link rel="dns-prefetch" href="https://s3.coinmarketcap.com" crossorigin="anonymous" /><link rel="preconnect" href="//www.googletagmanager.com" /><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/cmc-v2/CMC-V2.woff" as="font" type="font/woff2" crossorigin="anonymous" /><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Regular-new.woff2" as="font" type="font/woff2" crossorigin="anonymous" /><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Medium-new.woff2" as="font" type="font/woff2" crossorigin="anonymous" /><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-SemiBold-new.woff2" as="font" type="font/woff2" crossorigin="anonymous" /><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Black-new.woff2" as="font" type="font/woff2" crossorigin="anonymous" /><link rel="preload" href="https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Bold-new.woff2" as="font" type="font/woff2" crossorigin="anonymous" /><meta name="google-site-verification" content="EDc1reqlQ-zAgeRrrgAxRXNK-Zs9JgpE9a0wdaoSO9A" /><meta property="og:site_name" content="CoinMarketCap" /><meta property="og:type" content="website" /><meta name="twitter:card" content="summary_large_image" /><link rel="apple-touch-icon" href="/apple-touch-icon.png" /><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /><meta property="og:url" content="https://coinmarketcap.com/currencies/tezos/" /><link rel="canonical" href="https://coinmarketcap.com/currencies/tezos/" /><link rel="alternate" hrefLang="cs" href="https://coinmarketcap.com/cs/currencies/tezos/" /><link rel="alternate" hrefLang="da" href="https://coinmarketcap.com/da/currencies/tezos/" /><link rel="alternate" hrefLang="de" href="https://coinmarketcap.com/de/currencies/tezos/" /><link rel="alternate" hrefLang="el" href="https://coinmarketcap.com/el/currencies/tezos/" /><link rel="alternate" hrefLang="en" href="https://coinmarketcap.com/currencies/tezos/" /><link rel="alternate" hrefLang="es" href="https://coinmarketcap.com/es/currencies/tezos/" /><link rel="alternate" hrefLang="fil" href="https://coinmarketcap.com/fil/currencies/tezos/" /><link rel="alternate" hrefLang="fr" href="https://coinmarketcap.com/fr/currencies/tezos/" /><link rel="alternate" hrefLang="hi" href="https://coinmarketcap.com/hi/currencies/tezos/" /><link rel="alternate" hrefLang="hu" href="https://coinmarketcap.com/hu/currencies/tezos/" /><link rel="alternate" hrefLang="id" href="https://coinmarketcap.com/id/currencies/tezos/" /><link rel="alternate" hrefLang="it" href="https://coinmarketcap.com/it/currencies/tezos/" /><link rel="alternate" hrefLang="ja" href="https://coinmarketcap.com/ja/currencies/tezos/" /><link rel="alternate" hrefLang="ko" href="https://coinmarketcap.com/ko/currencies/tezos/" /><link rel="alternate" hrefLang="nl" href="https://coinmarketcap.com/nl/currencies/tezos/" /><link rel="alternate" hrefLang="no" href="https://coinmarketcap.com/no/currencies/tezos/" /><link rel="alternate" hrefLang="pl" href="https://coinmarketcap.com/pl/currencies/tezos/" /><link rel="alternate" hrefLang="pt-br" href="https://coinmarketcap.com/pt-br/currencies/tezos/" /><link rel="alternate" hrefLang="ro" href="https://coinmarketcap.com/ro/currencies/tezos/" /><link rel="alternate" hrefLang="ru" href="https://coinmarketcap.com/ru/currencies/tezos/" /><link rel="alternate" hrefLang="sk" href="https://coinmarketcap.com/sk/currencies/tezos/" /><link rel="alternate" hrefLang="sv" href="https://coinmarketcap.com/sv/currencies/tezos/" /><link rel="alternate" hrefLang="th" href="https://coinmarketcap.com/th/currencies/tezos/" /><link rel="alternate" hrefLang="tr" href="https://coinmarketcap.com/tr/currencies/tezos/" /><link rel="alternate" hrefLang="uk" href="https://coinmarketcap.com/uk/currencies/tezos/" /><link rel="alternate" hrefLang="vi" href="https://coinmarketcap.com/vi/currencies/tezos/" /><link rel="alternate" hrefLang="zh-tw" href="https://coinmarketcap.com/zh-tw/currencies/tezos/" /><link rel="alternate" hrefLang="zh" href="https://coinmarketcap.com/zh/currencies/tezos/" /><link rel="manifest" href="/manifest.json" /><script> window.dataLayer = window.dataLayer || []; window.dataLayer.push({ "appType": "nextjs" }); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=\'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);})(window,document,\'script\',\'dataLayer\',\'GTM-MNVXW26\'); </script><script charSet="UTF-8">var projectName="coinmarketcap.com"===location.host?"cmc":"default",sensors=window.sensorsDataAnalytic201505;!function(e){var t=e.sdk_url,r=e.name,s=window,n=document,a="script",c=null,o=null;if(void 0!==s.sensorsDataAnalytic201505)return!1;s.sensorsDataAnalytic201505=r,s[r]=s[r]||function(e){return function(){(s[r]._q=s[r]._q||[]).push([e,arguments])}};for(var i=["track","quick","register","registerPage","registerOnce","clearAllRegister","trackSignup","trackAbtest","setProfile","setOnceProfile","appendProfile","incrementProfile","deleteProfile","unsetProfile","identify","login","logout","trackLink"],l=0;l<i.length;l++)s[r][i[l]]=s[r].call(null,i[l]);s[r]._t||(c=n.createElement(a),o=n.getElementsByTagName(a)[0],c.async=1,c.src=t,c.setAttribute("charset","UTF-8"),s[r].para=e,o.parentNode.insertBefore(c,o))}({sdk_url:"https://cdn.jsdelivr.net/npm/sa-sdk-javascript@1.15.26/sensorsdata.min.js",name:"sensors",server_url:"https://sensors.binance.cloud/sa?project="+projectName,use_client_time:!0,send_type:"beacon",app_js_bridge:!0,show_log:!1,heatmap:{scroll_notice_map:"scroll_notice_map",collect_tags:{div:!0}}}),sensors.quick("autoTrack");</script><script>window.recaptchaOptions={useRecaptchaNet:true};</script><title>Tezos price today, XTZ live marketcap, chart, and info | CoinMarketCap</title><meta property="og:title" content="Tezos price today, XTZ live marketcap, chart, and info | CoinMarketCap" /><meta name="description" content="Get the latest Tezos price, XTZ market cap, trading pairs, charts and data today from the world’s number one cryptocurrency price-tracking website" /><meta property="og:description" content="Get the latest Tezos price, XTZ market cap, trading pairs, charts and data today from the world’s number one cryptocurrency price-tracking website" /><meta property="og:image" content="https://s2.coinmarketcap.com/static/img/coins/200x200/2011.png" /><meta property="og:image:type" content="image/png" /><meta property="og:image:width" content="200" /><meta property="og:image:height" content="200" /><meta name="twitter:image" content="https://s2.coinmarketcap.com/static/img/coins/200x200/2011.png" /><meta name="twitter:card" content="summary" /><script type="application/ld+json">{"@context":"http://schema.org/","@type":"ExchangeRateSpecification","url":"https://coinmarketcap.com/currencies/tezos/","name":"Tezos","currency":"XTZ","currentExchangeRate":{"@type":"UnitPriceSpecification","price":3.99016285812463,"priceCurrency":"USD"}}</script><meta name="next-head-count" content="65" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/css/styles.a64f8758.chunk.css" as="style" /><link rel="stylesheet" href="https://s2.coinmarketcap.com/_next/static/css/styles.a64f8758.chunk.css" data-n-g="" /><noscript data-n-css=""></noscript><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/main-573412d1c5f58717cc19.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/webpack-6925baab3724494a28dd.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/framework.aaa53fd7bb506a7f3684.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/14ab2bc291492ec71adc9e55c5559996f1efa8ad.27a42d31303c157f7afd.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/63e7f6a0024eee692b6008ed5480593fe552fbdc.d9201d6626cbbb8941b8.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/99f37f218ad1fc26a71b4538d8ecb82df7f7cfbb.bf61339dc810b42dd0ff.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/c19cff67a5efcb8fea4ac87e56945c2755a60e61.76536301e7d0e5e83738.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/d32ed7d73a3c3c3bf4599c5283edc2d74865d8a4.b20ffe33a15b49d9cd25.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/68942f9175ca45921f0c8cecd51f54c446761716.8dd59c44dc7e006de232.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/86a3520593101a231a5b041771c2c82852d2e20e.72d6e87dcf1a7e1db9d4.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/858a83ac6f83cdac47786741c4b57eedcf895529.25ffe8f6c6387d7b73a8.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/33951a05cf1e1e6bad2c6e2c24fb5bc112b0faba.94d1ad1a4904d9d776dd.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/2e40e91761d0e18b99781fab079c20b35e0baade.57c19464bf7baf694254.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/dac33145397cc129821e5181c796b356d3271ce9.2264d621bef4662c3b15.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/a00c397b0065a5c5dae8bf5afb9ca20cba28b256.a06df401615b3d7557a3.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/4077d3a221c177c8ad85846aef90e762d8341776.5c3e812da1a0378e0ed3.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/styles.4d6a3cdc83d80f6af392.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/pages/_app-aa0c42d3ee6bc1427e71.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/024be46f7c039e3efc7795d50e38c8ae5686d1af.73de2c5164cc784140ce.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/89281757478856d9ec37b623f4dc8ea0b896bafa.65dab0733c83f42fb3e9.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/03299a7c193f5422c17d8a94b6b3ba2c3c01e166.fd3dd5dd965cae28bef2.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/521092193f30ea6836cbd601bd4a2891e0032354.59cce2a6f5430c37b078.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/db366f25ea036738dc1747376b6c4256cdbe9fbf.d69f2f6abae54e2d8530.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/ea2f268dbde8aaa06a195be7e573c59525808da2.e6236f3b31f9aa053c22.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/bcf6b8f7eebf2b29eecd9822b6e6ceca566c60c0.98db2d691f9da2dbaad1.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/b4fcc39a3272fd5ca2f6ce65c1361391d617c294.4cfe53ae5207cf19a914.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/a151a2dea4d871f78b55b451791d41f7ee303113.839f9322c67cbf501ec9.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/8d2e38b9e4e3779006d80fc656392cb2727f1c6a.0fd6018e5daee9486e02.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/1ebf4469476610a43d5655ceb6e3958d13b67f54.346d5d12aff42cb84b19.js" as="script" /><link rel="preload" href="https://s2.coinmarketcap.com/_next/static/chunks/pages/currencies-new-94b385e1003fff64d299.js" as="script" /><style data-styled="" data-styled-version="5.1.1">.jZwKai{box-sizing:border-box;margin:0;height:24px;width:24px;}/*!sc*/ .jZwKai a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .jZwKai.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .jZwKai.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .eMxKgr{box-sizing:border-box;margin:0;padding-top:24px;}/*!sc*/ .eMxKgr a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .eMxKgr.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .eMxKgr.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .kjciSH{box-sizing:border-box;margin:0;}/*!sc*/ .kjciSH a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .kjciSH.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .kjciSH.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .kDzKwW{box-sizing:border-box;margin:0;}/*!sc*/ .kDzKwW a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){.kDzKwW{padding-top:8px;padding-right:24px;padding-bottom:8px;}}/*!sc*/ .kDzKwW.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .kDzKwW.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .gpRPnR{box-sizing:border-box;margin:0;margin-bottom:16px;}/*!sc*/ .gpRPnR a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){.gpRPnR{margin-bottom:16px;}}/*!sc*/ .gpRPnR.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .gpRPnR.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .bILTHz{box-sizing:border-box;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .bILTHz a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .bILTHz.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .bILTHz.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .lipEFG{box-sizing:border-box;margin:0;margin-right:16px;}/*!sc*/ .lipEFG a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .lipEFG.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .lipEFG.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .SjVBR{box-sizing:border-box;margin:0;margin-left:16px;}/*!sc*/ .SjVBR a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .SjVBR.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .SjVBR.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .irKQAw{box-sizing:border-box;margin:0;margin-left:8px;display:inline-block;}/*!sc*/ .irKQAw a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .irKQAw.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .irKQAw.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .iAcKiO{box-sizing:border-box;margin:0;height:12px;width:12px;}/*!sc*/ .iAcKiO a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .iAcKiO.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .iAcKiO.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .fggtJu{box-sizing:border-box;margin:0;margin-bottom:8px;}/*!sc*/ .fggtJu a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){.fggtJu{margin-bottom:16px;}}/*!sc*/ .fggtJu.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .fggtJu.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .cEbjrm{box-sizing:border-box;margin:0;margin-bottom:4px;}/*!sc*/ .cEbjrm a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .cEbjrm.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .cEbjrm.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .kLSxec{box-sizing:border-box;margin:0;height:16;width:16;color:#A6B0C3;}/*!sc*/ .kLSxec a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .kLSxec.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .kLSxec.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .iBOlpQ{box-sizing:border-box;margin:0;margin-left:4px;margin-right:0;}/*!sc*/ .iBOlpQ a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .iBOlpQ.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .iBOlpQ.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .jPqtoM{box-sizing:border-box;margin:0;margin-left:2px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .jPqtoM a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .jPqtoM.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .jPqtoM.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .inUVOz{box-sizing:border-box;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;}/*!sc*/ .inUVOz a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .inUVOz.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .inUVOz.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .dwCYJB{box-sizing:border-box;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;}/*!sc*/ .dwCYJB a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .dwCYJB.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .dwCYJB.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .hWTiuI{box-sizing:border-box;margin:0;margin-top:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;}/*!sc*/ .hWTiuI a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .hWTiuI.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .hWTiuI.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .glImWD{box-sizing:border-box;margin:0;margin-left:4px;height:14px;width:14px;}/*!sc*/ .glImWD a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .glImWD.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .glImWD.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .hMKivi{box-sizing:border-box;margin:0;}/*!sc*/ .hMKivi a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){.hMKivi{padding-right:24px;}}/*!sc*/ .hMKivi.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .hMKivi.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .eVwNUa{box-sizing:border-box;margin:0;height:20px;width:20px;}/*!sc*/ .eVwNUa a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .eVwNUa.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .eVwNUa.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .coGWQa{box-sizing:border-box;margin:0;height:16px;width:16px;}/*!sc*/ .coGWQa a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .coGWQa.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .coGWQa.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .kHmOmq{box-sizing:border-box;margin:0;display:none;}/*!sc*/ .kHmOmq a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .kHmOmq.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .kHmOmq.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .jKrmxw{box-sizing:border-box;margin:0;margin-bottom:24px;}/*!sc*/ .jKrmxw a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .jKrmxw.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .jKrmxw.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .iyfDkY{box-sizing:border-box;margin:0;margin-left:16px;margin-right:16px;}/*!sc*/ .iyfDkY a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .iyfDkY.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .iyfDkY.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .jNymak{box-sizing:border-box;margin:0;margin-right:8px;height:16px;width:16px;}/*!sc*/ .jNymak a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .jNymak.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .jNymak.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .gwtHhG{box-sizing:border-box;margin:0;margin-left:32px;margin-bottom:8px;}/*!sc*/ .gwtHhG a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .gwtHhG.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .gwtHhG.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .JZlnq{box-sizing:border-box;margin:0;margin-left:4px;}/*!sc*/ .JZlnq a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .JZlnq.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .JZlnq.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .fBJrDY{box-sizing:border-box;margin:0;margin-left:8px;margin-right:4px;}/*!sc*/ .fBJrDY a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .fBJrDY.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .fBJrDY.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .csifPj{box-sizing:border-box;margin:0;margin-left:16px;margin-right:16px;}/*!sc*/ .csifPj a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){.csifPj{margin-left:32px;margin-right:32px;margin-bottom:16px;}}/*!sc*/ .csifPj.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .csifPj.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .hgKnTV{box-sizing:border-box;margin:0;margin-bottom:16px;}/*!sc*/ .hgKnTV a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .hgKnTV.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .hgKnTV.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .eWuPKG{box-sizing:border-box;margin:0;height:16px;width:16px;color:currentColor;}/*!sc*/ .eWuPKG a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .eWuPKG.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .eWuPKG.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .dSXRna{box-sizing:border-box;margin:0;}/*!sc*/ .dSXRna a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){}/*!sc*/ @media screen and (min-width:1152px){.dSXRna{margin-right:32px;}}/*!sc*/ .dSXRna.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .dSXRna.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .jltEiJ{box-sizing:border-box;margin:0;margin-top:56px;}/*!sc*/ .jltEiJ a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .jltEiJ.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .jltEiJ.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .iutcov{box-sizing:border-box;margin:0;}/*!sc*/ .iutcov a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){}/*!sc*/ @media screen and (min-width:1152px){.iutcov{-webkit-flex:0 0 408px;-ms-flex:0 0 408px;flex:0 0 408px;}}/*!sc*/ .iutcov.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .iutcov.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .fmPyWa{box-sizing:border-box;margin:0;margin-bottom:40px;}/*!sc*/ .fmPyWa a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .fmPyWa.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .fmPyWa.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .dWGZqy{box-sizing:border-box;margin:0;height:14px;width:14px;}/*!sc*/ .dWGZqy a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .dWGZqy.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .dWGZqy.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .cLpIEB{box-sizing:border-box;margin:0;margin-left:4px;margin-right:4px;height:16px;width:16px;}/*!sc*/ .cLpIEB a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .cLpIEB.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .cLpIEB.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .jhItP{box-sizing:border-box;margin:0;margin-bottom:32px;}/*!sc*/ .jhItP a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .jhItP.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .jhItP.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ data-styled.g2[id="sc-16r8icm-0"]{content:"jZwKai,eMxKgr,kjciSH,kDzKwW,gpRPnR,bILTHz,lipEFG,SjVBR,irKQAw,iAcKiO,fggtJu,cEbjrm,kLSxec,iBOlpQ,jPqtoM,inUVOz,dwCYJB,hWTiuI,glImWD,hMKivi,eVwNUa,coGWQa,kHmOmq,jKrmxw,iyfDkY,jNymak,gwtHhG,JZlnq,fBJrDY,csifPj,hgKnTV,eWuPKG,dSXRna,jltEiJ,iutcov,fmPyWa,dWGZqy,cLpIEB,jhItP,"}/*!sc*/ .iworPT{line-height:1.5;margin:0;color:#171924;font-weight:600;font-size:14px;}/*!sc*/ .brmpdp{line-height:1.5;margin:0;margin-top:-4px;color:#171924;font-weight:700;font-size:24px;}/*!sc*/ .kmOSDg{line-height:1.5;margin:0;margin-top:4px;color:#58667E;font-size:14px;}/*!sc*/ .bSDVZJ{line-height:1.5;margin:0;color:#58667E;font-size:14px;}/*!sc*/ .dGjdeQ{line-height:1.5;margin:0;color:#58667E;font-size:11px;}/*!sc*/ .kZlTnE{line-height:1.5;margin:0;color:#171924;font-size:14px;font-weight:500;}/*!sc*/ data-styled.g3[id="sc-1eb5slv-0"]{content:"iworPT,brmpdp,kmOSDg,bSDVZJ,dGjdeQ,kZlTnE,"}/*!sc*/ .bwAAhr{line-height:1.5;margin:0;color:#171924;font-size:16px;}/*!sc*/ @media screen and (min-width:768px){.bwAAhr{font-size:18px;}}/*!sc*/ data-styled.g4[id="sc-1308828-0"]{content:"bwAAhr,"}/*!sc*/ .eAmmwa{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/ .eAmmwa a.sc-1308828-0{color:#58667E;padding-right:28px;position:relative;white-space:nowrap;}/*!sc*/ .eAmmwa a.sc-1308828-0:hover{-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ .eAmmwa a.sc-1308828-0::after{content:url("data:image/svg+xml,%3Csvg width=\'1em\' height=\'1em\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 6L15 12L9 18\' stroke=\'%2358667E\' strokeWidth=\'2\' stroke-miterlimit=\'10\' strokeLinecap=\'round\' strokeLinejoin=\'round\'/%3E%3C/svg%3E");right:8px;position:absolute;top:2px;}/*!sc*/ .eAmmwa span.sc-1308828-0{-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}/*!sc*/ data-styled.g5[id="sc-103s2w8-0"]{content:"eAmmwa,"}/*!sc*/ .dEqHl .grid{box-sizing:border-box;width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;}/*!sc*/ @media (min-width:1376px){.dEqHl .grid{max-width:1408px;}}/*!sc*/ .dEqHl .grid.edge-md{padding-right:0;padding-left:0;}/*!sc*/ @media (min-width:1152px){.dEqHl .grid.edge-md{padding-right:16px;padding-left:16px;}}/*!sc*/ .dEqHl .grid-fluid,.dEqHl .grid-xl{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto;}/*!sc*/ @media (min-width:1376px){.dEqHl .grid,.dEqHl .grid-sm,.dEqHl .grid-md,.dEqHl .grid-lg,.dEqHl .grid-xl{max-width:1408px;}}/*!sc*/ .dEqHl .uikit-row{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-16px;margin-left:-16px;}/*!sc*/ .dEqHl .no-gutters{margin-right:0;margin-left:0;}/*!sc*/ .dEqHl .no-gutters > .uikit-col,.dEqHl .no-gutters > [class*="uikit-col-"]{padding-right:0;padding-left:0;}/*!sc*/ .dEqHl .uikit-col-1,.dEqHl .uikit-col-2,.dEqHl .uikit-col-3,.dEqHl .uikit-col-4,.dEqHl .uikit-col-5,.dEqHl .uikit-col-6,.dEqHl .uikit-col-7,.dEqHl .uikit-col-8,.dEqHl .uikit-col-9,.dEqHl .uikit-col-10,.dEqHl .uikit-col-11,.dEqHl .uikit-col-12,.dEqHl .uikit-col-13,.dEqHl .uikit-col-14,.dEqHl .uikit-col-15,.dEqHl .uikit-col-16,.dEqHl .uikit-col,.dEqHl .uikit-col-auto,.dEqHl .uikit-col-sm-1,.dEqHl .uikit-col-sm-2,.dEqHl .uikit-col-sm-3,.dEqHl .uikit-col-sm-4,.dEqHl .uikit-col-sm-5,.dEqHl .uikit-col-sm-6,.dEqHl .uikit-col-sm-7,.dEqHl .uikit-col-sm-8,.dEqHl .uikit-col-sm-9,.dEqHl .uikit-col-sm-10,.dEqHl .uikit-col-sm-11,.dEqHl .uikit-col-sm-12,.dEqHl .uikit-col-sm-13,.dEqHl .uikit-col-sm-14,.dEqHl .uikit-col-sm-15,.dEqHl .uikit-col-sm-16,.dEqHl .uikit-col-sm,.dEqHl .uikit-col-sm-auto,.dEqHl .uikit-col-md-1,.dEqHl .uikit-col-md-2,.dEqHl .uikit-col-md-3,.dEqHl .uikit-col-md-4,.dEqHl .uikit-col-md-5,.dEqHl .uikit-col-md-6,.dEqHl .uikit-col-md-7,.dEqHl .uikit-col-md-8,.dEqHl .uikit-col-md-9,.dEqHl .uikit-col-md-10,.dEqHl .uikit-col-md-11,.dEqHl .uikit-col-md-12,.dEqHl .uikit-col-md-13,.dEqHl .uikit-col-md-14,.dEqHl .uikit-col-md-15,.dEqHl .uikit-col-md-16,.dEqHl .uikit-col-md,.dEqHl .uikit-col-md-auto,.dEqHl .uikit-col-lg-1,.dEqHl .uikit-col-lg-2,.dEqHl .uikit-col-lg-3,.dEqHl .uikit-col-lg-4,.dEqHl .uikit-col-lg-5,.dEqHl .uikit-col-lg-6,.dEqHl .uikit-col-lg-7,.dEqHl .uikit-col-lg-8,.dEqHl .uikit-col-lg-9,.dEqHl .uikit-col-lg-10,.dEqHl .uikit-col-lg-11,.dEqHl .uikit-col-lg-12,.dEqHl .uikit-col-lg-13,.dEqHl .uikit-col-lg-14,.dEqHl .uikit-col-lg-15,.dEqHl .uikit-col-lg-16,.dEqHl .uikit-col-lg,.dEqHl .uikit-col-lg-auto,.dEqHl .uikit-col-xl-1,.dEqHl .uikit-col-xl-2,.dEqHl .uikit-col-xl-3,.dEqHl .uikit-col-xl-4,.dEqHl .uikit-col-xl-5,.dEqHl .uikit-col-xl-6,.dEqHl .uikit-col-xl-7,.dEqHl .uikit-col-xl-8,.dEqHl .uikit-col-xl-9,.dEqHl .uikit-col-xl-10,.dEqHl .uikit-col-xl-11,.dEqHl .uikit-col-xl-12,.dEqHl .uikit-col-xl-13,.dEqHl .uikit-col-xl-14,.dEqHl .uikit-col-xl-15,.dEqHl .uikit-col-xl-16,.dEqHl .uikit-col-xl,.dEqHl .uikit-col-xl-auto{box-sizing:border-box;position:relative;width:100%;padding-right:16px;padding-left:16px;}/*!sc*/ .dEqHl .uikit-col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;}/*!sc*/ .dEqHl .uikit-row-cols-1 > *{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}/*!sc*/ .dEqHl .uikit-row-cols-2 > *{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}/*!sc*/ .dEqHl .uikit-row-cols-3 > *{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;}/*!sc*/ .dEqHl .uikit-row-cols-4 > *{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}/*!sc*/ .dEqHl .uikit-row-cols-5 > *{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}/*!sc*/ .dEqHl .uikit-row-cols-6 > *{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;}/*!sc*/ .dEqHl .uikit-col-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}/*!sc*/ .dEqHl .uikit-col-1{-webkit-flex:0 0 6.25%;-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%;}/*!sc*/ .dEqHl .uikit-col-2{-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%;}/*!sc*/ .dEqHl .uikit-col-3{-webkit-flex:0 0 18.75%;-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%;}/*!sc*/ .dEqHl .uikit-col-4{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}/*!sc*/ .dEqHl .uikit-col-5{-webkit-flex:0 0 31.25%;-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%;}/*!sc*/ .dEqHl .uikit-col-6{-webkit-flex:0 0 37.5%;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%;}/*!sc*/ .dEqHl .uikit-col-7{-webkit-flex:0 0 43.75%;-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%;}/*!sc*/ .dEqHl .uikit-col-8{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}/*!sc*/ .dEqHl .uikit-col-9{-webkit-flex:0 0 56.25%;-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%;}/*!sc*/ .dEqHl .uikit-col-10{-webkit-flex:0 0 62.5%;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%;}/*!sc*/ .dEqHl .uikit-col-11{-webkit-flex:0 0 68.75%;-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%;}/*!sc*/ .dEqHl .uikit-col-12{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}/*!sc*/ .dEqHl .uikit-col-13{-webkit-flex:0 0 81.25%;-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%;}/*!sc*/ .dEqHl .uikit-col-14{-webkit-flex:0 0 87.5%;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%;}/*!sc*/ .dEqHl .uikit-col-15{-webkit-flex:0 0 93.75%;-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%;}/*!sc*/ .dEqHl .uikit-col-16{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}/*!sc*/ .dEqHl .uikit-order-first{-webkit-order:-1;-ms-flex-order:-1;order:-1;}/*!sc*/ .dEqHl .uikit-order-last{-webkit-order:17;-ms-flex-order:17;order:17;}/*!sc*/ .dEqHl .uikit-order-0{-webkit-order:0;-ms-flex-order:0;order:0;}/*!sc*/ .dEqHl .uikit-order-1{-webkit-order:1;-ms-flex-order:1;order:1;}/*!sc*/ .dEqHl .uikit-order-2{-webkit-order:2;-ms-flex-order:2;order:2;}/*!sc*/ .dEqHl .uikit-order-3{-webkit-order:3;-ms-flex-order:3;order:3;}/*!sc*/ .dEqHl .uikit-order-4{-webkit-order:4;-ms-flex-order:4;order:4;}/*!sc*/ .dEqHl .uikit-order-5{-webkit-order:5;-ms-flex-order:5;order:5;}/*!sc*/ .dEqHl .uikit-order-6{-webkit-order:6;-ms-flex-order:6;order:6;}/*!sc*/ .dEqHl .uikit-order-7{-webkit-order:7;-ms-flex-order:7;order:7;}/*!sc*/ .dEqHl .uikit-order-8{-webkit-order:8;-ms-flex-order:8;order:8;}/*!sc*/ .dEqHl .uikit-order-9{-webkit-order:9;-ms-flex-order:9;order:9;}/*!sc*/ .dEqHl .uikit-order-10{-webkit-order:10;-ms-flex-order:10;order:10;}/*!sc*/ .dEqHl .uikit-order-11{-webkit-order:11;-ms-flex-order:11;order:11;}/*!sc*/ .dEqHl .uikit-order-12{-webkit-order:12;-ms-flex-order:12;order:12;}/*!sc*/ .dEqHl .uikit-order-13{-webkit-order:13;-ms-flex-order:13;order:13;}/*!sc*/ .dEqHl .uikit-order-14{-webkit-order:14;-ms-flex-order:14;order:14;}/*!sc*/ .dEqHl .uikit-order-15{-webkit-order:15;-ms-flex-order:15;order:15;}/*!sc*/ .dEqHl .uikit-order-16{-webkit-order:16;-ms-flex-order:16;order:16;}/*!sc*/ .dEqHl .uikit-offset-1{margin-left:6.25%;}/*!sc*/ .dEqHl .uikit-offset-2{margin-left:12.5%;}/*!sc*/ .dEqHl .uikit-offset-3{margin-left:18.75%;}/*!sc*/ .dEqHl .uikit-offset-4{margin-left:25%;}/*!sc*/ .dEqHl .uikit-offset-5{margin-left:31.25%;}/*!sc*/ .dEqHl .uikit-offset-6{margin-left:37.5%;}/*!sc*/ .dEqHl .uikit-offset-7{margin-left:43.75%;}/*!sc*/ .dEqHl .uikit-offset-8{margin-left:50%;}/*!sc*/ .dEqHl .uikit-offset-9{margin-left:56.25%;}/*!sc*/ .dEqHl .uikit-offset-10{margin-left:62.5%;}/*!sc*/ .dEqHl .uikit-offset-11{margin-left:68.75%;}/*!sc*/ .dEqHl .uikit-offset-12{margin-left:75%;}/*!sc*/ .dEqHl .uikit-offset-13{margin-left:81.25%;}/*!sc*/ .dEqHl .uikit-offset-14{margin-left:87.5%;}/*!sc*/ .dEqHl .uikit-offset-15{margin-left:93.75%;}/*!sc*/ @media (min-width:768px){.dEqHl .uikit-col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;}.dEqHl .uikit-row-cols-sm-1 > *{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.dEqHl .uikit-row-cols-sm-2 > *{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.dEqHl .uikit-row-cols-sm-3 > *{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;}.dEqHl .uikit-row-cols-sm-4 > *{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.dEqHl .uikit-row-cols-sm-5 > *{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}.dEqHl .uikit-row-cols-sm-6 > *{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;}.dEqHl .uikit-col-sm-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}.dEqHl .uikit-col-sm-1{-webkit-flex:0 0 6.25%;-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%;}.dEqHl .uikit-col-sm-2{-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%;}.dEqHl .uikit-col-sm-3{-webkit-flex:0 0 18.75%;-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%;}.dEqHl .uikit-col-sm-4{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.dEqHl .uikit-col-sm-5{-webkit-flex:0 0 31.25%;-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%;}.dEqHl .uikit-col-sm-6{-webkit-flex:0 0 37.5%;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%;}.dEqHl .uikit-col-sm-7{-webkit-flex:0 0 43.75%;-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%;}.dEqHl .uikit-col-sm-8{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.dEqHl .uikit-col-sm-9{-webkit-flex:0 0 56.25%;-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%;}.dEqHl .uikit-col-sm-10{-webkit-flex:0 0 62.5%;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%;}.dEqHl .uikit-col-sm-11{-webkit-flex:0 0 68.75%;-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%;}.dEqHl .uikit-col-sm-12{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}.dEqHl .uikit-col-sm-13{-webkit-flex:0 0 81.25%;-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%;}.dEqHl .uikit-col-sm-14{-webkit-flex:0 0 87.5%;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%;}.dEqHl .uikit-col-sm-15{-webkit-flex:0 0 93.75%;-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%;}.dEqHl .uikit-col-sm-16{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.dEqHl .uikit-order-sm-first{-webkit-order:-1;-ms-flex-order:-1;order:-1;}.dEqHl .uikit-order-sm-last{-webkit-order:17;-ms-flex-order:17;order:17;}.dEqHl .uikit-order-sm-0{-webkit-order:0;-ms-flex-order:0;order:0;}.dEqHl .uikit-order-sm-1{-webkit-order:1;-ms-flex-order:1;order:1;}.dEqHl .uikit-order-sm-2{-webkit-order:2;-ms-flex-order:2;order:2;}.dEqHl .uikit-order-sm-3{-webkit-order:3;-ms-flex-order:3;order:3;}.dEqHl .uikit-order-sm-4{-webkit-order:4;-ms-flex-order:4;order:4;}.dEqHl .uikit-order-sm-5{-webkit-order:5;-ms-flex-order:5;order:5;}.dEqHl .uikit-order-sm-6{-webkit-order:6;-ms-flex-order:6;order:6;}.dEqHl .uikit-order-sm-7{-webkit-order:7;-ms-flex-order:7;order:7;}.dEqHl .uikit-order-sm-8{-webkit-order:8;-ms-flex-order:8;order:8;}.dEqHl .uikit-order-sm-9{-webkit-order:9;-ms-flex-order:9;order:9;}.dEqHl .uikit-order-sm-10{-webkit-order:10;-ms-flex-order:10;order:10;}.dEqHl .uikit-order-sm-11{-webkit-order:11;-ms-flex-order:11;order:11;}.dEqHl .uikit-order-sm-12{-webkit-order:12;-ms-flex-order:12;order:12;}.dEqHl .uikit-order-sm-13{-webkit-order:13;-ms-flex-order:13;order:13;}.dEqHl .uikit-order-sm-14{-webkit-order:14;-ms-flex-order:14;order:14;}.dEqHl .uikit-order-sm-15{-webkit-order:15;-ms-flex-order:15;order:15;}.dEqHl .uikit-order-sm-16{-webkit-order:16;-ms-flex-order:16;order:16;}.dEqHl .uikit-offset-sm-0{margin-left:0;}.dEqHl .uikit-offset-sm-1{margin-left:6.25%;}.dEqHl .uikit-offset-sm-2{margin-left:12.5%;}.dEqHl .uikit-offset-sm-3{margin-left:18.75%;}.dEqHl .uikit-offset-sm-4{margin-left:25%;}.dEqHl .uikit-offset-sm-5{margin-left:31.25%;}.dEqHl .uikit-offset-sm-6{margin-left:37.5%;}.dEqHl .uikit-offset-sm-7{margin-left:43.75%;}.dEqHl .uikit-offset-sm-8{margin-left:50%;}.dEqHl .uikit-offset-sm-9{margin-left:56.25%;}.dEqHl .uikit-offset-sm-10{margin-left:62.5%;}.dEqHl .uikit-offset-sm-11{margin-left:68.75%;}.dEqHl .uikit-offset-sm-12{margin-left:75%;}.dEqHl .uikit-offset-sm-13{margin-left:81.25%;}.dEqHl .uikit-offset-sm-14{margin-left:87.5%;}.dEqHl .uikit-offset-sm-15{margin-left:93.75%;}}/*!sc*/ @media (min-width:1152px){.dEqHl .uikit-col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;}.dEqHl .uikit-row-cols-md-1 > *{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.dEqHl .uikit-row-cols-md-2 > *{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.dEqHl .uikit-row-cols-md-3 > *{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;}.dEqHl .uikit-row-cols-md-4 > *{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.dEqHl .uikit-row-cols-md-5 > *{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}.dEqHl .uikit-row-cols-md-6 > *{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;}.dEqHl .uikit-col-md-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}.dEqHl .uikit-col-md-1{-webkit-flex:0 0 6.25%;-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%;}.dEqHl .uikit-col-md-2{-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%;}.dEqHl .uikit-col-md-3{-webkit-flex:0 0 18.75%;-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%;}.dEqHl .uikit-col-md-4{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.dEqHl .uikit-col-md-5{-webkit-flex:0 0 31.25%;-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%;}.dEqHl .uikit-col-md-6{-webkit-flex:0 0 37.5%;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%;}.dEqHl .uikit-col-md-7{-webkit-flex:0 0 43.75%;-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%;}.dEqHl .uikit-col-md-8{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.dEqHl .uikit-col-md-9{-webkit-flex:0 0 56.25%;-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%;}.dEqHl .uikit-col-md-10{-webkit-flex:0 0 62.5%;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%;}.dEqHl .uikit-col-md-11{-webkit-flex:0 0 68.75%;-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%;}.dEqHl .uikit-col-md-12{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}.dEqHl .uikit-col-md-13{-webkit-flex:0 0 81.25%;-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%;}.dEqHl .uikit-col-md-14{-webkit-flex:0 0 87.5%;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%;}.dEqHl .uikit-col-md-15{-webkit-flex:0 0 93.75%;-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%;}.dEqHl .uikit-col-md-16{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.dEqHl .uikit-order-md-first{-webkit-order:-1;-ms-flex-order:-1;order:-1;}.dEqHl .uikit-order-md-last{-webkit-order:17;-ms-flex-order:17;order:17;}.dEqHl .uikit-order-md-0{-webkit-order:0;-ms-flex-order:0;order:0;}.dEqHl .uikit-order-md-1{-webkit-order:1;-ms-flex-order:1;order:1;}.dEqHl .uikit-order-md-2{-webkit-order:2;-ms-flex-order:2;order:2;}.dEqHl .uikit-order-md-3{-webkit-order:3;-ms-flex-order:3;order:3;}.dEqHl .uikit-order-md-4{-webkit-order:4;-ms-flex-order:4;order:4;}.dEqHl .uikit-order-md-5{-webkit-order:5;-ms-flex-order:5;order:5;}.dEqHl .uikit-order-md-6{-webkit-order:6;-ms-flex-order:6;order:6;}.dEqHl .uikit-order-md-7{-webkit-order:7;-ms-flex-order:7;order:7;}.dEqHl .uikit-order-md-8{-webkit-order:8;-ms-flex-order:8;order:8;}.dEqHl .uikit-order-md-9{-webkit-order:9;-ms-flex-order:9;order:9;}.dEqHl .uikit-order-md-10{-webkit-order:10;-ms-flex-order:10;order:10;}.dEqHl .uikit-order-md-11{-webkit-order:11;-ms-flex-order:11;order:11;}.dEqHl .uikit-order-md-12{-webkit-order:12;-ms-flex-order:12;order:12;}.dEqHl .uikit-order-md-13{-webkit-order:13;-ms-flex-order:13;order:13;}.dEqHl .uikit-order-md-14{-webkit-order:14;-ms-flex-order:14;order:14;}.dEqHl .uikit-order-md-15{-webkit-order:15;-ms-flex-order:15;order:15;}.dEqHl .uikit-order-md-16{-webkit-order:16;-ms-flex-order:16;order:16;}.dEqHl .uikit-offset-md-0{margin-left:0;}.dEqHl .uikit-offset-md-1{margin-left:6.25%;}.dEqHl .uikit-offset-md-2{margin-left:12.5%;}.dEqHl .uikit-offset-md-3{margin-left:18.75%;}.dEqHl .uikit-offset-md-4{margin-left:25%;}.dEqHl .uikit-offset-md-5{margin-left:31.25%;}.dEqHl .uikit-offset-md-6{margin-left:37.5%;}.dEqHl .uikit-offset-md-7{margin-left:43.75%;}.dEqHl .uikit-offset-md-8{margin-left:50%;}.dEqHl .uikit-offset-md-9{margin-left:56.25%;}.dEqHl .uikit-offset-md-10{margin-left:62.5%;}.dEqHl .uikit-offset-md-11{margin-left:68.75%;}.dEqHl .uikit-offset-md-12{margin-left:75%;}.dEqHl .uikit-offset-md-13{margin-left:81.25%;}.dEqHl .uikit-offset-md-14{margin-left:87.5%;}.dEqHl .uikit-offset-md-15{margin-left:93.75%;}}/*!sc*/ @media (min-width:1248px){.dEqHl .uikit-col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;}.dEqHl .uikit-row-cols-lg-1 > *{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.dEqHl .uikit-row-cols-lg-2 > *{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.dEqHl .uikit-row-cols-lg-3 > *{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;}.dEqHl .uikit-row-cols-lg-4 > *{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.dEqHl .uikit-row-cols-lg-5 > *{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}.dEqHl .uikit-row-cols-lg-6 > *{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;}.dEqHl .uikit-col-lg-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}.dEqHl .uikit-col-lg-1{-webkit-flex:0 0 6.25%;-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%;}.dEqHl .uikit-col-lg-2{-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%;}.dEqHl .uikit-col-lg-3{-webkit-flex:0 0 18.75%;-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%;}.dEqHl .uikit-col-lg-4{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.dEqHl .uikit-col-lg-5{-webkit-flex:0 0 31.25%;-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%;}.dEqHl .uikit-col-lg-6{-webkit-flex:0 0 37.5%;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%;}.dEqHl .uikit-col-lg-7{-webkit-flex:0 0 43.75%;-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%;}.dEqHl .uikit-col-lg-8{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.dEqHl .uikit-col-lg-9{-webkit-flex:0 0 56.25%;-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%;}.dEqHl .uikit-col-lg-10{-webkit-flex:0 0 62.5%;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%;}.dEqHl .uikit-col-lg-11{-webkit-flex:0 0 68.75%;-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%;}.dEqHl .uikit-col-lg-12{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}.dEqHl .uikit-col-lg-13{-webkit-flex:0 0 81.25%;-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%;}.dEqHl .uikit-col-lg-14{-webkit-flex:0 0 87.5%;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%;}.dEqHl .uikit-col-lg-15{-webkit-flex:0 0 93.75%;-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%;}.dEqHl .uikit-col-lg-16{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.dEqHl .uikit-order-lg-first{-webkit-order:-1;-ms-flex-order:-1;order:-1;}.dEqHl .uikit-order-lg-last{-webkit-order:17;-ms-flex-order:17;order:17;}.dEqHl .uikit-order-lg-0{-webkit-order:0;-ms-flex-order:0;order:0;}.dEqHl .uikit-order-lg-1{-webkit-order:1;-ms-flex-order:1;order:1;}.dEqHl .uikit-order-lg-2{-webkit-order:2;-ms-flex-order:2;order:2;}.dEqHl .uikit-order-lg-3{-webkit-order:3;-ms-flex-order:3;order:3;}.dEqHl .uikit-order-lg-4{-webkit-order:4;-ms-flex-order:4;order:4;}.dEqHl .uikit-order-lg-5{-webkit-order:5;-ms-flex-order:5;order:5;}.dEqHl .uikit-order-lg-6{-webkit-order:6;-ms-flex-order:6;order:6;}.dEqHl .uikit-order-lg-7{-webkit-order:7;-ms-flex-order:7;order:7;}.dEqHl .uikit-order-lg-8{-webkit-order:8;-ms-flex-order:8;order:8;}.dEqHl .uikit-order-lg-9{-webkit-order:9;-ms-flex-order:9;order:9;}.dEqHl .uikit-order-lg-10{-webkit-order:10;-ms-flex-order:10;order:10;}.dEqHl .uikit-order-lg-11{-webkit-order:11;-ms-flex-order:11;order:11;}.dEqHl .uikit-order-lg-12{-webkit-order:12;-ms-flex-order:12;order:12;}.dEqHl .uikit-order-lg-13{-webkit-order:13;-ms-flex-order:13;order:13;}.dEqHl .uikit-order-lg-14{-webkit-order:14;-ms-flex-order:14;order:14;}.dEqHl .uikit-order-lg-15{-webkit-order:15;-ms-flex-order:15;order:15;}.dEqHl .uikit-order-lg-16{-webkit-order:16;-ms-flex-order:16;order:16;}.dEqHl .uikit-offset-lg-0{margin-left:0;}.dEqHl .uikit-offset-lg-1{margin-left:6.25%;}.dEqHl .uikit-offset-lg-2{margin-left:12.5%;}.dEqHl .uikit-offset-lg-3{margin-left:18.75%;}.dEqHl .uikit-offset-lg-4{margin-left:25%;}.dEqHl .uikit-offset-lg-5{margin-left:31.25%;}.dEqHl .uikit-offset-lg-6{margin-left:37.5%;}.dEqHl .uikit-offset-lg-7{margin-left:43.75%;}.dEqHl .uikit-offset-lg-8{margin-left:50%;}.dEqHl .uikit-offset-lg-9{margin-left:56.25%;}.dEqHl .uikit-offset-lg-10{margin-left:62.5%;}.dEqHl .uikit-offset-lg-11{margin-left:68.75%;}.dEqHl .uikit-offset-lg-12{margin-left:75%;}.dEqHl .uikit-offset-lg-13{margin-left:81.25%;}.dEqHl .uikit-offset-lg-14{margin-left:87.5%;}.dEqHl .uikit-offset-lg-15{margin-left:93.75%;}}/*!sc*/ @media (min-width:1376px){.dEqHl .uikit-col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;}.dEqHl .uikit-row-cols-xl-1 > *{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.dEqHl .uikit-row-cols-xl-2 > *{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.dEqHl .uikit-row-cols-xl-3 > *{-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;}.dEqHl .uikit-row-cols-xl-4 > *{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.dEqHl .uikit-row-cols-xl-5 > *{-webkit-flex:0 0 20%;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}.dEqHl .uikit-row-cols-xl-6 > *{-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%;}.dEqHl .uikit-col-xl-auto{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}.dEqHl .uikit-col-xl-1{-webkit-flex:0 0 6.25%;-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%;}.dEqHl .uikit-col-xl-2{-webkit-flex:0 0 12.5%;-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%;}.dEqHl .uikit-col-xl-3{-webkit-flex:0 0 18.75%;-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%;}.dEqHl .uikit-col-xl-4{-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}.dEqHl .uikit-col-xl-5{-webkit-flex:0 0 31.25%;-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%;}.dEqHl .uikit-col-xl-6{-webkit-flex:0 0 37.5%;-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%;}.dEqHl .uikit-col-xl-7{-webkit-flex:0 0 43.75%;-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%;}.dEqHl .uikit-col-xl-8{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.dEqHl .uikit-col-xl-9{-webkit-flex:0 0 56.25%;-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%;}.dEqHl .uikit-col-xl-10{-webkit-flex:0 0 62.5%;-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%;}.dEqHl .uikit-col-xl-11{-webkit-flex:0 0 68.75%;-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%;}.dEqHl .uikit-col-xl-12{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}.dEqHl .uikit-col-xl-13{-webkit-flex:0 0 81.25%;-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%;}.dEqHl .uikit-col-xl-14{-webkit-flex:0 0 87.5%;-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%;}.dEqHl .uikit-col-xl-15{-webkit-flex:0 0 93.75%;-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%;}.dEqHl .uikit-col-xl-16{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}.dEqHl .uikit-order-xl-first{-webkit-order:-1;-ms-flex-order:-1;order:-1;}.dEqHl .uikit-order-xl-last{-webkit-order:17;-ms-flex-order:17;order:17;}.dEqHl .uikit-order-xl-0{-webkit-order:0;-ms-flex-order:0;order:0;}.dEqHl .uikit-order-xl-1{-webkit-order:1;-ms-flex-order:1;order:1;}.dEqHl .uikit-order-xl-2{-webkit-order:2;-ms-flex-order:2;order:2;}.dEqHl .uikit-order-xl-3{-webkit-order:3;-ms-flex-order:3;order:3;}.dEqHl .uikit-order-xl-4{-webkit-order:4;-ms-flex-order:4;order:4;}.dEqHl .uikit-order-xl-5{-webkit-order:5;-ms-flex-order:5;order:5;}.dEqHl .uikit-order-xl-6{-webkit-order:6;-ms-flex-order:6;order:6;}.dEqHl .uikit-order-xl-7{-webkit-order:7;-ms-flex-order:7;order:7;}.dEqHl .uikit-order-xl-8{-webkit-order:8;-ms-flex-order:8;order:8;}.dEqHl .uikit-order-xl-9{-webkit-order:9;-ms-flex-order:9;order:9;}.dEqHl .uikit-order-xl-10{-webkit-order:10;-ms-flex-order:10;order:10;}.dEqHl .uikit-order-xl-11{-webkit-order:11;-ms-flex-order:11;order:11;}.dEqHl .uikit-order-xl-12{-webkit-order:12;-ms-flex-order:12;order:12;}.dEqHl .uikit-order-xl-13{-webkit-order:13;-ms-flex-order:13;order:13;}.dEqHl .uikit-order-xl-14{-webkit-order:14;-ms-flex-order:14;order:14;}.dEqHl .uikit-order-xl-15{-webkit-order:15;-ms-flex-order:15;order:15;}.dEqHl .uikit-order-xl-16{-webkit-order:16;-ms-flex-order:16;order:16;}.dEqHl .uikit-offset-xl-0{margin-left:0;}.dEqHl .uikit-offset-xl-1{margin-left:6.25%;}.dEqHl .uikit-offset-xl-2{margin-left:12.5%;}.dEqHl .uikit-offset-xl-3{margin-left:18.75%;}.dEqHl .uikit-offset-xl-4{margin-left:25%;}.dEqHl .uikit-offset-xl-5{margin-left:31.25%;}.dEqHl .uikit-offset-xl-6{margin-left:37.5%;}.dEqHl .uikit-offset-xl-7{margin-left:43.75%;}.dEqHl .uikit-offset-xl-8{margin-left:50%;}.dEqHl .uikit-offset-xl-9{margin-left:56.25%;}.dEqHl .uikit-offset-xl-10{margin-left:62.5%;}.dEqHl .uikit-offset-xl-11{margin-left:68.75%;}.dEqHl .uikit-offset-xl-12{margin-left:75%;}.dEqHl .uikit-offset-xl-13{margin-left:81.25%;}.dEqHl .uikit-offset-xl-14{margin-left:87.5%;}.dEqHl .uikit-offset-xl-15{margin-left:93.75%;}}/*!sc*/ .dEqHl .flex-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important;}/*!sc*/ .dEqHl .flex-column{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important;}/*!sc*/ .dEqHl .flex-row-reverse{-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}/*!sc*/ .dEqHl .flex-column-reverse{-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}/*!sc*/ .dEqHl .flex-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}/*!sc*/ .dEqHl .flex-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}/*!sc*/ .dEqHl .flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}/*!sc*/ .dEqHl .flex-fill{-webkit-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}/*!sc*/ .dEqHl .flex-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}/*!sc*/ .dEqHl .flex-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}/*!sc*/ .dEqHl .flex-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important;}/*!sc*/ .dEqHl .flex-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important;}/*!sc*/ .dEqHl .justify-content-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}/*!sc*/ .dEqHl .justify-content-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}/*!sc*/ .dEqHl .justify-content-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important;}/*!sc*/ .dEqHl .justify-content-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}/*!sc*/ .dEqHl .justify-content-around{-webkit-box-pack:space-around !important;-webkit-justify-content:space-around !important;-ms-flex-pack:space-around !important;justify-content:space-around !important;}/*!sc*/ .dEqHl .align-items-start{-webkit-align-items:flex-start !important;-webkit-box-align:flex-start !important;-ms-flex-align:flex-start !important;align-items:flex-start !important;}/*!sc*/ .dEqHl .align-items-end{-webkit-align-items:flex-end !important;-webkit-box-align:flex-end !important;-ms-flex-align:flex-end !important;align-items:flex-end !important;}/*!sc*/ .dEqHl .align-items-center{-webkit-align-items:center !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}/*!sc*/ .dEqHl .align-items-baseline{-webkit-align-items:baseline !important;-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}/*!sc*/ .dEqHl .align-items-stretch{-webkit-align-items:stretch !important;-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}/*!sc*/ .dEqHl .align-content-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important;}/*!sc*/ .dEqHl .align-content-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important;}/*!sc*/ .dEqHl .align-content-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important;}/*!sc*/ .dEqHl .align-content-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:space-between !important;align-content:space-between !important;}/*!sc*/ .dEqHl .align-content-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:space-around !important;align-content:space-around !important;}/*!sc*/ .dEqHl .align-content-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important;}/*!sc*/ .dEqHl .align-self-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important;}/*!sc*/ .dEqHl .align-self-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important;}/*!sc*/ .dEqHl .align-self-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important;}/*!sc*/ .dEqHl .align-self-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important;}/*!sc*/ .dEqHl .align-self-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important;}/*!sc*/ .dEqHl .align-self-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important;}/*!sc*/ @media (min-width:768px){.dEqHl .flex-sm-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important;}.dEqHl .flex-sm-column{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important;}.dEqHl .flex-sm-row-reverse{-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.dEqHl .flex-sm-column-reverse{-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.dEqHl .flex-sm-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.dEqHl .flex-sm-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.dEqHl .flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.dEqHl .flex-sm-fill{-webkit-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.dEqHl .flex-sm-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.dEqHl .flex-sm-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.dEqHl .flex-sm-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important;}.dEqHl .flex-sm-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important;}.dEqHl .justify-content-sm-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.dEqHl .justify-content-sm-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.dEqHl .justify-content-sm-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.dEqHl .justify-content-sm-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.dEqHl .justify-content-sm-around{-webkit-box-pack:space-around !important;-webkit-justify-content:space-around !important;-ms-flex-pack:space-around !important;justify-content:space-around !important;}.dEqHl .align-items-sm-start{-webkit-align-items:flex-start !important;-webkit-box-align:flex-start !important;-ms-flex-align:flex-start !important;align-items:flex-start !important;}.dEqHl .align-items-sm-end{-webkit-align-items:flex-end !important;-webkit-box-align:flex-end !important;-ms-flex-align:flex-end !important;align-items:flex-end !important;}.dEqHl .align-items-sm-center{-webkit-align-items:center !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.dEqHl .align-items-sm-baseline{-webkit-align-items:baseline !important;-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.dEqHl .align-items-sm-stretch{-webkit-align-items:stretch !important;-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.dEqHl .align-content-sm-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important;}.dEqHl .align-content-sm-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important;}.dEqHl .align-content-sm-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important;}.dEqHl .align-content-sm-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:space-between !important;align-content:space-between !important;}.dEqHl .align-content-sm-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:space-around !important;align-content:space-around !important;}.dEqHl .align-content-sm-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.dEqHl .align-self-sm-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important;}.dEqHl .align-self-sm-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important;}.dEqHl .align-self-sm-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important;}.dEqHl .align-self-sm-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important;}.dEqHl .align-self-sm-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important;}.dEqHl .align-self-sm-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important;}}/*!sc*/ @media (min-width:1152px){.dEqHl .flex-md-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important;}.dEqHl .flex-md-column{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important;}.dEqHl .flex-md-row-reverse{-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.dEqHl .flex-md-column-reverse{-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.dEqHl .flex-md-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.dEqHl .flex-md-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.dEqHl .flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.dEqHl .flex-md-fill{-webkit-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.dEqHl .flex-md-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.dEqHl .flex-md-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.dEqHl .flex-md-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important;}.dEqHl .flex-md-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important;}.dEqHl .justify-content-md-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.dEqHl .justify-content-md-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.dEqHl .justify-content-md-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.dEqHl .justify-content-md-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.dEqHl .justify-content-md-around{-webkit-box-pack:space-around !important;-webkit-justify-content:space-around !important;-ms-flex-pack:space-around !important;justify-content:space-around !important;}.dEqHl .align-items-md-start{-webkit-align-items:flex-start !important;-webkit-box-align:flex-start !important;-ms-flex-align:flex-start !important;align-items:flex-start !important;}.dEqHl .align-items-md-end{-webkit-align-items:flex-end !important;-webkit-box-align:flex-end !important;-ms-flex-align:flex-end !important;align-items:flex-end !important;}.dEqHl .align-items-md-center{-webkit-align-items:center !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.dEqHl .align-items-md-baseline{-webkit-align-items:baseline !important;-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.dEqHl .align-items-md-stretch{-webkit-align-items:stretch !important;-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.dEqHl .align-content-md-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important;}.dEqHl .align-content-md-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important;}.dEqHl .align-content-md-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important;}.dEqHl .align-content-md-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:space-between !important;align-content:space-between !important;}.dEqHl .align-content-md-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:space-around !important;align-content:space-around !important;}.dEqHl .align-content-md-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.dEqHl .align-self-md-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important;}.dEqHl .align-self-md-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important;}.dEqHl .align-self-md-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important;}.dEqHl .align-self-md-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important;}.dEqHl .align-self-md-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important;}.dEqHl .align-self-md-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important;}}/*!sc*/ @media (min-width:1248px){.dEqHl .flex-lg-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important;}.dEqHl .flex-lg-column{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important;}.dEqHl .flex-lg-row-reverse{-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.dEqHl .flex-lg-column-reverse{-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.dEqHl .flex-lg-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.dEqHl .flex-lg-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.dEqHl .flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.dEqHl .flex-lg-fill{-webkit-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.dEqHl .flex-lg-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.dEqHl .flex-lg-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.dEqHl .flex-lg-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important;}.dEqHl .flex-lg-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important;}.dEqHl .justify-content-lg-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.dEqHl .justify-content-lg-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.dEqHl .justify-content-lg-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.dEqHl .justify-content-lg-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.dEqHl .justify-content-lg-around{-webkit-box-pack:space-around !important;-webkit-justify-content:space-around !important;-ms-flex-pack:space-around !important;justify-content:space-around !important;}.dEqHl .align-items-lg-start{-webkit-align-items:flex-start !important;-webkit-box-align:flex-start !important;-ms-flex-align:flex-start !important;align-items:flex-start !important;}.dEqHl .align-items-lg-end{-webkit-align-items:flex-end !important;-webkit-box-align:flex-end !important;-ms-flex-align:flex-end !important;align-items:flex-end !important;}.dEqHl .align-items-lg-center{-webkit-align-items:center !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.dEqHl .align-items-lg-baseline{-webkit-align-items:baseline !important;-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.dEqHl .align-items-lg-stretch{-webkit-align-items:stretch !important;-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.dEqHl .align-content-lg-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important;}.dEqHl .align-content-lg-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important;}.dEqHl .align-content-lg-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important;}.dEqHl .align-content-lg-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:space-between !important;align-content:space-between !important;}.dEqHl .align-content-lg-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:space-around !important;align-content:space-around !important;}.dEqHl .align-content-lg-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.dEqHl .align-self-lg-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important;}.dEqHl .align-self-lg-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important;}.dEqHl .align-self-lg-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important;}.dEqHl .align-self-lg-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important;}.dEqHl .align-self-lg-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important;}.dEqHl .align-self-lg-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important;}}/*!sc*/ @media (min-width:1376px){.dEqHl .flex-xl-row{-webkit-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important;}.dEqHl .flex-xl-column{-webkit-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important;}.dEqHl .flex-xl-row-reverse{-webkit-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}.dEqHl .flex-xl-column-reverse{-webkit-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important;}.dEqHl .flex-xl-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.dEqHl .flex-xl-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.dEqHl .flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important;}.dEqHl .flex-xl-fill{-webkit-flex:1 1 auto !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important;}.dEqHl .flex-xl-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important;}.dEqHl .flex-xl-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important;}.dEqHl .flex-xl-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important;}.dEqHl .flex-xl-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important;}.dEqHl .justify-content-xl-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;}.dEqHl .justify-content-xl-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.dEqHl .justify-content-xl-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important;}.dEqHl .justify-content-xl-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.dEqHl .justify-content-xl-around{-webkit-box-pack:space-around !important;-webkit-justify-content:space-around !important;-ms-flex-pack:space-around !important;justify-content:space-around !important;}.dEqHl .align-items-xl-start{-webkit-align-items:flex-start !important;-webkit-box-align:flex-start !important;-ms-flex-align:flex-start !important;align-items:flex-start !important;}.dEqHl .align-items-xl-end{-webkit-align-items:flex-end !important;-webkit-box-align:flex-end !important;-ms-flex-align:flex-end !important;align-items:flex-end !important;}.dEqHl .align-items-xl-center{-webkit-align-items:center !important;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.dEqHl .align-items-xl-baseline{-webkit-align-items:baseline !important;-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important;}.dEqHl .align-items-xl-stretch{-webkit-align-items:stretch !important;-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important;}.dEqHl .align-content-xl-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important;}.dEqHl .align-content-xl-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important;}.dEqHl .align-content-xl-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important;}.dEqHl .align-content-xl-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:space-between !important;align-content:space-between !important;}.dEqHl .align-content-xl-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:space-around !important;align-content:space-around !important;}.dEqHl .align-content-xl-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important;}.dEqHl .align-self-xl-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important;}.dEqHl .align-self-xl-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important;}.dEqHl .align-self-xl-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important;}.dEqHl .align-self-xl-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important;}.dEqHl .align-self-xl-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important;}.dEqHl .align-self-xl-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important;}}/*!sc*/ data-styled.g11[id="sc-57oli2-0"]{content:"dEqHl,"}/*!sc*/ .cVPJov{font-size:11px;color:#58667E;margin-right:16px;white-space:nowrap;}/*!sc*/ .cVPJov a{-webkit-text-decoration:none;text-decoration:none;color:#3861FB;font-weight:500;}/*!sc*/ .cVPJov:last-of-type{margin-right:0;}/*!sc*/ data-styled.g12[id="sc-2bz68i-0"]{content:"cVPJov,"}/*!sc*/ .cEFmtT{font-size:8px;margin-left:4px;vertical-align:middle;}/*!sc*/ data-styled.g13[id="sc-2bz68i-1"]{content:"cEFmtT,"}/*!sc*/ .dVDDfH{background-color:#FFF;border-bottom:1px solid rgba(0,0,0,0.1);font-size:12px;font-weight:500;line-height:16px;position:relative;z-index:930;}/*!sc*/ .dVDDfH .container{padding-left:0;padding-right:0;position:relative;}/*!sc*/ .dVDDfH .cmc-global-stats__fade{background-image:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1) 100%);height:100%;pointer-events:none;position:absolute;right:0;top:0;width:50px;z-index:1;}/*!sc*/ .dVDDfH .cmc-global-stats__content{padding-left:16px;padding-right:16px;padding-top:9px;padding-bottom:9px;position:relative;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;-ms-overflow-style:none;}/*!sc*/ .dVDDfH .cmc-global-stats__content::-webkit-scrollbar{display:none;}/*!sc*/ @media screen and (min-device-width:1400px){.dVDDfH .cmc-global-stats__content::-webkit-scrollbar{height:4px;background-color:transparent;}.dVDDfH .cmc-global-stats__content::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,0.3);border-radius:2px;}}/*!sc*/ .dVDDfH .cmc-global-stats__inner-content:after{display:inline-block;content:\' \';width:30px;}/*!sc*/ data-styled.g16[id="sc-17r84up-0"]{content:"dVDDfH,"}/*!sc*/ .khTbmO > line{stroke:currentColor;stroke-width:2;}/*!sc*/ data-styled.g17[id="sc-1y85qi0-0"]{content:"khTbmO,"}/*!sc*/ .gUYuRD{position:relative;background-image:url(\'https://s2.coinmarketcap.com/static/cloud/img/coinmarketcap_1.svg?_=d3fdc79\');display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;width:239px;height:41px;}/*!sc*/ .gUYuRD::after{content:\'\';display:none;position:absolute;top:-11px;left:-10px;width:30px;height:30px;background-image:url(https://s2.coinmarketcap.com/static/cloud/img/christmasHat.svg?_=d3fdc79);background-position:center;background-repeat:no-repeat;background-size:contain;}/*!sc*/ .gUYuRD.cmc-logo--size-large{width:263px;height:45px;}/*!sc*/ data-styled.g18[id="sc-73pwfm-0"]{content:"gUYuRD,"}/*!sc*/ .dQjfsE{cursor:pointer;height:24px;line-height:24px;margin-left:15px;}/*!sc*/ data-styled.g19[id="sc-1xvlii-0"]{content:"dQjfsE,"}/*!sc*/ .ithMoA{background-color:#FFF;border-bottom:1px solid rgba(0,0,0,0.1);color:#000;font-size:14px;font-weight:500;}/*!sc*/ .ithMoA .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:15px;}/*!sc*/ data-styled.g20[id="sc-1xvlii-1"]{content:"ithMoA,"}/*!sc*/ .ChvJO{height:30px;margin-right:auto;}/*!sc*/ .ChvJO .cmc-logo{width:175px;height:30px;}/*!sc*/ data-styled.g21[id="sc-1xvlii-2"]{content:"ChvJO,"}/*!sc*/ @media (min-width:1200px){.jZoGbx:not(.cmc-header-mobile-only){display:none;}}/*!sc*/ data-styled.g22[id="sc-1tdb8mx-0"]{content:"jZoGbx,"}/*!sc*/ .iJZTmG{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;text-align:right;}/*!sc*/ @media (min-width:768px) and (max-width:992px){.iJZTmG{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;}}/*!sc*/ @media (max-width:768px){.iJZTmG{text-align:left;}}/*!sc*/ data-styled.g25[id="ff5svh-0"]{content:"iJZTmG,"}/*!sc*/ .blkuuM{background:#fff;padding:48px calc((100vw - 1400px) / 2) 38px calc((100vw - 1400px) / 2);font-style:normal;margin:0 auto;}/*!sc*/ .blkuuM ul{padding-left:0;list-style:none;}/*!sc*/ .blkuuM ul li{line-height:35px;position:relative;}/*!sc*/ .blkuuM .cmc-app-store-badge{display:inline-block;height:37px;}/*!sc*/ .blkuuM .footer-meta{padding-top:66px;width:100%;}/*!sc*/ @media (min-width:768px){.blkuuM .footer-meta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/ @media (max-width:768px){.blkuuM .footer-meta{padding-top:50px;}}/*!sc*/ .blkuuM .cmc-logo{height:32px;background-position:left;}/*!sc*/ .blkuuM .tips{height:22px;background:#3861fb;color:#ffffff;line-height:17px;border-radius:40px;font-size:11px;padding:2px 12px;margin-left:5px;}/*!sc*/ @media (min-width:1400px) and (max-width:1500px){.blkuuM{padding:48px 15px 38px 15px;}}/*!sc*/ @media (min-width:1280px) and (max-width:1400px){.blkuuM{padding:48px 25px 38px 25px;}.blkuuM .tips{position:absolute;top:5px;right:0px;}}/*!sc*/ @media (min-width:992px) and (max-width:1280px){.blkuuM{padding:48px 80px 38px 80px;}.blkuuM .tips{position:relative;}}/*!sc*/ @media (min-width:768px) and (max-width:992px){.blkuuM{padding:48px 30px 38px 30px;}}/*!sc*/ @media (max-width:768px){.blkuuM{padding:38px 5px 38px 25px;}}/*!sc*/ data-styled.g26[id="sc-1oj4kco-0"]{content:"blkuuM,"}/*!sc*/ .ciYBLV{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;}/*!sc*/ data-styled.g27[id="sc-1oj4kco-1"]{content:"ciYBLV,"}/*!sc*/ .geDbaW{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;}/*!sc*/ @media (max-width:1280px){.geDbaW{-webkit-flex:1 1 100% !important;-ms-flex:1 1 100% !important;flex:1 1 100% !important;margin-bottom:35px;}}/*!sc*/ data-styled.g28[id="sc-1oj4kco-2"]{content:"geDbaW,"}/*!sc*/ .jYQQwj{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;}/*!sc*/ @media (min-width:992px) and (max-width:1280px){.jYQQwj{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;}}/*!sc*/ @media (max-width:768px){.jYQQwj .footer-row{overflow:hidden;}}/*!sc*/ data-styled.g29[id="sc-1oj4kco-3"]{content:"jYQQwj,"}/*!sc*/ .irssQJ{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;font-weight:500;font-size:14px;line-height:21px;color:#58667E;}/*!sc*/ @media (min-width:768px) and (max-width:992px){.irssQJ{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;}}/*!sc*/ @media (max-width:768px){.irssQJ{margin-bottom:20px;}}/*!sc*/ data-styled.g30[id="sc-1oj4kco-4"]{content:"irssQJ,"}/*!sc*/ .lijEzx{float:left;width:25%;padding-right:10px;box-sizing:border-box;}/*!sc*/ @media (max-width:768px){.lijEzx{width:50%;padding-bottom:35px;}}/*!sc*/ .lijEzx span{display:inline-block;font-weight:600;font-size:16px;line-height:26px;padding-bottom:18px;padding-top:5px;}/*!sc*/ .lijEzx a{font-weight:500;font-size:14px;color:#58667E;}/*!sc*/ data-styled.g32[id="sc-1oj4kco-6"]{content:"lijEzx,"}/*!sc*/ .cbMfyE{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:40px;height:34px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(23,24,27,0.85);color:#fff;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;visibility:visible;position:relative;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}/*!sc*/ .cbMfyE.visible{opacity:1;visibility:visible;}/*!sc*/ .cbMfyE:hover{background:#1070e0;color:#fff;}/*!sc*/ .cbMfyE .cmc-icon{display:inline-block;font-size:14px;}/*!sc*/ data-styled.g33[id="sc-1z13y8y-0"]{content:"cbMfyE,"}/*!sc*/ .bepHND{border-bottom:1px solid #EFF2F5;font-size:12px;font-weight:500;line-height:16px;padding-top:4px;padding-bottom:4px;position:relative;z-index:931;}/*!sc*/ .bepHND .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}/*!sc*/ @media (max-width:1199.98px){.bepHND{font-size:11px;}}/*!sc*/ data-styled.g34[id="sc-5tazol-0"]{content:"bepHND,"}/*!sc*/ .ceHCIq{display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;}/*!sc*/ data-styled.g40[id="sc-1evth2q-0"]{content:"ceHCIq,"}/*!sc*/ .hpzJjv{margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;list-style:none;}/*!sc*/ data-styled.g41[id="sc-1evth2q-1"]{content:"hpzJjv,"}/*!sc*/ .jQqlTm{cursor:pointer;}/*!sc*/ .jQqlTm:hover > div > span{color:#3861FB;}/*!sc*/ data-styled.g42[id="sc-1evth2q-2"]{content:"jQqlTm,"}/*!sc*/ .KBqEP{position:relative;}/*!sc*/ .KBqEP:hover > a > div > span{color:#3861FB;}/*!sc*/ data-styled.g43[id="sc-1evth2q-3"]{content:"KBqEP,"}/*!sc*/ .cSAlRq{padding:20px 14px;}/*!sc*/ .cSAlRq > span{-webkit-transition:0.3s;transition:0.3s;}/*!sc*/ data-styled.g44[id="sc-1evth2q-4"]{content:"cSAlRq,"}/*!sc*/ .hELUpj{position:relative;display:inline;}/*!sc*/ data-styled.g49[id="sc-1wyjcwq-0"]{content:"hELUpj,"}/*!sc*/ .hVwYil{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;padding-left:20px;}/*!sc*/ .hVwYil nav > ul{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}/*!sc*/ .hVwYil li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;}/*!sc*/ data-styled.g52[id="qfadqr-0"]{content:"hVwYil,"}/*!sc*/ .qbrWo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 15px;max-width:1400px;margin:0 auto;}/*!sc*/ .qbrWo .cmc-logo{width:168px;height:28px;}/*!sc*/ .qbrWo button{height:36px;white-space:nowrap;}/*!sc*/ .qbrWo > a > button{margin:0 8px;}/*!sc*/ .qbrWo li button{padding:20px 16px;height:auto;}/*!sc*/ data-styled.g53[id="sc-111rrsy-0"]{content:"qbrWo,"}/*!sc*/ @media (max-width:1199.98px){.iXXPMT{display:none;}}/*!sc*/ data-styled.g54[id="rz1wuv-0"]{content:"iXXPMT,"}/*!sc*/ .hELzFM{height:1px;background-color:#EFF2F5;}/*!sc*/ data-styled.g55[id="rz1wuv-1"]{content:"hELzFM,"}/*!sc*/ .kuGegY{position:relative;}/*!sc*/ data-styled.g56[id="bywovg-0"]{content:"kuGegY,"}/*!sc*/ @media (min-width:1376px){.fUzJes .grid{max-width:unset;}}/*!sc*/ .fUzJes .main-content{min-height:100vh;}/*!sc*/ .fUzJes .grid{padding-left:0;padding-right:0;}/*!sc*/ .fUzJes .cmc-body-wrapper{background:linear-gradient( 180deg,#F8FAFD 0%,rgba(248,250,253,0) 413px );}/*!sc*/ .fUzJes .full-width-layout{padding:0;max-width:100%;}/*!sc*/ data-styled.g57[id="bywovg-1"]{content:"fUzJes,"}/*!sc*/ .iIaJEG{position:fixed;bottom:0;right:0;visibility:hidden;width:100%;z-index:1108;}/*!sc*/ data-styled.g58[id="bywovg-2"]{content:"iIaJEG,"}/*!sc*/ .eCXbyL{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:1px solid #CFD6E4;border-radius:8px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#000000;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;font-weight:600;width:auto;height:32px;font-size:12px;padding:0 16px;line-height:18px;}/*!sc*/ .eCXbyL:hover:not(:disabled){background:#F8FAFD;color:#000000;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .eCXbyL:active{background:#EFF2F5;}/*!sc*/ .eCXbyL:focus{background:#FFFFFF;box-shadow:0 0 0 3px #EFF2F5;color:#000000;}/*!sc*/ .eCXbyL:disabled{background:#EFF2F5;color:#000000;opacity:0.5;cursor:not-allowed;}/*!sc*/ .dDXPcp{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#EFF2F5;border:0;border-radius:8px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#000000;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;font-weight:600;width:100%;height:40px;font-size:14px;padding:0 24px;line-height:24px;}/*!sc*/ .dDXPcp:hover:not(:disabled){background:linear-gradient(0deg,rgba(0,0,0,0.02),rgba(0,0,0,0.02)),#EFF2F5;color:#000000;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .dDXPcp:active{background:#EFF2F5;}/*!sc*/ .dDXPcp:focus{background:#EFF2F5;box-shadow:0 0 0 3px #CFD6E4;color:#000000;}/*!sc*/ .dDXPcp:disabled{background:#EFF2F5;color:#000000;opacity:0.5;cursor:not-allowed;}/*!sc*/ .gvmYIo{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#3861FB;border:0;border-radius:8px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#FFFFFF;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;font-weight:600;width:auto;height:40px;font-size:14px;padding:0 24px;line-height:24px;margin-top:32px;}/*!sc*/ .gvmYIo:hover:not(:disabled){background:linear-gradient(0deg,rgba(0,0,0,0.08),rgba(0,0,0,0.08)),#3861FB;color:#FFFFFF;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .gvmYIo:active{background:#3861FB;}/*!sc*/ .gvmYIo:focus{background:#3861FB;box-shadow:0 0 0 3px rgba(56,97,251,0.32);color:#FFFFFF;}/*!sc*/ .gvmYIo:disabled{background:#EFF2F5;color:#000000;opacity:0.5;cursor:not-allowed;}/*!sc*/ .kzspeM{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#3861FB;border:0;border-radius:8px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#FFFFFF;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;font-weight:600;width:auto;height:40px;font-size:14px;padding:0 24px;line-height:24px;}/*!sc*/ .kzspeM:hover:not(:disabled){background:linear-gradient(0deg,rgba(0,0,0,0.08),rgba(0,0,0,0.08)),#3861FB;color:#FFFFFF;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .kzspeM:active{background:#3861FB;}/*!sc*/ .kzspeM:focus{background:#3861FB;box-shadow:0 0 0 3px rgba(56,97,251,0.32);color:#FFFFFF;}/*!sc*/ .kzspeM:disabled{background:#EFF2F5;color:#000000;opacity:0.5;cursor:not-allowed;}/*!sc*/ .DChGS{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#EFF2F5;border:0;border-radius:8px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#000000;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;font-weight:600;width:auto;height:40px;font-size:14px;padding:0 24px;line-height:24px;}/*!sc*/ .DChGS:hover:not(:disabled){background:linear-gradient(0deg,rgba(0,0,0,0.02),rgba(0,0,0,0.02)),#EFF2F5;color:#000000;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .DChGS:active{background:#EFF2F5;}/*!sc*/ .DChGS:focus{background:#EFF2F5;box-shadow:0 0 0 3px #CFD6E4;color:#000000;}/*!sc*/ .DChGS:disabled{background:#EFF2F5;color:#000000;opacity:0.5;cursor:not-allowed;}/*!sc*/ .cEEOTh{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#3861FB;border:0;border-radius:8px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:#FFFFFF;cursor:pointer;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:0;font-weight:600;width:auto;height:32px;font-size:12px;padding:0 16px;line-height:18px;}/*!sc*/ .cEEOTh:hover:not(:disabled){background:linear-gradient(0deg,rgba(0,0,0,0.08),rgba(0,0,0,0.08)),#3861FB;color:#FFFFFF;-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .cEEOTh:active{background:#3861FB;}/*!sc*/ .cEEOTh:focus{background:#3861FB;box-shadow:0 0 0 3px rgba(56,97,251,0.32);color:#FFFFFF;}/*!sc*/ .cEEOTh:disabled{background:#EFF2F5;color:#000000;opacity:0.5;cursor:not-allowed;}/*!sc*/ data-styled.g61[id="x0o17e-0"]{content:"eCXbyL,dDXPcp,gvmYIo,kzspeM,DChGS,cEEOTh,"}/*!sc*/ .bHCvsh{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:0;margin-right:8px;}/*!sc*/ data-styled.g62[id="x0o17e-1"]{content:"bHCvsh,"}/*!sc*/ .jCInrl{margin:0;font-weight:700;font-size:18px;line-height:28px;color:#171924;}/*!sc*/ @media screen and (min-width:768px){.jCInrl{font-size:24px;line-height:34px;}}/*!sc*/ .jBqXqt{margin:0;font-weight:700;font-size:16px;line-height:26px;margin-left:auto;padding-left:24px;margin-right:auto;color:#171924;}/*!sc*/ @media screen and (min-width:768px){.jBqXqt{margin-left:0;}}/*!sc*/ .fyQGwp{margin:0;font-weight:700;font-size:18px;line-height:28px;color:#171924;}/*!sc*/ .bjfmoe{margin:0;font-weight:700;font-size:18px;line-height:28px;margin-bottom:24px;color:#171924;}/*!sc*/ @media screen and (min-width:768px){.bjfmoe{font-size:24px;line-height:34px;}}/*!sc*/ data-styled.g63[id="sc-1q9q90x-0"]{content:"jCInrl,jBqXqt,fyQGwp,bjfmoe,"}/*!sc*/ .kzTgpF{position:fixed;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;background-color:#000c21a1;z-index:999999;}/*!sc*/ data-styled.g64[id="sc-90sd2b-0"]{content:"kzTgpF,"}/*!sc*/ .dWBXwc{background-color:var(--bg-color);position:fixed;width:100%;height:100%;top:0;left:0;}/*!sc*/ @media (min-width:768px){.dWBXwc{border-radius:32px;position:unset;width:auto;height:auto;min-width:30vw;max-width:80vw;}}/*!sc*/ data-styled.g65[id="sc-90sd2b-1"]{content:"dWBXwc,"}/*!sc*/ .kZmzHf{border-bottom:1px solid var(--border-color);padding:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (min-width:768px){.kZmzHf{border-bottom:none;padding:24px 32px;}}/*!sc*/ data-styled.g66[id="sc-90sd2b-2"]{content:"kZmzHf,"}/*!sc*/ .evVqNC{color:var(--color-light-neutral-4);cursor:pointer;}/*!sc*/ data-styled.g67[id="sc-90sd2b-3"]{content:"evVqNC,"}/*!sc*/ .guFTCp{padding-bottom:16px;background:linear-gradient(180deg,var(--color-light-neutral-1) 0%,var(--color-gradient-end) 100px);}/*!sc*/ @media (min-width:768px){.guFTCp{background:none;padding-bottom:24px;}}/*!sc*/ data-styled.g68[id="sc-90sd2b-4"]{content:"guFTCp,"}/*!sc*/ .eZOAZi{margin-left:3px;vertical-align:middle;line-height:0;}/*!sc*/ .eZOAZi span[class^=\'icon\']:before{vertical-align:middle;margin-bottom:4px;}/*!sc*/ @media (max-width:991px){.eZOAZi{display:inline-block;}}/*!sc*/ .fwGCZJ{vertical-align:middle;line-height:0;}/*!sc*/ .fwGCZJ span[class^=\'icon\']:before{vertical-align:middle;margin-bottom:4px;}/*!sc*/ @media (max-width:991px){.fwGCZJ{display:inline-block;}}/*!sc*/ data-styled.g71[id="sbsk6s-2"]{content:"eZOAZi,fwGCZJ,"}/*!sc*/ .fnmeDB .platformDropdownItem{cursor:pointer;}/*!sc*/ @media (max-width:768px){.fnmeDB .platformDropdownItem{border-bottom:1px solid var(--color-light-neutral-2);border-radius:0px !important;}}/*!sc*/ .fnmeDB .platformDropdownItem img:nth-child(1){margin-right:10px;}/*!sc*/ .fnmeDB .platformDropdownItem svg{margin-left:5px;}/*!sc*/ .fnmeDB .dropdownItem{color:var(--color-primary-black);border-radius:8px;display:block;margin-bottom:4px;font-size:12px;font-weight:600;line-height:18px;padding:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .fnmeDB .dropdownItem:first-of-type{margin-top:4px;}/*!sc*/ .fnmeDB .dropdownItem:hover{background-color:var(--color-light-neutral-1);color:var(--color-primary-black);}/*!sc*/ .fnmeDB .modalLink{border-top:1px solid var(--border-color);color:var(--color-primary-black);display:block;margin-bottom:4px;font-size:12px;font-weight:600;line-height:18px;padding:8px 16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .fnmeDB .modalLink:hover{background-color:var(--color-light-neutral-1);color:var(--color-primary-black);}/*!sc*/ .fnmeDB .modalLink:last-of-type{border-bottom:1px solid var(--border-color);}/*!sc*/ .fnmeDB .modalHeading{color:var(--color-light-neutral-6);font-size:12px;font-weight:500;line-height:18px;margin:0 0 8px;}/*!sc*/ .fnmeDB .modalTriggerMobile{color:var(--color-light-neutral-4);cursor:pointer;}/*!sc*/ data-styled.g74[id="sc-10up5z1-0"]{content:"fnmeDB,"}/*!sc*/ .eUVvdh{box-sizing:border-box;margin:0;margin-top:16px;padding-bottom:8px;padding:14px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .eUVvdh a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){.eUVvdh{margin-top:0;}}/*!sc*/ .eUVvdh.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .eUVvdh.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ @media (max-width:768px){.eUVvdh.contractsRow{border-bottom:1px solid var(--color-light-neutral-2);}}/*!sc*/ .eUVvdh:first-of-type{border-bottom:1px solid var(--color-light-neutral-2);}/*!sc*/ @media (min-width:768px){.eUVvdh{padding:0;display:block;}.eUVvdh:first-of-type{border-bottom:none;}}/*!sc*/ .eUVvdh .heading{color:var(--color-primary-black);font-size:14px;font-weight:500;line-height:21px;display:inline-block;}/*!sc*/ @media (min-width:768px){.eUVvdh .heading{color:var(--color-light-neutral-6);font-size:11px;line-height:18px;margin-bottom:4px;}.eUVvdh .heading:after{content:\':\';}}/*!sc*/ .eUVvdh .headingAudit{color:var(--color-primary-black);font-size:14px;font-weight:500;line-height:21px;display:inline-block;}/*!sc*/ .eUVvdh .headingAudit > div{display:inline-block;position:relative;top:-1px;}/*!sc*/ @media (min-width:768px){.eUVvdh .headingAudit{color:var(--color-light-neutral-6);font-size:11px;line-height:18px;margin-bottom:4px;}.eUVvdh .headingAudit span:after{content:\':\';}}/*!sc*/ .eUVvdh .hideOnDesktop{display:initial;}/*!sc*/ @media (min-width:768px){.eUVvdh .hideOnDesktop{display:none;}}/*!sc*/ .eUVvdh .tagBadge{background-color:var(--color-light-neutral-2);color:var(--color-light-neutral-6);border-left:3px solid var(--bg-color);border-radius:40px;padding:2px 8px;font-size:11px;font-weight:600;line-height:18px;margin-left:-4px;margin-bottom:4px;}/*!sc*/ @media (min-width:768px){.eUVvdh .tagBadge{border-left:none;margin-left:0;margin-right:4px;}}/*!sc*/ .eUVvdh .viewAll{display:none;color:var(--color-primary-blue);cursor:pointer;font-size:11px;font-weight:500;line-height:18px;background-color:var(--theme-light-blue-color);}/*!sc*/ @media (min-width:768px){.eUVvdh .viewAll{display:initial;}}/*!sc*/ .eUVvdh .mobileContent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (min-width:768px){.eUVvdh .mobileContent{display:none;}}/*!sc*/ .eUVvdh .content{display:none;}/*!sc*/ @media (min-width:768px){.eUVvdh .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}/*!sc*/ .eUVvdh .link-button,.eUVvdh .link-button:focus{background-color:var(--color-light-neutral-2);color:var(--color-primary-black);border:none;outline:none;border-radius:8px;padding:5px 8px;margin:0 4px 4px 0;font-size:11px;font-weight:600;line-height:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .eUVvdh .link-button:hover,.eUVvdh .link-button:focus:hover{background-color:var(--color-light-neutral-5);cursor:pointer;color:#fff;}/*!sc*/ .eUVvdh .link-button:hover svg,.eUVvdh .link-button:focus:hover svg{color:#fff !important;}/*!sc*/ .eUVvdh .buttonName{margin:0 6px;}/*!sc*/ .eUVvdh .links-text{color:var(--color-light-neutral-6);font-size:12px;font-weight:500;line-height:18px;}/*!sc*/ .gGKCJe{box-sizing:border-box;margin:0;padding:14px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .gGKCJe a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .gGKCJe.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .gGKCJe.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ @media (max-width:768px){.gGKCJe.contractsRow{border-bottom:1px solid var(--color-light-neutral-2);}}/*!sc*/ .gGKCJe:first-of-type{border-bottom:1px solid var(--color-light-neutral-2);}/*!sc*/ @media (min-width:768px){.gGKCJe{padding:0;display:block;}.gGKCJe:first-of-type{border-bottom:none;}}/*!sc*/ .gGKCJe .heading{color:var(--color-primary-black);font-size:14px;font-weight:500;line-height:21px;display:inline-block;}/*!sc*/ @media (min-width:768px){.gGKCJe .heading{color:var(--color-light-neutral-6);font-size:11px;line-height:18px;margin-bottom:4px;}.gGKCJe .heading:after{content:\':\';}}/*!sc*/ .gGKCJe .headingAudit{color:var(--color-primary-black);font-size:14px;font-weight:500;line-height:21px;display:inline-block;}/*!sc*/ .gGKCJe .headingAudit > div{display:inline-block;position:relative;top:-1px;}/*!sc*/ @media (min-width:768px){.gGKCJe .headingAudit{color:var(--color-light-neutral-6);font-size:11px;line-height:18px;margin-bottom:4px;}.gGKCJe .headingAudit span:after{content:\':\';}}/*!sc*/ .gGKCJe .hideOnDesktop{display:initial;}/*!sc*/ @media (min-width:768px){.gGKCJe .hideOnDesktop{display:none;}}/*!sc*/ .gGKCJe .tagBadge{background-color:var(--color-light-neutral-2);color:var(--color-light-neutral-6);border-left:3px solid var(--bg-color);border-radius:40px;padding:2px 8px;font-size:11px;font-weight:600;line-height:18px;margin-left:-4px;margin-bottom:4px;}/*!sc*/ @media (min-width:768px){.gGKCJe .tagBadge{border-left:none;margin-left:0;margin-right:4px;}}/*!sc*/ .gGKCJe .viewAll{display:none;color:var(--color-primary-blue);cursor:pointer;font-size:11px;font-weight:500;line-height:18px;background-color:var(--theme-light-blue-color);}/*!sc*/ @media (min-width:768px){.gGKCJe .viewAll{display:initial;}}/*!sc*/ .gGKCJe .mobileContent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (min-width:768px){.gGKCJe .mobileContent{display:none;}}/*!sc*/ .gGKCJe .content{display:none;}/*!sc*/ @media (min-width:768px){.gGKCJe .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}/*!sc*/ .gGKCJe .link-button,.gGKCJe .link-button:focus{background-color:var(--color-light-neutral-2);color:var(--color-primary-black);border:none;outline:none;border-radius:8px;padding:5px 8px;margin:0 4px 4px 0;font-size:11px;font-weight:600;line-height:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .gGKCJe .link-button:hover,.gGKCJe .link-button:focus:hover{background-color:var(--color-light-neutral-5);cursor:pointer;color:#fff;}/*!sc*/ .gGKCJe .link-button:hover svg,.gGKCJe .link-button:focus:hover svg{color:#fff !important;}/*!sc*/ .gGKCJe .buttonName{margin:0 6px;}/*!sc*/ .gGKCJe .links-text{color:var(--color-light-neutral-6);font-size:12px;font-weight:500;line-height:18px;}/*!sc*/ data-styled.g75[id="sc-10up5z1-1"]{content:"eUVvdh,gGKCJe,"}/*!sc*/ .iEatlr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}/*!sc*/ @media (min-width:768px){.iEatlr{width:433px;}}/*!sc*/ .iEatlr .tagBadge{background-color:var(--color-light-neutral-2);color:var(--color-light-neutral-6);border-left:3px solid var(--bg-color);border-radius:40px;padding:2px 8px;font-size:11px;font-weight:600;line-height:18px;margin-left:-4px;margin-bottom:4px;}/*!sc*/ @media (min-width:768px){.iEatlr .tagBadge{border-left:none;margin-left:0;margin-right:4px;}}/*!sc*/ data-styled.g76[id="sc-10up5z1-2"]{content:"iEatlr,"}/*!sc*/ .iTgjYQ{box-sizing:border-box;margin:0;cursor:pointer !important;color:var(--color-light-neutral-5);height:16px;}/*!sc*/ .iTgjYQ a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .iTgjYQ.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .iTgjYQ.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .iTgjYQ button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;}/*!sc*/ .iTgjYQ img{margin-left:5px;margin-right:0px !important;}/*!sc*/ .jertNB{box-sizing:border-box;margin:0;margin-left:4px;cursor:pointer !important;color:var(--color-light-neutral-5);height:16px;}/*!sc*/ .jertNB a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .jertNB.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .jertNB.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .jertNB button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;}/*!sc*/ .jertNB img{margin-left:5px;margin-right:0px !important;}/*!sc*/ data-styled.g77[id="sc-10up5z1-3"]{content:"iTgjYQ,jertNB,"}/*!sc*/ .iMeCGL{box-sizing:border-box;margin:0;width:120px;}/*!sc*/ .iMeCGL a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .iMeCGL.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .iMeCGL.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ @media (max-width:768px){.iMeCGL{width:calc(100% - 50px);}}/*!sc*/ .iMeCGL span{display:block;}/*!sc*/ .iMeCGL span:first-child{color:#58667e;font-size:11px;}/*!sc*/ data-styled.g78[id="sc-10up5z1-4"]{content:"iMeCGL,"}/*!sc*/ .jlEjUY{color:var(--color-primary-black);border:none;outline:none;border-radius:8px;padding:5px 8px;margin:0 4px 4px 0;font-size:11px;font-weight:600;line-height:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (min-width:768px){.jlEjUY{background-color:var(--color-light-neutral-2);}}/*!sc*/ @media (max-width:768px){.jlEjUY{margin-bottom:0px;}.jlEjUY > img{display:none;}}/*!sc*/ .jlEjUY .mainChainTitle{color:var(--color-light-neutral-6);padding:0px 3px;}/*!sc*/ .jlEjUY .mainChainTitle::after{content:\':\';}/*!sc*/ .jlEjUY .mainChainAddress{color:var(--color-primary-black);}/*!sc*/ data-styled.g79[id="sc-10up5z1-5"]{content:"jlEjUY,"}/*!sc*/ .ciPYrI{box-sizing:border-box;margin:0;display:none;}/*!sc*/ .ciPYrI a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .ciPYrI.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .ciPYrI.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .ciPYrI ul{border-top:1px solid var(--color-light-neutral-2);}/*!sc*/ .ciPYrI ul li{padding-left:16px;height:40px;line-height:40px;border-bottom:1px solid var(--color-light-neutral-2);}/*!sc*/ data-styled.g80[id="sc-10up5z1-6"]{content:"ciPYrI,"}/*!sc*/ .bmWPdS{font-weight:bold;min-width:183px;height:36px;line-height:36px;text-align:left;padding-left:6px;border-radius:8px;}/*!sc*/ .bmWPdS:hover{background-color:var(--color-light-neutral-1);color:var(--color-primary-black);}/*!sc*/ .bmWPdS div{display:inline-block;}/*!sc*/ .bmWPdS svg{position:relative;top:3px;margin-left:7px;font-weight:bold;cursor:pointer;}/*!sc*/ data-styled.g81[id="sc-10up5z1-7"]{content:"bmWPdS,"}/*!sc*/ .kAJIvK{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--theme-color);border:none;border-radius:8px;color:#fff;padding:5px 8px;margin:0 4px 4px 0;font-size:12px;font-weight:600;line-height:22px;cursor:pointer;outline:none;}/*!sc*/ .kAJIvK:last-of-type{margin-right:0;}/*!sc*/ .kAJIvK:active,.kAJIvK:focus,.kAJIvK:hover{background:linear-gradient(0deg,rgba(0,0,0,0.08),rgba(0,0,0,0.08)),var(--color-primary-blue);}/*!sc*/ data-styled.g84[id="sc-800v4w-0"]{content:"kAJIvK,"}/*!sc*/ .esfkbd{box-sizing:border-box;margin:0;color:var(--color-light-neutral-5);font-size:11px;font-weight:600;line-height:18px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px;}/*!sc*/ .esfkbd a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .esfkbd.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .esfkbd.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ @media (min-width:768px) and (max-width:1376px){.esfkbd .sponsoredMark{margin-bottom:8px;}}/*!sc*/ @media (max-width:767px){.esfkbd .sponsoredMark{display:none;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}}/*!sc*/ data-styled.g85[id="sc-800v4w-1"]{content:"esfkbd,"}/*!sc*/ .fSVA-Dj{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding-top:16px;padding-bottom:16px;}/*!sc*/ @media (min-width:768px){.fSVA-Dj{border-top:none;border-bottom:none;}}/*!sc*/ @media (min-width:768px) and (max-width:1376px){.fSVA-Dj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}/*!sc*/ data-styled.g89[id="sc-800v4w-5"]{content:"fSVA-Dj,"}/*!sc*/ .goXFFk{box-sizing:border-box;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:6px !important;}/*!sc*/ .goXFFk a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){.goXFFk{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}}/*!sc*/ .goXFFk.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .goXFFk.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ @media (max-width:768px){.goXFFk{margin-bottom:-4px !important;}}/*!sc*/ data-styled.g90[id="sc-800v4w-6"]{content:"goXFFk,"}/*!sc*/ .eApVPN{display:inline;}/*!sc*/ .eApVPN ul{list-style-type:disc;padding-left:40px;margin-bottom:12px;}/*!sc*/ .eApVPN ul li{line-height:1.5;}/*!sc*/ data-styled.g91[id="sc-2qtjgt-0"]{content:"eApVPN,"}/*!sc*/ .bJYfV{width:148px;height:6px;display:inline-block;position:relative;background:var(--control-dropdown-background-color);border-radius:4px;line-height:5;}/*!sc*/ .bJYfV > span:first-child{display:inherit;background-color:var(--theme-light-color);height:100%;position:absolute;left:0;top:0;border-radius:inherit;color:var(--theme-light-color);border-top-right-radius:0;border-bottom-right-radius:0;-webkit-transition:width 3s ease-in-out;transition:width 3s ease-in-out;}/*!sc*/ .bJYfV > span:nth-child(2){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/ @media (max-width:600px){.bJYfV{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:initial;}}/*!sc*/ data-styled.g93[id="sc-1s4r656-0"]{content:"bJYfV,"}/*!sc*/ .hMoBok{position:absolute;top:-1px;right:-8px;width:16px;color:var(--theme-light-color);}/*!sc*/ data-styled.g94[id="sc-1s4r656-1"]{content:"hMoBok,"}/*!sc*/ .chbrcp span[class^=\'icon\']{margin-right:4px;}/*!sc*/ data-styled.g95[id="u2x6b4-0"]{content:"chbrcp,"}/*!sc*/ .feeyND{white-space:nowrap;border-radius:8px;padding:3px 10px;background-color:var(--down-color);color:#fff;}/*!sc*/ .feeyND span[class^=\'icon\']{margin-right:1px;margin-left:1px;}/*!sc*/ .hzgCfk{white-space:nowrap;border-radius:8px;padding:0;color:var(--down-color);}/*!sc*/ .hzgCfk span[class^=\'icon\']{margin-right:1px;margin-left:1px;}/*!sc*/ .kAXKAX{white-space:nowrap;border-radius:8px;padding:0;color:var(--up-color);}/*!sc*/ .kAXKAX span[class^=\'icon\']{margin-right:1px;margin-left:1px;}/*!sc*/ data-styled.g99[id="sc-15yy2pl-0"]{content:"feeyND,hzgCfk,kAXKAX,"}/*!sc*/ .kqzSsi{font-size:14px;color:var(--color-light-neutral-5);}/*!sc*/ data-styled.g100[id="esfl2f-0"]{content:"kqzSsi,"}/*!sc*/ .ccOrkS{border-radius:8px;padding:0;width:32px;}/*!sc*/ data-styled.g101[id="sc-7pvt85-0"]{content:"ccOrkS,"}/*!sc*/ .ceRDaK{width:16px;height:16px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;}/*!sc*/ .ceRDaK > *{width:12px;height:12px;padding:2px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;background:#000;background:linear-gradient(0deg,#EBEFF2 50%,#000000aa 100%);-webkit-animation:dDtqwY 1s linear 0s infinite;animation:dDtqwY 1s linear 0s infinite;}/*!sc*/ .ceRDaK > * > *{width:100%;height:100%;background-color:#EBEFF2;border-radius:50%;}/*!sc*/ data-styled.g102[id="sc-114s7xe-0"]{content:"ceRDaK,"}/*!sc*/ .iuAjRY span{font-size:16px;line-height:100%;}/*!sc*/ .iuAjRY span::before{vertical-align:baseline;margin-bottom:2px;}/*!sc*/ data-styled.g106[id="sc-80eeb0-1"]{content:"iuAjRY,"}/*!sc*/ .jskEGI .priceHeading{margin-bottom:4px;text-align:right;}/*!sc*/ .jskEGI .priceSection{margin-top:14px;}/*!sc*/ .jskEGI .priceTitle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .jskEGI .structuredDataIco{color:var(--color-light-neutral-6);}/*!sc*/ .jskEGI .icoTitle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (max-width:1376px) and (min-width:768px){.jskEGI .icoTitle{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}}/*!sc*/ .jskEGI .iconDescTitle{font-size:16px;font-weight:700;}/*!sc*/ .jskEGI .icoStatus{color:#fff;font-size:12px;font-weight:600;padding:2px 12px;border-radius:40px;}/*!sc*/ .jskEGI .icoStatusOngoing{background:var(--up-color);}/*!sc*/ .jskEGI .icoStatusUpcoming{background:var(--color-primary-blue);}/*!sc*/ .jskEGI .icoStatusEnded{background:var(--color-neutral-5);}/*!sc*/ .jskEGI .icoDesc{color:var(--color-light-neutral-6);font-size:14px;padding-bottom:10px;}/*!sc*/ @media (max-width:1376px) and (min-width:768px){.jskEGI .icoDesc{text-align:right;}}/*!sc*/ .jskEGI .alternatePrices{margin-top:6px;margin-bottom:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}/*!sc*/ .jskEGI .alternatePrices p{margin:0;margin-top:4px;line-height:1;}/*!sc*/ .jskEGI .alternatePrices p > span{margin-left:12px;}/*!sc*/ .jskEGI div.sliderSection{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .jskEGI .slider{width:100%;max-width:170px;}/*!sc*/ @media (max-width:767px){.jskEGI .nameSection{margin-bottom:24px;}.jskEGI .linksSection{margin-top:12px !important;}.jskEGI .priceSection{margin-top:24px !important;}.jskEGI div.sliderSection{margin:16px 0 20px 0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.jskEGI .slider{width:100%;max-width:none;-webkit-order:4;-ms-flex-order:4;order:4;}.jskEGI .nowrap{margin-left:0px !important;}.jskEGI .displayMobile{margin-bottom:24px;}.jskEGI .priceHeading{margin-bottom:4px;text-align:left;}.jskEGI .priceTitle{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}.jskEGI .alternatePrices{display:none;}.jskEGI .nameHeader{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}.jskEGI .nameHeader .h1{display:none !important;}}/*!sc*/ @media (min-width:768px){.jskEGI .top-summary-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.jskEGI .nameSection,.jskEGI .linksSection{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;}.jskEGI .nameHeader{margin-top:32px;}.jskEGI .priceSection{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;}.jskEGI div.sliderSection{margin:14px 0 8px 0;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}.jskEGI .buyAdButtonSection{-webkit-order:4;-ms-flex-order:4;order:4;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;}.jskEGI .statsSection{-webkit-order:5;-ms-flex-order:5;order:5;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;}.jskEGI .icoDescriptionSection{-webkit-order:5;-ms-flex-order:5;order:5;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;}.jskEGI .linksSection{-webkit-order:3;-ms-flex-order:3;order:3;}}/*!sc*/ @media (min-width:1376px){.jskEGI .nameSection,.jskEGI .linksSection{-webkit-flex:0 0 36%;-ms-flex:0 0 36%;flex:0 0 36%;}.jskEGI .nameHeader{margin-top:32px;}.jskEGI .priceSection{margin-top:14px;-webkit-flex:0 0 34%;-ms-flex:0 0 34%;flex:0 0 34%;}.jskEGI div.sliderSection{margin:14px 0 20px 0;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}.jskEGI .priceHeading{text-align:left;}.jskEGI .priceTitle{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}.jskEGI .alternatePrices{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}.jskEGI .buyAdButtonSection{-webkit-order:3;-ms-flex-order:3;order:3;-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;}.jskEGI .statsSection{-webkit-order:5;-ms-flex-order:5;order:5;-webkit-flex:0 0 64%;-ms-flex:0 0 64%;flex:0 0 64%;}.jskEGI .icoDescriptionSection{-webkit-order:5;-ms-flex-order:5;order:5;-webkit-flex:0 0 64%;-ms-flex:0 0 64%;flex:0 0 64%;padding-bottom:15px;padding-top:20px;}.jskEGI .linksSection{-webkit-order:4;-ms-flex-order:4;order:4;}}/*!sc*/ @media (min-width:1376px) and (max-width:1460px){.jskEGI .priceSection{-webkit-flex:0 0 37%;-ms-flex:0 0 37%;flex:0 0 37%;}.jskEGI .buyAdButtonSection{-webkit-flex:0 0 27%;-ms-flex:0 0 27%;flex:0 0 27%;}}/*!sc*/ .jskEGI .nameHeader{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;word-break:break-word;}/*!sc*/ .jskEGI .nameHeader small{word-break:initial;}/*!sc*/ .jskEGI .nameHeader .h1{font-size:32px;line-height:42px;margin-right:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;}/*!sc*/ .jskEGI .nameHeader img{margin-right:12px;}/*!sc*/ @media (min-width:768px){.jskEGI .nameHeader{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}}/*!sc*/ .jskEGI .nameSymbol{background-color:var(--color-light-neutral-2);color:var(--color-light-neutral-6);border-radius:4px;padding:2px 6px;font-size:12px;font-weight:600;line-height:18px;margin-left:12px;margin-right:6px;}/*!sc*/ .jskEGI .star{font-size:16px;line-height:0.8;}/*!sc*/ .jskEGI .namePill,.jskEGI .namePillBase{background-color:var(--color-light-neutral-2);color:var(--color-light-neutral-6);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500;line-height:18px;white-space:nowrap;}/*!sc*/ .jskEGI .namePillBase{cursor:pointer;}/*!sc*/ .jskEGI .namePill{margin-right:8px;}/*!sc*/ .jskEGI .namePillPrimary{background-color:var(--color-light-neutral-5);color:#fff;}/*!sc*/ .jskEGI .priceHeading{color:var(--text-color-sub);font-size:12px;font-weight:500;line-height:18px;}/*!sc*/ .jskEGI .priceHeading small{color:var(--color-light-neutral-5);font-weight:inherit;font-size:inherit;}/*!sc*/ .jskEGI .icoHeading{color:var(--text-color-sub);font-size:12px;font-weight:500;line-height:18px;}/*!sc*/ .jskEGI .icoHeading small{color:var(--color-light-neutral-5);font-weight:inherit;font-size:inherit;}/*!sc*/ @media (max-width:1376px) and (min-width:768px){.jskEGI .icoHeading{text-align:right;}}/*!sc*/ .jskEGI .displayMobile{margin-left:3px;font-size:inherit;}/*!sc*/ @media (min-width:768px){.jskEGI .displayMobile{display:none;}}/*!sc*/ .jskEGI .color5{color:var(--color-light-neutral-5);}/*!sc*/ .jskEGI .priceValue{white-space:nowrap;}/*!sc*/ .jskEGI .priceValue,.jskEGI .icoTitleText{font-size:32px;font-weight:700;line-height:42px;margin-right:16px;}/*!sc*/ .jskEGI .priceValue.smallerPrice,.jskEGI .icoTitleText.smallerPrice{font-size:30px;}/*!sc*/ @media (max-width:768px){.jskEGI .priceValue.smallerPrice,.jskEGI .icoTitleText.smallerPrice{font-size:6vw;}}/*!sc*/ .jskEGI .priceUp{background-color:#16c784;}/*!sc*/ .jskEGI .priceDown{background-color:#ea3943;}/*!sc*/ .jskEGI .priceChange{color:#fff;border-radius:8px;padding:5.5px 8px;font-size:14px;font-weight:600;line-height:21px;vertical-align:text-bottom;}/*!sc*/ .jskEGI .priceChange > span{color:#fff;}/*!sc*/ .jskEGI .show{display:block;}/*!sc*/ .jskEGI .hide{display:none;}/*!sc*/ .jskEGI .statsContainer{border-top:1px solid var(--color-light-neutral-2);padding-top:24px;padding-bottom:4px;}/*!sc*/ @media (max-width:768px){.jskEGI .statsContainer{padding-top:12px;padding-bottom:12px;}}/*!sc*/ @media (min-width:768px){.jskEGI .statsContainer{display:grid;grid-template-columns:repeat(12,1fr);}}/*!sc*/ @media (max-width:1376px){.jskEGI .statsContainer{margin-top:24px;}}/*!sc*/ .jskEGI .statsBlock{grid-column:span 3;border-bottom:1px solid var(--color-light-neutral-2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/ .jskEGI .statsBlock .statsBlockInner .statsLabel{height:23px;}/*!sc*/ .jskEGI .statsBlock .statsBlockInner:nth-child(2){margin-top:28px;}/*!sc*/ @media (min-width:768px) and (max-width:1199.98px){.jskEGI .statsBlock{display:block;padding:16px 0;}.jskEGI .statsBlock .statsBlockInner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}.jskEGI .statsBlock .statsLabel{margin-bottom:0;}}/*!sc*/ @media (max-width:767px){.jskEGI .statsBlock{display:block;padding:16px 0;}.jskEGI .statsBlock .statsBlockInner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;line-height:1;}.jskEGI .statsBlock .statsLabel{margin-bottom:0;}}/*!sc*/ @media (min-width:768px){.jskEGI .statsBlock{grid-column:span 4;border-bottom:none;border-right:1px solid var(--color-light-neutral-2);padding-left:24px;padding-top:8px;}.jskEGI .statsBlock:first-of-type{padding-left:0;}}/*!sc*/ @media (max-width:1000px){.jskEGI .statsBlock:nth-last-child(2){border-right:none;}}/*!sc*/ @media (min-width:1000px) and (max-width:1376px){.jskEGI .statsBlock{grid-column:span 3;padding-top:12px;}}/*!sc*/ @media (min-width:1376px){.jskEGI .statsBlock{grid-column:span 3;min-width:200px;}.jskEGI .statsBlock:nth-last-child(2){border-right:1px solid var(--color-light-neutral-2);}}/*!sc*/ .jskEGI .statsItemRight{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (min-width:768px){.jskEGI .statsItemRight{display:block;}}/*!sc*/ .jskEGI .statsLabel{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-light-neutral-6);font-size:12px;font-weight:500;line-height:18px;}/*!sc*/ .jskEGI .text1{color:var(--color-light-neutral-6);font-size:12px;font-weight:500;line-height:18px;margin:0;}/*!sc*/ .jskEGI .statsValue{color:var(--color-primary-black);font-size:12px;font-weight:600;line-height:18px;margin-right:8px;margin-bottom:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ @media (max-width:767px){.jskEGI .statsValue{margin-bottom:0;font-size:16px;line-height:26px;margin:4px;}}/*!sc*/ @media (min-width:768px) and (max-width:1199.98px){.jskEGI .statsValue{font-size:16px;line-height:26px;margin:4px 0px 8px 0px;}}/*!sc*/ data-styled.g108[id="n78udj-0"]{content:"jskEGI,"}/*!sc*/ .emihhf{width:100%;height:64px;padding:0 calc((100vw - 1400px) / 2);background-color:var(--bg-color);position:fixed;top:0;left:0;z-index:1000;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;}/*!sc*/ .emihhf > span:nth-child(1){margin-left:15px;color:var(--color-light-neutral-5);font-weight:500;max-width:40vw;overflow:hidden;text-overflow:ellipsis;}/*!sc*/ .emihhf > span:nth-child(1) > b{color:var(--text-color);}/*!sc*/ .emihhf > span:nth-child(2){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:15px;}/*!sc*/ .emihhf .price{font-size:16px;font-weight:700;margin-right:32px;}/*!sc*/ .emihhf .price > span{font-size:12px;color:var(--color-light-neutral-6);}/*!sc*/ .emihhf button{margin-left:8px;}/*!sc*/ .emihhf.popped{-webkit-transform:none;-ms-transform:none;transform:none;box-shadow:0px 4px 24px rgba(88,102,126,0.08),0px 1px 2px rgba(88,102,126,0.12);}/*!sc*/ .emihhf img{vertical-align:bottom;}/*!sc*/ @media (max-width:768px){.emihhf{height:56px;}.emihhf button{display:none;}.emihhf .price{margin-right:0;}.emihhf .price > span:first-child{display:none;}}/*!sc*/ data-styled.g111[id="n78udj-3"]{content:"emihhf,"}/*!sc*/ .geXYfI{color:var(--color-light-neutral-6);font-size:12px;font-weight:400;line-height:18px;}/*!sc*/ data-styled.g112[id="n78udj-4"]{content:"geXYfI,"}/*!sc*/ .dBJPYV{color:var(--color-primary-black);font-size:12px;font-weight:600;line-height:22px;}/*!sc*/ data-styled.g113[id="n78udj-5"]{content:"dBJPYV,"}/*!sc*/ .dCjIMS{grid-column:span 3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%;}/*!sc*/ @media (max-width:768px){.dCjIMS{padding:20px 0 16px 0;}.dCjIMS .statsLabel{margin-bottom:0;}}/*!sc*/ @media (min-width:768px){.dCjIMS{grid-column:span 12;display:block;padding-left:0;margin-top:12px;margin-bottom:8px;}}/*!sc*/ @media (min-width:1000px){.dCjIMS{grid-column:span 3;padding-left:24px;}}/*!sc*/ .dCjIMS .supplyBlockPercentage{color:var(--color-light-neutral-6);font-size:12px;font-weight:500;line-height:18px;}/*!sc*/ .dCjIMS .maxSupplyValue{color:var(--color-primary-black);font-size:12px;font-weight:500;line-height:18px;}/*!sc*/ data-styled.g114[id="n78udj-6"]{content:"dCjIMS,"}/*!sc*/ .hCqbVS{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ data-styled.g116[id="imn55z-0"]{content:"hCqbVS,"}/*!sc*/ .ertajG{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}/*!sc*/ .ertajG h2{font-size:24px;}/*!sc*/ .ertajG p{color:var(--color-light-neutral-6);font-size:16px;}/*!sc*/ @media (max-width:768px){.ertajG p{font-size:14px;line-height:1.6;}}/*!sc*/ .ertajG div{color:var(--color-light-neutral-6);}/*!sc*/ .ertajG a{color:var(--color-primary-blue) !important;}/*!sc*/ .ertajG video{max-width:100%;}/*!sc*/ .ertajG .contentOpen{height:unset;overflow:unset;text-overflow:unset;min-height:20em;}/*!sc*/ .ertajG .contentClosed{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:20em;overflow:hidden;text-overflow:ellipsis;position:relative;}/*!sc*/ .ertajG .contentClosed.hasShadow::before{content:\'\';position:absolute;left:0;bottom:0;width:100%;height:8em;background:linear-gradient(180deg,rgba(255,255,255,0),var(--bg-color));}/*!sc*/ data-styled.g118[id="sc-101ku0o-0"]{content:"ertajG,"}/*!sc*/ .exKUGw ul{list-style:inherit;padding-left:40px;}/*!sc*/ data-styled.g120[id="sc-101ku0o-2"]{content:"exKUGw,"}/*!sc*/ .rAwXd{background-color:var(--color-light-neutral-2);color:var(--color-primary-black);font-size:14px;font-weight:600;line-height:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;outline:none;cursor:pointer;width:100%;height:48px;border-radius:8px;border-color:transparent;}/*!sc*/ .rAwXd svg{display:none;}/*!sc*/ @media (min-width:768px){.rAwXd{margin:0;padding:0;border:none;background-color:transparent;color:var(--color-primary-blue);font-size:16px;line-height:26px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:initial;height:auto;}.rAwXd svg{display:initial;margin-left:4px;}}/*!sc*/ data-styled.g121[id="sc-101ku0o-3"]{content:"rAwXd,"}/*!sc*/ .bBCjQm{display:inline-block;position:relative;}/*!sc*/ .bBCjQm .cmc-popover__trigger > *::after{display:inline-block;width:0;height:0;content:\'\';border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent;vertical-align:0.155em;color:#999;color:inherit;margin-left:.355em;display:none;}/*!sc*/ .bBCjQm .cmc-popover__trigger > .cmc-icon__wrap::after{content:none;}/*!sc*/ .bBCjQm .cmc-popover__dropdown{z-index:920;margin:15px 0 0;font-size:1rem;color:#212529;text-align:left;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;box-shadow:0 5px 10px rgba(0,0,0,0.1);}/*!sc*/ .bBCjQm.cmc-popover--dropdown-full-width .cmc-popover__dropdown{width:100%;}/*!sc*/ .bBCjQm .cmc-link{color:#333 !important;-webkit-text-decoration:none !important;text-decoration:none !important;}/*!sc*/ data-styled.g122[id="sc-1i7rbm6-0"]{content:"bBCjQm,"}/*!sc*/ .gPSlsu{display:inline-block;white-space:normal;}/*!sc*/ .gPSlsu .cmc-popover__trigger{color:#3861FB;cursor:pointer;}/*!sc*/ .gPSlsu .cmc-popover__trigger:hover{color:rgba(16,112,224,0.85);}/*!sc*/ .gPSlsu .cmc-popover__dropdown{border-radius:3px;padding:18px 18px 6px;width:300px;background:#fff;position:relative;}/*!sc*/ .gPSlsu .cmc-popover__dropdown::before,.gPSlsu .cmc-popover__dropdown::after{bottom:100%;left:50%;border:solid transparent;content:\' \';height:0;width:0;position:absolute;pointer-events:none;}/*!sc*/ .gPSlsu .cmc-popover__dropdown::after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:11px;margin-left:-11px;}/*!sc*/ .gPSlsu .cmc-popover__dropdown::before{border-color:rgba(204,204,204,0);border-bottom-color:#ccc;border-width:12px;margin-left:-12px;}/*!sc*/ .gPSlsu .cmc-popover__dropdown p{color:rgba(23,24,27,0.85);font-size:15px;line-height:24px;margin-bottom:12px;font-weight:normal;}/*!sc*/ .gPSlsu .cmc-popover__dropdown p:not(:last-child){margin:0 0 10px;}/*!sc*/ .gPSlsu .cmc-popover__dropdown .cmc-link{color:#3861FB !important;}/*!sc*/ .gPSlsu .cmc-popover__dropdown .cmc-link:hover,.gPSlsu .cmc-popover__dropdown .cmc-link:focus{color:rgba(16,112,224,0.85) !important;-webkit-text-decoration:underline !important;text-decoration:underline !important;}/*!sc*/ .gPSlsu .cmc-icon{vertical-align:text-top;}/*!sc*/ data-styled.g123[id="n6mnj0-0"]{content:"gPSlsu,"}/*!sc*/ .kUSSuI{box-sizing:border-box;margin:0;font-weight:600;font-size:14px;}/*!sc*/ .kUSSuI a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .kUSSuI.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .kUSSuI.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ data-styled.g124[id="sc-1siv958-0"]{content:"kUSSuI,"}/*!sc*/ .jnWaEv{line-height:1.5;margin:0;color:#16C784;font-size:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}/*!sc*/ .jnWaEv svg{margin-right:2px;}/*!sc*/ data-styled.g125[id="sc-1siv958-1"]{content:"jnWaEv,"}/*!sc*/ .dAxhCK{box-sizing:border-box;margin:0;padding:24px;background-color:var(--color-light-neutral-1);border-radius:16px;}/*!sc*/ .dAxhCK a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .dAxhCK.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .dAxhCK.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .dAxhCK table{width:100%;}/*!sc*/ .dAxhCK caption,.dAxhCK th{text-align:left;}/*!sc*/ .dAxhCK td{text-align:right;}/*!sc*/ .dAxhCK th,.dAxhCK td{border-top:1px solid var(--color-light-neutral-2);padding-top:12px;padding-bottom:13px;}/*!sc*/ .dAxhCK caption{color:var(--color-light-neutral-5);font-size:12px;font-weight:500;line-height:18px;margin-bottom:8px;}/*!sc*/ .dAxhCK th{color:var(--color-light-neutral-6);font-size:14px;font-weight:500;line-height:21px;}/*!sc*/ .dAxhCK th svg{color:var(--color-light-neutral-4);}/*!sc*/ .dAxhCK td{color:var(--color-primary-black);font-size:14px;font-weight:600;line-height:21px;}/*!sc*/ .dAxhCK .show{display:initial;}/*!sc*/ .dAxhCK .hide{display:none;}/*!sc*/ @media (max-width:767px){.dAxhCK{width:calc(100% + 30px);position:relative;left:-15px;}}/*!sc*/ data-styled.g126[id="nds9rn-0"]{content:"dAxhCK,"}/*!sc*/ .hhqaJP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .hhqaJP .badge24h{display:inline-block;margin-left:4px;color:var(--color-light-neutral-6);font-size:11px;font-weight:500;line-height:18px;background-color:var(--color-light-neutral-2);border-radius:4px;padding:2px 4px;}/*!sc*/ data-styled.g127[id="nds9rn-1"]{content:"hhqaJP,"}/*!sc*/ .hhPSEo{font-size:12px;font-weight:500;line-height:18px;}/*!sc*/ data-styled.g128[id="nds9rn-2"]{content:"hhPSEo,"}/*!sc*/ .khlhNO{box-sizing:border-box;margin:0;box-sizing:border-box;position:relative;border-radius:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;border:1px solid #EFF2F5;}/*!sc*/ .khlhNO a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .khlhNO.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .khlhNO.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .khlhNO .converter-item-name{white-space:nowrap;}/*!sc*/ data-styled.g129[id="sc-1etv19d-0"]{content:"khlhNO,"}/*!sc*/ .jBYVsP{box-sizing:border-box;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:20px 24px;background-color:#FFFFFF;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .jBYVsP a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .jBYVsP.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .jBYVsP.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .gzsCUI{box-sizing:border-box;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:20px 24px;background-color:#F8FAFD;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .gzsCUI a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .gzsCUI.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .gzsCUI.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ data-styled.g130[id="sc-1etv19d-1"]{content:"jBYVsP,gzsCUI,"}/*!sc*/ .fMHov{height:32px;width:32px;border-radius:16px;margin-right:12px;}/*!sc*/ data-styled.g131[id="sc-1etv19d-2"]{content:"fMHov,"}/*!sc*/ .dkggSG{padding:10px 0;background:transparent;caret-color:#3861FB;border:none;font-size:18px;text-align:right;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#CFD6E4;font-weight:700;font-family:Inter,sans-serif;width:100%;}/*!sc*/ .dkggSG::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}/*!sc*/ .dkggSG::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}/*!sc*/ .dkggSG:focus{outline:none;}/*!sc*/ data-styled.g132[id="sc-1etv19d-3"]{content:"dkggSG,"}/*!sc*/ .iQGGZq{box-sizing:border-box;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;color:#171924;}/*!sc*/ .iQGGZq a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .iQGGZq.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .iQGGZq.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .XRFWY{box-sizing:border-box;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;color:#CFD6E4;}/*!sc*/ .XRFWY a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .XRFWY.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .XRFWY.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ data-styled.g133[id="sc-1etv19d-4"]{content:"iQGGZq,XRFWY,"}/*!sc*/ .ezMzHj{padding:3px 6px;line-height:12px;font-size:12px;background:var(--up-color);color:#fff;border-radius:8px;font-weight:600;}/*!sc*/ .ezMzHj.isDown{background:var(--down-color);}/*!sc*/ data-styled.g134[id="sc-12jeznp-0"]{content:"ezMzHj,"}/*!sc*/ .hQpUrE{-webkit-filter:hue-rotate(300deg) saturate(210%) brightness(0.7) contrast(170%);filter:hue-rotate(300deg) saturate(210%) brightness(0.7) contrast(170%);}/*!sc*/ .ivJkML{-webkit-filter:hue-rotate(85deg) saturate(80%) brightness(0.85);filter:hue-rotate(85deg) saturate(80%) brightness(0.85);}/*!sc*/ data-styled.g135[id="sc-12jeznp-1"]{content:"hQpUrE,ivJkML,"}/*!sc*/ .ejNZLB{width:213px;height:176px;padding:16px;box-shadow:0px 4px 24px rgba(88,102,126,0.08),0px 1px 2px rgba(88,102,126,0.12);border-radius:16px;background-color:var(--control-background-color);margin:2px 10px 0px 0px;cursor:pointer;}/*!sc*/ .ejNZLB a{width:100%;display:inline-block;overflow:hidden;}/*!sc*/ @media (max-width:767px){.ejNZLB{width:141px;height:160px;}}/*!sc*/ data-styled.g136[id="sc-12jeznp-2"]{content:"ejNZLB,"}/*!sc*/ .ffCtNs{float:left;width:40px;}/*!sc*/ @media (max-width:767px){.ffCtNs{width:100%;margin-bottom:10px;}}/*!sc*/ data-styled.g137[id="sc-12jeznp-3"]{content:"ffCtNs,"}/*!sc*/ .guylhT{float:left;width:calc(100% - 40px);}/*!sc*/ .guylhT div:nth-child(1){font-size:14px;color:var(--color-light-neutral-6);text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}/*!sc*/ .guylhT div:nth-child(2){font-weight:600;font-size:16px;line-height:26px;color:var(--color-primary-black);}/*!sc*/ .guylhT div:nth-child(3){display:inline-block;margin-top:5px;}/*!sc*/ .guylhT svg{position:relative;top:-1px;}/*!sc*/ @media (max-width:767px){.guylhT{width:100%;}.guylhT div:nth-child(2){margin-bottom:10px;}}/*!sc*/ data-styled.g138[id="sc-12jeznp-4"]{content:"guylhT,"}/*!sc*/ .hqmFjK{float:left;margin-top:10px;width:100%;}/*!sc*/ .hqmFjK img{width:100%;}/*!sc*/ @media (max-width:767px){.hqmFjK{display:none;}}/*!sc*/ data-styled.g139[id="sc-12jeznp-5"]{content:"hqmFjK,"}/*!sc*/ .iDPsTd{overflow:hidden;}/*!sc*/ .iDPsTd h2{font-size:24px;line-height:34px;margin:10px 0px;}/*!sc*/ .iDPsTd .list-wrapper{white-space:nowrap;overflow-x:scroll;height:215px;padding:1px;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;-ms-overflow-style:none;}/*!sc*/ .iDPsTd .list-wrapper > div{display:inline-block;vertical-align:bottom;}/*!sc*/ .iDPsTd .list-wrapper::-webkit-scrollbar{display:none;}/*!sc*/ @media (max-width:768px){.iDPsTd h2{font-size:18px;}}/*!sc*/ data-styled.g140[id="sc-14a9h6a-0"]{content:"iDPsTd,"}/*!sc*/ .bwvGeO{width:100%;background-color:var(--color-light-neutral-1);padding:26px 24px 16px 24px;border-radius:16px;}/*!sc*/ @media (max-width:767px){.bwvGeO{width:calc(100% + 30px);position:relative;left:-15px;}}/*!sc*/ .bwvGeO .trending-title{padding-bottom:13px;}/*!sc*/ .bwvGeO .trending-title h2{font-size:18px;font-weight:700;display:inline-block;margin:0;}/*!sc*/ .bwvGeO .trending-sponsored{line-height:40px;border-bottom:1px solid var(--border-color);padding:8px 8px 0px 0px;}/*!sc*/ .bwvGeO .trending-sponsored a{width:100%;display:inline-block;color:var(--color-primary-black);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}/*!sc*/ .bwvGeO .trending-sponsored:hover{background:var(--color-light-neutral-2);cursor:pointer;}/*!sc*/ .bwvGeO .trending-sponsored img{margin-right:12px;margin-left:8px;position:relative;top:6px;}/*!sc*/ .bwvGeO .trending-sponsored-info span{display:block;}/*!sc*/ .bwvGeO .trending-sponsored-info span:nth-child(1){line-height:21px;font-size:14px;font-weight:600;}/*!sc*/ .bwvGeO .trending-sponsored-info span:nth-child(2){line-height:20px;color:var(--text-color-sub);font-size:12px;}/*!sc*/ .bwvGeO .trending-sponsored-logo{line-height:44px;}/*!sc*/ .bwvGeO .trending-sponsored-logo-text{padding-left:5px;font-size:11px;color:var(--color-light-neutral-5);position:relative;top:-4px;}/*!sc*/ .bwvGeO .trending-list span{display:inline-block;}/*!sc*/ .bwvGeO .trending-list li{padding:8px 0px;border-bottom:1px solid var(--border-color);}/*!sc*/ .bwvGeO .trending-list li a{width:100%;display:inline-block;}/*!sc*/ .bwvGeO .trending-list li:hover{background:var(--color-light-neutral-2);cursor:pointer;}/*!sc*/ .bwvGeO .trending-list li:last-child{border-bottom:none;}/*!sc*/ .bwvGeO .trending-list-logo{padding-left:8px;padding-right:12px;}/*!sc*/ .bwvGeO .trending-list-logo img{position:relative;top:6px;}/*!sc*/ .bwvGeO .trending-list-name,.bwvGeO .trending-list-symbol{position:relative;top:-2px;}/*!sc*/ .bwvGeO .trending-list-name{color:var(--color-primary-black);font-size:14px;font-weight:600;}/*!sc*/ .bwvGeO .trending-list-symbol{font-size:12px;padding-left:3px;color:var(--color-light-neutral-6);}/*!sc*/ .bwvGeO .trending-list-ranking{font-size:12px;padding:3px 6px;float:right;line-height:18px;color:var(--text-color-sub);background-color:var(--color-light-neutral-2);position:relative;top:4px;border-radius:4px;}/*!sc*/ data-styled.g141[id="sc-1vln87w-0"]{content:"bwvGeO,"}/*!sc*/ .jUmWMH{padding:20px 32px;background-color:var(--color-light-neutral-1);border-radius:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/ .jUmWMH > div:first-child{margin-right:10%;}/*!sc*/ .jUmWMH > div > p{margin:0 auto;}/*!sc*/ .jUmWMH > div > p:last-child{color:var(--color-light-neutral-6);}/*!sc*/ .jUmWMH button{background-color:transparent;font-weight:bold;color:var(--text-color);padding:8px 16px;border-radius:8px;border-color:var(--button-border-color);}/*!sc*/ .jUmWMH button:first-child{margin-right:8px;}/*!sc*/ @media (max-width:600px){.jUmWMH .wrapper{padding:24px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;margin:0px -15px;border-radius:0;}.jUmWMH .wrapper p{line-height:1;}.jUmWMH .wrapper p:last-child{margin-top:12px;}.jUmWMH .wrapper > div:first-child{margin-right:0;}.jUmWMH .wrapper > span{margin-top:8px;}}/*!sc*/ data-styled.g142[id="h454xd-0"]{content:"jUmWMH,"}/*!sc*/ .hrGZdS{width:100%;}/*!sc*/ .hrGZdS > div{border-radius:16px;display:inline-block;width:calc((100% - 20px) / 2);height:300px;background-color:var(--border-color);height:120px;margin-bottom:16px;}/*!sc*/ .hrGZdS > div:first-child{height:300px;float:left;margin-right:20px;}/*!sc*/ data-styled.g143[id="h454xd-1"]{content:"hrGZdS,"}/*!sc*/ .iqSSDO{-webkit-transition:background 0.2s ease-in-out;transition:background 0.2s ease-in-out;border-radius:8px;font-weight:normal;display:inline-block;border:1px solid #e1e5ea;margin:0;text-align:center;-webkit-text-decoration:none !important;text-decoration:none !important;white-space:nowrap;cursor:pointer;padding:.375rem .75rem;font-size:14px;line-height:1.5;outline:none !important;background:#fff;color:rgba(23,24,27,0.65);}/*!sc*/ .iqSSDO[disabled]{cursor:not-allowed;}/*!sc*/ .iqSSDO.cmc-button--size-small{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;}/*!sc*/ .iqSSDO.cmc-button--size-large{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;}/*!sc*/ .iqSSDO .cmc-icon::before{padding:0 0 3px;}/*!sc*/ .iqSSDO:focus:not([disabled]),.iqSSDO:hover:not([disabled]){background:#f5f7f8;color:rgba(23,24,27,0.85);-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .iqSSDO:active:not([disabled]),.iqSSDO.cmc-button--selected{background:#f5f7f8;color:rgba(23,24,27,0.85);-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .iqSSDO.cmc-link{color:#3861FB;}/*!sc*/ .iqSSDO.cmc-link:active:not([disabled]),.iqSSDO.cmc-link:focus:not([disabled]),.iqSSDO.cmc-link:hover:not([disabled]){color:rgba(16,112,224,0.85);}/*!sc*/ data-styled.g144[id="iv7acg-0"]{content:"iqSSDO,"}/*!sc*/ .dgFNNM{height:560px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:105%;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:4px;left:-2.5%;height:calc(100%);}/*!sc*/ .dgFNNM > div:first-child{width:30px;height:30px;background-image:linear-gradient(var(--color-light-neutral-5),rgba(0,0,0,0));border-radius:50%;position:relative;-webkit-animation:turn 1s infinite;animation:turn 1s infinite;margin-bottom:21px;}/*!sc*/ .dgFNNM > div:first-child::before{width:25px;height:25px;top:2.5px;left:2.5px;content:\'\';position:absolute;border-radius:50%;opacity:0.6;background-color:var(--bg-color);}/*!sc*/ .dgFNNM > p.title{font-family:Inter;font-size:16px;font-weight:600;line-height:26px;margin:0 auto;}/*!sc*/ .dgFNNM > p.subTitle{font-size:14px;line-height:21px;font-weight:400;color:var(--color-light-neutral-6);}/*!sc*/ @-webkit-keyframes turn{to{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn);}}/*!sc*/ @keyframes turn{to{-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn);}}/*!sc*/ data-styled.g145[id="sc-1t4c2q6-0"]{content:"dgFNNM,"}/*!sc*/ .fVBBJq input{box-shadow:none;}/*!sc*/ @media (max-width:768px){.fVBBJq input{text-align:right !important;padding-left:10px;}}/*!sc*/ data-styled.g241[id="sc-19zk94m-0"]{content:"fVBBJq,"}/*!sc*/ .gRSJaB{box-sizing:border-box;margin:0;margin-bottom:40px;}/*!sc*/ .gRSJaB a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){}/*!sc*/ @media screen and (min-width:1152px){.gRSJaB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}/*!sc*/ .gRSJaB.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .gRSJaB.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ @media (min-width:767px){.gRSJaB .isUntracked{width:calc(100% - 408px);}}/*!sc*/ data-styled.g242[id="sc-19zk94m-1"]{content:"gRSJaB,"}/*!sc*/ .cEhSvA{display:block;width:100%;min-height:150px;overflow:hidden;margin-bottom:10px;position:relative;}/*!sc*/ data-styled.g243[id="sc-19zk94m-2"]{content:"cEhSvA,"}/*!sc*/ .bHSAab{box-sizing:border-box;margin:0;}/*!sc*/ .bHSAab a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .bHSAab.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .bHSAab.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ @media (min-width:767px){.bHSAab{display:block;}}/*!sc*/ @media (max-width:767px){.bHSAab{display:none;}}/*!sc*/ .emUSuS{box-sizing:border-box;margin:0;margin-bottom:32px;margin-top:8px;}/*!sc*/ .emUSuS a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .emUSuS.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .emUSuS.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ @media (min-width:767px){.emUSuS{display:block;}}/*!sc*/ @media (max-width:767px){.emUSuS{display:none;}}/*!sc*/ data-styled.g244[id="sc-19zk94m-3"]{content:"bHSAab,emUSuS,"}/*!sc*/ .fKxSaM{box-sizing:border-box;margin:0;}/*!sc*/ .fKxSaM a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .fKxSaM.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .fKxSaM.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ @media (min-width:767px){.fKxSaM{display:none;}}/*!sc*/ @media (max-width:767px){.fKxSaM{display:block;}}/*!sc*/ .giLpSx{box-sizing:border-box;margin:0;margin-bottom:40px;}/*!sc*/ .giLpSx a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .giLpSx.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .giLpSx.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ @media (min-width:767px){.giLpSx{display:none;}}/*!sc*/ @media (max-width:767px){.giLpSx{display:block;}}/*!sc*/ data-styled.g245[id="sc-19zk94m-4"]{content:"fKxSaM,giLpSx,"}/*!sc*/ .gshXSv{box-sizing:border-box;margin:0;margin-bottom:16px;border:1px solid var(--border-color);border-radius:16px;}/*!sc*/ .gshXSv a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .gshXSv.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .gshXSv.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ data-styled.g246[id="sc-19zk94m-5"]{content:"gshXSv,"}/*!sc*/ .eystbV{padding:10px 12px;height:33px !important;line-height:1;white-space:nowrap;font-family:Inter;font-size:14px;font-weight:600;line-height:30px;}/*!sc*/ .eystbV:focus{color:#fff;background-color:#3861FB;box-shadow:none;}/*!sc*/ .eystbV + .sc-1dmz9yx-0{margin-left:6px;}/*!sc*/ .cckSAk{padding:10px 12px;height:33px !important;line-height:1;white-space:nowrap;font-family:Inter;font-size:14px;font-weight:600;line-height:30px;}/*!sc*/ .cckSAk:focus{color:var(--text-color);background-color:transparent;box-shadow:none;}/*!sc*/ .cckSAk + .sc-1dmz9yx-0{margin-left:6px;}/*!sc*/ data-styled.g247[id="sc-1dmz9yx-0"]{content:"eystbV,cckSAk,"}/*!sc*/ .bcqMxx{padding:0 10px;}/*!sc*/ data-styled.g251[id="n70ab0-1"]{content:"bcqMxx,"}/*!sc*/ .jgmyvX{position:fixed;right:0px;bottom:0px;z-index:999999;cursor:pointer;}/*!sc*/ @media (max-width:767.98px){.jgmyvX{display:none;}}/*!sc*/ .jgmyvX > button:first-child{-webkit-transform:none;-ms-transform:none;transform:none;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;opacity:1;position:absolute;right:16px;bottom:58px;width:auto;white-space:nowrap;padding:12px 17px;height:48px;background:var(--theme-color);border-radius:200px;font-size:14px;font-weight:600;text-align:right;color:#fff;}/*!sc*/ .jgmyvX > button:first-child.loading{opacity:0;-webkit-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%);pointer-events:none;}/*!sc*/ .jgmyvX > button:first-child:hover,.jgmyvX > button:first-child:focus{background:var(--theme-color);color:#fff;}/*!sc*/ .jgmyvX > button:first-child > img{vertical-align:sub;margin-right:10px;width:18px;height:20px;}/*!sc*/ .jgmyvX > div:nth-child(2){-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:999;}/*!sc*/ data-styled.g255[id="t4voxl-0"]{content:"jgmyvX,"}/*!sc*/ .fJKpl{box-sizing:border-box;margin:0;display:none;}/*!sc*/ .fJKpl a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ @media screen and (min-width:768px){.fJKpl{display:initial;}}/*!sc*/ .fJKpl.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .fJKpl.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .fJKpl a,.fJKpl span{font-size:12px;font-weight:500;line-height:18px;}/*!sc*/ .fJKpl span{color:var(--color-primary-black);}/*!sc*/ data-styled.g257[id="j3c624-1"]{content:"fJKpl,"}/*!sc*/ .SqXnO{box-sizing:border-box;margin:0;margin-bottom:24px;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:14.5px 0;min-height:62px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:var(--bg-color);z-index:99999;}/*!sc*/ .SqXnO a:-webkit-any-link{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .SqXnO.showPortfolio{-webkit-flex:1 0 30%;-ms-flex:1 0 30%;flex:1 0 30%;-webkit-animation:fVYXVJ 0.5s ease;animation:fVYXVJ 0.5s ease;}/*!sc*/ .SqXnO.hidePortfolio{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;-webkit-animation:gThWWq 0.5s ease;animation:gThWWq 0.5s ease;}/*!sc*/ .SqXnO .routeSwitcher{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}/*!sc*/ .SqXnO .routeSwitcher > span{white-space:nowrap;margin-right:16px;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;-ms-overflow-style:none;}/*!sc*/ .SqXnO .routeSwitcher > span::-webkit-scrollbar{display:none;}/*!sc*/ @media (max-width:1199.98px){.SqXnO .routeSwitcher > span{overflow-x:scroll;}}/*!sc*/ data-styled.g259[id="j3c624-3"]{content:"SqXnO,"}/*!sc*/ @font-face{font-family:\'Inter\';font-style:normal;font-weight:400;src:url(\'https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Regular-new.woff2\') format(\'woff2\'),url(\'https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Regular-new.woff\') format(\'woff\');font-display:swap;}/*!sc*/ @font-face{font-family:\'Inter\';font-style:normal;font-weight:500;src:url(\'https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Medium-new.woff2\') format(\'woff2\'),url(\'https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Medium-new.woff\') format(\'woff\');font-display:swap;}/*!sc*/ @font-face{font-family:\'Inter\';font-style:normal;font-weight:600;src:url(\'https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-SemiBold-new.woff2\') format(\'woff2\'),url(\'https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-SemiBold-new.woff\') format(\'woff\');font-display:swap;}/*!sc*/ @font-face{font-family:\'Inter\';font-style:normal;font-weight:700;src:url(\'https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Bold-new.woff2\') format(\'woff2\'),url(\'https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Bold-new.woff\') format(\'woff\');font-display:swap;}/*!sc*/ @font-face{font-family:\'Inter\';font-style:normal;font-weight:900;src:url(\'https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Black-new.woff2\') format(\'woff2\'),url(\'https://s2.coinmarketcap.com/static/cloud/fonts/inter/Inter-Black-new.woff\') format(\'woff\');font-display:swap;}/*!sc*/ *,*:before,*:after{box-sizing:border-box;border-spacing:0px;}/*!sc*/ html,body,#__next{padding:0;margin:0;}/*!sc*/ body{background:#fff;color:#000;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.5em;vertical-align:baseline;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}/*!sc*/ h1{line-height:initial;}/*!sc*/ p{font-size:15px;line-height:24px;margin-bottom:12px;}/*!sc*/ .cmc--change-positive{color:#009e73;}/*!sc*/ .cmc--change-negative{color:#d94040;}/*!sc*/ .container{width:100%;max-width:1400px;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}/*!sc*/ .dropdown-toggle::after{margin-left:0.355em;vertical-align:0.155em;}/*!sc*/ [pointer-events=\'none\']{pointer-events:none;}/*!sc*/ ul,ol{list-style-type:none;margin:0;padding:0;}/*!sc*/ #nprogress .bar{background:#4878ff;height:5px;}/*!sc*/ .bp3-overlay-open .bp3-transition-container{z-index:920;}/*!sc*/ a,a:not([href]):not([tabindex]){color:#3861FB;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;}/*!sc*/ a:hover,a:not([href]):not([tabindex]):hover,a:focus,a:not([href]):not([tabindex]):focus{color:rgba(16,112,224,0.85);-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/ a:active,a:not([href]):not([tabindex]):active,a:hover,a:not([href]):not([tabindex]):hover{outline:0;}/*!sc*/ hr{border:0 none;height:1px;background-color:#f5f7f8;margin:0 0 24px;}/*!sc*/ .cmc-bottom-margin-1x{margin-bottom:24px;}/*!sc*/ .cmc-bottom-margin-2x{margin-bottom:48px;}/*!sc*/ .cmc-bottom-margin-3x{margin-bottom:72px;}/*!sc*/ .cmc-clear:before,.cmc-clear:after{content:\' \';display:table;}/*!sc*/ .cmc-clear:after{clear:both;}/*!sc*/ @media (max-width:767.98px){.cmc-input,.cmc-select__input input{font-size:16px !important;}}/*!sc*/ .cmc-table-row:hover td{background-color:#F8FAFD !important;}/*!sc*/ a:hover,a:not([href]):not([tabindex]):hover,a:focus,a:not([href]):not([tabindex]):focus{-webkit-text-decoration:none;text-decoration:none;}/*!sc*/ .search-popover .tippy-content{padding:0 !important;}/*!sc*/ .search-popover{background-color:transparent !important;}/*!sc*/ .fiat-supported-popover{background-color:var(--dark-bg) !important;border-radius:8px;}/*!sc*/ .fiat-supported-popover .tippy-arrow{color:var(--dark-bg);}/*!sc*/ .highcharts-root text{font-size:12px;}/*!sc*/ data-styled.g261[id="sc-global-fjGrwb1"]{content:"sc-global-fjGrwb1,"}/*!sc*/ @-webkit-keyframes fVYXVJ{0%{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;}100%{-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;}}/*!sc*/ @keyframes fVYXVJ{0%{-webkit-flex:0 0 68px;-ms-flex:0 0 68px;flex:0 0 68px;}100%{-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;}}/*!sc*/ data-styled.g262[id="sc-keyframes-fVYXVJ"]{content:"fVYXVJ,"}/*!sc*/ @-webkit-keyframes gThWWq{0%{-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;}100%{-webkit-flex:0 0 54px;-ms-flex:0 0 54px;flex:0 0 54px;}}/*!sc*/ @keyframes gThWWq{0%{-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;}100%{-webkit-flex:0 0 54px;-ms-flex:0 0 54px;flex:0 0 54px;}}/*!sc*/ data-styled.g263[id="sc-keyframes-gThWWq"]{content:"gThWWq,"}/*!sc*/ @-webkit-keyframes dDtqwY{100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}/*!sc*/ @keyframes dDtqwY{100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}/*!sc*/ data-styled.g264[id="sc-keyframes-dDtqwY"]{content:"dDtqwY,"}/*!sc*/ </style></head><body data-commit="d3fdc795" class="DAY"><div id="__next"><div class="bywovg-1 fUzJes"><div class="main-content"><div class="bywovg-0 kuGegY"><div><div class="rz1wuv-0 iXXPMT cmc-header-desktop"><div class="sc-5tazol-0 bepHND"><div class="container"><div><span class="sc-2bz68i-0 cVPJov">Cryptos<!-- -->: <a href="/" class="cmc-link">11,382</a></span><span class="sc-2bz68i-0 cVPJov">Exchanges<!-- -->: <a href="/rankings/exchanges/" class="cmc-link">397</a></span><span class="sc-2bz68i-0 cVPJov">Market Cap<!-- -->: <a href="/charts/" class="cmc-link">$2,065,040,047,096</a></span><span class="sc-2bz68i-0 cVPJov">24h Vol<!-- -->: <a href="/charts/" class="cmc-link">$120,754,539,737</a></span><span class="sc-2bz68i-0 cVPJov">Dominance<!-- -->: <a href="/charts/#dominance-percentage" class="cmc-link">BTC<!-- -->: <!-- -->43.8%<!-- --> <!-- -->ETH<!-- -->: <!-- -->18.1%</a></span><span class="sc-2bz68i-0 cVPJov"><span class="icon-Gas-Filled" style="margin-right:4px;vertical-align:middle"></span>ETH Gas<!-- -->: <a>68<!-- --> <!-- -->Gwei<span class="sc-2bz68i-1 cEFmtT icon-Chevron-down"></span></a></span></div><div style="height:27px;width:200px"></div></div></div><div class="sc-111rrsy-0 qbrWo"><a href="/" title="Go to homepage" class="cmc-logo-link cmc-link"><div class="sc-73pwfm-0 gUYuRD cmc-logo cmc-logo--size-large"></div></a><div lang="en" class="qfadqr-0 hVwYil"><nav class="sc-1evth2q-0 ceHCIq"><ul class="sc-1evth2q-1 hpzJjv"><li class="sc-1evth2q-3 KBqEP"><a target="_self" href="/" class="cmc-link"><div class="sc-1evth2q-4 cSAlRq"><span font-weight="600" font-size="14px" color="text" class="sc-1eb5slv-0 iworPT"><span class="sc-1wyjcwq-0 hELUpj">Cryptocurrencies</span></span></div></a></li><li class="sc-1evth2q-3 KBqEP"><a target="_self" href="/rankings/exchanges/" class="cmc-link"><div class="sc-1evth2q-4 cSAlRq"><span font-weight="600" font-size="14px" color="text" class="sc-1eb5slv-0 iworPT">Exchanges</span></div></a></li><li class="sc-1evth2q-3 KBqEP"><a target="_self" href="/nft/collections/" class="cmc-link"><div class="sc-1evth2q-4 cSAlRq"><span font-weight="600" font-size="14px" color="text" class="sc-1eb5slv-0 iworPT">NFT</span></div></a></li><li class="sc-1evth2q-3 KBqEP"><a target="_self" href="/portfolio-tracker/" class="cmc-link"><div class="sc-1evth2q-4 cSAlRq"><span font-weight="600" font-size="14px" color="text" class="sc-1eb5slv-0 iworPT">Portfolio</span></div></a></li><li class="sc-1evth2q-3 KBqEP"><a target="_self" href="/watchlist/" class="cmc-link"><div class="sc-1evth2q-4 cSAlRq"><span font-weight="600" font-size="14px" color="text" class="sc-1eb5slv-0 iworPT">Watchlist</span></div></a></li><li class="sc-1evth2q-3 KBqEP"><a target="_self" href="/airdrop/" class="cmc-link"><div class="sc-1evth2q-4 cSAlRq"><span font-weight="600" font-size="14px" color="text" class="sc-1eb5slv-0 iworPT">Calendars</span></div></a></li><li class="sc-1evth2q-3 KBqEP"><div class="sc-1evth2q-2 jQqlTm"><div class="sc-1evth2q-4 cSAlRq"><span font-weight="600" font-size="14px" color="text" class="sc-1eb5slv-0 iworPT"><span class="sc-1wyjcwq-0 hELUpj">Products</span></span></div></div></li><li class="sc-1evth2q-3 KBqEP"><div class="sc-1evth2q-2 jQqlTm"><div class="sc-1evth2q-4 cSAlRq"><span font-weight="600" font-size="14px" color="text" class="sc-1eb5slv-0 iworPT">Learn</span></div></div></li></ul></nav></div></div><div class="rz1wuv-1 hELzFM"></div></div></div><div><div class="sc-1tdb8mx-0 jZoGbx cmc-header-mobile"><nav class="sc-1xvlii-1 ithMoA"><div class="container"><div class="sc-1xvlii-2 ChvJO"><a href="/" title="Go to homepage" class="cmc-link"><div class="sc-73pwfm-0 gUYuRD cmc-logo"></div></a></div><div class="sc-1xvlii-0 dQjfsE"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="24px" width="24px" viewBox="0 0 24 24" class="sc-16r8icm-0 jZwKai"><path d="M16.4153 16.4153L20 20M18.5455 11.2727C18.5455 15.2893 15.2894 18.5454 11.2728 18.5454C7.25612 18.5454 4 15.2893 4 11.2727C4 7.2561 7.25612 4 11.2728 4C15.2894 4 18.5455 7.2561 18.5455 11.2727Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div class="sc-1xvlii-0 dQjfsE"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" class="sc-16r8icm-0 jZwKai sc-1y85qi0-0 khTbmO"><line x1="2" y1="4" x2="20" y2="4"></line><line x1="2" y1="11" x2="20" y2="11"></line><line x1="2" y1="18" x2="20" y2="18"></line></svg></div></div></nav><div class="sc-17r84up-0 dVDDfH"><div class="container"><div class="cmc-global-stats__fade"></div><div class="cmc-global-stats__content"><div class="cmc-global-stats__inner-content"><span class="sc-2bz68i-0 cVPJov">Cryptos<!-- -->: <a href="/" class="cmc-link">11,382</a></span><span class="sc-2bz68i-0 cVPJov">Exchanges<!-- -->: <a href="/rankings/exchanges/" class="cmc-link">397</a></span><span class="sc-2bz68i-0 cVPJov">Market Cap<!-- -->: <a href="/charts/" class="cmc-link">$2,065,040,047,096</a></span><span class="sc-2bz68i-0 cVPJov">24h Vol<!-- -->: <a href="/charts/" class="cmc-link">$120,754,539,737</a></span><span class="sc-2bz68i-0 cVPJov">Dominance<!-- -->: <a href="/charts/#dominance-percentage" class="cmc-link">BTC<!-- -->: <!-- -->43.8%<!-- --> <!-- -->ETH<!-- -->: <!-- -->18.1%</a></span><span class="sc-2bz68i-0 cVPJov"><span class="icon-Gas-Filled" style="margin-right:4px;vertical-align:middle"></span>ETH Gas<!-- -->: <a>68<!-- --> <!-- -->Gwei<span class="sc-2bz68i-1 cEFmtT icon-Chevron-down"></span></a></span></div></div></div></div></div></div></div><div class="sc-57oli2-0 dEqHl cmc-body-wrapper"><div class="grid full-width-layout"><div class="sc-16r8icm-0 eMxKgr container"><div display="none,initial" class="sc-16r8icm-0 j3c624-1 fJKpl"><div class="sc-103s2w8-0 eAmmwa"><a href="/" class="sc-1eb5slv-0 sc-1308828-0 bwAAhr cmc-link">Cryptocurrencies</a><a href="/coins/" class="sc-1eb5slv-0 sc-1308828-0 bwAAhr cmc-link">Coins</a><span font-size="2,3" color="text" class="sc-1eb5slv-0 sc-1308828-0 bwAAhr">Tezos</span></div></div><div class="n78udj-0 jskEGI"><div class="sc-16r8icm-0 kjciSH top-summary-container"><div class="sc-16r8icm-0 kDzKwW nameSection"><div class="sc-16r8icm-0 gpRPnR nameHeader"><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/2011.png" height="32" width="32" alt="XTZ" /><h2 class="sc-1q9q90x-0 jCInrl h1" color="text">Tezos<small class="nameSymbol">XTZ</small></h2><span class="sc-80eeb0-1 iuAjRY"><button style="width:auto;padding:0px 8px" class="x0o17e-0 eCXbyL sc-7pvt85-0 ccOrkS"><span class="icon-Star"></span></button></span></div><div display="flex" style="flex-wrap:wrap" class="sc-16r8icm-0 bILTHz"><div class="namePill namePillPrimary">Rank #42</div><div class="namePill" style="text-transform:capitalize">Coin</div><div class="namePill">On 243,437 watchlists</div></div></div><div class="sc-16r8icm-0 kjciSH priceSection"><h1 class="priceHeading">Tezos Price<!-- --> <small>(<!-- -->XTZ<!-- -->)</small></h1><div class="sc-16r8icm-0 kjciSH priceTitle"><div class="priceValue ">$3.99</div><span style="font-size:14px;font-weight:600;padding:5px 10px" class="sc-15yy2pl-0 feeyND"><span class="icon-Caret-down"></span>4.26<!-- -->%</span></div><div class="sc-16r8icm-0 kjciSH alternatePrices"><p class="esfl2f-0 kqzSsi">0.00008295 BTC<span class="sc-15yy2pl-0 hzgCfk"><span class="icon-Caret-down"></span>4.26<!-- -->%</span></p><p class="esfl2f-0 kqzSsi">0.00125 ETH<span class="sc-15yy2pl-0 hzgCfk"><span class="icon-Caret-down"></span>4.26<!-- -->%</span></p></div><div class="sc-16r8icm-0 kjciSH sliderSection"><div style="white-space:nowrap" class="sc-16r8icm-0 lipEFG"><span class="n78udj-4 geXYfI">Low<!-- -->:</span><span class="n78udj-5 dBJPYV">$3.90</span></div><div class="sc-16r8icm-0 kjciSH slider"><span style="width:100%" class="sc-1s4r656-0 bJYfV"><span style="width:15.513421182924944%"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" class="sc-16r8icm-0 jZwKai sc-1s4r656-1 hMoBok"><path d="M18.0566 16H5.94336C5.10459 16 4.68455 14.9782 5.27763 14.3806L11.3343 8.27783C11.7019 7.90739 12.2981 7.90739 12.6657 8.27783L18.7223 14.3806C19.3155 14.9782 18.8954 16 18.0566 16Z"></path></svg></span></span></div><div style="white-space:nowrap" class="sc-16r8icm-0 SjVBR"><span class="n78udj-4 geXYfI">High<!-- -->:</span><span class="n78udj-5 dBJPYV">$4.47</span></div><div class="sc-16r8icm-0 irKQAw namePillBase" display="inline-block">24h<svg xmlns="http://www.w3.org/2000/svg" fill="none" height="12" width="12" viewBox="0 0 24 24" style="height:10px" class="sc-16r8icm-0 iAcKiO"><path d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></div><div class="n78udj-3 emihhf"><span><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/2011.png" height="24" width="24" alt="XTZ" /> <b>Tezos</b> <!-- -->XTZ</span><span><div class="imn55z-0 hCqbVS price"><span>Price: </span><div>$3.99</div> <span style="background-color:var(--down-color);color:#fff;padding:3px 10px;border-radius:8px" class="u2x6b4-0 chbrcp"><span class="icon-Caret-down"></span>4.26<!-- -->%</span></div><span class="sc-80eeb0-1 iuAjRY"><button style="width:auto;padding:0px 8px" class="x0o17e-0 eCXbyL sc-7pvt85-0 ccOrkS">Add to Main Watchlist <!-- --> <span class="icon-Star"></span></button></span></span></div></div><div class="sc-16r8icm-0 fggtJu statsSection"><div class="hide statsContainer"><div class="statsBlock"><div class="statsBlockInner"><div class="sc-16r8icm-0 cEbjrm statsLabel">Market Cap<div class="sbsk6s-2 eZOAZi"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16" width="16" viewBox="0 0 24 24" color="neutral4" class="sc-16r8icm-0 kLSxec"><path d="M12 2C6.48583 2 2 6.48583 2 12C2 17.5142 6.48583 22 12 22C17.5142 22 22 17.5142 22 12C22 6.48583 17.5142 2 12 2ZM14.215 17.2367C13.6642 17.4533 11.755 18.365 10.655 17.3958C10.3267 17.1075 10.1633 16.7417 10.1633 16.2975C10.1633 15.4658 10.4367 14.7408 10.9292 13C11.0158 12.6708 11.1217 12.2442 11.1217 11.9058C11.1217 11.3217 10.9 11.1667 10.2992 11.1667C10.0058 11.1667 9.68083 11.2708 9.38667 11.3808L9.54917 10.715C10.205 10.4483 11.0283 10.1233 11.7333 10.1233C12.7908 10.1233 13.5692 10.6508 13.5692 11.6542C13.5692 11.9433 13.5192 12.45 13.4142 12.8L12.8058 14.9517C12.68 15.3867 12.4525 16.3458 12.805 16.63C13.1517 16.9108 13.9725 16.7617 14.3775 16.5708L14.215 17.2367ZM13.21 8.66667C12.52 8.66667 11.96 8.10667 11.96 7.41667C11.96 6.72667 12.52 6.16667 13.21 6.16667C13.9 6.16667 14.46 6.72667 14.46 7.41667C14.46 8.10667 13.9 8.66667 13.21 8.66667Z"></path></svg></div></div><div class="statsItemRight"><div class="statsValue">$3,418,625,084</div><span style="color:var(--down-color);padding:0;border-radius:8px;display:block;margin-top:0;font-size:12px;font-weight:600" class="u2x6b4-0 chbrcp"><span class="icon-Caret-down"></span>4.25<!-- -->%</span></div></div></div><div class="statsBlock"><div class="statsBlockInner"><div class="sc-16r8icm-0 cEbjrm statsLabel">Fully Diluted Market Cap<div class="sbsk6s-2 eZOAZi"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16" width="16" viewBox="0 0 24 24" color="neutral4" class="sc-16r8icm-0 kLSxec"><path d="M12 2C6.48583 2 2 6.48583 2 12C2 17.5142 6.48583 22 12 22C17.5142 22 22 17.5142 22 12C22 6.48583 17.5142 2 12 2ZM14.215 17.2367C13.6642 17.4533 11.755 18.365 10.655 17.3958C10.3267 17.1075 10.1633 16.7417 10.1633 16.2975C10.1633 15.4658 10.4367 14.7408 10.9292 13C11.0158 12.6708 11.1217 12.2442 11.1217 11.9058C11.1217 11.3217 10.9 11.1667 10.2992 11.1667C10.0058 11.1667 9.68083 11.2708 9.38667 11.3808L9.54917 10.715C10.205 10.4483 11.0283 10.1233 11.7333 10.1233C12.7908 10.1233 13.5692 10.6508 13.5692 11.6542C13.5692 11.9433 13.5192 12.45 13.4142 12.8L12.8058 14.9517C12.68 15.3867 12.4525 16.3458 12.805 16.63C13.1517 16.9108 13.9725 16.7617 14.3775 16.5708L14.215 17.2367ZM13.21 8.66667C12.52 8.66667 11.96 8.10667 11.96 7.41667C11.96 6.72667 12.52 6.16667 13.21 6.16667C13.9 6.16667 14.46 6.72667 14.46 7.41667C14.46 8.10667 13.9 8.66667 13.21 8.66667Z"></path></svg></div></div><div class="statsItemRight"><div class="statsValue">$3,537,898,730</div><span style="color:var(--up-color);padding:0;border-radius:8px;display:block;margin-top:0;font-size:12px;font-weight:600" class="u2x6b4-0 chbrcp"><span class="icon-Caret-up"></span>17.98<!-- -->%</span></div></div></div><div class="statsBlock"><div class="statsBlockInner"><div class="sc-16r8icm-0 cEbjrm statsLabel">Volume<!-- --> <div class="sc-16r8icm-0 iBOlpQ namePill">24h</div><div class="sbsk6s-2 eZOAZi"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16" width="16" viewBox="0 0 24 24" color="neutral4" class="sc-16r8icm-0 kLSxec"><path d="M12 2C6.48583 2 2 6.48583 2 12C2 17.5142 6.48583 22 12 22C17.5142 22 22 17.5142 22 12C22 6.48583 17.5142 2 12 2ZM14.215 17.2367C13.6642 17.4533 11.755 18.365 10.655 17.3958C10.3267 17.1075 10.1633 16.7417 10.1633 16.2975C10.1633 15.4658 10.4367 14.7408 10.9292 13C11.0158 12.6708 11.1217 12.2442 11.1217 11.9058C11.1217 11.3217 10.9 11.1667 10.2992 11.1667C10.0058 11.1667 9.68083 11.2708 9.38667 11.3808L9.54917 10.715C10.205 10.4483 11.0283 10.1233 11.7333 10.1233C12.7908 10.1233 13.5692 10.6508 13.5692 11.6542C13.5692 11.9433 13.5192 12.45 13.4142 12.8L12.8058 14.9517C12.68 15.3867 12.4525 16.3458 12.805 16.63C13.1517 16.9108 13.9725 16.7617 14.3775 16.5708L14.215 17.2367ZM13.21 8.66667C12.52 8.66667 11.96 8.10667 11.96 7.41667C11.96 6.72667 12.52 6.16667 13.21 6.16667C13.9 6.16667 14.46 6.72667 14.46 7.41667C14.46 8.10667 13.9 8.66667 13.21 8.66667Z"></path></svg></div></div><div class="statsItemRight"><div class="statsValue">$537,976,426</div><span style="color:var(--up-color);padding:0;border-radius:8px;display:block;margin-top:0;font-size:12px;font-weight:600" class="u2x6b4-0 chbrcp"><span class="icon-Caret-up"></span>30.74<!-- -->%</span></div></div><div class="statsBlockInner"><div class="sc-16r8icm-0 cEbjrm statsLabel">Volume / Market Cap</div><div class="statsItemRight"><div class="statsValue">0.1574</div></div></div></div><div class="n78udj-6 dCjIMS"><div class="sc-16r8icm-0 cEbjrm statsLabel">Circulating Supply<div class="sbsk6s-2 eZOAZi"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16" width="16" viewBox="0 0 24 24" color="neutral4" class="sc-16r8icm-0 kLSxec"><path d="M12 2C6.48583 2 2 6.48583 2 12C2 17.5142 6.48583 22 12 22C17.5142 22 22 17.5142 22 12C22 6.48583 17.5142 2 12 2ZM14.215 17.2367C13.6642 17.4533 11.755 18.365 10.655 17.3958C10.3267 17.1075 10.1633 16.7417 10.1633 16.2975C10.1633 15.4658 10.4367 14.7408 10.9292 13C11.0158 12.6708 11.1217 12.2442 11.1217 11.9058C11.1217 11.3217 10.9 11.1667 10.2992 11.1667C10.0058 11.1667 9.68083 11.2708 9.38667 11.3808L9.54917 10.715C10.205 10.4483 11.0283 10.1233 11.7333 10.1233C12.7908 10.1233 13.5692 10.6508 13.5692 11.6542C13.5692 11.9433 13.5192 12.45 13.4142 12.8L12.8058 14.9517C12.68 15.3867 12.4525 16.3458 12.805 16.63C13.1517 16.9108 13.9725 16.7617 14.3775 16.5708L14.215 17.2367ZM13.21 8.66667C12.52 8.66667 11.96 8.10667 11.96 7.41667C11.96 6.72667 12.52 6.16667 13.21 6.16667C13.9 6.16667 14.46 6.72667 14.46 7.41667C14.46 8.10667 13.9 8.66667 13.21 8.66667Z"></path></svg></div><div class="sbsk6s-2 fwGCZJ"><div display="flex" class="sc-16r8icm-0 jPqtoM"><svg width="15" height="15" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6787 1.72497L8.8724 0.166748L6.06605 1.72497L2.97984 2.60752L2.09728 5.69374L0.539062 8.50008L2.09728 11.3064L2.97984 14.3926L6.06605 15.2752L8.8724 16.8334L11.6787 15.2752L14.765 14.3926L15.6475 11.3064L17.2057 8.50008L15.6475 5.69374L14.765 2.60752L11.6787 1.72497ZM12.9614 6.65501C13.3231 6.23766 13.278 5.6061 12.8607 5.24439C12.4433 4.88268 11.8117 4.9278 11.45 5.34515L7.8724 9.4732L6.29475 7.65284C5.93304 7.23549 5.30149 7.19038 4.88413 7.55208C4.46678 7.91379 4.42166 8.54535 4.78337 8.9627L7.11671 11.655C7.30665 11.8742 7.58238 12.0001 7.8724 12.0001C8.16241 12.0001 8.43814 11.8742 8.62809 11.655L12.9614 6.65501Z" fill="#3861FB"></path></svg></div></div></div><div display="flex" class="sc-16r8icm-0 inUVOz"><div class="statsValue">856,763,296.55 XTZ</div><div class="supplyBlockPercentage"></div></div><div style="margin-top:32px" display="flex" class="sc-16r8icm-0 dwCYJB"><div class="statsLabel">Max Supply<div class="sbsk6s-2 eZOAZi"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16" width="16" viewBox="0 0 24 24" color="neutral4" class="sc-16r8icm-0 kLSxec"><path d="M12 2C6.48583 2 2 6.48583 2 12C2 17.5142 6.48583 22 12 22C17.5142 22 22 17.5142 22 12C22 6.48583 17.5142 2 12 2ZM14.215 17.2367C13.6642 17.4533 11.755 18.365 10.655 17.3958C10.3267 17.1075 10.1633 16.7417 10.1633 16.2975C10.1633 15.4658 10.4367 14.7408 10.9292 13C11.0158 12.6708 11.1217 12.2442 11.1217 11.9058C11.1217 11.3217 10.9 11.1667 10.2992 11.1667C10.0058 11.1667 9.68083 11.2708 9.38667 11.3808L9.54917 10.715C10.205 10.4483 11.0283 10.1233 11.7333 10.1233C12.7908 10.1233 13.5692 10.6508 13.5692 11.6542C13.5692 11.9433 13.5192 12.45 13.4142 12.8L12.8058 14.9517C12.68 15.3867 12.4525 16.3458 12.805 16.63C13.1517 16.9108 13.9725 16.7617 14.3775 16.5708L14.215 17.2367ZM13.21 8.66667C12.52 8.66667 11.96 8.10667 11.96 7.41667C11.96 6.72667 12.52 6.16667 13.21 6.16667C13.9 6.16667 14.46 6.72667 14.46 7.41667C14.46 8.10667 13.9 8.66667 13.21 8.66667Z"></path></svg></div></div><div class="maxSupplyValue">--</div></div><div display="flex" class="sc-16r8icm-0 hWTiuI"><div class="statsLabel">Total Supply<div class="sbsk6s-2 eZOAZi"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16" width="16" viewBox="0 0 24 24" color="neutral4" class="sc-16r8icm-0 kLSxec"><path d="M12 2C6.48583 2 2 6.48583 2 12C2 17.5142 6.48583 22 12 22C17.5142 22 22 17.5142 22 12C22 6.48583 17.5142 2 12 2ZM14.215 17.2367C13.6642 17.4533 11.755 18.365 10.655 17.3958C10.3267 17.1075 10.1633 16.7417 10.1633 16.2975C10.1633 15.4658 10.4367 14.7408 10.9292 13C11.0158 12.6708 11.1217 12.2442 11.1217 11.9058C11.1217 11.3217 10.9 11.1667 10.2992 11.1667C10.0058 11.1667 9.68083 11.2708 9.38667 11.3808L9.54917 10.715C10.205 10.4483 11.0283 10.1233 11.7333 10.1233C12.7908 10.1233 13.5692 10.6508 13.5692 11.6542C13.5692 11.9433 13.5192 12.45 13.4142 12.8L12.8058 14.9517C12.68 15.3867 12.4525 16.3458 12.805 16.63C13.1517 16.9108 13.9725 16.7617 14.3775 16.5708L14.215 17.2367ZM13.21 8.66667C12.52 8.66667 11.96 8.10667 11.96 7.41667C11.96 6.72667 12.52 6.16667 13.21 6.16667C13.9 6.16667 14.46 6.72667 14.46 7.41667C14.46 8.10667 13.9 8.66667 13.21 8.66667Z"></path></svg></div></div><div class="maxSupplyValue">886,655,221</div></div></div></div><div class="displayMobile"><button class="x0o17e-0 dDXPcp">More stats</button></div></div><div class="sc-16r8icm-0 kjciSH buyAdButtonSection"><div class="sc-800v4w-5 fSVA-Dj"><div display="flex" class="sc-16r8icm-0 sc-800v4w-6 goXFFk"><button class="sc-800v4w-0 kAJIvK">Buy<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="14px" width="14px" viewBox="0 0 24 24" class="sc-16r8icm-0 glImWD"><path d="M18.0566 8H5.94336C5.10459 8 4.68455 9.02183 5.27763 9.61943L11.3343 15.7222C11.7019 16.0926 12.2981 16.0926 12.6657 15.7222L18.7223 9.61943C19.3155 9.02183 18.8954 8 18.0566 8Z"></path></svg></button><button class="sc-800v4w-0 kAJIvK">Exchange<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="14px" width="14px" viewBox="0 0 24 24" class="sc-16r8icm-0 glImWD"><path d="M18.0566 8H5.94336C5.10459 8 4.68455 9.02183 5.27763 9.61943L11.3343 15.7222C11.7019 16.0926 12.2981 16.0926 12.6657 15.7222L18.7223 9.61943C19.3155 9.02183 18.8954 8 18.0566 8Z"></path></svg></button><button class="sc-800v4w-0 kAJIvK">Gaming<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="14px" width="14px" viewBox="0 0 24 24" class="sc-16r8icm-0 glImWD"><path d="M18.0566 8H5.94336C5.10459 8 4.68455 9.02183 5.27763 9.61943L11.3343 15.7222C11.7019 16.0926 12.2981 16.0926 12.6657 15.7222L18.7223 9.61943C19.3155 9.02183 18.8954 8 18.0566 8Z"></path></svg></button><button class="sc-800v4w-0 kAJIvK">Earn Crypto<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="14px" width="14px" viewBox="0 0 24 24" class="sc-16r8icm-0 glImWD"><path d="M18.0566 8H5.94336C5.10459 8 4.68455 9.02183 5.27763 9.61943L11.3343 15.7222C11.7019 16.0926 12.2981 16.0926 12.6657 15.7222L18.7223 9.61943C19.3155 9.02183 18.8954 8 18.0566 8Z"></path></svg></button></div><div class="sc-16r8icm-0 sc-800v4w-1 esfkbd sponsoredMark"><svg width="16px" height="16px" xmlns="http://www.w3.org/2000/svg" class="sc-4k4tfp-0 UvsEu cmc-svg-logo"><path d="M11.304 7.768c-.23.144-.501.161-.707.047-.262-.146-.406-.486-.406-.96V5.435c0-.685-.274-1.172-.734-1.304-.779-.223-1.365.716-1.585 1.068L6.5 7.394V4.713c-.016-.617-.22-.986-.605-1.098-.256-.073-.638-.044-1.01.516L1.807 9A5.285 5.285 0 0 1 1.181 6.5 5.324 5.324 0 0 1 6.5 1.182 5.324 5.324 0 0 1 11.816 6.5l.001.014v.015c.027.568-.16 1.02-.513 1.24zM12.997 6.5V6.471A6.507 6.507 0 0 0 6.498 0 6.507 6.507 0 0 0 0 6.5C0 10.084 2.915 13 6.499 13a6.477 6.477 0 0 0 4.418-1.733.59.59 0 1 0-.803-.867 5.298 5.298 0 0 1-3.615 1.418 5.304 5.304 0 0 1-3.957-1.77l2.775-4.39v2.024c0 .972.383 1.286.704 1.378.321.092.812.03 1.327-.795l1.526-2.438c.05-.079.094-.147.136-.205v1.232c0 .91.37 1.636 1.013 1.994.58.323 1.31.294 1.905-.076.721-.449 1.11-1.275 1.07-2.272z" fill="#7e899f" fill-rule="evenodd"></path></svg><div>Sponsored</div></div></div></div><div class="sc-16r8icm-0 hMKivi linksSection"><div class="sc-10up5z1-0 fnmeDB"><div class="sc-16r8icm-0 sc-10up5z1-1 eUVvdh"><div class="heading hideOnDesktop">Links</div><div class="mobileContent"><div class="links-text">Website, Explorers, Socials etc.</div><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="20px" width="20px" viewBox="0 0 24 24" class="sc-16r8icm-0 eVwNUa modalTriggerMobile"><path d="M9 6L15 12L9 18" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><ul class="content"><li><a class="link-button" lang="en" rel="nofollow noopener" href="https://www.tezos.com/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M11.877 15.9787C11.8146 16.8242 11.4524 17.6196 10.8555 18.2217L9.94675 19.1305C9.27191 19.7958 8.36141 20.1672 7.41381 20.1638C6.46621 20.1604 5.5584 19.7825 4.88834 19.1124C4.21828 18.4423 3.84034 17.5345 3.83695 16.5868C3.83355 15.6392 4.20497 14.7287 4.87021 14.0538L5.779 13.145C6.38116 12.5483 7.1765 12.186 8.02192 12.1235L9.67229 10.4731C8.76285 10.2319 7.80611 10.2331 6.89728 10.4766C5.98845 10.72 5.15923 11.1973 4.49215 11.8608L3.58335 12.7697C2.56946 13.7837 1.99991 15.159 2 16.5929C2.00009 18.0269 2.5698 19.4021 3.5838 20.416C4.59781 21.43 5.97305 21.9995 7.40698 21.9994C8.84092 21.9994 10.2161 21.4296 11.23 20.4156L12.1388 19.5068C12.802 18.8395 13.279 18.0102 13.5225 17.1014C13.7659 16.1926 13.7673 15.236 13.5265 14.3265L11.877 15.9787Z"></path><path d="M15.9793 11.8768C16.8248 11.8144 17.6202 11.4522 18.2222 10.8553L19.131 9.9465C19.7963 9.27163 20.1677 8.3611 20.1643 7.41348C20.1609 6.46585 19.783 5.55801 19.1129 4.88793C18.4429 4.21786 17.535 3.83991 16.5874 3.83651C15.6398 3.83312 14.7293 4.20455 14.0545 4.8698L13.1457 5.77863C12.549 6.3808 12.1868 7.17616 12.1242 8.02161L10.4738 9.67203C10.2327 8.76256 10.2339 7.80579 10.4773 6.89693C10.7208 5.98807 11.198 5.15883 11.8616 4.49173L12.7704 3.58291C13.7844 2.56899 15.1596 1.99943 16.5935 1.99951C18.0275 1.9996 19.4027 2.56932 20.4165 3.58336C21.4304 4.5974 22 5.97267 21.9999 7.40665C21.9998 8.84063 21.4301 10.2158 20.4161 11.2298L19.5073 12.1386C18.84 12.8018 18.0108 13.2789 17.102 13.5223C16.1932 13.7658 15.2366 13.7672 14.3271 13.5264L15.9793 11.8768Z"></path><path d="M8.36434 16.5441C8.18462 16.5441 8.00895 16.4907 7.85954 16.3909C7.71012 16.291 7.59367 16.1491 7.5249 15.983C7.45613 15.817 7.43814 15.6343 7.47319 15.458C7.50824 15.2817 7.59476 15.1198 7.72182 14.9927L14.9922 7.72213C15.1636 7.55658 15.3932 7.46498 15.6315 7.46705C15.8697 7.46912 16.0977 7.5647 16.2662 7.7332C16.4347 7.9017 16.5302 8.12965 16.5323 8.36794C16.5344 8.60623 16.4428 8.8358 16.2772 9.00721L9.00686 16.2778C8.83646 16.4483 8.60535 16.544 8.36434 16.5441Z"></path></svg><div class="buttonName">www.tezos.com</div><div class="sc-16r8icm-0 sc-10up5z1-3 iTgjYQ"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a></li><li><button class="link-button"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M16.4153 16.4153L20 20M18.5455 11.2727C18.5455 15.2893 15.2894 18.5454 11.2728 18.5454C7.25612 18.5454 4 15.2893 4 11.2727C4 7.2561 7.25612 4 11.2728 4C15.2894 4 18.5455 7.2561 18.5455 11.2727Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg><div class="buttonName">Explorers</div><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></button></li><li><button class="link-button"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 12C9.7912 12 8 10.1681 8 7.90909V7.09091C8 4.83191 9.7912 3 12 3C14.2088 3 16 4.83191 16 7.09091V7.90909C16 10.1681 14.2088 12 12 12Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20 19.2884C20 17.8156 19.0424 16.5205 17.6528 16.1335C16.1376 15.7105 14.0688 15.2727 12 15.2727C9.9312 15.2727 7.8624 15.7105 6.3472 16.1335C4.9576 16.5205 4 17.8156 4 19.2884V21H20V19.2884Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg><div class="buttonName">Community</div><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></button></li><li><button class="link-button"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 3C17.5 3 22 6.68182 22 11.1818C22 15.6818 17.5 19.3636 12 19.3636C11.1667 19.3636 10.3333 19.2818 9.5 19.1182L4.83333 20.9182C4.75 20.9182 4.66667 21 4.5 21C4.33333 21 4.16667 20.9182 4 20.8364C3.75 20.6727 3.66667 20.3455 3.66667 20.1L4.08333 16.2545C2.75 14.7818 2 13.0636 2 11.2636C2 6.68182 6.5 3 12 3Z"></path></svg><div class="buttonName">Chat</div><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></button></li><li><a class="link-button" lang="en" rel="nofollow noopener" href="https://gitlab.com/tezos/tezos" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M7 8L3 12L7 16M17 8L21 12L17 16" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10 19L14 5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg><div class="buttonName">Source code</div><div class="sc-16r8icm-0 sc-10up5z1-3 iTgjYQ"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a></li><li><a class="link-button" lang="en" rel="nofollow noopener" href="https://tezos.gitlab.io/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M13.75 3H6.75C6.28587 3 5.84075 3.18964 5.51256 3.52721C5.18437 3.86477 5 4.32261 5 4.8V19.2C5 19.6774 5.18437 20.1352 5.51256 20.4728C5.84075 20.8104 6.28587 21 6.75 21H17.25C17.7141 21 18.1592 20.8104 18.4874 20.4728C18.8156 20.1352 19 19.6774 19 19.2V8.4M13.75 3L19 8.4M13.75 3V8.4H19M15.5 12.9H8.5M15.5 16.5H8.5M10.25 9.3H8.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg><div class="buttonName">Whitepaper</div><div class="sc-16r8icm-0 sc-10up5z1-3 iTgjYQ"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a></li></ul></div><div display="none" class="sc-16r8icm-0 kHmOmq"><div class="sc-90sd2b-0 kzTgpF"><div class="sc-90sd2b-1 dWBXwc"><div class="sc-90sd2b-2 kZmzHf"><h4 color="text" class="sc-1q9q90x-0 jBqXqt">Tezos Links</h4><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" class="sc-16r8icm-0 jZwKai sc-90sd2b-3 evVqNC"><path d="M18 6L6 18M18 18L6 6" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div class="sc-90sd2b-4 guFTCp"><div class="sc-16r8icm-0 eMxKgr"><div class="sc-16r8icm-0 jKrmxw"><div class="sc-16r8icm-0 iyfDkY"><h6 class="modalHeading">Links</h6></div><a class="modalLink" lang="en" rel="nofollow noopener" href="https://www.tezos.com/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 jNymak"><path d="M11.877 15.9787C11.8146 16.8242 11.4524 17.6196 10.8555 18.2217L9.94675 19.1305C9.27191 19.7958 8.36141 20.1672 7.41381 20.1638C6.46621 20.1604 5.5584 19.7825 4.88834 19.1124C4.21828 18.4423 3.84034 17.5345 3.83695 16.5868C3.83355 15.6392 4.20497 14.7287 4.87021 14.0538L5.779 13.145C6.38116 12.5483 7.1765 12.186 8.02192 12.1235L9.67229 10.4731C8.76285 10.2319 7.80611 10.2331 6.89728 10.4766C5.98845 10.72 5.15923 11.1973 4.49215 11.8608L3.58335 12.7697C2.56946 13.7837 1.99991 15.159 2 16.5929C2.00009 18.0269 2.5698 19.4021 3.5838 20.416C4.59781 21.43 5.97305 21.9995 7.40698 21.9994C8.84092 21.9994 10.2161 21.4296 11.23 20.4156L12.1388 19.5068C12.802 18.8395 13.279 18.0102 13.5225 17.1014C13.7659 16.1926 13.7673 15.236 13.5265 14.3265L11.877 15.9787Z"></path><path d="M15.9793 11.8768C16.8248 11.8144 17.6202 11.4522 18.2222 10.8553L19.131 9.9465C19.7963 9.27163 20.1677 8.3611 20.1643 7.41348C20.1609 6.46585 19.783 5.55801 19.1129 4.88793C18.4429 4.21786 17.535 3.83991 16.5874 3.83651C15.6398 3.83312 14.7293 4.20455 14.0545 4.8698L13.1457 5.77863C12.549 6.3808 12.1868 7.17616 12.1242 8.02161L10.4738 9.67203C10.2327 8.76256 10.2339 7.80579 10.4773 6.89693C10.7208 5.98807 11.198 5.15883 11.8616 4.49173L12.7704 3.58291C13.7844 2.56899 15.1596 1.99943 16.5935 1.99951C18.0275 1.9996 19.4027 2.56932 20.4165 3.58336C21.4304 4.5974 22 5.97267 21.9999 7.40665C21.9998 8.84063 21.4301 10.2158 20.4161 11.2298L19.5073 12.1386C18.84 12.8018 18.0108 13.2789 17.102 13.5223C16.1932 13.7658 15.2366 13.7672 14.3271 13.5264L15.9793 11.8768Z"></path><path d="M8.36434 16.5441C8.18462 16.5441 8.00895 16.4907 7.85954 16.3909C7.71012 16.291 7.59367 16.1491 7.5249 15.983C7.45613 15.817 7.43814 15.6343 7.47319 15.458C7.50824 15.2817 7.59476 15.1198 7.72182 14.9927L14.9922 7.72213C15.1636 7.55658 15.3932 7.46498 15.6315 7.46705C15.8697 7.46912 16.0977 7.5647 16.2662 7.7332C16.4347 7.9017 16.5302 8.12965 16.5323 8.36794C16.5344 8.60623 16.4428 8.8358 16.2772 9.00721L9.00686 16.2778C8.83646 16.4483 8.60535 16.544 8.36434 16.5441Z"></path></svg>www.tezos.com<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://gitlab.com/tezos/tezos" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 jNymak"><path d="M7 8L3 12L7 16M17 8L21 12L17 16" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10 19L14 5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>Source code<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://tezos.gitlab.io/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 jNymak"><path d="M13.75 3H6.75C6.28587 3 5.84075 3.18964 5.51256 3.52721C5.18437 3.86477 5 4.32261 5 4.8V19.2C5 19.6774 5.18437 20.1352 5.51256 20.4728C5.84075 20.8104 6.28587 21 6.75 21H17.25C17.7141 21 18.1592 20.8104 18.4874 20.4728C18.8156 20.1352 19 19.6774 19 19.2V8.4M13.75 3L19 8.4M13.75 3V8.4H19M15.5 12.9H8.5M15.5 16.5H8.5M10.25 9.3H8.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>Whitepaper<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://t.me/tezosplatform" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 jNymak"><path d="M12 3C17.5 3 22 6.68182 22 11.1818C22 15.6818 17.5 19.3636 12 19.3636C11.1667 19.3636 10.3333 19.2818 9.5 19.1182L4.83333 20.9182C4.75 20.9182 4.66667 21 4.5 21C4.33333 21 4.16667 20.9182 4 20.8364C3.75 20.6727 3.66667 20.3455 3.66667 20.1L4.08333 16.2545C2.75 14.7818 2 13.0636 2 11.2636C2 6.68182 6.5 3 12 3Z"></path></svg>Chat<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://riot.tzchat.org/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 jNymak"><path d="M12 3C17.5 3 22 6.68182 22 11.1818C22 15.6818 17.5 19.3636 12 19.3636C11.1667 19.3636 10.3333 19.2818 9.5 19.1182L4.83333 20.9182C4.75 20.9182 4.66667 21 4.5 21C4.33333 21 4.16667 20.9182 4 20.8364C3.75 20.6727 3.66667 20.3455 3.66667 20.1L4.08333 16.2545C2.75 14.7818 2 13.0636 2 11.2636C2 6.68182 6.5 3 12 3Z"></path></svg>Chat<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a></div><div class="sc-16r8icm-0 jKrmxw"><div class="sc-16r8icm-0 iyfDkY"><h6 class="modalHeading">Explorers</h6></div><a class="modalLink" lang="en" rel="nofollow noopener" href="https://tzstats.com/" target="_blank">tzstats.com<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://tezblock.io/" target="_blank">tezblock.io<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://tezos.id/" target="_blank">tezos.id<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://tzkt.io/" target="_blank">tzkt.io<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://bscscan.com/token/0x16939ef78684453bfdfb47825f8a5f714f12623a" target="_blank">bscscan.com<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a></div><div class="sc-16r8icm-0 jKrmxw"><div class="sc-16r8icm-0 iyfDkY"><h6 class="modalHeading">Community</h6></div><a class="modalLink" lang="en" rel="nofollow noopener" href="https://discord.gg/e6dCF7B" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 jNymak"><path d="M12 12C9.7912 12 8 10.1681 8 7.90909V7.09091C8 4.83191 9.7912 3 12 3C14.2088 3 16 4.83191 16 7.09091V7.90909C16 10.1681 14.2088 12 12 12Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20 19.2884C20 17.8156 19.0424 16.5205 17.6528 16.1335C16.1376 15.7105 14.0688 15.2727 12 15.2727C9.9312 15.2727 7.8624 15.7105 6.3472 16.1335C4.9576 16.5205 4 17.8156 4 19.2884V21H20V19.2884Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>discord.gg<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://forum.tezosagora.org/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 jNymak"><path d="M12 12C9.7912 12 8 10.1681 8 7.90909V7.09091C8 4.83191 9.7912 3 12 3C14.2088 3 16 4.83191 16 7.09091V7.90909C16 10.1681 14.2088 12 12 12Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20 19.2884C20 17.8156 19.0424 16.5205 17.6528 16.1335C16.1376 15.7105 14.0688 15.2727 12 15.2727C9.9312 15.2727 7.8624 15.7105 6.3472 16.1335C4.9576 16.5205 4 17.8156 4 19.2884V21H20V19.2884Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>forum.tezosagora.org<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://twitter.com/tezos" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 jNymak"><path d="M22 5.89691C21.25 6.2268 20.5 6.47423 19.6667 6.5567C20.5 6.06186 21.1667 5.23711 21.5 4.3299C20.6667 4.82474 19.8333 5.15464 18.9167 5.31959C18.1667 4.49485 17.0833 4 15.9167 4C13.6667 4 11.8333 5.81443 11.8333 8.04124C11.8333 8.37113 11.8333 8.70103 11.9167 8.94845C8.41667 8.7835 5.41667 7.13402 3.41667 4.65979C3 5.31959 2.83333 5.97938 2.83333 6.72165C2.83333 8.12371 3.58333 9.36082 4.66667 10.1031C4 10.1031 3.33333 9.93814 2.83333 9.60825C2.83333 9.60825 2.83333 9.60825 2.83333 9.69072C2.83333 11.6701 4.25 13.3196 6.08333 13.6495C5.75 13.732 5.41667 13.8144 5 13.8144C4.75 13.8144 4.5 13.8144 4.25 13.732C4.75 15.3814 6.25 16.5361 8.08333 16.5361C6.66667 17.6082 4.91667 18.268 3 18.268C2.66667 18.268 2.33333 18.268 2 18.1856C3.83333 19.3402 6 20 8.25 20C15.8333 20 19.9167 13.8144 19.9167 8.45361C19.9167 8.28866 19.9167 8.12371 19.9167 7.95876C20.75 7.38144 21.4167 6.63917 22 5.89691Z" fill="currenColor"></path></svg>Twitter<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a><a class="modalLink" lang="en" rel="nofollow noopener" href="https://reddit.com/r/tezos" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 jNymak"><path d="M22 11.8218C22 10.396 20.9167 9.23762 19.5833 9.23762C19 9.23762 18.5 9.41584 18.0833 9.77228C16.5833 8.79208 14.75 8.16832 12.75 8.07921L13.75 4.60396L16.5833 5.31683C16.6667 6.38614 17.5 7.27723 18.5833 7.27723C19.6667 7.27723 20.5833 6.29703 20.5833 5.13861C20.5833 3.9802 19.6667 3 18.5833 3C17.8333 3 17.1667 3.44554 16.8333 4.15842L13.5 3.35644C13.25 3.26733 12.9167 3.44554 12.8333 3.71287L11.5833 8.07921C9.5 8.16832 7.41667 8.70297 5.91667 9.77228C5.5 9.41584 5 9.23762 4.41667 9.23762C3.08333 9.23762 2 10.396 2 11.8218C2 12.7129 2.41667 13.5149 3 13.9604C3 14.1386 3 14.4059 3 14.5842C3 16.3663 4 17.9703 5.75 19.2178C7.41667 20.3762 9.66667 21 12 21C14.3333 21 16.5833 20.3762 18.25 19.2178C20 17.9703 21 16.3663 21 14.5842C21 14.4059 21 14.2277 21 14.0495C21.5833 13.5149 22 12.7129 22 11.8218ZM18.6667 4.15842C19.1667 4.15842 19.5833 4.60396 19.5833 5.13861C19.5833 5.67327 19.1667 6.11881 18.6667 6.11881C18.1667 6.11881 17.75 5.67327 17.75 5.13861C17.75 4.60396 18.1667 4.15842 18.6667 4.15842ZM7.66667 13.4257C7.66667 12.6238 8.33333 12 9 12C9.75 12 10.3333 12.7129 10.3333 13.4257C10.3333 14.1386 9.75 14.8515 9 14.8515C8.33333 14.8515 7.66667 14.2277 7.66667 13.4257ZM15.3333 17.6139C14.6667 18.3267 13.5833 18.6832 12.0833 18.6832C10.5833 18.6832 9.5 18.3267 8.83333 17.6139C8.58333 17.3465 8.58333 16.9901 8.83333 16.8119C9.08333 16.5446 9.41667 16.5446 9.58333 16.8119C10.0833 17.3465 10.9167 17.6139 12.0833 17.6139C13.25 17.6139 14.0833 17.3465 14.5833 16.8119C14.8333 16.5446 15.1667 16.5446 15.3333 16.8119C15.5 17.0792 15.5 17.4356 15.3333 17.6139ZM15 14.8515C14.25 14.8515 13.5833 14.2277 13.5833 13.4257C13.5833 12.6238 14.25 12 15 12C15.75 12 16.3333 12.7129 16.3333 13.4257C16.3333 14.1386 15.75 14.8515 15 14.8515Z" fill="currenColor"></path></svg>Reddit<div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></a></div></div></div></div></div></div><div class="sc-16r8icm-0 sc-10up5z1-1 gGKCJe contractsRow"><div class="heading">Contracts</div><div class="content"><div class="sc-10up5z1-5 jlEjUY"><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/1839.png" height="20" width="20" /><a target="_blank" href="https://bscscan.com/token/0x16939ef78684453bfdfb47825f8a5f714f12623a" class="cmc-link"><span class="mainChainTitle">Binance Smart Chain</span><span class="mainChainAddress">0x1693...f12623a</span></a><div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><span><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M5.7 14.7H4.8C4.32261 14.7 3.86477 14.5104 3.52721 14.1728C3.18964 13.8352 3 13.3774 3 12.9V4.8C3 4.32261 3.18964 3.86477 3.52721 3.52721C3.86477 3.18964 4.32261 3 4.8 3H12.9C13.3774 3 13.8352 3.18964 14.1728 3.52721C14.5104 3.86477 14.7 4.32261 14.7 4.8V5.7M11.1 9.3H19.2C20.1941 9.3 21 10.1059 21 11.1V19.2C21 20.1941 20.1941 21 19.2 21H11.1C10.1059 21 9.3 20.1941 9.3 19.2V11.1C9.3 10.1059 10.1059 9.3 11.1 9.3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg></span></div><div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><span><button><img height="18" width="18" src="https://s2.coinmarketcap.com/static/cloud/img/metamask.png?_=d3fdc79" /></button></span></div></div></div><div class="mobileContent"><div class="sc-10up5z1-5 jlEjUY"><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/1839.png" height="20" width="20" /><a target="_blank" href="https://bscscan.com/token/0x16939ef78684453bfdfb47825f8a5f714f12623a" class="cmc-link"><span class="mainChainTitle">Binance Smart Chain</span><span class="mainChainAddress">0x1693...f12623a</span></a><div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><span><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M5.7 14.7H4.8C4.32261 14.7 3.86477 14.5104 3.52721 14.1728C3.18964 13.8352 3 13.3774 3 12.9V4.8C3 4.32261 3.18964 3.86477 3.52721 3.52721C3.86477 3.18964 4.32261 3 4.8 3H12.9C13.3774 3 13.8352 3.18964 14.1728 3.52721C14.5104 3.86477 14.7 4.32261 14.7 4.8V5.7M11.1 9.3H19.2C20.1941 9.3 21 10.1059 21 11.1V19.2C21 20.1941 20.1941 21 19.2 21H11.1C10.1059 21 9.3 20.1941 9.3 19.2V11.1C9.3 10.1059 10.1059 9.3 11.1 9.3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg></span></div><div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><span><button><img height="18" width="18" src="https://s2.coinmarketcap.com/static/cloud/img/metamask.png?_=d3fdc79" /></button></span></div></div></div></div><div display="none" class="sc-16r8icm-0 kHmOmq"><div class="sc-90sd2b-0 kzTgpF"><div class="sc-90sd2b-1 dWBXwc"><div class="sc-90sd2b-2 kZmzHf"><h4 color="text" class="sc-1q9q90x-0 jBqXqt">Tezos Contracts</h4><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" class="sc-16r8icm-0 jZwKai sc-90sd2b-3 evVqNC"><path d="M18 6L6 18M18 18L6 6" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div class="sc-90sd2b-4 guFTCp"><div class="sc-16r8icm-0 eMxKgr"><ul><li><div class="dropdownItem platformDropdownItem"><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/1839.png" height="20" width="20" /><div class="sc-16r8icm-0 sc-10up5z1-4 iMeCGL"><a target="_blank" href="https://bscscan.com/token/0x16939ef78684453bfdfb47825f8a5f714f12623a" class="cmc-link"><span>Binance Smart Chain</span><span class="mainChainAddress">0x1693...f12623a</span></a></div><div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><span><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M5.7 14.7H4.8C4.32261 14.7 3.86477 14.5104 3.52721 14.1728C3.18964 13.8352 3 13.3774 3 12.9V4.8C3 4.32261 3.18964 3.86477 3.52721 3.52721C3.86477 3.18964 4.32261 3 4.8 3H12.9C13.3774 3 13.8352 3.18964 14.1728 3.52721C14.5104 3.86477 14.7 4.32261 14.7 4.8V5.7M11.1 9.3H19.2C20.1941 9.3 21 10.1059 21 11.1V19.2C21 20.1941 20.1941 21 19.2 21H11.1C10.1059 21 9.3 20.1941 9.3 19.2V11.1C9.3 10.1059 10.1059 9.3 11.1 9.3Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg></span></div><div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><span><button><img height="18" width="18" src="https://s2.coinmarketcap.com/static/cloud/img/metamask.png?_=d3fdc79" /></button></span></div></div></li></ul></div></div></div></div></div><div display="none" class="sc-16r8icm-0 kHmOmq"><div class="sc-90sd2b-0 kzTgpF"><div class="sc-90sd2b-1 dWBXwc"><div class="sc-90sd2b-2 kZmzHf"><h4 color="text" class="sc-1q9q90x-0 jBqXqt"></h4><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" class="sc-16r8icm-0 jZwKai sc-90sd2b-3 evVqNC"><path d="M18 6L6 18M18 18L6 6" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div class="sc-90sd2b-4 guFTCp"><div class="sc-16r8icm-0 gwtHhG"><img style="position:relative;left:-22px;top:0px" src="https://s2.coinmarketcap.com/static/cloud/img/metamaskWarning.png?_=d3fdc79" loading="lazy" /><p font-weight="bold" font-size="5" color="text" class="sc-1eb5slv-0 brmpdp">Please change the wallet network</p><p color="text2" font-size="1" class="sc-1eb5slv-0 kmOSDg">Change the wallet network in the MetaMask Application to add this contract.</p><button style="width:calc(100% - 32px)" class="x0o17e-0 gvmYIo">I understand</button></div></div></div></div></div><div class="sc-16r8icm-0 sc-10up5z1-1 gGKCJe contractsRow"><div class="headingAudit"><span>Audits</span><div class="sbsk6s-2 eZOAZi"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16" width="16" viewBox="0 0 24 24" color="neutral4" class="sc-16r8icm-0 kLSxec"><path d="M12 2C6.48583 2 2 6.48583 2 12C2 17.5142 6.48583 22 12 22C17.5142 22 22 17.5142 22 12C22 6.48583 17.5142 2 12 2ZM14.215 17.2367C13.6642 17.4533 11.755 18.365 10.655 17.3958C10.3267 17.1075 10.1633 16.7417 10.1633 16.2975C10.1633 15.4658 10.4367 14.7408 10.9292 13C11.0158 12.6708 11.1217 12.2442 11.1217 11.9058C11.1217 11.3217 10.9 11.1667 10.2992 11.1667C10.0058 11.1667 9.68083 11.2708 9.38667 11.3808L9.54917 10.715C10.205 10.4483 11.0283 10.1233 11.7333 10.1233C12.7908 10.1233 13.5692 10.6508 13.5692 11.6542C13.5692 11.9433 13.5192 12.45 13.4142 12.8L12.8058 14.9517C12.68 15.3867 12.4525 16.3458 12.805 16.63C13.1517 16.9108 13.9725 16.7617 14.3775 16.5708L14.215 17.2367ZM13.21 8.66667C12.52 8.66667 11.96 8.10667 11.96 7.41667C11.96 6.72667 12.52 6.16667 13.21 6.16667C13.9 6.16667 14.46 6.72667 14.46 7.41667C14.46 8.10667 13.9 8.66667 13.21 8.66667Z"></path></svg></div></div><div class="content"><div style="cursor:pointer" class="sc-10up5z1-5 jlEjUY"><img src="https://s2.coinmarketcap.com/static/cloud/img/audits/quantstamp.png?_=d3fdc79" height="20" width="20" style="border-radius:10px" /><div class="sc-16r8icm-0 JZlnq mainChainAddress">Quantstamp</div><div class="sc-16r8icm-0 sc-10up5z1-3 jertNB"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></div></div><div class="mobileContent"><img src="https://s2.coinmarketcap.com/static/cloud/img/audits/quantstamp.png" height="20" width="20" style="border-radius:10px" /><div class="sc-16r8icm-0 fBJrDY mainChainAddress"><p color="text2" font-size="1" class="sc-1eb5slv-0 bSDVZJ">Quantstamp</p></div></div><div display="none" class="sc-16r8icm-0 sc-10up5z1-6 ciPYrI"><div class="sc-90sd2b-0 kzTgpF"><div class="sc-90sd2b-1 dWBXwc"><div class="sc-90sd2b-2 kZmzHf"><h4 color="text" class="sc-1q9q90x-0 jBqXqt">Tezos Audits</h4><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" class="sc-16r8icm-0 jZwKai sc-90sd2b-3 evVqNC"><path d="M18 6L6 18M18 18L6 6" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div class="sc-90sd2b-4 guFTCp"><div class="sc-16r8icm-0 eMxKgr"><ul><li class="sc-10up5z1-7 bmWPdS"><span>Quantstamp</span><div class="sc-16r8icm-0 sc-10up5z1-3 iTgjYQ"><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M12 11.9998L20 4M20 4H14.1817M20 4L19.9999 9.81802M9.81819 6.90946H5.77777C4.79594 6.90946 4 7.70537 4 8.68718V18.2223C4 19.2041 4.79594 20 5.77778 20H15.3131C16.295 20 17.0909 19.2041 17.0909 18.2223V14.182" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div></li></ul></div></div></div></div></div></div><div class="sc-16r8icm-0 sc-10up5z1-1 gGKCJe"><div class="heading">Tags</div><ul class="mobileContent"><li><a href="/view/pos/" class="cmc-link"><div class="tagBadge">PoS</div></a></li><li><a href="/view/platform/" class="cmc-link"><div class="tagBadge">Platform</div></a></li><li><div class="tagBadge">+7</div></li><li><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="20px" width="20px" viewBox="0 0 24 24" class="sc-16r8icm-0 eVwNUa modalTriggerMobile"><path d="M9 6L15 12L9 18" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></li></ul><ul class="content"><li><a href="/view/pos/" class="cmc-link"><div class="tagBadge">PoS</div></a></li><li><a href="/view/platform/" class="cmc-link"><div class="tagBadge">Platform</div></a></li><li><a href="/view/enterprise-solutions/" class="cmc-link"><div class="tagBadge">Enterprise solutions</div></a></li><li><a href="/view/collectibles-nfts/" class="cmc-link"><div class="tagBadge">Collectibles &amp; NFTs</div></a></li><li class="tagBadge viewAll">View all</li></ul></div><div display="none" class="sc-16r8icm-0 kHmOmq"><div class="sc-90sd2b-0 kzTgpF"><div class="sc-90sd2b-1 dWBXwc"><div class="sc-90sd2b-2 kZmzHf"><h4 color="text" class="sc-1q9q90x-0 jBqXqt">Tezos Tags</h4><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="24px" width="24px" viewBox="0 0 24 24" class="sc-16r8icm-0 jZwKai sc-90sd2b-3 evVqNC"><path d="M18 6L6 18M18 18L6 6" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div class="sc-90sd2b-4 guFTCp"><div class="sc-16r8icm-0 csifPj"><div class="sc-16r8icm-0 hgKnTV"><h6 class="modalHeading">Consensus Algorithm</h6><div class="sc-10up5z1-2 iEatlr"><a href="/view/pos/" class="cmc-link"><div class="tagBadge">PoS</div></a></div></div><div class="sc-16r8icm-0 hgKnTV"><h6 class="modalHeading">Property</h6><div class="sc-10up5z1-2 iEatlr"><a href="/view/platform/" class="cmc-link"><div class="tagBadge">Platform</div></a><a href="/view/enterprise-solutions/" class="cmc-link"><div class="tagBadge">Enterprise solutions</div></a><a href="/view/collectibles-nfts/" class="cmc-link"><div class="tagBadge">Collectibles &amp; NFTs</div></a><a href="/view/smart-contracts/" class="cmc-link"><div class="tagBadge">Smart Contracts</div></a><a href="/view/binance-smart-chain/" class="cmc-link"><div class="tagBadge">Binance Smart Chain</div></a><a href="/view/polychain-capital-portfolio/" class="cmc-link"><div class="tagBadge">Polychain Capital Portfolio</div></a><a href="/view/boostvc-portfolio/" class="cmc-link"><div class="tagBadge">BoostVC Portfolio</div></a><a href="/view/winklevoss-capital/" class="cmc-link"><div class="tagBadge">Winklevoss Capital</div></a></div></div></div></div></div></div></div></div></div></div></div></div><div class="sc-16r8icm-0 j3c624-3 SqXnO"><div class="container routeSwitcher"><span><a href="/currencies/tezos/" style="background-color:#3861FB" class="x0o17e-0 kzspeM sc-1dmz9yx-0 eystbV cmc-link">Overview</a><a href="/currencies/tezos/markets/" style="background-color:transparent" class="x0o17e-0 DChGS sc-1dmz9yx-0 cckSAk cmc-link">Market</a><a href="/currencies/tezos/historical-data/" style="background-color:transparent" class="x0o17e-0 DChGS sc-1dmz9yx-0 cckSAk cmc-link">Historical Data</a><a rel="nofollow" href="/currencies/tezos/wallets/" style="background-color:transparent" class="x0o17e-0 DChGS sc-1dmz9yx-0 cckSAk cmc-link">Wallets</a><a href="/currencies/tezos/news/" style="background-color:transparent" class="x0o17e-0 DChGS sc-1dmz9yx-0 cckSAk cmc-link">News</a><a rel="nofollow" href="/currencies/tezos/social/" style="background-color:transparent" class="x0o17e-0 DChGS sc-1dmz9yx-0 cckSAk cmc-link">Socials</a><a rel="nofollow" href="/currencies/tezos/ratings/" style="background-color:transparent" class="x0o17e-0 DChGS sc-1dmz9yx-0 cckSAk cmc-link">Ratings</a><a rel="nofollow" href="/currencies/tezos/onchain-analysis/" style="background-color:transparent" class="x0o17e-0 DChGS sc-1dmz9yx-0 cckSAk cmc-link">Analysis</a><a rel="nofollow" href="/currencies/tezos/price-estimates/" style="background-color:transparent" class="x0o17e-0 DChGS sc-1dmz9yx-0 cckSAk cmc-link">Price Estimates</a></span><button class="x0o17e-0 eCXbyL n70ab0-1 bcqMxx"><span class="x0o17e-1 bHCvsh"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" color="currentColor" class="sc-16r8icm-0 eWuPKG"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.0008 2C12.266 2 12.5204 2.10536 12.7079 2.29289L18.1085 7.69346C18.499 8.08398 18.499 8.71715 18.1085 9.10767C17.7179 9.49819 17.0848 9.49819 16.6943 9.10767L13.001 5.41438V16C13.001 16.5523 12.5533 17 12.001 17C11.4487 17 11.001 16.5523 11.001 16V5.41405L7.30737 9.10767C6.91684 9.49819 6.28368 9.49819 5.89315 9.10767C5.50263 8.71715 5.50263 8.08398 5.89315 7.69346L11.2937 2.29289C11.4812 2.10536 11.7356 2 12.0008 2ZM3 15C3.55228 15 4 15.4477 4 16V19C4 19.5523 4.44772 20 5 20H19.0018C19.5541 20 20.0018 19.5523 20.0018 19V16C20.0018 15.4477 20.4496 15 21.0018 15C21.5541 15 22.0018 15.4477 22.0018 16V19C22.0018 20.6569 20.6587 22 19.0018 22H5C3.34315 22 2 20.6569 2 19V16C2 15.4477 2.44772 15 3 15Z" fill="currentColor"></path></svg></span>Share</button></div></div><div class="sc-16r8icm-0 jKrmxw container"><div style="display:initial"><div display=",,flex" class="sc-16r8icm-0 sc-19zk94m-1 gRSJaB"><div style="max-width:930px;flex-grow:1;display:flex;flex-direction:column" class="sc-16r8icm-0 dSXRna"><div class="sc-16r8icm-0 kjciSH"><div class="sc-19zk94m-2 cEhSvA"><div style="height:560px"><h3 color="text" class="sc-1q9q90x-0 fyQGwp">Tezos<!-- --> to <!-- -->USD<!-- --> Chart</h3><div style="height:560px" class="sc-1t4c2q6-0 dgFNNM"><div></div><p class="title">Loading Data</p><p class="subTitle">Please wait, we are loading chart data</p></div></div></div></div><div style="flex-grow:1;margin-bottom:56px" class="sc-16r8icm-0 jltEiJ"><div data-device-type="any" class="sc-101ku0o-0 ertajG"><div class="sc-16r8icm-0 kjciSH contentClosed hasShadow"><div><h2 color="text" class="sc-1q9q90x-0 jCInrl">XTZ Price Live Data</h2><p>The live <strong>Tezos price today</strong> is $3.99 USD with a 24-hour trading volume of $537,976,426 USD.<!-- --> <!-- -->Tezos is down 4.26% in the last 24 hours.<!-- --> <!-- -->The current CoinMarketCap ranking is #42, with a live market cap of $3,418,625,084 USD.<!-- --> <!-- -->It has a circulating supply of 856,763,297 XTZ coins<!-- --> <!-- -->and the max. supply is not available.</p><p><span>If you would like to know where to buy <!-- -->Tezos<!-- -->, the top exchanges for trading in <!-- -->Tezos<!-- --> are currently <a href="/exchanges/binance/" class="cmc-link">Binance</a>,<!-- --> <a href="/exchanges/tokocrypto/" class="cmc-link">Tokocrypto</a>,<!-- --> <a href="/exchanges/okex/" class="cmc-link">OKEx</a>,<!-- --> <a href="/exchanges/ftx/" class="cmc-link">FTX</a>,<!-- --> <!-- --> and<!-- --> <a href="/exchanges/huobi-global/" class="cmc-link">Huobi Global</a>.</span> <!-- -->You can find others listed on our <a href="/rankings/exchanges/" class="cmc-link">crypto exchanges page</a>.</p><div><div class="sc-2qtjgt-0 eApVPN"><div><h2 id="what-is-tezos-xtz">What Is Tezos (XTZ)?</h2><p>Tezos is a blockchain network that’s based on smart contracts, in a way that’s not too dissimilar to Ethereum. However, there’s a big difference: Tezos aims to offer infrastructure that is more advanced — meaning it can evolve and improve over time without there ever being a danger of a hard fork. This is something that both Bitcoin and Ethereum have suffered since they were created. People who hold XTZ can vote on proposals for protocol upgrades that have been put forward by Tezos developers.</p><p>To learn more about this project, check out our deep dive of <a href="https://coinmarketcap.com/alexandria/article/a-deep-dive-into-tezos">Tezos</a>.</p><p>This open-source platform bills itself as “secure, upgradable and built to last” — and says its smart contract language provides the accuracy that is required for high-value use cases. According to Tezos, its approach means that it is futureproof and will “remain state-of-the-art long into the future,” meaning it can embrace developments in blockchain technology.</p><p>The technology underpinning Tezos was first proposed in a white paper that was released in September 2014. After a series of delays, the Tezos mainnet launched four years later.</p><h2 id="who-are-the-founders-of-tezos">Who Are the Founders of Tezos?</h2><p>Arthur Breitman was the man who wrote the Tezos white paper — and in a nod to <a href="https://coinmarketcap.com/alexandria/article/who-is-satoshi-nakamoto">Satoshi Nakamoto</a>, he wrote his works under the pen name L. M. Goodman. He argued that one of Bitcoin’s biggest failings was the lack of a governance process that invited contributions from the community who use the network — as well as the fact that new tokens couldn’t be issued through this blockchain.</p><p>He and his wife Kathleen founded a startup called Dynamic Ledger Solutions which was tasked with writing the code that would underpin the Tezos protocol. This company was subsequently purchased by the Tezos Foundation to ensure that it owned all of the intellectual property rights relating to the network.</p><h3 id="what-makes-tezos-unique">What Makes Tezos Unique?</h3><p>Although staking is common across blockchains, Tezos has a unique twist on this process. Participants can get involved with the network’s governance through “baking,” where they effectively stake 8,000 XTZ. This creates a financial incentive to act honestly.</p><p>Bakers are then tasked with voting on proposed changes to the blockchain’s code in a four-step procedure that takes approximately 23 days. Proposals that receive support from the vast majority of participants are put through their paces on a testnet for 48 hours and are fully implemented if they are backed by a super-majority.</p><p>Tezos is also unique because of how it has started to be used by high-profile businesses. In September 2020, it was announced that the French banking giant Societe Generale planned to use this blockchain for experimenting with a central bank digital currency.</p><p>Big cryptocurrency exchanges such as Binance and Coinbase have also unveiled support for Tezos staking, meaning users can receive rewards based on the XTZ that they hold. This is not a feature that’s seen too widely across digital assets.</p><p><strong>Related Pages</strong>:</p><p><a href="https://coinmarketcap.com/alexandria/categories/tech-deep-dives">Read in-depth tech deep dives on CMC Alexandria</a></p><p><a href="https://coinmarketcap.com/alexandria/glossary/staking">Glossary: What is staking?</a></p><p><a href="https://coinmarketcap.com/new/">Discover which cryptos have recently been added to CMC</a></p><p><a href="https://blog.coinmarketcap.com/">CoinMarketCap Blog: The latest features and analysis</a></p><p><a href="https://coinmarketcap.com/alexandria/article/a-deep-dive-into-tezos">A Deep Dive Into Tezos</a></p><h3 id="how-many-tezos-xtz-coins-are-there-in-circulation">How Many Tezos (XTZ) Coins Are There in Circulation?</h3><p>Our data shows that 743,862,304 XTZ are in circulation at the time of writing.</p><p>A token sale for Tezos was held back in July 2017 — and during this ICO, a total of 65,681 BTC and 361,122 ETH was raised. At the time, this was worth $232 million, securing its place as one of the largest initial coin offerings ever held.</p><p>While 80% of this initial supply went to investors, 20% was split equally between the Tezos Foundation and Dynamic Ledger Solutions.</p><p>The mainnet’s launch was delayed by a series of lawsuits from some disgruntled investors, who argued that XTZ amounted to unregistered securities.</p><h3 id="how-is-the-tezos-network-secured">How Is the Tezos Network Secured?</h3><p>Like other blockchains, Tezos uses a <a href="https://coinmarketcap.com/alexandria/article/proof-of-work-vs-proof-of-stake">proof-of-stake</a> consensus mechanism.</p><p>Anyone can become a validator and contribute to the smooth running of the network by making a security deposit. To incentivize honest behavior, rewards are given to those who work in the best interests of the blockchain — and those who act dishonestly risk losing their stake altogether.</p><h3 id="where-can-you-buy-tezos-xtz">Where Can You Buy Tezos (XTZ)?</h3><p>XTZ, otherwise known as “tez” for short, can be purchased from most major exchanges — including Binance, Coinbase and others. Trading pairs unite XTZ with fiat currencies, as well as other cryptocurrencies such as Bitcoin.<a href="https://coinmarketcap.com/how-to-buy-bitcoin/"> If you’re looking to convert fiat into Bitcoin, you can read a comprehensive guide here.</a></p><h3 id="about-tezos-nodes">About Tezos Nodes</h3><p><a href="https://www.tezos-nodes.com/" rel="noopener nofollow" target="_blank">Tezos Nodes</a> is a reliability rating public Tezos Bakers and a service for monitoring the state of node performance for non-public Tezos Bakers.</p><p>Working with the baking community, the team developed a baker reliability index that <a href="https://www.tezos-nodes.com/about" rel="noopener nofollow" target="_blank">features 10 key indicators</a>. This index will provide you with all the necessary info you need to choose a reliable public baker.</p></div></div></div><div class="sc-101ku0o-2 exKUGw"><p>Our most recent articles about <!-- -->Tezos<!-- -->:</p><ul><li><a href="https://coinmarketcap.com/alexandria/article/whats-behind-the-hype-of-nba-top-shot-nfts">What’s Behind the Hype of NBA Top Shot NFTs?</a></li><li><a href="https://coinmarketcap.com/alexandria/article/a-deep-dive-into-tezos">A Deep Dive Into Tezos</a></li><li><a href="https://coinmarketcap.com/alexandria/article/crypto-staking-guide-2021">Crypto Staking Guide 2021</a></li></ul></div></div></div><button class="sc-101ku0o-3 rAwXd"><span>Read More</span><svg xmlns="http://www.w3.org/2000/svg" fill="none" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 coGWQa"><path d="M6 9L12 15L18 9" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg></button></div></div><div class="sc-16r8icm-0 sc-19zk94m-3 bHSAab"></div><div class="sc-16r8icm-0 sc-19zk94m-3 emUSuS"><div><div style="padding:40px 32px" class="h454xd-0 jUmWMH"></div></div></div></div><div class="sc-16r8icm-0 iutcov"><div class="sc-16r8icm-0 sc-19zk94m-5 gshXSv"><div class="sc-19zk94m-0 fVBBJq"><div style="overflow:hidden" class="sc-16r8icm-0 sc-1etv19d-0 khlhNO"><div class="sc-16r8icm-0 sc-1etv19d-1 jBYVsP"><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/2011.png" alt="converter-coin-logo" class="sc-1etv19d-2 fMHov" /><div class="sc-16r8icm-0 kjciSH"><p font-size="11px" color="text2" class="sc-1eb5slv-0 dGjdeQ">XTZ</p><p font-size="1" font-weight="500" class="sc-1eb5slv-0 kZlTnE converter-item-name" color="text">Tezos</p></div><div class="sc-16r8icm-0 sc-1etv19d-4 iQGGZq"><input type="number" value="0" pattern="/^-?d+.?d*$/" maxLength="8" class="sc-1etv19d-3 dkggSG" /></div></div><div class="sc-16r8icm-0 sc-1etv19d-1 gzsCUI"><img src="https://s2.coinmarketcap.com/static/cloud/img/fiat-flags/USD.svg" alt="converter-coin-logo" class="sc-1etv19d-2 fMHov" /><div class="sc-16r8icm-0 kjciSH"><p font-size="11px" color="text2" class="sc-1eb5slv-0 dGjdeQ">USD</p><p font-size="1" font-weight="500" class="sc-1eb5slv-0 kZlTnE converter-item-name" color="text">United States Dollar</p></div><div class="sc-16r8icm-0 sc-1etv19d-4 XRFWY"><input type="number" value="0" pattern="/^-?d+.?d*$/" maxLength="8" class="sc-1etv19d-3 dkggSG" /></div></div></div></div></div><div class="sc-16r8icm-0 hgKnTV"><div class="sc-16r8icm-0 nds9rn-0 dAxhCK"><h2 color="text" class="sc-1q9q90x-0 bjfmoe">XTZ Price Statistics</h2><div itemscope="" itemType="https://schema.org/Table" class="sc-16r8icm-0 fmPyWa"><table><caption itemProp="about">Tezos Price Today</caption><tbody><tr><th scope="row"><strong>Tezos Price</strong></th><td>$3.99</td></tr><tr><th scope="row"><span class="nds9rn-1 hhqaJP">Price Change<span class="badge24h">24h</span></span></th><td><span>$-0.1774</span><div><span style="font-size:12px;font-weight:600" class="sc-15yy2pl-0 hzgCfk"><span class="icon-Caret-down"></span>4.26<!-- -->%</span></div></td></tr><tr><th scope="row">24h Low / 24h High</th><td><div>$3.90<!-- --> /</div><div>$4.47</div></td></tr><tr><th scope="row"><span class="nds9rn-1 hhqaJP">Trading Volume<span class="badge24h">24h</span></span></th><td><span>$537,976,425.91</span><div><span style="font-size:12px;font-weight:600" class="sc-15yy2pl-0 kAXKAX"><span class="icon-Caret-up"></span>30.74<!-- -->%</span></div></td></tr><tr><th scope="row">Volume / Market Cap</th><td>0.1574</td></tr><tr><th scope="row">Market Dominance</th><td><span class="">0.16<!-- -->%</span></td></tr><tr><th scope="row">Market Rank</th><td>#42</td></tr></tbody></table></div><div itemscope="" itemType="https://schema.org/Table" class="sc-16r8icm-0 fmPyWa"><table><caption itemProp="about">Tezos Market Cap</caption><tbody><tr><th scope="row">Market Cap</th><td><span>$3,418,625,084.08</span><div><span style="font-size:12px;font-weight:600" class="sc-15yy2pl-0 hzgCfk"><span class="icon-Caret-down"></span>4.25<!-- -->%</span></div></td></tr><tr><th scope="row">Fully Diluted Market Cap</th><td><span>$3,537,898,729.52</span><div><span style="font-size:12px;font-weight:600" class="sc-15yy2pl-0 kAXKAX"><span class="icon-Caret-up"></span>17.98<!-- -->%</span></div></td></tr></tbody></table></div><div class="sc-16r8icm-0 kjciSH hide"><div itemscope="" itemType="https://schema.org/Table" class="sc-16r8icm-0 fmPyWa"><table><caption itemProp="about">Tezos Price Yesterday</caption><tbody><tr><th scope="row">Yesterday&#x27;s Low / High</th><td><div>$3.78<!-- --> /</div><div>$4.34</div></td></tr><tr><th scope="row">Yesterday&#x27;s Open / Close</th><td><div>$3.80<!-- --> /</div><div>$4.31</div></td></tr><tr><th scope="row">Yesterday&#x27;s Change</th><td><div class="sc-16r8icm-0 sc-1siv958-0 kUSSuI"><p color="green" font-size="1" class="sc-1eb5slv-0 sc-1siv958-1 jnWaEv"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="14px" width="14px" viewBox="0 0 24 24" class="sc-16r8icm-0 dWGZqy"><path d="M18.0566 16H5.94336C5.10459 16 4.68455 14.9782 5.27763 14.3806L11.3343 8.27783C11.7019 7.90739 12.2981 7.90739 12.6657 8.27783L18.7223 14.3806C19.3155 14.9782 18.8954 16 18.0566 16Z"></path></svg>13.52%</p></div></td></tr><tr><th scope="row">Yesterday&#x27;s Volume</th><td>$539,077,831.44</td></tr></tbody></table></div><div itemscope="" itemType="https://schema.org/Table" class="sc-16r8icm-0 fmPyWa"><table><caption itemProp="about">Tezos Price History</caption><tbody><tr><th scope="row">7d Low / 7d High</th><td><div>$3.27<!-- --> /</div><div>$4.47</div></td></tr><tr><th scope="row">30d Low / 30d High</th><td><div>$2.74<!-- --> /</div><div>$4.34</div></td></tr><tr><th scope="row">90d Low / 90d High</th><td><div>$2.11<!-- --> /</div><div>$4.47</div></td></tr><tr><th scope="row">52 Week Low / 52 Week High</th><td><div>$1.64<!-- --> /</div><div>$8.40</div></td></tr><tr><th scope="row"><div>All Time High</div><small class="nds9rn-2 hhPSEo">May 07, 2021<!-- --> (<!-- -->4 months ago<!-- -->)</small></th><td><span>$8.40</span><div><span style="font-size:12px;font-weight:600" class="sc-15yy2pl-0 hzgCfk"><span class="icon-Caret-down"></span>52.49<!-- -->%</span></div></td></tr><tr><th scope="row"><div>All Time Low</div><small class="nds9rn-2 hhPSEo">Dec 07, 2018<!-- --> (<!-- -->3 years ago<!-- -->)</small></th><td><span>$0.3146</span><div><span style="font-size:12px;font-weight:600" class="sc-15yy2pl-0 kAXKAX"><span class="icon-Caret-up"></span>1168.20<!-- -->%</span></div></td></tr><tr><th scope="row">Tezos ROI<div class="n6mnj0-0 gPSlsu cmc-helper"><div class="sc-1i7rbm6-0 bBCjQm cmc-popover"><div class="cmc-popover__trigger"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="16px" width="16px" viewBox="0 0 24 24" class="sc-16r8icm-0 cLpIEB cmc-icon"><path d="M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17316C0.00433283 8.00043 -0.1937 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8078C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 7.34783 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0V0ZM10 15.28L9.902 15.3H9.702C9.642 15.288 9.582 15.278 9.524 15.262C9.25995 15.1929 9.0307 15.0288 8.8802 14.8011C8.7297 14.5734 8.66854 14.2981 8.70844 14.0281C8.74835 13.7581 8.88651 13.5123 9.09644 13.3379C9.30638 13.1635 9.57331 13.0726 9.84606 13.0829C10.1188 13.0931 10.3782 13.2036 10.5745 13.3933C10.7707 13.583 10.8901 13.8384 10.9097 14.1107C10.9293 14.3829 10.8477 14.6528 10.6805 14.8686C10.5134 15.0844 10.2725 15.2309 10.004 15.28H10ZM13.2 8.018C13.0859 8.38607 12.8872 8.72235 12.62 9C12.3143 9.306 11.9794 9.58131 11.62 9.822C11.42 9.96 11.242 10.104 11.054 10.248C10.8839 10.3886 10.7559 10.5734 10.684 10.782C10.644 10.89 10.598 10.998 10.556 11.106C10.5045 11.2496 10.4101 11.374 10.2856 11.4624C10.1612 11.5507 10.0126 11.5987 9.86 11.6C9.68722 11.619 9.51251 11.5913 9.354 11.52C9.234 11.4614 9.13001 11.3745 9.05094 11.2669C8.97187 11.1592 8.92008 11.034 8.9 10.902C8.86845 10.7182 8.8734 10.53 8.91458 10.3481C8.95576 10.1663 9.03236 9.99427 9.14 9.842C9.31308 9.58899 9.52502 9.3649 9.768 9.178C10.03 8.964 10.3 8.76 10.568 8.546C10.7904 8.37577 10.9767 8.16297 11.116 7.92C11.2242 7.71385 11.2687 7.48018 11.2437 7.2487C11.2188 7.01723 11.1256 6.79838 10.976 6.62C10.8174 6.44709 10.6068 6.33055 10.376 6.288C10.0688 6.21628 9.74858 6.22178 9.444 6.304C9.2878 6.34666 9.14254 6.42228 9.018 6.52578C8.89346 6.62927 8.79253 6.75824 8.722 6.904C8.628 7.08 8.546 7.26 8.458 7.438C8.39346 7.5726 8.30618 7.69507 8.2 7.8C8.10796 7.88085 8.00028 7.94193 7.88365 7.97943C7.76702 8.01693 7.64392 8.03006 7.522 8.018C7.37212 8.0141 7.22535 7.97432 7.094 7.902C6.97306 7.83944 6.87173 7.74472 6.80115 7.62827C6.73058 7.51182 6.6935 7.37816 6.694 7.242C6.68377 6.80031 6.82491 6.36841 7.094 6.018C7.4051 5.59747 7.81804 5.26299 8.294 5.046C8.65301 4.87561 9.03738 4.76483 9.432 4.718L9.656 4.696H10.056L10.272 4.716C10.8068 4.74974 11.3302 4.88552 11.814 5.116C12.2461 5.31493 12.6145 5.62997 12.878 6.026C13.0787 6.33792 13.2028 6.69294 13.24 7.062C13.2941 7.37993 13.2804 7.70569 13.2 8.018Z"></path></svg></div></div></div></th><td><div class="sc-16r8icm-0 sc-1siv958-0 kUSSuI"><p color="green" font-size="1" class="sc-1eb5slv-0 sc-1siv958-1 jnWaEv"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" height="14px" width="14px" viewBox="0 0 24 24" class="sc-16r8icm-0 dWGZqy"><path d="M18.0566 16H5.94336C5.10459 16 4.68455 14.9782 5.27763 14.3806L11.3343 8.27783C11.7019 7.90739 12.2981 7.90739 12.6657 8.27783L18.7223 14.3806C19.3155 14.9782 18.8954 16 18.0566 16Z"></path></svg>749.68%</p></div></td></tr></tbody></table></div><div itemscope="" itemType="https://schema.org/Table" class="sc-16r8icm-0 fmPyWa"><table><caption itemProp="about">Tezos Supply</caption><tbody><tr><th scope="row">Circulating Supply</th><td>856,763,297 XTZ</td></tr><tr><th scope="row">Total Supply</th><td>886,655,221 XTZ</td></tr><tr><th scope="row">Max Supply</th><td>No Data</td></tr></tbody></table></div></div><button class="x0o17e-0 dDXPcp">Show more</button></div></div><div class="sc-16r8icm-0 kjciSH"><div class="sc-1vln87w-0 bwvGeO"><div class="trending-title"><h2>Trending Coins and Tokens</h2> 🔥</div><div class="trending-sponsored"><a href="https://binance1.shortcm.li/cmctrend" rel="nofollow sponsored noopener" target="_blank"><div style="display:flex;flex:1"><img src="https://s3.coinmarketcap.com/static/img/as/binance_32x32_1.png" height="24" width="24" alt="trending-sponsored" loading="lazy" /><div class="trending-sponsored-info"><span>Hold BNB on Binance</span><span>And Get 25% Off Trading Fees.</span></div></div><div class="trending-sponsored-logo"><button class="x0o17e-0 cEEOTh">Trade Now</button><div style="line-height:18px;margin-bottom:8px"><span><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9126 9.56098C13.6294 9.73737 13.2958 9.75922 13.0423 9.61834C12.7203 9.43922 12.5433 9.01971 12.5433 8.43629V6.69073C12.5433 5.8478 12.205 5.248 11.6394 5.08605C10.6808 4.81093 9.9599 5.96644 9.68897 6.40039L7.99842 9.10088V5.8002C7.97941 5.04078 7.72908 4.58654 7.25376 4.44956C6.93925 4.35902 6.46869 4.39532 6.01159 5.08449L2.22409 11.0763C1.71704 10.1279 1.45271 9.0719 1.45408 8C1.45408 4.39063 4.38996 1.45444 7.99842 1.45444C11.6069 1.45444 14.5424 4.39063 14.5424 8C14.5424 8.00624 14.544 8.01171 14.5444 8.01756C14.5444 8.0238 14.5432 8.02927 14.5436 8.03551C14.5776 8.73444 14.3479 9.29054 13.9126 9.56137V9.56098ZM15.9965 8.00039V8V7.98205L15.9961 7.9641C15.9759 3.56839 12.3963 0 7.99803 0C3.58826 0 0 3.58868 0 8C0 12.4109 3.58826 16 7.99842 16C10.0221 16 11.9535 15.2421 13.4361 13.8665C13.7308 13.5934 13.7482 13.1333 13.4749 12.839C13.3449 12.6978 13.1628 12.6141 12.9695 12.6068C12.7762 12.5995 12.588 12.6691 12.4474 12.8C11.2457 13.9212 9.65346 14.5459 7.99842 14.5456C6.06625 14.5456 4.32778 13.703 3.12878 12.3668L6.54434 6.96351V9.45444C6.54434 10.6509 7.01531 11.0377 7.41022 11.1508C7.80552 11.264 8.40957 11.1867 9.04373 10.1721L10.9224 7.17151C10.9826 7.07473 11.0381 6.99122 11.0888 6.91902V8.43629C11.0888 9.55473 11.5435 10.4492 12.3361 10.8898C13.0507 11.287 13.949 11.2511 14.681 10.7961C15.5683 10.2439 16.0464 9.22654 15.9965 8.00039Z" fill="#808A9D"></path></svg></span><span class="trending-sponsored-logo-text">Sponsored</span></div></div></a></div><div class="trending-list"><ul><li><a href="/currencies/republic-of-dogs/" class="cmc-link"><span class="trending-list-logo"><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/11257.png" height="24" width="24" alt="ROD" loading="lazy" /></span><span class="trending-list-name">Republic of Dogs</span><span class="trending-list-symbol">ROD</span><span class="trending-list-ranking">#2759</span></a></li><li><a href="/currencies/bifrost/" class="cmc-link"><span class="trending-list-logo"><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/7817.png" height="24" width="24" alt="BFC" loading="lazy" /></span><span class="trending-list-name">Bifrost (BFC)</span><span class="trending-list-symbol">BFC</span><span class="trending-list-ranking">#227</span></a></li><li><a href="/currencies/orica/" class="cmc-link"><span class="trending-list-logo"><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/11255.png" height="24" width="24" alt="ORI" loading="lazy" /></span><span class="trending-list-name">Orica</span><span class="trending-list-symbol">ORI</span><span class="trending-list-ranking">#2866</span></a></li><li><a href="/currencies/ontology-gas/" class="cmc-link"><span class="trending-list-logo"><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/3217.png" height="24" width="24" alt="ONG" loading="lazy" /></span><span class="trending-list-name">Ontology Gas</span><span class="trending-list-symbol">ONG</span><span class="trending-list-ranking">#145</span></a></li><li><a href="/currencies/cardano/" class="cmc-link"><span class="trending-list-logo"><img src="https://s2.coinmarketcap.com/static/img/coins/64x64/2010.png" height="24" width="24" alt="ADA" loading="lazy" /></span><span class="trending-list-name">Cardano</span><span class="trending-list-symbol">ADA</span><span class="trending-list-ranking">#3</span></a></li></ul></div></div></div></div></div><div class="sc-16r8icm-0 fmPyWa"><div> </div></div><div class="sc-16r8icm-0 sc-19zk94m-4 fKxSaM"><div style="padding-bottom:700px;width:100%" class="sc-114s7xe-0 ceRDaK"><div><div></div></div></div></div><div class="sc-16r8icm-0 sc-19zk94m-4 giLpSx"><div><div style="padding:40px 32px" class="h454xd-0 jUmWMH"></div></div></div><div class="sc-16r8icm-0 fmPyWa"><div><div class="h454xd-1 hrGZdS"><div></div><div></div><div></div></div></div></div><div class="sc-16r8icm-0 jhItP"><div class="sc-16r8icm-0 kjciSH"><div class="sc-14a9h6a-0 iDPsTd"><h2>People Also Watch</h2><div class="list-wrapper"><div class="sc-12jeznp-2 ejNZLB"><a href="/currencies/nem/" class="cmc-link"><div class="sc-12jeznp-3 ffCtNs"><img loading="lazy" src="https://s2.coinmarketcap.com/static/img/coins/64x64/873.png" height="32" width="32" alt="nem" /></div><div class="sc-12jeznp-4 guylhT"><div>NEM</div><div>$0.2006</div><div class="sc-12jeznp-0 ezMzHj isDown"><svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.02831 0.5H0.971678C0.552295 0.5 0.342275 1.01092 0.638817 1.30972L3.66714 4.36108C3.85096 4.54631 4.14903 4.54631 4.33286 4.36108L7.36117 1.30972C7.65774 1.01092 7.44769 0.5 7.02831 0.5Z" fill="white"></path></svg> -1.52%</div></div><div class="sc-12jeznp-5 hqmFjK"><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/usd/873.png" loading="lazy" class="sc-12jeznp-1 hQpUrE" /></div></a></div><div class="sc-12jeznp-2 ejNZLB"><a href="/currencies/trustswap/" class="cmc-link"><div class="sc-12jeznp-3 ffCtNs"><img loading="lazy" src="https://s2.coinmarketcap.com/static/img/coins/64x64/5829.png" height="32" width="32" alt="trustswap" /></div><div class="sc-12jeznp-4 guylhT"><div>TrustSwap</div><div>$1.64</div><div class="sc-12jeznp-0 ezMzHj"><svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.02831 4.5H0.971678C0.552295 4.5 0.342275 3.98908 0.638817 3.69028L3.66714 0.638917C3.85096 0.453694 4.14903 0.453694 4.33286 0.638917L7.36117 3.69028C7.65774 3.98908 7.44769 4.5 7.02831 4.5Z" fill="white"></path></svg> 49.95%</div></div><div class="sc-12jeznp-5 hqmFjK"><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/usd/5829.png" loading="lazy" class="sc-12jeznp-1 ivJkML" /></div></a></div><div class="sc-12jeznp-2 ejNZLB"><a href="/currencies/trust-wallet-token/" class="cmc-link"><div class="sc-12jeznp-3 ffCtNs"><img loading="lazy" src="https://s2.coinmarketcap.com/static/img/coins/64x64/5964.png" height="32" width="32" alt="trust-wallet-token" /></div><div class="sc-12jeznp-4 guylhT"><div>Trust Wallet Token</div><div>$0.9118</div><div class="sc-12jeznp-0 ezMzHj"><svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.02831 4.5H0.971678C0.552295 4.5 0.342275 3.98908 0.638817 3.69028L3.66714 0.638917C3.85096 0.453694 4.14903 0.453694 4.33286 0.638917L7.36117 3.69028C7.65774 3.98908 7.44769 4.5 7.02831 4.5Z" fill="white"></path></svg> 15.64%</div></div><div class="sc-12jeznp-5 hqmFjK"><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/usd/5964.png" loading="lazy" class="sc-12jeznp-1 ivJkML" /></div></a></div><div class="sc-12jeznp-2 ejNZLB"><a href="/currencies/sushiswap/" class="cmc-link"><div class="sc-12jeznp-3 ffCtNs"><img loading="lazy" src="https://s2.coinmarketcap.com/static/img/coins/64x64/6758.png" height="32" width="32" alt="sushiswap" /></div><div class="sc-12jeznp-4 guylhT"><div>SushiSwap</div><div>$12.45</div><div class="sc-12jeznp-0 ezMzHj isDown"><svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.02831 0.5H0.971678C0.552295 0.5 0.342275 1.01092 0.638817 1.30972L3.66714 4.36108C3.85096 4.54631 4.14903 4.54631 4.33286 4.36108L7.36117 1.30972C7.65774 1.01092 7.44769 0.5 7.02831 0.5Z" fill="white"></path></svg> -2.76%</div></div><div class="sc-12jeznp-5 hqmFjK"><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/usd/6758.png" loading="lazy" class="sc-12jeznp-1 hQpUrE" /></div></a></div><div class="sc-12jeznp-2 ejNZLB"><a href="/currencies/curve-dao-token/" class="cmc-link"><div class="sc-12jeznp-3 ffCtNs"><img loading="lazy" src="https://s2.coinmarketcap.com/static/img/coins/64x64/6538.png" height="32" width="32" alt="curve-dao-token" /></div><div class="sc-12jeznp-4 guylhT"><div>Curve DAO Token</div><div>$2.15</div><div class="sc-12jeznp-0 ezMzHj"><svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.02831 4.5H0.971678C0.552295 4.5 0.342275 3.98908 0.638817 3.69028L3.66714 0.638917C3.85096 0.453694 4.14903 0.453694 4.33286 0.638917L7.36117 3.69028C7.65774 3.98908 7.44769 4.5 7.02831 4.5Z" fill="white"></path></svg> 5.64%</div></div><div class="sc-12jeznp-5 hqmFjK"><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/usd/6538.png" loading="lazy" class="sc-12jeznp-1 ivJkML" /></div></a></div><div class="sc-12jeznp-2 ejNZLB"><a href="/currencies/uniswap/" class="cmc-link"><div class="sc-12jeznp-3 ffCtNs"><img loading="lazy" src="https://s2.coinmarketcap.com/static/img/coins/64x64/7083.png" height="32" width="32" alt="uniswap" /></div><div class="sc-12jeznp-4 guylhT"><div>Uniswap</div><div>$26.87</div><div class="sc-12jeznp-0 ezMzHj isDown"><svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.02831 0.5H0.971678C0.552295 0.5 0.342275 1.01092 0.638817 1.30972L3.66714 4.36108C3.85096 4.54631 4.14903 4.54631 4.33286 4.36108L7.36117 1.30972C7.65774 1.01092 7.44769 0.5 7.02831 0.5Z" fill="white"></path></svg> -4.97%</div></div><div class="sc-12jeznp-5 hqmFjK"><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/usd/7083.png" loading="lazy" class="sc-12jeznp-1 hQpUrE" /></div></a></div></div></div></div></div></div></div><div class="t4voxl-0 jgmyvX"><button type="button" class="iv7acg-0 iqSSDO cmc-button cmc-button--color-default"><img src="https://s2.coinmarketcap.com/static/cloud/img/swap/swap.svg?_=d3fdc79" />Swap XTZ</button></div></div></div></div><footer class="sc-1oj4kco-0 blkuuM"><div class="sc-1oj4kco-1 ciYBLV"><div class="sc-1oj4kco-2 geDbaW"><div class="sc-73pwfm-0 gUYuRD cmc-logo"></div></div><div class="sc-1oj4kco-3 jYQQwj"><div class="footer-row"><div class="sc-1oj4kco-6 lijEzx"><span>Products</span><ul><li><a target="_blank" href="https://blockchain.coinmarketcap.com/?utm_source=coinmarketcap&amp;utm_content=footer" rel="noopener">Blockchain Explorer</a></li><li><a target="_blank" href="https://coinmarketcap.com/api/" rel="noopener">Crypto API</a></li><li><a target="_blank" href="https://coinmarketcap.com/indices/" rel="noopener">Crypto Indices</a></li><li><a target="_blank" href="https://interest.coinmarketcap.com?utm_source=coinmarketcap&amp;utm_content=footer" rel="noopener">Interest</a></li><li><a target="_blank" href="https://jobs.coinmarketcap.com/">Jobs Board</a></li><li><a target="_blank" rel="noopener" href="/sitemap/cryptocurrencies/" class="cmc-link">Sitemap</a></li></ul></div><div class="sc-1oj4kco-6 lijEzx"><span>Company</span><ul><li><a target="_blank" href="/about/" class="cmc-link">About us</a></li><li><a target="_blank" href="/terms/" class="cmc-link">Terms of use</a></li><li><a target="_blank" href="/privacy/" class="cmc-link">Privacy Policy</a></li><li><a target="_blank" href="/disclaimer/" class="cmc-link">Disclaimer</a></li><li><a target="_blank" href="/methodology/" class="cmc-link">Methodology</a></li><li><a target="_blank" href="https://jobs.coinmarketcap.com/employers/293118-coinmarketcap?utm_source=coinmarketcap&amp;utm_content=footer" rel="noopener">Careers</a><span class="tips">We’re hiring!</span></li></ul></div></div><div class="footer-row"><div class="sc-1oj4kco-6 lijEzx"><span>Support</span><ul><li><a target="_blank" href="/request/" rel="noopener">Request Form</a></li><li><a target="_blank" href="/request/">Contact Support</a></li><li><a target="_blank" href="/faq/" class="cmc-link">FAQ</a></li><li><a target="_blank" href="https://coinmarketcap.com/alexandria/glossary" rel="noopener">Glossary</a></li></ul></div><div class="sc-1oj4kco-6 lijEzx"><span>Socials</span><ul><li><a target="_blank" href="https://www.facebook.com/CoinMarketCap" rel="noopener">Facebook</a></li><li><a target="_blank" href="https://twitter.com/CoinMarketCap" rel="noopener">Twitter</a></li><li><a target="_blank" href="https://t.me/CoinMarketCap" rel="noopener">Telegram</a></li><li><a target="_blank" href="https://www.instagram.com/coinmarketcap/" rel="noopener">Instagram</a></li><li><a target="_blank" href="https://t.me/CoinMarketCapBot" rel="noopener">Interactive Chat</a></li></ul></div></div></div><div class="footer-meta"><div class="sc-1oj4kco-4 irssQJ">© <!-- -->2021<!-- --> CoinMarketCap. All rights reserved</div><div class="ff5svh-0 iJZTmG"><a target="_blank" href="https://itunes.apple.com/app/coinmarketcap/id1282107098?ls=1&amp;mt=8" class="cmc-app-store-badge cmc-link"><div> </div></a><a target="_blank" href="https://play.google.com/store/apps/details?id=com.coinmarketcap.android&amp;hl=en_US" class="cmc-app-store-badge cmc-link"><div> </div></a></div></div></div></footer><div class="bywovg-2 iIaJEG"><div style="text-align:right" class="sc-16r8icm-0 kjciSH"><div class="sc-1z13y8y-0 cbMfyE"><span class="icon-Chevron-up"></span></div></div></div></div><span></span></div><script id="__NEXT_DATA__" type="application/json">{"props":{"isServer":true,"initialState":{"app":{"locale":"en-US","theme":"DAY","lang":"en","country":"tr","currency":{"id":2781,"name":"United States Dollar","symbol":"usd","token":"$"},"bottomBannerHeights":{},"browser":{},"window":{"width":0,"height":0,"isNarrowLayout":false},"modal":{"instance":0,"data":{}},"message":"","isInApp":false},"cryptocurrency":{"listingLatest":{"page":1,"sort":"","sortDirection":"","data":[],"filters":{},"totalItems":0},"ItemKeyMap":{},"quoteKey":[],"listingHistorical":{"data":[],"page":1,"sort":"","sortDirection":""},"new":{"page":1,"sort":"","sortDirection":"","data":[]},"watchlist":{"page":1,"sort":"","sortDirection":"","data":[]},"map":{"data":[],"slugMap":{}},"info":{},"prices":{},"quotesLatest":{},"quotesHistorical":{"loading":true},"ohlcvHistorical":{},"related":{"data":{}},"marketPairsLatest":{"data":{}},"pricePerformanceStatsLatest":{"data":{}},"topDerivatives":[],"yieldFarmingRankingLatest":{"filterKey":""},"gainersLosers":{"gainers":[],"losers":[],"sortGainers":"","sortDirectionGainers":"","sortLosers":"","sortDirectionLosers":""},"trendingCoins":{"sort":"","sortDirection":"","data":[]},"mostViewed":{"sort":"","sortDirection":"","data":[]},"spotlight":{"data":{}},"quotes":{"1":{"id":1,"symbol":"BTC","p":48103.348923230216,"p1h":-0.23562175,"p24h":-2.00731596,"p7d":6.67044143,"p30d":40.07341506,"p60d":49.6392791,"p90d":24.94242359,"v":36793918711.62164,"mc":904164640642.2697,"ts":18796293,"t":1629835571000,"vol24hpc":12.0115,"mc24hpc":-2.1176,"fmc24hpc":8.51},"1027":{"id":1027,"symbol":"ETH","p":3193.2863938748424,"p1h":0.00100612,"p24h":-2.90301815,"p7d":3.52658442,"p30d":48.50601558,"p60d":72.34376105,"p90d":16.73190722,"v":20618859081.117393,"mc":374380825564.49054,"ts":117239977.6865,"t":1629835576000,"vol24hpc":1.8543,"mc24hpc":-2.7846,"fmc24hpc":22.01},"2781":{"id":2781,"symbol":"USD","p":1,"p1h":0,"p24h":0,"p7d":0,"p30d":0,"p60d":0,"p90d":0,"v":0,"mc":0,"ts":0,"t":1629835629000},"9022":{"id":9022,"symbol":"SATS","p":0.00048103348923230214,"p1h":-0.23562175,"p24h":-2.00731596,"p7d":6.67044143,"p30d":40.07341506,"p60d":49.6392791,"p90d":24.94242359,"v":36793918711.62164,"mc":904164640642.2697,"ts":18796293,"t":1629835571000,"vol24hpc":12.0115,"mc24hpc":-2.1176,"fmc24hpc":8.51,"name":"Satoshi","token":"SATS","rate":100000000},"9023":{"id":9023,"symbol":"BITS","p":0.04810334892323022,"p1h":-0.23562175,"p24h":-2.00731596,"p7d":6.67044143,"p30d":40.07341506,"p60d":49.6392791,"p90d":24.94242359,"v":36793918711.62164,"mc":904164640642.2697,"ts":18796293,"t":1629835571000,"vol24hpc":12.0115,"mc24hpc":-2.1176,"fmc24hpc":8.51,"name":"Bits","token":"BITS","rate":1000000}}},"exchange":{"listingLatest":{"page":1,"sort":"","sortDirection":"","data":[]},"map":{"data":[]},"info":{},"quotesLatest":{},"marketPairsLatest":{"data":{}},"related":{"data":[]},"fiatOnRamp":{"activeSection":null,"selectedCrypto":null,"availableCurrencies":["USD","EUR","GBP","NGN","RUB"],"selectedCurrency":"USD","orderBy":"price","order":"asc","tableData":[]}},"globalMetrics":{"quotesHistorical":{},"trendingSearch":[]},"watchlist":{"loaded":false,"data":[],"onboarding":[],"import":null,"counts":{"isLoading":false,"data":{}}},"user":{"isLoading":false,"isLoaded":true,"isHeadlineLoading":true,"loginModal":"","loginContinue":null},"router":{"statusCode":{"404":false,"429":false}},"notification":{"cardsData":[{"platform":"News of the Day","title":"Aug. 24: US #1 in DeFi","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60b77fe86675c10012e22956/1629821871957_DNR-blue.png","link":"https://coinmarketcap.com/alexandria/article/us-defi-adoption-crypto-news-recap-aug-24"},{"platform":"Free Airdrops","title":"Join $30K TopGoal NFT Airdrop!","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/6070feadb7d4bf0019020de0/1620015684444.png","link":"https://coinmarketcap.com/currencies/topgoal/airdrop/"},{"platform":"Trending Topic","title":"New Enhanced Price Estimate Feature","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60f774520560b9001947d365/1629104756463_128128.png","link":"https://coinmarketcap.com/alexandria/article/coinmarketcap-launches-a-new-enhanced-price-estimate-feature"},{"platform":"Diamonds Rewards","title":"Get Exclusive NFT Rewards via Diamonds","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60d1ca8b8fbdd60019a419ba/1624407511730_diamond-block-03@2x.png","link":"https://coinmarketcap.com/alexandria/article/you-can-now-redeem-your-coinmarketcap-diamonds"},{"platform":"Learn \\u0026 Earn","title":"Learn about Cybertino \\u0026 Earn $500 NFT!","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60b83f9f660e330012739b54/1622687663313_Learn-\\u0026-Earn-128x128.png","link":"https://bit.ly/3AqsSqU"},{"platform":"Parachain Auctions","title":"CoinMarketCap Launches Parachain Auctions Tracker","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60ed6b38be512c0012ff7c01/1626172238762_128x128 (4).png","link":"https://coinmarketcap.com/alexandria/article/coinmarketcap-launches-parachain-auctions-tracker"},{"platform":"Legal Tender","title":"Which Country Will Make Crypto Legal Tender Next?","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60dbeb30e25a5200121f3755/1625025339139_128x128 (2).png","link":"https://coinmarketcap.com/alexandria/article/which-country-will-make-crypto-legal-tender-next"},{"platform":"Token Swap","title":"CoinMarketCap Launches MDEX Token Swaps","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60dbeb801fec7f0013b4583c/1625025417279_Token Swap 128x128.png","link":"https://coinmarketcap.com/alexandria/article/swap-with-mdex-on-coinmarketcap"},{"platform":"Watchlist Airdrop","title":"Submit Your Watchlist and Win USDT Airdrops","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60b4d94080f19c001207c62f/1622464852826_Weekly Watchlist Widget 128x128.png","link":"https://coinmarketcap.com/alexandria/article/coinmarketcap-weekly-watchlist-airdrop-event"},{"platform":"Portfolio Airdrop","title":"Create a Portfolio and Win USDT Airdrops","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60d917f73629f70019d55aa2/1624840191525_128x128 (1).png","link":"https://coinmarketcap.com/alexandria/article/coinmarketcap-monthly-portfolio-airdrop-event"},{"platform":"Prediction Airdrop","title":"Predict the Bitcoin Price for Aug 31st","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60a4fb4abee9a40019d0c6e4/1621424989453_Price Prediction Graphic 128x128.jpg","link":"https://coinmarketcap.com/alexandria/article/coinmarketcap-bitcoin-price-prediction-event"},{"platform":"Events Calendar","title":"Stay Up-to-Date with Major Crypto Events","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/608a86abb1a4f60019c63b05/1619746773751.png","link":"https://coinmarketcap.com/events"},{"platform":"Promotion Request","title":"Promote Your Project on CoinMarketCap","image":"https://s3.amazonaws.com/s2.coinmarketcap.com/static/alerts/60f1109d9d75150012a593d9/1626411535118_5ff7248811cf0e13e9224595_photo.png","link":"https://coinmarketcap.com/alexandria/article/coinmarketcap-promotion-request-form"}]},"sponsoredAds":{"sponsoredAds":{"ads":{"60f659d1c32e840d40347d5a":{"advertiser":"Crypto.com","buttonCopy":"","title":"Buy Crypto at True Cost","ctaCopy":"","content":"","url":"https://crypto.onelink.me/J9Lg/searchbuycrypto","logoUrl":"https://s3.coinmarketcap.com/static/img/as/cryptocom_32x32_1.png"},"60f659d1c32e840d40347d5b":{"advertiser":"Crypto.com","buttonCopy":"","title":"Earn 6.5% p.a On BTC","ctaCopy":"","content":"","url":"https://crypto.onelink.me/J9Lg/searchearn","logoUrl":"https://s3.coinmarketcap.com/static/img/as/cryptocom_32x32_1.png"},"60f659d1c32e840d40347d4d":{"advertiser":"Binance","buttonCopy":"Buy","title":"Buy Crypto with Fees as Low as 0%","image":"https://s3.coinmarketcap.com/static/img/as/binance_buy_480x176.png","ctaCopy":"Fees as Low as 0%","content":"Buy crypto with a bank transfer, credit or debit card, P2P exchange, and more. Not investment advice. All trading carries risk. Terms apply.","url":"https://binance1.shortcm.li/cmcbuy","logoUrl":"https://s3.coinmarketcap.com/static/img/as/binance_32x32_1.png"},"60f659d1c32e840d40347d52":{"advertiser":"Blockchain.com","buttonCopy":"Buy","title":"Buy, Sell, and Trade Instantly","image":"https://s3.coinmarketcap.com/static/img/as/adlisting_blockchaincom_1.png","ctaCopy":"Buy Bitcoin","content":"Trusted by millions worldwide. Buy and trade with instant bank transfer, credit or debit card. Low fees with 52+ trading pairs.","url":"http://blockchain.go2cloud.org/aff_c?offer_id=6\\u0026aff_id=1000\\u0026aff_sub=BTC","logoUrl":"https://s3.coinmarketcap.com/static/img/as/blockchain_logo.png"},"60f659d1c32e840d40347d57":{"advertiser":"Binance","buttonCopy":"Exchange","title":"Lowest Trading Fees on 300+ Cryptocurrencies.","image":"https://s3.coinmarketcap.com/static/img/as/binance_exchange_480x176.png","ctaCopy":"Lowest Trading Fees","content":"Binance offers the lowest trading fees for 99% of users compared to leading global exchanges. Not investment advice. Trading carries risk. Terms apply","url":"https://binance1.shortcm.li/cmcex","logoUrl":"https://s3.coinmarketcap.com/static/img/as/binance_32x32_1.png"},"60fa02e93ba9832048c7e91f":{"advertiser":"Binance","title":"Hold BNB on Binance","ctaCopy":"Trade Now","content":"And Get 25% Off Trading Fees.","url":"https://binance1.shortcm.li/cmctrend","logoUrl":"https://s3.coinmarketcap.com/static/img/as/binance_32x32_1.png"},"60f659d1c32e840d40347d58":{"advertiser":"1xBIT","buttonCopy":"Gaming","title":"Crypto Sportsbook \\u0026 Online Casino","image":"https://s3.coinmarketcap.com/static/img/as/1xbit_480x176.png","ctaCopy":"Get your 7 BTC here","content":"Don’t lose a chance to dive into 3000+ games, the highest ODDs for sports and eSports with full anonymity","url":"https://mooony.xyz/click.php?kpp=cmkbutton","logoUrl":"https://s3.coinmarketcap.com/static/img/as/1xbit_32x32_1.png"},"60f659d1c32e840d40347d56":{"advertiser":"Binance","buttonCopy":"Buy","title":"Buy Crypto with Fees as Low as 0%","image":"https://s3.coinmarketcap.com/static/img/as/binance_buy_480x176 (1).png","ctaCopy":"Fees as Low as 0%","content":"Buy crypto with a bank transfer, credit or debit card, P2P exchange, and more. Not investment advice. All trading carries risk. Terms apply.","url":"https://binance1.shortcm.li/cmcbuy","logoUrl":"https://s3.coinmarketcap.com/static/img/as/binance_32x32_1.png"},"60f659d1c32e840d40347d53":{"advertiser":"Blockchain.com","buttonCopy":"Buy","title":"Buy, Sell, and Trade Instantly","image":"https://s3.coinmarketcap.com/static/img/as/FP_blockchaincom.png","ctaCopy":"Buy Ethereum","content":"Trusted by millions worldwide. Buy and trade with instant bank transfer, credit or debit card. Low fees with 52+ trading pairs.","url":"http://blockchain.go2cloud.org/aff_c?offer_id=6\\u0026aff_id=1000\\u0026aff_sub=ETH","logoUrl":"https://s3.coinmarketcap.com/static/img/as/blockchain_logo.png"},"60f659d1c32e840d40347d51":{"advertiser":"Crypto.com","buttonCopy":"Buy","title":"Buy Crypto With 0% Fee","image":"https://s3.coinmarketcap.com/static/img/as/adlisting_cryptocom.png","ctaCopy":"Buy Crypto","content":"Buy 90+ cryptos with 0% fee on credit/debit card for your first 30 days","url":"https://crypto.onelink.me/J9Lg/68393b3b","logoUrl":"https://s3.coinmarketcap.com/static/img/as/cryptocom_32x32_1.png"},"60f659d1c32e840d40347d59":{"advertiser":"CEX.IO","buttonCopy":"Earn Crypto","title":"Earn crypto when you sleep","image":"https://s3.coinmarketcap.com/static/img/as/cex-hires.png","ctaCopy":"Earn 20% reward","content":"Deposit or buy stake-able coins like MATIC, ADA, ATOM, TRX, ZIL etc. and increase your holdings by up to 20%.","url":"https://cexio.page.link/coinmarketcap","logoUrl":"https://s3.coinmarketcap.com/static/img/as/cexio_32x32_1.png"},"60f659d1c32e840d40347d50":{"advertiser":"Crypto.com","buttonCopy":"Buy","title":"Buy Crypto With 0% Fee","image":"https://s3.coinmarketcap.com/static/img/as/adlisting_cryptocom.png","ctaCopy":"Buy Crypto","content":"Buy 90+ cryptos with 0% fee on credit/debit card for your first 30 days","url":"https://crypto.onelink.me/J9Lg/68393b3b","logoUrl":"https://s3.coinmarketcap.com/static/img/as/cryptocom_32x32_1.png"},"60f659d1c32e840d40347d54":{"advertiser":"Blockchain.com","buttonCopy":"Buy","title":"Buy, Sell, and Trade Instantly","image":"https://s3.coinmarketcap.com/static/img/as/adlisting_blockchaincom_1.png","ctaCopy":"Buy USD Tether","content":"Trusted by millions worldwide. Buy and trade with instant bank transfer, credit or debit card. Low fees with 52+ trading pairs.","url":"http://blockchain.go2cloud.org/aff_c?offer_id=6\\u0026aff_id=1000\\u0026aff_sub=USDT","logoUrl":"https://s3.coinmarketcap.com/static/img/as/blockchain_logo.png"}},"positions":{"HomePageBuyButtons":{"1":["60f659d1c32e840d40347d4d","60f659d1c32e840d40347d52","60f659d1c32e840d40347d50"],"825":["60f659d1c32e840d40347d54"],"1027":["60f659d1c32e840d40347d4d","60f659d1c32e840d40347d53","60f659d1c32e840d40347d50"],"1839":["60f659d1c32e840d40347d4d"],"3635":["60f659d1c32e840d40347d51"]},"CoinPageBuyButtons":{"1":["60f659d1c32e840d40347d56"],"2":["60f659d1c32e840d40347d57"],"3":["60f659d1c32e840d40347d58"],"4":["60f659d1c32e840d40347d59"]},"SearchSponsored":["60f659d1c32e840d40347d5a","60f659d1c32e840d40347d5b"],"TrendingSponsored":["60fa02e93ba9832048c7e91f"]}}}},"initialProps":{"initialI18nStore":{"en":{"common":{},"coin-detail-page":{"coin_detail_wallets_seo_text":"\\u003ch2 id=\'what-are-cryptocurrency-wallets-\'\\u003eWhat Are Cryptocurrency Wallets?\\u003c/h2\\u003e \\u003cp\\u003eCryptocurrency \\u003ca href=\'https://coinmarketcap.com/alexandria/glossary/wallet\'\\u003ewallets\\u003c/a\\u003e are software programs that store private and public keys and interface with various blockchain to enable users to send and receive digital currency and monitor their balance. It is the equivalent of a bank account where you can both deposit and withdraw funds from (though only the latter with cryptocurrency).\\u003c/p\\u003e \\u003cp\\u003eCryptocurrency wallets store private and public keys and facilitate the sending and receiving of digital currency and monitor all transactions to protect from identity theft. The private key is used to authorize payments, while the public key is used to access received funds.\\u003c/p\\u003e \\u003cp\\u003eCryptocurrency wallets can be hot, meaning that they are connected to the internet, or cold, meaning that they have no internet connection. When deciding whether to use a \\u003ca href=\'https://coinmarketcap.com/alexandria/article/hot-wallets-vs-cold-wallets-whats-the-difference\'\\u003ehot wallet vs a cold wallet\\u003c/a\\u003e, you need to consider several factors: while hot wallets are often more user friendly, they also carry a higher risk of loss of funds due to their internet connection.\\u003c/p\\u003e \\u003ch2 id=\'what-are-the-main-types-of-cryptocurrency-wallets-\'\\u003eWhat Are the Main Types of Cryptocurrency Wallets?\\u003c/h2\\u003e \\u003ch3 id=\'-paper-wallets-https-coinmarketcap-com-alexandria-glossary-paper-wallet-\'\\u003e\\u003ca href=\'https://coinmarketcap.com/alexandria/glossary/paper-wallet\'\\u003ePaper Wallets\\u003c/a\\u003e\\u003c/h3\\u003e \\u003cp\\u003eCryptocurrency paper wallets are a secure way to hold your cryptocurrencies. Think of them like a savings account with no withdrawal limits. A paper wallet contains both the public and private key for your wallet. The wallet can be used to receive cryptocurrencies from other people. It is also possible to send cryptocurrency to this address if it is generated with a genuine random number generator (RNG).\\u003c/p\\u003e \\u003cp\\u003eThey are simple, secure and offline alternatives to digital cryptocurrency wallets. They have all of the benefits of paper money while also providing the unique ability to securely cold-store digital currency without any possibility of a hacker or malware gaining access to your funds.\\u003c/p\\u003e \\u003ch3 id=\'-hot-wallets-https-coinmarketcap-com-alexandria-glossary-hot-wallet-\'\\u003e\\u003ca href=\'https://coinmarketcap.com/alexandria/glossary/hot-wallet\'\\u003eHot Wallets\\u003c/a\\u003e\\u003c/h3\\u003e \\u003cp\\u003eCryptocurrency hot wallets are also known as web wallets or online wallets.These types of wallets are used to make small, frequent payments while requiring the least amount of effort from the individual and/or organization. \\u003c/p\\u003e \\u003cp\\u003eCryptocurrency hot wallets are a digital wallet used to store cryptocurrency funds. A hot wallet is an online system and can be accessed from anywhere as it does not require any physical access to the unit. For example, \\u003ca href=\'https://coinmarketcap.com/exchanges/coinbase-pro/\'\\u003eCoinbase\\u003c/a\\u003e is a popular exchange platform for buying cryptocurrency in the U.S. and Europe, but they also have a web-based digital wallet which allows users to store \\u003ca href=\'https://coinmarketcap.com/currencies/bitcoin/\'\\u003eBitcoin\\u003c/a\\u003e, \\u003ca href=\'https://coinmarketcap.com/currencies/litecoin/\'\\u003eLitecoin\\u003c/a\\u003e and \\u003ca href=\'https://coinmarketcap.com/currencies/ethereum\'\\u003eEther\\u003c/a\\u003e, among other coins.\\u003c/p\\u003e \\u003cp\\u003e\\u003ca href=\'https://coinmarketcap.com/alexandria/article/what-is-metamask\'\\u003eMetaMask\\u003c/a\\u003e is another popular hot wallet.\\u003c/p\\u003e \\u003ch3 id=\'-cold-wallets-https-coinmarketcap-com-alexandria-glossary-cold-wallet-\'\\u003e\\u003ca href=\'https://coinmarketcap.com/alexandria/glossary/cold-wallet\'\\u003eCold Wallets\\u003c/a\\u003e\\u003c/h3\\u003e \\u003cp\\u003eCold wallets refer to any method of storing cryptocurrency which keeps the private keys of your coins offline, preventing any form of hacking, stealing, or unauthorized access. Paper wallets and other cold wallets are considered to be more secure as compared to hot storage solutions such as online and software wallets, which make transactions much easier but are often less secure due to security issues.\\u003c/p\\u003e \\u003ch3 id=\'how-to-use-a-bitcoin-wallet\'\\u003eHow to Use a Bitcoin Wallet\\u003c/h3\\u003e \\u003cp\\u003eCoinMarketCap Alexandria has a guide that teaches you \\u003ca href=\'https://coinmarketcap.com/alexandria/article/how-to-use-a-bitcoin-wallet\'\\u003ehow to use a Bitcoin wallet here\\u003c/a\\u003e.\\u003c/p\\u003e"}}},"initialLanguage":"en","i18nServerInstance":null,"pageProps":{"info":{"id":2011,"name":"Tezos","symbol":"XTZ","slug":"tezos","category":"coin","description":"## What Is Tezos (XTZ)?\\n\\nTezos is a blockchain network that’s based on smart contracts, in a way that’s not too dissimilar to Ethereum. However, there’s a big difference: Tezos aims to offer infrastructure that is more advanced — meaning it can evolve and improve over time without there ever being a danger of a hard fork. This is something that both Bitcoin and Ethereum have suffered since they were created. People who hold XTZ can vote on proposals for protocol upgrades that have been put forward by Tezos developers.\\n\\nTo learn more about this project, check out our deep dive of [Tezos](https://coinmarketcap.com/alexandria/article/a-deep-dive-into-tezos).\\n\\nThis open-source platform bills itself as “secure, upgradable and built to last” — and says its smart contract language provides the accuracy that is required for high-value use cases. According to Tezos, its approach means that it is futureproof and will “remain state-of-the-art long into the future,” meaning it can embrace developments in blockchain technology.\\n\\nThe technology underpinning Tezos was first proposed in a white paper that was released in September 2014. After a series of delays, the Tezos mainnet launched four years later.\\n\\n## Who Are the Founders of Tezos?\\n\\nArthur Breitman was the man who wrote the Tezos white paper — and in a nod to [Satoshi Nakamoto](https://coinmarketcap.com/alexandria/article/who-is-satoshi-nakamoto), he wrote his works under the pen name L. M. Goodman. He argued that one of Bitcoin’s biggest failings was the lack of a governance process that invited contributions from the community who use the network — as well as the fact that new tokens couldn’t be issued through this blockchain.\\n\\nHe and his wife Kathleen founded a startup called Dynamic Ledger Solutions which was tasked with writing the code that would underpin the Tezos protocol. This company was subsequently purchased by the Tezos Foundation to ensure that it owned all of the intellectual property rights relating to the network.\\n\\n### What Makes Tezos Unique?\\n\\nAlthough staking is common across blockchains, Tezos has a unique twist on this process. Participants can get involved with the network’s governance through “baking,” where they effectively stake 8,000 XTZ. This creates a financial incentive to act honestly.\\n\\nBakers are then tasked with voting on proposed changes to the blockchain’s code in a four-step procedure that takes approximately 23 days. Proposals that receive support from the vast majority of participants are put through their paces on a testnet for 48 hours and are fully implemented if they are backed by a super-majority.\\n\\nTezos is also unique because of how it has started to be used by high-profile businesses. In September 2020, it was announced that the French banking giant Societe Generale planned to use this blockchain for experimenting with a central bank digital currency.\\n\\nBig cryptocurrency exchanges such as Binance and Coinbase have also unveiled support for Tezos staking, meaning users can receive rewards based on the XTZ that they hold. This is not a feature that’s seen too widely across digital assets.\\n\\n**Related Pages**:\\n\\n[Read in-depth tech deep dives on CMC Alexandria](https://coinmarketcap.com/alexandria/categories/tech-deep-dives)\\n\\n[Glossary: What is staking?](https://coinmarketcap.com/alexandria/glossary/staking)\\n\\n[Discover which cryptos have recently been added to CMC](https://coinmarketcap.com/new/)\\n\\n[CoinMarketCap Blog: The latest features and analysis](https://blog.coinmarketcap.com/)\\n\\n[A Deep Dive Into Tezos](https://coinmarketcap.com/alexandria/article/a-deep-dive-into-tezos)\\n\\n\\n### How Many Tezos (XTZ) Coins Are There in Circulation?\\n\\nOur data shows that 743,862,304 XTZ are in circulation at the time of writing.\\n\\nA token sale for Tezos was held back in July 2017 — and during this ICO, a total of 65,681 BTC and 361,122 ETH was raised. At the time, this was worth $232 million, securing its place as one of the largest initial coin offerings ever held.\\n\\nWhile 80% of this initial supply went to investors, 20% was split equally between the Tezos Foundation and Dynamic Ledger Solutions.\\n\\nThe mainnet’s launch was delayed by a series of lawsuits from some disgruntled investors, who argued that XTZ amounted to unregistered securities.\\n\\n### How Is the Tezos Network Secured?\\n\\nLike other blockchains, Tezos uses a [proof-of-stake](https://coinmarketcap.com/alexandria/article/proof-of-work-vs-proof-of-stake) consensus mechanism.\\n\\nAnyone can become a validator and contribute to the smooth running of the network by making a security deposit. To incentivize honest behavior, rewards are given to those who work in the best interests of the blockchain — and those who act dishonestly risk losing their stake altogether.\\n\\n### Where Can You Buy Tezos (XTZ)?\\n\\nXTZ, otherwise known as “tez” for short, can be purchased from most major exchanges — including Binance, Coinbase and others. Trading pairs unite XTZ with fiat currencies, as well as other cryptocurrencies such as Bitcoin.[ If you’re looking to convert fiat into Bitcoin, you can read a comprehensive guide here.](https://coinmarketcap.com/how-to-buy-bitcoin/)\\n\\n### About Tezos Nodes\\n\\n[Tezos Nodes](https://www.tezos-nodes.com/) is a reliability rating public Tezos Bakers and a service for monitoring the state of node performance for non-public Tezos Bakers.\\n\\nWorking with the baking community, the team developed a baker reliability index that [features 10 key indicators](https://www.tezos-nodes.com/about). This index will provide you with all the necessary info you need to choose a reliable public baker.","dateAdded":"2017-10-06T00:00:00.000Z","status":"active","notice":"","latestUpdateTime":"2021-08-24T20:07:32.000Z","watchCount":"243437","launchPrice":0.47,"tags":[{"slug":"pos","name":"PoS","category":"CONSENSUS_ALGORITHM"},{"slug":"platform","name":"Platform","category":"PROPERTY"},{"slug":"enterprise-solutions","name":"Enterprise solutions","category":"PROPERTY"},{"slug":"collectibles-nfts","name":"Collectibles \\u0026 NFTs","category":"PROPERTY"},{"slug":"smart-contracts","name":"Smart Contracts","category":"PROPERTY"},{"slug":"binance-smart-chain","name":"Binance Smart Chain","category":"PROPERTY"},{"slug":"polychain-capital-portfolio","name":"Polychain Capital Portfolio","category":"PROPERTY"},{"slug":"boostvc-portfolio","name":"BoostVC Portfolio","category":"PROPERTY"},{"slug":"winklevoss-capital","name":"Winklevoss Capital","category":"PROPERTY"}],"urls":{"website":["https://www.tezos.com/"],"technical_doc":["https://tezos.gitlab.io/"],"explorer":["https://tzstats.com/","https://tezblock.io/","https://tezos.id/","https://tzkt.io/","https://bscscan.com/token/0x16939ef78684453bfdfb47825f8a5f714f12623a"],"source_code":["https://gitlab.com/tezos/tezos"],"message_board":["https://forum.tezosagora.org/"],"chat":["https://t.me/tezosplatform","https://riot.tzchat.org/"],"announcement":["https://discord.gg/e6dCF7B"],"reddit":["https://reddit.com/r/tezos"],"twitter":["https://twitter.com/tezos"]},"volume":537976425.9146508,"volumeChangePercentage24h":30.7422,"statistics":{"price":3.99016285812463,"priceChangePercentage1h":-0.09637428,"priceChangePercentage24h":-4.257532,"priceChangePercentage7d":12.75490919,"priceChangePercentage30d":44.19854865,"priceChangePercentage60d":55.7764136,"priceChangePercentage90d":5.39805612,"marketCap":3418625084.08,"marketCapChangePercentage24h":-4.2464,"fullyDilutedMarketCap":3537898729.52,"fullyDilutedMarketCapChangePercentage24h":17.98,"circulatingSupply":856763296.545307,"totalSupply":886655220.679788,"marketCapDominance":0.1648,"rank":42,"roi":749.67619996,"low24h":3.90242448,"high24h":4.46798882,"low7d":3.26652605,"high7d":4.46798882,"low30d":2.74082216,"high30d":4.3363732,"low90d":2.10599891,"high90d":4.46798882,"low52w":1.64479245,"high52w":8.3988035,"lowAllTime":0.31463131,"highAllTime":8.3988035,"lowAllTimeChangePercentage":1168.2,"highAllTimeChangePercentage":-52.49,"lowAllTimeTimestamp":"2018-12-07T03:24:11.000Z","highAllTimeTimestamp":"2021-05-07T02:03:18.000Z","lowYesterday":3.78474284,"highYesterday":4.3363732,"openYesterday":3.8005668,"closeYesterday":4.31429358,"priceChangePercentageYesterday":13.52,"volumeYesterday":539077831.44,"turnover":0.15736631,"ytdPriceChangePercentage":98.6224,"status":""},"platforms":[{"contractId":1839,"contractAddress":"0x16939ef78684453bfdfb47825f8a5f714f12623a","contractPlatform":"Binance Smart Chain","contractPlatformId":14,"contractChainId":56,"contractRpcUrl":["https://bsc-dataseed1.binance.org","https://bsc-dataseed.binance.org/","https://bsc-dataseed1.binance.org:443"],"contractNativeCurrencyName":"Binance Chain Native Token","contractNativeCurrencySymbol":"BNB","contractNativeCurrencyDecimals":18,"contractBlockExplorerUrl":"https://bscscan.com/","contractExplorerUrl":"https://bscscan.com/token/0x16939ef78684453bfdfb47825f8a5f714f12623a","contractDecimals":18,"platformCryptoId":1839}],"relatedCoins":[{"id":873,"name":"NEM","slug":"nem","price":0.20058026346608,"priceChangePercentage24h":-3.90443909,"priceChangePercentage7d":-1.51899393},{"id":5829,"name":"TrustSwap","slug":"trustswap","price":1.64386128963255,"priceChangePercentage24h":-6.00581641,"priceChangePercentage7d":49.9509532},{"id":5964,"name":"Trust Wallet Token","slug":"trust-wallet-token","price":0.91176215768244,"priceChangePercentage24h":-0.29866036,"priceChangePercentage7d":15.63715087},{"id":6758,"name":"SushiSwap","slug":"sushiswap","price":12.45316542757583,"priceChangePercentage24h":-8.64689801,"priceChangePercentage7d":-2.76127757},{"id":6538,"name":"Curve DAO Token","slug":"curve-dao-token","price":2.15027971858702,"priceChangePercentage24h":-5.9266974,"priceChangePercentage7d":5.64229655},{"id":7083,"name":"Uniswap","slug":"uniswap","price":26.87481528289789,"priceChangePercentage24h":-5.98710018,"priceChangePercentage7d":-4.97335442},{"id":6992,"name":"Spartan Protocol","slug":"spartan-protocol","price":0.46445127771362,"priceChangePercentage24h":-2.42418859,"priceChangePercentage7d":-5.86872046},{"id":6636,"name":"Polkadot","slug":"polkadot-new","price":25.24864087653257,"priceChangePercentage24h":-8.0989358,"priceChangePercentage7d":3.10959924},{"id":74,"name":"Dogecoin","slug":"dogecoin","price":0.29559116237435,"priceChangePercentage24h":-5.8724385,"priceChangePercentage7d":-4.76624491},{"id":7737,"name":"API3","slug":"api3","price":4.18853294870847,"priceChangePercentage24h":-3.91774526,"priceChangePercentage7d":-1.57028318}],"relatedExchanges":[{"id":270,"name":"Binance","slug":"binance"},{"id":710,"name":"Tokocrypto","slug":"tokocrypto"},{"id":294,"name":"OKEx","slug":"okex"},{"id":524,"name":"FTX","slug":"ftx"},{"id":102,"name":"Huobi Global","slug":"huobi-global"}],"wallets":[{"id":9017,"name":"Ledger","tier":1,"url":"https://www.ledger.com/","chains":"BTC,ETH,NEO,ZEC,QTUM,BAN","types":"hardware","introduction":"","star":3,"security":4,"easyToUse":3,"decentration":false,"focusNumber":0,"rank":2,"logo":"9017.png","multipleChain":true},{"id":9020,"name":"Trezor","tier":1,"url":"https://www.trezor.io/","chains":"BTC,ETH,LTC,ETC,ZEC,AXE,ETZ","types":"hardware","introduction":"","star":2,"security":4,"easyToUse":3,"decentration":false,"focusNumber":0,"rank":1000004,"logo":"9020.png","multipleChain":true},{"id":9058,"name":"Math Wallet","url":"http://www.mathwallet.org/cn/","chains":"BTC,ETH,EOS,NEO,ONT,IRIS,EVT,ESN,YAS","types":"app,trade","introduction":"","star":2,"security":3,"easyToUse":3,"decentration":false,"focusNumber":2,"rank":1000005,"logo":"9058.png","multipleChain":true},{"id":9022,"name":"Trust Wallet","tier":1,"url":"https://www.trustwallet.com/","chains":"ETH","types":"app,trade","introduction":"","star":2,"security":3,"easyToUse":3,"decentration":true,"focusNumber":0,"rank":1000008,"logo":"9022.png","multipleChain":true},{"id":9025,"name":"MetaMask","tier":1,"url":"https://metamask.io/","chains":"ETH,ETZ","types":"pc","introduction":"","star":1,"security":2,"easyToUse":4,"decentration":false,"focusNumber":0,"rank":1000013,"logo":"9025.png","multipleChain":true},{"id":9138,"name":"Safepal","url":"https://www.safepal.io/","chains":"DOT","types":"","introduction":"","star":0,"security":0,"easyToUse":0,"decentration":false,"focusNumber":0,"logo":"9138.png","multipleChain":false},{"id":9152,"name":"Binance Chain Wallet","url":"https://www.binance.org/en/blog/binance-extension-wallet/","chains":"BNB","types":"","introduction":"","star":0,"security":0,"easyToUse":0,"decentration":false,"focusNumber":0,"logo":"9152.png","multipleChain":false},{"id":9191,"name":"AirGap","url":"https://airgap.it/","chains":"","types":"","introduction":"","star":0,"security":0,"easyToUse":0,"decentration":false,"focusNumber":0,"logo":"default.png","multipleChain":false}],"isAudited":true,"auditInfos":[{"coinId":"2011","auditor":"Quantstamp","auditStatus":2,"score":"N/A","auditTime":"2021-07-09","reportUrl":"https://certificate.quantstamp.com/view/sexp-synthetic-asset-exchange-on-tezos"}],"holders":{},"selfReportedTags":[],"dateLaunched":"2013-03-03"},"trendingList":[{"id":11257,"dataType":2,"name":"Republic of Dogs","symbol":"ROD","slug":"republic-of-dogs","rank":2759,"status":"active","marketCap":0,"priceChange":{"price":4.72562e-9,"priceChange24h":10.20006442,"priceChange7d":970.91377221,"priceChange30d":0,"volume24h":2997776.89930386}},{"id":7817,"dataType":2,"name":"Bifrost (BFC)","symbol":"BFC","slug":"bifrost","rank":227,"status":"active","marketCap":415308812.9,"priceChange":{"price":0.49182383751562,"priceChange24h":12.13715199,"priceChange7d":133.64432896,"priceChange30d":1086.75689082,"volume24h":449665539.2438482}},{"id":11255,"dataType":2,"name":"Orica","symbol":"ORI","slug":"orica","rank":2866,"status":"active","marketCap":0,"priceChange":{"price":2.34284922034008,"priceChange24h":-0.57351704,"priceChange7d":120.96131712,"priceChange30d":0,"volume24h":1431638.13040838}},{"id":3217,"dataType":2,"name":"Ontology Gas","symbol":"ONG","slug":"ontology-gas","rank":145,"status":"active","marketCap":392516861.42,"priceChange":{"price":1.37304964835333,"priceChange24h":45.15917834,"priceChange7d":56.52648869,"priceChange30d":99.88810062,"volume24h":1207765897.1216238}},{"id":2010,"dataType":2,"name":"Cardano","symbol":"ADA","slug":"cardano","rank":3,"status":"active","marketCap":89590965284.71,"priceChange":{"price":2.78725739838626,"priceChange24h":-2.55043432,"priceChange7d":41.00696089,"priceChange30d":132.03388544,"volume24h":9205092812.196373}}],"alexandriaArticles":[{"title":"What’s Behind the Hype of NBA Top Shot NFTs?","url":"https://coinmarketcap.com/alexandria/article/whats-behind-the-hype-of-nba-top-shot-nfts","publishedOn":"2021-06-30T00:00:00.000Z","author":"Werner Vermaak","mainImage":"https://uploads-ssl.webflow.com/5f3306add5c511ca4cf17da9/60e304c20861a3455284dbc2_What%20Is%20NBA%20Top%20Shots.jpg"},{"title":"A Deep Dive Into Tezos","url":"https://coinmarketcap.com/alexandria/article/a-deep-dive-into-tezos","publishedOn":"2021-01-20T00:00:00.000Z","author":"Werner Vermaak","mainImage":"https://uploads-ssl.webflow.com/5f3306add5c511ca4cf17da9/6006e8d38089055c16399dfb_Tezos.png"},{"title":"Crypto Staking Guide 2021","url":"https://coinmarketcap.com/alexandria/article/crypto-staking-guide-2021","publishedOn":"2021-01-19T00:00:00.000Z","author":"Werner Vermaak","mainImage":"https://uploads-ssl.webflow.com/5f3306add5c511ca4cf17da9/5faa925ef84fc73c1d407d29_Data-graphic_v2%20(1).png"}],"defaultAlexandriaArticles":false,"isMobileView":false,"gaPageviewProps":{"section":"Cryptocurrency Details","subSection":"Currencies"},"hasAirdrop":false,"hasPricePredictionData":true,"namespacesRequired":["common","coin-detail-page"],"slug":"tezos","reqLang":"en","globalMetrics":{"numCryptocurrencies":11382,"numMarkets":46164,"activeExchanges":397,"marketCap":2065040047095.8054,"marketCapChange":-3.128442,"totalVol":120754539737.2,"stablecoinVol":94370093789.16069,"stablecoinChange":7.695992588368,"totalVolChange":4.987403,"defiVol":17510743173.767773,"defiChange":13.225291446148,"defiMarketCap":116516480422.22166,"derivativesVol":175085972545.39612,"derivativeChange":3.637989992496,"btcDominance":43.796463258443,"btcDominanceChange":0.353085338443,"ethDominance":18.137543791658,"etherscanGas":{"lastBlock":"13090178","slowPrice":"68","slowConfirmationTime":"45","standardPrice":"68","standardConfirmationTime":"45","fastPrice":"68","fastConfirmationTime":"45"}},"dailyVideos":[{"url":"https://youtu.be/kmorM_RFpt0","date":"2021-08-23T00:00:00.000Z"},{"url":"https://youtu.be/NaAKJE8emeY","date":"2021-08-20T00:00:00.000Z"},{"url":"https://youtu.be/5ccR63_I9NI","date":"2021-08-19T00:00:00.000Z"},{"url":"https://youtu.be/Z6Znhik8CuI","date":"2021-08-18T00:00:00.000Z"},{"url":"https://youtu.be/g_hdYOmd2NI","date":"2021-08-17T00:00:00.000Z"},{"url":"https://youtu.be/VdwovFdVfm0","date":"2021-08-16T00:00:00.000Z"},{"url":"https://youtu.be/Bv7WGwlTX1w","date":"2021-08-13T00:00:00.000Z"},{"url":"https://youtu.be/kDEcCEODcRY","date":"2021-08-12T00:00:00.000Z"},{"url":"https://youtu.be/ZYs8TSNLCq8","date":"2021-08-11T00:00:00.000Z"},{"url":"https://youtu.be/vJuTTFXpPdk","date":"2021-08-10T00:00:00.000Z"},{"url":"https://youtu.be/y4XlO8jnsHw","date":"2021-08-09T00:00:00.000Z"},{"url":"https://youtu.be/L73oujC0oxU","date":"2021-08-06T00:00:00.000Z"},{"url":"https://youtu.be/r_lSm-GeTeY","date":"2021-08-05T00:00:00.000Z"},{"url":"https://youtu.be/qJrp1Wr5BXM","date":"2021-08-04T00:00:00.000Z"},{"url":"https://youtu.be/I9omctabN5s","date":"2021-08-03T00:00:00.000Z"},{"url":"https://youtu.be/o3SvhtFDdD0","date":"2021-08-02T00:00:00.000Z"},{"url":"https://youtu.be/CQPrpGQF6Gg","date":"2021-07-30T00:00:00.000Z"},{"url":"https://youtu.be/ejZQ5PtQEQE","date":"2021-07-29T00:00:00.000Z"},{"url":"https://youtu.be/riZbXYxTiE0","date":"2021-07-28T00:00:00.000Z"},{"url":"https://youtu.be/KVNu0HbujMs","date":"2021-07-27T00:00:00.000Z"},{"url":"https://youtu.be/gJXAjib3ljQ","date":"2021-07-26T00:00:00.000Z"},{"url":"https://youtu.be/906D85H8Haw","date":"2021-07-23T00:00:00.000Z"},{"url":"https://youtu.be/poY9r-0NjUI","date":"2021-07-22T00:00:00.000Z"},{"url":"https://youtu.be/t-D2c3ZD99w","date":"2021-07-21T00:00:00.000Z"},{"url":"https://youtu.be/5vmPiYC27Rk","date":"2021-07-20T00:00:00.000Z"},{"url":"https://youtu.be/G0FsFLBKYIE","date":"2021-07-19T00:00:00.000Z"},{"url":"https://youtu.be/XFq9TRNJw3U","date":"2021-07-16T00:00:00.000Z"},{"url":"https://youtu.be/FkLfWphfiBU","date":"2021-07-15T00:00:00.000Z"}],"pageSize":100}}},"page":"/currencies-new","query":{"update":"1628948540886","cryptocurrencySlug":"tezos","section":""},"buildId":"d3fdc795c187bcae7d78a816b55b36d12d8e84e1","assetPrefix":"https://s2.coinmarketcap.com","isFallback":false,"customServer":true,"gip":true,"appGip":true}</script><script nomodule="" src="https://s2.coinmarketcap.com/_next/static/chunks/polyfills-246de938e0bd14b4196d.js"></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/main-573412d1c5f58717cc19.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/webpack-6925baab3724494a28dd.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/framework.aaa53fd7bb506a7f3684.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/14ab2bc291492ec71adc9e55c5559996f1efa8ad.27a42d31303c157f7afd.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/63e7f6a0024eee692b6008ed5480593fe552fbdc.d9201d6626cbbb8941b8.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/99f37f218ad1fc26a71b4538d8ecb82df7f7cfbb.bf61339dc810b42dd0ff.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/c19cff67a5efcb8fea4ac87e56945c2755a60e61.76536301e7d0e5e83738.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/d32ed7d73a3c3c3bf4599c5283edc2d74865d8a4.b20ffe33a15b49d9cd25.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/68942f9175ca45921f0c8cecd51f54c446761716.8dd59c44dc7e006de232.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/86a3520593101a231a5b041771c2c82852d2e20e.72d6e87dcf1a7e1db9d4.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/858a83ac6f83cdac47786741c4b57eedcf895529.25ffe8f6c6387d7b73a8.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/33951a05cf1e1e6bad2c6e2c24fb5bc112b0faba.94d1ad1a4904d9d776dd.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/2e40e91761d0e18b99781fab079c20b35e0baade.57c19464bf7baf694254.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/dac33145397cc129821e5181c796b356d3271ce9.2264d621bef4662c3b15.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/a00c397b0065a5c5dae8bf5afb9ca20cba28b256.a06df401615b3d7557a3.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/4077d3a221c177c8ad85846aef90e762d8341776.5c3e812da1a0378e0ed3.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/styles.4d6a3cdc83d80f6af392.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/pages/_app-aa0c42d3ee6bc1427e71.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/024be46f7c039e3efc7795d50e38c8ae5686d1af.73de2c5164cc784140ce.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/89281757478856d9ec37b623f4dc8ea0b896bafa.65dab0733c83f42fb3e9.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/03299a7c193f5422c17d8a94b6b3ba2c3c01e166.fd3dd5dd965cae28bef2.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/521092193f30ea6836cbd601bd4a2891e0032354.59cce2a6f5430c37b078.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/db366f25ea036738dc1747376b6c4256cdbe9fbf.d69f2f6abae54e2d8530.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/ea2f268dbde8aaa06a195be7e573c59525808da2.e6236f3b31f9aa053c22.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/bcf6b8f7eebf2b29eecd9822b6e6ceca566c60c0.98db2d691f9da2dbaad1.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/b4fcc39a3272fd5ca2f6ce65c1361391d617c294.4cfe53ae5207cf19a914.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/a151a2dea4d871f78b55b451791d41f7ee303113.839f9322c67cbf501ec9.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/8d2e38b9e4e3779006d80fc656392cb2727f1c6a.0fd6018e5daee9486e02.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/1ebf4469476610a43d5655ceb6e3958d13b67f54.346d5d12aff42cb84b19.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/chunks/pages/currencies-new-94b385e1003fff64d299.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/d3fdc795c187bcae7d78a816b55b36d12d8e84e1/_buildManifest.js" defer=""></script><script src="https://s2.coinmarketcap.com/_next/static/d3fdc795c187bcae7d78a816b55b36d12d8e84e1/_ssgManifest.js" defer=""></script></body></html>'; preg_match_all($re, $str, $matches, PREG_SET_ORDER, 0); // Print the entire match result var_dump($matches);

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for PHP, please visit: http://php.net/manual/en/ref.pcre.php