.marquee-container {
  cursor: pointer;
}
.marquee-container .marquee-bar {
  animation-play-state: running;
}
.marquee-container:hover .marquee-bar {
  animation-play-state: paused;
}
.card-box {
  max-width: 576px;
  background: #000;
  border: 3px solid #f9ff38;
  box-shadow: inset 0 0.939609px 0 hsla(0, 0%, 100%, 0.12);
  -webkit-backdrop-filter: blur(14.423px);
  backdrop-filter: blur(14.423px);
}
.card-box,
.card-box .card-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px;
  border-radius: 11.2753px;
}
.card-box .card-content {
  height: 100%;
  background: linear-gradient(
      63.96deg,
      rgba(249, 255, 56, 0.06) 1.07%,
      rgba(6, 29, 49, 0.06) 86.86%
    ),
    hsla(0, 0%, 100%, 0.03);
  gap: 12px;
}
.card-box .card-content .progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #fff, #f9ff38);
  box-shadow: 0 2px 10.5px #f9ff38;
  border-radius: 0;
}
.receive-box {
  background: rgba(37, 59, 41, 0.32);
  box-shadow: inset 0 0.626406px 0.626406px hsla(0, 0%, 100%, 0.12);
  border-radius: 7.51687px;
  height: 61px;
  padding: 0 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .receive-box {
    height: 41.98px;
  }
}
.input {
  outline: none;
  background: rgba(17, 24, 30, 0.32);
  border: 1.40941px solid hsla(0, 0%, 100%, 0.12);
  box-shadow: inset 0 0.626406px 0.626406px hsla(0, 0%, 100%, 0.12);
  border-radius: 11.2753px;
  height: 61px;
  padding: 0 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input > input {
  outline: none;
  background: transparent;
}
button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
button.tab-btn {
  background: rgba(17, 24, 30, 0.32);
  border: 1.5px solid rgba(249, 255, 56, 0.32);
  box-shadow: inset 0 0.666667px 0.666667px hsla(0, 0%, 100%, 0.12);
  border-radius: 12px;
  padding: 12px;
  color: hsla(0, 0%, 100%, 0.322);
}
button.tab-btn.active {
  background: linear-gradient(90deg, rgba(249, 255, 56, 0.4), #061d31 107.6%),
    rgba(17, 24, 30, 0.32);
  color: #f9ff38;
}
button.primary {
  background: linear-gradient(90deg, rgba(249, 255, 56, 0.4), #061d31 107.6%);
  border-radius: 7.51687px;
}
button.primary,
button.secondary {
  padding: 0 24px;
  font-weight: 600;
  box-shadow: inset 0 0.939609px 0.939609px hsla(0, 0%, 100%, 0.25);
  color: #f9ff38;
}
button.secondary {
  border: 1.08679px solid rgba(249, 255, 56, 0.32);
  border-radius: 7.51687px;
  background: url(/images/background/button-left.svg);
  background-size: auto 70%;
  background-position: 12px;
  background-repeat: no-repeat;
}
button.third {
  padding: 0 24px;
  font-weight: 600;
  background: #f9ff38;
  border: 1.33111px solid rgba(249, 255, 56, 0.27);
  box-shadow: inset 0 0.591606px 0.591606px hsla(0, 0%, 100%, 0.12);
  border-radius: 7.09927px;
  color: #000;
}
@media (max-width: 768px) {
  .input {
    height: 41.98px;
  }
}
.percent-table {
  font-size: 20.97px;
}
.percent-table .header {
  background: rgba(2, 8, 14, 0.5);
}
.percent-table .body,
.percent-table .header {
  box-shadow: inset 0 1.04853px 0 hsla(0, 0%, 100%, 0.12);
  -webkit-backdrop-filter: blur(16.0949px);
  backdrop-filter: blur(16.0949px);
  border-radius: 12.5823px;
  width: 544.19px;
  max-width: 100%;
}
.percent-table .body {
  background: #08161f;
}
.percent-table .row {
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 80px 40px 80px;
  gap: 12px;
}
.token-details {
  display: grid;
  grid-template-columns: 1fr 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr;
  width: 100%;
  max-width: 1410px;
  margin: auto;
}
.token-details .item-title {
  height: 53px;
  background: rgba(2, 8, 14, 0.5);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.12);
  -webkit-backdrop-filter: blur(15.35px);
  backdrop-filter: blur(15.35px);
}
.token-details .item-content,
.token-details .item-title {
  border-radius: 12px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}
.token-details .item-content {
  height: 43px;
  background: hsla(0, 0%, 100%, 0.06);
  color: #f9ff38;
}
@media (max-width: 768px) {
  .percent-table {
    font-size: 14.37px;
  }
  .percent-table .row {
    padding: 0 12px;
    display: grid;
    grid-template-columns: 1fr 60px 20px 60px;
    gap: 12px;
  }
  .token-details {
    grid-template-columns: 1fr 1fr;
  }
}
.bg-overview {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.bg-overview .top-left {
  position: absolute;
  left: 0;
  top: 0;
}
.bg-overview .bottom-left {
  position: absolute;
  left: 0;
  bottom: -320px;
}
.bg-overview .bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.bg-accept {
  background-image: url(/images/noise.png),
    url(/images/background/bank-account.svg);
  background-position-x: 180%, 0;
  background-position-y: 0, 0;
  background-repeat: no-repeat, no-repeat;
}
.bg-tokenomics {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.bg-competition {
  background-image: url(/images/background/bank-account.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-roadmap {
  background-image: url(/images/noise.png), url(/images/noise.png),
    url(/images/noise.png);
  background-position-x: -500px, -600px, calc(100% + 300px);
  background-position-y: -500px, calc(100% + 800px), calc(100% + 500px);
  background-repeat: no-repeat, no-repeat, no-repeat;
}
.bg-faq {
  max-width: 1294px;
  width: 100%;
  margin: auto;
  background: rgba(2, 8, 14, 0.5);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.12);
  -webkit-backdrop-filter: blur(15.35px);
  backdrop-filter: blur(15.35px);
  border-radius: 12px;
}
.bg-faq:before {
  content: "";
  width: 1px;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(249, 255, 56, 0),
    rgba(249, 255, 56, 0.678) 17.83%,
    rgba(249, 255, 56, 0)
  );
  border-radius: 12.582px 12.582px 0 0;
  left: 0;
  top: 10%;
  height: 70%;
}
.bg-term {
  background-image: url(/images/noise.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-in-left {
  animation: slideInLeft 0.6s ease backwards;
}
.slide-in-right {
  animation: slideInRight 0.6s ease forwards;
}
.slide-container {
  aspect-ratio: 16/9;
}
.roadmap-card {
  width: 100%;
  height: 480px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.roadmap-card:nth-child(odd) {
  background: linear-gradient(
    136.39deg,
    rgba(4, 16, 28, 0.19) 28.75%,
    rgba(249, 255, 56, 0) 52.75%,
    rgba(140, 149, 44, 0.445) 71.03%,
    rgba(5, 17, 29, 0.45) 93.79%
  );
}
.roadmap-card:nth-child(2n) {
  background: linear-gradient(
    43.61deg,
    rgba(5, 17, 29, 0.45) 6.21%,
    rgba(140, 149, 44, 0.445) 28.97%,
    rgba(249, 255, 56, 0) 47.25%,
    rgba(4, 16, 28, 0.19) 61.25%
  );
}
.roadmap-card:after {
  background: linear-gradient(
    0deg,
    rgba(249, 255, 56, 0),
    hsla(0, 0%, 100%, 0.341) 17.83%,
    rgba(249, 255, 56, 0)
  );
  right: 0;
  top: 20%;
  height: 60%;
}
.roadmap-card:after,
.roadmap-card:before {
  content: "";
  width: 1px;
  position: absolute;
  border-radius: 12.582px 12.582px 0 0;
}
.roadmap-card:before {
  background: linear-gradient(
    0deg,
    rgba(249, 255, 56, 0),
    hsla(0, 0%, 100%, 0.337) 17.83%,
    rgba(249, 255, 56, 0)
  );
  left: 0;
  top: 10%;
  height: 70%;
}
.roadmap-card .level-title {
  width: 182px;
  height: 53px;
  background: rgba(2, 8, 14, 0.5);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.12);
  -webkit-backdrop-filter: blur(15.35px);
  backdrop-filter: blur(15.35px);
  border-radius: 12px;
}
.roadmap-card .level-number {
  width: 52px;
  height: 60px;
  background: url(/images/roadmap-level.svg);
}
.roadmap-card .divider {
  height: 1px;
  width: 80%;
  background: linear-gradient(
    90deg,
    rgba(249, 255, 56, 0),
    rgba(249, 255, 56, 0.678) 17.83%,
    rgba(249, 255, 56, 0)
  );
  border-radius: 12.582px 12.582px 0 0;
}
.roadmap-card:first-child {
  margin-top: 80px;
}
.roadmap-card:nth-child(2) {
  margin-left: -32px;
}
.roadmap-card:nth-child(3) {
  margin-left: 32px;
  margin-right: -32px;
}
.roadmap-card:nth-child(4) {
  margin-top: 80px;
}
.faq-item {
  width: 64.4px;
  height: 54.64px;
  background: #161c18;
}
.faq-content,
.faq-item {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.12);
  -webkit-backdrop-filter: blur(15.35px);
  backdrop-filter: blur(15.35px);
  border-radius: 12px;
}
.faq-content {
  background: rgba(62, 62, 31, 0.35);
}
@media (max-width: 768px) {
  .roadmap-card:first-child {
    margin-top: 0;
  }
  .roadmap-card:nth-child(2) {
    margin-left: 0;
  }
  .roadmap-card:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
  }
  .roadmap-card:nth-child(4) {
    margin-top: 0;
  }
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --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;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --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;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
} /*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}
:after,
:before {
  --tw-content: "";
}
:host,
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, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
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-feature-settings: normal;
  font-variation-settings: normal;
  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-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([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,
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;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-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]:where(:not([hidden="until-found"])) {
  display: none;
}
:root,
[data-theme] {
  background-color: hsl(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsl(var(--bc) / var(--tw-text-opacity, 1));
}
html {
  -webkit-tap-highlight-color: transparent;
}
:root {
  color-scheme: light;
  --pf: 259 94% 44%;
  --sf: 314 100% 40%;
  --af: 174 75% 39%;
  --nf: 214 20% 14%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: 0.2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 259 94% 51%;
  --pc: 259 96% 91%;
  --s: 314 100% 47%;
  --sc: 314 100% 91%;
  --a: 174 75% 46%;
  --ac: 174 75% 11%;
  --n: 214 20% 21%;
  --nc: 212 19% 87%;
  --b1: 0 0% 100%;
  --b2: 0 0% 95%;
  --b3: 180 2% 90%;
  --bc: 215 28% 17%;
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --pf: 262 80% 43%;
    --sf: 316 70% 43%;
    --af: 175 70% 34%;
    --in: 198 93% 60%;
    --su: 158 64% 52%;
    --wa: 43 96% 56%;
    --er: 0 91% 71%;
    --inc: 198 100% 12%;
    --suc: 158 100% 10%;
    --wac: 43 100% 11%;
    --erc: 0 100% 14%;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: 0.2s;
    --btn-text-case: uppercase;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 262 80% 50%;
    --pc: 0 0% 100%;
    --s: 316 70% 50%;
    --sc: 0 0% 100%;
    --a: 175 70% 41%;
    --ac: 0 0% 100%;
    --n: 213 18% 20%;
    --nf: 212 17% 17%;
    --nc: 220 13% 69%;
    --b1: 212 18% 14%;
    --b2: 213 18% 12%;
    --b3: 213 18% 10%;
    --bc: 220 13% 69%;
  }
}
[data-theme="light"] {
  color-scheme: light;
  --pf: 259 94% 44%;
  --sf: 314 100% 40%;
  --af: 174 75% 39%;
  --nf: 214 20% 14%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: 0.2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 259 94% 51%;
  --pc: 259 96% 91%;
  --s: 314 100% 47%;
  --sc: 314 100% 91%;
  --a: 174 75% 46%;
  --ac: 174 75% 11%;
  --n: 214 20% 21%;
  --nc: 212 19% 87%;
  --b1: 0 0% 100%;
  --b2: 0 0% 95%;
  --b3: 180 2% 90%;
  --bc: 215 28% 17%;
}
[data-theme="dark"] {
  color-scheme: dark;
  --pf: 262 80% 43%;
  --sf: 316 70% 43%;
  --af: 175 70% 34%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: 0.2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 262 80% 50%;
  --pc: 0 0% 100%;
  --s: 316 70% 50%;
  --sc: 0 0% 100%;
  --a: 175 70% 41%;
  --ac: 0 0% 100%;
  --n: 213 18% 20%;
  --nf: 212 17% 17%;
  --nc: 220 13% 69%;
  --b1: 212 18% 14%;
  --b2: 213 18% 12%;
  --b3: 213 18% 10%;
  --bc: 220 13% 69%;
}
[data-theme="cupcake"] {
  color-scheme: light;
  --pf: 183 47% 52%;
  --sf: 338 71% 71%;
  --af: 39 84% 51%;
  --nf: 280 46% 7%;
  --in: 198 93% 60%;
  --su: 158 64% 52%;
  --wa: 43 96% 56%;
  --er: 0 91% 71%;
  --pc: 183 20% 13%;
  --sc: 340 15% 16%;
  --ac: 37 41% 13%;
  --nc: 283 9% 81%;
  --inc: 198 100% 12%;
  --suc: 158 100% 10%;
  --wac: 43 100% 11%;
  --erc: 0 100% 14%;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: 0.2s;
  --btn-text-case: uppercase;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --p: 183 47% 59%;
  --s: 338 71% 78%;
  --a: 39 84% 58%;
  --n: 280 46% 14%;
  --b1: 24 33% 97%;
  --b2: 27 22% 92%;
  --b3: 23 14% 89%;
  --bc: 280 46% 14%;
  --rounded-btn: 1.9rem;
  --tab-border: 2px;
  --tab-radius: 0.5rem;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0;
}
.-bottom-1\/3 {
  bottom: -33.333333%;
}
.-bottom-40 {
  bottom: -10rem;
}
.-left-1\/3 {
  left: -33.333333%;
}
.-right-1\/3 {
  right: -33.333333%;
}
.-right-2 {
  right: -0.5rem;
}
.-right-4 {
  right: -1rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[48px\] {
  bottom: 48px;
}
.left-0 {
  left: 0;
}
.left-12 {
  left: 3rem;
}
.left-2 {
  left: 0.5rem;
}
.left-20 {
  left: 5rem;
}
.left-4 {
  left: 1rem;
}
.left-\[0\%\] {
  left: 0;
}
.right-0 {
  right: 0;
}
.right-12 {
  right: 3rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0;
}
.top-2 {
  top: 0.5rem;
}
.top-32 {
  top: 8rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-auto {
  margin: auto;
}
.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-118px\] {
  margin-top: -118px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-24 {
  width: 6rem;
  height: 6rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-\[21\.89px\] {
  width: 21.89px;
  height: 21.89px;
}
.size-\[37\.1px\] {
  width: 37.1px;
  height: 37.1px;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[16\.02px\] {
  height: 16.02px;
}
.h-\[16\.12px\] {
  height: 16.12px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20\.38px\] {
  height: 20.38px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[30\.78px\] {
  height: 30.78px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[318px\] {
  height: 318px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[33\.76px\] {
  height: 33.76px;
}
.h-\[38\.07px\] {
  height: 38.07px;
}
.h-\[44\.15px\] {
  height: 44.15px;
}
.h-\[44\.51px\] {
  height: 44.51px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[53\.86px\] {
  height: 53.86px;
}
.h-\[62\.98px\] {
  height: 62.98px;
}
.h-\[71px\] {
  height: 71px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.\!w-40 {
  width: 10rem !important;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[0\%\] {
  width: 0;
}
.w-\[109px\] {
  width: 109px;
}
.w-\[183px\] {
  width: 183px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[24\.31px\] {
  width: 24.31px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[31\.01px\] {
  width: 31.01px;
}
.w-\[31\.19px\] {
  width: 31.19px;
}
.w-\[321px\] {
  width: 321px;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[53px\] {
  width: 53px;
}
.w-\[63\.88px\] {
  width: 63.88px;
}
.w-\[73\.25px\] {
  width: 73.25px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[88\%\] {
  width: 88%;
}
.w-\[88\.93px\] {
  width: 88.93px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[510px\] {
  max-width: 510px;
}
.max-w-\[529px\] {
  max-width: 529px;
}
.max-w-\[544px\] {
  max-width: 544px;
}
.max-w-\[546px\] {
  max-width: 546px;
}
.max-w-\[557px\] {
  max-width: 557px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[564px\] {
  max-width: 564px;
}
.max-w-\[576px\] {
  max-width: 576px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[585px\] {
  max-width: 585px;
}
.max-w-\[588px\] {
  max-width: 588px;
}
.max-w-\[673px\] {
  max-width: 673px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[943px\] {
  max-width: 943px;
}
.max-w-full {
  max-width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.scale-50 {
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.5;
}
.scale-50,
.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));
}
@keyframes marquee3 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.animate-marquee3 {
  animation: marquee3 40s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[1fr_60px_1fr\] {
  grid-template-columns: 1fr 60px 1fr;
}
.grid-cols-\[1fr_67px_1fr\] {
  grid-template-columns: 1fr 67px 1fr;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.gap-x-\[18\.8px\] {
  -moz-column-gap: 18.8px;
  column-gap: 18.8px;
}
.space-x-\[400px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(400px * var(--tw-space-x-reverse));
  margin-left: calc(400px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-\[10\.7px\] {
  border-radius: 10.7px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11\.27px\] {
  border-radius: 11.27px;
}
.rounded-\[35px\] {
  border-radius: 35px;
}
.rounded-\[9\.84px\] {
  border-radius: 9.84px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-none {
  border-style: none;
}
.border-\[\#EDEDED1F\] {
  border-color: #ededed1f;
}
.border-\[\#F9FF3845\] {
  border-color: #f9ff3845;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#0052FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 254 / var(--tw-bg-opacity));
}
.bg-\[\#02080E\]\/50 {
  background-color: rgba(2, 8, 14, 0.5);
}
.bg-\[\#040A127F\] {
  background-color: #040a127f;
}
.bg-\[\#040F19\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 15 25 / var(--tw-bg-opacity));
}
.bg-\[\#041019\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 16 25 / var(--tw-bg-opacity));
}
.bg-\[\#04101C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 16 28 / var(--tw-bg-opacity));
}
.bg-\[\#091F2F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 31 47 / var(--tw-bg-opacity));
}
.bg-\[\#0d213bd0\] {
  background-color: #0d213bd0;
}
.bg-\[\#1A2228\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 34 40 / var(--tw-bg-opacity));
}
.bg-\[\#6860FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(104 96 255 / var(--tw-bg-opacity));
}
.bg-\[\#A0E071\] {
  --tw-bg-opacity: 1;
  background-color: rgb(160 224 113 / var(--tw-bg-opacity));
}
.bg-\[\#BAFEB338\] {
  background-color: #bafeb338;
}
.bg-\[\#C3C3C3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 195 195 / var(--tw-bg-opacity));
}
.bg-\[\#F0F0F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 245 / var(--tw-bg-opacity));
}
.bg-\[\#F1F1F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 246 / var(--tw-bg-opacity));
}
.bg-\[\#F2F5F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 246 / var(--tw-bg-opacity));
}
.bg-\[\#F9FF3829\] {
  background-color: #f9ff3829;
}
.bg-\[\#F9FF38\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 255 56 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF0F\] {
  background-color: #ffffff0f;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(249 255 56 / var(--tw-bg-opacity));
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-\[url\(\'\/connect\.png\'\)\] {
  background-image: url(/connect.png);
}
.bg-\[url\(\/images\/featurecard\.png\)\] {
  background-image: url(/images/featurecard.png);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-yellow\/40 {
  --tw-gradient-from: rgba(249, 255, 56, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(249, 255, 56, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-yellow\/40 {
  --tw-gradient-to: rgba(249, 255, 56, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(249, 255, 56, 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-\[\#04101C\] {
  --tw-gradient-to: #04101c var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[0\.08rem\] {
  padding: 0.08rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-\[31px\] {
  padding-top: 31px;
}
.pt-\[43px\] {
  padding-top: 43px;
}
.pt-\[5rem\] {
  padding-top: 5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10\.28px\] {
  font-size: 10.28px;
}
.text-\[11\.2px\] {
  font-size: 11.2px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12\.32px\] {
  font-size: 12.32px;
}
.text-\[12\.95px\] {
  font-size: 12.95px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13\.43px\] {
  font-size: 13.43px;
}
.text-\[13\.63px\] {
  font-size: 13.63px;
}
.text-\[13\.69px\] {
  font-size: 13.69px;
}
.text-\[14\.06px\] {
  font-size: 14.06px;
}
.text-\[14\.55px\] {
  font-size: 14.55px;
}
.text-\[14\.61px\] {
  font-size: 14.61px;
}
.text-\[15\.11px\] {
  font-size: 15.11px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16\.38px\] {
  font-size: 16.38px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17\.27px\] {
  font-size: 17.27px;
}
.text-\[18\.42px\] {
  font-size: 18.42px;
}
.text-\[18\.58px\] {
  font-size: 18.58px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20\.9px\] {
  font-size: 20.9px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28\.54px\] {
  font-size: 28.54px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[39\.59px\] {
  font-size: 39.59px;
}
.text-\[4\.22px\] {
  font-size: 4.22px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[45px\] {
  font-size: 45px;
}
.text-\[6\.57px\] {
  font-size: 6.57px;
}
.text-\[7\.03px\] {
  font-size: 7.03px;
}
.text-\[8\.44px\] {
  font-size: 8.44px;
}
.text-\[9\.71px\] {
  font-size: 9.71px;
}
.text-\[9\.72px\] {
  font-size: 9.72px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-extralight {
  font-weight: 200;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[28\.14px\] {
  line-height: 28.14px;
}
.leading-\[37\.05px\] {
  line-height: 37.05px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[45px\] {
  line-height: 45px;
}
.leading-\[46px\] {
  line-height: 46px;
}
.leading-\[5\.38px\] {
  line-height: 5.38px;
}
.leading-\[52px\] {
  line-height: 52px;
}
.leading-\[53\.15px\] {
  line-height: 53.15px;
}
.leading-\[54px\] {
  line-height: 54px;
}
.tracking-\[-0\.26px\] {
  letter-spacing: -0.26px;
}
.tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}
.tracking-\[-1\.78px\] {
  letter-spacing: -1.78px;
}
.tracking-\[-2px\] {
  letter-spacing: -2px;
}
.text-\[\#030303\] {
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}
.text-\[\#040F19\] {
  --tw-text-opacity: 1;
  color: rgb(4 15 25 / var(--tw-text-opacity));
}
.text-\[\#041019\] {
  --tw-text-opacity: 1;
  color: rgb(4 16 25 / var(--tw-text-opacity));
}
.text-\[\#0d213b\] {
  --tw-text-opacity: 1;
  color: rgb(13 33 59 / var(--tw-text-opacity));
}
.text-\[\#15202A\] {
  --tw-text-opacity: 1;
  color: rgb(21 32 42 / var(--tw-text-opacity));
}
.text-\[\#2D3536\] {
  --tw-text-opacity: 1;
  color: rgb(45 53 54 / var(--tw-text-opacity));
}
.text-\[\#4C4C4C\] {
  --tw-text-opacity: 1;
  color: rgb(76 76 76 / var(--tw-text-opacity));
}
.text-\[\#50EBFF\] {
  --tw-text-opacity: 1;
  color: rgb(80 235 255 / var(--tw-text-opacity));
}
.text-\[\#5F5F5FC2\] {
  color: #5f5f5fc2;
}
.text-\[\#84FF38\] {
  --tw-text-opacity: 1;
  color: rgb(132 255 56 / var(--tw-text-opacity));
}
.text-\[\#98B0B1\] {
  --tw-text-opacity: 1;
  color: rgb(152 176 177 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF94\] {
  color: #ffffff94;
}
.text-\[\#FFFFFFC2\] {
  color: #ffffffc2;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(181 181 181 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(75 181 67 / var(--tw-text-opacity));
}
.text-light-white {
  --tw-text-opacity: 1;
  color: rgb(240 240 245 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(249 255 56 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow-\[0_20px_20px_\#00000040\] {
  --tw-shadow: 0 20px 20px #00000040;
  --tw-shadow-colored: 0 20px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-blur-\[50px\] {
  --tw-backdrop-blur: blur(50px);
}
.backdrop-blur-\[50px\],
.backdrop-blur-lg {
  -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);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
* {
  font-family: Onest, serif;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #fff;
  background: #041019;
  font-size: 15.03px;
  font-weight: 500;
  overflow-x: hidden;
}
.slick-slide {
  transition: opacity 0.5s ease;
  opacity: 0.5;
}
.slick-center {
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.slick-center .slide-item {
  background: linear-gradient(0deg, rgba(27, 26, 28, 0.922), transparent),
    radial-gradient(30% 165% at 48.5% 60.25%, transparent 0, transparent 100%),
    radial-gradient(99% 99% at 50% 0.21%, #112c4b 0, #11284b 100%) !important;
  box-shadow: inset 0 3px 6px 0 rgba(52, 166, 249, 0.439);
}
.slick-slide > div {
  margin: 0 10px;
}
.slick-slide .slide-item {
  background: #050913;
  border: 1px solid #31414d;
}
.slick-list {
  margin: 0 -10px;
}
.collapse-title,
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  min-height: 2rem;
}
#scroll-top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}
#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}
#scroll-top:after,
#scroll-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
#scroll-top:before {
  z-index: -1;
  background: #3898ff;
}
#scroll-top:hover {
  transform: translateY(-7%);
}
ul {
  list-style-image: url(/images/list.svg);
  padding: 0 0 0 16px;
}
ul li {
  margin-top: 16px;
}
.linear-border-bottom-left:after,
.linear-border-bottom-right:after,
.linear-border-top-left:before,
.linear-border-top-right:before {
  content: "";
  height: 1px;
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(249, 255, 56, 0),
    rgba(249, 255, 56, 0.678) 17.83%,
    rgba(249, 255, 56, 0)
  );
  border-radius: 12.582px 12.582px 0 0;
}
.linear-border-top-left:before {
  top: 0;
  left: 10%;
  width: 50%;
}
.linear-border-top-right:before {
  top: 0;
  right: 10%;
  width: 50%;
}
.linear-border-bottom-left:after {
  bottom: 0;
  left: 10%;
  width: 50%;
}
.linear-border-bottom-right:after {
  bottom: 0;
  right: 10%;
  width: 50%;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-wrapper {
  align-items: center;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-button-prev {
  background-image: url(/images/prev.svg) !important;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50%;
  scale: 250%;
}
.swiper .swiper-button-next {
  background-image: url(/images/next.svg) !important;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  display: none;
}
.swiper .swiper-pagination {
  bottom: 8px !important;
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.hover\:bg-\[\#0d213b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 59 / var(--tw-bg-opacity));
}
.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 255 56 / var(--tw-bg-opacity));
}
.hover\:text-\[\#9DE2FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(157 226 255 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(249 255 56 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .sm\:w-\[30rem\] {
    width: 30rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-\[50px\] {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:bottom-6 {
    bottom: 1.5rem;
  }
  .md\:bottom-7 {
    bottom: 1.75rem;
  }
  .md\:left-20 {
    left: 5rem;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:right-16 {
    right: 4rem;
  }
  .md\:top-1\/2 {
    top: 50%;
  }
  .md\:top-16 {
    top: 4rem;
  }
  .md\:top-2 {
    top: 0.5rem;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:-mt-10 {
    margin-top: -2.5rem;
  }
  .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mt-\[-164px\] {
    margin-top: -164px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:size-\[32px\] {
    width: 32px;
    height: 32px;
  }
  .md\:size-\[53\.94px\] {
    width: 53.94px;
    height: 53.94px;
  }
  .md\:h-\[23\.52px\] {
    height: 23.52px;
  }
  .md\:h-\[28\.78px\] {
    height: 28.78px;
  }
  .md\:h-\[45px\] {
    height: 45px;
  }
  .md\:h-\[49\.28px\] {
    height: 49.28px;
  }
  .md\:h-\[55\.57px\] {
    height: 55.57px;
  }
  .md\:h-\[64\.17px\] {
    height: 64.17px;
  }
  .md\:h-\[65px\] {
    height: 65px;
  }
  .md\:h-\[71px\] {
    height: 71px;
  }
  .md\:h-\[78\.67px\] {
    height: 78.67px;
  }
  .md\:w-\[30rem\] {
    width: 30rem;
  }
  .md\:w-\[321px\] {
    width: 321px;
  }
  .md\:w-\[343px\] {
    width: 343px;
  }
  .md\:w-\[40\%\] {
    width: 40%;
  }
  .md\:w-\[45\.53px\] {
    width: 45.53px;
  }
  .md\:w-\[55\.71px\] {
    width: 55.71px;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .md\:animate-marquee {
    animation: marquee 35s linear infinite;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-\[1fr_100px_1fr\] {
    grid-template-columns: 1fr 100px 1fr;
  }
  .md\:grid-cols-\[80px_1fr\] {
    grid-template-columns: 80px 1fr;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-16 {
    gap: 4rem;
  }
  .md\:gap-20 {
    gap: 5rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:rounded-\[13\.72px\] {
    border-radius: 13.72px;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-20 {
    padding: 5rem;
  }
  .md\:p-24 {
    padding: 6rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-\[103px\] {
    padding-bottom: 103px;
  }
  .md\:pt-64 {
    padding-top: 16rem;
  }
  .md\:pt-\[51px\] {
    padding-top: 51px;
  }
  .md\:pt-\[55px\] {
    padding-top: 55px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[10\.26px\] {
    font-size: 10.26px;
  }
  .md\:text-\[12\.32px\] {
    font-size: 12.32px;
  }
  .md\:text-\[14\.18px\] {
    font-size: 14.18px;
  }
  .md\:text-\[14\.2px\] {
    font-size: 14.2px;
  }
  .md\:text-\[15\.05px\] {
    font-size: 15.05px;
  }
  .md\:text-\[15px\] {
    font-size: 15px;
  }
  .md\:text-\[16\.34px\] {
    font-size: 16.34px;
  }
  .md\:text-\[16px\] {
    font-size: 16px;
  }
  .md\:text-\[17\.91px\] {
    font-size: 17.91px;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
  .md\:text-\[19\.11px\] {
    font-size: 19.11px;
  }
  .md\:text-\[19\.61px\] {
    font-size: 19.61px;
  }
  .md\:text-\[20\.53px\] {
    font-size: 20.53px;
  }
  .md\:text-\[21\.39px\] {
    font-size: 21.39px;
  }
  .md\:text-\[22\.07px\] {
    font-size: 22.07px;
  }
  .md\:text-\[23\.93px\] {
    font-size: 23.93px;
  }
  .md\:text-\[25px\] {
    font-size: 25px;
  }
  .md\:text-\[27\.17px\] {
    font-size: 27.17px;
  }
  .md\:text-\[30px\] {
    font-size: 30px;
  }
  .md\:text-\[32px\] {
    font-size: 32px;
  }
  .md\:text-\[37\.55px\] {
    font-size: 37.55px;
  }
  .md\:text-\[41\.69px\] {
    font-size: 41.69px;
  }
  .md\:text-\[44\.44px\] {
    font-size: 44.44px;
  }
  .md\:text-\[50px\] {
    font-size: 50px;
  }
  .md\:text-\[6\.16px\] {
    font-size: 6.16px;
  }
  .md\:text-\[60px\] {
    font-size: 60px;
  }
  .md\:text-\[80px\] {
    font-size: 80px;
  }
  .md\:text-\[9\.55px\] {
    font-size: 9.55px;
  }
  .md\:text-\[90px\] {
    font-size: 90px;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-\[45px\] {
    line-height: 45px;
  }
  .md\:leading-\[50px\] {
    line-height: 50px;
  }
  .md\:leading-\[62px\] {
    line-height: 62px;
  }
  .md\:leading-\[7\.85px\] {
    line-height: 7.85px;
  }
  .md\:leading-\[86px\] {
    line-height: 86px;
  }
  .md\:leading-\[96px\] {
    line-height: 96px;
  }
}
@media (min-width: 1024px) {
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: hsla(0, 0%, 100%, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    90deg,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translateZ(var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}
.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}
.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}
.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
  background: var(--toastify-color-transparent);
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:focus,
.Toastify__close-button:hover {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  transform-origin: right;
}
.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}
@keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
@keyframes Toastify__spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
