@charset "UTF-8";@font-face{font-family:SourceCodePro;font-style:normal;font-display:swap;font-weight:400;src:local("Menlo"),url(/landing/fonts/SourceCodePro-Regular.ttf) format("truetype")}.json-viewer{font-family:SourceCodePro;font-size:12px;line-height:1.25}.json-viewer ul{margin:2.5px 0 0 1px}.json-viewer ul .type-string{white-space:nowrap}.code{display:flex;flex-wrap:wrap;border-radius:7px;box-shadow:0 2px 18px 0 rgba(25,24,64,.2);overflow:hidden;margin-bottom:100px}.code__tab-content{display:none;height:90%}.code__tab-content .code__tab-content-block{display:none}.code__tab-content .code__tab-content-block.active{display:flex;flex-wrap:wrap;max-width:100%;min-width:100%}.code__tab-content .code__tab-example{overflow:auto;max-height:50%;min-height:50%;max-width:100%;min-width:100%}.code__tab-content .code__tab-example pre{counter-reset:line;margin:0;display:flex;flex-direction:column}.code__tab-content .code__tab-example pre.html-snippet{white-space:break-spaces;word-break:break-word;padding:24px}.code__tab-content .code__tab-example pre code{font-family:SourceCodePro;font-size:12px!important;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#373737!important;counter-increment:line}.code__tab-content .code__tab-example pre code:before{content:counter(line);background-color:#96c3ff;font-family:SourceCodePro;font-size:11px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:.05px;text-align:right;color:#fff;width:40px;display:inline-block;padding-right:15px;padding-top:2.5px;padding-bottom:2.5px;margin-right:15px}.code__tab-content .code__tab-response{overflow:auto;max-height:50%;min-height:50%;max-width:100%;min-width:100%;position:relative!important;background-color:#f4f9ff;font-family:SourceCodePro}.code__tab-content .code__tab-response .json-viewer{overflow:auto;position:absolute;display:block;height:100%;width:100%;counter-reset:line;counter-increment:line;padding-left:45px}.code__tab-content .code__tab-response .json-viewer .list-link:before{content:"▼";color:#aaa;display:inline-block;position:relative;left:auto;width:1em}.code__tab-content .code__tab-response .json-viewer .closing-element:not(.collapsed){counter-increment:line}.code__tab-content .code__tab-response .json-viewer .closing-element:not(.collapsed):before{content:counter(line);background-color:#e7f1ff;color:#ababab;left:0;position:absolute;font-family:SourceCodePro;font-size:11px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:.05px;text-align:right;width:40px;display:inline-block;padding-right:15px;padding-top:2.5px;padding-bottom:2.5px;margin-right:15px}.code__tab-content .code__tab-response .json-viewer:before{content:counter(line);background-color:#e7f1ff;color:#ababab;left:0;position:absolute;font-family:SourceCodePro;font-size:11px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:.05px;text-align:right;width:40px;display:inline-block;padding-right:15px;padding-top:2.5px;padding-bottom:2.5px;margin-right:15px}.code__tab-content .code__tab-response .json-viewer ul{border:none}.code__tab-content .code__tab-response .json-viewer li{counter-increment:line;padding-bottom:3.5px}.code__tab-content .code__tab-response .json-viewer li:before{content:counter(line);background-color:#e7f1ff;color:#ababab;left:0;position:absolute;font-family:SourceCodePro;font-size:11px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:.05px;text-align:right;width:40px;display:inline-block;padding-right:15px;padding-top:2.5px;padding-bottom:2.5px;margin-right:15px}.code__tab-content.active{display:flex;flex:1;flex-wrap:wrap}.code__base{flex:1;min-height:625px;display:flex;flex-direction:column;background-color:#e8f2ff}.code__switcher{display:flex;justify-content:center;background-color:#5522e4}.code__tab{position:relative;cursor:pointer;font-size:13px;line-height:20px;font-weight:700;text-transform:uppercase;color:#b9d7ff;padding:20px 25px;overflow:hidden;transition:color .2s ease-in-out}.code__tab:after{content:"";position:absolute;bottom:-11px;left:50%;transform:translateX(-50%);width:21px;height:21px;border-radius:50%;background-color:#e8f2ff;opacity:0;transition:opacity .2s ease}.code__tab:hover{color:#fff}.code__tab.active{color:#fff}.code__tab.active:after{opacity:1}.code__side{width:350px;display:flex;flex-direction:column;border-left:1px solid rgba(217,217,217,.5);background-color:#fff}.code__nav-item{border-bottom:1px solid rgba(217,217,217,.5)}.code__nav-title{padding:18px 25px;font-size:17px;line-height:1.35;font-weight:700;color:#4b4b4b;transition:color .2s ease}.code__nav-title:hover{color:#6b7c93}.code__nav-title.active{color:#5a64ff}.code__nav-description{padding:0 25px 18px;font-size:15px;line-height:1.5}.code__bottom{margin-top:auto;padding:25px;text-align:center}.code__mobile-nav{display:none}@media (max-width:992px){.code{display:block;box-shadow:none;border-radius:0;margin-bottom:90px}.code__side{display:none}.code__base{border-radius:7px;overflow:hidden;box-shadow:0 2px 18px 0 rgba(25,24,64,.2)}.code__mobile-nav{display:block;margin-bottom:20px}}@media (max-width:576px){.code{margin-bottom:70px}.code__tab{padding-left:20px;padding-right:20px}.code__base{min-height:500px}}