:root{--doc-burgers-breakpoint: 1115px}.doc{padding:0 0 3em;max-width:var(--box);margin:0 auto;display:grid;grid-template-columns:var(--doc-tree-width, 20em) auto 1fr 13em;height:100%;gap:0 1em}@media(max-width: 1115px){.doc{grid-template-columns:var(--doc-tree-width, 20em) auto 1fr;padding:0 1em 3em 0}}@media(max-width: 960px){.doc{grid-template-columns:auto;padding:.5em 1.5em}}.doc-tree ul,.doc-tree-mobile ul{padding:0;border-left:.063em solid var(--bg-96);row-gap:.25em;display:flex;flex-direction:column}.doc-tree li,.doc-tree-mobile li{display:flex;flex-wrap:wrap}.doc-tree .doc-tree__item,.doc-tree-mobile .doc-tree__item{display:flex;align-items:center;width:100%;border-radius:0 var(--radius) var(--radius) 0;position:relative;transition:background-color .2s ease,color .2s ease}.doc-tree .doc-tree__item.selected::before,.doc-tree-mobile .doc-tree__item.selected::before{content:"";position:absolute;left:-0.063em;top:0;bottom:0;width:.188em;background-color:var(--gr-55)}.doc-tree .doc-tree__item.selected a,.doc-tree-mobile .doc-tree__item.selected a{color:var(--gr-55);font-weight:600}.doc-tree .doc-tree__item.selected .doc-tree__text,.doc-tree-mobile .doc-tree__item.selected .doc-tree__text{color:var(--gr-55);font-weight:600}.doc-tree .doc-tree__item.selected:hover,.doc-tree-mobile .doc-tree__item.selected:hover{background-color:var(--gr-80);color:var(--gr-35)}.doc-tree .doc-tree__item.has-children,.doc-tree-mobile .doc-tree__item.has-children{cursor:pointer}.doc-tree .doc-tree__item.has-children>span,.doc-tree-mobile .doc-tree__item.has-children>span{font-weight:600}.doc-tree .doc-tree__item:hover,.doc-tree-mobile .doc-tree__item:hover{background-color:var(--bg-96);color:var(--bg-35)}.doc-tree .doc-tree__item:hover a,.doc-tree-mobile .doc-tree__item:hover a{color:var(--bg-35)}.doc-tree .doc-tree__item:hover .doc-tree__text,.doc-tree-mobile .doc-tree__item:hover .doc-tree__text{color:var(--bg-35)}.doc-tree .doc-tree__link,.doc-tree .doc-tree__text,.doc-tree-mobile .doc-tree__link,.doc-tree-mobile .doc-tree__text{flex:1;font-size:15px;line-height:1.6;padding:.44em .75em .44em .75em;display:flex;color:var(--bg-15);font-weight:400;align-items:flex-start;margin-bottom:.06em;word-break:break-word;transition:color .2s ease}.doc-tree ul ul .doc-tree__link,.doc-tree ul ul .doc-tree__text,.doc-tree-mobile ul ul .doc-tree__link,.doc-tree-mobile ul ul .doc-tree__text{padding-left:1.3em}.doc-tree .doc-tree__link,.doc-tree-mobile .doc-tree__link{text-decoration:none !important}.doc-tree .doc-tree__item~ul,.doc-tree-mobile .doc-tree__item~ul{width:100%;max-height:0;overflow:hidden}.doc-tree li.open>.doc-tree__item~ul,.doc-tree-mobile li.open>.doc-tree__item~ul{max-height:125em;transition:max-height 2s;margin-left:1.3em;margin-block:.5em}.doc-tree .doc-tree__arrow,.doc-tree-mobile .doc-tree__arrow{position:relative;width:2.3em;align-self:stretch;border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.doc-tree .doc-tree__arrow::before,.doc-tree-mobile .doc-tree__arrow::before{content:"";width:.4em;height:.4em;border:solid var(--bg-65);border-width:0 .13em .13em 0;transform:rotate(-45deg);transition:transform .3s ease}.doc-tree li.open>.doc-tree__item>.doc-tree__arrow::before,.doc-tree-mobile li.open>.doc-tree__item>.doc-tree__arrow::before{transform:rotate(45deg)}.doc-tree{position:sticky;top:5.63em;max-height:calc(100vh - 5.63em);overflow-y:auto;min-width:15em;max-width:35em}@media(max-width: 1115px){.doc-tree{top:8.75em}}@media(max-width: 960px){.doc-tree{display:none}}.doc-tree-resizer{width:.5em;cursor:col-resize;background-color:rgba(0,0,0,0);position:relative;display:flex;align-items:flex-start;justify-content:center;transition:background-color .2s ease}.doc-tree-resizer::before{content:"";width:.125em;height:1.5em;position:sticky;top:7.5em;background-image:linear-gradient(to bottom, var(--bg-65) 0, var(--bg-65) 0.25em, transparent 0.25em, transparent 0.5em, var(--bg-65) 0.5em, var(--bg-65) 0.75em, transparent 0.75em, transparent 1em, var(--bg-65) 1em, var(--bg-65) 1.25em, transparent 1.25em, transparent 1.5em);transition:background-image .2s ease}.doc-tree-resizer:hover{background-color:var(--bg-96)}.doc-tree-resizer:hover::before{background-image:linear-gradient(to bottom, var(--bl-55) 0, var(--bl-55) 0.25em, transparent 0.25em, transparent 0.5em, var(--bl-55) 0.5em, var(--bl-55) 0.75em, transparent 0.75em, transparent 1em, var(--bl-55) 1em, var(--bl-55) 1.25em, transparent 1.25em, transparent 1.5em)}.doc-tree-resizer.resizing{background-color:var(--bg-96)}.doc-tree-resizer.resizing::before{background-image:linear-gradient(to bottom, var(--bl-55) 0, var(--bl-55) 0.25em, transparent 0.25em, transparent 0.5em, var(--bl-55) 0.5em, var(--bl-55) 0.75em, transparent 0.75em, transparent 1em, var(--bl-55) 1em, var(--bl-55) 1.25em, transparent 1.25em, transparent 1.5em)}@media(max-width: 1115px){.doc-tree-resizer::before{top:10.75em}}@media(max-width: 960px){.doc-tree-resizer{display:none}}.burger-tree-overlay,.burger-anchors-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998}.burger-tree-overlay.active,.burger-anchors-overlay.active{display:block}.doc-tree-mobile{position:fixed;top:0;left:-100%;width:90%;max-width:21.88em;height:100vh;max-height:100vh;background:#fff;z-index:999;overflow-y:auto;padding-right:1em;transition:left .3s ease;box-shadow:.13em 0 1.25em rgba(0,0,0,.15);display:flex;flex-direction:column}.doc-tree-mobile.active{left:0}.doc-tree-mobile__header{display:grid;grid-auto-flow:column;justify-content:space-between;padding:.8em 0 0 .8em;position:sticky;top:0;background:#fff;z-index:10;border-bottom:.063em solid var(--bg-96);flex-shrink:0}.doc-tree-mobile__header-logo{align-items:center;min-height:6em;position:relative;display:inherit}.doc-tree-mobile__close{display:block;background:var(--white);border:none;font-size:1.2em;cursor:pointer;color:var(--bg-35);align-self:start}.doc-tree-mobile__close:hover{color:var(--bg-15);background:var(--bg-96)}.doc-tree-mobile>ul{overflow-y:auto;flex:1}.doc-anchors ul,.doc-anchors-mobile ul{list-style:none;padding:0;margin:0}.doc-anchors li,.doc-anchors-mobile li{margin-top:.5em}.doc-anchors a,.doc-anchors-mobile a{display:block;position:relative;text-decoration:none;color:var(--bg-35);font-size:.9em;line-height:1.4;padding:.25em .75em;border-radius:0 var(--radius) var(--radius) 0;transition:background-color .2s ease,color .2s ease;padding-block:.5em}.doc-anchors a.anchor-level-3,.doc-anchors-mobile a.anchor-level-3{margin-left:1em}.doc-anchors a:hover,.doc-anchors-mobile a:hover{background-color:var(--bg-96);color:var(--bg-35)}.doc-anchors a.active,.doc-anchors-mobile a.active{color:var(--gr-55);font-weight:600}.doc-anchors a.active:hover,.doc-anchors-mobile a.active:hover{background-color:var(--gr-80);color:var(--gr-35)}.doc-anchors a.active::before,.doc-anchors-mobile a.active::before{content:"";position:absolute;left:0;top:0;bottom:0;width:.188em;background-color:var(--gr-55)}.doc-anchors__section,.doc-anchors-mobile__section{margin:1em 0}.doc-anchors__title,.doc-anchors-mobile__title{font-size:.9em;font-weight:600;color:var(--bg-15)}.doc-anchors__links,.doc-anchors-mobile__links{display:flex;flex-direction:column;gap:.5em}.doc-anchors__link,.doc-anchors-mobile__link{display:flex;align-items:center;text-decoration:none;color:var(--bg-35);font-size:.9em;line-height:1.4;transition:color .2s ease;position:relative;padding-left:1.5em}.doc-anchors__link::before,.doc-anchors-mobile__link::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);transition:border-color .2s ease}.doc-anchors__link:hover,.doc-anchors-mobile__link:hover{color:var(--bl-55)}.doc-anchors__link:hover::before,.doc-anchors-mobile__link:hover::before{border-color:var(--bl-55)}.doc-anchors__link--view::before,.doc-anchors-mobile__link--view::before{width:.875em;height:1em;border:.125em solid var(--bg-35);border-radius:.125em;box-shadow:inset 0 .25em 0 0 var(--bg-35)}.doc-anchors__link .copy-feedback,.doc-anchors-mobile__link .copy-feedback{margin-left:.25em;font-weight:600}.doc-anchors-mobile{position:fixed;top:0;right:-100%;width:90%;max-width:18.8em;height:100vh;max-height:100vh;background:#fff;z-index:999;padding:.8em 1em;transition:right .3s ease;box-shadow:-0.13em 0 1.25em rgba(0,0,0,.15);display:flex;flex-direction:column}.doc-anchors-mobile.active{right:0}.doc-anchors-mobile__close{position:sticky;top:0;margin-left:auto;display:block;background:var(--white);border:none;font-size:1.2em;cursor:pointer;color:var(--bg-35);flex-shrink:0}.doc-anchors-mobile__close:hover{color:var(--bg-15);background:var(--bg-96)}.doc-anchors-mobile>ul{overflow-y:auto;flex:1}.doc-content{max-width:100%;overflow:hidden;align-self:stretch;display:flex;flex-direction:column}.doc-content__body{min-width:0}.doc-content__tools{float:right;margin-top:1em;display:inline-flex;align-items:stretch}.doc-content__tools .copy-markdown{border-radius:var(--radius) 0 0 var(--radius);display:inline-flex;align-items:center;gap:.75em;border:.063em solid var(--bl-89);background-color:var(--white);cursor:pointer;padding:.25rem .5rem;font-size:.875em;transition:background .2s ease}.doc-content__tools .copy-markdown:hover{background:var(--bg-96)}.doc-content__tools .copy-markdown::before{content:"";display:inline-block;width:.55em;height:.6em;border:.063em solid var(--bg-35);border-radius:.125em;box-shadow:.188em -0.188em 0 0 var(--bg-96),.25em -0.25em 0 .063em var(--bg-35);margin-top:.4em}.doc-content__tools-menu{position:relative;display:inline-flex}.doc-content__tools-menu__toggle{border-radius:0 var(--radius) var(--radius) 0;display:inline-flex;align-items:center;justify-content:center;padding:0 .75em;gap:.75em;border:.063em solid var(--bl-89);background-color:var(--white);cursor:pointer;font-size:.875em;border-left:none;transition:background .2s ease}.doc-content__tools-menu__toggle:hover{background:var(--bg-96)}.doc-content__tools-menu__toggle::before{content:"";width:.4em;height:.4em;border:solid currentColor;border-width:0 .13em .13em 0;transform:rotate(45deg) translate(-0.13em, -0.13em);transition:transform .3s ease}.doc-content__tools-menu__toggle[aria-expanded=true]::before{transform:rotate(-135deg) translate(-0.13em, -0.13em)}.doc-content__tools-menu__dropdown{position:absolute;top:1em;right:0;min-width:15em;margin:0;list-style:none;padding-left:0 !important;background-color:#fff;border:.063em solid var(--bg-96);border-radius:var(--radius);box-shadow:0 .25em .75em rgba(0,0,0,.1);display:none;z-index:10;font-size:.875em !important}.doc-content__tools-menu__dropdown.open{display:block}.doc-content__tools-menu__dropdown li{padding:0 .4em !important}.doc-content__tools-menu__dropdown a{text-decoration:none;color:var(--bg-15);transition:background-color .2s ease;padding:.4em;display:flex;gap:.4em}.doc-content__tools-menu__dropdown a:hover{background-color:var(--bg-96);border-radius:var(--radius2)}.doc-content__tools-menu__dropdown .tools__link--view::before{content:"";width:.875em;height:.9em;border:.125em solid var(--bg-35);border-radius:.125em;box-shadow:inset 0 .25em 0 0 var(--bg-35);margin-top:.4em}.doc-content__tools-menu__dropdown .tools__link--copy-url{position:relative}.doc-content__tools-menu__dropdown .tools__link--copy-url::before{content:"";display:inline-block;width:.5em;height:.25em;border:.125em solid var(--bg-35);border-radius:.2em;transform:rotate(-45deg);margin:.6em .25em .6em 0}.doc-content__tools-menu__dropdown .tools__link--copy-url::after{content:"";position:absolute;left:.3em;top:50%;width:.5em;height:.25em;border:.125em solid var(--bg-35);border-radius:.2em;transform:translateY(-50%) rotate(-45deg);margin-top:.12em}.doc-content__footer-nav{gap:1rem;display:flex;margin-top:auto;padding-top:3rem}.doc-content__footer-link{padding:.75em 1em;border:.063em solid var(--bg-96);border-radius:var(--radius);align-items:center;display:flex;gap:.75em;text-decoration:none !important;color:inherit;transition:border-color .2s ease;flex:1;justify-content:space-between}.doc-content__footer-link:has(.doc-content__arrow--prev) .doc-content__footer-text{text-align:right;order:1}.doc-content__footer-link:has(.doc-content__arrow--prev) .doc-content__arrow--prev{order:0}.doc-content__footer-link:hover{border-color:var(--bl-55)}.doc-content__footer-link:hover .doc-content__arrow--prev{transform:translateX(-0.25em)}.doc-content__footer-link:hover .doc-content__arrow--prev::before{background-color:var(--bl-55)}.doc-content__footer-link:hover .doc-content__arrow--prev::after{border-color:var(--bl-55)}.doc-content__footer-link:hover .doc-content__arrow--next{transform:translateX(0.25em)}.doc-content__footer-link:hover .doc-content__arrow--next::before{background-color:var(--bl-55)}.doc-content__footer-link:hover .doc-content__arrow--next::after{border-color:var(--bl-55)}.doc-content__arrow--prev,.doc-content__arrow--next{position:relative;display:inline-block;width:1.25em;height:1em;flex-shrink:0;transition:transform .2s ease}.doc-content__arrow--prev::before,.doc-content__arrow--next::before{content:"";position:absolute;top:50%;height:.125em;background-color:var(--bg-15);transform:translateY(-50%);transition:background-color .2s ease}.doc-content__arrow--prev::after,.doc-content__arrow--next::after{content:"";position:absolute;top:50%;width:.5em;height:.5em;border:solid var(--bg-15);border-width:0 .13em .13em 0;transform:translateY(-50%);transition:border-color .2s ease}.doc-content__arrow--prev::before{left:.12em;right:.2em}.doc-content__arrow--prev::after{left:0;transform:translateY(-50%) rotate(135deg)}.doc-content__arrow--next::before{left:.2em;right:.12em}.doc-content__arrow--next::after{right:0;transform:translateY(-50%) rotate(-45deg)}.doc-content__footer-text-top{margin-bottom:.25rem;font-weight:400;font-size:.75em}.doc-content__footer-text-bottom{font-weight:500}@media(max-width: 580px){.doc-content__footer-text-bottom{display:none}}.doc-anchors{position:sticky;top:5.63em;max-height:calc(100vh - 5.63em);overflow-y:auto;color:var(--bg-55)}.doc-anchors li{margin-top:0;position:relative}.doc-anchors a{padding-block:.75em;border-left:.063em solid var(--bg-96)}.doc-anchors li:not(:has(a.anchor-level-3))+li:has(a.anchor-level-3)::before,.doc-anchors li:has(a.anchor-level-3)+li:not(:has(a.anchor-level-3))::before{content:"";position:absolute;left:0;top:0;width:.95em;height:.063em;background-color:var(--bg-96)}.doc-anchors li:has(a.active.anchor-level-2)+li:has(a.anchor-level-3)::before,.doc-anchors li:has(a.anchor-level-3)+li:has(a.active.anchor-level-2)::before{background-color:var(--gr-55);height:.2em;width:.91em;left:.07em}@media(max-width: 1115px){.doc-anchors{display:none}}.doc-burgers{padding:.3em .4em;display:flex;gap:.5em;align-items:center;border-bottom:.063em solid var(--bg-96);position:sticky;top:5.63em;background-color:#fff;z-index:99;transition:top .3s ease-in-out}body.header-hidden .doc-burgers{top:0}.doc-burgers__left-btn,.doc-burgers__right-btn{width:2.5em;height:2.5em;padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.25em;transition:all .2s ease;position:relative}.doc-burgers__left-btn:hover,.doc-burgers__right-btn:hover{outline:.063em solid var(--bg-65)}@media(min-width: 960px){.doc-burgers__left-btn{display:none}}.doc-burgers__left-btn-icon{width:1.13em;height:.88em;position:relative;display:flex;flex-direction:column;justify-content:space-between}.doc-burgers__left-btn-icon::before,.doc-burgers__left-btn-icon::after{content:"";width:100%;height:.13em;background-color:var(--bg-35);border-radius:.063em}.doc-burgers__left-btn-icon::before{box-shadow:0 .38em 0 var(--bg-35)}.doc-burgers__right-btn{margin-left:auto}.doc-burgers__right-btn::before{content:"";width:.63em;height:.63em;border:.13em solid var(--bg-35);border-radius:50%;position:absolute;top:.5em}.doc-burgers__right-btn::after{content:"";position:absolute;width:.13em;height:.81em;background-color:var(--bg-35);top:1em;left:50%;transform:translateX(-50%)}.doc-burgers__nav{display:flex;align-items:center;flex:1}.doc-burgers__nav-bcrumb{display:inline-block;max-width:100%}@media(min-width: 960px){.doc-burgers__nav-bcrumb{display:none}}@media(min-width: 1116px){.doc-burgers{display:none}}.burger-tree-overlay,.burger-anchors-overlay{display:none}.doc-content h1,.blog-stripe__content h1{font-size:1.8em}.doc-content h2,.blog-stripe__content h2{font-size:1.5em}.doc-content h3,.blog-stripe__content h3{font-weight:400}.doc-content img,.blog-stripe__content img{max-width:100%;height:auto;display:block}.doc-content p,.blog-stripe__content p{margin-top:1rem;margin-bottom:1rem}.doc-content ul,.doc-content ol,.blog-stripe__content ul,.blog-stripe__content ol{font-size:1.05em;color:var(--bg-24);margin:1rem 0 2rem 0;padding-left:1.25em;font-optical-sizing:auto}.doc-content li,.blog-stripe__content li{margin:.25em 0;padding-left:.25em}.doc-content .admonition,.blog-stripe__content .admonition{padding:1rem 1.25rem;margin:1rem 0;border-left:4px solid;border-radius:var(--radius2)}.doc-content .admonition.info,.blog-stripe__content .admonition.info{background:var(--bl-96);border-color:var(--bl-55)}.doc-content .admonition.success,.blog-stripe__content .admonition.success{background:var(--gr-96);border-color:var(--gr-55)}.doc-content .admonition.warning,.blog-stripe__content .admonition.warning{background:var(--ye-96);border-color:var(--ye-55)}.doc-content .admonition.danger,.blog-stripe__content .admonition.danger{background:var(--re-96);border-color:var(--re-55)}.doc-content .steps,.blog-stripe__content .steps{counter-reset:steps-counter;margin:2rem 0 4rem 0;padding:0;list-style:none}.doc-content .steps__item,.blog-stripe__content .steps__item{position:relative;counter-increment:steps-counter;padding-left:2.75rem;padding-bottom:1.25rem;min-height:2rem}.doc-content .steps__item:last-child,.blog-stripe__content .steps__item:last-child{padding-bottom:0}.doc-content .steps__item::before,.blog-stripe__content .steps__item::before{content:counter(steps-counter);position:absolute;left:0;top:0;width:1.625rem;height:1.625rem;border-radius:.4rem;border:0;background:var(--bg-96);color:var(--bg-15);font-size:.8125rem;font-weight:600;text-align:center;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;line-height:1}.doc-content .steps__item::after,.blog-stripe__content .steps__item::after{content:"";position:absolute;left:.8125rem;top:1.875rem;bottom:0;width:1px;background:var(--bg-89)}.doc-content .steps__item:last-child::after,.blog-stripe__content .steps__item:last-child::after{display:none}.doc-content .steps__title,.blog-stripe__content .steps__title{margin:0 0 .25rem 0;font-size:1rem;font-weight:600;color:var(--bg-15);line-height:1.625rem}.doc-content .steps__content,.blog-stripe__content .steps__content{margin:0;color:var(--bg-24);line-height:1.5}.doc-content .steps__content>p:first-child,.blog-stripe__content .steps__content>p:first-child{margin-top:0}.doc-content .steps__content>p:last-child,.blog-stripe__content .steps__content>p:last-child{margin-bottom:0}.doc-content .steps__item--no-title,.blog-stripe__content .steps__item--no-title{display:flex;align-items:flex-start;min-height:1.625rem}.doc-content .steps__item--no-title .steps__content,.blog-stripe__content .steps__item--no-title .steps__content{padding-top:.0625rem}.doc-content .cards,.blog-stripe__content .cards{display:grid;grid-template-columns:repeat(auto-fill, minmax(16rem, 1fr));gap:1rem;margin:1.5rem 0}.doc-content .card-group,.blog-stripe__content .card-group{display:grid;grid-template-columns:1fr;gap:1rem;margin:1.5rem 0}.doc-content .card-group--cols-1,.blog-stripe__content .card-group--cols-1{grid-template-columns:1fr}.doc-content .card-group--cols-2,.blog-stripe__content .card-group--cols-2{grid-template-columns:repeat(2, 1fr)}.doc-content .card-group--cols-3,.blog-stripe__content .card-group--cols-3{grid-template-columns:repeat(3, 1fr)}.doc-content .card-group--cols-4,.blog-stripe__content .card-group--cols-4{grid-template-columns:repeat(4, 1fr)}@media(max-width: 768px){.doc-content .card-group,.blog-stripe__content .card-group{grid-template-columns:1fr}}.doc-content .card,.blog-stripe__content .card{display:block;box-sizing:border-box;padding:1.5rem;background:var(--bl-96);border:1px solid var(--bl-89);border-radius:var(--radius);color:inherit;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease,background .2s ease}.doc-content .card__icon,.blog-stripe__content .card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin-bottom:1rem;font-size:1.75rem;line-height:1;color:var(--bl-55)}.doc-content .card__icon-img,.blog-stripe__content .card__icon-img{width:100%;height:100%;object-fit:contain;display:block}.doc-content .card__title,.blog-stripe__content .card__title{margin:0 0 .5rem 0;font-size:1.0625rem;font-weight:700;color:var(--bg-15);line-height:1.4}.doc-content .card__content,.blog-stripe__content .card__content{margin:0;color:var(--bg-24);font-size:.9375rem;line-height:1.55}.doc-content .card__content>p:first-child,.blog-stripe__content .card__content>p:first-child{margin-top:0}.doc-content .card__content>p:last-child,.blog-stripe__content .card__content>p:last-child{margin-bottom:0}.doc-content .card--clickable,.blog-stripe__content .card--clickable{cursor:pointer}.doc-content .card--clickable:hover,.blog-stripe__content .card--clickable:hover{border-color:var(--bl-55);box-shadow:0 .25rem .75rem rgba(53,140,203,.15);transform:translateY(-1px)}.doc-content .card--clickable:hover .card__title,.blog-stripe__content .card--clickable:hover .card__title{color:var(--bl-55)}.doc-content .card--clickable:focus-visible,.blog-stripe__content .card--clickable:focus-visible{outline:2px solid var(--bl-55);outline-offset:2px}/*# sourceMappingURL=S22_Docs.css.map */
