@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.pillBase[data-v-5148c4fd] {
  font-weight: 500;
  border-radius: 1rem;
  background-color: #151620;
  position: relative;
}
.pillMenu[data-v-5148c4fd] {
  transition-duration: 0.5s;
  font-weight: 500;
  border-radius: 0.75rem;
  background-color: #151620;
  height: 10rem;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  width: 100%;
}
.closedPillMenu[data-v-5148c4fd] {
  height: 0;
}
.pillMenuItem[data-v-5148c4fd] {
  transition-duration: 0.25s;
  border-radius: 0.5rem;
  cursor: pointer;
}
.pillMenuItem[data-v-5148c4fd]:hover {
  background-color: #1f202e;
}
button[data-v-3323ccc6] {
  color: #fff;
  border-radius: 0.75rem;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  transition-duration: 0.2s;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.buttonRed[data-v-3323ccc6] {
  background-color: #fb3640;
}
.buttonRed[data-v-3323ccc6]:hover {
  background-color: #e6323b;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.buttonRed[data-v-3323ccc6]:active {
  background-color: #cc2d35;
}
.buttonGreen[data-v-3323ccc6] {
  background-color: #2ecc71;
}
.buttonGreen[data-v-3323ccc6]:hover {
  background-color: #29b362;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.buttonGreen[data-v-3323ccc6]:active {
  background-color: #239954;
}
.disabled[data-v-3323ccc6] {
  background-color: #ff6e75;
  cursor: not-allowed;
}
.disabled[data-v-3323ccc6]:active,
.disabled[data-v-3323ccc6]:hover {
  background-color: #ff6e75;
}
.referralLink[data-v-d80d182a] {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.referralLink[data-v-d80d182a]::-webkit-scrollbar {
  display: none;
}
.socials a[data-v-0c9434bd] {
  padding: 0.5rem;
  color: #fff;
}
.socials a[data-v-0c9434bd]:hover {
  color: #65eefc;
}
.socials a .wp[data-v-0c9434bd] {
  width: 30px;
  height: 28px;
  fill: #fff;
}
.socials a .wp[data-v-0c9434bd]:hover {
  fill: #65eefc;
}
.menuItem[data-v-12ea2443] {
  margin: 0.25rem 0 0.25rem 0;
  padding: 0.75rem 0 0.75rem 1rem;
  transition: all;
  transition-duration: 0.25s;
  border-radius: 0.5rem;
  color: #fff;
}
.menuItem[data-v-12ea2443]:hover {
  background-color: #1f202e;
  transform: translateX(0.5rem);
}
.enabled[data-v-12ea2443] {
  cursor: pointer;
  transition-duration: 0.25s !important;
}
.enabled[data-v-12ea2443]:hover,
.selectedItem[data-v-12ea2443] {
  background-color: #1f202e;
  transform: translateX(0.5rem);
}
.disabled[data-v-12ea2443] {
  color: #aaa !important;
  cursor: not-allowed !important;
}
.nav[data-v-2595b8a2] {
  position: fixed;
  overflow: hidden;
  width: inherit;
  height: 100vh;
  background-color: #151620;
  transition-duration: 0.5s;
  transform: translateX(0);
}
.navHidden[data-v-2595b8a2] {
  transform: translateX(-100%);
}
.navContainer[data-v-2595b8a2] {
  padding: 0.5rem 0 12rem 0.5rem;
  overflow: hidden;
  position: relative;
}
.verticalNav[data-v-2595b8a2] {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.verticalNav[data-v-2595b8a2]::-webkit-scrollbar {
  display: none;
}
.navEnd[data-v-2595b8a2] {
  width: 100%;
  height: 5vh;
  background: #151620;
  background: linear-gradient(0deg, #151620 15%, rgba(21, 22, 32, 0));
  position: absolute;
  bottom: 0;
}
.metaQuizText[data-v-2595b8a2] {
  font-family: Barlow, sans-serif;
}
.text-font[data-v-45666e9c] {
  font-family: Nunito, sans-serif;
}
.loaderStyle[data-v-4a55ccd0] {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.main-view[data-v-4a55ccd0] {
  min-height: calc(100vh - 120px);
}
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-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]) {
  -webkit-text-decoration: underline dotted;
  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,
pre,
samp {
  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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -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,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:after,
:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bottom-0 {
  bottom: 0;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.bottom-full {
  bottom: 100%;
}
.right-2 {
  right: 0.5rem;
}
.top-1 {
  top: 0.25rem;
}
.top-9 {
  top: 2.25rem;
}
.right-14 {
  right: 3.5rem;
}
.z-10 {
  z-index: 10;
}
.z-\[2\] {
  z-index: 2;
}
.z-0 {
  z-index: 0;
}
.z-\[1\] {
  z-index: 1;
}
.order-first {
  order: -9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-start-2 {
  grid-column-start: 2;
}
.m-1 {
  margin: 0.25rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-auto {
  margin: auto;
}
.m-4 {
  margin: 1rem;
}
.m-2 {
  margin: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-\[1px\] {
  margin-left: 1px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-0 {
  margin-top: 0;
}
.ml-\[52px\] {
  margin-left: 52px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.h-full {
  height: 100%;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-auto {
  height: auto;
}
.h-8 {
  height: 2rem;
}
.h-6 {
  height: 1.5rem;
}
.h-4 {
  height: 1rem;
}
.\!h-full {
  height: 100% !important;
}
.h-7 {
  height: 1.75rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-\[50px\] {
  height: 50px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.min-h-\[116px\] {
  min-height: 116px;
}
.w-full {
  width: 100%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[200\%\] {
  width: 200%;
}
.w-16 {
  width: 4rem;
}
.w-4\/5 {
  width: 80%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-96 {
  width: 24rem;
}
.\!w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.\!w-11 {
  width: 2.75rem !important;
}
.\!w-9 {
  width: 2.25rem !important;
}
.\!w-8 {
  width: 2rem !important;
}
.w-8 {
  width: 2rem;
}
.w-5 {
  width: 1.25rem;
}
.w-3\/4 {
  width: 75%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-\[2px\] {
  width: 2px;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-\[50px\] {
  width: 50px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-full {
  max-width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
}
.rotate-90,
.translate-x-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.list-decimal {
  list-style-type: decimal;
}
.list-\[\'\2b07\'\] {
  list-style-type: "⬇";
}
.list-disc {
  list-style-type: disc;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-4 {
  gap: 1rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-0 {
  gap: 0;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-all {
  word-break: break-all;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.border,
.border-\[1px\] {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.p-2 {
  padding: 0.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-12 {
  padding: 3rem;
}
.p-5 {
  padding: 1.25rem;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-0 {
  padding-left: 0;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.\!text-left {
  text-align: left !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-middle {
  vertical-align: middle;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.\!uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-3 {
  line-height: 0.75rem;
}
.\!leading-4 {
  line-height: 1rem !important;
}
.text-\[\#717384\] {
  --tw-text-opacity: 1;
  color: rgb(113 115 132 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
}
.blur,
.grayscale {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.rainbowBackground {
  background: linear-gradient(
      60deg,
      #5f86f2,
      #a65ff2,
      #f25fd0,
      #f25f61,
      #f2cb5f,
      #abf25f,
      #5ff281,
      #5ff2f0
    )
    0 50%;
  background-size: 300% 300%;
  -webkit-animation: moveGradient 2s infinite alternate;
  animation: moveGradient 2s infinite alternate;
}
@-webkit-keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
.vs__open-indicator {
  background-image: url(/img/chevron_down.2b62e240.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
}
.vs__search {
  text-align: start;
}
.v-select {
  position: relative;
  font-family: inherit;
}
.v-select,
.v-select * {
  box-sizing: border-box;
}
@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}
.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}
.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8;
}
.v-select[dir="rtl"] .vs__actions {
  padding: 0 3px 0 6px;
}
.v-select[dir="rtl"] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}
.v-select[dir="rtl"] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}
.v-select[dir="rtl"] .vs__dropdown-menu {
  text-align: right;
}
.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}
.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}
.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}
.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}
.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}
.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}
.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}
.vs--loading .vs__open-indicator {
  opacity: 0;
}
.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}
.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}
.vs__no-options {
  text-align: center;
}
.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
.vs__dropdown-option--highlight {
  background: #262738;
  color: #fff !important;
}
.vs__dropdown-option--deselect {
  background: #fb5858;
  color: #fff;
}
.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}
.vs__selected {
  display: flex;
  align-items: center;
  background-color: #262738;
  border: 0 solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.8;
  margin: 4px 2px 0 2px;
  padding: 0 0.25em;
  z-index: 0;
}
.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}
.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}
.vs--single.vs--loading .vs__selected,
.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: 0.4;
}
.vs--single.vs--searching .vs__selected {
  display: none;
}
.vs__search::-webkit-search-cancel-button {
  display: none;
}
.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
  display: none;
}
.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.8;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}
.vs__search::-moz-placeholder {
  color: #fff;
}
.vs__search:-ms-input-placeholder {
  color: #fff;
}
.vs__search::placeholder {
  color: #fff;
}
.vs--unsearchable .vs__search {
  opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search {
  cursor: pointer;
}
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}
.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid hsla(0, 0%, 39%, 0.1);
  border-right: 0.9em solid hsla(0, 0%, 39%, 0.1);
  border-bottom: 0.9em solid hsla(0, 0%, 39%, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity 0.1s;
}
.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.vs--loading .vs__spinner {
  opacity: 1;
}
.vs__open-indicator {
  fill: none;
  margin-top: 0.15rem;
}
.vs__dropdown-toggle {
  padding: 0.59px 0 4px 0;
  transition: all 0.25s ease-in-out;
}
.vs--single .vs__dropdown-toggle {
  padding-left: 6px;
}
.vs__dropdown-option--disabled {
  opacity: 0.5;
}
.vs__dropdown-option--disabled.vs__dropdown-option--selected {
  background: #262738 !important;
}
.vs__dropdown-option {
  color: #fff;
}
.vs__dropdown-option--selected {
  background-color: #262738;
  color: #fff;
  position: relative;
}
.vs__dropdown-option--selected:after {
  content: "";
  height: 1.1rem;
  width: 1.1rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1.1rem;
}
[dir="rtl"] .vs__dropdown-option--selected:after {
  right: unset;
}
.vs__dropdown-option--selected.vs__dropdown-option--highlight {
  color: #fff !important;
  background-color: #262738 !important;
}
.vs__clear svg,
.vs__selected {
  color: #fff;
}
.v-select.vs--single .vs__selected {
  color: #fff;
  margin-top: 5px;
  transition: transform 0.2s ease;
}
.v-select.vs--single .vs__selected input {
  padding-left: 0;
}
.vs--single.vs--open .vs__selected {
  transform: translateX(5px);
}
.vs__selected .vs__deselect {
  color: inherit;
}
.v-select:not(.vs--single) .vs__selected {
  border-radius: 3px;
  padding: 0 0.6em;
  font-size: 0.9rem;
  margin: 5px 2px 2px 5px;
}
.v-select:not(.vs--single) .vs__deselect svg {
  transform: scale(0.8);
  vertical-align: text-top;
}
.vs__dropdown-menu {
  top: calc(100% + 1rem);
  border: none;
  border-radius: 6px;
  padding: 0;
}
.select-size-lg .vs__selected {
  font-size: 1rem !important;
}
.select-size-lg.vs--single.vs--open .vs__selected {
  margin-top: 6px;
}
.select-size-lg .vs__dropdown-toggle,
.select-size-lg .vs__selected {
  font-size: 1.25rem;
}
.select-size-lg .vs__dropdown-toggle {
  padding: 5px;
}
.select-size-lg .vs__dropdown-toggle input {
  margin-top: 0;
}
.select-size-lg .vs__deselect svg {
  transform: scale(1) !important;
  vertical-align: middle !important;
}
.select-size-sm .vs__dropdown-toggle {
  padding-bottom: 0;
  padding: 1px;
}
.select-size-sm.vs--single .vs__dropdown-toggle {
  padding: 2px;
}
.select-size-sm .vs__dropdown-toggle,
.select-size-sm .vs__selected {
  font-size: 0.9rem;
}
.select-size-sm .vs__actions {
  padding-top: 2px;
  padding-bottom: 2px;
}
.select-size-sm .vs__deselect svg {
  vertical-align: middle !important;
}
.select-size-sm .vs__search {
  margin-top: 0;
}
.select-size-sm.v-select .vs__selected {
  padding: 0 0.3rem;
  font-size: 0.75rem;
}
.select-size-sm.v-select:not(.vs--single) .vs__selected {
  margin: 4px 5px;
}
.select-size-sm.v-select.vs--single .vs__selected {
  margin-top: 1px;
}
.select-size-sm.vs--single.vs--open .vs__selected {
  margin-top: 4px;
}
.vs__dropdown-toggle {
  color: #fff;
  border: none;
}
.vs__selected-options input {
  color: #fff;
}
.vs__selected-options input::-moz-placeholder {
  color: #fff;
}
.vs__selected-options input:-ms-input-placeholder {
  color: #fff;
}
.vs__selected-options input::placeholder {
  color: #fff;
}
.vs__dropdown-menu {
  background: #000;
}
.vs__dropdown-menu li {
  color: #fff;
}
.v-select {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: #000 !important;
  border-radius: 1rem;
  font-size: 1.2rem;
  outline: none;
  border: 2px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition-duration: 0.25s;
}
.v-select:not(.vs--single) .vs__selected {
  background-color: rgba(38, 39, 56, 0.12);
  color: #262738;
}
.v-select.vs--single .vs__selected {
  color: #fff !important;
}
.v-select:focus,
.v-select:hover {
  border: 2px solid #fb3640;
}
.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  background-color: transparent;
  opacity: 1;
}
.vs--disabled .vs__open-indicator {
  opacity: 0;
}
body {
  font-family: Nunito, sans-serif;
  background-color: #1f202e;
  color: #fff;
  font-weight: 100;
}
.card {
  border-radius: 1rem;
  background-color: #151620;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.04),
    0 16px 24px rgba(0, 0, 0, 0.04), 0 24px 32px rgba(0, 0, 0, 0.01);
}
.cardExtension {
  border-radius: 0 0 1rem 1rem;
}
hr {
  border: 1px solid #262738;
  margin: 0.5rem;
}
.walletSelectionCard {
  cursor: pointer;
  border-radius: 1rem;
  background-color: #262738;
  padding: 1rem;
  border: 2px solid #262738;
  transition-duration: 0.2s;
}
.walletSelectionCard:hover {
  border: 2px solid #fb3640;
}
.noScrollBar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.noScrollBar::-webkit-scrollbar {
  display: none;
}
a {
  color: #65eefc;
  transition: color 0.2s ease-in-out;
}
a:active,
a:hover {
  color: #fff;
}
.usdt {
  white-space: nowrap;
}
.usdt:before {
  content: url(/img/usdt.dcef1ab2.svg);
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 6px;
}
.text-danger {
  color: #fb3640;
}
.text-success {
  color: #2ecc71;
}
.text-light-blue {
  color: #65eefc;
}
.text-yellow {
  color: #ffbf00;
}
.text-yellow-2 {
  color: #ffd26d;
}
.total-slider:hover > .total-tooltip {
  opacity: 100%;
}
.total-tooltip {
  opacity: 0;
  transition: opacity;
  transition-duration: 0.3s;
}
.slider-bg-active {
  background-color: #ffbf00;
}
.slider-bg {
  background-color: #1f202e;
}
.layout-submenu-enter,
.layout-submenu-leave-to {
  max-height: 0;
}
.layout-submenu-enter-to,
.layout-submenu-leave {
  max-height: 1000px;
}
.layout-submenu-leave-active {
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
}
.layout-submenu-enter-active {
  overflow: hidden;
  transition: max-height 0.75s ease-in-out;
}
.chevron-animated {
  transition: all;
  transition-duration: 0.25s;
}
.tab-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #151620;
  padding: 0.5rem;
  border-radius: 1.5rem;
}
.tab {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #262738;
  border: 2px solid #262738;
  transition-duration: 0.25s;
  cursor: pointer;
}
.tab:hover {
  border-color: #fb3640;
}
.tab-active {
  border-color: #77d970 !important;
}
.maxButton {
  transition: background-color 0.25s;
  font-size: 0.7rem;
  font-weight: 700;
  border: 1px solid #fb3640;
  cursor: pointer;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  border-radius: 1rem;
}
.maxButton:hover {
  background-color: #fb3640;
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
@media (prefers-color-scheme: dark) {
  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px) {
  .sm\:mr-2 {
    margin-right: 0.5rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:w-96 {
    width: 24rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-1\/6 {
    width: 16.666667%;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-1\/4 {
    width: 25%;
  }
  .sm\:w-1\/5 {
    width: 20%;
  }
  .sm\:w-11\/12 {
    width: 91.666667%;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:gap-2 {
    gap: 0.5rem;
  }
  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .sm\:p-2 {
    padding: 0.5rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-10 {
    padding: 2.5rem;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .md\:order-last {
    order: 9999;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:grid {
    display: grid;
  }
  .md\:\!grid {
    display: grid !important;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-4\/6 {
    width: 66.666667%;
  }
  .md\:w-1\/6 {
    width: 16.666667%;
  }
  .md\:w-7\/12 {
    width: 58.333333%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:max-w-sm {
    max-width: 24rem;
  }
  .md\:max-w-\[58\%\] {
    max-width: 58%;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:right-0 {
    right: 0;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-1\/4,
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:w-11\/12 {
    width: 91.666667%;
  }
  .lg\:w-1\/12 {
    width: 8.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px) {
  .xl\:w-3\/4 {
    width: 75%;
  }
  .xl\:w-10\/12 {
    width: 83.333333%;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .xl\:p-2 {
    padding: 0.5rem;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:w-9\/12 {
    width: 75%;
  }
  .\32xl\:w-1\/5 {
    width: 20%;
  }
  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }
  .\32xl\:w-1\/2 {
    width: 50%;
  }
  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }
  .\32xl\:p-4 {
    padding: 1rem;
  }
}
style attribute {
  --wcm-color-fg-1: rgb(228, 231, 231);
  --wcm-color-fg-2: rgb(148, 158, 158);
  --wcm-color-fg-3: rgb(110, 119, 119);
  --wcm-color-bg-1: rgb(20, 20, 20);
  --wcm-color-bg-2: rgb(39, 42, 42);
  --wcm-color-bg-3: rgb(59, 64, 64);
  --wcm-color-overlay: rgba(255, 255, 255, 0.1);
  --wcm-accent-color: #3396ff;
  --wcm-accent-fill-color: #ffffff;
  --wcm-z-index: 89;
  --wcm-background-color: #3396ff;
  --wcm-background-border-radius: 8px;
  --wcm-container-border-radius: 30px;
  --wcm-wallet-icon-border-radius: 15px;
  --wcm-wallet-icon-large-border-radius: 30px;
  --wcm-wallet-icon-small-border-radius: 7px;
  --wcm-input-border-radius: 28px;
  --wcm-button-border-radius: 10px;
  --wcm-notification-border-radius: 36px;
  --wcm-secondary-button-border-radius: 28px;
  --wcm-icon-button-border-radius: 50%;
  --wcm-button-hover-highlight-border-radius: 10px;
  --wcm-text-big-bold-size: 20px;
  --wcm-text-big-bold-weight: 600;
  --wcm-text-big-bold-line-height: 24px;
  --wcm-text-big-bold-letter-spacing: -0.03em;
  --wcm-text-big-bold-text-transform: none;
  --wcm-text-xsmall-bold-size: 10px;
  --wcm-text-xsmall-bold-weight: 700;
  --wcm-text-xsmall-bold-line-height: 12px;
  --wcm-text-xsmall-bold-letter-spacing: 0.02em;
  --wcm-text-xsmall-bold-text-transform: uppercase;
  --wcm-text-xsmall-regular-size: 12px;
  --wcm-text-xsmall-regular-weight: 600;
  --wcm-text-xsmall-regular-line-height: 14px;
  --wcm-text-xsmall-regular-letter-spacing: -0.03em;
  --wcm-text-xsmall-regular-text-transform: none;
  --wcm-text-small-thin-size: 14px;
  --wcm-text-small-thin-weight: 500;
  --wcm-text-small-thin-line-height: 16px;
  --wcm-text-small-thin-letter-spacing: -0.03em;
  --wcm-text-small-thin-text-transform: none;
  --wcm-text-small-regular-size: 14px;
  --wcm-text-small-regular-weight: 600;
  --wcm-text-small-regular-line-height: 16px;
  --wcm-text-small-regular-letter-spacing: -0.03em;
  --wcm-text-small-regular-text-transform: none;
  --wcm-text-medium-regular-size: 16px;
  --wcm-text-medium-regular-weight: 600;
  --wcm-text-medium-regular-line-height: 20px;
  --wcm-text-medium-regular-letter-spacing: -0.03em;
  --wcm-text-medium-regular-text-transform: none;
  --wcm-font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif;
  --wcm-font-feature-settings: 'tnum' on, 'lnum' on, 'case' on;
  --wcm-success-color: rgb(38, 181, 98);
  --wcm-error-color: rgb(242, 90, 103);
  --wcm-overlay-background-color: rgba(0, 0, 0, 0.3);
  --wcm-overlay-backdrop-filter: none;
}