:root{--float-color-grey-800: #262626;--float-color-grey-700: #363d46;--float-color-grey-600: #405868;--float-color-grey-550: #a3a7a9;--float-color-grey-500: #c1c1c1;--float-color-grey-400: #e2e2e2;--float-color-grey-300: #bcc1c7;--float-color-grey-200: #ebebeb;--float-color-grey-100: #F8F7F9;--float-color-royal-700: #556afc;--float-color-royal-600: #6482d0;--float-color-blue-900: #0f68a1;--float-color-blue-700: #1a90dc;--float-color-teal-900: #60bcb7;--float-color-teal-700: #0bd7cc;--float-color-green-700: #3ac269;--float-color-purple-700: #b176ea;--float-color-purple-900: #8853bb;--float-color-orange: #ff8d22;--float-color-dark-blue: #0f68a1;--float-color-pink: #f786b6;--float-color-green: #33b25f;--float-color-red: #ff6e6e;--float-color-delete: #fd4a4a;--float-color-secondary-yellow: #fff4e1;--float-color-secondary-purple: #f4e9ff;--float-color-secondary-pink: #fce9ef;--float-color-secondary-green: #dff8e8;--float-color-secondary-sand: #f6f1eb;--float-color-secondary-blue: #cef3ff;--float-color-low-emphasis: #d8d8d8;--float-color-white: #ffffff;--float-color-black: #000000;--float-color-black-100: #1a1d22;--float-color-black-400: #242C39}:root{--float-layout-margin-side: 30px;--float-button-height: 48px}@media (min-width: 768px) and (max-width: 1024px){:root{--float-layout-margin-side: 30px}}@media (max-width: 767px){:root{--float-layout-margin-side: 25px}}html{box-sizing:border-box;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased !important;-moz-font-smoothing:antialiased !important;text-rendering:optimizelegibility !important;scroll-behavior:smooth}html:before{position:absolute;top:-1000px;font-size:0;content:"large"}@media (min-width: 768px) and (max-width: 1024px){html:before{content:"medium"}}@media (max-width: 767px){html:before{content:"small"}}body{--viewport-height: 100vh;font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.625;color:var(--float-color-grey-800);background-color:var(--float-color-white);height:auto;overflow-y:scroll}@media (min-width: 768px) and (max-width: 1024px){body{font-size:14px}}@media (max-width: 767px){body{font-size:14px}}h1,h2,h3,h4,h5,h6,[id]{scroll-margin-top:130px}@media (min-width: 768px) and (max-width: 1024px){h1,h2,h3,h4,h5,h6,[id]{scroll-margin-top:100px}}@media (max-width: 767px){h1,h2,h3,h4,h5,h6,[id]{scroll-margin-top:60px}}.link{position:relative;display:flex;align-items:center;color:var(--float-color-grey-800);white-space:nowrap}.link:after{position:absolute;display:flex;align-items:center;top:0;left:0;width:100%;height:100%;content:attr(data-label);text-decoration:underline;text-decoration-color:var(--float-color-grey-800);text-decoration-thickness:1px;color:transparent;opacity:0;transform:translate3d(0, 1px, 0) scaleX(0.65);transition-property:opacity, transform;transition-duration:0.25s;transition-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);pointer-events:none}@media (any-pointer: coarse){.link:active:after,.link.android-active:after{opacity:1;transform:translate3d(0, 1px, 0) scaleX(1)}}@media (pointer: fine){.link:hover:after,.link:focus:after{opacity:1;transform:translate3d(0, 1px, 0) scaleX(1)}}.button{--button-primary-color: var(--float-color-royal-700);--button-secondary-color: var(--float-color-white);--button-label-offset: -5px;font-family:"Poppins", sans-serif;font-weight:700;font-size:16px;line-height:1;letter-spacing:0.2px;position:relative;display:inline-flex;justify-content:center;align-items:center;height:var(--float-button-height);min-height:var(--float-button-height);text-decoration:none;color:var(--button-secondary-color);padding:0 25px;border:2px solid var(--button-primary-color);border-radius:4px;background-color:var(--button-primary-color);white-space:nowrap;transition-property:background-color;transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-duration:.15s;transition-delay:.18s;overflow:hidden}@media (min-width: 768px) and (max-width: 1024px){.button{font-size:14px}}@media (max-width: 767px){.button{font-size:14px}}@media (any-pointer: coarse){.button:active,.button.android-active{background-color:transparent !important;transition-duration:.15s;transition-delay:0s}.button:active span:not([aria-hidden]),.button.android-active span:not([aria-hidden]){opacity:0}.button:active span[aria-hidden],.button.android-active span[aria-hidden]{opacity:1;transform:translateX(var(--button-label-offset));transition-duration:.35s, .15s;transition-delay:.225s,0s}.button:active svg,.button.android-active svg{opacity:1;transform:translate3d(0%, -50%, 0) translateX(calc(var(--button-label-offset) * 2));transition-duration:0.45s, .15s;transition-delay:.15s}}@media (pointer: fine){.button:hover,.button:focus{background-color:transparent !important;transition-duration:.15s;transition-delay:0s}.button:hover span:not([aria-hidden]),.button:focus span:not([aria-hidden]){opacity:0}.button:hover span[aria-hidden],.button:focus span[aria-hidden]{opacity:1;transform:translateX(var(--button-label-offset));transition-duration:.35s, .15s;transition-delay:.225s,0s}.button:hover svg,.button:focus svg{opacity:1;transform:translate3d(0%, -50%, 0) translateX(calc(var(--button-label-offset) * 2));transition-duration:0.45s, .15s;transition-delay:.15s}}.button span{display:block;color:var(--button-secondary-color);transition-property:transform,opacity;transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275),cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-duration:.15s}.button span[aria-hidden]{position:absolute;top:0;left:0;width:100%;height:100%;content:attr(data-label);display:flex;justify-content:center;align-items:center;color:var(--button-primary-color);opacity:0;transition-duration:.35s, .15s;transition-delay:0s, .18s}.button svg{position:absolute;top:50%;right:0;width:12px;height:12px;transform:translate3d(0%, -50%, 0);transition-property:transform,opacity;transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275),cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-duration:0.45s, .15s;opacity:0}.button svg path{fill:var(--button-primary-color);stroke:var(--button-primary-color)}.menu-icon{display:flex;appearance:none;border:none;padding:0;margin:0;background-color:transparent}.menu-icon *{pointer-events:none}@media (any-pointer: coarse){.menu-icon:active svg rect:first-child,.menu-icon.android-active svg rect:first-child{transform:translateY(-2px)}.menu-icon:active svg rect:nth-child(2),.menu-icon.android-active svg rect:nth-child(2){transform:translateY(0px)}.menu-icon:active svg rect:last-child,.menu-icon.android-active svg rect:last-child{transform:translateY(2px)}}@media (pointer: fine){.menu-icon:hover svg rect:first-child,.menu-icon:focus svg rect:first-child{transform:translateY(-2px)}.menu-icon:hover svg rect:nth-child(2),.menu-icon:focus svg rect:nth-child(2){transform:translateY(0px)}.menu-icon:hover svg rect:last-child,.menu-icon:focus svg rect:last-child{transform:translateY(2px)}}.menu-icon svg{width:22px;height:20px}.menu-icon svg rect{transform:rotate(0deg);transform-origin:50% 50%;transition-property:transform, opacity;transition-duration:0.15s;transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}.menu-icon[data-opened="true"] svg rect:nth-child(1),.menu-icon[data-opened="true"] svg rect:nth-child(4){opacity:0}.menu-icon[data-opened="true"] svg rect:nth-child(1){transform:translateY(-10px)}.menu-icon[data-opened="true"] svg rect:nth-child(2){transform:rotate(-45deg)}.menu-icon[data-opened="true"] svg rect:nth-child(3){transform:rotate(45deg)}.menu-icon[data-opened="true"] svg rect:nth-child(4){transform:translateY(10px)}:root{--float-logo-strokeWidth: 24px;--float-logo-width: 36px;--float-logo-height: 26px}@media (min-width: 768px) and (max-width: 1024px){:root{--float-logo-width: 24px;--float-logo-height: 20px}}@media (max-width: 767px){:root{--float-logo-width: 24px;--float-logo-height: 20px}}@keyframes path-upper-animation{0%{stroke-dashoffset:193px;stroke-dasharray:97px 458px}100%{stroke-dashoffset:0px;stroke-dasharray:75px 458px}}@keyframes path-middle-animation{0%{stroke-dashoffset:263px;stroke-dasharray:36px 458px}100%{stroke-dashoffset:193px;stroke-dasharray:97px 458px}}@keyframes path-bottom-animation{0%{stroke-dashoffset:536px;stroke-dasharray:75px 458px}100%{stroke-dashoffset:263px;stroke-dasharray:36px 458px}}.logo{display:inline-flex}.logo .shape{position:relative;width:var(--float-logo-width);height:var(--float-logo-height)}.logo .shape svg{position:absolute;width:calc(100% + var(--float-logo-strokeWidth));height:var(--float-logo-height)}.logo .shape svg path{fill:none;stroke-linecap:round;stroke-width:24px;stroke:var(--float-color-blue-700);transition-property:stroke-dashoffset, stroke-dasharray;transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955);transition-duration:0.45s}.logo .shape svg path#path-upper{stroke-dashoffset:193px;stroke-dasharray:97px 458px}.logo .shape svg path#path-middle{stroke-dashoffset:263px;stroke-dasharray:36px 458px}.logo .shape svg path#path-bottom{stroke-dashoffset:536px;stroke-dasharray:75px 458px}.logo .name{margin-left:10px;height:var(--float-logo-height)}.logo .name path{fill:var(--float-color-grey-800)}@media (any-pointer: coarse){.logo:active .shape svg path#path-upper,.logo.android-active .shape svg path#path-upper{stroke-dashoffset:0px;stroke-dasharray:75px 458px}.logo:active .shape svg path#path-middle,.logo.android-active .shape svg path#path-middle{stroke-dashoffset:193px;stroke-dasharray:97px 458px}.logo:active .shape svg path#path-bottom,.logo.android-active .shape svg path#path-bottom{stroke-dashoffset:263px;stroke-dasharray:36px 458px}}@media (pointer: fine){.logo:hover .shape svg path#path-upper,.logo:focus .shape svg path#path-upper{stroke-dashoffset:0px;stroke-dasharray:75px 458px}.logo:hover .shape svg path#path-middle,.logo:focus .shape svg path#path-middle{stroke-dashoffset:193px;stroke-dasharray:97px 458px}.logo:hover .shape svg path#path-bottom,.logo:focus .shape svg path#path-bottom{stroke-dashoffset:263px;stroke-dasharray:36px 458px}}.main-header{position:sticky;top:0;display:flex;justify-content:center;align-items:center;color:var(--float-color-white);border-bottom:1px solid #d8d8d8;height:110px;z-index:1000;background-color:var(--float-color-white)}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header{position:relative;height:90px}}@media screen and (max-width: 767px){.main-header{position:relative;height:90px}}.main-header .main-header--container{display:flex;align-items:center;width:calc(100% - (var(--float-layout-margin-side) * 2));height:100%;margin:0;padding:0}.main-header .main-header--container>li{display:flex;align-items:center}.main-header .main-header--container>li:first-child{position:relative;flex-grow:1;z-index:1}.main-header .main-header--container>li:first-child a{display:flex}.main-header .main-header--container .menu-icon{position:relative;display:none;z-index:1}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container .menu-icon{display:flex}}@media screen and (max-width: 767px){.main-header .main-header--container .menu-icon{display:flex}}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container nav{display:none;position:absolute;top:90px;left:0;width:100%;background-color:var(--float-color-white);box-shadow:var(--float-color-grey-400) 0 3px 6px;z-index:1}.main-header .main-header--container nav[data-opened="true"]{display:block}}@media screen and (max-width: 767px){.main-header .main-header--container nav{display:none;position:absolute;top:90px;left:0;width:100%;background-color:var(--float-color-white);box-shadow:var(--float-color-grey-400) 0 3px 6px;z-index:1}.main-header .main-header--container nav[data-opened="true"]{display:block}}.main-header .main-header--container nav ul{display:flex}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container nav ul{flex-flow:column}}@media screen and (max-width: 767px){.main-header .main-header--container nav ul{flex-flow:column}}.main-header .main-header--container nav ul li{display:flex;align-items:center}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container nav ul li{flex-flow:column}}@media screen and (max-width: 767px){.main-header .main-header--container nav ul li{flex-flow:column}}.main-header .main-header--container nav ul li+li{margin-left:95px}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container nav ul li+li{margin-left:0px}}@media screen and (max-width: 767px){.main-header .main-header--container nav ul li+li{margin-left:0px}}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container nav a{width:100%;height:50px}.main-header .main-header--container nav a.button{width:calc(100% - var(--float-layout-margin-side) * 2);margin:calc(var(--float-layout-margin-side) / 2) 0}.main-header .main-header--container nav a:after{content:""}}@media screen and (max-width: 767px){.main-header .main-header--container nav a{width:100%;height:50px}.main-header .main-header--container nav a.button{width:calc(100% - var(--float-layout-margin-side) * 2);margin:calc(var(--float-layout-margin-side) / 2) 0}.main-header .main-header--container nav a:after{content:""}}.main-header .main-header--container nav a:not(.button){font-family:"Poppins", sans-serif;font-weight:500;font-size:16px;line-height:1;text-decoration:none;color:var(--float-color-grey-800)}@media (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container nav a:not(.button){font-size:14px}}@media (max-width: 767px){.main-header .main-header--container nav a:not(.button){font-size:14px}}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container nav a:not(.button){display:flex;padding:0 var(--float-layout-margin-side);margin:0 auto;box-shadow:var(--float-color-grey-400) 0 -1px 0 0 inset;transition:color 0.25s cubic-bezier(0, 0, 0.58, 1)}}@media screen and (min-width: 768px) and (max-width: 1024px) and (any-pointer: coarse){.main-header .main-header--container nav a:not(.button):active,.main-header .main-header--container nav a:not(.button).android-active{color:rgba(0,0,0,0.45)}}@media screen and (min-width: 768px) and (max-width: 1024px) and (pointer: fine){.main-header .main-header--container nav a:not(.button):hover,.main-header .main-header--container nav a:not(.button):focus{color:rgba(0,0,0,0.45)}}@media screen and (max-width: 767px){.main-header .main-header--container nav a:not(.button){display:flex;padding:0 var(--float-layout-margin-side);margin:0 auto;box-shadow:var(--float-color-grey-400) 0 -1px 0 0 inset;transition:color 0.25s cubic-bezier(0, 0, 0.58, 1)}}@media screen and (max-width: 767px) and (any-pointer: coarse){.main-header .main-header--container nav a:not(.button):active,.main-header .main-header--container nav a:not(.button).android-active{color:rgba(0,0,0,0.45)}}@media screen and (max-width: 767px) and (pointer: fine){.main-header .main-header--container nav a:not(.button):hover,.main-header .main-header--container nav a:not(.button):focus{color:rgba(0,0,0,0.45)}}.main-header .main-header--container nav a+a{margin-left:30px}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container nav a+a{margin-left:0px}}@media screen and (max-width: 767px){.main-header .main-header--container nav a+a{margin-left:0px}}.main-header .main-header--container .signature{font-family:"Poppins", sans-serif;font-weight:400;font-size:20px;line-height:1.2;letter-spacing:0.2px;display:flex;align-items:center;color:var(--float-color-grey-800);margin-top:3px;margin-left:10px;overflow:hidden;opacity:0}.main-header .main-header--container .signature span{font-weight:600}.main-header .main-header--container .signature span.curly{font-size:19px}@media (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container .signature{font-size:16px}.main-header .main-header--container .signature span.curly{font-size:15px}}@media (max-width: 767px){.main-header .main-header--container .signature{font-size:14px}.main-header .main-header--container .signature span.curly{font-size:13px}}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container .signature{margin-top:4px}}@media screen and (max-width: 767px){.main-header .main-header--container .signature{margin-top:4px}}.main-header .main-header--container .signature .divider{display:block;width:1px;min-height:28px;margin:0;margin-top:1px;margin-right:10px;background-color:var(--float-color-grey-800)}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container .signature .divider{min-height:22px}}@media screen and (max-width: 767px){.main-header .main-header--container .signature .divider{min-height:19px}}.main-header .main-header--container .signature .signature-content{display:flex}.main-header .main-header--container .signature a{color:inherit;text-decoration:none}@media (any-pointer: coarse){.main-header .main-header--container .signature a:active .name p,.main-header .main-header--container .signature a.android-active .name p{color:rgba(0,0,0,0.45)}}@media (pointer: fine){.main-header .main-header--container .signature a:hover .name p,.main-header .main-header--container .signature a:focus .name p{color:rgba(0,0,0,0.45)}}.main-header .main-header--container .signature .name{margin:0 -5px;padding:0 10px;overflow:hidden}.main-header .main-header--container .signature .name p{margin:0;padding:0;transform-origin:left center;transition:0.15s color cubic-bezier(0.25, 0.46, 0.45, 0.94)}.main-header .main-header--container .signature .curly{margin-top:2px}@media screen and (min-width: 768px) and (max-width: 1024px){.main-header .main-header--container .signature .curly{margin-top:1px}}@media screen and (max-width: 767px){.main-header .main-header--container .signature .curly{margin-top:1px}}.main-header .main-header--container .signature.animate-out{opacity:1}.main-header .main-header--container .signature.animate-out .divider{transform:scaleY(0)}.main-header .main-header--container .signature.animate-out .signature-content{transform:translateX(calc(-100% - 10px))}.main-header .main-header--container .signature.animate-in .divider{transform:scaleY(1);transition:transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.main-header .main-header--container .signature.animate-in .signature-content{transform:translateX(0);transition:transform 1.15s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s}.main-header .main-header--container .signature.animated{opacity:1}.main-container{position:relative;display:flex;padding:35px var(--float-layout-margin-side) 0 170px}@media (min-width: 768px) and (max-width: 1024px){.main-container{padding:var(--float-layout-margin-side)}}@media (max-width: 767px){.main-container{flex-flow:column;padding:0}}.main-container .main-sidebar{min-width:230px;margin-top:8px}@media (max-width: 767px){.main-container .main-sidebar{position:sticky;top:0;left:0;width:100%;margin-top:0px;background-color:var(--float-color-white)}}.main-container .main-content{margin-left:85px;width:calc(100% - 230px - 85px)}@media (min-width: 768px) and (max-width: 1024px){.main-container .main-content{margin-left:70px;width:calc(100% - 230px - 70px)}}@media (max-width: 767px){.main-container .main-content{width:100%;margin-left:0px;padding:var(--float-layout-margin-side);padding-bottom:0}}.main-container .main-content h1,.main-container .main-content h2,.main-container .main-content h3,.main-container .main-content h4{margin:0;padding:0}.main-container .main-content #sectionlist ul li,.main-container .main-content ul li{list-style-position:outside;list-style-type:none;margin-left:40px}.main-container .main-content code{white-space:unset}.sidebar-nav-mobile-toc{display:none;position:sticky;top:0;padding:14px var(--float-layout-margin-side);border-bottom:1px solid #d8d8d8;background-color:var(--float-color-white);cursor:pointer;z-index:1}@media (max-width: 767px){.sidebar-nav-mobile-toc{display:block}}.sidebar-nav-mobile-toc .sidebar-nav-mobile-toc-container{position:relative}.sidebar-nav-mobile-toc .sidebar-nav-mobile-toc-container span{font-weight:500}.sidebar-nav-mobile-toc .sidebar-nav-mobile-toc-container i{position:absolute;top:50%;right:0;width:10px;height:2px;justify-self:flex-end;transform-origin:center center;transform:translate(50%, -50%) translateX(-11px) scaleY(-1)}[data-sidebar-open="false"] .sidebar-nav-mobile-toc .sidebar-nav-mobile-toc-container i{transform:translate(50%, -50%) translateX(-11px) scaleY(1)}.sidebar-nav-mobile-toc .sidebar-nav-mobile-toc-container i:after,.sidebar-nav-mobile-toc .sidebar-nav-mobile-toc-container i:before{position:absolute;top:0;left:0;transform:translate3d(0, 0, 0);width:100%;height:100%;content:" ";background-color:var(--float-color-grey-800)}.sidebar-nav-mobile-toc .sidebar-nav-mobile-toc-container i:before{transform:translateX(2px) rotate(-45deg)}.sidebar-nav-mobile-toc .sidebar-nav-mobile-toc-container i:after{transform:translateX(-4px) rotate(45deg)}.sidebar-nav{position:relative;margin:0}@media (max-width: 767px){.sidebar-nav{position:absolute;top:51px;padding:var(--float-layout-margin-side);width:100%;height:var(--table-of-contents-height);overflow-y:scroll;background-color:var(--float-color-white);z-index:0}.sidebar-nav::-webkit-scrollbar{display:none}[data-sidebar-open="false"] .sidebar-nav{display:none}}.sidebar-nav a{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.625;display:block;outline:none;text-decoration:none;color:var(--float-color-grey-800)}@media (min-width: 768px) and (max-width: 1024px){.sidebar-nav a{font-size:14px}}@media (max-width: 767px){.sidebar-nav a{font-size:14px}}.sidebar-nav>li>a{font-family:Poppins;font-weight:700;font-size:20px;line-height:1.4;letter-spacing:0.01em;position:relative;background-color:transparent}@media (min-width: 768px) and (max-width: 1024px){.sidebar-nav>li>a{font-size:18px}}@media (max-width: 767px){.sidebar-nav>li>a{font-size:18px}}.sidebar-nav>li>a span{position:absolute;top:50%;right:0;width:16px;height:2px;justify-self:flex-end;transform-origin:center center;transform:translate(0%, -50%)}@media (max-width: 767px){.sidebar-nav>li>a span{width:12px;transform:translate(-50%, -50%)}}.sidebar-nav>li>a span:after,.sidebar-nav>li>a span:before{position:absolute;top:0;left:0;transform:translate3d(0, 0, 0);width:100%;height:100%;content:" ";background-color:var(--float-color-grey-800)}.sidebar-nav>li>a span:after{transform:rotate(90deg)}.sidebar-nav>li+li{margin-top:25px}.sidebar-nav>li.active>a span:after{transform:rotate(0deg)}.sidebar-nav>li ul{margin-top:8px}.sidebar-nav>li ul li a{padding:5px 0;transition:color 0.25s cubic-bezier(0, 0, 0.58, 1)}@media (any-pointer: coarse){.sidebar-nav>li ul li a:active,.sidebar-nav>li ul li a.android-active{color:var(--float-color-royal-700)}}@media (pointer: fine){.sidebar-nav>li ul li a:hover,.sidebar-nav>li ul li a:focus{color:var(--float-color-royal-700)}}.sidebar-nav>li ul li.active a{color:var(--float-color-royal-700)}.main-container .main-content h1{font-family:Poppins;font-weight:700;font-size:36px;line-height:1.33;color:var(--float-color-black);margin-bottom:10px}@media (min-width: 768px) and (max-width: 1024px){.main-container .main-content h1{font-size:34px}}@media (max-width: 767px){.main-container .main-content h1{font-size:28px}}.main-container .main-content h2{font-family:Poppins;font-weight:600;font-size:24px;line-height:1.33;letter-spacing:0.006em;color:var(--float-color-black);margin-bottom:16px}@media (min-width: 768px) and (max-width: 1024px){.main-container .main-content h2{font-size:22px}}@media (max-width: 767px){.main-container .main-content h2{font-size:20px}}.main-container .main-content h2:not(:nth-child(1)){margin-top:65px}.main-container .main-content h3{font-family:Poppins;font-weight:600;font-size:20px;line-height:1.33;letter-spacing:0.006em;color:var(--float-color-grey-800);margin-bottom:16px}@media (min-width: 768px) and (max-width: 1024px){.main-container .main-content h3{font-size:18px}}@media (max-width: 767px){.main-container .main-content h3{font-size:14px}}.main-container .main-content h3:not(:nth-child(1)){margin-top:16px}.main-container .main-content i.icon-arrow-up{display:block}.main-container .main-content p{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.625;color:var(--float-color-black)}@media (min-width: 768px) and (max-width: 1024px){.main-container .main-content p{font-size:14px}}@media (max-width: 767px){.main-container .main-content p{font-size:14px}}.main-container .main-content a{color:var(--float-color-royal-700);text-decoration-color:transparent;text-decoration-thickness:1px;transition:text-decoration-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94)}@media (any-pointer: coarse){.main-container .main-content a:active,.main-container .main-content a.android-active{text-decoration-color:var(--float-color-royal-700)}}@media (pointer: fine){.main-container .main-content a:hover,.main-container .main-content a:focus{text-decoration-color:var(--float-color-royal-700)}}.main-container .main-content a.anchorjs-link{font-size:0.95em;transition:opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.main-container .main-content ul li{list-style-position:outside;list-style-type:disc;margin-left:40px}.main-container .main-content code{font-family:"IBM Plex Mono";font-weight:400;font-size:14px;line-height:1.625;color:var(--float-color-black)}@media (min-width: 768px) and (max-width: 1024px){.main-container .main-content code{font-size:14px}}@media (max-width: 767px){.main-container .main-content code{font-size:14px}}.main-container .main-content code.highlighter-rouge{padding:3px 7px;background-color:var(--float-color-grey-100)}.main-container .main-content pre{display:block;overflow:auto;white-space:pre;color:var(--float-color-black)}.main-container .main-content pre.highlight{line-height:2.2;padding:30px;border-color:var(--float-color-low-emphasis);background-color:var(--float-color-grey-100, 0.3)}.main-container .main-content .post-content>p,.main-container .main-content .post-content>ul,.main-container .main-content .post-content>ol{margin-bottom:20px}.main-container .main-content .post-content>ul li+li,.main-container .main-content .post-content>ol li+li{margin-top:8px}.main-container .main-content .summary{font-family:Inter;font-weight:400;font-size:24px;line-height:1.41;color:var(--float-color-grey-600);margin-top:25px;margin-bottom:35px}.main-container .main-content #sectionlist ul{margin:0;padding:0}.main-container .main-content #sectionlist ul li{list-style-type:outside;color:var(--float-color-royal-700);margin-left:40px;padding-left:5px}.main-container .main-content #sectionlist ul li+li{margin-top:8px}footer{margin:0;padding:40px var(--float-layout-margin-side)}@media (max-width: 767px){footer{padding:var(--float-layout-margin-side)}}.swagger-section .main-content #message-bar{text-align:left;margin:0;padding:0}.swagger-section .main-content #message-bar:empty{display:none}.swagger-section .main-content .swagger-ui-wrap{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.625;min-width:auto;max-width:none}@media (min-width: 768px) and (max-width: 1024px){.swagger-section .main-content .swagger-ui-wrap{font-size:14px}}@media (max-width: 767px){.swagger-section .main-content .swagger-ui-wrap{font-size:14px}}.swagger-section .main-content .swagger-ui-wrap .info_title{font-family:Poppins;font-weight:700;font-size:36px;line-height:1.33;color:var(--float-color-grey-800);padding:0;margin-bottom:10px}@media (min-width: 768px) and (max-width: 1024px){.swagger-section .main-content .swagger-ui-wrap .info_title{font-size:34px}}@media (max-width: 767px){.swagger-section .main-content .swagger-ui-wrap .info_title{font-size:28px}}.swagger-section .main-content .swagger-ui-wrap .info_description{padding:0;font-size:inherit}.swagger-section .main-content .swagger-ui-wrap .info_description p{margin:0;padding:0}.swagger-section .main-content .swagger-ui-wrap .endpoints{padding-left:0}.swagger-section .main-content .swagger-ui-wrap table.headers{width:100%}.swagger-section .main-content .swagger-ui-wrap .pre-parameters{display:block;width:100%;overflow-x:auto;margin-bottom:20px}.swagger-section .main-content .swagger-ui-wrap table.fullwidth.parameters{margin-bottom:0}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources{margin:0;padding:0}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li{margin-left:0;margin-right:0}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.endpoints li.endpoint:last-child ul.operations li.operation div.content{margin:0}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource div.heading{display:flex;flex-wrap:wrap}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource div.heading h2{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.625;color:var(--float-color-grey-800);margin:2px 0;padding:0;flex-grow:1}@media (min-width: 768px) and (max-width: 1024px){.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource div.heading h2{font-size:14px}}@media (max-width: 767px){.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource div.heading h2{font-size:14px}}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource div.heading h2 a{font-family:Poppins;font-weight:600;font-size:20px;line-height:1.33;letter-spacing:0.006em;color:var(--float-color-grey-800)}@media (min-width: 768px) and (max-width: 1024px){.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource div.heading h2 a{font-size:18px}}@media (max-width: 767px){.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource div.heading h2 a{font-size:14px}}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource div.heading .options{display:flex;margin:2px 0;padding:0;align-items:center}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource div.heading .options li{margin:0;padding-top:0;padding-bottom:0;line-height:1;list-style:none}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation{margin:0}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation h3{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.625}@media (min-width: 768px) and (max-width: 1024px){.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation h3{font-size:14px}}@media (max-width: 767px){.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation h3{font-size:14px}}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation h3 .http_method a{font-family:"IBM Plex Mono";font-weight:400;font-size:12px;line-height:1.625;padding:2px 8px;width:auto}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation .options{margin:0;padding:0}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation .options li{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.625}@media (min-width: 768px) and (max-width: 1024px){.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation .options li{font-size:14px}}@media (max-width: 767px){.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation .options li{font-size:14px}}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.get h3 .http_method a{background-color:var(--float-color-royal-700)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.get .options a{color:var(--float-color-royal-700)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.get .content h4{color:var(--float-color-royal-700)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.post h3 .http_method a{background-color:var(--float-color-green)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.post .options a{color:var(--float-color-green)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.post .content h4{color:var(--float-color-green)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.patch h3 .http_method a{background-color:var(--float-color-orange)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.patch .options a{color:var(--float-color-orange)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.patch .content h4{color:var(--float-color-orange)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.delete h3 .http_method a{background-color:var(--float-color-delete)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.delete .options a{color:var(--float-color-delete)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource ul.operations li.operation.delete .content h4{color:var(--float-color-delete)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource .model-signature{font-family:"Inter", sans-serif;font-weight:400;font-size:16px;line-height:1.625}@media (min-width: 768px) and (max-width: 1024px){.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource .model-signature{font-size:14px}}@media (max-width: 767px){.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource .model-signature{font-size:14px}}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource .model-signature .propType{color:var(--float-color-royal-700)}.swagger-section .main-content .swagger-ui-wrap #resources_container #resources li.resource .model-signature ul.signature-nav li{margin:0 5px 5px 0;list-style-type:none}.swagger-section .main-content .swagger-ui-wrap #resources_container .footer{display:none}.swagger-section .endpoint h4{font-family:"Inter";font-style:normal}.swagger-section .swagger-ui-wrap>ul li{list-style-type:none}.swagger-section .swagger-ui-wrap ul>li.resource{background-color:#fff;border:1px solid #d0d8df !important;border-radius:4px;margin-bottom:20px;font-family:"Inter", sans-serif;font-weight:400;list-style-type:none}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading{padding:20px}.swagger-section .swagger-ui-wrap ul.endpoints{padding:0 !important}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2,.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a{margin:0;font-family:"Inter", sans-serif;font-weight:400}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2{padding:5px 0}.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a{font-family:"Inter", sans-serif;font-weight:400}.swagger-section .swagger-ui-wrap ul.endpoints{border-top:1px solid #d0d8df !important}.swagger-section .swagger-ui-wrap ul.endpoints>li{padding:15px 20px;border-bottom:1px solid #d0d8df !important;list-style-type:none}.swagger-section .swagger-ui-wrap ul.endpoints>li:last-child{border:none !important}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation{margin:0 !important}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading,.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content{background-color:transparent !important;border:none !important}.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options>li p{margin:0}.swagger-section .swagger-ui-wrap .markdown a,.swagger-section .swagger-ui-wrap td.markdown a{color:var(--float-color-royal-700);text-decoration-color:transparent;text-decoration-thickness:1px;transition:text-decoration-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94)}@media (any-pointer: coarse){.swagger-section .swagger-ui-wrap .markdown a:active,.swagger-section .swagger-ui-wrap .markdown a.android-active,.swagger-section .swagger-ui-wrap td.markdown a:active,.swagger-section .swagger-ui-wrap td.markdown a.android-active{text-decoration-color:var(--float-color-royal-700)}}@media (pointer: fine){.swagger-section .swagger-ui-wrap .markdown a:hover,.swagger-section .swagger-ui-wrap .markdown a:focus,.swagger-section .swagger-ui-wrap td.markdown a:hover,.swagger-section .swagger-ui-wrap td.markdown a:focus{text-decoration-color:var(--float-color-royal-700)}}
