/* This file is auto-generated */
.alert.alert-danger,
.alert.alert-success,
.endpoint .method-badge,
a.text-primary {
  color: var(--text-primary)
}
.modal .modal-footer button,
.modal input + .form-text {
  margin-top: 0
}
.alert.alert-success,
.table .badge.badge-success,
.widget .badge.badge-success {
  background-color: var(--background-success)
}
.alert button.btn-close,
.modal-header button.btn-close {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00008 9.4143L12.1925 13.6067L13.6067 12.1925L9.4143 8.00009L13.6067 3.80768L12.1925 2.39346L8.00008 6.58587L3.70718 2.29297L2.29297 3.70718L6.58587 8.00009L2.293 12.293L3.70721 13.7072L8.00008 9.4143Z' fill='black' fill-opacity='0.4'/%3E%3C/svg%3E") center center no-repeat;
  padding: 12px
}
.code-block pre,
.main h1 {
  margin-bottom: 0
}
:root {
  font-family: Inter,sans-serif;
  --bs-body-font-family: "Inter",sans-serif
}
.font-label-large {
  font-family: "Inter Medium",Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px
}
.modal input::-moz-placeholder {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px
}
.button.button-large,
.font-label-regular,
.input-with-label input,
.modal input,
.modal input::placeholder,
.sidebar .nav-link,
.stats__card-title {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px
}
.button.button-small,
.code-block .code-header,
.endpoint .method-badge,
.font-label-small,
.form-select,
.input-with-label .form-label,
.input-with-label .table.form-label td,
.modal .form-label,
.table .badge,
.table .table.badge td,
.table th,
.table th.table td,
.table.font-label-small td,
.tabs-container .tabs .tab,
.widget .badge,
.widget .table.badge td {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px
}
.font-body-large {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px
}
.font-body-regular,
.table td {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}
.alert,
.font-body-small,
.modal .form-text,
.table td.font-body-small {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}
.code-block pre,
.font-code,
code {
  font-family: Menlo,Monaco,monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px
}
:root {
  --bs-body-font-size: $font-body-regular-font-size
}
.alert {
  margin: 0;
  padding: 16px
}
.alert.alert-danger {
  background-color: var(--background-error)
}
.get-started {
  display: none
}
body.guest .get-started {
  display: block
}
.code-block pre,
code {
  color: var(--text-secondary)
}
.mb-64 {
  margin-bottom: 64px
}
.alert {
  max-width: 720px;
  padding: 11px 16px
}
.endpoint .method-badge {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: var(--background-info);
  margin-right: 1em
}
.code-block {
  max-width: 720px;
  width: 100%;
  background-color: var(--background-widget);
  border-radius: var(--border-radius-card);
  padding: 16px;
  display: flex;
  gap: 16px;
  justify-content: space-between
}
.code-block .code-header {
  margin: 0 0 16px
}
.code-block > :first-child {
  width: 100%;
  max-width: 100%
}
.code-block pre {
  white-space: pre-wrap;
  word-wrap: break-word
}
.table .badge,
.table td,
.table th.sorted,
.tabs-container .tabs .tab,
.widget .badge {
  color: var(--text-primary)
}
.code-block.no-padding {
  padding: 0
}
.code-block .copy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  font-size: 24px
}
.code-block .y-clipboard-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%200.5H14C15.1046%200.5%2016%201.39543%2016%202.5V10.5H14V2.5H6V0.5Z'%20fill='black'%20fill-opacity='0.6'/%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%204.5C11.1046%204.5%2012%205.39543%2012%206.5V12.5C12%2013.6046%2011.1046%2014.5%2010%2014.5H4C2.89543%2014.5%202%2013.6046%202%2012.5V6.5C2%205.39543%202.89543%204.5%204%204.5H10ZM4%206.5V12.5H10V6.5H4Z'%20fill='black'%20fill-opacity='0.6'/%3E%3C/svg%3E");
  background-size: 16px
}
@media (prefers-color-scheme:dark) {
  .code-block .y-clipboard-icon {
    background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6%200.5H14C15.1046%200.5%2016%201.39543%2016%202.5V10.5H14V2.5H6V0.5Z'%20fill='white'%20fill-opacity='0.6'/%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%204.5C11.1046%204.5%2012%205.39543%2012%206.5V12.5C12%2013.6046%2011.1046%2014.5%2010%2014.5H4C2.89543%2014.5%202%2013.6046%202%2012.5V6.5C2%205.39543%202.89543%204.5%204%204.5H10ZM4%206.5V12.5H10V6.5H4Z'%20fill='white'%20fill-opacity='0.6'/%3E%3C/svg%3E")
  }
}
:root {
  --text-primary: #000000;
  --text-secondary: rgba(0, 0, 0, 0.6);
  --text-tertiary: rgba(0, 0, 0, 0.4);
  --text-inverted: #F7F5F2;
  --text-fixed: #000000;
  --background-sheet: #FFFFFF;
  --background-widget: #F7F5F2;
  --background-neutral: #F0EEEB;
  --background-overlay: rgba(172, 166, 157, 0.2);
  --background-inverted: #000000;
  --background-brand: #F4F42A;
  --background-info: #90DAFF;
  --background-success: #CBED8D;
  --background-warning: #FFE46A;
  --background-error: #FFC4A9;
  --border-primary: rgba(172, 166, 157, 0.2)
}
@media (prefers-color-scheme:dark) {
  :root {
    --text-primary: #FFFFFF;
    --text-secondary: rgba(255, 255, 255, 0.6);
    --text-tertiary: rgba(255, 255, 255, 0.4);
    --text-inverted: #000000;
    --text-fixed: #000000;
    --background-sheet: #1A1A1A;
    --background-widget: #000000;
    --background-neutral: #333333;
    --background-overlay: rgba(0, 0, 0, 0.6);
    --background-inverted: #F7F5F2;
    --background-brand: rgba(244, 244, 42, 0.95);
    --background-info: rgba(0, 170, 255, 0.5);
    --background-success: rgba(128, 198, 0, 0.5);
    --background-warning: rgba(255, 208, 0, 0.6);
    --background-error: rgba(251, 80, 0, 0.5);
    --background-danger: rgba(251, 80, 0, 0.5);
    --border-primary: rgba(172, 166, 157, 0.1)
  }
}
:root {
  --background-danger: var(--background-error);
  --bs-body-color: var(--text-secondary);
  --bs-tertiary-bg: var(--background-sheet);
  --bs-border-color: var(--border-primary);
  --bs-secondary-color: var(--text-secondary)
}
:root .alert {
  --bs-alert-border: var(--border-primary)
}
:root .card {
  --bs-card-bg: var(--background-sheet)
}
:root table {
  --bs-table-hover-bg: var(--background-widget);
  --bs-table-hover-color: var(--text-primary);
  --bs-table-border-color: var(--border-primary)
}
:root .modal {
  --bs-modal-bg: var(--background-sheet);
  --bs-modal-color: var(--text-secondary);
  --bs-heading-color: var(--text-primary)
}
:root .form-control {
  --bs-form-control-bg: var(--background-sheet);
  --bs-border-color: var(--border-primary)
}
:root .list-group-item {
  --bs-list-group-bg: transparent;
  --bs-list-group-border-width: 0;
  --bs-list-group-color: var(--text-primary)
}
.text-primary {
  color: var(--text-primary)!important
}
.text-secondary {
  color: var(--text-secondary)
}
.text-tertiary {
  color: var(--text-tertiary)
}
.text-inverted {
  color: var(--text-inverted)
}
.bg-sheet {
  background-color: var(--background-sheet)!important
}
.bg-widget {
  background-color: var(--background-widget)!important
}
.bg-neutral {
  background-color: var(--background-neutral)!important
}
.bg-overlay {
  background-color: var(--background-overlay)!important
}
.bg-inverted {
  background-color: var(--background-inverted)!important
}
.bg-brand {
  background-color: var(--background-brand)!important
}
.bg-info {
  background-color: var(--background-info)!important
}
.bg-success {
  background-color: var(--background-success)!important
}
.bg-warning {
  background-color: var(--background-warning)!important
}
.bg-error {
  background-color: var(--background-error)!important
}
.border-primary {
  border-color: var(--border-primary)
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}
:root {
  --border-radius-badge: 4px
}
.table {
  width: 100%
}
.table td {
  padding-top: 10px;
  padding-bottom: 9px
}
.table th {
  color: var(--text-secondary)
}
.table .badge,
.widget .badge {
  padding: 2px 6px;
  border-radius: var(--border-radius-badge)
}
.sidebar .nav-item-title,
.sidebar .nav-link {
  color: var(--text-secondary)
}
.table .badge.badge-warning,
.widget .badge.badge-warning {
  background-color: var(--background-warning)
}
.table .badge.badge-danger,
.widget .badge.badge-danger {
  background-color: var(--background-danger)
}
.table .badge.badge-neutral,
.tabs-container .tabs,
.widget .badge.badge-neutral {
  background-color: var(--background-neutral)
}
.table .badge.badge-info,
.widget .badge.badge-info {
  background-color: var(--background-info)
}
:root {
  --border-radius-tabs: 30px
}
.tabs-container .tabs {
  border-radius: var(--border-radius-button);
  display: inline-flex;
  margin-bottom: 16px
}
.tabs-container .tabs .tab {
  position: relative;
  background: 0 0;
  border: none;
  padding: 6px 12px;
  border-radius: var(--border-radius-tabs)
}
.tabs-container .tabs .tab:not(.active):not(:last-child):after {
  position: absolute;
  right: 0;
  display: inline-block;
  content: "";
  width: 1px;
  height: 18px;
  border: 1px solid var(--border-primary)
}
.tabs-container .tabs .tab:not(.active):not(:last-child):has(+.active):after {
  display: none
}
.tabs-container .tabs .tab.active {
  background-color: var(--background-inverted);
  color: var(--text-inverted)
}
.font-heading-h1,
.main h1 {
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px
}
.font-heading-h2,
.modal-title,
.widget h2 {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px
}
.font-heading-h3,
.header-small {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px
}
.font-heading-h4,
.sidebar .nav-item-title {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: .6px;
  text-transform: uppercase
}
.font-number-large,
.stats__card-value {
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px
}
.sidebar {
  min-height: 100vh;
  background: var(--background-widget);
  border-right: 1px solid var(--border-primary);
  padding: 24px 24px 40px
}
.sidebar .logo {
  margin-bottom: 32px
}
.sidebar-content {
  height: calc(100vh - 64px);
  position: sticky;
  top: 24px
}
.sidebar .nav-link {
  border-radius: var(--border-radius-default)
}
.sidebar .nav-link.active,
.sidebar .nav-link:hover {
  color: var(--text-primary);
  background-color: var(--background-neutral)
}
.sidebar .nav-item-title,
.sidebar .nav-link {
  padding: 8px 24px;
  margin-bottom: 4px
}
:root {
  --border-radius-default: 8px;
  --border-radius-card: 16px;
  --border-radius-button: 36px
}
.button {
  border-radius: var(--border-radius-button);
  text-decoration: none;
  border: none
}
.button.button-brand {
  background-color: var(--background-brand);
  color: var(--text-fixed)
}
.button.button-inverted {
  background-color: var(--background-inverted);
  color: var(--text-inverted)
}
.button.button-neutral {
  background-color: var(--background-neutral);
  color: var(--text-primary)
}
.button.button-transparent {
  background: 0 0;
  color: var(--text-primary)
}
.button.button-inverted {
  background-color: var(--background-inverted);
  color: var(--text-inverted)
}
.button.button-danger,
.form-select,
.stats__card,
body,
h1,
h2 {
  color: var(--text-primary)
}
.button.button-danger {
  background-color: var(--background-danger)
}
.button.button-large {
  padding: 8px 16px
}
.button.button-small {
  padding: 6px 12px
}
@media (prefers-color-scheme:dark) {
  :root .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23CCCCCC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
  }
}
.form-select {
  background-color: var(--background-neutral)
}
:root .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7072 4.41421L6.00008 13.1213L1.29297 8.41421L2.70718 7L6.00008 10.2929L13.293 3L14.7072 4.41421Z' fill='%23F7F5F2'/%3E%3C/svg%3E")
}
@media (prefers-color-scheme:dark) {
  :root .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7072 4.41421L6.00008 13.1213L1.29297 8.41421L2.70718 7L6.00008 10.2929L13.293 3L14.7072 4.41421Z' fill='black'/%3E%3C/svg%3E")
  }
}
:root .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFF'/%3e%3c/svg%3e")
}
@media (prefers-color-scheme:dark) {
  :root .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23333'/%3e%3c/svg%3e")
  }
}
.form-check-input[type=checkbox],
.form-check-input[type=radio] {
  background-color: var(--background-neutral);
  border-color: var(--background-neutral)
}
.form-check-input[type=checkbox]:checked,
.form-check-input[type=radio]:checked {
  background-color: var(--background-inverted);
  border-color: var(--background-inverted)
}
.modal,
.modal-header {
  border-bottom: none
}
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
.modal {
  --bs-modal-width: 600px;
  box-shadow: 0 16px 64px 0 rgba(172,166,157,.2);
  border-radius: var(--border-radius-card)
}
.modal-header button.btn-close {
  width: 12px;
  height: 12px;
  margin: -12px -12px 0 0
}
.modal-title {
  min-height: 30px;
  align-content: center
}
.modal-body {
  padding-top: 0;
  padding-bottom: 0
}
.modal-footer {
  border-top: none;
  justify-content: flex-start;
  padding-top: 24px
}
.modal .form-label {
  color: var(--text-secondary)
}
.modal .form-text {
  color: var(--text-tertiary)
}
.modal input::-moz-placeholder {
  color: var(--text-tertiary);
  background-color: var(--background-sheet);
  border-color: var(--border-primary)
}
.modal input,
.modal input::placeholder {
  color: var(--text-tertiary);
  background-color: var(--background-sheet);
  border-color: var(--border-primary)
}
.account-status-items > *,
.key-info .row,
.main .header,
.payment-method-selection > div {
  border-bottom: 1px solid var(--border-primary)
}
.pagination {
  --bs-pagination-color: var(--text-secondary);
  --bs-pagination-bg: var(--background-sheet);
  --bs-pagination-border-color: var(--border-primary);
  --bs-pagination-disabled-bg: var(--background-neutral);
  --bs-pagination-disabled-color: var(--text-tertiary);
  --bs-pagination-active-color: var(--text-inverted);
  --bs-pagination-active-bg: var(--background-inverted);
  --bs-pagination-hover-color: var(--text-primary);
  --bs-pagination-hover-bg: var(--background-sheet)
}
.doc-nav {
  position: sticky;
  top: 2rem
}
.doc-nav .nav-link {
  padding: .25rem 0;
  color: #6c757d
}
.doc-nav .nav-link.active {
  color: var(--primary-color);
  font-weight: 700
}
body {
  background-color: var(--background-sheet)
}
.main {
  padding: 32px 32px 40px
}
.main .header {
  margin-bottom: 32px;
  min-height: 45px
}
.key-info p,
.stats__card-title,
.stats__card-value,
.widget h2 {
  margin-bottom: 0
}
.stats {
  display: grid;
  gap: 16px
}
.stats.stats_dashboard {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr
}
.stats.stats_api_usage {
  grid-template-columns: repeat(4,1fr)
}
.stats.stats_calls {
  grid-template-columns: repeat(3,1fr)
}
.stats.stats_calls .stats__card {
  border: 1px solid var(--border-primary)
}
.box,
.stats__card {
  border-radius: var(--border-radius-card)
}
.stats__card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%
}
.stats__card_widget {
  background-color: var(--background-widget)
}
.stats__card-title {
  color: var(--text-secondary)
}
.widget__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px
}
.box {
  border: 1px solid var(--border-primary);
  padding: 16px 16px 24px
}
.header-small {
  color: var(--text-secondary);
  margin-bottom: 16px
}
.key-info .row {
  padding: 8px 0
}
.account-status-items > * {
  min-height: 42px
}
.input-with-label {
  display: flex;
  flex-direction: column;
  gap: 6px
}
.input-with-label .form-label {
  color: var(--text-secondary);
  display: block;
  margin-bottom: 0
}
.input-with-label input {
  padding-top: 7px;
  padding-bottom: 7px
}
.logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='48' viewBox='0 0 58 48' fill='none'%3E%3Cpath d='M29.0093 0C11.7241 0 0 8.77434 0 21.7658C0 34.3492 11.1603 43.1406 29.0093 43.1406V48C45.1915 46.3452 58 35.9307 58 21.7658C57.9995 8.77434 46.2572 0 29.0093 0Z' fill='black'/%3E%3Cpath d='M43.8177 13.9289C39.8418 13.9289 36.993 16.8372 36.993 20.8119C37.0704 22.2176 37.3412 23.4682 38.5117 26.6286L40.6447 32.421L43.6484 31.4515L42.1442 27.2587C42.795 27.5455 43.4985 27.6925 44.2095 27.6901C47.721 27.6901 50.6472 24.7188 50.6472 20.8119C50.6472 16.8226 47.7597 13.9289 43.8177 13.9289ZM43.779 24.4473C43.3107 24.4559 42.8456 24.3679 42.4127 24.1886C41.9797 24.0094 41.5882 23.7428 41.2625 23.4055C40.9368 23.0681 40.6838 22.6672 40.5193 22.2277C40.3547 21.7882 40.2822 21.3195 40.3062 20.8507C40.2851 20.3826 40.3596 19.9151 40.5251 19.4768C40.6907 19.0386 40.9438 18.6389 41.2689 18.3021C41.5941 17.9654 41.9844 17.6987 42.416 17.5185C42.8476 17.3383 43.3114 17.2483 43.779 17.254C44.2515 17.2432 44.7211 17.3292 45.1593 17.5066C45.5975 17.684 45.9949 17.9492 46.3273 18.2859C46.6596 18.6226 46.9199 19.0237 47.0922 19.4647C47.2645 19.9057 47.3451 20.3773 47.3292 20.8507C47.348 21.3247 47.2693 21.7976 47.098 22.2399C46.9267 22.6822 46.6665 23.0845 46.3336 23.4218C46.0007 23.7591 45.6021 24.0241 45.1626 24.2006C44.7232 24.377 44.2522 24.461 43.779 24.4473Z' fill='%23F7F5F2'/%3E%3Cpath d='M28.6825 24.5637C28.1243 24.5892 27.5693 24.4647 27.0752 24.2031C26.5812 23.9414 26.1658 23.5522 25.8723 23.0756L35.5846 19.8328C35.1009 16.2749 32.4262 13.9289 28.8131 13.9289C27.9026 13.8971 26.9953 14.0533 26.1477 14.388C25.3 14.7226 24.5301 15.2285 23.8859 15.8741C23.2417 16.5197 22.7369 17.2912 22.403 18.1407C22.0691 18.9902 21.9131 19.8995 21.9449 20.8119C21.9139 21.7227 22.07 22.6302 22.4033 23.4781C22.7367 24.326 23.2402 25.0962 23.8828 25.7411C24.5254 26.3859 25.2932 26.8917 26.1388 27.2269C26.9844 27.5622 27.8897 27.7199 28.7986 27.6901C29.6919 27.7201 30.5821 27.5692 31.4159 27.2464C32.2496 26.9237 33.0099 26.4357 33.6511 25.8116C34.2923 25.1876 34.8013 24.4403 35.1477 23.6146C35.494 22.7888 35.6706 21.9015 35.6668 21.0058L32.194 22.1788C31.8409 23.7009 30.2013 24.5637 28.6825 24.5637ZM28.876 16.8808C29.432 16.8601 29.9833 16.9906 30.4713 17.2586C30.9593 17.5266 31.3657 17.922 31.6475 18.4029L25.2097 20.5356C25.1941 20.0498 25.2784 19.5659 25.4574 19.1142C25.6364 18.6624 25.9062 18.2523 26.2501 17.9095C26.594 17.5667 27.0045 17.2985 27.4563 17.1215C27.908 16.9446 28.3913 16.8626 28.876 16.8808Z' fill='%23F7F5F2'/%3E%3Cpath d='M19.7879 13.9248L16.4602 15.0203L16.8907 23.7453C15.6815 24.23 15.1736 23.7065 14.4336 22.5335L10.7383 16.7798L7.35254 17.9141L11.7056 24.6372C12.8762 26.3967 14.9076 27.3371 17.0261 26.5131C17.1712 28.1756 16.4602 29.0966 15.1446 29.0966C14.6884 29.0997 14.2415 28.968 13.8595 28.718C13.4776 28.468 13.1776 28.1108 12.9971 27.6909L10.095 28.6604C11.6234 31.7529 13.8967 32.0534 15.1059 32.0534C17.7565 32.0534 20.4893 30.1145 20.2958 25.912L19.7879 13.9248Z' fill='%23F7F5F2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 58px;
  height: 48px
}
@media (prefers-color-scheme:dark) {
  .logo {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='48' viewBox='0 0 58 48' fill='none'%3E%3Cpath d='M29.0093 0C11.7241 0 0 8.77434 0 21.7658C0 34.3492 11.1603 43.1406 29.0093 43.1406V48C45.1915 46.3452 58 35.9307 58 21.7658C57.9995 8.77434 46.2572 0 29.0093 0Z' fill='%23F7F5F2'/%3E%3Cpath d='M43.8177 13.9289C39.8418 13.9289 36.993 16.8372 36.993 20.8119C37.0704 22.2176 37.3412 23.4682 38.5117 26.6286L40.6447 32.421L43.6484 31.4515L42.1442 27.2587C42.795 27.5455 43.4985 27.6925 44.2095 27.6901C47.721 27.6901 50.6472 24.7188 50.6472 20.8119C50.6472 16.8226 47.7597 13.9289 43.8177 13.9289ZM43.779 24.4473C43.3107 24.4559 42.8456 24.3679 42.4127 24.1886C41.9797 24.0094 41.5882 23.7428 41.2625 23.4055C40.9368 23.0681 40.6838 22.6672 40.5193 22.2277C40.3547 21.7882 40.2822 21.3195 40.3062 20.8507C40.2851 20.3826 40.3596 19.9151 40.5251 19.4768C40.6907 19.0386 40.9438 18.6389 41.2689 18.3021C41.5941 17.9654 41.9844 17.6987 42.416 17.5185C42.8476 17.3383 43.3114 17.2483 43.779 17.254C44.2515 17.2432 44.7211 17.3292 45.1593 17.5066C45.5975 17.684 45.9949 17.9492 46.3273 18.2859C46.6596 18.6226 46.9199 19.0237 47.0922 19.4647C47.2645 19.9057 47.3451 20.3773 47.3292 20.8507C47.348 21.3247 47.2693 21.7976 47.098 22.2399C46.9267 22.6822 46.6665 23.0845 46.3336 23.4218C46.0007 23.7591 45.6021 24.0241 45.1626 24.2006C44.7232 24.377 44.2522 24.461 43.779 24.4473Z' fill='black'/%3E%3Cpath d='M28.6825 24.5637C28.1243 24.5892 27.5693 24.4647 27.0752 24.2031C26.5812 23.9414 26.1658 23.5522 25.8723 23.0756L35.5846 19.8328C35.1009 16.2749 32.4262 13.9289 28.8131 13.9289C27.9026 13.8971 26.9953 14.0533 26.1477 14.388C25.3 14.7226 24.5301 15.2285 23.8859 15.8741C23.2417 16.5197 22.7369 17.2912 22.403 18.1407C22.0691 18.9902 21.9131 19.8995 21.9449 20.8119C21.9139 21.7227 22.07 22.6302 22.4033 23.4781C22.7367 24.326 23.2402 25.0962 23.8828 25.7411C24.5254 26.3859 25.2932 26.8917 26.1388 27.2269C26.9844 27.5622 27.8897 27.7199 28.7986 27.6901C29.6919 27.7201 30.5821 27.5692 31.4159 27.2464C32.2496 26.9237 33.0099 26.4357 33.6511 25.8116C34.2923 25.1876 34.8013 24.4403 35.1477 23.6146C35.494 22.7888 35.6706 21.9015 35.6668 21.0058L32.194 22.1788C31.8409 23.7009 30.2013 24.5637 28.6825 24.5637ZM28.876 16.8808C29.432 16.8601 29.9833 16.9906 30.4713 17.2586C30.9593 17.5266 31.3657 17.922 31.6475 18.4029L25.2097 20.5356C25.1941 20.0498 25.2784 19.5659 25.4574 19.1142C25.6364 18.6624 25.9062 18.2523 26.2501 17.9095C26.594 17.5667 27.0045 17.2985 27.4563 17.1215C27.908 16.9446 28.3913 16.8626 28.876 16.8808Z' fill='black'/%3E%3Cpath d='M19.7879 13.9248L16.4602 15.0203L16.8907 23.7453C15.6815 24.23 15.1736 23.7065 14.4336 22.5335L10.7383 16.7798L7.35254 17.9141L11.7056 24.6372C12.8762 26.3967 14.9076 27.3371 17.0261 26.5131C17.1712 28.1756 16.4602 29.0966 15.1446 29.0966C14.6884 29.0997 14.2415 28.968 13.8595 28.718C13.4776 28.468 13.1776 28.1108 12.9971 27.6909L10.095 28.6604C11.6234 31.7529 13.8967 32.0534 15.1059 32.0534C17.7565 32.0534 20.4893 30.1145 20.2958 25.912L19.7879 13.9248Z' fill='black'/%3E%3C/svg%3E")
  }
}
.w-240 {
  max-width: 240px
}
.payment-method-selection > label {
  display: block;
  margin-bottom: 16px
}
.payment-method-selection > div {
  margin-top: 16px;
  padding-bottom: 12px
}
/*# sourceMappingURL=app.css.map */
