:root {
  --base-font-size: 14px;
  --theme-color: #0089C0;
}

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body:not(.ready) {
  overflow: hidden;
}

body>.searching-layer {
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .1s;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

body.searching {
  overflow: hidden;
}

body.searching>.searching-layer {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

body:not(.ready) [data-cloak],
body:not(.ready) .app-nav,
body:not(.ready)>nav {
  display: none;
}

div#app {
  font-size: 30px;
  font-weight: lighter;
  margin: 40vh auto;
  text-align: center;
}

div#app:empty::before {
  content: 'Loading...';
}

.emoji {
  height: 1.2rem;
  vertical-align: middle;
}

.progress {
  background-color: var(--theme-color, #42b983);
  height: 2px;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  -webkit-transition: width 0.2s, opacity 0.4s;
  transition: width 0.2s, opacity 0.4s;
  width: 0%;
  z-index: 999999;
}

.search a:hover {
  color: var(--theme-color, #42b983);
}

.search .search-keyword {
  color: #3E4550;
  font-style: normal;
  font-weight: bold;
}

.search.show .results.show {
  overflow-y: auto;
  max-height: 90vh;
}

html,
body {
  height: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #3E4550;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

p>img,
a.mediabox img {
  box-shadow: 0 0px 30px 0 rgba(151, 167, 183, 0.8);
  border-radius: 6px;
  margin: 30px 0;
}

p.warn img,
p.tip img,
blockquote img {
  box-shadow: initial;
}

img.medium-zoom-image--open {
  box-shadow: 0 2px 9px 0 #000000;
  border-radius: 5px;
  background-color: #FFF;
  z-index: 31;
}

.medium-zoom-overlay {
  background-color: rgba(62, 69, 80, 0.84) !important;
  z-index: 30;
}

a[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

kbd {
  border: solid 1px #ccc;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px !important;
  line-height: 12px;
  margin-bottom: 3px;
  padding: 3px 5px;
  vertical-align: middle;
}

.task-list-item {
  list-style-type: none;
}

li input[type='checkbox'] {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

nav.app-nav {
  position: absolute;
  left: 280px;
  transition: left 250ms ease-out;
  z-index: 10;
  width: calc(100% - 280px);
}

body.close nav.app-nav {
  width: 100%;
}

.app-nav p {
  margin: 0;
}

.app-nav>a {
  margin: 0 1rem;
  padding: 5px 0;
}

.app-nav ul,
.app-nav li {
  display: inline-block;
  list-style: none;
  margin: 0;
}

.app-nav a {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.app-nav a:hover {
  color: var(--theme-color, #42b983);
}

.app-nav a.active {
  border-bottom: 2px solid var(--theme-color, #42b983);
  color: var(--theme-color, #42b983);
}

.app-nav li {
  display: inline-block;
  margin: 0 1rem;
  padding: 5px 0;
  position: relative;
}

.app-nav li ul {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-height: calc(100vh - 61px);
  overflow-y: auto;
  padding: 10px 0;
  position: absolute;
  right: -15px;
  text-align: left;
  top: 100%;
  white-space: nowrap;
}

.app-nav li ul li {
  display: block;
  font-size: 14px;
  line-height: 1rem;
  margin: 0;
  margin: 8px 14px;
  white-space: nowrap;
}

.app-nav li ul a {
  display: block;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.app-nav li ul a.active {
  border-bottom: 0;
}

.app-nav li:hover ul {
  display: block;
}

.github-corner {
  border-bottom: 0;
  position: fixed;
  right: 0;
  text-decoration: none;
  top: 0;
  z-index: 1;
}

.github-corner:hover .octo-arm {
  -webkit-animation: octocat-wave 560ms ease-in-out;
  animation: octocat-wave 560ms ease-in-out;
}

.github-corner svg {
  color: #fff;
  fill: var(--theme-color, #42b983);
  height: 80px;
  width: 80px;
}

main {
  display: flex;
  position: relative;
  min-height: 100%;
}

main.hidden {
  display: none;
}

.anchor {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.anchor:hover {
  text-decoration: underline;
}

.sidebar {
  overflow-y: auto;
  padding: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  width: 280px;
  -webkit-box-shadow: inset -23px 1px 35px -29px rgba(151, 167, 183, .4);
  -moz-box-shadow: inset -23px 1px 35px -29px rgba(151, 167, 183, .4);
  box-shadow: inset -23px 1px 35px -29px rgba(151, 167, 183, .4);
}

.sidebar h1.app-name img {
  height: 50px;
  max-width: 100%;
}

.sidebar>h1 {
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}

.sidebar .app-name {
  margin-top: 1rem;
}

.sidebar>h1 a {
  color: inherit;
  text-decoration: none;
}

.sidebar>h1 .app-nav {
  display: block;
  position: static;
}

.sidebar .sidebar-nav {
  line-height: 2em;
  padding-bottom: 40px;
}

.sidebar li.collapse .app-sub-sidebar {
  display: none;
}

.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar>ul {
  box-shadow: 0 3px 13px 0 rgba(151, 167, 183, 0.3);
}

.sidebar-nav>ul>li>p>a {
  color: #97A7B7;
  padding: 9px 15px 11px 37px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
}

/* .sidebar-nav>ul>li.open>p>a {
  margin-bottom: 20px;
} */

.sidebar-nav>ul>li:hover>p>a,
.sidebar-nav>ul>li.open>p>a {
  color: var(--theme-color, #42b983);
}

/* .sidebar-nav>ul>li.open+li {
  margin-top: 20px;
} */

.sidebar-nav>ul>li>ul {
  margin: 0 0 0 35px;
}

.sidebar-nav>ul>li>ul li.open>a {
  font-weight: 600;
}

.sidebar-nav>ul>li>ul li.open.active>a {
  color: var(--theme-color, #42b983);
}

.sidebar-nav>ul>li>ul li:hover>a {
  color: var(--theme-color, #42b983);
}

.sidebar-nav>ul>li>ul>li>a {
  margin-bottom: 15px;
  font-weight: 600;
}

.sidebar-nav>ul>li>ul>li>a:before {
  border: none !important;
}

.sidebar-nav>ul>li>ul>li>a:after {
  border: none !important;
}

.sidebar-nav>ul>li>ul>li ul li a {
  padding-left: 35px !important;
}

.sidebar-nav>ul>li>ul>li ul li a:before {
  top: -14px;
  left: 0;
  height: 29px;
  width: 25px;
}

.sidebar-nav>ul>li>ul ul {
  margin: 0 0 0 15px;
}

.sidebar-nav>ul>li>ul ul li ul {
  margin: 0 0 0 25px;
}

.sidebar-nav a {
  padding-left: 14px !important;
}

.sidebar-nav>ul>li>ul a::before {
  border-left: 1px solid rgba(151, 167, 183, 0.21) !important;
  border-bottom: 1px solid rgba(151, 167, 183, 0.21) !important;
}

.sidebar li>p {
  font-weight: 700;
  margin: 0;
}

.sidebar ul,
.sidebar ul li {
  list-style: none;
}

.sidebar ul li a {
  border-bottom: none;
  display: block;
}

.sidebar ul li ul {
  padding-left: 20px;
}

.sidebar::-webkit-scrollbar {
  width: 4px;
}

.sidebar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}

.sidebar:hover::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.4);
}

.sidebar:hover::-webkit-scrollbar-track {
  background: rgba(136, 136, 136, 0.1);
}

.sidebar-toggle {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* width: 284px; */
  z-index: 30;
}

.sidebar-toggle .sidebar-toggle-button:hover {
  opacity: 0.4;
  cursor: pointer;
}

.sidebar-toggle span {
  background-color: var(--theme-color, #42b983);
  display: block;
  margin-bottom: 4px;
  width: 16px;
  height: 2px;
}

body.sticky .sidebar {
  position: fixed;
}

body.sticky.close nav.app-nav {
  left: 0;
}

section.content h1,
section.content h2,
section.content h3,
section.content h4,
section.content h5,
section.content h6 {
  position: relative;
}

section.content h1:before,
section.content h2:before,
section.content h3:before,
section.content h4:before,
section.content h5:before,
section.content h6:before {
  content: ' ';
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSIxMDAwIiB3aWR0aD0iMTAwMCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgo8bWV0YWRhdGE+SWNvRm9udCBJY29uczwvbWV0YWRhdGE+Cjx0aXRsZT5ib29rLW1hcms8L3RpdGxlPgo8Z2x5cGggZ2x5cGgtbmFtZT0iYm9vay1tYXJrIiB1bmljb2RlPSImI3hlZWMwOyIgaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxwYXRoIGQ9Ik0yMzEgODQuMXY4NDIuMTk5OTk5OTk5OTk5OWMwIDExLjkwMDAwMDAwMDAwMDA5MSA2LjY5OTk5OTk5OTk5OTk4OSAxNC44MDAwMDAwMDAwMDAwNjggMTQuOTAwMDAwMDAwMDAwMDA2IDYuMzAwMDAwMDAwMDAwMDY4bDIzOS42LTI0Ni4xMDAwMDAwMDAwMDAwMmM4LjE5OTk5OTk5OTk5OTk4OS04LjM5OTk5OTk5OTk5OTk3NyAyMS41LTguMzk5OTk5OTk5OTk5OTc3IDI5Ljc5OTk5OTk5OTk5OTk1NSAwbDIzOS42MDAwMDAwMDAwMDAwMiAyNDYuMTAwMDAwMDAwMDAwMDJjOC4yMDAwMDAwMDAwMDAwNDUgOC4zOTk5OTk5OTk5OTk5NzcgMTQuODk5OTk5OTk5OTk5OTc3IDUuNjAwMDAwMDAwMDAwMDIzIDE0Ljg5OTk5OTk5OTk5OTk3Ny02LjMwMDAwMDAwMDAwMDA2OHYtODQyLjE5OTk5OTk5OTk5OTljMC0xMS45MDAwMDAwMDAwMDAwMi05LjUtMjEuNjAwMDAwMDAwMDAwMDIzLTIxLTIxLjYwMDAwMDAwMDAwMDAyM2gtNDk2Ljc5OTk5OTk5OTk5OTk1Yy0xMS41OTk5OTk5OTk5OTk5OTQgMC0yMSA5LjcwMDAwMDAwMDAwMDAwMy0yMSAyMS41OTk5OTk5OTk5OTk5OTR6Ii8+Cjwvc3ZnPg==');
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  opacity: .12;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  cursor: pointer;
  transition: opacity 0.15s;
}

section.content h1:hover:before,
section.content h2:hover:before,
section.content h3:hover:before,
section.content h4:hover:before,
section.content h5:hover:before,
section.content h6:hover:before {
  opacity: 0.3;
}

.content {
  position: relative;
  left: 280px;
  -webkit-transition: left 250ms ease;
  transition: left 250ms ease;
  margin-right: 280px;
  width: calc(100% - 280px);
}

.markdown-section {
  max-width: 1000px;
  padding: 100px 100px 50px 200px;
  position: relative;
}

.markdown-section>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
}

.markdown-section> :first-child {
  margin-top: 0 !important;
}

.markdown-section hr {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 2em 0;
}

.markdown-section iframe {
  border: 1px solid #eee;
}

.markdown-section table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1rem;
  overflow: auto;
  width: 100%;
}

.markdown-section table thead tr {
  border: none;
}

.markdown-section table thead tr th {
  border: none;
  color: #97A7B7;
  font-weight: 300;
  font-variant: small-caps;
  text-transform: lowercase;
  padding: 7px 20px;
  font-size: 16px;
}

.markdown-section table tbody tr td {
  padding: 7px 20px;
}



.markdown-section table tbody tr:first-child td {
  border-top: 1px solid #e9ecf0;
}

.markdown-section section.api-block table tbody tr:first-child td {
  border-top: unset;
}

.markdown-section table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #f6f9fc;
}

.markdown-section section.api-block table tbody tr:not(:last-child) td {
  border-bottom: unset;
}

.markdown-section table tbody tr:last-child td {
  border-bottom: 1px solid #e9ecf0;
}

.markdown-section section.api-block table tbody tr:last-child td {
  border-bottom: unset;
}

.markdown-section table tbody tr td:first-child {
  border-left: 1px solid #e9ecf0;
}

.markdown-section section.api-block table tbody tr td:first-child {
  border-left: unset;
}

.markdown-section table tbody tr td:last-child {
  border-right: 1px solid #e9ecf0;
}

.markdown-section section.api-block table tbody tr td:last-child {
  border-right: unset;
}

.markdown-section table tbody tr:first-child td:last-child {
  border-top: 1px solid #e9ecf0;
  border-right: 1px solid #e9ecf0;
}

.markdown-section section.api-block table tbody tr:first-child td:last-child {
  border-top: unset;
  border-right: unset;
}

.markdown-section table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

.markdown-section section.api-block table tbody tr:first-child td:first-child {
  border-top-left-radius: unset;
}

.markdown-section table tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

.markdown-section table tbody tr:first-child td:last-child {
  border-top-right-radius: unset;
}

.markdown-section table tbody tr:nth-child(odd) {
  background-color: #fbfcfd;
}

.markdown-section table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.markdown-section table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

.markdown-section table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}


.markdown-section p.tip {
  background-color: #f8f8f8;
  border-bottom-right-radius: 2px;
  border-left: 4px solid #f66;
  border-top-right-radius: 2px;
  margin: 2em 0;
  padding: 12px 24px 12px 30px;
  position: relative;
}

.markdown-section p.tip:before {
  background-color: #f66;
  border-radius: 100%;
  color: #fff;
  content: '!';
  font-family: 'Dosis', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  left: -12px;
  line-height: 20px;
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  top: 14px;
}

.markdown-section p.tip code {
  background-color: #efefef;
}

.markdown-section p.tip em {
  color: #34495e;
}

.markdown-section p.warn {
  background: #F6F9FC;
  border-radius: 2px;
  border-left: 4px solid transparent;
  margin: 2em 0;
  padding: 12px 24px 12px 30px;
  position: relative;
}

body.close .sidebar {
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}

body.close .sidebar-toggle {
  width: auto;
}

body.close .content {
  left: 0;
  margin-right: 0;
  width: 100%;
}

@media print {

  .github-corner,
  .sidebar-toggle,
  .sidebar,
  .app-nav {
    display: none;
  }
}

body {
  background-color: #fff;
}

/* sidebar */
.sidebar {
  background-color: #f4f7fb;
  color: #3E4550;
  height: 100vh;
  top: 0;
  flex: 0 1 280px;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 90%, transparent 100%)
}

.sidebar ul li a {
  color: #3E4550;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar ul li ul {
  padding: 0;
}

.sidebar ul li.active>a {
  font-weight: 600;
}

.app-sub-sidebar li::before {
  content: '-';
  padding-right: 4px;
  float: left;
}

/* markdown content found on pages */
.markdown-section h1 a,
.markdown-section h2 a,
.markdown-section h3 a,
.markdown-section h4 a,
.markdown-section h5 a,
.markdown-section h6 a,
.markdown-section strong {
  color: #3E4550;
}

section.api-block .right h1 a,
section.api-block .right h2 a,
section.api-block .right h3 a,
section.api-block .right h4 a,
section.api-block .right h5 a,
section.api-block .right h6 a,
section.api-block .right strong {
  color: #7f8c8d;
}

.markdown-section h2 a {
  color: #0089C0;
}

.markdown-section a {
  color: var(--theme-color, #42b983);
  font-weight: 400;
}

div.redirection-link {
  border-bottom: 1.5px solid #fff;
}

div.redirection-link:hover a:before {
  left: 18px;
}

div.redirection-link a {
  position: relative;
  display: block;
  background-color: #f6f9fc;
  width: 100%;
  color: #0089C0;
  font-size: 18px;
  padding: 20px 50px 18px 50px;
  text-decoration: none;
}

div.redirection-link a:before {
  content: ' ';
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjEwMDAiIHdpZHRoPSIxMDAwIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PG1ldGFkYXRhPkljb0ZvbnQgSWNvbnM8L21ldGFkYXRhPjx0aXRsZT5hcnJvdy1yaWdodDwvdGl0bGU+PGdseXBoIGdseXBoLW5hbWU9ImFycm93LXJpZ2h0IiB1bmljb2RlPSImI3hlYTVkOyIgaG9yaXotYWR2LXg9IjEwMDAiIC8+PHBhdGggZmlsbD0iIzAwODlDMCIgZD0iTTIyMi42IDQyNy42aDM0My4yOTk5OTk5OTk5OTk5NWwtMTI3LjUtMTI3LjVjLTguNzk5OTk5OTk5OTk5OTU1LTguODAwMDAwMDAwMDAwMDExLTguNzk5OTk5OTk5OTk5OTU1LTIzLjEwMDAwMDAwMDAwMDAyMyAwLTMxLjkwMDAwMDAwMDAwMDAzNGw1My42MDAwMDAwMDAwMDAwMi01My41OTk5OTk5OTk5OTk5OTRjOC44MDAwMDAwMDAwMDAwMTEtOC43OTk5OTk5OTk5OTk5ODMgMjMuMTAwMDAwMDAwMDAwMDIzLTguNzk5OTk5OTk5OTk5OTgzIDMxLjg5OTk5OTk5OTk5OTk3NyAwbDI2OS41IDI2OS40YzguODAwMDAwMDAwMDAwMDY4IDguODAwMDAwMDAwMDAwMDExIDguODAwMDAwMDAwMDAwMDY4IDIzLjEwMDAwMDAwMDAwMDAyMyAwIDMxLjg5OTk5OTk5OTk5OTk3N2wtMjY5LjUgMjY5LjVjLTguNzk5OTk5OTk5OTk5OTU1IDguODAwMDAwMDAwMDAwMDY4LTIzLjA5OTk5OTk5OTk5OTk2NiA4LjgwMDAwMDAwMDAwMDA2OC0zMS44OTk5OTk5OTk5OTk5NzcgMGwtNTMuNjAwMDAwMDAwMDAwMDItNTMuNjAwMDAwMDAwMDAwMDJjLTguNzk5OTk5OTk5OTk5OTU1LTguNzk5OTk5OTk5OTk5OTU1LTguNzk5OTk5OTk5OTk5OTU1LTIzLjA5OTk5OTk5OTk5OTkxIDAtMzEuODk5OTk5OTk5OTk5OTc3bDEzNi44OTk5OTk5OTk5OTk5OC0xMzYuODk5OTk5OTk5OTk5OThoLTM1Mi42OTk5OTk5OTk5OTk5M2MtMTIuNTAwMDAwMDAwMDAwMDI4IDAtMjIuNjAwMDAwMDAwMDAwMDIzLTEwLjEwMDAwMDAwMDAwMDAyMy0yMi42MDAwMDAwMDAwMDAwMjMtMjIuNjAwMDAwMDAwMDAwMDIzdi05MC4yOTk5OTk5OTk5OTk5NWMwLTEyLjQwMDAwMDAwMDAwMDAzNCAxMC4wOTk5OTk5OTk5OTk5OTQtMjIuNSAyMi41OTk5OTk5OTk5OTk5OTQtMjIuNXoiLz48L3N2Zz4=);
  background-size: 22px 22px;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  cursor: pointer;
  transition: left 100ms ease-in-out;
}

div.redirection-link a p {
  line-height: normal;
  margin: 0;
}

.markdown-section h1 {
  font-size: 32px;
  margin: 34px 0;
}

.markdown-section h2 {
  font-size: 24px;
  margin: 27px 0;
  line-height: 31px;
}

.markdown-section h3 {
  font-size: 1.25rem;
  margin: 40px 0 0.6rem;
}

.markdown-section h4 {
  font-size: 1.10rem;
}

.markdown-section h5 {
  font-size: 1.05rem;
}

.markdown-section h6 {
  font-size: 1rem;
}

.markdown-section figure,
.markdown-section p {
  margin: 1.2em 0;
}

.markdown-section p,
.markdown-section ul,
.markdown-section ol {
  line-height: 25px;
  word-spacing: 0.05rem;
}

.markdown-section ul,
.markdown-section ol {
  padding-left: 1.5rem;
}

.markdown-section blockquote {
  background-color: #ffffff;
  border-left: 4px solid var(--theme-color, #42b983);
  margin: 2em 0;
  padding: 12px 24px 12px 30px;
  position: relative;
}

.markdown-section blockquote p {
  margin: 0
}

.markdown-section iframe {
  margin: 1em 0;
}

.markdown-section em {
  color: #7f8c8d;
}

.markdown-section code {
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  background-color: #F6F9FC;
  border-radius: 2px;
  color: #FF6F90;
  font-family: 'Source Sans Pro', Monaco, courier, monospace;
  font-size: 0.8rem;
  margin: 0 2px;
  padding: 3px 5px;
  white-space: pre-wrap;
}

.markdown-section pre {
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  background-color: #F6F9FC;
  font-family: 'Source Sans Pro', Monaco, courier, monospace;
  line-height: 1.5rem;
  margin: 1.2em 0;
  overflow: auto;
  padding: 0 1.4rem;
  position: relative;
  word-wrap: normal;
  border-radius: 8px;
}

/* code highlight */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #8e908c;
}

.token.namespace {
  opacity: 0.7;
}

.token.boolean,
.token.number {
  color: #c76b29;
}

.token.punctuation {
  color: #525252;
}

.token.property {
  color: #c08b30;
}

.token.tag {
  color: #2973b7;
}

.token.string {
  color: var(--theme-color, #42b983);
}

.token.selector {
  color: #6679cc;
}

.token.attr-name {
  color: #2973b7;
}

.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #22a2c9;
}

.token.attr-value,
.token.control,
.token.directive,
.token.unit {
  color: var(--theme-color, #42b983);
}

.token.keyword {
  color: #e96900;
}

.token.statement,
.token.regex,
.token.atrule {
  color: #22a2c9;
}

.token.placeholder,
.token.variable {
  color: #3d8fd1;
}

.token.deleted {
  text-decoration: line-through;
}

.token.inserted {
  border-bottom: 1px dotted #202746;
  text-decoration: none;
}

.token.italic {
  font-style: italic;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.important {
  color: #c94922;
}

.token.entity {
  cursor: help;
}

.markdown-section pre>code {
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  background-color: #F6F9FC;
  border-radius: 2px;
  color: #3E4550;
  display: block;
  font-family: courier, monospace;
  font-size: 0.75rem;
  line-height: inherit;
  margin: 0 2px;
  max-width: inherit;
  overflow: inherit;
  padding: 1em 5px;
  white-space: inherit;
}

.markdown-section code::after,
.markdown-section code::before {
  letter-spacing: 0.05rem;
}

code .token {
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
  min-height: 1.5rem;
}

pre::after {
  color: #ccc;
  content: attr(data-lang);
  font-size: 0.6rem;
  font-weight: 600;
  height: 15px;
  line-height: 15px;
  padding: 5px 10px 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

article.markdown-section.api-block {
  padding: 100px 0 0 75px;
}

section.api-block {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

section.api-block>.left,
section.api-block>.right {
  flex: 1 1 50%;
  align-self: auto;
  padding: 50px;
  border-bottom: 1px solid rgba(151, 167, 183, 0.21);
  width: 50%;
  order: 0;
}

section.api-block .right {
  background-color: #323d44;
  color: #97A7B7;
  /* -webkit-box-shadow: -2px 0px 5px -1px rgba(207,207,207,1);
  -moz-box-shadow: -2px 0px 5px -1px rgba(207,207,207,1); */
  box-shadow: -5px 0px 4px -2px rgba(207, 207, 207, 0.28);
}

section.api-block .right a {
  color: #0089C0;
  text-decoration: none;
}

section.api-block .right h1 a,
section.api-block .right h2 a,
section.api-block .right h3 a,
section.api-block .right h4 a,
section.api-block .right h5 a,
section.api-block .right h6 a {
  color: #97A7B7;
}

section.api-block .right h1,
section.api-block .right h2,
section.api-block .right h3,
section.api-block .right h4,
section.api-block .right h5,
section.api-block .right h6 {
  color: #97a7b7;
}

section.api-block pre {
  border-radius: 8px
}

section.api-block code {
  border-radius: 3px
}

section.api-block .right code,
section.api-block .right pre,
section.api-block .right pre code {
  background-color: #263138;
  color: #d0d4d7;
}

section.api-block .token.punctuation {
  color: #d0d4d7;
}

section.api-block .docsify-copy-code-button {
  background: #35454d;
}

/* Reduce copy-code button size — v3 injects styles via JS so !important is needed */
.docsify-copy-code-button {
  font-size: 0.8em !important;
  padding: 0.4em 0.6em !important;
}

section.api-block table {
  border: none;
  border-radius: 8px;
  color: #97a7b7;
}

section.api-block table thead tr th {
  background-color: #232d34;
}

section.api-block table thead tr th:first-child {
  border-top-left-radius: 8px;
}

section.api-block table thead tr th:last-child {
  border-top-right-radius: 8px;
}

section.api-block table tbody tr:nth-child(1n) {
  background-color: #263138;
}

section.api-block table tbody tr:nth-child(2n) {
  background-color: #232d34;
}


section.api-block tr,
section.api-block th,
section.api-block td {
  border: none;
}

section.api-block table tbody tr td {
  padding: 10px 20px;
}

section.api-block table tbody tr>td:first-child {
  font-weight: 600;
  text-align: right;
}

.chart {
  position: relative;
}

.chart pre {
  width: 50%;
  height: 420px;
  float: left;
}

.chart iframe {
  height: 420px;
  width: 50%;
  overflow: auto;
}

.clearfix {
  clear: both;
}

.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.mediabox-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediabox;
  animation-name: mediabox;
}

@-webkit-keyframes mediabox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mediabox {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mediabox-content {
  max-width: 853px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.mediabox-content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.mediabox-hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mediaboxhide;
  animation-name: mediaboxhide;
}

@-webkit-keyframes mediaboxhide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes mediaboxhide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.mediabox-close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
  background-size: 24px 24px;
}

.mediabox-close:hover {
  opacity: 0.5;
}

.landing-link {
  opacity: 0.95;
  text-decoration: none;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 13px 0 rgba(151, 167, 183, 0.3);
  min-height: 111px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: center;
  margin: 15px 0;
  width: 90%;
}

.landing-link img {
  height: 112px;
  padding: 9px;
  flex: 0 1 auto;
  border-radius: 15px;
  align-self: auto;
}

.landing-link>.text {
  flex: 1 1 auto;
  align-self: auto;
}

.landing-link>.text p {
  margin: 4px 0 0;
  padding-left: 17px;
  padding-right: 17px;
  color: #3E4550;
  font-size: 14px;
  line-height: 18px;
}

.landing-link>.text h2 {
  color: #0089C0;
  margin: 0;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.landing-link>.text h2:before {
  display: none;
}

.landing-link-v2 {
  opacity: 0.95;
  text-decoration: none;
  border-radius: 8px;
  background-color: #FFFFFF;
  min-height: 111px;
  margin: 15px 0;
}

.landing-link-v2 img {
  height: 119px;
  width: 90px;
  padding-top: 10px;
  position: relative;
}

.landing-link-v2 img.last {
  padding-top: 0;
  margin-top: -10px;
}

.landing-link-v2 img:after {
  content: "";
  height: 30px;
  width: 90px;
  background: white;
  display: block;
  position: absolute;
  left: 0;
}

.landing-link-v2>.text {
  margin-left: 35px;
  position: relative;
}

.landing-link-v2>.text:before {
  display: block;
  content: "";
  border: 1px dashed #97A7B7;
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 0;
  width: 0;
  height: 170px;
  padding: 0;
  z-index: -1;
}

.landing-link-v2>.text:first-of-type:before {
  display: block;
  content: "";
  border: 1px dashed #97A7B7;
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 0;
  width: 0;
  height: 140px;
  padding: 0;
  z-index: -1;
}

.landing-link-v2>.text p {
  margin: 4px 0 0;
  padding-left: 17px;
  padding-right: 0;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.landing-link-v2>.text h2 {
  margin: 0;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.landing-link-v2>.text h2.green {
  color: #9EDF10;
}

.landing-link-v2>.text h2.blue-light {
  color: #00CCF9;
}

.landing-link-v2>.text h2.blue {
  color: #0089C0;
}

.landing-link-v2>.text h2.blue-dark {
  color: #00347F;
}

.landing-link-v2>.text h2:before {
  display: none;
}

.landing-link-v2.second {
  margin-left: 102px;
  margin-top: -120px;
}

.landing-link-v2.third {
  margin-left: 204px;
  margin-top: -120px;
}

.landing-link-v2.fourth {
  margin-left: 306px;
  margin-top: -120px;
}

.landing-blocks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.landing-blocks .landing-block {
  flex: 1;
  display: block;
  min-width: 150px;
  text-decoration: none;
  margin: 10px 10px 10px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 13px 0 rgba(151, 167, 183, 0.3);
  border-radius: 8px;
  opacity: 0.95;
  overflow: hidden;
}

.landing-blocks .landing-block .img {
  width: 100%;
  position: relative;
  background: #0089C0;
  height: 109px;
}

.landing-blocks .landing-block .img img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.landing-blocks .landing-block h3 {
  margin-top: 12px;
  padding: 0 45px;
  color: #3E4550;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
}

.landing-blocks .landing-block h3:before {
  content: ' ';
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjEwMDAiIHdpZHRoPSIxMDAwIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PG1ldGFkYXRhPkljb0ZvbnQgSWNvbnM8L21ldGFkYXRhPjx0aXRsZT5hcnJvdy1yaWdodDwvdGl0bGU+PGdseXBoIGdseXBoLW5hbWU9ImFycm93LXJpZ2h0IiB1bmljb2RlPSImI3hlYTVkOyIgaG9yaXotYWR2LXg9IjEwMDAiIC8+PHBhdGggZmlsbD0iIzAwODlDMCIgZD0iTTIyMi42IDQyNy42aDM0My4yOTk5OTk5OTk5OTk5NWwtMTI3LjUtMTI3LjVjLTguNzk5OTk5OTk5OTk5OTU1LTguODAwMDAwMDAwMDAwMDExLTguNzk5OTk5OTk5OTk5OTU1LTIzLjEwMDAwMDAwMDAwMDAyMyAwLTMxLjkwMDAwMDAwMDAwMDAzNGw1My42MDAwMDAwMDAwMDAwMi01My41OTk5OTk5OTk5OTk5OTRjOC44MDAwMDAwMDAwMDAwMTEtOC43OTk5OTk5OTk5OTk5ODMgMjMuMTAwMDAwMDAwMDAwMDIzLTguNzk5OTk5OTk5OTk5OTgzIDMxLjg5OTk5OTk5OTk5OTk3NyAwbDI2OS41IDI2OS40YzguODAwMDAwMDAwMDAwMDY4IDguODAwMDAwMDAwMDAwMDExIDguODAwMDAwMDAwMDAwMDY4IDIzLjEwMDAwMDAwMDAwMDAyMyAwIDMxLjg5OTk5OTk5OTk5OTk3N2wtMjY5LjUgMjY5LjVjLTguNzk5OTk5OTk5OTk5OTU1IDguODAwMDAwMDAwMDAwMDY4LTIzLjA5OTk5OTk5OTk5OTk2NiA4LjgwMDAwMDAwMDAwMDA2OC0zMS44OTk5OTk5OTk5OTk5NzcgMGwtNTMuNjAwMDAwMDAwMDAwMDItNTMuNjAwMDAwMDAwMDAwMDJjLTguNzk5OTk5OTk5OTk5OTU1LTguNzk5OTk5OTk5OTk5OTU1LTguNzk5OTk5OTk5OTk5OTU1LTIzLjA5OTk5OTk5OTk5OTkxIDAtMzEuODk5OTk5OTk5OTk5OTc3bDEzNi44OTk5OTk5OTk5OTk5OC0xMzYuODk5OTk5OTk5OTk5OThoLTM1Mi42OTk5OTk5OTk5OTk5M2MtMTIuNTAwMDAwMDAwMDAwMDI4IDAtMjIuNjAwMDAwMDAwMDAwMDIzLTEwLjEwMDAwMDAwMDAwMDAyMy0yMi42MDAwMDAwMDAwMDAwMjMtMjIuNjAwMDAwMDAwMDAwMDIzdi05MC4yOTk5OTk5OTk5OTk5NWMwLTEyLjQwMDAwMDAwMDAwMDAzNCAxMC4wOTk5OTk5OTk5OTk5OTQtMjIuNSAyMi41OTk5OTk5OTk5OTk5OTQtMjIuNXoiLz48L3N2Zz4=);
  background-size: 22px 22px;
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  cursor: pointer;
  transition: left 100ms ease-in-out;
}

.landing-blocks .landing-block:hover h3:before {
  opacity: 1;
}


.landing-blocks .landing-block p {
  padding: 9px 15px 15px;
  color: #3E4550;
  font-size: 14px;
  margin: 0;
  line-height: 25px;
}

.side-by-side-blocks>.side-block {
  display: flex;
  padding: 75px 0;
}

.side-by-side-blocks>.side-block:nth-child(even) {
  flex-direction: row-reverse;
}

.side-by-side-blocks>.side-block>.part .title {
  color: #0089C0;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 12px;
}

.side-by-side-blocks>.side-block>.part {
  width: 50%;
}

.side-by-side-blocks>.side-block:nth-child(odd)>.part img {
  padding-right: 15px;
  margin: 0 auto;
  display: block;
}

.side-by-side-blocks>.side-block:nth-child(even)>.part img {
  padding-left: 15px;
  margin: 0 auto;
  display: block;
}

.side-by-side-blocks>.side-block>.part .block-content {
  margin-bottom: 12px;
  line-height: 25px;
  font-size: 14px;
}

.side-by-side-blocks>.side-block>.part .link {
  position: relative;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #00CCF9;
  text-decoration: none;
}

.side-by-side-blocks>.side-block>.part .link:before {
  content: ' ';
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjxzdmcKICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgaGVpZ2h0PSIxMDAwIgogIHdpZHRoPSIxMDAwIgogIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgo+CiAgPG1ldGFkYXRhPkljb0ZvbnQgSWNvbnM8L21ldGFkYXRhPgogIDx0aXRsZT5hcnJvdy1yaWdodDwvdGl0bGU+CiAgPGdseXBoIGdseXBoLW5hbWU9ImFycm93LXJpZ2h0IiB1bmljb2RlPSImI3hlYTVkOyIgaG9yaXotYWR2LXg9IjEwMDAiIC8+CiAgPHBhdGgKICAgIGZpbGw9IiMwMENDRjkiCiAgICBkPSJNMjIyLjYgNDI3LjZoMzQzLjI5OTk5OTk5OTk5OTk1bC0xMjcuNS0xMjcuNWMtOC43OTk5OTk5OTk5OTk5NTUtOC44MDAwMDAwMDAwMDAwMTEtOC43OTk5OTk5OTk5OTk5NTUtMjMuMTAwMDAwMDAwMDAwMDIzIDAtMzEuOTAwMDAwMDAwMDAwMDM0bDUzLjYwMDAwMDAwMDAwMDAyLTUzLjU5OTk5OTk5OTk5OTk5NGM4LjgwMDAwMDAwMDAwMDAxMS04Ljc5OTk5OTk5OTk5OTk4MyAyMy4xMDAwMDAwMDAwMDAwMjMtOC43OTk5OTk5OTk5OTk5ODMgMzEuODk5OTk5OTk5OTk5OTc3IDBsMjY5LjUgMjY5LjRjOC44MDAwMDAwMDAwMDAwNjggOC44MDAwMDAwMDAwMDAwMTEgOC44MDAwMDAwMDAwMDAwNjggMjMuMTAwMDAwMDAwMDAwMDIzIDAgMzEuODk5OTk5OTk5OTk5OTc3bC0yNjkuNSAyNjkuNWMtOC43OTk5OTk5OTk5OTk5NTUgOC44MDAwMDAwMDAwMDAwNjgtMjMuMDk5OTk5OTk5OTk5OTY2IDguODAwMDAwMDAwMDAwMDY4LTMxLjg5OTk5OTk5OTk5OTk3NyAwbC01My42MDAwMDAwMDAwMDAwMi01My42MDAwMDAwMDAwMDAwMmMtOC43OTk5OTk5OTk5OTk5NTUtOC43OTk5OTk5OTk5OTk5NTUtOC43OTk5OTk5OTk5OTk5NTUtMjMuMDk5OTk5OTk5OTk5OTEgMC0zMS44OTk5OTk5OTk5OTk5NzdsMTM2Ljg5OTk5OTk5OTk5OTk4LTEzNi44OTk5OTk5OTk5OTk5OGgtMzUyLjY5OTk5OTk5OTk5OTkzYy0xMi41MDAwMDAwMDAwMDAwMjggMC0yMi42MDAwMDAwMDAwMDAwMjMtMTAuMTAwMDAwMDAwMDAwMDIzLTIyLjYwMDAwMDAwMDAwMDAyMy0yMi42MDAwMDAwMDAwMDAwMjN2LTkwLjI5OTk5OTk5OTk5OTk1YzAtMTIuNDAwMDAwMDAwMDAwMDM0IDEwLjA5OTk5OTk5OTk5OTk5NC0yMi41IDIyLjU5OTk5OTk5OTk5OTk5NC0yMi41eiIKICAvPgo8L3N2Zz4=);
  background-size: 17px 17px;
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  transition: left 100ms ease-in-out;
}

.stayintouch {
  border-radius: 8px;
  background-color: #F6F9FC;
  padding: 40px;
  text-align: center;
}

.stayintouch h2 {
  color: #0089C0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
  line-height: 31px;
}

.stayintouch p {
  margin-top: 0px;
  margin-bottom: 28px;
}

.stayintouch h2:before {
  display: none;
}

.stayintouch .email button {
  border-radius: 5px;
  background-color: #00CCF9;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07), 0 5px 8px 0 rgba(0, 0, 0, 0.14);
  color: #FFFFFF;
  margin: 0 5px;
  font-size: 13px;
  outline: none;
  border: 0 !important;
  cursor: pointer;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  padding: 13px 25px;
}

.stayintouch .email input {
  border-radius: 7px;
  margin: 0 5px;
  border: 0;
  padding: 0 15px;
  outline: none;
  background-color: #FFFFFF;
  line-height: 46px;
  box-shadow: 0 4px 10px 0 rgba(85, 89, 94, 0.14);
}

body.searching>section.language-switcher {
  opacity: 0.4;
}

body>section.language-switcher {
  position: absolute;
  right: 0;
  top: 0;
  padding: 21px;
  z-index: 11;
  user-select: none;
}

body>section.language-switcher a {
  color: #989fa9;
  font-size: 14px;
  text-decoration: none;
}

body>section.language-switcher a.active {
  color: #00ccf9;
  font-weight: bold;
}

body>section.language-switcher a:not(:last-child) {
  margin-right: 5px;
}

.project-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-step:first-of-type {
  position: relative;
}

.project-step:first-of-type:before {
  content: "";
  display: block;
  width: 2px;
  height: 550px;
  background: linear-gradient(180deg, #9EDF10 0%, #00CCF9 23.81%, #0089C0 49.62%, #0CCDF8 74.32%, #A2DF1B 100%);
  position: absolute;
  left: 22.5px;
  top: 80px;
}

.dataplant-map-container {
  margin-bottom: 15px;
}

.dataplant-map-container>.image {
  position: relative;
  margin-bottom: 100px;
}

.dataplant-map-container>.image>.area-mobile-scrolling-container {
  position: absolute;
  display: flex;
  /*top: calc(100% + 80px);*/
  height: 20px;
  left: 15%;
  right: 15%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.dataplant-map-container>.image>.area-mobile-scrolling-container>.dot {
  height: 5px;
  width: 5px;
  border-radius: 5px;
  margin: 0 3px;
  background-color: rgba(151, 167, 183, 0.21);
}

.dataplant-map-container>.image>.area-mobile-scrolling-container>.dot.active {
  background-color: #00CCF9;
}

.dataplant-map-container>.image>.area-description-container {
  position: absolute;
  display: none;
  background-color: rgba(62, 69, 80, 0.88);
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.2);
  top: 90%;
  left: 15%;
  right: 15%;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  pointer-events: none;
  padding: 0 15px;
  font-size: 14px;
  color: #FFF;
  z-index: 2;
  /*max-height: 125px;*/
}

.dataplant-map-container>.image>.area-description-container>.area-description-container-title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
}

.dataplant-map-container>.image>.area-description-container>.area-description-container-description {
  margin-top: 5px;
  margin-bottom: 25px;
}

.dataplant-map-container>.image.map-ready.mobile-mode * {
  pointer-events: none;
}

.dataplant-map-container>.image>.hover-image {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  pointer-events: none;
}

map area {
  cursor: pointer;
}

.project-step img {
  width: 133px;
  height: 88px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
}

.project-step .landing-link {
  flex-grow: 1;
  max-width: 620px;
}

.step {
  height: 48px;
  width: 48px;
  opacity: 0.95;
  background-color: #FFFFFF;
  box-shadow: 0 3px 13px 0 rgba(151, 167, 183, 0.3);
  border-radius: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: #3E4550;
  padding-top: 7px;
  margin-right: 32px;
}

@media all and (max-width: 1100px) {
  .landing-link-v2.second {
    margin-left: 0;
    margin-top: 0;
  }

  .landing-link-v2.third {
    margin-left: 0;
    margin-top: 0;
  }

  .landing-link-v2.fourth {
    margin-left: 0;
    margin-top: 0;
  }
}

@media all and (max-width: 971px) {
  .landing-link {
    flex-wrap: wrap;
  }

  .landing-link img {
    display: none;
  }
}

@media all and (max-width: 1000px) {

  .side-by-side-blocks>.side-block:nth-child(even),
  .side-by-side-blocks>.side-block:nth-child(odd) {
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 30px 0;
  }

  .side-by-side-blocks>.side-block>.part {
    width: 100%;
  }

  .side-by-side-blocks>.side-block>.part>img {
    display: block;
    margin: 0 auto;
  }
}

@media all and (max-width: 768px) {
  .mediabox-content {
    max-width: 90%;
  }
}

@media all and (max-width: 600px) {
  .mediabox-content iframe {
    height: 320px !important;
  }

  .mediabox-close {
    bottom: 362px;
  }
}

@media all and (max-width: 480px) {
  .mediabox-content iframe {
    height: 220px !important;
  }

  .mediabox-close {
    bottom: 262px;
  }
}

@media screen and (max-width: 1200px) {
  .markdown-section {
    padding: 100px 100px 40px 100px;
  }
}

@media screen and (max-width: 768px) {
  body.sticky aside.sidebar {
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
    position: fixed;
    -webkit-overflow-scrolling: touch;
  }

  .big-image {
    width: 100% !important;
    margin-left: 0 !important;
  }

  body.sticky.close aside.sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1;
  }

  .content {
    margin-right: 0;
    left: 0;
    margin-top: 100px;
    width: 100%;
  }

  body.close .content {
    left: 280px;
  }

  main {
    height: auto;
    overflow-x: hidden;
  }

  article.markdown-section {
    padding: 20px 40px 40px 40px;
  }

  section.content h1:before,
  section.content h2:before,
  section.content h3:before,
  section.content h4:before,
  section.content h5:before,
  section.content h6:before {
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
  }

  nav.app-nav {
    margin: 0 0 0 0;
    transition: margin 250ms ease-out;
    z-index: 10;
    left: 0;
    width: 100%;
  }

  .app-nav,
  .github-corner {
    -webkit-transition: -webkit-transform 250ms ease-out;
    transition: -webkit-transform 250ms ease-out;
    transition: transform 250ms ease-out;
    transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  }

  .github-corner:hover .octo-arm {
    -webkit-animation: none;
    animation: none;
  }

  .github-corner .octo-arm {
    -webkit-animation: octocat-wave 560ms ease-in-out;
    animation: octocat-wave 560ms ease-in-out;
  }

  article.markdown-section.api-block {
    padding: 0;
  }
}

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

.video-fullscreen img {
  width: 100%;
}

.big-image {
  max-width: 120%;
  width: 120%;
  margin-left: -10%;
}

.template-error-page {
  padding: 0;
  height: 100%;
  position: relative;
}

.template-error-page img {
  position: absolute;
  width: 80%;
  margin: 0 5%;
  top: 45%;
  transform: translate(0, -50%);
}

.template-error-page .error-title {
  color: #3E4550;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  bottom: 25%;
  left: 59%;
}

.template-error-page .error-subtitle {
  color: #3E4550;
  font-size: 24px;
}

@media all and (max-width: 1200px) {
  .template-error-page .error-title {
    left: 40%;
  }
}

@media all and (max-width: 768px) {
  .template-error-page {
    margin: 0;
    padding: 0 !important;
  }

  .template-error-page img {
    top: 0;
    width: 90%;
    margin: 5%;
    transform: translate(0);
  }

  .template-error-page .error-title {
    left: 10%;
  }
}

@media all and (max-height: 600px) {
  .template-error-page .error-title {
    bottom: 10%;
  }
}

/* ── Changelog notification widget ── */

.changelog-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--theme-color, #0089C0);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  padding: 10px 12px 10px 16px;
  animation: changelog-in 0.35s ease-out both;
  font-family: 'Source Sans Pro', sans-serif;
}

.changelog-widget-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.changelog-widget-link:hover {
  text-decoration: underline;
}

.changelog-widget-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  position: relative;
  top: -1px;
  animation: changelog-pulse 2s ease-in-out infinite;
}

.changelog-widget-dismiss {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px 0 6px;
  transition: color 0.15s;
}

.changelog-widget-dismiss:hover {
  color: #fff;
}

@keyframes changelog-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.changelog-widget-out {
  animation: changelog-out 0.25s ease-in both;
}

@keyframes changelog-out {
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}

@keyframes changelog-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@media all and (max-width: 480px) {
  .changelog-widget {
    right: 12px;
    bottom: 12px;
  }
}
