body{padding:0;background-image:none!important}.fold-wrapper{min-height:100vh}@media (max-height:500px),(max-width:750px){.fold-wrapper{height:auto}}.fold{--header-color:#FFF;--header-shadow:0,0,0,.9;-webkit-flex-grow:1;flex-grow:1;min-height:650px;background-image:url(https://cdn.kbodata.app/img/fold/datacenter-3.1200x800.jpg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-attachment:fixed;position:relative;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:1px solid #e2e2e2;box-shadow:0 10px 10px -10px rgba(0,0,0,.15)}.fold::before{background-color:rgba(var(--primary-color-rgb),.5);position:absolute;z-index:1;left:0;right:0;top:0;bottom:0;content:""}.fold>.text{position:relative;z-index:2;font-size:20px;text-align:center;width:900px;max-width:100%;margin:0 auto;padding-top:calc(var(--header-top-height) + var(--header-bottom-height));display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;transition:margin-top 2s linear}.fold>.text h1,.fold>.text h2,.fold>.text div.image,.fold>.text .action{opacity:0;transform:translateY(-50px);transition-property:opacity,transform;transition-duration:0.8s,0.6s;transition-timing-function:ease-in-out}.fold>.text div.image{transform:scale(.4);width:300px;margin-right:25px}.fold>.text div.image img{max-width:100%;max-height:100%;object-fit:contain}.fold>.text.show{margin-top:0}.fold>.text.show h1,.fold>.text.show h2,.fold>.text.show div.image,.fold>.text.show .action{opacity:1;transform:translateY(0) scale(1)}.fold>.text h1{font-size:300%;color:var(--header-color);text-shadow:0 0 15px rgba(var(--header-shadow));transition-delay:0.4s;line-height:1;margin-bottom:10px}.fold>.text h1 .api-badge{font-size:50%;align-self:center;margin-left:2px;margin-top:-5px;vertical-align:middle}.fold>.text h2{font-size:140%;color:var(--header-color);text-shadow:0 0 10px rgba(var(--header-shadow));transition-delay:0.8s}.fold>.text .action{margin-top:25px;transition-delay:1.2s;display:inline-flex;align-items:center;justify-content:center}@media (max-width:700px){.fold>.text .action{flex-wrap:wrap;padding:0 10px}}.fold>.text .action .btn{height:50px;font-weight:700;font-size:12pt;margin-top:5px;box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.3);transition:box-shadow 0.1s ease-in-out}.fold>.text .action .btn span{flex:1 1 auto;line-height:1}.fold>.text .action .btn:last-child{margin-left:4px}@media (min-width:701px){.fold>.text .action .btn{margin-top:0}.fold>.text .action .btn:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.fold>.text .action .btn:last-child{border-top-left-radius:0;border-bottom-left-radius:0;border-left:1px solid rgba(0,0,0,.2);margin-left:0}}@media (max-width:600px){.fold>.text .action .btn{font-size:105%;width:80%}}@media (max-width:400px){.fold>.text .action .btn{width:100%}}.fold>.text .action .btn:active{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.4)}@media (min-width:751px) and (max-height:1000px){.fold{background-image:url(https://cdn.kbodata.app/img/fold/datacenter-3.1000x600.jpg)}.fold>.text{flex-direction:row;justify-content:flex-start;font-size:15px}.fold>.text div.image{flex:0 0 auto;text-align:right}.fold>.text div.title{max-width:600px;-webkit-flex:1 1 600px;flex:1 1 600px;text-align:left}}@media (min-width:751px) and (max-width:825px){.fold>.text div.image{height:auto;width:225px}}@media (max-height:500px),(max-width:750px){.fold{background-image:url(https://cdn.kbodata.app/img/fold/datacenter-3.800x600.jpg);height:80vh;min-height:600px}.fold>.text div.image{height:150px}}@media (max-width:750px){.fold>.text{font-size:15px}.fold>.text div.image{margin-bottom:15px;margin-right:0}.fold>.text h1{font-size:24pt;letter-spacing:-.5pt;margin-bottom:10px}.fold>.text h2{font-size:14pt;padding:0 10pt}}@media (max-height:600px){.fold{min-height:600px}.fold>.text h2{font-size:12pt}.fold>.text div.image{width:128px}}@media (max-width:900px){.fold{background-attachment:scroll}}html.dark-mode .fold::before{background-color:rgba(0,0,0,.6)}html.dark-mode .fold h1,html.dark-mode .fold h2{color:#F4F4F4}html.dark-mode .fold h1{text-shadow:0 0 15px rgba(0,0,0,.9)}html.dark-mode .fold h2{text-shadow:0 0 10px rgba(0,0,0,.9)}@charset "UTF-8";.api-example{--api-example-template-columns:1fr 2fr;--api-example-template-rows-base:40px 40px;--api-example-template-rows:1fr;max-width:100%;height:500px;width:900px;box-shadow:0 0 25px rgba(0,0,0,.1);border-radius:5px;background-color:#F4F4F4;border:1px solid #E1E1E1;margin:20px auto;padding:5px;display:grid;grid-template-columns:var(--api-example-template-columns);grid-template-rows:var(--api-example-template-rows-base) var(--api-example-template-rows);gap:5px}@media (max-width:750px){.api-example{--api-example-template-columns:1fr;--api-example-template-rows:200px 1fr;height:auto;max-height:70vh;overflow:hidden}}.api-example.no-params div.parameters{display:none}.api-example.no-params div.response{grid-column:1 / -1}@media (max-width:750px){.api-example.no-params{--api-example-template-rows:1fr}}.api-example a.show-docs{grid-column:1 / -1;align-self:center;justify-self:end;display:inline-flex;align-items:center}.api-example a.show-docs::before{font-size:16px;margin-right:5px}.api-example div.tabs{grid-column:1 / -1;overflow-y:hidden;overflow-x:auto;display:flex;align-items:stretch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:10px;user-select:none}.api-example div.tabs::-webkit-scrollbar{display:none}.api-example ul.tabs{list-style-type:none;display:flex;align-items:stretch;margin:0;padding:0;z-index:1;white-space:nowrap}.api-example ul.tabs li{padding:0 8px;font-size:90%;color:#333;cursor:pointer;border-radius:3px;display:inline-flex;align-items:center;border-bottom:0;background-color:rgba(0,0,0,.05);transition:background-color 0.2s ease-in-out,color 0.2s ease-in-out}.api-example ul.tabs li:hover{color:#000;background-color:rgba(0,0,0,.1)}.api-example ul.tabs li:active{background-color:rgba(0,0,0,.15)}.api-example ul.tabs li::before{margin-right:5px}.api-example ul.tabs li.active{color:#000;font-weight:700;padding-bottom:2px;background-color:#8ec9e8;margin-bottom:0}.api-example ul.tabs li+li{margin-left:3px}.api-example .heading{grid-column:1 / -1;display:flex;align-items:stretch;overflow:hidden}.api-example .method{border-radius:3px;font-weight:700;margin-right:5px;padding:0 30px;background-color:var(--primary-color);color:#FFF;text-shadow:0 1px 2px rgba(0,0,0,.1);display:flex;align-items:center}@media (max-width:750px){.api-example .method{padding:0 10px}}.api-example .endpoint{display:flex;align-items:center;flex:1 1 auto;font:600 14px "Menlo","Courier New",Courier,monospace;color:gray;background-color:#FFF;border:1px solid #E1E1E1;border-radius:3px;padding-left:10px;letter-spacing:-1px;overflow:hidden}.api-example .endpoint::selection{padding:3px;border-radius:3px;background:var(--primary-color);color:#FFF;text-shadow:1px 1px 1px #000}.api-example .endpoint::before{font:400 16px var(--icon-font);content:"";display:inline-flex;align-items:center;color:var(--primary-color);margin-right:10px}.api-example .endpoint b{color:#000}.api-example .endpoint div.overflow{display:inline-flex;white-space:nowrap;text-overflow:ellipsis;flex:1 1 auto}.api-example .endpoint .url-query{color:#848484;margin-left:5px;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-example .endpoint .url-query:empty{display:none}.api-example .endpoint .url-base abbr{color:#080}.api-example .endpoint .url-base i{color:#b4b4b4;font-style:normal!important}.api-example .endpoint [data-action]{width:40px;align-self:stretch;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}@media (max-width:750px){.api-example .endpoint [data-action]{width:30px}}.api-example .endpoint [data-action]::before{font-size:16px}.api-example .endpoint [data-action]:hover{background-color:rgba(0,0,0,.05)}.api-example .endpoint [data-action]:active{background-color:rgba(0,0,0,.1)}.api-example .endpoint [data-action]:active::before{transform:scale(.9)}@media (max-width:750px){.api-example .endpoint .url-base{display:none}.api-example .endpoint [data-action="copy"]{display:none}}.api-example>div.parameters,.api-example>div.response{background-color:#FFF;border:1px solid #E1E1E1;border-radius:3px;display:flex;flex-direction:column;overflow:hidden}.api-example>div.parameters h5,.api-example>div.response h5{flex:0 0 auto;border-bottom:1px solid #E1E1E1;padding:3px 8px;background-color:#F4F4F4;margin:0}.api-example>div.parameters code.content,.api-example>div.parameters div.content,.api-example>div.response code.content,.api-example>div.response div.content{flex:1 1 auto}.api-example>div.parameters div.content,.api-example>div.response div.content{overflow-y:auto}.api-example>div.parameters code.content,.api-example>div.response code.content{border:0;background-color:transparent;overflow-x:auto;overflow-y:scroll;padding:10px}.api-example div.parameters div.content{padding:0}.api-example div.parameters ul{margin:0;padding:0;list-style-type:none;font-size:90%}.api-example div.parameters ul li{padding:8px;padding-left:28px;border-bottom:1px solid #E1E1E1}.api-example div.parameters ul li:hover{background-color:rgba(0,0,0,.05)}.api-example div.parameters ul li+li{margin-top:-1px}.api-example div.parameters ul li .value{font-weight:700}.api-example div.parameters ul li code.sep{color:#848484;padding:2px 1px}.api-example div.parameters ul li code.sep::before{content:","}.api-example div.parameters ul li code{letter-spacing:-.5px;margin-top:1px;margin-bottom:1px}.api-example div.parameters ul li code+code{margin-left:3px}.api-example div.parameters ul li code:first-child{margin-left:-20px}em.api-info{color:gray;font-size:90%}.hljs-tag,.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-strong,.hljs-name{color:var(--primary-color)}.hljs-code{color:#61d8ef}.hljs-attr{color:#0089a5}.hljs-number,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:#d0f}.hljs-attribute,.hljs-symbol,.hljs-regexp,.hljs-link{color:#1e0b25}.hljs-string,.hljs-bullet,.hljs-subst,.hljs-title,.hljs-section,.hljs-emphasis,.hljs-type,.hljs-built_in,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-addition,.hljs-variable,.hljs-template-tag,.hljs-template-variable{color:#c41a16}.hljs-title.class_,.hljs-class .hljs-title{color:#fff}.hljs-comment,.hljs-quote,.hljs-deletion,.hljs-meta{color:#75715e}.hljs-keyword,.hljs-selector-tag,.hljs-literal,.hljs-doctag,.hljs-title,.hljs-section,.hljs-type,.hljs-selector-id{font-weight:700}