pre {
  border-radius: 2px;
  position: relative;
}
pre code {
  overflow-x: auto;
  color: #525252;
  white-space: pre;
  padding: 1.2em 1.4em;
  font-size: 0.85rem;
  line-height: 1.6rem;
  display: block;
}
pre code .hljs-tag,
pre code .hljs-tag pre code .hljs-title,
pre code .hljs-change,
pre code .hljs-winutils,
pre code .hljs-flow,
pre code .hljs-tex pre code .hljs-special {
  color: #2973b7;
}
pre code .hljs-symbol,
pre code .hljs-symbol pre code .hljs-string,
pre code .hljs-value,
pre code .hljs-regexp,
pre code .hljs-string,
pre code .hljs-subst,
pre code .hljs-haskell pre code .hljs-type,
pre code .hljs-preprocessor,
pre code .hljs-ruby pre code .hljs-class pre code .hljs-parent,
pre code .hljs-built_in,
pre code .hljs-sql pre code .hljs-aggregate,
pre code .hljs-django pre code .hljs-template_tag,
pre code .hljs-django pre code .hljs-variable,
pre code .hljs-smalltalk pre code .hljs-class,
pre code .hljs-javadoc,
pre code .hljs-django pre code .hljs-filter pre code .hljs-argument,
pre code .hljs-smalltalk pre code .hljs-localvars,
pre code .hljs-smalltalk pre code .hljs-array,
pre code .hljs-attr_selector,
pre code .hljs-pseudo,
pre code .hljs-addition,
pre code .hljs-stream,
pre code .hljs-envvar,
pre code .hljs-apache pre code .hljs-tag,
pre code .hljs-apache pre code .hljs-cbracket,
pre code .hljs-tex pre code .hljs-command,
pre code .hljs-prompt {
  color: #42b983;
}
pre code .hljs-function pre code .hljs-keyword,
pre code .hljs-constant {
  color: #0092db;
}
pre code .hljs-keyword,
pre code .hljs-attribute {
  color: #d63200;
}
pre code .hljs-number,
pre code .hljs-literal {
  color: #a32eff;
}
pre code .hljs-class pre code .hljs-title {
  color: #fff;
}
pre code .hljs-title {
  color: #a6e22e;
}
pre code .hljs-tag pre code .hljs-value,
pre code .hljs-comment,
pre code .hljs-java pre code .hljs-annotation,
pre code .hljs-python pre code .hljs-decorator,
pre code .hljs-template_comment,
pre code .hljs-pi,
pre code .hljs-doctype,
pre code .hljs-deletion,
pre code .hljs-shebang,
pre code .hljs-apache pre code .hljs-sqbracket,
pre code .hljs-tex pre code .hljs-formula {
  color: #707070;
}
pre code .hljs-coffeescript pre code .hljs-javascript,
pre code .hljs-javascript pre code .hljs-xml,
pre code .hljs-tex pre code .hljs-formula,
pre code .hljs-xml pre code .hljs-javascript,
pre code .hljs-xml pre code .hljs-vbscript,
pre code .hljs-xml pre code .hljs-css,
pre code .hljs-xml pre code .hljs-cdata {
  opacity: 0.5;
}
pre code.hljs.html::before,
pre code.hljs.js::before,
pre code.hljs.bash::before,
pre code.hljs.css::before {
  font-family: "Noto Sans SC", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.9em;
  padding: 5px 10px 0;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}
pre code.hljs.html::before {
  content: "HTML";
}
pre code.hljs.js::before {
  content: "JS";
}
pre code.hljs.bash::before {
  content: "Shell";
}
pre code.hljs.css::before {
  content: "CSS";
}
#ad {
  width: 125px;
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
}
#ad a {
  display: inline-block;
  color: #4f5959;
  font-weight: normal;
}
#ad span {
  color: #4f5959;
  display: block;
}
#ad img {
  width: 125px;
}
#ad .carbon-img,
#ad .carbon-text {
  display: block;
  margin-bottom: 4px;
  font-weight: normal;
  color: #304455;
}
#ad .carbon-poweredby {
  color: #aaa;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: normal;
}
#bsa-native .native-box {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.075);
  background-color: #f8f8f8;
  color: #304455;
  display: flex;
  border-radius: 3px;
  padding: 0.65em 1em;
  align-items: center;
  margin-bottom: 1.2em;
}
#bsa-native .native-box .native-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 14px;
}
#bsa-native .native-box .native-sponsor {
  background-color: #41b983;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 1em;
  line-height: 1;
  padding: 6px 10px;
  font-weight: 600;
  text-transform: uppercase;
}
#bsa-native .native-box .native-text {
  font-weight: normal;
  line-height: 1.35;
  text-align: left;
}
@media print {
  #ad {
    display: none;
  }
}
body {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #304455;
  background-color: #fff;
  margin: 0;
}
@media screen and (max-width: 900px) {
  body.docs {
    padding-top: 0;
  }
}
a {
  text-decoration: none;
  color: #304455;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
strong {
  font-weight: 600;
  color: #273849;
}
code,
pre {
  font-family: "Roboto Mono";
  font-size: 0.85em;
  background-color: #f8f8f8;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
code {
  color: #e96900;
  padding: 3px 5px;
  margin: 0 2px;
  border-radius: 2px;
  white-space: nowrap;
}
em {
  color: #4f5959;
}
p {
  word-spacing: 0.05em;
}
a.button,
input.button {
  display: inline-block;
  transition: all 0.15s ease;
  box-sizing: border-box;
}
a.button.has-icon,
input.button.has-icon {
  position: relative;
}
a.button.has-icon > img,
input.button.has-icon > img {
  position: absolute;
  left: 1em;
  top: 0.5em;
  width: 2em;
}
.highlight {
  overflow-x: auto;
  background-color: #f8f8f8;
  padding: 0.4em 0 0;
  line-height: 1.1em;
  border-radius: 2px;
  position: relative;
}
.highlight table,
.highlight tr,
.highlight td {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.highlight .gutter {
  width: 1.5em;
}
.highlight .code pre {
  padding: 1.2em 1.4em;
  line-height: 1.5em;
  margin: 0;
}
.highlight .code .line {
  min-height: 1.5em;
}
.highlight.html .code:before,
.highlight.js .code:before,
.highlight.bash .code:before,
.highlight.css .code:before {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}
.highlight.html .code:before {
  content: "HTML";
}
.highlight.js .code:before {
  content: "JS";
}
.highlight.bash .code:before {
  content: "Shell";
}
.highlight.css .code:before {
  content: "CSS";
}
#main {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
#nav .nav-link {
  cursor: pointer;
}
#nav .nav-dropdown-container .nav-link:hover:not(.current) {
  border-bottom: none;
}
#nav .nav-dropdown-container:hover .nav-dropdown {
  display: block;
}
#nav .nav-dropdown-container.language,
#nav .nav-dropdown-container.ecosystem {
  margin-left: 20px;
}
#nav .nav-dropdown-container .arrow {
  pointer-events: none;
}
#nav .nav-dropdown {
  display: none;
  box-sizing: border-box;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  position: absolute;
  top: 100%;
  right: -15px;
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  text-align: left;
  border-radius: 4px;
  white-space: nowrap;
}
#nav .nav-dropdown li {
  line-height: 1.8em;
  margin: 0;
  display: block;
}
#nav .nav-dropdown li > ul {
  padding-left: 0;
}
#nav .nav-dropdown li:first-child h4 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
#nav .nav-dropdown a,
#nav .nav-dropdown h4 {
  padding: 0 24px 0 20px;
}
#nav .nav-dropdown h4 {
  margin: 0.45em 0 0;
  padding-top: 0.45em;
  border-top: 1px solid #eee;
}
#nav .nav-dropdown a {
  color: #354c63;
  font-size: 0.9em;
  display: block;
}
#nav .nav-dropdown a:hover {
  color: #3b8ef3;
}
#nav .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 6px;
  margin-right: -14px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333;
}
sup.beta.beta {
  font-size: 0.6em;
  margin-left: 0.7em;
  text-transform: uppercase;
  opacity: 0.6;
}
@media print {
  body {
    color: #000;
  }
  .highlight {
    padding: 0;
    page-break-inside: avoid;
  }
  .highlight .code pre {
    color: #000;
    background-color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #e8e8e8;
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    color: #000;
    page-break-after: avoid;
    page-break-before: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  h2+p {
    page-break-before: avoid;
  }
  a:link:after,
  a:visited:after {
    content: " [" attr(href) "] ";
  }
}
.content.api h2 > sup,
.content.api h3 > sup {
  margin-left: 0.3em;
  color: #b9465c;
}
.rotating-clockwise {
  animation: 3s rotating-clockwise linear infinite;
}
i.rotating-clockwise {
  display: inline-block;
  animation-duration: 2s;
}
@-moz-keyframes rotating-clockwise {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating-clockwise {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotating-clockwise {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating-clockwise {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#header {
  margin: 0 auto;
  height: 64px;
  padding: 40px 150px 0;
  max-width: 1600px;
  position: relative;
  z-index: 100;
  display: flex;
  font-size: 18px;
  background: rgba(200,200,200,0);
}
#header a {
  color: #333;
  font-size: 20px;
}
#header a:hover {
  color: #2575d8;
}
#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 64px;
  line-height: 64px;
  margin-left: auto;
}
#nav .break {
  display: none;
}
#nav li {
  display: inline-block;
  position: relative;
  margin: 0 0.6em;
}
#nav .nav-dropdown .nav-link:hover,
#nav .nav-dropdown .nav-link.current {
  border-bottom: none;
}
#nav .nav-dropdown .nav-link.current::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #42b983;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 8px;
}
.nav-link {
  padding-bottom: 3px;
  white-space: nowrap;
}
.nav-link:hover,
.nav-link.current {
  border-bottom: 3px solid #3b8ef3;
}
.nav-link.team {
  margin-left: 10px;
}
.new-label {
  position: absolute;
  top: 3px;
  left: 110%;
  background-color: #42b983;
  color: #fff;
  line-height: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: bold;
  font-family: "Roboto Mono";
  padding: 1px 4px 0 6px;
  border-radius: 4px;
}
.search-query {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 15px 0 30px;
  border: 1px solid #e3e3e3;
  color: #273849;
  outline: none;
  border-radius: 15px;
  margin-right: 10px;
  transition: border-color 0.2s ease;
  background: #fff url("../images/search.png") 8px 5px no-repeat;
  background-size: 20px;
  vertical-align: middle !important;
}
.search-query:focus {
  border-color: #42b983;
}
#logo {
  display: inline-block;
  font-size: 1.5em;
  color: #273849;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
}
#logo img {
  vertical-align: middle;
  margin-right: 6px;
  width: 64px;
  height: 64px;
}
#mobile-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 9;
  display: none;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
#mobile-bar .menu-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 12px;
  background: url("../images/menu.png") center center no-repeat;
  background-size: 24px;
}
#mobile-bar .logo {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/logo.png") center center no-repeat;
  top: 5px;
  left: 50%;
  margin-left: -15px;
  background-size: 30px;
}
#text-logo {
  height: 25px !important;
  width: 75px !important;
}
@media print {
  #header {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    padding: 40px 10px 0 !important;
  }
}
@media screen and (max-width: 1440px) {
  #header {
    padding: 40px 100px 0;
  }
}
#demo,
.demo,
.content .demo {
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 25px 35px;
  margin-top: 1em;
  margin-bottom: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: auto;
}
#demo h1,
.demo h1,
.content .demo h1 {
  margin: 0 0 0.5em;
  font-size: 1.8em;
}
#demo h2,
.demo h2,
.content .demo h2 {
  padding: 0;
  border: none;
}
#demo h2,
.demo h2,
.content .demo h2,
#demo h3,
.demo h3,
.content .demo h3,
#demo h4,
.demo h4,
.content .demo h4,
#demo h5,
.demo h5,
.content .demo h5,
#demo h6,
.demo h6,
.content .demo h6 {
  margin: 1em 0;
}
#demo ul,
.demo ul,
.content .demo ul,
#demo ol,
.demo ol,
.content .demo ol {
  padding-left: 1.5em;
  padding-bottom: 0.2em !important;
}
#demo ul:first-child,
.demo ul:first-child,
.content .demo ul:first-child,
#demo ol:first-child,
.demo ol:first-child,
.content .demo ol:first-child {
  margin-top: 0;
}
#demo ul:last-child,
.demo ul:last-child,
.content .demo ul:last-child,
#demo ol:last-child,
.demo ol:last-child,
.content .demo ol:last-child {
  margin-bottom: 0;
}
#demo li,
.demo li,
.content .demo li {
  color: #304455;
}
#demo li.done,
.demo li.done,
.content .demo li.done {
  color: #4f5959;
  text-decoration: line-through;
}
#demo p,
.demo p,
.content .demo p {
  margin: 0 !important;
  padding: 0 !important;
}
#demo textarea,
.demo textarea,
.content .demo textarea {
  width: 100%;
  resize: vertical;
}
#demo > :first-child,
.demo > :first-child,
.content .demo > :first-child {
  margin-top: 0;
}
#demo > :last-child,
.demo > :last-child,
.content .demo > :last-child {
  margin-bottom: 0;
}
ul#demo li,
ul.demo li {
  margin-left: 1.5em;
}
@media screen and (max-width: 900px) {
  #demo,
  .demo {
    margin-left: 0;
  }
}
.benchmark-table {
  margin: 0 auto;
  text-align: center;
}
.benchmark-table tbody > tr > th {
  text-align: right;
}
.benchmark-table th,
.benchmark-table td {
  padding: 3px 7px;
}
@media print {
  #demo,
  .demo,
  .content .demo {
    page-break-inside: avoid;
    padding: 1em;
    margin-bottom: 1em;
    border-width: 2px;
  }
}
.content .platinum {
  text-align: center;
}
.content .platinum a {
  display: inline-block;
  margin: 20px;
}
.content .platinum img {
  width: 250px;
  vertical-align: middle;
}
.content .sponsor-section {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}
.content .patreon-sponsors a,
.content .patreon-sponsors img {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
}
.content .patreon-sponsors a {
  margin: 10px 20px;
}
.content .open-collective-sponsors img {
  max-width: 140px;
  max-height: 60px;
  margin-right: 30px;
  margin-bottom: 20px;
}
#one-time-donations a,
#one-time-donations svg {
  display: inline-block;
  vertical-align: middle;
}
#one-time-donations a {
  margin: 20px;
  color: #304455;
}
#one-time-donations svg {
  margin-right: 5px;
}
#coin-details {
  text-align: center;
  border-radius: 4px;
  padding: 30px;
  font-weight: bold;
}
#coin-details img {
  width: 200px;
}
#coin-details p {
  padding: 0;
  margin: 0 0 20px;
}
.main-sponsor {
  color: #4f5959;
  font-size: 0.85em;
}
.main-sponsor .logo {
  color: #4f5959;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  display: block;
}
.main-sponsor .logo:first-child {
  margin-top: 18px;
}
.main-sponsor .logo:last-child {
  margin-bottom: 20px;
}
.main-sponsor img,
.main-sponsor a {
  width: 125px;
}
.become-backer {
  border: 1px solid #42b983;
  border-radius: 2em;
  display: inline-block;
  color: #42b983;
  font-size: 0.8em;
  width: 125px;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 20px;
}
#sidebar-sponsors-special {
  margin-top: -10px;
}
#sidebar-sponsors-platinum-left {
  display: block;
}
#sidebar-sponsors-platinum-right {
  display: none;
  position: fixed;
  z-index: 99;
  top: 90px;
  right: 20px;
}
@media screen and (min-width: 1300px) {
  #sidebar-sponsors-platinum-left {
    display: none;
  }
  #sidebar-sponsors-platinum-right {
    display: block;
  }
}
#search-page .search-form .search-query {
  width: 100%;
  border-radius: 5px;
  margin-right: 0;
}
#search-page .search-form .search-footer {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#search-page .search-form .search-footer p {
  margin: 0;
  padding: 0;
}
#search-page .search-result {
  margin-bottom: 15px;
}
#search-page .search-result .title {
  display: block;
  font-size: 17.55px;
}
#search-page .search-result .summary {
  padding: 0;
  margin: 0;
}
#search-page .search-result .breadcrumb {
  color: #4f5959;
}
#search-page .search-result .breadcrumb + .breadcrumb::before {
  content: "\203A\A0";
  margin-left: 5px;
  color: #4f5959;
}
.content.guide[class*="migration"] h2 > sup,
.content.guide[class*="migration"] h3 > sup {
  margin-left: 0.3em;
  color: #b9465c;
}
.content.guide[class*="migration"] .upgrade-path {
  margin-top: 2em;
  padding: 2em;
  background: rgba(73,195,140,0.1);
  border-radius: 2px;
}
.content.guide[class*="migration"] .upgrade-path > h4 {
  margin-top: 0;
}
.content.guide[class*="migration"] .upgrade-path > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar {
  position: absolute;
  z-index: 10;
  top: 104px;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.sidebar h2 {
  margin-top: 0.2em;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
  line-height: 1.5em;
  padding-left: 1em;
}
.sidebar li {
  margin-top: 0.5em;
}
.sidebar .sidebar-inner {
  width: 260px;
  padding: 70px 0px 60px 20px;
}
.sidebar .version-select {
  vertical-align: middle;
  margin-left: 5px;
}
.sidebar .menu-root {
  padding-left: 0;
}
.sidebar .sidebar-link {
  color: #4f5959;
}
.sidebar .sidebar-link.current {
  font-weight: 600;
  color: #2575d8;
}
.sidebar .sidebar-link.new:after {
  content: "NEW";
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #42b983;
  line-height: 14px;
  padding: 0 4px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sidebar .sidebar-link:hover {
  border-bottom: 2px solid #2575d8;
}
.sidebar .section-link.active {
  font-weight: bold;
  color: #2575d8;
}
.sidebar .main-menu {
  margin-bottom: 20px;
  display: none;
  padding-left: 0;
}
.sidebar .nav-dropdown h4 {
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .sidebar {
    position: fixed;
    z-index: 10;
    background-color: #f9f9f9;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
    -webkit-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
  }
  .sidebar .sidebar-inner {
    padding: 50px 10px 10px 20px;
    box-sizing: border-box;
  }
  .sidebar .sidebar-inner-index {
    padding: 10px 10px 10px 20px;
  }
  .sidebar .search-query {
    width: 200px;
    margin-bottom: 10px;
  }
  .sidebar .main-menu {
    display: block;
  }
  .sidebar .main-menu a {
    color: #34495e;
  }
  .sidebar.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media print {
  .sidebar {
    display: none;
  }
}
.content.menu {
  font-size: 1.2em;
}
.content.menu .menu-root {
  padding-left: 0;
}
.content.menu #search-form,
.content.menu .algolia-autocomplete,
.content.menu input {
  width: 100%;
}
.content.menu .aa-dropdown-menu {
  box-sizing: border-box;
}
.content.menu h3 {
  margin: 1.5em 0 0.75em;
}
.content.menu h3:before,
.content.menu h3:after {
  display: none;
}
.content.menu li {
  list-style-type: none;
  margin-top: 0.1em;
}
#team-members .sort-by-distance-button {
  display: inline-block;
  padding: 0.4em 0.7em 0.45em;
  font-weight: bold;
  font-size: 0.5em;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  background: #304455;
  color: #fff;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  float: right;
  margin-top: 0.3em;
}
#team-members .sort-by-distance-button i {
  margin-right: 0.25em;
}
#team-members .sort-by-distance-button i:last-child {
  margin-right: 0;
}
#team-members .sort-by-distance-button[disabled] {
  opacity: 0.7;
  cursor: default;
}
#team-members .vuer {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px dotted #ddd;
}
#team-members .vuer:first-of-type {
  margin-top: 15px;
}
#team-members .vuer:last-of-type {
  border-bottom: none;
}
#team-members .vuer .avatar {
  flex: 0 0 80px;
}
#team-members .vuer .avatar img {
  border-radius: 50%;
}
#team-members .vuer .profile {
  padding-left: 26px;
  flex: 1;
}
#team-members .vuer .profile h3 {
  margin: 0;
  font-size: 1.3em;
}
#team-members .vuer .profile h3::before,
#team-members .vuer .profile h3::after {
  display: none;
}
#team-members .vuer .profile h3 > sup {
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.3px;
  padding: 2px 5px;
  margin-left: 10px;
  color: rgba(0,0,0,0.6);
  background: #f9f7f5;
  border-radius: 5px;
}
#team-members .vuer .profile .user-match {
  cursor: help;
  color: #4682b4;
}
#team-members .vuer .profile .user-match:after {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 0.75em;
  vertical-align: super;
  margin-left: 4px;
  margin-right: 2px;
  position: relative;
}
#team-members .vuer .profile dl {
  margin: 0.6em 0 0;
}
#team-members .vuer .profile dt,
#team-members .vuer .profile dd,
#team-members .vuer .profile ul,
#team-members .vuer .profile li {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
#team-members .vuer .profile dt {
  text-transform: uppercase;
  font-size: 0.84em;
  font-weight: 600;
}
#team-members .vuer .profile dt::after {
  content: "";
  margin-right: 7px;
}
#team-members .vuer .profile dt i {
  width: 14px;
  text-align: center;
}
#team-members .vuer .profile dt i.fa-map-marker {
  font-size: 1.15em;
}
#team-members .vuer .profile dt i.fa-globe {
  font-size: 1.2em;
}
#team-members .vuer .profile dt i.fa-link {
  font-size: 1.05em;
}
#team-members .vuer .profile dd {
  font-weight: 600;
}
#team-members .vuer .profile dd::after {
  display: block;
  content: " ";
  margin-top: 0.6em;
}
#team-members .vuer .profile li {
  display: inline-block;
}
#team-members .vuer .profile li::after {
  display: inline-block;
  content: "·";
  margin: 0 8px;
}
#team-members .vuer .profile li:last-child::after {
  content: "";
}
#team-members .vuer .profile .social a {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-right: 4px;
}
#team-members .vuer .profile .social a.github,
#team-members .vuer .profile .social a.codepen {
  color: #000;
}
#team-members .vuer .profile .social a.twitter {
  color: #1da1f3;
}
#team-members .vuer .profile .social a.linkedin {
  color: #0077b5;
}
#team-members .vuer .profile .social i {
  vertical-align: text-bottom;
  font-size: 1.3em;
}
@media (max-width: 640px) {
  #team-members .vuer .profile h3 sup {
    display: inline-block;
    margin-left: 0;
  }
}
.style-guide .style-example,
.style-guide details,
.style-guide .style-enforcement {
  border-radius: 2px;
  margin: 1.6em 0;
  padding: 1.6em;
}
.style-guide .style-example h4,
.style-guide details h4,
.style-guide .style-enforcement h4 {
  margin-top: 0;
}
.style-guide .style-example figure:last-child,
.style-guide details figure:last-child,
.style-guide .style-enforcement figure:last-child,
.style-guide .style-example p:last-child,
.style-guide details p:last-child,
.style-guide .style-enforcement p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.style-guide .style-example.example-bad {
  background: #f7e8e8;
}
.style-guide .style-example.example-bad h4 {
  color: #a67878;
}
.style-guide .style-example.example-good {
  background: #eaedec;
}
.style-guide .style-example.example-good h4 {
  color: #677b72;
}
.style-guide details,
.style-guide .style-enforcement {
  background-color: #eee;
}
.style-guide details {
  display: block;
  position: relative;
}
.style-guide details:not([open]) summary::after {
  content: "...";
}
.style-guide details:not([open]) summary:hover {
  background: rgba(255,255,255,0.3);
}
.style-guide summary {
  cursor: pointer;
  padding: 1.6em;
  margin: -1.6em;
  outline: none;
}
.style-guide summary > h4 {
  display: inline-block;
  margin: 0;
}
.style-guide .style-enforcement table {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 2px;
}
.style-guide .style-enforcement th,
.style-guide .style-enforcement td {
  padding: 0.4em;
  text-align: center;
}
.style-guide .style-enforcement th {
  padding-bottom: 0.2em;
}
.style-guide .style-enforcement td {
  padding-top: 0.2em;
}
.style-guide .style-rule-tag {
  background-color: #f8f8f8;
  border-radius: 2px;
  font-size: 0.9em;
  color: #677b72;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.1em 0.4em;
}
.style-guide a > .style-rule-tag {
  color: #42b983;
}
.style-guide sup {
  text-transform: uppercase;
  font-size: 0.7em;
  margin-left: 1em;
  pointer-events: all;
  position: absolute;
}
.style-guide [data-p="a"] {
  color: #6b2a2a;
}
.style-guide [data-p="b"] {
  color: #8c480a;
}
.style-guide [data-p="c"] {
  color: #2b5a99;
}
.style-guide [data-p="d"] {
  content: #3f536d;
}
.modal {
  box-sizing: border-box;
  display: none;
  position: fixed;
  width: 75%;
  height: auto;
  padding: 0.5em;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 11;
}
.modal.open {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.modal-text {
  margin-bottom: 0.5em;
  text-align: center;
}
.modal-text > a {
  color: #42b983;
  font-weight: 600;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
  z-index: 10;
}
.stop-scroll {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 400px) {
  .modal {
    width: 98%;
  }
}
.scrimba,
.vueschool {
  background-color: #e7ecf3;
  padding: 1em 1.25em;
  border-radius: 2px;
  color: #486491;
  position: relative;
}
.scrimba a,
.vueschool a {
  color: #486491 !important;
  position: relative;
  padding-left: 36px;
}
.scrimba a:before,
.vueschool a:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: -5px;
  left: -4px;
  border-radius: 50%;
  background-color: #73abfe;
}
.scrimba a:after,
.vueschool a:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 5px;
  left: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}
body {
  background-color: #dfedff;
}
.indexs {
  background-color: #cfe4ff;
}
.indexs .i-left {
  margin-left: 50px;
  width: 40%;
}
.indexs .fillcolor {
  background: #f2f2f2;
  max-width: none;
}
.indexs a {
  color: #fff;
}
.indexs .top {
  background-color: transparent;
}
#logo span {
  font-size: 1.2em;
  vertical-align: middle;
  color: #fff;
}
#mobile-bar.top {
  background-color: transparent;
  box-shadow: none;
}
#mobile-bar.top .logo {
  display: none;
}
#hero,
#news {
  overflow: hidden;
  background-image: url("../images/bg_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 80%;
}
#hero .inner,
#news .inner {
  max-width: 1260px;
  margin: 0 auto;
}
#hero .banner,
#news .banner {
  position: relative;
  top: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 3em;
}
#hero .banner .i-right img,
#news .banner .i-right img {
  width: 100%;
}
#hero .i-right,
#news .i-right {
  position: relative;
  width: 35%;
}
#hero .i-right:after,
#news .i-right:after {
  content: '';
  background: url("../images/d_line.png");
  position: absolute;
  top: 1em;
  right: 1em;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 8.7em;
  height: 4em;
}
#hero .i-left,
#news .i-left {
  position: relative;
  vertical-align: top;
  margin-right: 50px;
  margin-top: 50px;
  padding-bottom: 3em;
}
#hero .i-left:after,
#news .i-left:after {
  content: '';
  background: url("../images/d_line.png");
  position: absolute;
  top: -4em;
  left: -8em;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 8.5em;
  height: 4em;
}
#hero .hero-logo,
#news .hero-logo {
  width: 215px;
  height: 215px;
  float: right;
  margin-right: 60px;
}
#hero .text-top,
#news .text-top {
  font-weight: bold;
  font-size: 4.2em;
  color: #4f8ae7;
}
#hero .text-bottom,
#news .text-bottom {
  font-size: 4.2em;
  color: #585858;
  margin-bottom: 30px;
}
#hero h2,
#news h2 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 2.4em;
  margin: 0 0 10px;
  display: none;
}
#hero .button,
#news .button {
  border: 2px solid #2575d8;
  border-radius: 34px;
  color: #2575d8;
  margin: 1em 0;
  padding: 0.75em 1em;
  font-size: 1.375em;
  font-weight: bold;
  min-width: 5em;
  text-align: center;
}
#hero .button:hover,
#news .button:hover {
  background: #2575d8;
  box-shadow: 11px 17px 24px 5px rgba(0,72,255,0.23);
  color: #fff;
}
#hero .button:not(:last-child),
#news .button:not(:last-child) {
  margin-right: 2%;
}
#hero .button .fa,
#news .button .fa {
  font-size: 40px;
  position: absolute;
  left: 0.5em;
  top: 12px;
}
#hero .git,
#news .git {
  min-width: 8em;
}
#hero .git span,
#news .git span {
  padding-left: 1em;
}
#hero .social-buttons,
#news .social-buttons {
  list-style-type: none;
  padding: 0;
}
#hero .social-buttons li,
#news .social-buttons li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#hero p,
#news p {
  display: flex;
  flex-wrap: wrap;
}
#special-sponsor {
  background-color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
#special-sponsor h3 {
  margin: 0;
}
#special-sponsor a {
  color: #4f5959;
}
#special-sponsor a,
#special-sponsor span,
#special-sponsor img {
  display: inline-block;
  vertical-align: middle;
}
#special-sponsor img {
  margin: 15px;
}
#highlights {
  padding: 4em 0 1em;
  background: #fff;
}
#highlights .point-title {
  max-width: 400px;
  text-align: center;
  colot: #585858;
  font-size: 2.5em;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}
#highlights .point-title:after {
  content: '';
  width: 16%;
  height: 5px;
  background: #009dff;
  position: absolute;
  bottom: -40%;
  left: 42%;
}
#highlights .point-title:before {
  content: 'PLATFORM ADVANTAGE';
  font-size: 70px;
  font-weight: bold;
  width: 200%;
  height: 5px;
  opacity: 0.05;
  position: absolute;
  top: -50%;
  left: -50%;
}
#highlights .inner {
  padding: 5em 0 3em;
  text-align: center;
}
#highlights .point {
  width: 20em;
  margin: 0.8em 1.5em;
  vertical-align: top;
  box-sizing: border-box;
  padding: 2em 2.5em 0.5em;
  box-shadow: 0px 0px 40px 0px rgba(15,100,202,0.1);
  border-radius: 1.25em;
  background: #fff;
  transition: all 0.5s;
}
#highlights .point:hover {
  transform: scale(1.06);
}
#highlights .point h2 {
  color: #333;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
  padding: 1em 0;
  position: relative;
}
#highlights .point h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 43%;
  width: 14%;
  height: 2px;
  background: #333;
}
#highlights .point p {
  color: #4f5959;
  font-size: 1em;
}
#highlights .point > img {
  height: 45%;
  max-height: 9em;
}
#uuoswallet {
  height: 100%;
  overflow: hidden;
  padding: 3em 0;
  background: #fff;
}
#uuoswallet .point-title {
  max-width: 400px;
  text-align: center;
  color: #585858;
  font-size: 2.5em;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  margin-bottom: 1em;
}
#uuoswallet .point-title:after {
  content: '';
  width: 16%;
  height: 5px;
  background: #009dff;
  position: absolute;
  bottom: -40%;
  left: 42%;
}
#uuoswallet .point-title:before {
  content: 'UUOS WALLET';
  font-size: 70px;
  font-weight: bold;
  width: 200%;
  height: 5px;
  opacity: 0.05;
  position: absolute;
  top: -50%;
  left: -50%;
}
#mobile {
  height: 100%;
  overflow: hidden;
  padding-top: 10em;
}
#mobile .mobileup {
  display: flex;
  height: 31.25em;
  background: #cfe4ff;
  position: relative;
  justify-content: center;
}
#mobile .mobileup .mobileleft {
  width: 30em;
  margin-left: 3em;
  margin-right: 2em;
}
#mobile .mobileup .mobileleft .uuosmobile {
  color: #333;
  font-size: 2.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 3.5em;
}
#mobile .mobileup .mobileleft .uuosmobile-content {
  font-size: 18px;
  color: #666;
  position: relative;
}
#mobile .mobileup .mobileleft .uuosmobile-content:after {
  content: '';
  width: 60px;
  height: 7px;
  background: #666;
  position: absolute;
  bottom: -4em;
  left: 0%;
}
#mobile .mobileup .mobileright {
  width: 37em;
}
#mobile .mobileup .mobileright .mobileimg {
  position: relative;
  top: -9em;
  width: 37em;
}
.download-section {
  padding-top: 9em;
}
.download-section .download-text {
  color: #009dff;
  font-size: 1.875em;
  padding: 0 1em;
  font-weight: bold;
  text-align: center;
}
.download-section .download-button {
  display: block;
  background: linear-gradient(-90deg, rgba(71,83,232,0.95), rgba(82,154,241,0.95));
  border-radius: 40px;
  width: 10em;
  height: 2em;
  margin: 36px auto;
  color: #fff;
  font-size: 2.25em;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
}
#desktop {
  height: 100%;
  overflow: hidden;
  padding-top: 12.5em;
}
#desktop .desktopup {
  display: flex;
  height: 27em;
  background: #cfe4ff;
  position: relative;
  justify-content: center;
}
#desktop .desktopup .desktopleft {
  width: 58em;
}
#desktop .desktopup .desktopleft .mobileimg {
  position: relative;
  top: -7em;
  width: 58em;
}
#desktop .desktopup .desktopright {
  width: 20em;
}
#desktop .desktopup .desktopright .uuosdesktop {
  color: #333;
  font-size: 2.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2.5em;
}
#desktop .desktopup .desktopright .uuosdesktop-content {
  font-size: 18px;
  color: #666;
  position: relative;
}
#desktop .desktopup .desktopright .uuosdesktop-content:after {
  content: '';
  width: 60px;
  height: 7px;
  background: #666;
  position: absolute;
  bottom: -4em;
  left: 0%;
}
#footer {
  padding: 40px 0;
  background-color: #f2f2f2;
  text-align: center;
  position: relative;
  color: #fff;
}
#footer .oval {
  height: 80px;
  border-radius: 50%;
  background: #7ab4ff;
}
#footer .footer-icon {
  padding-top: 6em;
  position: absolute;
  width: 100%;
  height: 16em;
  background: linear-gradient(-90deg, rgba(71,83,232,0.95), rgba(82,154,241,0.95));
}
#footer .social-icon {
  margin: 0 30px;
}
#footer .social-icon img {
  width: 4.375em;
  height: 4.375em;
}
#footer a {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 900px) {
  #highlights .inner {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1680px) {
  #hero .button .fa {
    font-size: 1.5em;
  }
  #footer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1440px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 14px;
  }
  #hero .banner {
    top: 0;
  }
  #highlights .inner {
    padding: 4em 0em 1em;
  }
}
@media screen and (max-width: 1200px) {
  #hero {
    background-size: cover;
    padding-bottom: 10%;
    background-position-y: 0;
  }
}
@media screen and (max-width: 900px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 14px;
  }
  .sidebar {
    display: block;
  }
  .banner {
    top: 0 !important;
    padding: 0;
    margin: 0 !important;
    flex-wrap: wrap;
  }
  .banner .i-left {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: 100%;
    text-align: center;
  }
  .banner .i-left:after {
    display: none;
  }
  .banner .i-right {
    width: 55% !important;
  }
  .banner .i-right:after {
    display: none;
  }
  .banner .text-top {
    font-size: 4em !important;
  }
  .banner .text-bottom {
    font-size: 3em !important;
  }
  #header {
    display: none;
  }
  #mobile-bar {
    display: block;
  }
  #hero {
    padding-top: 40px;
    background-position-y: 101%;
    padding-bottom: 0%;
    background-size: 100%;
  }
  #hero .hero-logo {
    float: none;
    margin: 30px 0 15px;
    width: 140px;
    height: 140px;
  }
  #hero h1 {
    font-size: 2em;
  }
  #hero h2 {
    display: block;
  }
  #hero .button {
    font-size: 0.9em;
  }
  #hero p {
    justify-content: center;
  }
  #hero .button .fa {
    font-size: 16px;
    line-height: 6px;
  }
  #special-sponsor span {
    display: block;
  }
  #special-sponsor img {
    width: 125px;
  }
  #highlights .inner {
    padding: 90px 0;
  }
  #highlights .inner .point {
    display: block;
    margin: 20px auto;
    width: 300px;
    padding: 30px 40px 30px;
  }
  #highlights .point-title:before {
    content: '';
  }
  #footer .social-icon {
    margin: 0 10px;
  }
  #uuoswallet {
    padding: 0;
  }
  #uuoswallet .point-title:before {
    content: '';
  }
  #mobile .mobileup {
    flex-wrap: wrap;
    margin: 9em 0 0;
    height: 18em;
  }
  #mobile .mobileup .mobileleft {
    position: relative;
    top: -150%;
  }
  #mobile .mobileup .mobileleft:after {
    content: '';
  }
  #mobile .mobileup .mobileleft .uuosmobile-content:after {
    bottom: -2em;
  }
  #mobile .mobileup .mobileright {
    position: relative;
    top: -80%;
    width: 20em;
  }
  #mobile .mobileup .mobileright .mobileimg {
    width: 20em;
  }
  #desktop {
    padding-top: 4em;
  }
  #desktop .desktopup {
    flex-wrap: wrap-reverse;
    height: 25em;
    margin-bottom: 5em;
  }
  #desktop .desktopup .desktopleft {
    position: relative;
    top: 35%;
    width: 25em;
  }
  #desktop .desktopup .desktopleft .mobileimg {
    top: 0;
    width: 25em;
  }
  #desktop .desktopup .desktopright {
    position: relative;
    top: 3em;
  }
  #desktop .desktopup .desktopright .uuosdesktop {
    text-align: right;
  }
  #desktop .desktopup .desktopright .uuosdesktop-content {
    text-align: right;
  }
  #desktop .desktopup .desktopright .uuosdesktop-content:after {
    content: '';
    bottom: -2em;
    left: 77%;
  }
  .download-section {
    padding-top: 5em;
  }
}
@media screen and (min-width: 2000px) {
  #hero .i-left {
    max-width: 1050px;
  }
}
.roadmap {
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.roadmap h2 {
  font-family: NeuzeitGro-Bol, sans-serif;
  color: #0a2140;
  font-size: 35px;
  font-weight: 600;
  position: relative;
  letter-spacing: 3px;
}
.roadmap .line {
  background: #529af1;
  height: 2px;
  width: 100%;
  margin-top: 120px;
}
p.date {
  font-size: 18px;
  color: #445569;
  letter-spacing: -0.53px;
  font-weight: bold;
  font-family: Arial;
}
p {
  margin: 0 0 10px;
}
.square {
  width: 30px;
  height: 30px;
  background: #529af1;
  transform: rotate(45deg);
  margin-top: 0px;
}
.step-txt {
  width: 92%;
  margin-top: 30px;
}
.txt-list {
  font-family: SofiaProRegular, sans-serif;
  font-size: 16px;
  color: #0a2140;
  line-height: 25px;
  margin: 16px 0;
}
.txt-list span {
  color: #529af1;
  font-weight: bold;
}
.step-list1 {
  width: 100%;
  margin-top: 30px;
}
.left {
  float: left;
  width: 20%;
  text-align: left;
}
.right {
  margin-top: 0;
  width: 75%;
  float: left;
}
.line1 {
  background: #529af1;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 30px;
}
.hidden-lg {
  display: none;
}
.col-lg-3 {
  float: left;
  width: 25%;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.r-banner {
  background: url("/images/roadmap_banner.png") no-repeat;
  background-size: 80%;
  background-position: center;
  padding-bottom: 34%;
}
@media screen and (max-width: 900px) {
  .r-banner {
    margin-top: 40px;
  }
  .roadmap {
    background: #f2f2f2;
  }
  .roadmap h2 {
    font-size: 34px !important;
    top: 30px;
    margin-left: 3%;
  }
  .roadmap .list1 {
    margin-top: 80px;
  }
  .roadmap .line1 {
    margin-top: 80px;
  }
  .roadmap .hidden-lg {
    display: block !important;
  }
  .roadmap .hidden-xs {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .roadmap {
    padding: 0 200px;
    background: #f2f2f2;
  }
  .roadmap h2 {
    margin: 70px 20px 40px;
    background: linear-gradient(-90deg, rgba(71,83,232,0.95), rgba(82,154,241,0.95));
    color: #fff !important;
    text-align: center;
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0 0.6em;
  }
  .roadmap .step-txt {
    margin-top: 0;
  }
  .roadmap .step-list1 {
    display: flex;
    align-items: center;
  }
  .roadmap .line2 {
    background: #bfbfbf;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 185px;
    margin-top: 25px;
  }
  .roadmap .line1 {
    background: #bfbfbf;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 183px;
    margin-top: 25px;
  }
  .roadmap .line3 {
    width: 100%;
    height: 1px;
    background: #000;
    margin-bottom: 20px;
  }
  .roadmap .dateline {
    width: 160px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    flex-shrink: 0;
  }
  .roadmap .left {
    width: 20px;
  }
  .roadmap .square {
    background: linear-gradient(-90deg, rgba(71,83,232,0.95), rgba(82,154,241,0.95));
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }
  .roadmap .txt-list {
    display: flex;
  }
  .roadmap .txt-list span {
    color: #529af1;
    display: block;
    width: 60px;
    flex-shrink: 0;
  }
  .roadmap .right {
    border-radius: 10px;
    background: #fff;
    padding: 20px 32px;
    margin-left: 50px;
    position: relative;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  }
  .roadmap .right:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid #f2f2f2;
    border-right-color: #fff;
    left: -30px;
    top: 42%;
  }
}
#intro {
  width: 100%;
  height: 90vh;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#intro .intro-content {
  display: flex;
  padding-left: 1px;
  box-sizing: border-box;
  padding: 10px 100px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-grow: 1;
}
#intro .intro-content .intro-content-l {
  width: 50em;
  margin-right: 3.125em;
}
#intro .intro-content .imgsize {
  width: 38em;
}
#intro .intro-content .intro-content-r {
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#intro .intro-content .intro-content-r .item-1 {
  display: flex;
  flex-direction: column;
}
#intro .intro-content .intro-content-r .item-1 img {
  width: 8em;
}
#intro .intro-content .intro-content-r .title-text {
  color: #5c5c5c;
  font-size: 3.625em;
  width: 6.5em;
  margin: 25px 0 0;
  position: relative;
  font-weight: bold;
}
#intro .intro-content .intro-content-r .content-text {
  color: #878787;
  font-size: 1.875em;
}
#intro .intro-content .intro-content-r .item-2 {
  display: flex;
  margin-top: 2em;
  border-radius: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}
#intro .intro-content .intro-content-r .item-2 .text-scan {
  margin: 15px auto;
  text-align: center;
  font-size: 16px;
}
#intro .intro-content .intro-content-r .item-2 .download {
  padding: 0.5em 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#intro .intro-content .intro-content-r .item-2 .download .shortbt {
  width: 12em !important;
}
#intro .intro-content .intro-content-r .item-2 .download .dlbutton {
  background: #fff;
  width: 13.8em;
  height: 3em;
  border-radius: 1.75em;
  color: #3b8ef3;
  display: flex;
  align-items: center;
  font-size: 1.125em;
  box-sizing: border-box;
}
#intro .intro-content .intro-content-r .item-2 .download .dlbutton a {
  color: #3b8ef3;
}
#intro .intro-content .intro-content-r .item-2 .download .dlbutton .fa {
  padding: 0 0.4em 0 0.9em;
  font-size: 1.56em;
}
#intro .intro-content .intro-content-r .item-2 .download .dlbutton:hover {
  background: #3b8ef3;
  color: #fff;
  box-shadow: 1px 1px 24px 5px rgba(0,72,255,0.23);
}
#intro .intro-content .intro-content-r .item-2 .download .dlbutton:hover a {
  color: #fff;
}
#intro .intro-content .intro-content-r .item-2 .download #windows {
  margin-bottom: 1em;
}
#intro .intro-content .intro-content-r .item-2 .download #mac {
  margin-bottom: 1em;
}
#intro .intro-content .intro-content-r .item-2 .QRcode {
  position: relative;
  margin-left: 2em;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
#intro .intro-content .intro-content-r .item-2 .QRcode img {
  width: 8em;
}
#intro .ellipse {
  width: 100%;
  height: 50px;
  background-color: #dfedff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
#intro .intro-content-b {
  display: flex;
  justify-content: center;
  height: 100px;
  background: #4f8ae7;
  position: relative;
  padding-top: 30px;
  flex-wrap: wrap;
}
#intro .intro-content-b .switch-download {
  width: 12em;
  height: 58px;
  border-radius: 10px;
  font-size: 1.5em;
  margin: 0 2em;
  background: #fff;
  text-align: center;
  line-height: 58px;
  color: #2575d8;
  box-sizing: border-box;
}
#intro .intro-content-b .switch-download .fa {
  padding-right: 10px;
  font-size: 1.7em;
  position: relative;
  top: 9px;
}
#intro .intro-content-b .button-blue {
  background: #4f8ae7;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 1px 1px 24px 5px rgba(0,72,255,0.23);
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  #intro {
    height: 100vh;
  }
  #intro .intro-content {
    padding: 8% 0 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
  #intro .intro-content .intro-content-l {
    width: 50%;
    margin: 0;
  }
  #intro .intro-content .intro-content-l img {
    width: 100%;
  }
  #intro .intro-content .intro-content-r .item-1 {
    text-align: center;
  }
  #intro .intro-content .intro-content-r .item-1 .item-1-img {
    display: none;
  }
  #intro .intro-content .intro-content-r .item-1 .title-text {
    width: 100% !important;
    margin: 0;
    font-size: 3em;
  }
  #intro .intro-content .intro-content-r .item-1 .content-text {
    font-size: 1.5em;
  }
  #intro .intro-content .intro-content-r .item-2 {
    margin-top: 0.7em;
  }
  #intro .intro-content .intro-content-r .item-2 .QRcode {
    display: none;
  }
  #intro .intro-content-b {
    height: 70px !important;
  }
  #intro .intro-content-b .switch-download {
    font-size: 1em;
    height: 3.5em;
    line-height: 3.5em;
    margin: 0 0.3em;
  }
  #intro .intro-content-b .switch-download .fa {
    width: 1em;
    padding-right: 0.2em;
  }
}
@media screen and (max-width: 560px) {
  #intro .intro-content .intro-content-r {
    align-items: center !important;
  }
  #intro .intro-content .intro-content-r .item-2 {
    justify-content: center;
  }
  #intro .intro-content .intro-content-r .item-2 .QRcode {
    margin-left: 0.5em !important;
  }
  #intro .intro-content .intro-content-r .item-2 .download .dlbutton {
    margin: 0.5em 0;
  }
}
@media screen and (min-width: 900px) {
  #intro .intro-content .intro-content-l img {
    min-height: 30em;
    max-height: 60vh;
  }
}
.banner-wrapper {
  margin-top: 40px;
  height: 30em;
}
.banner-wrapper .banner-content {
  height: 27em;
  background-image: url("../images/bg_banner_1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
.banner-wrapper .banner-content .banner-title {
  width: 25em;
  padding-left: 18%;
  padding-top: 1em;
  font-size: 4.5em;
  color: #fff;
}
.bl-wrapper {
  background: #fff;
  width: 100%;
}
.bl-wrapper .bl-content {
  width: 75em;
  margin: 0 auto;
  padding-top: 5em;
}
.bl-wrapper .bl-content .bl-item {
  display: flex;
  height: 12.5em;
  border-bottom: 1px solid #eee;
  padding-bottom: 4em;
  padding-top: 2em;
  justify-content: space-between;
  align-items: center;
}
.bl-wrapper .bl-content .bl-item:hover .bl-square {
  background: #eb4f38;
}
.bl-wrapper .bl-content .bl-item:hover .bl-item-title {
  color: #eb4f38;
}
.bl-wrapper .bl-content .bl-item .bl-square {
  width: 7.5em;
  height: 7.5em;
  background: #0099e4;
  border-radius: 0.93em;
  position: relative;
  color: #fff;
}
.bl-wrapper .bl-content .bl-item .bl-square .bl-date {
  font-size: 3.75em;
  font-weight: bold;
  text-align: center;
}
.bl-wrapper .bl-content .bl-item .bl-square .bl-month {
  font-size: 1.125em;
  background: rgba(0,0,0,0.1);
  text-align: center;
  position: absolute;
  width: 100%;
  height: 2em;
  bottom: 0;
  line-height: 2em;
  border-radius: 0 0 0.93em 0.93em;
}
.bl-wrapper .bl-content .bl-item .bl-item-content {
  width: 62.5em;
}
.bl-wrapper .bl-content .bl-item .bl-item-content .bl-item-title {
  color: #0099e4;
}
.bl-wrapper .bl-content .bl-item .bl-item-content .bl-item-text {
  color: #666;
}
.bl-wrapper .pageno-wrapper {
  width: 75em;
  margin: 0 auto;
}
.bl-wrapper .pageno-wrapper .pageno-content {
  text-align: center;
  padding: 2em 0;
}
.bl-wrapper .pageno-wrapper .pageno-content a {
  margin-right: 9px;
  border: 1px solid #ccc;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  font-size: 18px;
}
.bl-wrapper .pageno-wrapper .pageno-content .page {
  color: #666;
}
.bl-wrapper .pageno-wrapper .pageno-content .page:hover {
  background: #3b8ef3;
  color: #fff;
}
#header {
  transition: background-color 0.3s ease-in-out;
}
.header-en {
  box-shadow: none !important;
}
.dev {
  position: relative;
  width: 100%;
}
.dev .content {
  display: none;
}
.content {
  position: relative;
  padding: 2.2em 0;
  max-width: 600px;
  margin: 0 auto;
  padding-left: 50px;
}
.content.api > a:first-of-type > h2 {
  margin-top: 0;
  padding-top: 0;
}
.content.api ul {
  padding-left: 1.25em;
  line-height: 1.4em;
}
.content.api ul ul,
.content.api ul p:not(.tip) {
  padding-bottom: 0;
  margin: 1.2em 0;
}
.content a.button {
  font-size: 0.9em;
  color: #fff;
  margin: 0.2em 0;
  width: 180px;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  vertical-align: middle;
}
.content img {
  max-width: 100%;
}
.content span.light {
  color: #4f5959;
}
.content span.info {
  font-size: 0.85em;
  display: inline-block;
  vertical-align: middle;
  width: 280px;
  margin-left: 20px;
}
.content h1 {
  margin: 0 0 1em;
}
.content h2,
.content h3 {
  pointer-events: none;
}
.content h2 a,
.content h3 a,
.content h2 button,
.content h3 button {
  pointer-events: auto;
  color: #273849;
}
.content h2:before,
.content h3:before {
  content: "";
  display: block;
  margin-top: -94px;
  height: 94px;
  visibility: hidden;
}
.content h2 {
  margin: 45px 0 0.8em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ddd;
}
.content h3 {
  margin: 52px 0 1.2em;
  line-height: 1.2;
  position: relative;
}
.content h3 > a:before {
  content: "#";
  color: #2575d8;
  position: absolute;
  left: -0.7em;
  margin-top: -0.05em;
  padding-right: 0.5em;
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
}
.content figure {
  margin: 1.2em 0;
}
.content p,
.content ul,
.content ol {
  line-height: 1.6em;
  margin: 1.2em 0 -1.2em;
  padding-bottom: 1.2em;
  position: relative;
  z-index: 1;
}
.content ul,
.content ol {
  padding-left: 1.5em;
  position: inherit;
}
.content ul ul,
.content ol ul,
.content ul ol,
.content ol ol {
  margin: 0;
}
.content a {
  color: #2575d8;
  font-weight: 600;
}
.content blockquote {
  margin: 2em 0;
  padding-left: 20px;
  border-left: 4px solid #42b983;
}
.content blockquote p {
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.content iframe {
  margin: 1em 0;
}
.content > table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1.2em auto;
  padding: 0;
  display: block;
  overflow-x: auto;
}
.content > table td,
.content > table th {
  line-height: 1.5em;
  padding: 0.4em 0.8em;
  border: none;
  border: 1px solid #ddd;
}
.content > table th {
  font-weight: bold;
  text-align: left;
}
.content > table th,
.content > table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.content > table th code,
.content > table tr:nth-child(2n) code {
  background-color: #efefef;
}
.content p.tip,
.content p.success {
  padding: 12px 24px 12px 30px;
  margin: 2em 0;
  border-left-width: 4px;
  border-left-style: solid;
  background-color: #f8f8f8;
  position: relative;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.content p.tip:before,
.content p.success:before {
  position: absolute;
  top: 14px;
  left: -12px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-family: "Dosis", sans-serif;
  font-size: 14px;
}
.content p.tip code,
.content p.success code {
  background-color: #efefef;
}
.content p.tip em,
.content p.success em {
  color: #304455;
}
.content p.tip {
  border-left-color: #f66;
}
.content p.tip:before {
  content: "!";
  background-color: #f66;
}
.content p.success {
  border-left-color: #42b983;
}
.content p.success:before {
  content: "\f00c";
  font-family: FontAwesome;
  background-color: #42b983;
}
.guide-links {
  margin-top: 2em;
  height: 1em;
}
.footer {
  color: #4f5959;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
  font-size: 0.9em;
}
#main.fix-sidebar {
  position: static;
}
#main.fix-sidebar .sidebar {
  position: fixed;
}
@media screen and (max-width: 1300px) {
  .content.with-sidebar {
    margin-left: 290px;
  }
}
@media screen and (max-width: 900px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 14px;
  }
  #header {
    display: none;
  }
  #logo {
    display: none;
  }
  .nav-link {
    position: relative;
    padding-bottom: 1px;
  }
  .nav-link:hover::after,
  .nav-link.current {
    content: "";
    width: 5px;
    height: 5px;
    background: #3b8ef3;
    position: absolute;
    top: 100%;
    left: 50%;
  }
  #mobile-bar {
    display: block;
  }
  #mobile-bar.top {
    box-shadow: none;
  }
  #mobile-bar.top .logo {
    display: none;
  }
  #main {
    padding: 2em 1.4em 0;
  }
  .highlight pre {
    padding: 1.2em 1em;
  }
  .content {
    padding-left: 0;
  }
  .content.with-sidebar {
    margin: auto;
  }
  .content h2:before,
  .content h3:before {
    content: "";
    display: block;
    margin-top: -70px;
    height: 70px;
    visibility: hidden;
  }
  .footer {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  #downloads {
    text-align: center;
    margin-bottom: 25px;
  }
  #downloads .info {
    margin-top: 5px;
    margin-left: 0;
  }
  iframe {
    margin: 0 !important;
  }
}
@media print {
  .footer {
    display: none;
  }
  .content {
    padding-left: 0px;
  }
  .content p {
    line-height: 1.35em;
  }
  .content p.tip {
    background-color: #fff;
    border: 2px solid #e8e8e8;
    border-left: 4px solid #f66;
  }
}
#text-logo {
  height: 25px !important;
  width: 75px !important;
}
.bgwhite {
  background: #fff !important;
}
.bggrey {
  background: #f3f3f4 !important;
}
