/* generated from: sakura.client.app.ui.styles.invitations/purchase */
.invitations .title-flag {
  margin-right: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 4px;
  height: 1rem;
  background: #3578FA;
  border-radius: 20px;
}

.invitations .tabs {
  display: flex;
}

.invitations .tabs .tab {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 0 1px #e0e0e0;
}

.invitations .tabs .tab:hover {
  cursor: pointer;
}

.invitations .tabs .tab.active {
  background-color: #fff;
  box-shadow: 0 10px 0 #fff, 0 0 10px #f0f4ff;
}

.invitations .content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 0 10px 0 #f0f4ff;
}

.invitations input {
  line-height: 2.25rem;
  border-width: 1px;
  outline-offset: 2px;
  outline: 2px solid transparent;
  font-weight: 300;
  font-size: 0.875rem;
  background-color: transparent;
  padding-right: 0.5rem;
  border-radius: 0.375rem;
  flex: 1 1 0%;
  padding-left: 0.5rem;
}

.invitations textarea {
  line-height: 2.25rem;
  border-width: 1px;
  outline-offset: 2px;
  outline: 2px solid transparent;
  font-weight: 300;
  font-size: 0.875rem;
  background-color: transparent;
  padding-right: 0.5rem;
  border-radius: 0.375rem;
  flex: 1 1 0%;
  padding-left: 0.5rem;
}

/* generated from: sakura.client.app.ui.styles.paginate/paginate */
.paginate {
  width: 100%;
  display: flex;
  justify-content: center;
}

.paginate .items {
  display: flex;
  align-self: center;
}

.paginate .item {
  width: 2rem;
  border-width: 1px;
  border-color: rgba(209,213,219,var(--gi-border-opacity));
  justify-content: center;
  height: 2rem;
  align-items: center;
  --gi-border-opacity: 1;
  border-radius: 0.125rem;
  display: flex;
}

.paginate .item:hover {
  --gi-text-opacity: 1;
  color: rgba(113,92,255,var(--gi-text-opacity));
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
}

.paginate .item.active {
  --gi-text-opacity: 1;
  color: rgba(113,92,255,var(--gi-text-opacity));
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
}

/* generated from: sakura.client.app.ui.styles.tippy/tippy */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  line-height: 1.4;
  --gi-text-opacity: 1;
  transition-property: transform, visibility, opacity;
  outline: 0;
  position: relative;
  --gi-bg-opacity: 1;
  font-size: 0.8125rem;
  background-color: rgba(17,24,39,var(--gi-bg-opacity));
  border-radius: 0.25rem;
  color: rgba(255,255,255,var(--gi-text-opacity));
}

@media (prefers-color-scheme: dark) {

  .tippy-box {
    --gi-bg-opacity: 1;
    background-color: rgba(75,85,99,var(--gi-bg-opacity));
  }

}

.tippy-box[data-placement^=top]  > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top]  > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom]  > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom]  > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left]  > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left]  > .tippy-arrow:before {
  right: -7px;
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  transform-origin: center left;
}

.tippy-box[data-placement^=right]  > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right]  > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-arrow {
  width: 1rem;
  height: 1rem;
  --gi-text-opacity: 1;
  color: rgba(17,24,39,var(--gi-text-opacity));
}

@media (prefers-color-scheme: dark) {

  .tippy-arrow {
    --gi-text-opacity: 1;
    color: rgba(75,85,99,var(--gi-text-opacity));
  }

}

.tippy-arrow:before {
  content: '';
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/* generated from: sakura.client.app.ui.styles.base/input */
input[type="checkbox"] {
  cursor: pointer;
}

input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

input[type="radio"] {
  cursor: pointer;
}

input[type="radio"]:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.input-group {
  min-width: 0;
  border-width: 1px;
  border-color: #00000026;
  align-items: center;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  padding-right: 0.25rem;
  border-radius: 0.375rem;
  display: flex;
  padding-left: 0.25rem;
}

.input-group input {
  min-width: 0;
  line-height: 2.25rem;
  outline-offset: 2px;
  outline: 2px solid transparent;
  font-weight: 300;
  font-size: 0.875rem;
  background-color: transparent;
  padding-right: 0.25rem;
  border-radius: 0.375rem;
  flex: 1 1 0%;
  padding-left: 0.25rem;
}

.input-group:hover {
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
}

.input-group:focus-within {
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
}

.input-group.disabled:hover {
  border-color: #00000026;
}

.input-error {
  height: 0;
  width: 100%;
  --gi-text-opacity: 1;
  color: rgba(255,63,63,var(--gi-text-opacity));
  font-size: 0.75rem;
  line-height: 2;
  text-align: left;
  white-space: nowrap;
}

.input-clear, .input-show-password {
  opacity: 0.6;
  cursor: pointer;
}

.input-clear:hover, .input-show-password:hover {
  opacity: 1;
}

.input-icon {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  display: inline-block;
  opacity: 0.4;
}

.input-clear {
  display: none;
  height: 1rem;
  width: 1rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='24' height='24' fill='none'/><circle cx='12' cy='12' r='9' fill='black' fill-opacity='0.6'/><rect x='15.2432' y='8' width='1.6' height='10.4818' rx='0.8' transform='rotate(45 15.2432 8)' fill='white'/><rect width='1.6' height='10.4818' rx='0.8' transform='matrix(-0.707107 0.707107 0.707107 0.707107 8.83136 8)' fill='white'/></svg>");
}

.input-show-password {
  height: 1.5rem;
  width: 1.5rem;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  background-position: left;
  background-size: cover;
  margin-left: 0.25rem;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width='48' height='24' viewBox='0 0 48 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M26.6227 11.6787C27.2062 9.9724 29.5817 4.5 36 4.5C42.4183 4.5 44.7938 9.9724 45.3773 11.6787C45.4495 11.8898 45.4495 12.1102 45.3773 12.3213C44.7938 14.0276 42.4183 19.5 36 19.5C29.5817 19.5 27.2062 14.0276 26.6227 12.3213C26.5505 12.1102 26.5505 11.8898 26.6227 11.6787Z' stroke='black'/><circle cx='36' cy='12' r='3.5' stroke='black'/><path d='M12 13V17' stroke='black' stroke-linecap='round'/><path d='M4 8C6.08747 11.0997 8.90265 13 12 13C15.0973 13 17.9125 11.0997 20 8' stroke='black' stroke-linecap='round'/><path d='M7.13969 12.1182L4.70843 14.8685' stroke='black' stroke-linecap='round'/><path d='M16.8617 12.1182L19.293 14.8685' stroke='black' stroke-linecap='round'/></svg>");
}
/* generated from: sakura.client.app.ui.styles.base/progress */
.pending.progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(-45deg, #A59DF8, #897DF7, #6E5DF6, #5B4AD3);
  background-size: 400% 400%;
  animation: progress-gradient 1s ease infinite;
}

@keyframes progress-gradient {

0% {
    background-position: 0% 50%;
  }
  
50% {
    background-position: 100% 50%;
  }
  
100% {
    background-position: 0% 50%;
  }

}
/* generated from: sakura.client.app.ui.styles.base/tab-container */
.tab-container {
  font-size: 1rem;
  line-height: 1.5rem;
}

.tab-container>input {
  display: none;
}

.tab-container>label {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
/* generated from: sakura.client.app.ui.styles.base/radio */
.radio {
  appearance: none;
  display: inline-block;
  vertical-align: text-bottom;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: #00000026;
}

.radio:hover {
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
}

.radio:checked, .radio:checked:disabled {
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
  --gi-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--gi-bg-opacity));
  border-width: 5px;
}
/* generated from: sakura.client.app.ui.styles.base/reset */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

::before, ::after {
  --gi-content: '';
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}
/* generated from: sakura.client.app.ui.styles.base/checkbox */
.checkbox {
  appearance: none;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #00000026;
}

.checkbox:hover {
  --gi-border-opacity: 1;
  border-color: rgba(91,74,211,var(--gi-border-opacity));
}

.checkbox:checked, .checkbox:checked:disabled {
  border-width: 2px;
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
  --gi-bg-opacity: 1;
  background-color: rgba(113,92,255,var(--gi-bg-opacity));
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 11L8.7192 17.1681C8.87036 17.3468 9.14192 17.3581 9.30739 17.1926L20 6.5' stroke='white' stroke-width='3' stroke-linecap='round'/></svg>");
}
/* generated from: sakura.client.app.ui.styles.base/button */
.btn {
  line-height: 1.25rem;
  border-width: 1px;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  padding-right: 1rem;
  border-radius: 0.375rem;
  display: inline-block;
  padding-left: 1rem;
  padding-top: 0.5rem;
}

.btn-primary:disabled, .btn-secondary:disabled, .btn-link:disabled, .btn-gray:disabled, .btn-outline-primary:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.btn-primary, .btn-primary:disabled:hover, .btn-primary:disabled:active {
  --gi-bg-opacity: 1;
  background-color: rgba(113,92,255,var(--gi-bg-opacity));
  --gi-text-opacity: 1;
  color: rgba(255,255,255,var(--gi-text-opacity));
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
}

.btn-primary:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(91,74,211,var(--gi-bg-opacity));
  --gi-border-opacity: 1;
  border-color: rgba(91,74,211,var(--gi-border-opacity));
}

.btn-primary:active {
  --gi-text-opacity: 1;
  color: rgba(73,56,177,var(--gi-text-opacity));
  --gi-border-opacity: 1;
  border-color: rgba(73,56,177,var(--gi-border-opacity));
}

.btn-secondary, .btn-secondary:disabled:hover, .btn-secondary:disabled:active {
  --gi-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--gi-bg-opacity));
  border-color: #00000026;
  color: #000000e6;
}

.btn-secondary:hover {
  --gi-border-opacity: 1;
  border-color: rgba(91,74,211,var(--gi-border-opacity));
  --gi-text-opacity: 1;
  color: rgba(91,74,211,var(--gi-text-opacity));
}

.btn-secondary:active {
  --gi-border-opacity: 1;
  border-color: rgba(73,56,177,var(--gi-border-opacity));
  --gi-text-opacity: 1;
  color: rgba(73,56,177,var(--gi-text-opacity));
}

.btn-gray, .btn-gray:disabled:hover, .btn-gray:disabled:active {
  background-color: #000000cc;
  border-color: #000000cc;
  --gi-text-opacity: 1;
  color: rgba(255,255,255,var(--gi-text-opacity));
}

.btn-gray:hover {
  background-color: #000000e6;
  border-color: #000000e6;
}

.btn-gray:active {
  --gi-bg-opacity: 1;
  background-color: rgba(0,0,0,var(--gi-bg-opacity));
  --gi-border-opacity: 1;
  border-color: rgba(0,0,0,var(--gi-border-opacity));
}

.btn-link, .btn-link:disabled:hover, .btn-link:disabled:active {
  --gi-text-opacity: 1;
  color: rgba(113,92,255,var(--gi-text-opacity));
  border-width: 0;
}

.btn-link:hover {
  text-decoration-line: underline;
  --gi-text-opacity: 1;
  color: rgba(91,74,211,var(--gi-text-opacity));
}

.btn-link:active {
  --gi-text-opacity: 1;
  color: rgba(73,56,177,var(--gi-text-opacity));
}

.btn-disabled {
  background-color: #0000000f;
  color: #00000059;
  border-color: #00000026;
  cursor: not-allowed;
}

.btn-disabled:hover {
  background-color: #0000000f;
  color: #00000059;
}

.btn-outline-primary, .btn-outline-primary:disabled:hover, .btn-outline-primary:disabled:active {
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
  --gi-text-opacity: 1;
  color: rgba(113,92,255,var(--gi-text-opacity));
}

.btn-outline-primary:hover {
  --gi-border-opacity: 1;
  border-color: rgba(91,74,211,var(--gi-border-opacity));
  --gi-text-opacity: 1;
  color: rgba(91,74,211,var(--gi-text-opacity));
}

.btn-outline-primary:active {
  --gi-border-opacity: 1;
  border-color: rgba(73,56,177,var(--gi-border-opacity));
  --gi-text-opacity: 1;
  color: rgba(73,56,177,var(--gi-text-opacity));
}

.btn-outline-danger, .btn-outline-danger:disabled:hover, .btn-outline-danger:disabled:active {
  --gi-border-opacity: 1;
  border-color: rgba(248,113,113,var(--gi-border-opacity));
  --gi-text-opacity: 1;
  color: rgba(248,113,113,var(--gi-text-opacity));
}

.btn-outline-danger:hover {
  --gi-border-opacity: 1;
  border-color: rgba(185,28,28,var(--gi-border-opacity));
  --gi-text-opacity: 1;
  color: rgba(185,28,28,var(--gi-text-opacity));
}

.btn-outline-danger:active {
  --gi-border-opacity: 1;
  border-color: rgba(127,29,29,var(--gi-border-opacity));
  --gi-text-opacity: 1;
  color: rgba(127,29,29,var(--gi-text-opacity));
}

.link-primary {
  --gi-text-opacity: 1;
  color: rgba(113,92,255,var(--gi-text-opacity));
}

.link-primary:hover {
  --gi-text-opacity: 1;
  color: rgba(91,74,211,var(--gi-text-opacity));
}

.link-primary:active {
  --gi-text-opacity: 1;
  color: rgba(73,56,177,var(--gi-text-opacity));
}

.link-primary:disabled {
  cursor: not-allowed;
}
/* generated from: sakura.client.app.ui.styles.base/dropdown */
.dropdown:hover .dropdown-content {
  display: block;
}
/* generated from: sakura.client.app.ui.styles.base/modal */
.modal-layer {
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  position: fixed;
  --gi-bg-opacity: 0.8;
  z-index: 60;
  background-color: rgba(0,0,0,var(--gi-bg-opacity));
  display: flex;
  bottom: 0;
  left: 0;
}

.modal-box {
  --gi-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);
  --gi-shadow-colored: 0 10px 15px -3px var(--gi-shadow-color),0 4px 6px -4px var(--gi-shadow-color);
  margin-right: auto;
  padding: 2rem;
  position: relative;
  --gi-bg-opacity: 1;
  box-shadow: var(--gi-ring-offset-shadow,0 0 #0000),var(--gi-ring-shadow,0 0 #0000),var(--gi-shadow);
  margin-left: auto;
  background-color: rgba(255,255,255,var(--gi-bg-opacity));
  border-radius: 0.75rem;
  padding-top: 1.75rem;
}

.modal-close {
  width: 2rem;
  background-position: center;
  right: 1rem;
  top: 1rem;
  background-repeat: no-repeat;
  height: 2rem;
  position: absolute;
  border-radius: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M19.6464 3.64645C19.8417 3.45118 20.1583 3.45118 20.3536 3.64645C20.5488 3.84171 20.5488 4.15829 20.3536 4.35355L12.7071 12L20.3536 19.6464C20.5488 19.8417 20.5488 20.1583 20.3536 20.3536C20.1583 20.5488 19.8417 20.5488 19.6465 20.3536L12 12.7071L4.35355 20.3536C4.15829 20.5488 3.84171 20.5488 3.64645 20.3536C3.45118 20.1583 3.45118 19.8417 3.64645 19.6464L11.2929 12L3.64645 4.35355C3.45119 4.15829 3.45119 3.84171 3.64645 3.64645C3.84171 3.45118 4.15829 3.45118 4.35356 3.64645L12 11.2929L19.6464 3.64645Z' fill='black'/></svg>");
}

.modal-close:hover {
  background-color: #00000005;
}

.modal-close:active {
  background-color: #0000000f;
}
/* generated from: sakura.client.app.ui.styles.base/common */
* {
  --gi-ring-inset: inset;
  --gi-ring-offset-width: 1px;
  box-shadow: 0 0 0 var(--gi-ring-offset-width) var(--gi-ring-offset-color), var(--gi-ring-shadow);
  --gi-ring-offset-color: transparent;
  --gi-ring-color: rgba(255,255,255,var(--gi-ring-opacity));
  --gi-ring-opacity: 1;
}

html {
  color: #000000cc;
}

a {
  cursor: pointer;
}

.px-container-1280 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.disabled {
  opacity: 0.4;
}
/* generated from: sakura.client.app.ui.styles.base/bg-main */
.bg-main {
  background-color: #F8F6FB;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url('/image/bg-main.png');
}

/* generated from: sakura.client.app.ui.styles.captcha/captcha */
.captcha-input {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f2;
  border-radius: 6px;
}

.captcha-input #aliyunCaptcha-sliding-wrapper {
  margin-bottom: 0;
  background-color: #f1f1f2 !important;
  border-radius: 6px;
}

.captcha-input #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body {
  border: none;
  border-radius: 6px;
}

.captcha-input #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.captcha-input #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider {
  border: none;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.8);
  background-color: white;
}

.captcha-input #aliyunCaptcha-sliding-wrapper #aliyunCaptcha-sliding-body #aliyunCaptcha-sliding-slider.ok {
  color: #00a700;
  background-color: white;
}

@media screen and (max-width: 768px) {

  #captcha-input {
    height: 34px;
  }

}

/* generated from: sakura.client.app.ui.styles.purchase/purchase */
.btn-back {
  display: flex;
  border-radius: 9999px;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
}

.btn-back:hover {
  --gi-bg-opacity: 1;
  background-color: rgba(229,231,235,var(--gi-bg-opacity));
}

.tab-plan {
  flex-basis: 12rem;
  padding: 0.75rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --gi-border-opacity: 1;
  border-color: rgba(229,231,235,var(--gi-border-opacity));
  position: relative;
}

.tab-plan.active {
  --gi-bg-opacity: 1;
  background-color: rgba(113,92,255,var(--gi-bg-opacity));
  --gi-text-opacity: 1;
  color: rgba(255,255,255,var(--gi-text-opacity));
}

.tab-plan.disabled {
  --gi-bg-opacity: 1;
  background-color: rgba(243,244,246,var(--gi-bg-opacity));
  --gi-text-opacity: 1;
  color: rgba(209,213,219,var(--gi-text-opacity));
  border-width: 0;
  cursor: not-allowed;
}

.tab-plan .current {
  right: 0;
  --gi-text-opacity: 1;
  top: 0;
  position: absolute;
  border-bottom-left-radius: 0.25rem;
  --gi-bg-opacity: 1;
  border-top-right-radius: 0.25rem;
  font-size: 0.75rem;
  background-color: rgba(118,210,25,var(--gi-bg-opacity));
  padding-right: 0.25rem;
  color: rgba(255,255,255,var(--gi-text-opacity));
  padding-left: 0.25rem;
}

.tab-basis {
  height: 5rem;
  border-radius: 0.375rem;
  --gi-bg-opacity: 1;
  background-color: rgba(243,244,246,var(--gi-bg-opacity));
  text-align: center;
  border-width: 1px;
  --gi-border-opacity: 1;
  border-color: rgba(243,244,246,var(--gi-border-opacity));
}

.tab-basis.active {
  --gi-text-opacity: 1;
  color: rgba(113,92,255,var(--gi-text-opacity));
  --gi-bg-opacity: 0.05;
  background-color: rgba(113,92,255,var(--gi-bg-opacity));
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
}

.tab-basis.disabled {
  --gi-text-opacity: 1;
  color: rgba(75,85,99,var(--gi-text-opacity));
  cursor: not-allowed;
}

/* generated tailwind classes */
.flex-col {
  flex-direction: column;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mr-16 {
  margin-right: 4rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.ring-offset-transparent {
  --gi-ring-offset-color: transparent;
  box-shadow: 0 0 0 var(--gi-ring-offset-width) var(--gi-ring-offset-color), var(--gi-ring-shadow);
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ring-offset-1 {
  --gi-ring-offset-width: 1px;
  box-shadow: 0 0 0 var(--gi-ring-offset-width) var(--gi-ring-offset-color), var(--gi-ring-shadow);
}

.w-40 {
  width: 10rem;
}

.h-8 {
  height: 2rem;
}

.border-dark-title {
  border-color: #000000e6;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.min-h-screen {
  min-height: 100vh;
}

@media (min-width: 768px) {

  .md\:hidden {
    display: none;
  }

}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.w-4 {
  width: 1rem;
}

.h-6 {
  height: 1.5rem;
}

@media (min-width: 768px) {

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.text-center {
  text-align: center;
}

@media (min-width: 1024px) {

  .lg\:container {
    max-width: 1024px;
  }

}

.w-6 {
  width: 1.5rem;
}

@media (min-width: 768px) {

  .md\:inline-block {
    display: inline-block;
  }

}

.shadow-lg {
  --gi-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);
  --gi-shadow-colored: 0 10px 15px -3px var(--gi-shadow-color),0 4px 6px -4px var(--gi-shadow-color);
  box-shadow: var(--gi-ring-offset-shadow,0 0 #0000),var(--gi-ring-shadow,0 0 #0000),var(--gi-shadow);
}

.justify-center {
  justify-content: center;
}

.space-y-2>:not([hidden])~:not([hidden]) {
  margin-top: 0.5rem;
}

.bg-opacity-50 {
  --gi-bg-opacity: 0.5;
}

.w-30 {
  width: 7.5rem;
}

.font-light {
  font-weight: 300;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.border-red-900 {
  --gi-border-opacity: 1;
  border-color: rgba(127,29,29,var(--gi-border-opacity));
}

@media (min-width: 640px) {

  .sm\:mt-0 {
    margin-top: 0;
  }

}

.flex-row {
  flex-direction: row;
}

.opacity-60 {
  opacity: 0.6;
}

.w-10 {
  width: 2.5rem;
}

.shadow-sm {
  --gi-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
  --gi-shadow-colored: 0 1px 2px 0 var(--gi-shadow-color);
  box-shadow: var(--gi-ring-offset-shadow,0 0 #0000),var(--gi-ring-shadow,0 0 #0000),var(--gi-shadow);
}

.border-2 {
  border-width: 2px;
}

@media (min-width: 768px) {

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

}

.max-w-xl {
  max-width: 36rem;
}

.table-fixed {
  table-layout: fixed;
}

.mr-2 {
  margin-right: 0.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mt-8 {
  margin-top: 2rem;
}

.z-50 {
  z-index: 50;
}

.border-gray-300 {
  --gi-border-opacity: 1;
  border-color: rgba(209,213,219,var(--gi-border-opacity));
}

@media (min-width: 768px) {

  .md\:w-32 {
    width: 8rem;
  }

}

.rounded-xl {
  border-radius: 0.75rem;
}

@media (min-width: 768px) {

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

}

.border-1 {
  border-width: 1px;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.font-size-3 {
  font-size: 0.75rem;
}

.bg-right {
  background-position: right;
}

.mt-7 {
  margin-top: 1.75rem;
}

.grid {
  display: grid;
}

.min-h-120 {
  min-height: 30rem;
}

@media (min-width: 768px) {

  .md\:w-auto {
    width: auto;
  }

}

.ml-1 {
  margin-left: 0.25rem;
}

.opacity-100 {
  opacity: 1;
}

.ring-opacity-100 {
  --gi-ring-opacity: 1;
}

.mr-4 {
  margin-right: 1rem;
}

.w-8 {
  width: 2rem;
}

.bottom-0 {
  bottom: 0;
}

.bg-opacity-80 {
  --gi-bg-opacity: 0.8;
}

.mt-4 {
  margin-top: 1rem;
}

@media (min-width: 768px) {

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

.bg-gray-100 {
  --gi-bg-opacity: 1;
  background-color: rgba(243,244,246,var(--gi-bg-opacity));
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.font-size-4 {
  font-size: 1rem;
}

.space-x-2>:not([hidden])~:not([hidden]) {
  margin-left: 0.5rem;
}

.w-12 {
  width: 3rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.ring-inset {
  --gi-ring-inset: inset;
}

.bg-dark-bglight {
  background-color: #00000005;
}

.hover\:bg-dark-bglight:hover {
  background-color: #00000005;
}

@media (min-width: 768px) {

  .md\:justify-between {
    justify-content: space-between;
  }

}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {

  .md\:gap-8 {
    gap: 2rem;
  }

}

.justify-between {
  justify-content: space-between;
}

.text-brand {
  --gi-text-opacity: 1;
  color: rgba(113,92,255,var(--gi-text-opacity));
}

.rounded-full {
  border-radius: 9999px;
}

.text-dark {
  color: #000000cc;
}

@media (min-width: 768px) {

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

}

.w-2 {
  width: 0.5rem;
}

.flex-auto {
  flex: 1 1 auto;
}

.border-brand-darkest {
  --gi-border-opacity: 1;
  border-color: rgba(73,56,177,var(--gi-border-opacity));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bg-opacity-5 {
  --gi-bg-opacity: 0.05;
}

@media (min-width: 768px) {

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

}

.text-error {
  --gi-text-opacity: 1;
  color: rgba(255,63,63,var(--gi-text-opacity));
}

.min-w-0 {
  min-width: 0;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.w-32 {
  width: 8rem;
}

.text-light-title {
  --gi-text-opacity: 1;
  color: rgba(255,255,255,var(--gi-text-opacity));
}

@media (min-width: 640px) {

  .sm\:inline-block {
    display: inline-block;
  }

}

.bg-brand-dark {
  --gi-bg-opacity: 1;
  background-color: rgba(91,74,211,var(--gi-bg-opacity));
}

.space-y-7>:not([hidden])~:not([hidden]) {
  margin-top: 1.75rem;
}

.ring-4 {
  box-shadow: var(--gi-ring-inset) 0 0 0 calc(4px + var(--gi-ring-offset-width)) var(--gi-ring-color);
}

.right-4 {
  right: 1rem;
}

@media (min-width: 640px) {

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

}

.block {
  display: block;
}

.mb-8 {
  margin-bottom: 2rem;
}

.text-right {
  text-align: right;
}

.fixed {
  position: fixed;
}

.font-medium {
  font-weight: 500;
}

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

}

.leading-4 {
  line-height: 1rem;
}

@media (min-width: 768px) {

  
  
  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

}

.bg-gray-600 {
  --gi-bg-opacity: 1;
  background-color: rgba(75,85,99,var(--gi-bg-opacity));
}

.left-0 {
  left: 0;
}

.ml-2 {
  margin-left: 0.5rem;
}

.border-brand {
  --gi-border-opacity: 1;
  border-color: rgba(113,92,255,var(--gi-border-opacity));
}

@media (min-width: 768px) {

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.space-x-8>:not([hidden])~:not([hidden]) {
  margin-left: 2rem;
}

.border-dark-border {
  border-color: #00000026;
}

.shadow {
  --gi-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1);
  --gi-shadow-colored: 0 1px 3px 0 var(--gi-shadow-color),0 1px 2px -1px var(--gi-shadow-color);
  box-shadow: var(--gi-ring-offset-shadow,0 0 #0000),var(--gi-ring-shadow,0 0 #0000),var(--gi-shadow);
}

.text-gray-400 {
  --gi-text-opacity: 1;
  color: rgba(156,163,175,var(--gi-text-opacity));
}

@media (min-width: 640px) {

  .sm\:ml-4 {
    margin-left: 1rem;
  }

}

.bg-brand {
  --gi-bg-opacity: 1;
  background-color: rgba(113,92,255,var(--gi-bg-opacity));
}

.border-gray-200 {
  --gi-border-opacity: 1;
  border-color: rgba(229,231,235,var(--gi-border-opacity));
}

.inline-block {
  display: inline-block;
}

.justify-items-stretch {
  justify-items: stretch;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

}

.w-1\/5 {
  width: 20%;
}

.font-semibold {
  font-weight: 600;
}

.pt-2 {
  padding-top: 0.5rem;
}

.drag {
  -webkit-app-region: drag;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {

  .sm\:w-1\/3 {
    width: 33.33333333333333%;
  }

}

.pt-8 {
  padding-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.w-24 {
  width: 6rem;
}

.font-size-3\.5 {
  font-size: 0.875rem;
}

.bg-dark {
  background-color: #000000cc;
}

.text-white {
  --gi-text-opacity: 1;
  color: rgba(255,255,255,var(--gi-text-opacity));
}

.bg-dark-title {
  background-color: #000000e6;
}

.text-gray-900 {
  --gi-text-opacity: 1;
  color: rgba(17,24,39,var(--gi-text-opacity));
}

.font-size-7 {
  font-size: 1.75rem;
}

.w-7 {
  width: 1.75rem;
}

.bg-gray-200 {
  --gi-bg-opacity: 1;
  background-color: rgba(229,231,235,var(--gi-bg-opacity));
}

.self-center {
  align-self: center;
}

.w-25 {
  width: 6.25rem;
}

.w-20 {
  width: 5rem;
}

.no-drag {
  -webkit-app-region: no-drag;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-28 {
  width: 7rem;
}

.text-dark-disable {
  color: #00000059;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.flex-grow {
  flex-grow: 1;
}

.max-w-md {
  max-width: 28rem;
}

.break-words {
  overflow-wrap: break-word;
}

.bg-black {
  --gi-bg-opacity: 1;
  background-color: rgba(0,0,0,var(--gi-bg-opacity));
}

.rounded-sm {
  border-radius: 0.125rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

@media (min-width: 640px) {

  .sm\:flex-row {
    flex-direction: row;
  }

}

.bg-dark-bg {
  background-color: #0000000f;
}

.appearance-none {
  appearance: none;
}

.rounded {
  border-radius: 0.25rem;
}

.text-red-400 {
  --gi-text-opacity: 1;
  color: rgba(248,113,113,var(--gi-text-opacity));
}

.z-10 {
  z-index: 10;
}

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

}

.mr-6 {
  margin-right: 1.5rem;
}

.font-bold {
  font-weight: 700;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.bg-left {
  background-position: left;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.h-12 {
  height: 3rem;
}

.active\:bg-dark-bg:active {
  background-color: #0000000f;
}

.break-all {
  word-break: break-all;
}

.border-t {
  border-top-width: 1px;
}

.top-3 {
  top: 0.75rem;
}

.\[data-tippy-root\] {
  data-tippy-root: ;
}

@media (min-width: 640px) {

  .sm\:justify-start {
    justify-content: flex-start;
  }

}

.inline-flex {
  display: inline-flex;
}

.bg-success {
  --gi-bg-opacity: 1;
  background-color: rgba(118,210,25,var(--gi-bg-opacity));
}

@media (min-width: 768px) {

  .md\:border-0 {
    border-width: 0;
  }

}

.border-dark {
  border-color: #000000cc;
}

.p-8 {
  padding: 2rem;
}

.bg-black-70 {
  background-color: #000000b2;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg-gray-900 {
  --gi-bg-opacity: 1;
  background-color: rgba(17,24,39,var(--gi-bg-opacity));
}

.pt-7 {
  padding-top: 1.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.font-size-5 {
  font-size: 1.25rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.items-stretch {
  align-items: stretch;
}

.h-7 {
  height: 1.75rem;
}

@media (min-width: 768px) {

  .md\:w-28 {
    width: 7rem;
  }

}

.text-gray-500 {
  --gi-text-opacity: 1;
  color: rgba(107,114,128,var(--gi-text-opacity));
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.top-0 {
  top: 0;
}

.bg-yellow-100 {
  --gi-bg-opacity: 1;
  background-color: rgba(254,249,195,var(--gi-bg-opacity));
}

.justify-end {
  justify-content: flex-end;
}

.h-32 {
  height: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

.bg-center {
  background-position: center;
}

.justify-start {
  justify-content: flex-start;
}

.mr-12 {
  margin-right: 3rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {

  .md\:relative {
    position: relative;
  }

}

.items-start {
  align-items: flex-start;
}

.opacity-40 {
  opacity: 0.4;
}

.leading-loose {
  line-height: 2;
}

.mb-4 {
  margin-bottom: 1rem;
}

.border-red-400 {
  --gi-border-opacity: 1;
  border-color: rgba(248,113,113,var(--gi-border-opacity));
}

.border-brand-dark {
  --gi-border-opacity: 1;
  border-color: rgba(91,74,211,var(--gi-border-opacity));
}

.-inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.text-gray-300 {
  --gi-text-opacity: 1;
  color: rgba(209,213,219,var(--gi-text-opacity));
}

.text-warning {
  --gi-text-opacity: 1;
  color: rgba(255,170,0,var(--gi-text-opacity));
}

.flex-initial {
  flex: 0 1 auto;
}

.w-1\/3 {
  width: 33.33333333333333%;
}

.hidden {
  display: none;
}

@media (min-width: 1536px) {

  .2xl\:max-w-screen-xl {
    max-width: 1280px;
  }

}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.border-gray-100 {
  --gi-border-opacity: 1;
  border-color: rgba(243,244,246,var(--gi-border-opacity));
}

@media (min-width: 768px) {

  .md\:bg-transparent {
    background-color: transparent;
  }

}

@media (min-width: 1280px) {

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

}

.h-20 {
  height: 5rem;
}

@media (min-width: 768px) {

  .md\:text-left {
    text-align: left;
  }

}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.items-center {
  align-items: center;
}

.h-0 {
  height: 0;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {

  .md\:items-center {
    align-items: center;
  }

}

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

}

.gap-4 {
  gap: 1rem;
}

.space-x-4>:not([hidden])~:not([hidden]) {
  margin-left: 1rem;
}

.border-red-700 {
  --gi-border-opacity: 1;
  border-color: rgba(185,28,28,var(--gi-border-opacity));
}

.border-0 {
  border-width: 0;
}

.text-left {
  text-align: left;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.text-dark-secondary {
  color: #00000099;
}

.top-4 {
  top: 1rem;
}

.w-11\/12 {
  width: 91.66666666666667%;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-light-bglight {
  color: #ffffff1a;
}

.w-52 {
  width: 13rem;
}

.p-3 {
  padding: 0.75rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.text-brand-dark {
  --gi-text-opacity: 1;
  color: rgba(91,74,211,var(--gi-text-opacity));
}

.relative {
  position: relative;
}

.h-4 {
  height: 1rem;
}

.h-24 {
  height: 6rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.max-w-160 {
  max-width: 40rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-gray-600 {
  --gi-text-opacity: 1;
  color: rgba(75,85,99,var(--gi-text-opacity));
}

.mt-2 {
  margin-top: 0.5rem;
}

.right-0 {
  right: 0;
}

.font-normal {
  font-weight: 400;
}

.border-error {
  --gi-border-opacity: 1;
  border-color: rgba(255,63,63,var(--gi-border-opacity));
}

.bg-cover {
  background-size: cover;
}

@media (min-width: 768px) {

  .md\:inline {
    display: inline;
  }

}

.border-b {
  border-bottom-width: 1px;
}

.hover\:bg-dark-bg:hover {
  background-color: #0000000f;
}

@media (min-width: 768px) {

  .md\:w-48 {
    width: 12rem;
  }

}

.font-size-6 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {

  .md\:font-light {
    font-weight: 300;
  }

}

.p-6 {
  padding: 1.5rem;
}

@media (min-width: 768px) {

  .md\:flex-row {
    flex-direction: row;
  }

}

.bg-white {
  --gi-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--gi-bg-opacity));
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.h-15 {
  height: 3.75rem;
}

.basis-48 {
  flex-basis: 12rem;
}

.flex {
  display: flex;
}

.text-dark-title {
  color: #000000e6;
}

.mt-6 {
  margin-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.w-full {
  width: 100%;
}

.text-red-900 {
  --gi-text-opacity: 1;
  color: rgba(127,29,29,var(--gi-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.text-brand-darkest {
  --gi-text-opacity: 1;
  color: rgba(73,56,177,var(--gi-text-opacity));
}

@media (min-width: 768px) {

  .md\:w-60 {
    width: 15rem;
  }

}

.mb-16 {
  margin-bottom: 4rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.right-3 {
  right: 0.75rem;
}

.z-60 {
  z-index: 60;
}

.absolute {
  position: absolute;
}

.h-10 {
  height: 2.5rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.left-3 {
  left: 0.75rem;
}

.font-size-3\.8 {
  font-size: 0.95rem;
}

.ring-white {
  --gi-ring-color: rgba(255,255,255,var(--gi-ring-opacity));
}

.border-black {
  --gi-border-opacity: 1;
  border-color: rgba(0,0,0,var(--gi-border-opacity));
}

@media (min-width: 768px) {

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

}

.text-red-700 {
  --gi-text-opacity: 1;
  color: rgba(185,28,28,var(--gi-text-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.flex-none {
  flex: none;
}

.font-size-3\.25 {
  font-size: 0.8125rem;
}

.space-y-6>:not([hidden])~:not([hidden]) {
  margin-top: 1.5rem;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.w-64 {
  width: 16rem;
}

.min-h-80 {
  min-height: 20rem;
}

@media screen and (max-width: 768px) {

  html {
    font-size: 14px;
  }

}

@media screen and (min-width: 768px) {

  html {
    font-size: 16px;
  }

}

@media (min-width: 1024px) {

  .px-container-1280 {
    max-width: 1024px;
  }

}

@media (min-width: 1280px) {

  .px-container-1280 {
    max-width: 1280px;
  }

}

@media (min-width: 1536px) {

  .px-container-1280 {
    max-width: 1280px;
  }

}

@media (min-width: 1024px) {

  .px-lg\:block {
    display: block;
  }

}

@media (min-width: 768px) {

  .px-md\:bg-transparent {
    background-color: transparent;
  }

}

@media (min-width: 768px) {

  .px-md\:block {
    display: block;
  }

}

@media (min-width: 768px) {

  .px-md\:border-0 {
    border-width: 0;
  }

}

@media (min-width: 768px) {

  .px-md\:flex {
    display: flex;
  }

}

@media (min-width: 768px) {

  .px-md\:flex-row {
    flex-direction: row;
  }

}

@media (min-width: 768px) {

  .px-md\:font-light {
    font-weight: 300;
  }

}

@media (min-width: 768px) {

  .px-md\:gap-8 {
    gap: 2rem;
  }

}

@media (min-width: 768px) {

  .px-md\:hidden {
    display: none;
  }

}

@media (min-width: 768px) {

  
  
  .px-md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

}

@media (min-width: 768px) {

  .px-md\:inline {
    display: inline;
  }

}

@media (min-width: 768px) {

  .px-md\:inline-block {
    display: inline-block;
  }

}

@media (min-width: 768px) {

  .px-md\:items-center {
    align-items: center;
  }

}

@media (min-width: 768px) {

  .px-md\:justify-between {
    justify-content: space-between;
  }

}

@media (min-width: 768px) {

  .px-md\:mr-5 {
    margin-right: 1.25rem;
  }

}

@media (min-width: 768px) {

  .px-md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

}

@media (min-width: 768px) {

  .px-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

@media (min-width: 768px) {

  .px-md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

}

@media (min-width: 768px) {

  .px-md\:relative {
    position: relative;
  }

}

@media (min-width: 768px) {

  .px-md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

}

@media (min-width: 768px) {

  .px-md\:text-left {
    text-align: left;
  }

}

@media (min-width: 768px) {

  .px-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

}

@media (min-width: 768px) {

  .px-md\:w-28 {
    width: 7rem;
  }

}

@media (min-width: 768px) {

  .px-md\:w-32 {
    width: 8rem;
  }

}

@media (min-width: 768px) {

  .px-md\:w-48 {
    width: 12rem;
  }

}

@media (min-width: 768px) {

  .px-md\:w-60 {
    width: 15rem;
  }

}

@media (min-width: 768px) {

  .px-md\:w-auto {
    width: auto;
  }

}

@media (min-width: 640px) {

  .px-sm\:block {
    display: block;
  }

}

@media (min-width: 640px) {

  .px-sm\:inline-block {
    display: inline-block;
  }

}

@media (min-width: 640px) {

  .px-sm\:flex-row {
    flex-direction: row;
  }

}

@media (min-width: 640px) {

  .px-sm\:justify-start {
    justify-content: flex-start;
  }

}

@media (min-width: 640px) {

  .px-sm\:ml-4 {
    margin-left: 1rem;
  }

}

@media (min-width: 640px) {

  .px-sm\:mt-0 {
    margin-top: 0;
  }

}

@media (min-width: 640px) {

  .px-sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

}

@media (min-width: 640px) {

  .px-sm\:w-1\/3 {
    width: 33.33333333333333%;
  }

}