@layer components{.content-page__container{max-width:1064px!important;margin:0 auto}.content-page__header{padding:32px 0;background:var(--color-light-grey)}.content-page__body{position:relative;padding-top:24px;padding-bottom:24px}.content-page__content{flex:1;order:1}.content-page--has-sidebar .content-page__body{display:flex;flex-direction:column;gap:48px}.content-page--has-sidebar .content-page__sidebar{flex-shrink:0;order:2}@media(min-width:768px){.content-page__header{padding:60px 0}.content-page__body{padding-top:60px;padding-bottom:120px}.content-page--has-sidebar .content-page__body{flex-direction:row;align-items:flex-start;justify-content:stretch}.content-page--has-sidebar .content-page__content{max-width:739px}.content-page--has-sidebar .content-page__sidebar{width:305px}}@media(min-width:1024px){.content-page--has-sidebar .content-page__sidebar{position:sticky;top:130px;bottom:24px;width:350px}}}@layer components{.bread-crumbs{display:inline-block;flex-wrap:wrap;align-items:center;margin:0;padding:0}.bread-crumbs__item{display:inline;margin:0;padding:0;color:var(--text-grey);word-break:break-all;overflow-wrap:break-word;list-style:none}.bread-crumbs__item:after{display:inline;padding:0;color:inherit;color:var(--link-color);content:"/"}.bread-crumbs__item:last-child:after{content:none}.bread-crumbs__link,.bread-crumbs__link:visited{color:var(--link-color);text-decoration:none}.bread-crumbs__link:hover{text-decoration:underline}.bread-crumbs__text{color:var(--text-primary)}.bread-crumbs__item--last{flex-shrink:1}}@layer components{.content-page-header__title{margin:0 0 16px;font-weight:800;font-size:34px}.content-page-header__breadcrumbs{margin-bottom:24px;font-size:12px;line-height:16px}.content-page-header__meta{font-size:16px;line-height:24px}@media(min-width:768px){.content-page-header__title{font-size:56px}.content-page-header__breadcrumbs{margin-bottom:32px;font-size:16px;line-height:24px}}}@layer components{.help-sidebar__title{margin:0 0 24px;padding-bottom:24px;color:var(--text-primary);font-weight:700;font-size:24px;font-family:var(--font-primary);line-height:32px;border-bottom:1px solid var(--color-black)}.help-sidebar__list{margin:0;padding:0}.help-sidebar__item{padding:0;list-style:none}.help-sidebar__link,.help-sidebar__link:visited{display:block;margin:16px 0;color:var(--link-color);font-weight:500;font-size:16px;line-height:32px;text-decoration:none;text-decoration:underline;cursor:pointer}.help-sidebar__link:hover{color:var(--link-color-secondary);text-decoration:underline}.help-sidebar__link.is-active{padding-left:12px;color:var(--color-primary-black);font-weight:700;text-decoration:none;border-left:4px solid var(--color-orange-primary)}@media(min-width:1024px){.help-sidebar__title{margin-bottom:32px;font-weight:700;font-size:32px;line-height:42px}.help-sidebar__link,.help-sidebar__link:visited{margin:24px 0;font-size:24px}}}@layer components{.cryptocurrency-required-confirmations-table table{width:100%;margin:var(--content-vertical-spacing) 0;text-align:justify;border-collapse:collapse}.cryptocurrency-required-confirmations-table table caption{margin-bottom:.5em;color:inherit;font-weight:700;font-size:80%;text-align:left}.cryptocurrency-required-confirmations-table table td,.cryptocurrency-required-confirmations-table table th{padding:1rem .5rem}.cryptocurrency-required-confirmations-table table thead td,.cryptocurrency-required-confirmations-table table thead th{border-bottom:1px solid #e9ecef}.cryptocurrency-required-confirmations-table table tfoot td,.cryptocurrency-required-confirmations-table table tfoot th,.cryptocurrency-required-confirmations-table table tbody td,.cryptocurrency-required-confirmations-table table tbody th{border-top:1px solid #e9ecef}.cryptocurrency-required-confirmations-table table tbody tr{padding:.5rem 0;border-bottom:1px solid #e9ecef}.cryptocurrency-required-confirmations-table table tbody tr:last-child{border-bottom:none}.cryptocurrency-required-confirmations-table table tbody td{vertical-align:top;border:none}@media(min-width:640px){.cryptocurrency-required-confirmations-table table tbody td,.cryptocurrency-required-confirmations-table table tbody th{border-bottom:none}.cryptocurrency-required-confirmations-table table tbody tr{padding:0}}@media(min-width:768px){.cryptocurrency-required-confirmations-table table caption{color:var(--text-secondary);font-weight:400}}}@layer components{.currency-value{display:inline-flex;align-items:center}.currency-value__ticker{margin-right:6px;text-transform:uppercase}.currency-value--is-fiat .currency-value__ticker{margin-right:0}.currency-value--grayed .currency-value__fractional{color:var(--text-grey)}}@layer components{.percent-value{display:inline-flex}}@layer components{.content{--content-vertical-spacing: 1.5em;--content-font-size: 16px;font-size:var(--content-font-size)}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{margin:var(--content-vertical-spacing) 0 .75em;color:var(--text-primary);font-weight:800;font-family:var(--font-secondary);line-height:1.5}.content h1{font-size:3rem}.content h2{font-size:2rem}.content h3{font-size:1.875rem}.content h4{font-size:1.625rem}.content h5{font-size:1.5rem}.content h6{font-weight:700;font-size:1.5rem}.content p{margin-top:var(--content-vertical-spacing);margin-bottom:var(--content-vertical-spacing)}.content ol,.content ul{margin-top:var(--content-vertical-spacing);margin-bottom:var(--content-vertical-spacing);padding-left:1.5em;list-style-position:outside}.content ol p,.content ul p{margin-top:.5em;margin-bottom:.5em}.content ol p:first-child,.content ul p:first-child{margin-top:0}.content ol p:last-child,.content ul p:last-child{margin-bottom:0}.content ol[data-marker]:before,.content ul[data-marker]:before{content:attr(data-marker) " "!important}.content ol li{position:relative;margin:.25em 0}.content ol li:before{right:100%;display:inline-block;float:left;padding-right:.3em}.content ol li:after{display:block;clear:both;height:0;font-size:0;visibility:hidden;content:" "}.content ol li[data-prefix]{--marker-prefix: attr(data-prefix)}.content ol.alpha{list-style-type:none;counter-reset:item}.content ol.alpha>li{--marker-counter: var(--marker-prefix, "") counter(item, lower-latin);counter-increment:item}.content ol.alpha>li:before{content:var(--marker-counter) ". "}.content ol.alpha_latin>li:before{content:"(" var(--marker-counter) ") "}.content ol.alpha_roman>li{--marker-counter: var(--marker-prefix, "") counter(item, lower-roman)}.content ol.alpha_roman>li:before{content:"(" var(--marker-counter) ") "}.content ol.nested{list-style-type:none;counter-reset:item}.content ol.nested>li{--marker-counter: var(--marker-prefix, "") counters(item, ".");counter-increment:item}.content ol.nested>li:before{content:var(--marker-counter) ". "}.content ol.nested.alpha{counter-reset:itemAlpha}.content ol.nested.alpha li{counter-increment:itemAlpha}.content ol.nested.alpha li:before{content:var(--marker-prefix, "") var(--marker-counter) "." counter(itemAlpha,lower-alpha) ". "}.content ol ul,.content ul ol,.content ul ul,.content ol ol{margin-top:.5em;margin-bottom:.5em;padding-left:1.8em}.content dt{font-weight:700}.content dd{margin-bottom:var(--content-vertical-spacing);margin-left:0;padding-left:1em}.content a{word-break:break-all;word-break:break-word;overflow-wrap:break-word;hyphens:auto}.content i,.content em{font-style:italic}.content b,.content strong{font-weight:700}.content q{font-style:italic;quotes:"‘" "’" "“" "”"}.content small,.content sub,.content sup{font-size:75%}.content img{max-width:100%}.content mark,.content kbd,.content code{display:inline-block;padding:0 .25rem;vertical-align:middle;border-radius:.1875rem}.content kbd{background-color:#e9ecef}.content mark{color:#fff;background-color:var(--color-orange-primary)}.content hr{display:block;height:1px;margin:var(--content-vertical-spacing) 0;padding:0;border:none;border-top:1px solid #e9ecef}.content blockquote{margin:var(--content-vertical-spacing);padding-left:1em;font-style:italic;border-left:3px solid #e9ecef}.content blockquote p:last-child,.content blockquote ul:last-child,.content blockquote ol:last-child{margin-bottom:0}.content blockquote p:first-child,.content blockquote ul:first-child,.content blockquote ol:first-child{margin-top:0}.content blockquote footer,.content blockquote small{display:block;font-size:80%}.content blockquote footer:before,.content blockquote small:before{content:"— "}.content pre,.content code{overflow:hidden;font-family:var(--font-mono);white-space:pre-wrap;overflow-wrap:break-word;tab-size:4;background-color:var(--color-light-grey)}.content pre{display:block;margin:var(--content-vertical-spacing) 0;padding:1.5rem;line-height:1.6;border-radius:var(--border-radius-default)}.content pre>code{padding:0}.content .table-wrapper{width:100%;overflow-x:scroll}.content table{width:100%;margin:var(--content-vertical-spacing) 0;text-align:justify;border-collapse:collapse}.content table caption{margin-bottom:.5em;color:inherit;font-weight:700;font-size:80%;text-align:left}.content table td,.content table th{padding:1rem .5rem}.content table thead td,.content table thead th{border-bottom:1px solid #e9ecef}.content table tfoot td,.content table tfoot th,.content table tbody td,.content table tbody th{border-top:1px solid #e9ecef}.content table tbody tr{padding:.5rem 0;border-bottom:1px solid #e9ecef}.content table tbody tr:last-child{border-bottom:none}.content table tbody td{text-align:left;vertical-align:top;border:none}.content table--responsive thead{display:none}.content table--responsive tfoot{display:none}.content table--responsive tr{display:block}.content table--responsive td{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;justify-items:start}.content table--responsive td:before{display:block;font-weight:700;content:attr(data-title) ": "}.content figure{margin:var(--content-vertical-spacing) 0}.content figure img{max-width:100%;height:auto;margin-bottom:.5rem;line-height:1;border-radius:.375rem}.content figure figcaption{color:var(--text-secondary);font-size:80%}.content>*:first-child{margin-top:0!important}.content>*:last-child{margin-bottom:0!important}.medium-zoom-overlay,.medium-zoom-image--opened{z-index:var(--z-index-max)}@media(min-width:640px){.content ol,.content ul{padding-left:2.5em}.content ol.compact,.content ul.compact{padding-left:1.75em}.content ol li:before{position:absolute}.content table tbody td,.content table tbody th{border-bottom:none}.content table tbody tr{padding:0}.content table--responsive thead{display:table-header-group}.content table--responsive tfoot{display:table-footer-group}.content table--responsive tr{display:table-row}.content table--responsive td{display:table-cell}.content table--responsive td:before{content:""}}@media(min-width:768px){.content{--content-font-size: 16px}.content ol li{display:list-item}.content ol li:after{content:none}.content table caption{color:var(--text-secondary);font-weight:400}}}@layer components{.faq-page__section{margin-bottom:48px}}
