.animated-gradient-text {
  animation: animatedSlideBackground 15s linear infinite alternate-reverse;
}
@keyframes animatedSlideBackground {
  to {
    background-position: -100%;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-fadeIn {
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  animation-delay: 1s;
  opacity: 0;
}
.reverse {
  transform: rotateY(180deg);
}
body,
html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #070918;
  font-family: Space Grotesk, ui-sans-serif, system-ui, Helvetica, sans-serif;
}
::-moz-selection {
  background: #5efcd6;
  color: #000;
}
::selection {
  background: #5efcd6;
  color: #000;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
.text-stroke {
  -webkit-text-stroke: 0.85rem transparent;
}
.gradient-background-position {
  background-position-y: 35%;
}
.gradient-text {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    #ffe5aa,
    #ffb383,
    #e37790,
    #5e5bed,
    #5efcd6,
    #5e5bed,
    #e37790,
    #ffb383,
    #ffe5aa
  );
  background-position: 100%;
  background-size: 200%;
  color: transparent;
}
.personal-room-text {
  background-image: linear-gradient(90deg, #5e5aed, #ffb382, #5e5aed);
}
.gamenight-room-text,
.personal-room-text {
  animation: animatedSlideBackground 6s linear infinite reverse;
  -webkit-background-clip: text;
  background-clip: text;
  background-position: 100%;
  background-size: 200%;
  color: transparent;
}
.gamenight-room-text {
  background-image: linear-gradient(
    90deg,
    #ffe5aa,
    #ffb383,
    #e37790,
    #5e5bed,
    #5efcd6,
    #5e5bed,
    #e37790,
    #ffb383,
    #ffe5aa
  );
}
.toggle-parent .toggle {
  background: linear-gradient(#0a0d24, #0a0d24) padding-box,
    radial-gradient(
        58.33% 58.33% at 100% 46.15%,
        rgba(252, 94, 94, 0.28) 0,
        rgba(252, 94, 94, 0.05) 100%
      )
      border-box;
}
.toggle-parent:hover .toggle {
  background: linear-gradient(#0a0d24, #0a0d24) padding-box,
    radial-gradient(
        58.33% 58.33% at 100% 46.15%,
        rgba(252, 94, 94, 0.48) 0,
        rgba(252, 94, 94, 0.05) 100%
      )
      border-box;
}
.popover-background {
  background: linear-gradient(
      180deg,
      rgba(94, 90, 237, 0.7),
      rgba(94, 90, 237, 0.9)
    ),
    rgba(184, 188, 224, 0.3);
  box-shadow: 0 24px 44px 0 rgba(14, 18, 47, 0.5);
}
.popover-background:before {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.popover-divider-background {
  background: linear-gradient(
      0deg,
      rgba(94, 90, 237, 0.2),
      rgba(94, 90, 237, 0.2)
    ),
    rgba(14, 18, 47, 0.1);
}
.gamenightschedule-layeredbg {
  background: linear-gradient(
      180deg,
      rgba(94, 90, 237, 0.3),
      rgba(94, 90, 237, 0.18)
    ),
    rgba(14, 18, 47, 0.8);
}
.gamenightschedule-layeredbg-hover {
  background: linear-gradient(
      180deg,
      rgba(94, 90, 237, 0.5),
      rgba(94, 90, 237, 0.3)
    ),
    rgba(14, 18, 47, 0.8);
}
.landing-cursor {
  cursor: url(/common/icons/landing-cursor.webp) 22 22, auto;
}
.room-container {
  --tw-gradient-from: #2f3c80 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(47, 60, 128, 0) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #212b5a var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.room-container:before {
  background: linear-gradient(
      171deg,
      hsla(0, 0%, 100%, 0.13),
      hsla(0, 0%, 100%, 0.03)
    )
    border-box;
  border-color: transparent;
  border-radius: 1.25rem;
  border-width: 1px;
  content: "";
  inset: 0;
  -webkit-mask: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(#fff, #fff);
  mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  position: absolute;
}
.menu-container {
  --tw-border-opacity: 1;
  --tw-gradient-from: #4153b1 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(65, 83, 177, 0) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3a4a9d var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  border-color: rgb(95 114 212 / var(--tw-border-opacity));
  border-width: 1px;
}
.gradient-border-mask {
  position: relative;
}
.gradient-border-mask:before {
  border-color: transparent;
  border-width: 1px;
  content: "";
  inset: 0;
  -webkit-mask: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(#fff, #fff);
  mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  position: absolute;
}
@font-face {
  font-display: swap;
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 100 900;
  src: url(/fonts/SpaceGrotesk/space-grotesk-variable.woff2) format("woff2");
}
.space-grotesk-bold {
  font-family: Space Grotesk;
  font-weight: 700;
}
.space-grotesk-medium {
  font-family: Space Grotesk;
  font-weight: 500;
}
.space-grotesk-regular {
  font-family: Space Grotesk;
  font-weight: 400;
}
.space-grotesk-light {
  font-family: Space Grotesk;
  font-weight: 300;
}
@font-face {
  font-display: swap;
  font-family: Space Mono;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/SpaceMono/SpaceMono-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Space Mono;
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/SpaceMono/SpaceMono-Italic.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Space Mono;
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/SpaceMono/SpaceMono-Bold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Space Mono;
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/SpaceMono/SpaceMono-BoldItalic.woff2) format("woff2");
}
.space-mono-italic,
.space-mono-regular {
  font-family: Space Mono;
  font-weight: 400;
}
.space-mono-italic {
  font-style: italic;
}
.space-mono-bold,
.space-mono-bold-italic {
  font-family: Space Mono;
  font-weight: 700;
}
.space-mono-bold-italic {
  font-style: italic;
}
.gleap-notification-item-sender {
  color: #5ffcd7 !important;
}
#privy-dialog {
  pointer-events: none;
}
#privy-dialog-backdrop {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(10, 13, 36, 0.2);
}
#privy-modal-content {
  animation: fadeUp 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: none !important;
  pointer-events: auto;
}
#privy-dialog,
:root {
  --privy-color-background: #0f122c;
  --privy-color-background-2: #1f244c;
  --privy-color-foreground-3: #7278a1;
  --privy-color-foreground-4: #7278a1;
}
.gIYbIA {
  padding: 40px 10px 50px !important;
}
.sc-cPiKLX {
  opacity: 0 !important;
}
.sc-eZkCL img {
  max-width: 250px !important;
}
.player-wrapper {
  height: 100%;
  width: 100%;
}
.react-player {
  position: relative;
}
.react-player > video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  transform: scale(1.01);
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.force-child-input-bg-transparent input {
  background: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dark-scrollbar {
  padding-right: 8px;
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
  scrollbar-width: thin;
}
.dark-scrollbar::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.dark-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.dark-scrollbar::-webkit-scrollbar-corner,
.dark-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.light-scrollbar {
  padding-right: 8px;
  scrollbar-color: rgba(184, 188, 224, 0.5) transparent;
  scrollbar-width: thin;
}
.light-scrollbar::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.light-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(184, 188, 224, 0.5);
  border-radius: 8px;
}
.light-scrollbar::-webkit-scrollbar-corner,
.light-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.outline-scrollbar {
  padding-right: 8px;
  scrollbar-color: rgba(184, 188, 224, 0.5) transparent;
  scrollbar-width: thin;
}
.outline-scrollbar::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.outline-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(14, 18, 47, 0.4);
  border: 1px solid rgba(184, 188, 224, 0.4);
  border-radius: 8px;
}
.outline-scrollbar::-webkit-scrollbar-corner,
.outline-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.night7-scrollbar {
  scrollbar-color: rgba(14, 18, 47, 0.4) transparent;
  scrollbar-width: thin;
}
.night7-scrollbar::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.night7-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(14, 18, 47, 0.4);
  border: 1px solid rgba(184, 188, 224, 0.4);
  border-radius: 8px;
}
.night7-scrollbar::-webkit-scrollbar-corner,
.night7-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.night7-scrollbar-with-padding {
  margin-right: 8px;
  margin-top: 6.5rem;
  padding-bottom: 6.5rem;
  scrollbar-color: #0e122f transparent;
  scrollbar-width: thin;
}
.night7-scrollbar-with-padding::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.touch-scroll {
  -webkit-overflow-scrolling: touch;
}
.touch-scroll video {
  pointer-events: none;
}
.night7-scrollbar-with-padding::-webkit-scrollbar-thumb {
  background-color: #0e122f;
  border: 1px solid rgba(184, 188, 224, 0.4);
  border-radius: 8px;
  margin-bottom: 5rem;
}
.night7-scrollbar-with-padding::-webkit-scrollbar-track {
  background-color: transparent;
  margin-bottom: 7rem;
}
.night7-scrollbar-with-padding::-webkit-scrollbar-corner {
  background-color: transparent;
}
/*! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-family: Space Grotesk, ui-sans-serif, system-ui, Helvetica, sans-serif;
  font-variation-settings: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body {
  line-height: inherit;
  margin: 0;
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
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: Space Grotesk Mono, ui-sans-serif, system-ui, Helvetica,
    sans-serif;
  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 {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: 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,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  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 {
  color: #9ca3af;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  height: auto;
  max-width: 100%;
}
[hidden] {
  display: none;
}
:root {
  --primary: 81 104 222;
  --accent: 94 252 214;
  --danger: 252 94 94;
  --buttonPrimary: 94 252 214;
  --buttonSecondary: 27 26 83;
}
*,
: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-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: ;
}
::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-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: ;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 390px) {
  .container {
    max-width: 390px;
  }
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1224px) {
  .container {
    max-width: 1224px;
  }
}
@media (min-width: 1374px) {
  .container {
    max-width: 1374px;
  }
}
@media (min-width: 1524px) {
  .container {
    max-width: 1524px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 2560px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-0 {
  inset: 0;
}
.-inset-0\.5 {
  inset: -0.125rem;
}
.-inset-1 {
  inset: -0.25rem;
}
.-inset-1\.5 {
  inset: -0.375rem;
}
.-inset-1\/3 {
  inset: -33.333333%;
}
.-inset-16 {
  inset: -4rem;
}
.-inset-2 {
  inset: -0.5rem;
}
.-inset-20 {
  inset: -5rem;
}
.-inset-4 {
  inset: -1rem;
}
.-inset-40 {
  inset: -10rem;
}
.-inset-48 {
  inset: -12rem;
}
.-inset-8 {
  inset: -2rem;
}
.-inset-\[2px\] {
  inset: -2px;
}
.-inset-\[5px\] {
  inset: -5px;
}
.-inset-full {
  inset: -100%;
}
.inset-0 {
  inset: 0;
}
.inset-0\.5 {
  inset: 0.125rem;
}
.inset-1 {
  inset: 0.25rem;
}
.inset-1\/2 {
  inset: 50%;
}
.inset-\[20px\] {
  inset: 20px;
}
.inset-\[7px\] {
  inset: 7px;
}
.-inset-x-1\/3 {
  left: -33.333333%;
  right: -33.333333%;
}
.-inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}
.-inset-x-2\.5 {
  left: -0.625rem;
  right: -0.625rem;
}
.-inset-x-28 {
  left: -7rem;
  right: -7rem;
}
.-inset-x-72 {
  left: -18rem;
  right: -18rem;
}
.-inset-y-\[125\%\] {
  bottom: -125%;
  top: -125%;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}
.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}
.inset-y-0 {
  bottom: 0;
  top: 0;
}
.inset-y-1 {
  bottom: 0.25rem;
  top: 0.25rem;
}
.inset-y-1\/2 {
  bottom: 50%;
  top: 50%;
}
.inset-y-1\/3 {
  bottom: 33.333333%;
  top: 33.333333%;
}
.inset-y-8 {
  bottom: 2rem;
  top: 2rem;
}
.\!left-auto {
  left: auto !important;
}
.\!top-auto {
  top: auto !important;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-1\/3 {
  bottom: -33.333333%;
}
.-bottom-12 {
  bottom: -3rem;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-3 {
  bottom: -0.75rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-bottom-64 {
  bottom: -16rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.-bottom-\[11\.25rem\] {
  bottom: -11.25rem;
}
.-bottom-\[55\%\] {
  bottom: -55%;
}
.-bottom-\[6\.75rem\] {
  bottom: -6.75rem;
}
.-left-1 {
  left: -0.25rem;
}
.-left-1\.5 {
  left: -0.375rem;
}
.-left-14 {
  left: -3.5rem;
}
.-left-2\/3 {
  left: -66.666667%;
}
.-left-3 {
  left: -0.75rem;
}
.-left-3\.5 {
  left: -0.875rem;
}
.-left-4 {
  left: -1rem;
}
.-left-5 {
  left: -1.25rem;
}
.-left-7 {
  left: -1.75rem;
}
.-left-8 {
  left: -2rem;
}
.-left-\[0\.5\%\] {
  left: -0.5%;
}
.-left-\[1\%\] {
  left: -1%;
}
.-left-\[1\.5\%\] {
  left: -1.5%;
}
.-left-\[10\.5rem\] {
  left: -10.5rem;
}
.-left-\[14px\] {
  left: -14px;
}
.-left-\[155px\] {
  left: -155px;
}
.-left-\[3rem\] {
  left: -3rem;
}
.-left-\[4\.5rem\] {
  left: -4.5rem;
}
.-left-\[4rem\] {
  left: -4rem;
}
.-left-\[5\%\] {
  left: -5%;
}
.-left-\[5\.75rem\] {
  left: -5.75rem;
}
.-left-\[7\.5\%\] {
  left: -7.5%;
}
.-right-2 {
  right: -0.5rem;
}
.-right-96 {
  right: -24rem;
}
.-right-\[10\.65rem\] {
  right: -10.65rem;
}
.-right-\[2\.5rem\] {
  right: -2.5rem;
}
.-right-\[2rem\] {
  right: -2rem;
}
.-right-\[3px\] {
  right: -3px;
}
.-right-\[7\.65rem\] {
  right: -7.65rem;
}
.-top-0 {
  top: 0;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-1\/2 {
  top: -50%;
}
.-top-1\/4 {
  top: -25%;
}
.-top-10 {
  top: -2.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-24 {
  top: -6rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-3\.5 {
  top: -0.875rem;
}
.-top-4 {
  top: -1rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-7 {
  top: -1.75rem;
}
.-top-\[1\%\] {
  top: -1%;
}
.-top-\[1\.875rem\] {
  top: -1.875rem;
}
.-top-\[14px\] {
  top: -14px;
}
.-top-\[15\%\] {
  top: -15%;
}
.-top-\[1rem\] {
  top: -1rem;
}
.-top-\[2\.5\%\] {
  top: -2.5%;
}
.-top-\[30px\] {
  top: -30px;
}
.-top-\[6\%\] {
  top: -6%;
}
.-top-\[600px\] {
  top: -600px;
}
.-top-\[700px\] {
  top: -700px;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\/4 {
  bottom: 25%;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[13\.25rem\] {
  bottom: 13.25rem;
}
.bottom-\[14rem\] {
  bottom: 14rem;
}
.bottom-\[1px\] {
  bottom: 1px;
}
.bottom-\[1rem\] {
  bottom: 1rem;
}
.bottom-\[3\.125rem\] {
  bottom: 3.125rem;
}
.bottom-\[3\.5rem\] {
  bottom: 3.5rem;
}
.bottom-\[35rem\] {
  bottom: 35rem;
}
.bottom-\[3px\] {
  bottom: 3px;
}
.bottom-\[4\.5rem\] {
  bottom: 4.5rem;
}
.bottom-\[5\%\] {
  bottom: 5%;
}
.bottom-\[5\.5rem\] {
  bottom: 5.5rem;
}
.bottom-\[5\.65rem\] {
  bottom: 5.65rem;
}
.bottom-\[5px\] {
  bottom: 5px;
}
.bottom-\[6\.05rem\] {
  bottom: 6.05rem;
}
.left-0 {
  left: 0;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-1\/4 {
  left: 25%;
}
.left-10 {
  left: 2.5rem;
}
.left-16 {
  left: 4rem;
}
.left-4 {
  left: 1rem;
}
.left-\[0\%\] {
  left: 0;
}
.left-\[1\.25rem\] {
  left: 1.25rem;
}
.left-\[10\.125rem\] {
  left: 10.125rem;
}
.left-\[11\.25rem\] {
  left: 11.25rem;
}
.left-\[12\%\] {
  left: 12%;
}
.left-\[17\.5\%\] {
  left: 17.5%;
}
.left-\[17rem\] {
  left: 17rem;
}
.left-\[1px\] {
  left: 1px;
}
.left-\[2\.5rem\] {
  left: 2.5rem;
}
.left-\[20\.75rem\] {
  left: 20.75rem;
}
.left-\[22\.75rem\] {
  left: 22.75rem;
}
.left-\[23rem\] {
  left: 23rem;
}
.left-\[3\.75rem\] {
  left: 3.75rem;
}
.left-\[34\.25\%\] {
  left: 34.25%;
}
.left-\[35\%\] {
  left: 35%;
}
.left-\[38\%\] {
  left: 38%;
}
.left-\[39rem\] {
  left: 39rem;
}
.left-\[3rem\] {
  left: 3rem;
}
.left-\[4\.75rem\] {
  left: 4.75rem;
}
.left-\[40\%\] {
  left: 40%;
}
.left-\[45\%\] {
  left: 45%;
}
.left-\[47\%\] {
  left: 47%;
}
.left-\[4rem\] {
  left: 4rem;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[60\%\] {
  left: 60%;
}
.left-\[7px\] {
  left: 7px;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0;
}
.right-1\/4 {
  right: 25%;
}
.right-2 {
  right: 0.5rem;
}
.right-28 {
  right: 7rem;
}
.right-3 {
  right: 0.75rem;
}
.right-32 {
  right: 8rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.right-\[0\.875rem\] {
  right: 0.875rem;
}
.right-\[0rem\] {
  right: 0;
}
.right-\[17\.5\%\] {
  right: 17.5%;
}
.right-\[18\.75rem\] {
  right: 18.75rem;
}
.right-\[23\.5rem\] {
  right: 23.5rem;
}
.right-\[3\.5rem\] {
  right: 3.5rem;
}
.right-\[33\.75\%\] {
  right: 33.75%;
}
.right-\[39px\] {
  right: 39px;
}
.right-\[3px\] {
  right: 3px;
}
.right-\[4\.875rem\] {
  right: 4.875rem;
}
.right-\[4rem\] {
  right: 4rem;
}
.right-\[6\.25rem\] {
  right: 6.25rem;
}
.right-\[7rem\] {
  right: 7rem;
}
.right-\[8\.25rem\] {
  right: 8.25rem;
}
.right-\[8\.75rem\] {
  right: 8.75rem;
}
.top-0 {
  top: 0;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-12 {
  top: 3rem;
}
.top-14 {
  top: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-24 {
  top: 6rem;
}
.top-3\/4 {
  top: 75%;
}
.top-5 {
  top: 1.25rem;
}
.top-8 {
  top: 2rem;
}
.top-9 {
  top: 2.25rem;
}
.top-\[-60px\] {
  top: -60px;
}
.top-\[0\.25rem\] {
  top: 0.25rem;
}
.top-\[0\.3rem\] {
  top: 0.3rem;
}
.top-\[0\.5rem\] {
  top: 0.5rem;
}
.top-\[1\.875rem\] {
  top: 1.875rem;
}
.top-\[10\%\] {
  top: 10%;
}
.top-\[100\.25rem\] {
  top: 100.25rem;
}
.top-\[124\.5rem\] {
  top: 124.5rem;
}
.top-\[13\.5rem\] {
  top: 13.5rem;
}
.top-\[165\.5rem\] {
  top: 165.5rem;
}
.top-\[17\.5rem\] {
  top: 17.5rem;
}
.top-\[17rem\] {
  top: 17rem;
}
.top-\[196rem\] {
  top: 196rem;
}
.top-\[19rem\] {
  top: 19rem;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[2\.5rem\] {
  top: 2.5rem;
}
.top-\[2\.75rem\] {
  top: 2.75rem;
}
.top-\[206\.5rem\] {
  top: 206.5rem;
}
.top-\[21px\] {
  top: 21px;
}
.top-\[233rem\] {
  top: 233rem;
}
.top-\[242rem\] {
  top: 242rem;
}
.top-\[28\.75rem\] {
  top: 28.75rem;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[3\.125rem\] {
  top: 3.125rem;
}
.top-\[3\.25rem\] {
  top: 3.25rem;
}
.top-\[3\.5rem\] {
  top: 3.5rem;
}
.top-\[3\.7rem\] {
  top: 3.7rem;
}
.top-\[32\.75\%\] {
  top: 32.75%;
}
.top-\[35\.25rem\] {
  top: 35.25rem;
}
.top-\[39\.25rem\] {
  top: 39.25rem;
}
.top-\[3rem\] {
  top: 3rem;
}
.top-\[4\.5rem\] {
  top: 4.5rem;
}
.top-\[5\.75rem\] {
  top: 5.75rem;
}
.top-\[50\.25rem\] {
  top: 50.25rem;
}
.top-\[50\.5\%\] {
  top: 50.5%;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[5rem\] {
  top: 5rem;
}
.top-\[60\%\] {
  top: 60%;
}
.top-\[69\.5rem\] {
  top: 69.5rem;
}
.top-\[7\.875rem\] {
  top: 7.875rem;
}
.top-\[73\.25rem\] {
  top: 73.25rem;
}
.top-\[7px\] {
  top: 7px;
}
.top-\[88\.25rem\] {
  top: 88.25rem;
}
.top-\[95\%\] {
  top: 95%;
}
.top-\[9px\] {
  top: 9px;
}
.top-\[9rem\] {
  top: 9rem;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[500\] {
  z-index: 500;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[61\] {
  z-index: 61;
}
.z-\[6\] {
  z-index: 6;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[72\] {
  z-index: 72;
}
.z-\[7\] {
  z-index: 7;
}
.z-\[8\] {
  z-index: 8;
}
.z-\[9\] {
  z-index: 9;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.float-left {
  float: left;
}
.-m-4 {
  margin: -1rem;
}
.m-0 {
  margin: 0;
}
.m-0\.5 {
  margin: 0.125rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-1\.5 {
  margin: 0.375rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-\[0\.17rem\] {
  margin: 0.17rem;
}
.m-auto {
  margin: auto;
}
.\!-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.\!-mx-1\.5 {
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-my-1 {
  margin-bottom: -0.25rem;
  margin-top: -0.25rem;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-\[4\.5rem\] {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
.my-1\.5 {
  margin-bottom: 0.375rem;
  margin-top: 0.375rem;
}
.my-10 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.my-11 {
  margin-bottom: 2.75rem;
  margin-top: 2.75rem;
}
.my-12 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.my-16 {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.my-2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.my-2\.5 {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.my-4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.my-5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.my-8 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.my-\[0\.05rem\] {
  margin-bottom: 0.05rem;
  margin-top: 0.05rem;
}
.my-\[0\.65rem\] {
  margin-bottom: 0.65rem;
  margin-top: 0.65rem;
}
.my-\[0\.75rem\] {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.my-\[0\.9rem\] {
  margin-bottom: 0.9rem;
  margin-top: 0.9rem;
}
.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!ml-2 {
  margin-left: 0.5rem !important;
}
.\!ml-\[0\.63rem\] {
  margin-left: 0.63rem !important;
}
.\!mr-\[0\.5625rem\] {
  margin-right: 0.5625rem !important;
}
.\!mt-0 {
  margin-top: 0 !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.\!mt-2\.5 {
  margin-top: 0.625rem !important;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.\!mt-\[1\.8rem\] {
  margin-top: 1.8rem !important;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-\[0\.25rem\] {
  margin-bottom: -0.25rem;
}
.-mb-\[1px\] {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-ml-\[0\.01rem\] {
  margin-left: -0.01rem;
}
.-ml-\[0\.125rem\] {
  margin-left: -0.125rem;
}
.-ml-\[0\.1rem\] {
  margin-left: -0.1rem;
}
.-ml-\[0\.65rem\] {
  margin-left: -0.65rem;
}
.-ml-\[1rem\] {
  margin-left: -1rem;
}
.-mt-0 {
  margin-top: 0;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-2\.5 {
  margin-top: -0.625rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.-mt-\[0\.25rem\] {
  margin-top: -0.25rem;
}
.-mt-\[0\.5rem\] {
  margin-top: -0.5rem;
}
.-mt-\[0\.75rem\] {
  margin-top: -0.75rem;
}
.-mt-\[1\.875rem\] {
  margin-top: -1.875rem;
}
.-mt-\[10\.75rem\] {
  margin-top: -10.75rem;
}
.-mt-\[1px\] {
  margin-top: -1px;
}
.-mt-\[1rem\] {
  margin-top: -1rem;
}
.-mt-\[8\.5rem\] {
  margin-top: -8.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[\.625rem\] {
  margin-bottom: 0.625rem;
}
.mb-\[0\.031rem\] {
  margin-bottom: 0.031rem;
}
.mb-\[0\.17rem\] {
  margin-bottom: 0.17rem;
}
.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}
.mb-\[0\.75rem\] {
  margin-bottom: 0.75rem;
}
.mb-\[0\.85rem\] {
  margin-bottom: 0.85rem;
}
.mb-\[1\.125rem\] {
  margin-bottom: 1.125rem;
}
.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[3rem\] {
  margin-bottom: 3rem;
}
.mb-\[4rem\] {
  margin-bottom: 4rem;
}
.mb-\[5rem\] {
  margin-bottom: 5rem;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.ml-0 {
  margin-left: 0;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-24 {
  margin-left: 6rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[0\.25rem\] {
  margin-left: 0.25rem;
}
.ml-\[0\.5rem\] {
  margin-left: 0.5rem;
}
.ml-\[1\.125rem\] {
  margin-left: 1.125rem;
}
.ml-\[11\%\] {
  margin-left: 11%;
}
.ml-\[1rem\] {
  margin-left: 1rem;
}
.ml-\[2\.6\%\] {
  margin-left: 2.6%;
}
.ml-\[60px\] {
  margin-left: 60px;
}
.mr-0 {
  margin-right: 0;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-\[10rem\] {
  margin-right: 10rem;
}
.mr-\[2\.25rem\] {
  margin-right: 2.25rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-5\.5 {
  margin-top: 1.4rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.mt-\[0\.031rem\] {
  margin-top: 0.031rem;
}
.mt-\[0\.05rem\] {
  margin-top: 0.05rem;
}
.mt-\[0\.125rem\] {
  margin-top: 0.125rem;
}
.mt-\[0\.1rem\] {
  margin-top: 0.1rem;
}
.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}
.mt-\[0\.65rem\] {
  margin-top: 0.65rem;
}
.mt-\[0\.68rem\] {
  margin-top: 0.68rem;
}
.mt-\[0\.70rem\] {
  margin-top: 0.7rem;
}
.mt-\[0\.75rem\] {
  margin-top: 0.75rem;
}
.mt-\[0\.9rem\] {
  margin-top: 0.9rem;
}
.mt-\[1\.1rem\] {
  margin-top: 1.1rem;
}
.mt-\[1\.3rem\] {
  margin-top: 1.3rem;
}
.mt-\[1\.65rem\] {
  margin-top: 1.65rem;
}
.mt-\[1\.75rem\] {
  margin-top: 1.75rem;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[16\%\] {
  margin-top: 16%;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.mt-\[1rem\] {
  margin-top: 1rem;
}
.mt-\[2\.75rem\] {
  margin-top: 2.75rem;
}
.mt-\[23px\] {
  margin-top: 23px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[31px\] {
  margin-top: 31px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[4\.25rem\] {
  margin-top: 4.25rem;
}
.mt-\[4\.2rem\] {
  margin-top: 4.2rem;
}
.mt-\[4\.5rem\] {
  margin-top: 4.5rem;
}
.mt-\[4rem\] {
  margin-top: 4rem;
}
.mt-\[5\.25rem\] {
  margin-top: 5.25rem;
}
.mt-\[5\.5rem\] {
  margin-top: 5.5rem;
}
.mt-\[6\.5rem\] {
  margin-top: 6.5rem;
}
.mt-\[78px\] {
  margin-top: 78px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.aspect-video {
  aspect-ratio: 16/9;
}
.\!h-6 {
  height: 1.5rem !important;
}
.h-0 {
  height: 0;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-18 {
  height: 4.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-25 {
  height: 6.25rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3\/4 {
  height: 75%;
}
.h-3\/5 {
  height: 60%;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[1\.2px\] {
  height: 1.2px;
}
.h-\[1\.5rem\] {
  height: 1.5rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[102\%\] {
  height: 102%;
}
.h-\[103\%\] {
  height: 103%;
}
.h-\[105\%\] {
  height: 105%;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[112\%\] {
  height: 112%;
}
.h-\[116\%\] {
  height: 116%;
}
.h-\[11rem\] {
  height: 11rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[125px\] {
  height: 125px;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[135px\] {
  height: 135px;
}
.h-\[14\.25rem\] {
  height: 14.25rem;
}
.h-\[14\.406rem\] {
  height: 14.406rem;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[16\.12rem\] {
  height: 16.12rem;
}
.h-\[16\.75rem\] {
  height: 16.75rem;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[18rem\] {
  height: 18rem;
}
.h-\[19\%\] {
  height: 19%;
}
.h-\[2\.125rem\] {
  height: 2.125rem;
}
.h-\[2\.75rem\] {
  height: 2.75rem;
}
.h-\[2\.875rem\] {
  height: 2.875rem;
}
.h-\[200\%\] {
  height: 200%;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[206px\] {
  height: 206px;
}
.h-\[207px\] {
  height: 207px;
}
.h-\[20rem\] {
  height: 20rem;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[23\.4rem\] {
  height: 23.4rem;
}
.h-\[248px\] {
  height: 248px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[24rem\] {
  height: 24rem;
}
.h-\[254px\] {
  height: 254px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[25rem\] {
  height: 25rem;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[28\.5rem\] {
  height: 28.5rem;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[295px\] {
  height: 295px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[3\.125rem\] {
  height: 3.125rem;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[32rem\] {
  height: 32rem;
}
.h-\[32x\] {
  height: 32x;
}
.h-\[334px\] {
  height: 334px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[34rem\] {
  height: 34rem;
}
.h-\[357px\] {
  height: 357px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[379px\] {
  height: 379px;
}
.h-\[38rem\] {
  height: 38rem;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[40rem\] {
  height: 40rem;
}
.h-\[427px\] {
  height: 427px;
}
.h-\[428px\] {
  height: 428px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[43\.85rem\] {
  height: 43.85rem;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[44rem\] {
  height: 44rem;
}
.h-\[452px\] {
  height: 452px;
}
.h-\[468px\] {
  height: 468px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[498px\] {
  height: 498px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[525px\] {
  height: 525px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[530px\] {
  height: 530px;
}
.h-\[540px\] {
  height: 540px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[579px\] {
  height: 579px;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[620px\] {
  height: 620px;
}
.h-\[62rem\] {
  height: 62rem;
}
.h-\[640px\] {
  height: 640px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[70rem\] {
  height: 70rem;
}
.h-\[720px\] {
  height: 720px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[75\%\] {
  height: 75%;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[81\%\] {
  height: 81%;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[89\%\] {
  height: 89%;
}
.h-\[93\%\] {
  height: 93%;
}
.h-\[95vh\] {
  height: 95vh;
}
.h-\[97\%\] {
  height: 97%;
}
.h-\[984px\] {
  height: 984px;
}
.h-\[calc\(100dvh\)\] {
  height: 100dvh;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[1200px\] {
  max-height: 1200px;
}
.max-h-\[3rem\] {
  max-height: 3rem;
}
.max-h-\[56\.375rem\] {
  max-height: 56.375rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[110px\] {
  min-height: 110px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-6 {
  width: 1.5rem !important;
}
.w-0 {
  width: 0;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\.5 {
  width: 1.125rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-84 {
  width: 21rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[0\.063rem\] {
  width: 0.063rem;
}
.w-\[0\.875rem\] {
  width: 0.875rem;
}
.w-\[1\.2px\] {
  width: 1.2px;
}
.w-\[1\.5rem\] {
  width: 1.5rem;
}
.w-\[10\.375rem\] {
  width: 10.375rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[101\%\] {
  width: 101%;
}
.w-\[102\%\] {
  width: 102%;
}
.w-\[103\%\] {
  width: 103%;
}
.w-\[104\%\] {
  width: 104%;
}
.w-\[115\%\] {
  width: 115%;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[1280px\] {
  width: 1280px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[13\.5rem\] {
  width: 13.5rem;
}
.w-\[134px\] {
  width: 134px;
}
.w-\[138px\] {
  width: 138px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150\%\] {
  width: 150%;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[18\.75rem\] {
  width: 18.75rem;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18rem\] {
  width: 18rem;
}
.w-\[19\.5rem\] {
  width: 19.5rem;
}
.w-\[192px\] {
  width: 192px;
}
.w-\[20\.25rem\] {
  width: 20.25rem;
}
.w-\[20\.438rem\] {
  width: 20.438rem;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[225px\] {
  width: 225px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[22rem\] {
  width: 22rem;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[24rem\] {
  width: 24rem;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[27rem\] {
  width: 27rem;
}
.w-\[285px\] {
  width: 285px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-\[31rem\] {
  width: 31rem;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[32rem\] {
  width: 32rem;
}
.w-\[345px\] {
  width: 345px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[353px\] {
  width: 353px;
}
.w-\[35rem\] {
  width: 35rem;
}
.w-\[36\%\] {
  width: 36%;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[373px\] {
  width: 373px;
}
.w-\[37rem\] {
  width: 37rem;
}
.w-\[39rem\] {
  width: 39rem;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[40rem\] {
  width: 40rem;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[493px\] {
  width: 493px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[51\%\] {
  width: 51%;
}
.w-\[52\%\] {
  width: 52%;
}
.w-\[520px\] {
  width: 520px;
}
.w-\[540px\] {
  width: 540px;
}
.w-\[55rem\] {
  width: 55rem;
}
.w-\[56\.4px\] {
  width: 56.4px;
}
.w-\[590px\] {
  width: 590px;
}
.w-\[6\.125rem\] {
  width: 6.125rem;
}
.w-\[6\.563rem\] {
  width: 6.563rem;
}
.w-\[6\.625rem\] {
  width: 6.625rem;
}
.w-\[6\.75rem\] {
  width: 6.75rem;
}
.w-\[6\.813rem\] {
  width: 6.813rem;
}
.w-\[6\.9\%\] {
  width: 6.9%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[638px\] {
  width: 638px;
}
.w-\[63px\] {
  width: 63px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[720px\] {
  width: 720px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-\[8\.75rem\] {
  width: 8.75rem;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[82px\] {
  width: 82px;
}
.w-\[87\%\] {
  width: 87%;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[94\%\] {
  width: 94%;
}
.w-\[99\%\] {
  width: 99%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-screen {
  width: 100vw;
}
.min-w-\[18\.75rem\] {
  min-width: 18.75rem;
}
.min-w-\[20\%\] {
  min-width: 20%;
}
.min-w-\[20rem\] {
  min-width: 20rem;
}
.min-w-\[25px\] {
  min-width: 25px;
}
.min-w-\[26px\] {
  min-width: 26px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.min-w-\[32\.5rem\] {
  min-width: 32.5rem;
}
.min-w-\[35px\] {
  min-width: 35px;
}
.min-w-\[36\.875rem\] {
  min-width: 36.875rem;
}
.min-w-\[520px\] {
  min-width: 520px;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3\.5xl {
  max-width: 50rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1187px\] {
  max-width: 1187px;
}
.max-w-\[1273px\] {
  max-width: 1273px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[1520px\] {
  max-width: 1520px;
}
.max-w-\[175px\] {
  max-width: 175px;
}
.max-w-\[225px\] {
  max-width: 225px;
}
.max-w-\[23rem\] {
  max-width: 23rem;
}
.max-w-\[2400px\] {
  max-width: 2400px;
}
.max-w-\[28\.125rem\] {
  max-width: 28.125rem;
}
.max-w-\[28\.5rem\] {
  max-width: 28.5rem;
}
.max-w-\[30\.75rem\] {
  max-width: 30.75rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[331px\] {
  max-width: 331px;
}
.max-w-\[34rem\] {
  max-width: 34rem;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[353px\] {
  max-width: 353px;
}
.max-w-\[38\.5rem\] {
  max-width: 38.5rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[40rem\] {
  max-width: 40rem;
}
.max-w-\[43\.5rem\] {
  max-width: 43.5rem;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[470px\] {
  max-width: 470px;
}
.max-w-\[510px\] {
  max-width: 510px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[58\.813rem\] {
  max-width: 58.813rem;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[60rem\] {
  max-width: 60rem;
}
.max-w-\[7\.650rem\] {
  max-width: 7.65rem;
}
.max-w-\[7\.75rem\] {
  max-width: 7.75rem;
}
.max-w-\[74\.125rem\] {
  max-width: 74.125rem;
}
.max-w-\[775px\] {
  max-width: 775px;
}
.max-w-\[778px\] {
  max-width: 778px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[89\.5rem\] {
  max-width: 89.5rem;
}
.max-w-\[91\%\] {
  max-width: 91%;
}
.max-w-\[92\%\] {
  max-width: 92%;
}
.max-w-\[928px\] {
  max-width: 928px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[982px\] {
  max-width: 982px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink,
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow,
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.origin-bottom {
  transform-origin: bottom;
}
.origin-center {
  transform-origin: center;
}
.origin-left {
  transform-origin: left;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}
.-translate-x-1,
.-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));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}
.-translate-x-2,
.-translate-x-3 {
  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));
}
.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}
.-translate-x-4 {
  --tw-translate-x: -1rem;
}
.-translate-x-4,
.-translate-x-\[0\.125rem\] {
  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));
}
.-translate-x-\[0\.125rem\] {
  --tw-translate-x: -0.125rem;
}
.-translate-x-\[0\.5rem\] {
  --tw-translate-x: -0.5rem;
}
.-translate-x-\[0\.5rem\],
.-translate-x-\[0\.85rem\] {
  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));
}
.-translate-x-\[0\.85rem\] {
  --tw-translate-x: -0.85rem;
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
}
.-translate-x-\[50\%\],
.-translate-x-\[60\%\] {
  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));
}
.-translate-x-\[60\%\] {
  --tw-translate-x: -60%;
}
.-translate-y-0 {
  --tw-translate-y: -0px;
}
.-translate-y-0,
.-translate-y-0\.5 {
  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));
}
.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}
.-translate-y-1,
.-translate-y-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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}
.-translate-y-1\/3,
.-translate-y-1\/4 {
  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));
}
.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}
.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}
.-translate-y-2,
.-translate-y-2\.5 {
  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));
}
.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}
.-translate-y-3,
.-translate-y-3\.5 {
  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));
}
.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
}
.-translate-y-4,
.-translate-y-6 {
  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));
}
.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}
.-translate-y-\[0\.15rem\] {
  --tw-translate-y: -0.15rem;
}
.-translate-y-\[0\.15rem\],
.-translate-y-\[1rem\] {
  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));
}
.-translate-y-\[1rem\] {
  --tw-translate-y: -1rem;
}
.-translate-y-\[2\.5rem\] {
  --tw-translate-y: -2.5rem;
}
.-translate-y-\[2\.5rem\],
.-translate-y-\[2px\] {
  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));
}
.-translate-y-\[2px\] {
  --tw-translate-y: -2px;
}
.-translate-y-\[3\.5rem\] {
  --tw-translate-y: -3.5rem;
}
.-translate-y-\[3\.5rem\],
.-translate-y-\[50\%\] {
  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));
}
.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
}
.-translate-y-\[5px\] {
  --tw-translate-y: -5px;
}
.-translate-y-\[5px\],
.translate-x-0 {
  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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
}
.translate-x-1 {
  --tw-translate-x: 0.25rem;
}
.translate-x-1,
.translate-x-1\.5 {
  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));
}
.translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
}
.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}
.translate-x-1\/3,
.translate-x-1\/4 {
  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));
}
.translate-x-1\/4 {
  --tw-translate-x: 25%;
}
.translate-x-2 {
  --tw-translate-x: 0.5rem;
}
.translate-x-2,
.translate-x-2\.5 {
  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));
}
.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
}
.translate-x-\[-50\%\],
.translate-x-\[0\.25rem\] {
  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));
}
.translate-x-\[0\.25rem\] {
  --tw-translate-x: 0.25rem;
}
.translate-x-\[1\.125rem\] {
  --tw-translate-x: 1.125rem;
}
.translate-x-\[101\%\],
.translate-x-\[1\.125rem\] {
  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));
}
.translate-x-\[101\%\] {
  --tw-translate-x: 101%;
}
.translate-x-\[2px\] {
  --tw-translate-x: 2px;
}
.translate-x-\[2px\],
.translate-x-\[330\%\] {
  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));
}
.translate-x-\[330\%\] {
  --tw-translate-x: 330%;
}
.translate-y-0 {
  --tw-translate-y: 0px;
}
.translate-y-0,
.translate-y-0\.5 {
  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));
}
.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}
.translate-y-1 {
  --tw-translate-y: 0.25rem;
}
.translate-y-1,
.translate-y-1\.5 {
  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));
}
.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
}
.translate-y-2,
.translate-y-3 {
  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));
}
.translate-y-3 {
  --tw-translate-y: 0.75rem;
}
.translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}
.translate-y-3\.5,
.translate-y-4 {
  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));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
}
.translate-y-6 {
  --tw-translate-y: 1.5rem;
}
.translate-y-6,
.translate-y-7 {
  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));
}
.translate-y-7 {
  --tw-translate-y: 1.75rem;
}
.translate-y-8 {
  --tw-translate-y: 2rem;
}
.translate-y-8,
.translate-y-9 {
  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));
}
.translate-y-9 {
  --tw-translate-y: 2.25rem;
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
}
.translate-y-\[-50\%\],
.translate-y-\[-5px\] {
  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));
}
.translate-y-\[-5px\] {
  --tw-translate-y: -5px;
}
.translate-y-\[0\.1rem\] {
  --tw-translate-y: 0.1rem;
}
.-rotate-45,
.translate-y-\[0\.1rem\] {
  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-45 {
  --tw-rotate: -45deg;
}
.-rotate-90 {
  --tw-rotate: -90deg;
}
.-rotate-90,
.rotate-0 {
  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-0 {
  --tw-rotate: 0deg;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-180,
.rotate-45 {
  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-45 {
  --tw-rotate: 45deg;
}
.rotate-90 {
  --tw-rotate: 90deg;
}
.rotate-90,
.rotate-\[270deg\] {
  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-\[270deg\] {
  --tw-rotate: 270deg;
}
.-scale-100 {
  --tw-scale-x: -1;
  --tw-scale-y: -1;
}
.-scale-100,
.-scale-\[0\.6\] {
  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));
}
.-scale-\[0\.6\] {
  --tw-scale-x: -0.6;
  --tw-scale-y: -0.6;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.scale-100,
.scale-110 {
  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));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}
.scale-125,
.scale-135 {
  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));
}
.scale-135 {
  --tw-scale-x: 1.35;
  --tw-scale-y: 1.35;
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}
.scale-150,
.scale-200 {
  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));
}
.scale-200 {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
}
.scale-50 {
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.5;
}
.scale-50,
.scale-75 {
  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));
}
.scale-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
}
.scale-95 {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
}
.scale-95,
.scale-\[0\.5\] {
  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));
}
.scale-\[0\.5\] {
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.5;
}
.scale-\[0\.65\] {
  --tw-scale-x: 0.65;
  --tw-scale-y: 0.65;
}
.scale-\[0\.65\],
.scale-\[0\.6\] {
  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));
}
.scale-\[0\.6\] {
  --tw-scale-x: 0.6;
  --tw-scale-y: 0.6;
}
.scale-\[0\.75\] {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
}
.scale-\[0\.75\],
.scale-\[0\.8\] {
  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));
}
.scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
}
.scale-\[0\.91\] {
  --tw-scale-x: 0.91;
  --tw-scale-y: 0.91;
}
.scale-\[0\.91\],
.scale-\[1\.12\] {
  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));
}
.scale-\[1\.12\] {
  --tw-scale-x: 1.12;
  --tw-scale-y: 1.12;
}
.scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}
.scale-\[1\.1\],
.scale-\[1\.25\] {
  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));
}
.scale-\[1\.25\] {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}
.scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
}
.scale-\[1\.2\],
.scale-\[1\.35\] {
  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));
}
.scale-\[1\.35\] {
  --tw-scale-x: 1.35;
  --tw-scale-y: 1.35;
}
.scale-\[1\.5\] {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}
.scale-\[1\.5\],
.scale-\[1\.9\] {
  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));
}
.scale-\[1\.9\] {
  --tw-scale-x: 1.9;
  --tw-scale-y: 1.9;
}
.scale-\[2\] {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
}
.-scale-x-100,
.scale-\[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));
}
.-scale-x-100 {
  --tw-scale-x: -1;
}
.-scale-x-150 {
  --tw-scale-x: -1.5;
}
.-scale-x-150,
.scale-x-110 {
  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));
}
.scale-x-110 {
  --tw-scale-x: 1.1;
}
.scale-x-125 {
  --tw-scale-x: 1.25;
}
.scale-x-125,
.scale-x-\[0\.94\] {
  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));
}
.scale-x-\[0\.94\] {
  --tw-scale-x: 0.94;
}
.scale-x-\[1\.02\] {
  --tw-scale-x: 1.02;
}
.scale-x-\[1\.02\],
.scale-x-\[1\.05\] {
  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));
}
.scale-x-\[1\.05\] {
  --tw-scale-x: 1.05;
}
.scale-x-\[1\.1\] {
  --tw-scale-x: 1.1;
}
.scale-x-\[1\.1\],
.scale-x-\[1\.25\] {
  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));
}
.scale-x-\[1\.25\] {
  --tw-scale-x: 1.25;
}
.scale-y-110 {
  --tw-scale-y: 1.1;
}
.scale-y-110,
.scale-y-\[0\.95\] {
  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));
}
.scale-y-\[0\.95\] {
  --tw-scale-y: 0.95;
}
.scale-y-\[1\.25\] {
  --tw-scale-y: 1.25;
}
.scale-y-\[1\.25\],
.scale-y-\[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));
}
.scale-y-\[2\] {
  --tw-scale-y: 2;
}
.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));
}
.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)
    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 bgMove {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  to {
    background-position: 100% 0;
  }
}
.animate-bg-move {
  animation: bgMove 5s linear 2s infinite;
}
.animate-move-full-left {
  animation: moveFullLeft 1ß0s linear infinite;
}
@keyframes moveFullLeftReversed {
  0% {
    left: 100%;
  }
  to {
    left: 0;
  }
}
.animate-move-full-left-reversed {
  animation: moveFullLeftReversed 10s linear infinite;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.animate-spin-10s {
  animation: spin 10s linear infinite;
}
.animate-spin-1s {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.animate-spin-2s {
  animation: spin 2s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-progress {
  cursor: progress;
}
.cursor-text {
  cursor: text;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.resize {
  resize: both;
}
.scroll-mt-28 {
  scroll-margin-top: 7rem;
}
.scroll-mt-\[1rem\] {
  scroll-margin-top: 1rem;
}
.scroll-mt-\[2\.5rem\] {
  scroll-margin-top: 2.5rem;
}
.scroll-mt-\[5rem\] {
  scroll-margin-top: 5rem;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.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;
}
.gap-0 {
  gap: 0;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[1\.875rem\] {
  gap: 1.875rem;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-x-\[1\.25rem\] {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.gap-x-\[1\.2rem\] {
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}
.gap-x-\[1\.875rem\] {
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[2\.75rem\] {
  row-gap: 2.75rem;
}
.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  margin-top: calc(-0.25rem * (1 - var(--tw-space-y-reverse)));
}
.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  margin-top: calc(-0.75rem * (1 - var(--tw-space-y-reverse)));
}
.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  margin-top: calc(-1.5rem * (1 - var(--tw-space-y-reverse)));
}
.-space-y-\[0\.125rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  margin-top: calc(-0.125rem * (1 - var(--tw-space-y-reverse)));
}
.-space-y-\[2rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  margin-top: calc(-2rem * (1 - var(--tw-space-y-reverse)));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0px * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0px * var(--tw-space-x-reverse));
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(3rem * var(--tw-space-x-reverse));
}
.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(4rem * var(--tw-space-x-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(5rem * var(--tw-space-x-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
}
.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(1rem * var(--tw-space-x-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
}
.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(2rem * var(--tw-space-x-reverse));
}
.space-x-\[0\.05rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.05rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.05rem * var(--tw-space-x-reverse));
}
.space-x-\[2px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(2px * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(2px * var(--tw-space-x-reverse));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
  margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-\[0\.58rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.58rem * var(--tw-space-y-reverse));
  margin-top: calc(0.58rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-\[0\.875rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-\[1\.125rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  margin-top: calc(1.125rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-\[1\.2rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
  margin-top: calc(1.2rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-\[15px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
  margin-top: calc(15px * (1 - var(--tw-space-y-reverse)));
}
.space-y-\[1rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-\[2\.25rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-\[24\.5rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(24.5rem * var(--tw-space-y-reverse));
  margin-top: calc(24.5rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-\[26px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(26px * var(--tw-space-y-reverse));
  margin-top: calc(26px * (1 - var(--tw-space-y-reverse)));
}
.divide-heatwave6\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.1);
}
.divide-heatwave6\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #8a88ff;
}
.divide-heatwave6\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.15);
}
.divide-heatwave6\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.2);
}
.divide-heatwave6\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.25);
}
.divide-heatwave6\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.3);
}
.divide-heatwave6\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.35);
}
.divide-heatwave6\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.4);
}
.divide-heatwave6\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.45);
}
.divide-heatwave6\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.05);
}
.divide-heatwave6\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.5);
}
.divide-heatwave6\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.55);
}
.divide-heatwave6\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.6);
}
.divide-heatwave6\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.65);
}
.divide-heatwave6\/7\.5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.075);
}
.divide-heatwave6\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.7);
}
.divide-heatwave6\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.75);
}
.divide-heatwave6\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.8);
}
.divide-heatwave6\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.85);
}
.divide-heatwave6\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.9);
}
.divide-heatwave6\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(138, 136, 255, 0.95);
}
.divide-heatwave7\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.1);
}
.divide-heatwave7\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: #5e5aed;
}
.divide-heatwave7\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.15);
}
.divide-heatwave7\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.2);
}
.divide-heatwave7\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.25);
}
.divide-heatwave7\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.3);
}
.divide-heatwave7\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.35);
}
.divide-heatwave7\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.4);
}
.divide-heatwave7\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.45);
}
.divide-heatwave7\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.05);
}
.divide-heatwave7\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.5);
}
.divide-heatwave7\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.55);
}
.divide-heatwave7\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.6);
}
.divide-heatwave7\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.65);
}
.divide-heatwave7\/7\.5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.075);
}
.divide-heatwave7\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.7);
}
.divide-heatwave7\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.75);
}
.divide-heatwave7\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.8);
}
.divide-heatwave7\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.85);
}
.divide-heatwave7\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.9);
}
.divide-heatwave7\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(94, 90, 237, 0.95);
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  white-space: nowrap;
}
.text-ellipsis,
.truncate {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.\!rounded-2xl {
  border-radius: 1rem !important;
}
.\!rounded-\[0\.175rem\] {
  border-radius: 0.175rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-0\.5xl {
  border-radius: 0.625rem;
}
.rounded-1\.5xl {
  border-radius: 0.875rem;
}
.rounded-2\.5xl {
  border-radius: 1.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3\.5xl {
  border-radius: 1.875rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[\.65rem\] {
  border-radius: 0.65rem;
}
.rounded-\[0\.375rem\] {
  border-radius: 0.375rem;
}
.rounded-\[0\.5625rem\] {
  border-radius: 0.5625rem;
}
.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}
.rounded-\[0\.63rem\] {
  border-radius: 0.63rem;
}
.rounded-\[0\.6rem\] {
  border-radius: 0.6rem;
}
.rounded-\[0\.833rem\] {
  border-radius: 0.833rem;
}
.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}
.rounded-\[1\.4rem\] {
  border-radius: 1.4rem;
}
.rounded-\[1\.52rem\] {
  border-radius: 1.52rem;
}
.rounded-\[100\%\] {
  border-radius: 100%;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[15\.8px\] {
  border-radius: 15.8px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[1px\] {
  border-radius: 1px;
}
.rounded-\[20\.02px\] {
  border-radius: 20.02px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[21px\] {
  border-radius: 21px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[26px\] {
  border-radius: 26px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[7\.5px\] {
  border-radius: 7.5px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[20px\] {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.rounded-b-md {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-l-full {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-bl-\[1\.7rem\] {
  border-bottom-left-radius: 1.7rem;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-\[1\.7rem\] {
  border-bottom-right-radius: 1.7rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tl-\[1\.7rem\] {
  border-top-left-radius: 1.7rem;
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.rounded-tr-\[1\.7rem\] {
  border-top-right-radius: 1.7rem;
}
.border,
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-0 {
  border-left-width: 0;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0;
}
.border-t-1 {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#2C5BAA\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 91 170 / var(--tw-border-opacity));
}
.border-\[\#313E84\] {
  --tw-border-opacity: 1;
  border-color: rgb(49 62 132 / var(--tw-border-opacity));
}
.border-\[\#3D8BFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(61 139 255 / var(--tw-border-opacity));
}
.border-\[\#5563E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(85 99 226 / var(--tw-border-opacity));
}
.border-\[\#6766D3\] {
  --tw-border-opacity: 1;
  border-color: rgb(103 102 211 / var(--tw-border-opacity));
}
.border-\[\#8A88FF\]\/50 {
  border-color: rgba(138, 136, 255, 0.5);
}
.border-\[\#9B2A38\] {
  --tw-border-opacity: 1;
  border-color: rgb(155 42 56 / var(--tw-border-opacity));
}
.border-\[\#A8B2DB\] {
  --tw-border-opacity: 1;
  border-color: rgb(168 178 219 / var(--tw-border-opacity));
}
.border-\[\#FFE4AA\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 170 / var(--tw-border-opacity));
}
.border-\[rgba\(16\2c 50\2c 230\2c 0\.15\)\] {
  border-color: rgba(16, 50, 230, 0.15);
}
.border-\[rgba\(255\2c 51\2c 51\2c 0\.3\)\] {
  border-color: rgba(255, 51, 51, 0.3);
}
.border-\[rgba\(46\2c 64\2c 230\2c 0\.3\)\] {
  border-color: rgba(46, 64, 230, 0.3);
}
.border-\[rgba\(94\2c 252\2c 214\2c 0\.66\)\] {
  border-color: rgba(94, 252, 214, 0.66);
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(var(--accent) / var(--tw-border-opacity));
}
.border-black\/20 {
  border-color: rgba(0, 0, 0, 0.2);
}
.border-buttonSecondary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--buttonSecondary) / var(--tw-border-opacity));
}
.border-coldsnap4 {
  --tw-border-opacity: 1;
  border-color: rgb(94 252 214 / var(--tw-border-opacity));
}
.border-functional-green\/10 {
  border-color: rgba(94, 252, 129, 0.1);
}
.border-functional-green\/20 {
  border-color: rgba(94, 252, 129, 0.2);
}
.border-functional-green\/30 {
  border-color: rgba(94, 252, 129, 0.3);
}
.border-functional-green\/\[0\.07\] {
  border-color: rgba(94, 252, 129, 0.07);
}
.border-functional-red {
  --tw-border-opacity: 1;
  border-color: rgb(252 94 94 / var(--tw-border-opacity));
}
.border-functional-yellow\/20 {
  border-color: rgba(252, 199, 94, 0.2);
}
.border-functional-yellow\/30 {
  border-color: rgba(252, 199, 94, 0.3);
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-heatwave1\/40 {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.border-heatwave4 {
  --tw-border-opacity: 1;
  border-color: rgb(255 179 130 / var(--tw-border-opacity));
}
.border-heatwave6 {
  --tw-border-opacity: 1;
  border-color: rgb(138 136 255 / var(--tw-border-opacity));
}
.border-heatwave6\/10 {
  border-color: rgba(138, 136, 255, 0.1);
}
.border-heatwave6\/100 {
  border-color: #8a88ff;
}
.border-heatwave6\/15 {
  border-color: rgba(138, 136, 255, 0.15);
}
.border-heatwave6\/20 {
  border-color: rgba(138, 136, 255, 0.2);
}
.border-heatwave6\/25 {
  border-color: rgba(138, 136, 255, 0.25);
}
.border-heatwave6\/30 {
  border-color: rgba(138, 136, 255, 0.3);
}
.border-heatwave6\/35 {
  border-color: rgba(138, 136, 255, 0.35);
}
.border-heatwave6\/40 {
  border-color: rgba(138, 136, 255, 0.4);
}
.border-heatwave6\/45 {
  border-color: rgba(138, 136, 255, 0.45);
}
.border-heatwave6\/5 {
  border-color: rgba(138, 136, 255, 0.05);
}
.border-heatwave6\/50 {
  border-color: rgba(138, 136, 255, 0.5);
}
.border-heatwave6\/55 {
  border-color: rgba(138, 136, 255, 0.55);
}
.border-heatwave6\/60 {
  border-color: rgba(138, 136, 255, 0.6);
}
.border-heatwave6\/65 {
  border-color: rgba(138, 136, 255, 0.65);
}
.border-heatwave6\/7\.5 {
  border-color: rgba(138, 136, 255, 0.075);
}
.border-heatwave6\/70 {
  border-color: rgba(138, 136, 255, 0.7);
}
.border-heatwave6\/75 {
  border-color: rgba(138, 136, 255, 0.75);
}
.border-heatwave6\/80 {
  border-color: rgba(138, 136, 255, 0.8);
}
.border-heatwave6\/85 {
  border-color: rgba(138, 136, 255, 0.85);
}
.border-heatwave6\/90 {
  border-color: rgba(138, 136, 255, 0.9);
}
.border-heatwave6\/95 {
  border-color: rgba(138, 136, 255, 0.95);
}
.border-heatwave7 {
  --tw-border-opacity: 1;
  border-color: rgb(94 90 237 / var(--tw-border-opacity));
}
.border-heatwave7\/10 {
  border-color: rgba(94, 90, 237, 0.1);
}
.border-heatwave7\/100 {
  border-color: #5e5aed;
}
.border-heatwave7\/15 {
  border-color: rgba(94, 90, 237, 0.15);
}
.border-heatwave7\/20 {
  border-color: rgba(94, 90, 237, 0.2);
}
.border-heatwave7\/25 {
  border-color: rgba(94, 90, 237, 0.25);
}
.border-heatwave7\/30 {
  border-color: rgba(94, 90, 237, 0.3);
}
.border-heatwave7\/35 {
  border-color: rgba(94, 90, 237, 0.35);
}
.border-heatwave7\/40 {
  border-color: rgba(94, 90, 237, 0.4);
}
.border-heatwave7\/45 {
  border-color: rgba(94, 90, 237, 0.45);
}
.border-heatwave7\/5 {
  border-color: rgba(94, 90, 237, 0.05);
}
.border-heatwave7\/50 {
  border-color: rgba(94, 90, 237, 0.5);
}
.border-heatwave7\/55 {
  border-color: rgba(94, 90, 237, 0.55);
}
.border-heatwave7\/60 {
  border-color: rgba(94, 90, 237, 0.6);
}
.border-heatwave7\/65 {
  border-color: rgba(94, 90, 237, 0.65);
}
.border-heatwave7\/7\.5 {
  border-color: rgba(94, 90, 237, 0.075);
}
.border-heatwave7\/70 {
  border-color: rgba(94, 90, 237, 0.7);
}
.border-heatwave7\/75 {
  border-color: rgba(94, 90, 237, 0.75);
}
.border-heatwave7\/80 {
  border-color: rgba(94, 90, 237, 0.8);
}
.border-heatwave7\/85 {
  border-color: rgba(94, 90, 237, 0.85);
}
.border-heatwave7\/90 {
  border-color: rgba(94, 90, 237, 0.9);
}
.border-heatwave7\/95 {
  border-color: rgba(94, 90, 237, 0.95);
}
.border-night3\/50 {
  border-color: rgba(77, 82, 128, 0.5);
}
.border-night7 {
  --tw-border-opacity: 1;
  border-color: rgb(14 18 47 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--primary) / var(--tw-border-opacity));
}
.border-primary\/20 {
  border-color: rgb(var(--primary) / 0.2);
}
.border-primary\/25 {
  border-color: rgb(var(--primary) / 0.25);
}
.border-primary\/40 {
  border-color: rgb(var(--primary) / 0.4);
}
.border-primary\/60 {
  border-color: rgb(var(--primary) / 0.6);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/10 {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.border-white\/\[14\%\] {
  border-color: hsla(0, 0%, 100%, 0.14);
}
.border-x-heatwave6\/10 {
  border-left-color: rgba(138, 136, 255, 0.1);
  border-right-color: rgba(138, 136, 255, 0.1);
}
.border-x-heatwave6\/100 {
  border-left-color: #8a88ff;
  border-right-color: #8a88ff;
}
.border-x-heatwave6\/15 {
  border-left-color: rgba(138, 136, 255, 0.15);
  border-right-color: rgba(138, 136, 255, 0.15);
}
.border-x-heatwave6\/20 {
  border-left-color: rgba(138, 136, 255, 0.2);
  border-right-color: rgba(138, 136, 255, 0.2);
}
.border-x-heatwave6\/25 {
  border-left-color: rgba(138, 136, 255, 0.25);
  border-right-color: rgba(138, 136, 255, 0.25);
}
.border-x-heatwave6\/30 {
  border-left-color: rgba(138, 136, 255, 0.3);
  border-right-color: rgba(138, 136, 255, 0.3);
}
.border-x-heatwave6\/35 {
  border-left-color: rgba(138, 136, 255, 0.35);
  border-right-color: rgba(138, 136, 255, 0.35);
}
.border-x-heatwave6\/40 {
  border-left-color: rgba(138, 136, 255, 0.4);
  border-right-color: rgba(138, 136, 255, 0.4);
}
.border-x-heatwave6\/45 {
  border-left-color: rgba(138, 136, 255, 0.45);
  border-right-color: rgba(138, 136, 255, 0.45);
}
.border-x-heatwave6\/5 {
  border-left-color: rgba(138, 136, 255, 0.05);
  border-right-color: rgba(138, 136, 255, 0.05);
}
.border-x-heatwave6\/50 {
  border-left-color: rgba(138, 136, 255, 0.5);
  border-right-color: rgba(138, 136, 255, 0.5);
}
.border-x-heatwave6\/55 {
  border-left-color: rgba(138, 136, 255, 0.55);
  border-right-color: rgba(138, 136, 255, 0.55);
}
.border-x-heatwave6\/60 {
  border-left-color: rgba(138, 136, 255, 0.6);
  border-right-color: rgba(138, 136, 255, 0.6);
}
.border-x-heatwave6\/65 {
  border-left-color: rgba(138, 136, 255, 0.65);
  border-right-color: rgba(138, 136, 255, 0.65);
}
.border-x-heatwave6\/7\.5 {
  border-left-color: rgba(138, 136, 255, 0.075);
  border-right-color: rgba(138, 136, 255, 0.075);
}
.border-x-heatwave6\/70 {
  border-left-color: rgba(138, 136, 255, 0.7);
  border-right-color: rgba(138, 136, 255, 0.7);
}
.border-x-heatwave6\/75 {
  border-left-color: rgba(138, 136, 255, 0.75);
  border-right-color: rgba(138, 136, 255, 0.75);
}
.border-x-heatwave6\/80 {
  border-left-color: rgba(138, 136, 255, 0.8);
  border-right-color: rgba(138, 136, 255, 0.8);
}
.border-x-heatwave6\/85 {
  border-left-color: rgba(138, 136, 255, 0.85);
  border-right-color: rgba(138, 136, 255, 0.85);
}
.border-x-heatwave6\/90 {
  border-left-color: rgba(138, 136, 255, 0.9);
  border-right-color: rgba(138, 136, 255, 0.9);
}
.border-x-heatwave6\/95 {
  border-left-color: rgba(138, 136, 255, 0.95);
  border-right-color: rgba(138, 136, 255, 0.95);
}
.border-x-heatwave7\/10 {
  border-left-color: rgba(94, 90, 237, 0.1);
  border-right-color: rgba(94, 90, 237, 0.1);
}
.border-x-heatwave7\/100 {
  border-left-color: #5e5aed;
  border-right-color: #5e5aed;
}
.border-x-heatwave7\/15 {
  border-left-color: rgba(94, 90, 237, 0.15);
  border-right-color: rgba(94, 90, 237, 0.15);
}
.border-x-heatwave7\/20 {
  border-left-color: rgba(94, 90, 237, 0.2);
  border-right-color: rgba(94, 90, 237, 0.2);
}
.border-x-heatwave7\/25 {
  border-left-color: rgba(94, 90, 237, 0.25);
  border-right-color: rgba(94, 90, 237, 0.25);
}
.border-x-heatwave7\/30 {
  border-left-color: rgba(94, 90, 237, 0.3);
  border-right-color: rgba(94, 90, 237, 0.3);
}
.border-x-heatwave7\/35 {
  border-left-color: rgba(94, 90, 237, 0.35);
  border-right-color: rgba(94, 90, 237, 0.35);
}
.border-x-heatwave7\/40 {
  border-left-color: rgba(94, 90, 237, 0.4);
  border-right-color: rgba(94, 90, 237, 0.4);
}
.border-x-heatwave7\/45 {
  border-left-color: rgba(94, 90, 237, 0.45);
  border-right-color: rgba(94, 90, 237, 0.45);
}
.border-x-heatwave7\/5 {
  border-left-color: rgba(94, 90, 237, 0.05);
  border-right-color: rgba(94, 90, 237, 0.05);
}
.border-x-heatwave7\/50 {
  border-left-color: rgba(94, 90, 237, 0.5);
  border-right-color: rgba(94, 90, 237, 0.5);
}
.border-x-heatwave7\/55 {
  border-left-color: rgba(94, 90, 237, 0.55);
  border-right-color: rgba(94, 90, 237, 0.55);
}
.border-x-heatwave7\/60 {
  border-left-color: rgba(94, 90, 237, 0.6);
  border-right-color: rgba(94, 90, 237, 0.6);
}
.border-x-heatwave7\/65 {
  border-left-color: rgba(94, 90, 237, 0.65);
  border-right-color: rgba(94, 90, 237, 0.65);
}
.border-x-heatwave7\/7\.5 {
  border-left-color: rgba(94, 90, 237, 0.075);
  border-right-color: rgba(94, 90, 237, 0.075);
}
.border-x-heatwave7\/70 {
  border-left-color: rgba(94, 90, 237, 0.7);
  border-right-color: rgba(94, 90, 237, 0.7);
}
.border-x-heatwave7\/75 {
  border-left-color: rgba(94, 90, 237, 0.75);
  border-right-color: rgba(94, 90, 237, 0.75);
}
.border-x-heatwave7\/80 {
  border-left-color: rgba(94, 90, 237, 0.8);
  border-right-color: rgba(94, 90, 237, 0.8);
}
.border-x-heatwave7\/85 {
  border-left-color: rgba(94, 90, 237, 0.85);
  border-right-color: rgba(94, 90, 237, 0.85);
}
.border-x-heatwave7\/90 {
  border-left-color: rgba(94, 90, 237, 0.9);
  border-right-color: rgba(94, 90, 237, 0.9);
}
.border-x-heatwave7\/95 {
  border-left-color: rgba(94, 90, 237, 0.95);
  border-right-color: rgba(94, 90, 237, 0.95);
}
.border-y-heatwave6\/10 {
  border-bottom-color: rgba(138, 136, 255, 0.1);
  border-top-color: rgba(138, 136, 255, 0.1);
}
.border-y-heatwave6\/100 {
  border-bottom-color: #8a88ff;
  border-top-color: #8a88ff;
}
.border-y-heatwave6\/15 {
  border-bottom-color: rgba(138, 136, 255, 0.15);
  border-top-color: rgba(138, 136, 255, 0.15);
}
.border-y-heatwave6\/20 {
  border-bottom-color: rgba(138, 136, 255, 0.2);
  border-top-color: rgba(138, 136, 255, 0.2);
}
.border-y-heatwave6\/25 {
  border-bottom-color: rgba(138, 136, 255, 0.25);
  border-top-color: rgba(138, 136, 255, 0.25);
}
.border-y-heatwave6\/30 {
  border-bottom-color: rgba(138, 136, 255, 0.3);
  border-top-color: rgba(138, 136, 255, 0.3);
}
.border-y-heatwave6\/35 {
  border-bottom-color: rgba(138, 136, 255, 0.35);
  border-top-color: rgba(138, 136, 255, 0.35);
}
.border-y-heatwave6\/40 {
  border-bottom-color: rgba(138, 136, 255, 0.4);
  border-top-color: rgba(138, 136, 255, 0.4);
}
.border-y-heatwave6\/45 {
  border-bottom-color: rgba(138, 136, 255, 0.45);
  border-top-color: rgba(138, 136, 255, 0.45);
}
.border-y-heatwave6\/5 {
  border-bottom-color: rgba(138, 136, 255, 0.05);
  border-top-color: rgba(138, 136, 255, 0.05);
}
.border-y-heatwave6\/50 {
  border-bottom-color: rgba(138, 136, 255, 0.5);
  border-top-color: rgba(138, 136, 255, 0.5);
}
.border-y-heatwave6\/55 {
  border-bottom-color: rgba(138, 136, 255, 0.55);
  border-top-color: rgba(138, 136, 255, 0.55);
}
.border-y-heatwave6\/60 {
  border-bottom-color: rgba(138, 136, 255, 0.6);
  border-top-color: rgba(138, 136, 255, 0.6);
}
.border-y-heatwave6\/65 {
  border-bottom-color: rgba(138, 136, 255, 0.65);
  border-top-color: rgba(138, 136, 255, 0.65);
}
.border-y-heatwave6\/7\.5 {
  border-bottom-color: rgba(138, 136, 255, 0.075);
  border-top-color: rgba(138, 136, 255, 0.075);
}
.border-y-heatwave6\/70 {
  border-bottom-color: rgba(138, 136, 255, 0.7);
  border-top-color: rgba(138, 136, 255, 0.7);
}
.border-y-heatwave6\/75 {
  border-bottom-color: rgba(138, 136, 255, 0.75);
  border-top-color: rgba(138, 136, 255, 0.75);
}
.border-y-heatwave6\/80 {
  border-bottom-color: rgba(138, 136, 255, 0.8);
  border-top-color: rgba(138, 136, 255, 0.8);
}
.border-y-heatwave6\/85 {
  border-bottom-color: rgba(138, 136, 255, 0.85);
  border-top-color: rgba(138, 136, 255, 0.85);
}
.border-y-heatwave6\/90 {
  border-bottom-color: rgba(138, 136, 255, 0.9);
  border-top-color: rgba(138, 136, 255, 0.9);
}
.border-y-heatwave6\/95 {
  border-bottom-color: rgba(138, 136, 255, 0.95);
  border-top-color: rgba(138, 136, 255, 0.95);
}
.border-y-heatwave7\/10 {
  border-bottom-color: rgba(94, 90, 237, 0.1);
  border-top-color: rgba(94, 90, 237, 0.1);
}
.border-y-heatwave7\/100 {
  border-bottom-color: #5e5aed;
  border-top-color: #5e5aed;
}
.border-y-heatwave7\/15 {
  border-bottom-color: rgba(94, 90, 237, 0.15);
  border-top-color: rgba(94, 90, 237, 0.15);
}
.border-y-heatwave7\/20 {
  border-bottom-color: rgba(94, 90, 237, 0.2);
  border-top-color: rgba(94, 90, 237, 0.2);
}
.border-y-heatwave7\/25 {
  border-bottom-color: rgba(94, 90, 237, 0.25);
  border-top-color: rgba(94, 90, 237, 0.25);
}
.border-y-heatwave7\/30 {
  border-bottom-color: rgba(94, 90, 237, 0.3);
  border-top-color: rgba(94, 90, 237, 0.3);
}
.border-y-heatwave7\/35 {
  border-bottom-color: rgba(94, 90, 237, 0.35);
  border-top-color: rgba(94, 90, 237, 0.35);
}
.border-y-heatwave7\/40 {
  border-bottom-color: rgba(94, 90, 237, 0.4);
  border-top-color: rgba(94, 90, 237, 0.4);
}
.border-y-heatwave7\/45 {
  border-bottom-color: rgba(94, 90, 237, 0.45);
  border-top-color: rgba(94, 90, 237, 0.45);
}
.border-y-heatwave7\/5 {
  border-bottom-color: rgba(94, 90, 237, 0.05);
  border-top-color: rgba(94, 90, 237, 0.05);
}
.border-y-heatwave7\/50 {
  border-bottom-color: rgba(94, 90, 237, 0.5);
  border-top-color: rgba(94, 90, 237, 0.5);
}
.border-y-heatwave7\/55 {
  border-bottom-color: rgba(94, 90, 237, 0.55);
  border-top-color: rgba(94, 90, 237, 0.55);
}
.border-y-heatwave7\/60 {
  border-bottom-color: rgba(94, 90, 237, 0.6);
  border-top-color: rgba(94, 90, 237, 0.6);
}
.border-y-heatwave7\/65 {
  border-bottom-color: rgba(94, 90, 237, 0.65);
  border-top-color: rgba(94, 90, 237, 0.65);
}
.border-y-heatwave7\/7\.5 {
  border-bottom-color: rgba(94, 90, 237, 0.075);
  border-top-color: rgba(94, 90, 237, 0.075);
}
.border-y-heatwave7\/70 {
  border-bottom-color: rgba(94, 90, 237, 0.7);
  border-top-color: rgba(94, 90, 237, 0.7);
}
.border-y-heatwave7\/75 {
  border-bottom-color: rgba(94, 90, 237, 0.75);
  border-top-color: rgba(94, 90, 237, 0.75);
}
.border-y-heatwave7\/80 {
  border-bottom-color: rgba(94, 90, 237, 0.8);
  border-top-color: rgba(94, 90, 237, 0.8);
}
.border-y-heatwave7\/85 {
  border-bottom-color: rgba(94, 90, 237, 0.85);
  border-top-color: rgba(94, 90, 237, 0.85);
}
.border-y-heatwave7\/90 {
  border-bottom-color: rgba(94, 90, 237, 0.9);
  border-top-color: rgba(94, 90, 237, 0.9);
}
.border-y-heatwave7\/95 {
  border-bottom-color: rgba(94, 90, 237, 0.95);
  border-top-color: rgba(94, 90, 237, 0.95);
}
.border-b-heatwave6\/10 {
  border-bottom-color: rgba(138, 136, 255, 0.1);
}
.border-b-heatwave6\/100 {
  border-bottom-color: #8a88ff;
}
.border-b-heatwave6\/15 {
  border-bottom-color: rgba(138, 136, 255, 0.15);
}
.border-b-heatwave6\/20 {
  border-bottom-color: rgba(138, 136, 255, 0.2);
}
.border-b-heatwave6\/25 {
  border-bottom-color: rgba(138, 136, 255, 0.25);
}
.border-b-heatwave6\/30 {
  border-bottom-color: rgba(138, 136, 255, 0.3);
}
.border-b-heatwave6\/35 {
  border-bottom-color: rgba(138, 136, 255, 0.35);
}
.border-b-heatwave6\/40 {
  border-bottom-color: rgba(138, 136, 255, 0.4);
}
.border-b-heatwave6\/45 {
  border-bottom-color: rgba(138, 136, 255, 0.45);
}
.border-b-heatwave6\/5 {
  border-bottom-color: rgba(138, 136, 255, 0.05);
}
.border-b-heatwave6\/50 {
  border-bottom-color: rgba(138, 136, 255, 0.5);
}
.border-b-heatwave6\/55 {
  border-bottom-color: rgba(138, 136, 255, 0.55);
}
.border-b-heatwave6\/60 {
  border-bottom-color: rgba(138, 136, 255, 0.6);
}
.border-b-heatwave6\/65 {
  border-bottom-color: rgba(138, 136, 255, 0.65);
}
.border-b-heatwave6\/7\.5 {
  border-bottom-color: rgba(138, 136, 255, 0.075);
}
.border-b-heatwave6\/70 {
  border-bottom-color: rgba(138, 136, 255, 0.7);
}
.border-b-heatwave6\/75 {
  border-bottom-color: rgba(138, 136, 255, 0.75);
}
.border-b-heatwave6\/80 {
  border-bottom-color: rgba(138, 136, 255, 0.8);
}
.border-b-heatwave6\/85 {
  border-bottom-color: rgba(138, 136, 255, 0.85);
}
.border-b-heatwave6\/90 {
  border-bottom-color: rgba(138, 136, 255, 0.9);
}
.border-b-heatwave6\/95 {
  border-bottom-color: rgba(138, 136, 255, 0.95);
}
.border-b-heatwave7\/10 {
  border-bottom-color: rgba(94, 90, 237, 0.1);
}
.border-b-heatwave7\/100 {
  border-bottom-color: #5e5aed;
}
.border-b-heatwave7\/15 {
  border-bottom-color: rgba(94, 90, 237, 0.15);
}
.border-b-heatwave7\/20 {
  border-bottom-color: rgba(94, 90, 237, 0.2);
}
.border-b-heatwave7\/25 {
  border-bottom-color: rgba(94, 90, 237, 0.25);
}
.border-b-heatwave7\/30 {
  border-bottom-color: rgba(94, 90, 237, 0.3);
}
.border-b-heatwave7\/35 {
  border-bottom-color: rgba(94, 90, 237, 0.35);
}
.border-b-heatwave7\/40 {
  border-bottom-color: rgba(94, 90, 237, 0.4);
}
.border-b-heatwave7\/45 {
  border-bottom-color: rgba(94, 90, 237, 0.45);
}
.border-b-heatwave7\/5 {
  border-bottom-color: rgba(94, 90, 237, 0.05);
}
.border-b-heatwave7\/50 {
  border-bottom-color: rgba(94, 90, 237, 0.5);
}
.border-b-heatwave7\/55 {
  border-bottom-color: rgba(94, 90, 237, 0.55);
}
.border-b-heatwave7\/60 {
  border-bottom-color: rgba(94, 90, 237, 0.6);
}
.border-b-heatwave7\/65 {
  border-bottom-color: rgba(94, 90, 237, 0.65);
}
.border-b-heatwave7\/7\.5 {
  border-bottom-color: rgba(94, 90, 237, 0.075);
}
.border-b-heatwave7\/70 {
  border-bottom-color: rgba(94, 90, 237, 0.7);
}
.border-b-heatwave7\/75 {
  border-bottom-color: rgba(94, 90, 237, 0.75);
}
.border-b-heatwave7\/80 {
  border-bottom-color: rgba(94, 90, 237, 0.8);
}
.border-b-heatwave7\/85 {
  border-bottom-color: rgba(94, 90, 237, 0.85);
}
.border-b-heatwave7\/90 {
  border-bottom-color: rgba(94, 90, 237, 0.9);
}
.border-b-heatwave7\/95 {
  border-bottom-color: rgba(94, 90, 237, 0.95);
}
.border-e-heatwave6\/10 {
  border-inline-end-color: rgba(138, 136, 255, 0.1);
}
.border-e-heatwave6\/100 {
  border-inline-end-color: #8a88ff;
}
.border-e-heatwave6\/15 {
  border-inline-end-color: rgba(138, 136, 255, 0.15);
}
.border-e-heatwave6\/20 {
  border-inline-end-color: rgba(138, 136, 255, 0.2);
}
.border-e-heatwave6\/25 {
  border-inline-end-color: rgba(138, 136, 255, 0.25);
}
.border-e-heatwave6\/30 {
  border-inline-end-color: rgba(138, 136, 255, 0.3);
}
.border-e-heatwave6\/35 {
  border-inline-end-color: rgba(138, 136, 255, 0.35);
}
.border-e-heatwave6\/40 {
  border-inline-end-color: rgba(138, 136, 255, 0.4);
}
.border-e-heatwave6\/45 {
  border-inline-end-color: rgba(138, 136, 255, 0.45);
}
.border-e-heatwave6\/5 {
  border-inline-end-color: rgba(138, 136, 255, 0.05);
}
.border-e-heatwave6\/50 {
  border-inline-end-color: rgba(138, 136, 255, 0.5);
}
.border-e-heatwave6\/55 {
  border-inline-end-color: rgba(138, 136, 255, 0.55);
}
.border-e-heatwave6\/60 {
  border-inline-end-color: rgba(138, 136, 255, 0.6);
}
.border-e-heatwave6\/65 {
  border-inline-end-color: rgba(138, 136, 255, 0.65);
}
.border-e-heatwave6\/7\.5 {
  border-inline-end-color: rgba(138, 136, 255, 0.075);
}
.border-e-heatwave6\/70 {
  border-inline-end-color: rgba(138, 136, 255, 0.7);
}
.border-e-heatwave6\/75 {
  border-inline-end-color: rgba(138, 136, 255, 0.75);
}
.border-e-heatwave6\/80 {
  border-inline-end-color: rgba(138, 136, 255, 0.8);
}
.border-e-heatwave6\/85 {
  border-inline-end-color: rgba(138, 136, 255, 0.85);
}
.border-e-heatwave6\/90 {
  border-inline-end-color: rgba(138, 136, 255, 0.9);
}
.border-e-heatwave6\/95 {
  border-inline-end-color: rgba(138, 136, 255, 0.95);
}
.border-e-heatwave7\/10 {
  border-inline-end-color: rgba(94, 90, 237, 0.1);
}
.border-e-heatwave7\/100 {
  border-inline-end-color: #5e5aed;
}
.border-e-heatwave7\/15 {
  border-inline-end-color: rgba(94, 90, 237, 0.15);
}
.border-e-heatwave7\/20 {
  border-inline-end-color: rgba(94, 90, 237, 0.2);
}
.border-e-heatwave7\/25 {
  border-inline-end-color: rgba(94, 90, 237, 0.25);
}
.border-e-heatwave7\/30 {
  border-inline-end-color: rgba(94, 90, 237, 0.3);
}
.border-e-heatwave7\/35 {
  border-inline-end-color: rgba(94, 90, 237, 0.35);
}
.border-e-heatwave7\/40 {
  border-inline-end-color: rgba(94, 90, 237, 0.4);
}
.border-e-heatwave7\/45 {
  border-inline-end-color: rgba(94, 90, 237, 0.45);
}
.border-e-heatwave7\/5 {
  border-inline-end-color: rgba(94, 90, 237, 0.05);
}
.border-e-heatwave7\/50 {
  border-inline-end-color: rgba(94, 90, 237, 0.5);
}
.border-e-heatwave7\/55 {
  border-inline-end-color: rgba(94, 90, 237, 0.55);
}
.border-e-heatwave7\/60 {
  border-inline-end-color: rgba(94, 90, 237, 0.6);
}
.border-e-heatwave7\/65 {
  border-inline-end-color: rgba(94, 90, 237, 0.65);
}
.border-e-heatwave7\/7\.5 {
  border-inline-end-color: rgba(94, 90, 237, 0.075);
}
.border-e-heatwave7\/70 {
  border-inline-end-color: rgba(94, 90, 237, 0.7);
}
.border-e-heatwave7\/75 {
  border-inline-end-color: rgba(94, 90, 237, 0.75);
}
.border-e-heatwave7\/80 {
  border-inline-end-color: rgba(94, 90, 237, 0.8);
}
.border-e-heatwave7\/85 {
  border-inline-end-color: rgba(94, 90, 237, 0.85);
}
.border-e-heatwave7\/90 {
  border-inline-end-color: rgba(94, 90, 237, 0.9);
}
.border-e-heatwave7\/95 {
  border-inline-end-color: rgba(94, 90, 237, 0.95);
}
.border-l-heatwave6\/10 {
  border-left-color: rgba(138, 136, 255, 0.1);
}
.border-l-heatwave6\/100 {
  border-left-color: #8a88ff;
}
.border-l-heatwave6\/15 {
  border-left-color: rgba(138, 136, 255, 0.15);
}
.border-l-heatwave6\/20 {
  border-left-color: rgba(138, 136, 255, 0.2);
}
.border-l-heatwave6\/25 {
  border-left-color: rgba(138, 136, 255, 0.25);
}
.border-l-heatwave6\/30 {
  border-left-color: rgba(138, 136, 255, 0.3);
}
.border-l-heatwave6\/35 {
  border-left-color: rgba(138, 136, 255, 0.35);
}
.border-l-heatwave6\/40 {
  border-left-color: rgba(138, 136, 255, 0.4);
}
.border-l-heatwave6\/45 {
  border-left-color: rgba(138, 136, 255, 0.45);
}
.border-l-heatwave6\/5 {
  border-left-color: rgba(138, 136, 255, 0.05);
}
.border-l-heatwave6\/50 {
  border-left-color: rgba(138, 136, 255, 0.5);
}
.border-l-heatwave6\/55 {
  border-left-color: rgba(138, 136, 255, 0.55);
}
.border-l-heatwave6\/60 {
  border-left-color: rgba(138, 136, 255, 0.6);
}
.border-l-heatwave6\/65 {
  border-left-color: rgba(138, 136, 255, 0.65);
}
.border-l-heatwave6\/7\.5 {
  border-left-color: rgba(138, 136, 255, 0.075);
}
.border-l-heatwave6\/70 {
  border-left-color: rgba(138, 136, 255, 0.7);
}
.border-l-heatwave6\/75 {
  border-left-color: rgba(138, 136, 255, 0.75);
}
.border-l-heatwave6\/80 {
  border-left-color: rgba(138, 136, 255, 0.8);
}
.border-l-heatwave6\/85 {
  border-left-color: rgba(138, 136, 255, 0.85);
}
.border-l-heatwave6\/90 {
  border-left-color: rgba(138, 136, 255, 0.9);
}
.border-l-heatwave6\/95 {
  border-left-color: rgba(138, 136, 255, 0.95);
}
.border-l-heatwave7\/10 {
  border-left-color: rgba(94, 90, 237, 0.1);
}
.border-l-heatwave7\/100 {
  border-left-color: #5e5aed;
}
.border-l-heatwave7\/15 {
  border-left-color: rgba(94, 90, 237, 0.15);
}
.border-l-heatwave7\/20 {
  border-left-color: rgba(94, 90, 237, 0.2);
}
.border-l-heatwave7\/25 {
  border-left-color: rgba(94, 90, 237, 0.25);
}
.border-l-heatwave7\/30 {
  border-left-color: rgba(94, 90, 237, 0.3);
}
.border-l-heatwave7\/35 {
  border-left-color: rgba(94, 90, 237, 0.35);
}
.border-l-heatwave7\/40 {
  border-left-color: rgba(94, 90, 237, 0.4);
}
.border-l-heatwave7\/45 {
  border-left-color: rgba(94, 90, 237, 0.45);
}
.border-l-heatwave7\/5 {
  border-left-color: rgba(94, 90, 237, 0.05);
}
.border-l-heatwave7\/50 {
  border-left-color: rgba(94, 90, 237, 0.5);
}
.border-l-heatwave7\/55 {
  border-left-color: rgba(94, 90, 237, 0.55);
}
.border-l-heatwave7\/60 {
  border-left-color: rgba(94, 90, 237, 0.6);
}
.border-l-heatwave7\/65 {
  border-left-color: rgba(94, 90, 237, 0.65);
}
.border-l-heatwave7\/7\.5 {
  border-left-color: rgba(94, 90, 237, 0.075);
}
.border-l-heatwave7\/70 {
  border-left-color: rgba(94, 90, 237, 0.7);
}
.border-l-heatwave7\/75 {
  border-left-color: rgba(94, 90, 237, 0.75);
}
.border-l-heatwave7\/80 {
  border-left-color: rgba(94, 90, 237, 0.8);
}
.border-l-heatwave7\/85 {
  border-left-color: rgba(94, 90, 237, 0.85);
}
.border-l-heatwave7\/90 {
  border-left-color: rgba(94, 90, 237, 0.9);
}
.border-l-heatwave7\/95 {
  border-left-color: rgba(94, 90, 237, 0.95);
}
.border-r-heatwave6\/10 {
  border-right-color: rgba(138, 136, 255, 0.1);
}
.border-r-heatwave6\/100 {
  border-right-color: #8a88ff;
}
.border-r-heatwave6\/15 {
  border-right-color: rgba(138, 136, 255, 0.15);
}
.border-r-heatwave6\/20 {
  border-right-color: rgba(138, 136, 255, 0.2);
}
.border-r-heatwave6\/25 {
  border-right-color: rgba(138, 136, 255, 0.25);
}
.border-r-heatwave6\/30 {
  border-right-color: rgba(138, 136, 255, 0.3);
}
.border-r-heatwave6\/35 {
  border-right-color: rgba(138, 136, 255, 0.35);
}
.border-r-heatwave6\/40 {
  border-right-color: rgba(138, 136, 255, 0.4);
}
.border-r-heatwave6\/45 {
  border-right-color: rgba(138, 136, 255, 0.45);
}
.border-r-heatwave6\/5 {
  border-right-color: rgba(138, 136, 255, 0.05);
}
.border-r-heatwave6\/50 {
  border-right-color: rgba(138, 136, 255, 0.5);
}
.border-r-heatwave6\/55 {
  border-right-color: rgba(138, 136, 255, 0.55);
}
.border-r-heatwave6\/60 {
  border-right-color: rgba(138, 136, 255, 0.6);
}
.border-r-heatwave6\/65 {
  border-right-color: rgba(138, 136, 255, 0.65);
}
.border-r-heatwave6\/7\.5 {
  border-right-color: rgba(138, 136, 255, 0.075);
}
.border-r-heatwave6\/70 {
  border-right-color: rgba(138, 136, 255, 0.7);
}
.border-r-heatwave6\/75 {
  border-right-color: rgba(138, 136, 255, 0.75);
}
.border-r-heatwave6\/80 {
  border-right-color: rgba(138, 136, 255, 0.8);
}
.border-r-heatwave6\/85 {
  border-right-color: rgba(138, 136, 255, 0.85);
}
.border-r-heatwave6\/90 {
  border-right-color: rgba(138, 136, 255, 0.9);
}
.border-r-heatwave6\/95 {
  border-right-color: rgba(138, 136, 255, 0.95);
}
.border-r-heatwave7\/10 {
  border-right-color: rgba(94, 90, 237, 0.1);
}
.border-r-heatwave7\/100 {
  border-right-color: #5e5aed;
}
.border-r-heatwave7\/15 {
  border-right-color: rgba(94, 90, 237, 0.15);
}
.border-r-heatwave7\/20 {
  border-right-color: rgba(94, 90, 237, 0.2);
}
.border-r-heatwave7\/25 {
  border-right-color: rgba(94, 90, 237, 0.25);
}
.border-r-heatwave7\/30 {
  border-right-color: rgba(94, 90, 237, 0.3);
}
.border-r-heatwave7\/35 {
  border-right-color: rgba(94, 90, 237, 0.35);
}
.border-r-heatwave7\/40 {
  border-right-color: rgba(94, 90, 237, 0.4);
}
.border-r-heatwave7\/45 {
  border-right-color: rgba(94, 90, 237, 0.45);
}
.border-r-heatwave7\/5 {
  border-right-color: rgba(94, 90, 237, 0.05);
}
.border-r-heatwave7\/50 {
  border-right-color: rgba(94, 90, 237, 0.5);
}
.border-r-heatwave7\/55 {
  border-right-color: rgba(94, 90, 237, 0.55);
}
.border-r-heatwave7\/60 {
  border-right-color: rgba(94, 90, 237, 0.6);
}
.border-r-heatwave7\/65 {
  border-right-color: rgba(94, 90, 237, 0.65);
}
.border-r-heatwave7\/7\.5 {
  border-right-color: rgba(94, 90, 237, 0.075);
}
.border-r-heatwave7\/70 {
  border-right-color: rgba(94, 90, 237, 0.7);
}
.border-r-heatwave7\/75 {
  border-right-color: rgba(94, 90, 237, 0.75);
}
.border-r-heatwave7\/80 {
  border-right-color: rgba(94, 90, 237, 0.8);
}
.border-r-heatwave7\/85 {
  border-right-color: rgba(94, 90, 237, 0.85);
}
.border-r-heatwave7\/90 {
  border-right-color: rgba(94, 90, 237, 0.9);
}
.border-r-heatwave7\/95 {
  border-right-color: rgba(94, 90, 237, 0.95);
}
.border-s-heatwave6\/10 {
  border-inline-start-color: rgba(138, 136, 255, 0.1);
}
.border-s-heatwave6\/100 {
  border-inline-start-color: #8a88ff;
}
.border-s-heatwave6\/15 {
  border-inline-start-color: rgba(138, 136, 255, 0.15);
}
.border-s-heatwave6\/20 {
  border-inline-start-color: rgba(138, 136, 255, 0.2);
}
.border-s-heatwave6\/25 {
  border-inline-start-color: rgba(138, 136, 255, 0.25);
}
.border-s-heatwave6\/30 {
  border-inline-start-color: rgba(138, 136, 255, 0.3);
}
.border-s-heatwave6\/35 {
  border-inline-start-color: rgba(138, 136, 255, 0.35);
}
.border-s-heatwave6\/40 {
  border-inline-start-color: rgba(138, 136, 255, 0.4);
}
.border-s-heatwave6\/45 {
  border-inline-start-color: rgba(138, 136, 255, 0.45);
}
.border-s-heatwave6\/5 {
  border-inline-start-color: rgba(138, 136, 255, 0.05);
}
.border-s-heatwave6\/50 {
  border-inline-start-color: rgba(138, 136, 255, 0.5);
}
.border-s-heatwave6\/55 {
  border-inline-start-color: rgba(138, 136, 255, 0.55);
}
.border-s-heatwave6\/60 {
  border-inline-start-color: rgba(138, 136, 255, 0.6);
}
.border-s-heatwave6\/65 {
  border-inline-start-color: rgba(138, 136, 255, 0.65);
}
.border-s-heatwave6\/7\.5 {
  border-inline-start-color: rgba(138, 136, 255, 0.075);
}
.border-s-heatwave6\/70 {
  border-inline-start-color: rgba(138, 136, 255, 0.7);
}
.border-s-heatwave6\/75 {
  border-inline-start-color: rgba(138, 136, 255, 0.75);
}
.border-s-heatwave6\/80 {
  border-inline-start-color: rgba(138, 136, 255, 0.8);
}
.border-s-heatwave6\/85 {
  border-inline-start-color: rgba(138, 136, 255, 0.85);
}
.border-s-heatwave6\/90 {
  border-inline-start-color: rgba(138, 136, 255, 0.9);
}
.border-s-heatwave6\/95 {
  border-inline-start-color: rgba(138, 136, 255, 0.95);
}
.border-s-heatwave7\/10 {
  border-inline-start-color: rgba(94, 90, 237, 0.1);
}
.border-s-heatwave7\/100 {
  border-inline-start-color: #5e5aed;
}
.border-s-heatwave7\/15 {
  border-inline-start-color: rgba(94, 90, 237, 0.15);
}
.border-s-heatwave7\/20 {
  border-inline-start-color: rgba(94, 90, 237, 0.2);
}
.border-s-heatwave7\/25 {
  border-inline-start-color: rgba(94, 90, 237, 0.25);
}
.border-s-heatwave7\/30 {
  border-inline-start-color: rgba(94, 90, 237, 0.3);
}
.border-s-heatwave7\/35 {
  border-inline-start-color: rgba(94, 90, 237, 0.35);
}
.border-s-heatwave7\/40 {
  border-inline-start-color: rgba(94, 90, 237, 0.4);
}
.border-s-heatwave7\/45 {
  border-inline-start-color: rgba(94, 90, 237, 0.45);
}
.border-s-heatwave7\/5 {
  border-inline-start-color: rgba(94, 90, 237, 0.05);
}
.border-s-heatwave7\/50 {
  border-inline-start-color: rgba(94, 90, 237, 0.5);
}
.border-s-heatwave7\/55 {
  border-inline-start-color: rgba(94, 90, 237, 0.55);
}
.border-s-heatwave7\/60 {
  border-inline-start-color: rgba(94, 90, 237, 0.6);
}
.border-s-heatwave7\/65 {
  border-inline-start-color: rgba(94, 90, 237, 0.65);
}
.border-s-heatwave7\/7\.5 {
  border-inline-start-color: rgba(94, 90, 237, 0.075);
}
.border-s-heatwave7\/70 {
  border-inline-start-color: rgba(94, 90, 237, 0.7);
}
.border-s-heatwave7\/75 {
  border-inline-start-color: rgba(94, 90, 237, 0.75);
}
.border-s-heatwave7\/80 {
  border-inline-start-color: rgba(94, 90, 237, 0.8);
}
.border-s-heatwave7\/85 {
  border-inline-start-color: rgba(94, 90, 237, 0.85);
}
.border-s-heatwave7\/90 {
  border-inline-start-color: rgba(94, 90, 237, 0.9);
}
.border-s-heatwave7\/95 {
  border-inline-start-color: rgba(94, 90, 237, 0.95);
}
.border-t-heatwave6\/10 {
  border-top-color: rgba(138, 136, 255, 0.1);
}
.border-t-heatwave6\/100 {
  border-top-color: #8a88ff;
}
.border-t-heatwave6\/15 {
  border-top-color: rgba(138, 136, 255, 0.15);
}
.border-t-heatwave6\/20 {
  border-top-color: rgba(138, 136, 255, 0.2);
}
.border-t-heatwave6\/25 {
  border-top-color: rgba(138, 136, 255, 0.25);
}
.border-t-heatwave6\/30 {
  border-top-color: rgba(138, 136, 255, 0.3);
}
.border-t-heatwave6\/35 {
  border-top-color: rgba(138, 136, 255, 0.35);
}
.border-t-heatwave6\/40 {
  border-top-color: rgba(138, 136, 255, 0.4);
}
.border-t-heatwave6\/45 {
  border-top-color: rgba(138, 136, 255, 0.45);
}
.border-t-heatwave6\/5 {
  border-top-color: rgba(138, 136, 255, 0.05);
}
.border-t-heatwave6\/50 {
  border-top-color: rgba(138, 136, 255, 0.5);
}
.border-t-heatwave6\/55 {
  border-top-color: rgba(138, 136, 255, 0.55);
}
.border-t-heatwave6\/60 {
  border-top-color: rgba(138, 136, 255, 0.6);
}
.border-t-heatwave6\/65 {
  border-top-color: rgba(138, 136, 255, 0.65);
}
.border-t-heatwave6\/7\.5 {
  border-top-color: rgba(138, 136, 255, 0.075);
}
.border-t-heatwave6\/70 {
  border-top-color: rgba(138, 136, 255, 0.7);
}
.border-t-heatwave6\/75 {
  border-top-color: rgba(138, 136, 255, 0.75);
}
.border-t-heatwave6\/80 {
  border-top-color: rgba(138, 136, 255, 0.8);
}
.border-t-heatwave6\/85 {
  border-top-color: rgba(138, 136, 255, 0.85);
}
.border-t-heatwave6\/90 {
  border-top-color: rgba(138, 136, 255, 0.9);
}
.border-t-heatwave6\/95 {
  border-top-color: rgba(138, 136, 255, 0.95);
}
.border-t-heatwave7\/10 {
  border-top-color: rgba(94, 90, 237, 0.1);
}
.border-t-heatwave7\/100 {
  border-top-color: #5e5aed;
}
.border-t-heatwave7\/15 {
  border-top-color: rgba(94, 90, 237, 0.15);
}
.border-t-heatwave7\/20 {
  border-top-color: rgba(94, 90, 237, 0.2);
}
.border-t-heatwave7\/25 {
  border-top-color: rgba(94, 90, 237, 0.25);
}
.border-t-heatwave7\/30 {
  border-top-color: rgba(94, 90, 237, 0.3);
}
.border-t-heatwave7\/35 {
  border-top-color: rgba(94, 90, 237, 0.35);
}
.border-t-heatwave7\/40 {
  border-top-color: rgba(94, 90, 237, 0.4);
}
.border-t-heatwave7\/45 {
  border-top-color: rgba(94, 90, 237, 0.45);
}
.border-t-heatwave7\/5 {
  border-top-color: rgba(94, 90, 237, 0.05);
}
.border-t-heatwave7\/50 {
  border-top-color: rgba(94, 90, 237, 0.5);
}
.border-t-heatwave7\/55 {
  border-top-color: rgba(94, 90, 237, 0.55);
}
.border-t-heatwave7\/60 {
  border-top-color: rgba(94, 90, 237, 0.6);
}
.border-t-heatwave7\/65 {
  border-top-color: rgba(94, 90, 237, 0.65);
}
.border-t-heatwave7\/7\.5 {
  border-top-color: rgba(94, 90, 237, 0.075);
}
.border-t-heatwave7\/70 {
  border-top-color: rgba(94, 90, 237, 0.7);
}
.border-t-heatwave7\/75 {
  border-top-color: rgba(94, 90, 237, 0.75);
}
.border-t-heatwave7\/80 {
  border-top-color: rgba(94, 90, 237, 0.8);
}
.border-t-heatwave7\/85 {
  border-top-color: rgba(94, 90, 237, 0.85);
}
.border-t-heatwave7\/90 {
  border-top-color: rgba(94, 90, 237, 0.9);
}
.border-t-heatwave7\/95 {
  border-top-color: rgba(94, 90, 237, 0.95);
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.bg-\[\#0E122F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 18 47 / var(--tw-bg-opacity));
}
.bg-\[\#0E122F\]\/50 {
  background-color: rgba(14, 18, 47, 0.5);
}
.bg-\[\#274D92\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 77 146 / var(--tw-bg-opacity));
}
.bg-\[\#2D3979\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 57 121 / var(--tw-bg-opacity));
}
.bg-\[\#5168DE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(81 104 222 / var(--tw-bg-opacity));
}
.bg-\[\#5168DE\]\/20 {
  background-color: rgba(81, 104, 222, 0.2);
}
.bg-\[\#5EFCD6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(94 252 214 / var(--tw-bg-opacity));
}
.bg-\[\#6379E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 121 233 / var(--tw-bg-opacity));
}
.bg-\[\#6B2436\] {
  --tw-bg-opacity: 1;
  background-color: rgb(107 36 54 / var(--tw-bg-opacity));
}
.bg-\[\#91FDE3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(145 253 227 / var(--tw-bg-opacity));
}
.bg-\[\#CED4EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 212 238 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.02\)\] {
  background-color: rgba(0, 0, 0, 0.02);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
  background-color: rgba(0, 0, 0, 0.22);
}
.bg-\[rgba\(14\2c 18\2c 47\2c 0\.13\)\] {
  background-color: rgba(14, 18, 47, 0.13);
}
.bg-\[rgba\(14\2c 18\2c 47\2c 0\.60\)\],
.bg-\[rgba\(14\2c 18\2c 47\2c 0\.6\)\] {
  background-color: rgba(14, 18, 47, 0.6);
}
.bg-\[rgba\(14\2c 18\2c 47\2c 0\.96\)\] {
  background-color: rgba(14, 18, 47, 0.96);
}
.bg-\[rgba\(252\2c 94\2c 94\2c 0\.20\)\] {
  background-color: rgba(252, 94, 94, 0.2);
}
.bg-\[rgba\(57\2c 85\2c 233\2c 0\.15\)\] {
  background-color: rgba(57, 85, 233, 0.15);
}
.bg-\[rgba\(57\2c 85\2c 233\2c 0\.32\)\] {
  background-color: rgba(57, 85, 233, 0.32);
}
.bg-\[rgba\(57\2c 85\2c 233\2c 0\.58\)\] {
  background-color: rgba(57, 85, 233, 0.58);
}
.bg-\[rgba\(94\2c 90\2c 237\2c 0\.33\)\] {
  background-color: rgba(94, 90, 237, 0.33);
}
.bg-accent\/10 {
  background-color: rgb(var(--accent) / 0.1);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/15 {
  background-color: rgba(0, 0, 0, 0.15);
}
.bg-black\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black\/65 {
  background-color: rgba(0, 0, 0, 0.65);
}
.bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black\/\[0\.025\] {
  background-color: rgba(0, 0, 0, 0.025);
}
.bg-black\/\[0\.075\] {
  background-color: rgba(0, 0, 0, 0.075);
}
.bg-black\/\[13\%\] {
  background-color: rgba(0, 0, 0, 0.13);
}
.bg-buttonSecondary\/20 {
  background-color: rgb(var(--buttonSecondary) / 0.2);
}
.bg-coldsnap4 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 252 214 / var(--tw-bg-opacity));
}
.bg-coldsnap4\/10 {
  background-color: rgba(94, 252, 214, 0.1);
}
.bg-coldsnap4\/40 {
  background-color: rgba(94, 252, 214, 0.4);
}
.bg-functional-green {
  --tw-bg-opacity: 1;
  background-color: rgb(94 252 129 / var(--tw-bg-opacity));
}
.bg-functional-green\/10 {
  background-color: rgba(94, 252, 129, 0.1);
}
.bg-functional-green\/15 {
  background-color: rgba(94, 252, 129, 0.15);
}
.bg-functional-green\/20 {
  background-color: rgba(94, 252, 129, 0.2);
}
.bg-functional-green\/30 {
  background-color: rgba(94, 252, 129, 0.3);
}
.bg-functional-green\/80 {
  background-color: rgba(94, 252, 129, 0.8);
}
.bg-functional-green\/\[0\.12\] {
  background-color: rgba(94, 252, 129, 0.12);
}
.bg-functional-red {
  --tw-bg-opacity: 1;
  background-color: rgb(252 94 94 / var(--tw-bg-opacity));
}
.bg-functional-red-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(240 56 56 / var(--tw-bg-opacity));
}
.bg-functional-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(252 199 94 / var(--tw-bg-opacity));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-heatwave4\/10 {
  background-color: rgba(255, 179, 130, 0.1);
}
.bg-heatwave6 {
  --tw-bg-opacity: 1;
  background-color: rgb(138 136 255 / var(--tw-bg-opacity));
}
.bg-heatwave6\/10 {
  background-color: rgba(138, 136, 255, 0.1);
}
.bg-heatwave6\/100 {
  background-color: #8a88ff;
}
.bg-heatwave6\/15 {
  background-color: rgba(138, 136, 255, 0.15);
}
.bg-heatwave6\/20 {
  background-color: rgba(138, 136, 255, 0.2);
}
.bg-heatwave6\/25 {
  background-color: rgba(138, 136, 255, 0.25);
}
.bg-heatwave6\/30 {
  background-color: rgba(138, 136, 255, 0.3);
}
.bg-heatwave6\/35 {
  background-color: rgba(138, 136, 255, 0.35);
}
.bg-heatwave6\/40 {
  background-color: rgba(138, 136, 255, 0.4);
}
.bg-heatwave6\/45 {
  background-color: rgba(138, 136, 255, 0.45);
}
.bg-heatwave6\/5 {
  background-color: rgba(138, 136, 255, 0.05);
}
.bg-heatwave6\/50 {
  background-color: rgba(138, 136, 255, 0.5);
}
.bg-heatwave6\/55 {
  background-color: rgba(138, 136, 255, 0.55);
}
.bg-heatwave6\/60 {
  background-color: rgba(138, 136, 255, 0.6);
}
.bg-heatwave6\/65 {
  background-color: rgba(138, 136, 255, 0.65);
}
.bg-heatwave6\/7\.5 {
  background-color: rgba(138, 136, 255, 0.075);
}
.bg-heatwave6\/70 {
  background-color: rgba(138, 136, 255, 0.7);
}
.bg-heatwave6\/75 {
  background-color: rgba(138, 136, 255, 0.75);
}
.bg-heatwave6\/80 {
  background-color: rgba(138, 136, 255, 0.8);
}
.bg-heatwave6\/85 {
  background-color: rgba(138, 136, 255, 0.85);
}
.bg-heatwave6\/90 {
  background-color: rgba(138, 136, 255, 0.9);
}
.bg-heatwave6\/95 {
  background-color: rgba(138, 136, 255, 0.95);
}
.bg-heatwave7 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 90 237 / var(--tw-bg-opacity));
}
.bg-heatwave7\/10 {
  background-color: rgba(94, 90, 237, 0.1);
}
.bg-heatwave7\/100 {
  background-color: #5e5aed;
}
.bg-heatwave7\/15 {
  background-color: rgba(94, 90, 237, 0.15);
}
.bg-heatwave7\/20 {
  background-color: rgba(94, 90, 237, 0.2);
}
.bg-heatwave7\/25 {
  background-color: rgba(94, 90, 237, 0.25);
}
.bg-heatwave7\/30 {
  background-color: rgba(94, 90, 237, 0.3);
}
.bg-heatwave7\/35 {
  background-color: rgba(94, 90, 237, 0.35);
}
.bg-heatwave7\/40 {
  background-color: rgba(94, 90, 237, 0.4);
}
.bg-heatwave7\/45 {
  background-color: rgba(94, 90, 237, 0.45);
}
.bg-heatwave7\/5 {
  background-color: rgba(94, 90, 237, 0.05);
}
.bg-heatwave7\/50 {
  background-color: rgba(94, 90, 237, 0.5);
}
.bg-heatwave7\/55 {
  background-color: rgba(94, 90, 237, 0.55);
}
.bg-heatwave7\/60 {
  background-color: rgba(94, 90, 237, 0.6);
}
.bg-heatwave7\/65 {
  background-color: rgba(94, 90, 237, 0.65);
}
.bg-heatwave7\/7\.5 {
  background-color: rgba(94, 90, 237, 0.075);
}
.bg-heatwave7\/70 {
  background-color: rgba(94, 90, 237, 0.7);
}
.bg-heatwave7\/75 {
  background-color: rgba(94, 90, 237, 0.75);
}
.bg-heatwave7\/80 {
  background-color: rgba(94, 90, 237, 0.8);
}
.bg-heatwave7\/85 {
  background-color: rgba(94, 90, 237, 0.85);
}
.bg-heatwave7\/90 {
  background-color: rgba(94, 90, 237, 0.9);
}
.bg-heatwave7\/95 {
  background-color: rgba(94, 90, 237, 0.95);
}
.bg-night0 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 232 244 / var(--tw-bg-opacity));
}
.bg-night1 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 188 224 / var(--tw-bg-opacity));
}
.bg-night1\/10 {
  background-color: rgba(184, 188, 224, 0.1);
}
.bg-night1\/15 {
  background-color: rgba(184, 188, 224, 0.15);
}
.bg-night1\/20 {
  background-color: rgba(184, 188, 224, 0.2);
}
.bg-night1\/5 {
  background-color: rgba(184, 188, 224, 0.05);
}
.bg-night1\/50 {
  background-color: rgba(184, 188, 224, 0.5);
}
.bg-night2 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 120 161 / var(--tw-bg-opacity));
}
.bg-night3 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 82 128 / var(--tw-bg-opacity));
}
.bg-night4 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 58 98 / var(--tw-bg-opacity));
}
.bg-night5 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 43 85 / var(--tw-bg-opacity));
}
.bg-night5\/40 {
  background-color: rgba(37, 43, 85, 0.4);
}
.bg-night5\/50 {
  background-color: rgba(37, 43, 85, 0.5);
}
.bg-night5\/80 {
  background-color: rgba(37, 43, 85, 0.8);
}
.bg-night5\/\[0\.99\] {
  background-color: rgba(37, 43, 85, 0.99);
}
.bg-night6 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 36 76 / var(--tw-bg-opacity));
}
.bg-night6\/40 {
  background-color: rgba(31, 36, 76, 0.4);
}
.bg-night6\/60 {
  background-color: rgba(31, 36, 76, 0.6);
}
.bg-night6\/80 {
  background-color: rgba(31, 36, 76, 0.8);
}
.bg-night7 {
  --tw-bg-opacity: 1;
}
.bg-night7\/60 {
  background-color: rgba(14, 18, 47, 0.6);
}
.bg-night7\/7\.5 {
  background-color: rgba(14, 18, 47, 0.075);
}
.bg-night7\/80 {
  background-color: rgba(14, 18, 47, 0.8);
}
.bg-night7\/90 {
  background-color: rgba(14, 18, 47, 0.9);
}
.bg-night8 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 13 36 / var(--tw-bg-opacity));
}
.bg-night8\/70 {
  background-color: rgba(10, 13, 36, 0.7);
}
.bg-night8\/80 {
  background-color: rgba(10, 13, 36, 0.8);
}
.bg-night9\/30 {
  background-color: rgba(7, 9, 24, 0.3);
}
.bg-night9\/50 {
  background-color: rgba(7, 9, 24, 0.5);
}
.bg-night9\/80 {
  background-color: rgba(7, 9, 24, 0.8);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--primary) / var(--tw-bg-opacity));
}
.bg-primary\/20 {
  background-color: rgb(var(--primary) / 0.2);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/5 {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-\[0\.02\] {
  --tw-bg-opacity: 0.02;
}
.bg-opacity-\[0\.04\] {
  --tw-bg-opacity: 0.04;
}
.bg-opacity-\[0\.06\] {
  --tw-bg-opacity: 0.06;
}
.bg-opacity-\[0\.08\] {
  --tw-bg-opacity: 0.08;
}
.bg-opacity-\[0\.10\] {
  --tw-bg-opacity: 0.1;
}
.bg-\[linear-gradient\(0deg\2c
  _rgba\(255\2c
  _255\2c
  _255\2c
  _0\.44\)_0\%\2c
  rgba\(255\2c
  _255\2c
  _255\2c
  _0\.44\)_100\%\)\2c
  linear-gradient\(0deg\2c
  _rgba\(94\2c
  _252\2c
  _129\2c
  _1\)_0\%\2c
  rgba\(94\2c
  _252\2c
  _129\2c
  _1\)_100\%\)\] {
  background-image: linear-gradient(
      0deg,
      hsla(0, 0%, 100%, 0.44),
      hsla(0, 0%, 100%, 0.44)
    ),
    linear-gradient(0deg, #5efc81, #5efc81);
}
.bg-\[linear-gradient\(0deg\2c
  rgb\(0_0_0_\/_0\.2\)\2c
  rgb\(0_0_0_\/_0\.2\)\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--buttonSecondary\)_\/_0\.4\)\2c
  rgb\(var\(--buttonSecondary\)_\/_0\.4\)\)\] {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    linear-gradient(
      0deg,
      rgb(var(--buttonSecondary) / 0.4),
      rgb(var(--buttonSecondary) / 0.4)
    );
}
.bg-\[linear-gradient\(0deg\2c
  rgb\(255_255_255\/0\)\2c
  rgb\(255_255_255\/\.2\)\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--buttonPrimary\)\)\2c
  rgb\(var\(--buttonPrimary\)\)\)\] {
  background-image: linear-gradient(
      0deg,
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0.2)
    ),
    linear-gradient(0deg, rgb(var(--buttonPrimary)), rgb(var(--buttonPrimary)));
}
.bg-\[linear-gradient\(0deg\2c
  rgb\(255_255_255\/0\)\2c
  rgb\(255_255_255\/\.2\)\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--danger\)\)\2c
  rgb\(var\(--danger\)\)\)\] {
  background-image: linear-gradient(
      0deg,
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0.2)
    ),
    linear-gradient(0deg, rgb(var(--danger)), rgb(var(--danger)));
}
.bg-\[linear-gradient\(0deg\2c
  rgba\(94\2c
  252\2c
  129\2c
  0\.13\)_0\%\2c
  rgba\(94\2c
  252\2c
  129\2c
  0\.13\)_100\%\)\2c
  linear-gradient\(to_bottom\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\.04\)_0\%\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\.01\)_100\%\)\] {
  background-image: linear-gradient(
      0deg,
      rgba(94, 252, 129, 0.13),
      rgba(94, 252, 129, 0.13)
    ),
    linear-gradient(180deg, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0.01));
}
.bg-\[linear-gradient\(0deg\2c
  rgba\(94\2c
  252\2c
  214\2c
  0\.18\)_0\%\2c
  rgba\(94\2c
  252\2c
  214\2c
  0\.18\)_100\%\)\2c
  linear-gradient\(to_bottom\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\.04\)_0\%\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\.01\)_100\%\)\] {
  background-image: linear-gradient(
      0deg,
      rgba(94, 252, 214, 0.18),
      rgba(94, 252, 214, 0.18)
    ),
    linear-gradient(180deg, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0.01));
}
.bg-\[linear-gradient\(103\.91deg\2c
  rgb\(var\(--primary\)\/0\.66\)_0\%\2c
  rgb\(var\(--primary\)\/0\.495\)_100\%\)\2c
  radial-gradient\(100\%_200\.91\%_at_0\%_0\%\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\.0506\)_68\.37\%\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\.46\)_100\%\)\] {
  background-image: linear-gradient(
      103.91deg,
      rgb(var(--primary) / 0.66) 0,
      rgb(var(--primary) / 0.495) 100%
    ),
    radial-gradient(
      100% 200.91% at 0 0,
      rgba(0, 0, 0, 0.051) 68.37%,
      rgba(0, 0, 0, 0.46) 100%
    );
}
.bg-\[linear-gradient\(121deg\2c
  _rgba\(255\2c
  255\2c
  255\2c
  0\.5\)_36\%\2c
  _\#ffffff_50\%\2c
  _rgba\(255\2c
  255\2c
  255\2c
  0\.5\)_64\%\)\] {
  background-image: linear-gradient(
    121deg,
    hsla(0, 0%, 100%, 0.5) 36%,
    #fff 50%,
    hsla(0, 0%, 100%, 0.5) 64%
  );
}
.bg-\[linear-gradient\(135\.81deg\2c
  rgb\(var\(--accent\)\/\.2\)_0\%\2c
  rgba\(94\2c
  252\2c
  214\2c
  0\)_71\.5\%\)\2c
  linear-gradient\(135\.81deg\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\)_1\.5\%\2c
  rgba\(0\2c
  0\2c
  0\2c
  \.05\)_100\%\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--primary\)\)_0\%\2c
  rgb\(var\(--primary\)\)_100\%\)\] {
  background-image: linear-gradient(
      135.81deg,
      rgb(var(--accent) / 0.2) 0,
      rgba(94, 252, 214, 0) 71.5%
    ),
    linear-gradient(135.81deg, transparent 1.5%, rgba(0, 0, 0, 0.05) 100%),
    linear-gradient(0deg, rgb(var(--primary)) 0, rgb(var(--primary)) 100%);
}
.bg-\[linear-gradient\(180deg\2c
  _rgba\(0\2c
  0\2c
  0\2c
  0\)_0\%\2c
  _rgba\(0\2c
  0\2c
  0\2c
  0\)_100\%\)\] {
  background-image: linear-gradient(180deg, transparent, transparent);
}
.bg-\[linear-gradient\(180deg\2c
  _rgba\(138\2c
  _136\2c
  _255\2c
  _0\.35\)_0\%\2c
  _rgba\(138\2c
  _136\2c
  _255\2c
  _0\.28\)_100\%\)\] {
  background-image: linear-gradient(
    180deg,
    rgba(138, 136, 255, 0.35),
    rgba(138, 136, 255, 0.28)
  );
}
.bg-\[linear-gradient\(180deg\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\.25\)_0\%\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\.35\)_100\%\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--primary\)\/1\)_0\%\2c
  rgb\(var\(--primary\)\/1\)_100\%\)\] {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.25) 0,
      rgba(0, 0, 0, 0.35) 100%
    ),
    linear-gradient(
      0deg,
      rgb(var(--primary) / 1) 0,
      rgb(var(--primary) / 1) 100%
    );
}
.bg-\[linear-gradient\(360deg\2c
  rgb\(var\(--accent\)\/0\.22\)_0\%\2c
  rgb\(var\(--accent\)\/0\.165\)_113\.04\%\)\2c
  linear-gradient\(360deg\2c
  \#39468C_0\%\2c
  \#39468C_100\%\)\] {
  background-image: linear-gradient(
      1turn,
      rgb(var(--accent) / 0.22) 0,
      rgb(var(--accent) / 0.165) 113.04%
    ),
    linear-gradient(1turn, #39468c 0, #39468c 100%);
}
.bg-\[radial-gradient\(170\.26\%_142\%_at_50\%_-33\%\2c
  _\#FFF7D2_0\%\2c
  _\#FFE5AA_25\%\2c
  _\#FFB383_50\%\2c
  _\#E37790_75\%\2c
  _\#5E5BED_100\%\)\] {
  background-image: radial-gradient(
    170.26% 142% at 50% -33%,
    #fff7d2 0,
    #ffe5aa 25%,
    #ffb383 50%,
    #e37790 75%,
    #5e5bed 100%
  );
}
.bg-\[radial-gradient\(49\.91\%_100\%_at_50\.09\%_0\%\2c
  rgb\(var\(--accent\)\/\.33\)_0\%\2c
  rgb\(var\(--accent\)\/\.11\)_100\%\)\] {
  background-image: radial-gradient(
    49.91% 100% at 50.09% 0,
    rgb(var(--accent) / 0.33) 0,
    rgb(var(--accent) / 0.11) 100%
  );
}
.bg-\[radial-gradient\(50\%_50\%_at_50\%_107\.45\%\2c
  rgb\(var\(--accent\)\/\.5\)_0\%\2c
  rgb\(var\(--accent\)\/0\)_100\%\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--buttonPrimary\)\/\.13\)\2c
  rgb\(var\(--buttonPrimary\)\/\.13\)\)\] {
  background-image: radial-gradient(
      50% 50% at 50% 107.45%,
      rgb(var(--accent) / 0.5) 0,
      rgb(var(--accent) / 0) 100%
    ),
    linear-gradient(
      0deg,
      rgb(var(--buttonPrimary) / 0.13),
      rgb(var(--buttonPrimary) / 0.13)
    );
}
.bg-\[radial-gradient\(50\.09\%_50\%_at_50\.09\%_50\%\2c
  rgb\(var\(--accent\)\/\.15\)_0\%\2c
  rgb\(var\(--accent\)\/0\)_100\%\)\] {
  background-image: radial-gradient(
    50.09% 50% at 50.09% 50%,
    rgb(var(--accent) / 0.15) 0,
    rgb(var(--accent) / 0) 100%
  );
}
.bg-\[radial-gradient\(50\.16\%_50\.16\%_at_50\.16\%_49\.84\%\2c
  _\#5EFCD6_0\%\2c
  _\#5E5BED_100\%\)\] {
  background-image: radial-gradient(
    50.16% 50.16% at 50.16% 49.84%,
    #5efcd6 0,
    #5e5bed 100%
  );
}
.bg-\[radial-gradient\(50\.16\%_50\.16\%_at_50\.16\%_49\.84\%\2c
  _\#FC5E5E_0\%\2c
  _rgba\(252\2c
  _94\2c
  _94\2c
  _0\.00\)_100\%\)\] {
  background-image: radial-gradient(
    50.16% 50.16% at 50.16% 49.84%,
    #fc5e5e 0,
    rgba(252, 94, 94, 0) 100%
  );
}
.bg-\[radial-gradient\(89\.97\%_100\%_at_0\%_50\%\2c
  rgba\(94\2c
  252\2c
  129\2c
  0\.12\)_0\%\2c
  rgba\(94\2c
  252\2c
  129\2c
  0\.00\)_100\%\)\] {
  background-image: radial-gradient(
    89.97% 100% at 0 50%,
    rgba(94, 252, 129, 0.12) 0,
    rgba(94, 252, 129, 0) 100%
  );
}
.bg-\[radial-gradient\(at_left_top\2c
  rgba\(var\(--primary\)\/0\.22\)_17\%\2c
  rgba\(var\(--primary\)\/0\.11\)_85\%\)\2c
  linear-gradient\(0deg\2c
  _rgba\(0\2c
  _0\2c
  _0\2c
  _0\.9\)_0\%\2c
  rgba\(0\2c
  _0\2c
  _0\2c
  _0\.9\)_100\%\)\] {
  background-image: radial-gradient(
      at left top,
      rgba(var(--primary) / 0.22) 17%,
      rgba(var(--primary) / 0.11) 85%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.9) 100%);
}
.bg-\[url\(\"\/assets\/blog\/blog-cta-bg-1\.png\"\)\] {
  background-image: url(/assets/blog/blog-cta-bg-1.png);
}
.bg-\[url\(\'\/assets\/landingB2BAug23\/glitch\/coldsnap\.svg\'\)\] {
  background-image: url(/assets/landingB2BAug23/glitch/coldsnap.svg);
}
.bg-\[url\(\'\/assets\/landingB2BAug23\/glitch\/glitch\.svg\'\)\] {
  background-image: url(/assets/landingB2BAug23/glitch/glitch.svg);
}
.bg-alarm-gradient {
  background-image: radial-gradient(
    119.9% 100% at 50% 0,
    #ff98c1 0,
    rgba(255, 114, 146, 0.99) 38.02%,
    #fc5e5e 100%
  );
}
.bg-blog-text-gradient {
  background-image: radial-gradient(
    76.72% 54.27% at 50% 76.83%,
    #8a88ff 29.21%,
    #5efcd6 100%
  );
}
.bg-checkered {
  background-image: linear-gradient(
      45deg,
      #000 25%,
      transparent 0,
      transparent 75%,
      #000 0
    ),
    linear-gradient(45deg, #000 25%, transparent 0, transparent 75%, #000 0);
}
.bg-coldsnap-gradient {
  background-image: linear-gradient(
      0deg,
      rgba(94, 252, 214, 0.16),
      rgba(94, 252, 214, 0.16)
    ),
    linear-gradient(0deg, rgba(14, 18, 47, 0.6), rgba(14, 18, 47, 0.6));
}
.bg-conic-gradient {
  background-image: conic-gradient(
    from 90deg at 50% 50.1%,
    #ffe5aa 0deg,
    #ffb383 45deg,
    #e37790 90deg,
    #5e5bed 135deg,
    #5efcd6 180deg,
    #5e5bed 225deg,
    #e37790 270deg,
    #ffb382 315deg,
    #ffe4aa 1turn
  );
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-scroll-gradient {
  background-image: linear-gradient(
    90deg,
    #ffe4aa,
    #ffb382 14.29%,
    #e37790 28.57%,
    #5e5aed 42.86%,
    #5e5aed 57.14%,
    #e37790 71.43%,
    #ffb382 85.71%,
    #ffe4aa
  );
}
.bg-surface-input-default {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0.54) 100%
    ),
    linear-gradient(0deg, rgb(var(--primary)), rgb(var(--primary)));
}
.bg-surface-panel {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.51) 0,
      rgba(0, 0, 0, 0.45) 100%
    ),
    linear-gradient(0deg, rgb(var(--primary)), rgb(var(--primary)));
}
.bg-tag-coldsnap-hover {
  background-image: radial-gradient(
    50.16% 50.16% at 50.16% 49.84%,
    #5efcd6 0,
    rgba(94, 252, 214, 0) 100%
  );
}
.bg-tag-danger-hover {
  background-image: radial-gradient(
    50.16% 50.16% at 50.16% 49.84%,
    #e37790 0,
    rgba(227, 119, 144, 0) 100%
  );
}
.bg-tag-heatwave-hover {
  background-image: radial-gradient(
    50.16% 50.16% at 50.16% 49.84%,
    #5e5aed 0,
    rgba(94, 90, 237, 0) 100%
  );
}
.bg-tag-warning-hover {
  background-image: radial-gradient(
    50.16% 50.16% at 50.16% 49.84%,
    #ffb382 0,
    rgba(255, 179, 130, 0) 100%
  );
}
.from-\[\#202957\] {
  --tw-gradient-from: #202957 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(32, 41, 87, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#3D8BFF\] {
  --tw-gradient-from: #3d8bff var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(61, 139, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5E5AED\]\/40 {
  --tw-gradient-from: rgba(94, 90, 237, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5E5AED\]\/70 {
  --tw-gradient-from: rgba(94, 90, 237, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5E5AED\]\/80 {
  --tw-gradient-from: rgba(94, 90, 237, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#8A88FF\] {
  --tw-gradient-from: #8a88ff var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F03838\] {
  --tw-gradient-from: #f03838 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(240, 56, 56, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFE4AA\] {
  --tw-gradient-from: #ffe4aa var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(255, 228, 170, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f33\] {
  --tw-gradient-from: #f33 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(255, 51, 51, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\.36\)\] {
  --tw-gradient-from: rgba(0, 0, 0, 0.36) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: transparent var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(138\2c 136\2c 255\2c 0\.3\)\] {
  --tw-gradient-from: rgba(138, 136, 255, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(14\2c 18\2c 47\2c 0\.40\)\] {
  --tw-gradient-from: rgba(14, 18, 47, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(14, 18, 47, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(227\2c 119\2c 144\2c 0\.25\)\] {
  --tw-gradient-from: rgba(227, 119, 144, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(227, 119, 144, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(227\2c 119\2c 144\2c 0\.40\)\] {
  --tw-gradient-from: rgba(227, 119, 144, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(227, 119, 144, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(252\2c 199\2c 94\2c 0\.24\)\] {
  --tw-gradient-from: rgba(252, 199, 94, 0.24) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(252, 199, 94, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(252\2c 94\2c 94\2c 0\.16\)_0\%\] {
  --tw-gradient-from: rgba(252, 94, 94, 0.16) 0%
    var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(255\2c 179\2c 130\2c 0\.25\)\] {
  --tw-gradient-from: rgba(255, 179, 130, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(255, 179, 130, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(255\2c 179\2c 130\2c 0\.40\)\] {
  --tw-gradient-from: rgba(255, 179, 130, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(255, 179, 130, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(94\2c 252\2c 129\2c 0\.16\)_0\%\] {
  --tw-gradient-from: rgba(94, 252, 129, 0.16) 0%
    var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(94\2c 252\2c 129\2c 0\.25\)\] {
  --tw-gradient-from: rgba(94, 252, 129, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 129, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(94\2c 252\2c 129\2c 0\.40\)\] {
  --tw-gradient-from: rgba(94, 252, 129, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 129, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(94\2c 252\2c 214\2c 0\.05\)\] {
  --tw-gradient-from: rgba(94, 252, 214, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 214, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(94\2c 252\2c 214\2c 0\.25\)\] {
  --tw-gradient-from: rgba(94, 252, 214, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 214, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(94\2c 90\2c 237\2c 0\.1\)\] {
  --tw-gradient-from: rgba(94, 90, 237, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/20 {
  --tw-gradient-from: rgba(0, 0, 0, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: transparent var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/30 {
  --tw-gradient-from: rgba(0, 0, 0, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: transparent var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60 {
  --tw-gradient-from: rgba(0, 0, 0, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: transparent var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-buttonPrimary {
  --tw-gradient-from: rgb(var(--buttonPrimary) / 1)
    var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgb(var(--buttonPrimary) / 0)
    var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-coldsnap4 {
  --tw-gradient-from: #5efcd6 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 214, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-coldsnap4\/10 {
  --tw-gradient-from: rgba(94, 252, 214, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 214, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-coldsnap4\/100 {
  --tw-gradient-from: #5efcd6 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 214, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-coldsnap4\/20 {
  --tw-gradient-from: rgba(94, 252, 214, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 214, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-coldsnap4\/40 {
  --tw-gradient-from: rgba(94, 252, 214, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 214, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-functional-green {
  --tw-gradient-from: #5efc81 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 129, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-functional-green\/10 {
  --tw-gradient-from: rgba(94, 252, 129, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 129, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-functional-green\/15 {
  --tw-gradient-from: rgba(94, 252, 129, 0.15) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 129, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-functional-green\/60 {
  --tw-gradient-from: rgba(94, 252, 129, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 129, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-functional-red {
  --tw-gradient-from: #fc5e5e var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(252, 94, 94, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-functional-red\/10 {
  --tw-gradient-from: rgba(252, 94, 94, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(252, 94, 94, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-functional-yellow {
  --tw-gradient-from: #fcc75e var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(252, 199, 94, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-functional-yellow\/15 {
  --tw-gradient-from: rgba(252, 199, 94, 0.15) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(252, 199, 94, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(74, 222, 128, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6 {
  --tw-gradient-from: #8a88ff var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/10 {
  --tw-gradient-from: rgba(138, 136, 255, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/100 {
  --tw-gradient-from: #8a88ff var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/15 {
  --tw-gradient-from: rgba(138, 136, 255, 0.15) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/20 {
  --tw-gradient-from: rgba(138, 136, 255, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/25 {
  --tw-gradient-from: rgba(138, 136, 255, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/30 {
  --tw-gradient-from: rgba(138, 136, 255, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/35 {
  --tw-gradient-from: rgba(138, 136, 255, 0.35) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/40 {
  --tw-gradient-from: rgba(138, 136, 255, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/45 {
  --tw-gradient-from: rgba(138, 136, 255, 0.45) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/5 {
  --tw-gradient-from: rgba(138, 136, 255, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/50 {
  --tw-gradient-from: rgba(138, 136, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/55 {
  --tw-gradient-from: rgba(138, 136, 255, 0.55) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/60 {
  --tw-gradient-from: rgba(138, 136, 255, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/65 {
  --tw-gradient-from: rgba(138, 136, 255, 0.65) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/7\.5 {
  --tw-gradient-from: rgba(138, 136, 255, 0.075)
    var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/70 {
  --tw-gradient-from: rgba(138, 136, 255, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/75 {
  --tw-gradient-from: rgba(138, 136, 255, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/80 {
  --tw-gradient-from: rgba(138, 136, 255, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/85 {
  --tw-gradient-from: rgba(138, 136, 255, 0.85) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/90 {
  --tw-gradient-from: rgba(138, 136, 255, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave6\/95 {
  --tw-gradient-from: rgba(138, 136, 255, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7 {
  --tw-gradient-from: #5e5aed var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/10 {
  --tw-gradient-from: rgba(94, 90, 237, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/100 {
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/15 {
  --tw-gradient-from: rgba(94, 90, 237, 0.15) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/20 {
  --tw-gradient-from: rgba(94, 90, 237, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/25 {
  --tw-gradient-from: rgba(94, 90, 237, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/30 {
  --tw-gradient-from: rgba(94, 90, 237, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/35 {
  --tw-gradient-from: rgba(94, 90, 237, 0.35) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/40 {
  --tw-gradient-from: rgba(94, 90, 237, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/45 {
  --tw-gradient-from: rgba(94, 90, 237, 0.45) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/5 {
  --tw-gradient-from: rgba(94, 90, 237, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/50 {
  --tw-gradient-from: rgba(94, 90, 237, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/55 {
  --tw-gradient-from: rgba(94, 90, 237, 0.55) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/60 {
  --tw-gradient-from: rgba(94, 90, 237, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/65 {
  --tw-gradient-from: rgba(94, 90, 237, 0.65) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/7\.5 {
  --tw-gradient-from: rgba(94, 90, 237, 0.075) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/70 {
  --tw-gradient-from: rgba(94, 90, 237, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/75 {
  --tw-gradient-from: rgba(94, 90, 237, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/80 {
  --tw-gradient-from: rgba(94, 90, 237, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/85 {
  --tw-gradient-from: rgba(94, 90, 237, 0.85) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/90 {
  --tw-gradient-from: rgba(94, 90, 237, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-heatwave7\/95 {
  --tw-gradient-from: rgba(94, 90, 237, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-night0 {
  --tw-gradient-from: #e6e8f4 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(230, 232, 244, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-night1\/50 {
  --tw-gradient-from: rgba(184, 188, 224, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(184, 188, 224, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-night6\/80 {
  --tw-gradient-from: rgba(31, 36, 76, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(31, 36, 76, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-night7 {
  --tw-gradient-from: #0e122f var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(14, 18, 47, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/30 {
  --tw-gradient-from: rgb(var(--primary) / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgb(var(--primary) / 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: transparent var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/20 {
  --tw-gradient-from: hsla(0, 0%, 100%, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#E37790\] {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(227, 119, 144, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    #e37790 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[rgba\(94\2c 252\2c 129\2c 0\.20\)_50\%\] {
  --tw-gradient-via-position: ;
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 252, 129, 0.2) 50% var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/10 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/100 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    #8a88ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-heatwave6\/15 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/20 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/25 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/30 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/35 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/40 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/45 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/5 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/50 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/55 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/60 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/65 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/7\.5 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.075) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/70 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/75 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/80 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/85 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/90 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave6\/95 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(138, 136, 255, 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/10 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.1) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/100 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    #5e5aed var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-heatwave7\/15 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.15) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/20 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.2) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/25 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.25) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/30 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/35 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.35) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/40 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.4) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/45 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.45) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/5 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.05) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/50 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.5) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/55 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.55) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/60 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.6) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/65 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.65) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/7\.5 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.075) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/70 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.7) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/75 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.75) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/80 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.8) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/85 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.85) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/90 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.9) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-heatwave7\/95 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(94, 90, 237, 0.95) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.via-night6\/60 {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(31, 36, 76, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(31, 36, 76, 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#192043\] {
  --tw-gradient-to: #192043 var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[\#3D8BFF80\] {
  --tw-gradient-to: #3d8bff80 var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[\#3D8BFF\]\/50 {
  --tw-gradient-to: rgba(61, 139, 255, 0.5) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[\#5E5AED\] {
  --tw-gradient-to: #5e5aed var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[\#5E5AED\]\/20 {
  --tw-gradient-to: rgba(94, 90, 237, 0.2) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[\#5E5AED\]\/40 {
  --tw-gradient-to: rgba(94, 90, 237, 0.4) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[\#5E5AED\]\/50 {
  --tw-gradient-to: rgba(94, 90, 237, 0.5) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[\#785AED\]\/5 {
  --tw-gradient-to: rgba(120, 90, 237, 0.05) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[\#E37790\] {
  --tw-gradient-to: #e37790 var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[\#F03838\]\/50 {
  --tw-gradient-to: rgba(240, 56, 56, 0.5) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[\#FFE4AA\] {
  --tw-gradient-to: #ffe4aa var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(0\2c 0\2c 0\2c 0\.55\)\] {
  --tw-gradient-to: rgba(0, 0, 0, 0.55) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(138\2c 136\2c 255\2c 0\.18\)\] {
  --tw-gradient-to: rgba(138, 136, 255, 0.18) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(14\2c 18\2c 47\2c 0\.16\)_100\%\] {
  --tw-gradient-to: rgba(14, 18, 47, 0.16) 100% var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(14\2c 18\2c 47\2c 0\.2\)\] {
  --tw-gradient-to: rgba(14, 18, 47, 0.2) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(227\2c 119\2c 144\2c 0\.13\)\] {
  --tw-gradient-to: rgba(227, 119, 144, 0.13) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(227\2c 119\2c 144\2c 0\.20\)\] {
  --tw-gradient-to: rgba(227, 119, 144, 0.2) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(252\2c 199\2c 94\2c 0\.24\)\] {
  --tw-gradient-to: rgba(252, 199, 94, 0.24) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(255\2c 179\2c 130\2c 0\.13\)\] {
  --tw-gradient-to: rgba(255, 179, 130, 0.13) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(255\2c 179\2c 130\2c 0\.20\)\] {
  --tw-gradient-to: rgba(255, 179, 130, 0.2) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(255\2c 51\2c 51\2c 0\.5\)\] {
  --tw-gradient-to: rgba(255, 51, 51, 0.5) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(61\2c 139\2c 255\2c 0\.5\)\] {
  --tw-gradient-to: rgba(61, 139, 255, 0.5) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(94\2c 252\2c 129\2c 0\.13\)\] {
  --tw-gradient-to: rgba(94, 252, 129, 0.13) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(94\2c 252\2c 129\2c 0\.16\)_100\%\] {
  --tw-gradient-to: rgba(94, 252, 129, 0.16) 100% var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(94\2c 252\2c 129\2c 0\.20\)\] {
  --tw-gradient-to: rgba(94, 252, 129, 0.2) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(94\2c 252\2c 214\2c 0\.13\)\] {
  --tw-gradient-to: rgba(94, 252, 214, 0.13) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(94\2c 252\2c 214\2c 0\.6\)\] {
  --tw-gradient-to: rgba(94, 252, 214, 0.6) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-\[rgba\(94\2c 90\2c 237\2c 0\.05\)\] {
  --tw-gradient-to: rgba(94, 90, 237, 0.05) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-black\/10 {
  --tw-gradient-to: rgba(0, 0, 0, 0.1) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-black\/15 {
  --tw-gradient-to: rgba(0, 0, 0, 0.15) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-black\/70 {
  --tw-gradient-to: rgba(0, 0, 0, 0.7) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-coldsnap4 {
  --tw-gradient-to: #5efcd6 var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-coldsnap4\/0 {
  --tw-gradient-to: rgba(94, 252, 214, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-coldsnap4\/20 {
  --tw-gradient-to: rgba(94, 252, 214, 0.2) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-coldsnap4\/40 {
  --tw-gradient-to: rgba(94, 252, 214, 0.4) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-coldsnap4\/50 {
  --tw-gradient-to: rgba(94, 252, 214, 0.5) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-functional-green\/10 {
  --tw-gradient-to: rgba(94, 252, 129, 0.1) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-functional-green\/30 {
  --tw-gradient-to: rgba(94, 252, 129, 0.3) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-functional-green\/5 {
  --tw-gradient-to: rgba(94, 252, 129, 0.05) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-functional-red\/5 {
  --tw-gradient-to: rgba(252, 94, 94, 0.05) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-functional-red\/80 {
  --tw-gradient-to: rgba(252, 94, 94, 0.8) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-functional-yellow\/10 {
  --tw-gradient-to: rgba(252, 199, 94, 0.1) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-functional-yellow\/80 {
  --tw-gradient-to: rgba(252, 199, 94, 0.8) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6 {
  --tw-gradient-to: #8a88ff var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/10 {
  --tw-gradient-to: rgba(138, 136, 255, 0.1) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/100 {
  --tw-gradient-to: #8a88ff var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/15 {
  --tw-gradient-to: rgba(138, 136, 255, 0.15) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/20 {
  --tw-gradient-to: rgba(138, 136, 255, 0.2) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/25 {
  --tw-gradient-to: rgba(138, 136, 255, 0.25) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/30 {
  --tw-gradient-to: rgba(138, 136, 255, 0.3) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/35 {
  --tw-gradient-to: rgba(138, 136, 255, 0.35) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/40 {
  --tw-gradient-to: rgba(138, 136, 255, 0.4) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/45 {
  --tw-gradient-to: rgba(138, 136, 255, 0.45) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/5 {
  --tw-gradient-to: rgba(138, 136, 255, 0.05) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/50 {
  --tw-gradient-to: rgba(138, 136, 255, 0.5) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/55 {
  --tw-gradient-to: rgba(138, 136, 255, 0.55) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/60 {
  --tw-gradient-to: rgba(138, 136, 255, 0.6) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/65 {
  --tw-gradient-to: rgba(138, 136, 255, 0.65) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/7\.5 {
  --tw-gradient-to: rgba(138, 136, 255, 0.075) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/70 {
  --tw-gradient-to: rgba(138, 136, 255, 0.7) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/75 {
  --tw-gradient-to: rgba(138, 136, 255, 0.75) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/80 {
  --tw-gradient-to: rgba(138, 136, 255, 0.8) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/85 {
  --tw-gradient-to: rgba(138, 136, 255, 0.85) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/90 {
  --tw-gradient-to: rgba(138, 136, 255, 0.9) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave6\/95 {
  --tw-gradient-to: rgba(138, 136, 255, 0.95) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7 {
  --tw-gradient-to: #5e5aed var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/10 {
  --tw-gradient-to: rgba(94, 90, 237, 0.1) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/100 {
  --tw-gradient-to: #5e5aed var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/15 {
  --tw-gradient-to: rgba(94, 90, 237, 0.15) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/20 {
  --tw-gradient-to: rgba(94, 90, 237, 0.2) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/25 {
  --tw-gradient-to: rgba(94, 90, 237, 0.25) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/30 {
  --tw-gradient-to: rgba(94, 90, 237, 0.3) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/35 {
  --tw-gradient-to: rgba(94, 90, 237, 0.35) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/40 {
  --tw-gradient-to: rgba(94, 90, 237, 0.4) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/45 {
  --tw-gradient-to: rgba(94, 90, 237, 0.45) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/5 {
  --tw-gradient-to: rgba(94, 90, 237, 0.05) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/50 {
  --tw-gradient-to: rgba(94, 90, 237, 0.5) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/55 {
  --tw-gradient-to: rgba(94, 90, 237, 0.55) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/60 {
  --tw-gradient-to: rgba(94, 90, 237, 0.6) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/65 {
  --tw-gradient-to: rgba(94, 90, 237, 0.65) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/7\.5 {
  --tw-gradient-to: rgba(94, 90, 237, 0.075) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/70 {
  --tw-gradient-to: rgba(94, 90, 237, 0.7) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/75 {
  --tw-gradient-to: rgba(94, 90, 237, 0.75) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/80 {
  --tw-gradient-to: rgba(94, 90, 237, 0.8) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/85 {
  --tw-gradient-to: rgba(94, 90, 237, 0.85) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/90 {
  --tw-gradient-to: rgba(94, 90, 237, 0.9) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-heatwave7\/95 {
  --tw-gradient-to: rgba(94, 90, 237, 0.95) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-night1\/20 {
  --tw-gradient-to: rgba(184, 188, 224, 0.2) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-night2 {
  --tw-gradient-to: #7278a1 var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-night7\/0 {
  --tw-gradient-to: rgba(14, 18, 47, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-night9\/80 {
  --tw-gradient-to: rgba(7, 9, 24, 0.8) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-primary\/60 {
  --tw-gradient-to: rgb(var(--primary) / 0.6) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.bg-\[length\:400\%_100\%\] {
  background-size: 400% 100%;
}
.bg-\[length\:4px_4px\] {
  background-size: 4px 4px;
}
.bg-cover {
  background-size: cover;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.bg-center {
  background-position: 50%;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.fill-heatwave6\/10 {
  fill: rgba(138, 136, 255, 0.1);
}
.fill-heatwave6\/100 {
  fill: #8a88ff;
}
.fill-heatwave6\/15 {
  fill: rgba(138, 136, 255, 0.15);
}
.fill-heatwave6\/20 {
  fill: rgba(138, 136, 255, 0.2);
}
.fill-heatwave6\/25 {
  fill: rgba(138, 136, 255, 0.25);
}
.fill-heatwave6\/30 {
  fill: rgba(138, 136, 255, 0.3);
}
.fill-heatwave6\/35 {
  fill: rgba(138, 136, 255, 0.35);
}
.fill-heatwave6\/40 {
  fill: rgba(138, 136, 255, 0.4);
}
.fill-heatwave6\/45 {
  fill: rgba(138, 136, 255, 0.45);
}
.fill-heatwave6\/5 {
  fill: rgba(138, 136, 255, 0.05);
}
.fill-heatwave6\/50 {
  fill: rgba(138, 136, 255, 0.5);
}
.fill-heatwave6\/55 {
  fill: rgba(138, 136, 255, 0.55);
}
.fill-heatwave6\/60 {
  fill: rgba(138, 136, 255, 0.6);
}
.fill-heatwave6\/65 {
  fill: rgba(138, 136, 255, 0.65);
}
.fill-heatwave6\/7\.5 {
  fill: rgba(138, 136, 255, 0.075);
}
.fill-heatwave6\/70 {
  fill: rgba(138, 136, 255, 0.7);
}
.fill-heatwave6\/75 {
  fill: rgba(138, 136, 255, 0.75);
}
.fill-heatwave6\/80 {
  fill: rgba(138, 136, 255, 0.8);
}
.fill-heatwave6\/85 {
  fill: rgba(138, 136, 255, 0.85);
}
.fill-heatwave6\/90 {
  fill: rgba(138, 136, 255, 0.9);
}
.fill-heatwave6\/95 {
  fill: rgba(138, 136, 255, 0.95);
}
.fill-heatwave7\/10 {
  fill: rgba(94, 90, 237, 0.1);
}
.fill-heatwave7\/100 {
  fill: #5e5aed;
}
.fill-heatwave7\/15 {
  fill: rgba(94, 90, 237, 0.15);
}
.fill-heatwave7\/20 {
  fill: rgba(94, 90, 237, 0.2);
}
.fill-heatwave7\/25 {
  fill: rgba(94, 90, 237, 0.25);
}
.fill-heatwave7\/30 {
  fill: rgba(94, 90, 237, 0.3);
}
.fill-heatwave7\/35 {
  fill: rgba(94, 90, 237, 0.35);
}
.fill-heatwave7\/40 {
  fill: rgba(94, 90, 237, 0.4);
}
.fill-heatwave7\/45 {
  fill: rgba(94, 90, 237, 0.45);
}
.fill-heatwave7\/5 {
  fill: rgba(94, 90, 237, 0.05);
}
.fill-heatwave7\/50 {
  fill: rgba(94, 90, 237, 0.5);
}
.fill-heatwave7\/55 {
  fill: rgba(94, 90, 237, 0.55);
}
.fill-heatwave7\/60 {
  fill: rgba(94, 90, 237, 0.6);
}
.fill-heatwave7\/65 {
  fill: rgba(94, 90, 237, 0.65);
}
.fill-heatwave7\/7\.5 {
  fill: rgba(94, 90, 237, 0.075);
}
.fill-heatwave7\/70 {
  fill: rgba(94, 90, 237, 0.7);
}
.fill-heatwave7\/75 {
  fill: rgba(94, 90, 237, 0.75);
}
.fill-heatwave7\/80 {
  fill: rgba(94, 90, 237, 0.8);
}
.fill-heatwave7\/85 {
  fill: rgba(94, 90, 237, 0.85);
}
.fill-heatwave7\/90 {
  fill: rgba(94, 90, 237, 0.9);
}
.fill-heatwave7\/95 {
  fill: rgba(94, 90, 237, 0.95);
}
.stroke-heatwave6\/10 {
  stroke: rgba(138, 136, 255, 0.1);
}
.stroke-heatwave6\/100 {
  stroke: #8a88ff;
}
.stroke-heatwave6\/15 {
  stroke: rgba(138, 136, 255, 0.15);
}
.stroke-heatwave6\/20 {
  stroke: rgba(138, 136, 255, 0.2);
}
.stroke-heatwave6\/25 {
  stroke: rgba(138, 136, 255, 0.25);
}
.stroke-heatwave6\/30 {
  stroke: rgba(138, 136, 255, 0.3);
}
.stroke-heatwave6\/35 {
  stroke: rgba(138, 136, 255, 0.35);
}
.stroke-heatwave6\/40 {
  stroke: rgba(138, 136, 255, 0.4);
}
.stroke-heatwave6\/45 {
  stroke: rgba(138, 136, 255, 0.45);
}
.stroke-heatwave6\/5 {
  stroke: rgba(138, 136, 255, 0.05);
}
.stroke-heatwave6\/50 {
  stroke: rgba(138, 136, 255, 0.5);
}
.stroke-heatwave6\/55 {
  stroke: rgba(138, 136, 255, 0.55);
}
.stroke-heatwave6\/60 {
  stroke: rgba(138, 136, 255, 0.6);
}
.stroke-heatwave6\/65 {
  stroke: rgba(138, 136, 255, 0.65);
}
.stroke-heatwave6\/7\.5 {
  stroke: rgba(138, 136, 255, 0.075);
}
.stroke-heatwave6\/70 {
  stroke: rgba(138, 136, 255, 0.7);
}
.stroke-heatwave6\/75 {
  stroke: rgba(138, 136, 255, 0.75);
}
.stroke-heatwave6\/80 {
  stroke: rgba(138, 136, 255, 0.8);
}
.stroke-heatwave6\/85 {
  stroke: rgba(138, 136, 255, 0.85);
}
.stroke-heatwave6\/90 {
  stroke: rgba(138, 136, 255, 0.9);
}
.stroke-heatwave6\/95 {
  stroke: rgba(138, 136, 255, 0.95);
}
.stroke-heatwave7\/10 {
  stroke: rgba(94, 90, 237, 0.1);
}
.stroke-heatwave7\/100 {
  stroke: #5e5aed;
}
.stroke-heatwave7\/15 {
  stroke: rgba(94, 90, 237, 0.15);
}
.stroke-heatwave7\/20 {
  stroke: rgba(94, 90, 237, 0.2);
}
.stroke-heatwave7\/25 {
  stroke: rgba(94, 90, 237, 0.25);
}
.stroke-heatwave7\/30 {
  stroke: rgba(94, 90, 237, 0.3);
}
.stroke-heatwave7\/35 {
  stroke: rgba(94, 90, 237, 0.35);
}
.stroke-heatwave7\/40 {
  stroke: rgba(94, 90, 237, 0.4);
}
.stroke-heatwave7\/45 {
  stroke: rgba(94, 90, 237, 0.45);
}
.stroke-heatwave7\/5 {
  stroke: rgba(94, 90, 237, 0.05);
}
.stroke-heatwave7\/50 {
  stroke: rgba(94, 90, 237, 0.5);
}
.stroke-heatwave7\/55 {
  stroke: rgba(94, 90, 237, 0.55);
}
.stroke-heatwave7\/60 {
  stroke: rgba(94, 90, 237, 0.6);
}
.stroke-heatwave7\/65 {
  stroke: rgba(94, 90, 237, 0.65);
}
.stroke-heatwave7\/7\.5 {
  stroke: rgba(94, 90, 237, 0.075);
}
.stroke-heatwave7\/70 {
  stroke: rgba(94, 90, 237, 0.7);
}
.stroke-heatwave7\/75 {
  stroke: rgba(94, 90, 237, 0.75);
}
.stroke-heatwave7\/80 {
  stroke: rgba(94, 90, 237, 0.8);
}
.stroke-heatwave7\/85 {
  stroke: rgba(94, 90, 237, 0.85);
}
.stroke-heatwave7\/90 {
  stroke: rgba(94, 90, 237, 0.9);
}
.stroke-heatwave7\/95 {
  stroke: rgba(94, 90, 237, 0.95);
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.p-0 {
  padding: 0;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-20 {
  padding: 5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-7\.5 {
  padding: 30px;
}
.p-8 {
  padding: 2rem;
}
.p-\[0\.64rem\] {
  padding: 0.64rem;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[2\.5rem\] {
  padding: 2.5rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[3\.125rem\] {
  padding: 3.125rem;
}
.p-\[3px\] {
  padding: 3px;
}
.p-\[5px\] {
  padding: 5px;
}
.\!px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.\!py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.\!py-1\.5 {
  padding-bottom: 0.375rem !important;
  padding-top: 0.375rem !important;
}
.\!py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.\!py-4 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-4\.5 {
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-7\.5 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[0\.37rem\] {
  padding-left: 0.37rem;
  padding-right: 0.37rem;
}
.px-\[0\.3rem\] {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.px-\[0\.44rem\] {
  padding-left: 0.44rem;
  padding-right: 0.44rem;
}
.px-\[0\.5rem\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-\[0\.625rem\] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[1\.875rem\] {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}
.py-0\.5 {
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
}
.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.py-1\.5 {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}
.py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.py-2\.5 {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.py-3\.5 {
  padding-bottom: 0.875rem;
  padding-top: 0.875rem;
}
.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.py-4\.5 {
  padding-bottom: 1.15rem;
  padding-top: 1.15rem;
}
.py-40 {
  padding-bottom: 10rem;
  padding-top: 10rem;
}
.py-5 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.py-6\.5 {
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
.py-7 {
  padding-bottom: 1.75rem;
  padding-top: 1.75rem;
}
.py-7\.5 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.py-\[0\.01rem\] {
  padding-bottom: 0.01rem;
  padding-top: 0.01rem;
}
.py-\[0\.19rem\] {
  padding-bottom: 0.19rem;
  padding-top: 0.19rem;
}
.py-\[0\.25rem\] {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.py-\[0\.3125rem\] {
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}
.py-\[0\.3rem\] {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.py-\[0\.4rem\] {
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}
.py-\[0\.938rem\] {
  padding-bottom: 0.938rem;
  padding-top: 0.938rem;
}
.py-\[1\.2rem\] {
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}
.py-\[1\.5rem\] {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.py-\[1\.875rem\] {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}
.py-\[10px\] {
  padding-bottom: 10px;
  padding-top: 10px;
}
.py-\[15px\] {
  padding-bottom: 15px;
  padding-top: 15px;
}
.py-\[2\.75rem\] {
  padding-bottom: 2.75rem;
  padding-top: 2.75rem;
}
.py-\[21px\] {
  padding-bottom: 21px;
  padding-top: 21px;
}
.py-\[3px\] {
  padding-bottom: 3px;
  padding-top: 3px;
}
.py-\[4px\] {
  padding-bottom: 4px;
  padding-top: 4px;
}
.py-\[5rem\] {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.py-\[6\.75rem\] {
  padding-bottom: 6.75rem;
  padding-top: 6.75rem;
}
.py-\[68px\] {
  padding-bottom: 68px;
  padding-top: 68px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-7\.5 {
  padding-bottom: 30px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[0\.6rem\] {
  padding-bottom: 0.6rem;
}
.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}
.pb-\[1\.875rem\] {
  padding-bottom: 1.875rem;
}
.pb-\[19px\] {
  padding-bottom: 19px;
}
.pb-\[1rem\] {
  padding-bottom: 1rem;
}
.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}
.pb-\[23px\] {
  padding-bottom: 23px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[3\.25rem\] {
  padding-bottom: 3.25rem;
}
.pb-\[3\.5rem\] {
  padding-bottom: 3.5rem;
}
.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}
.pb-\[77px\] {
  padding-bottom: 77px;
}
.pb-\[8rem\] {
  padding-bottom: 8rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-4\.5 {
  padding-left: 1.15rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-7\.5 {
  padding-left: 30px;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[0\.1rem\] {
  padding-left: 0.1rem;
}
.pl-\[2\.5rem\] {
  padding-left: 2.5rem;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.pl-\[6px\] {
  padding-left: 6px;
}
.pl-\[70px\] {
  padding-left: 70px;
}
.pr-0 {
  padding-right: 0;
}
.pr-0\.5 {
  padding-right: 0.125rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-6\.5 {
  padding-right: 1.6rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[0\.5rem\] {
  padding-right: 0.5rem;
}
.pr-\[2\.5rem\] {
  padding-right: 2.5rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-4\.5 {
  padding-top: 1.15rem;
}
.pt-48 {
  padding-top: 12rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-6\.5 {
  padding-top: 1.6rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[0\.125rem\] {
  padding-top: 0.125rem;
}
.pt-\[0\.5rem\] {
  padding-top: 0.5rem;
}
.pt-\[0\.85rem\] {
  padding-top: 0.85rem;
}
.pt-\[1\.125rem\] {
  padding-top: 1.125rem;
}
.pt-\[1\.22rem\] {
  padding-top: 1.22rem;
}
.pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}
.pt-\[10rem\] {
  padding-top: 10rem;
}
.pt-\[11\.8rem\] {
  padding-top: 11.8rem;
}
.pt-\[154px\] {
  padding-top: 154px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[1rem\] {
  padding-top: 1rem;
}
.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[2rem\] {
  padding-top: 2rem;
}
.pt-\[3\.125rem\] {
  padding-top: 3.125rem;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pt-\[4rem\] {
  padding-top: 4rem;
}
.pt-\[52px\] {
  padding-top: 52px;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.pt-\[5rem\] {
  padding-top: 5rem;
}
.pt-\[8rem\] {
  padding-top: 8rem;
}
.pt-\[98px\] {
  padding-top: 98px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-2\.5xl {
  font-size: 1.635rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3\.5xl {
  font-size: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[1\.438rem\] {
  font-size: 1.438rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[1\.625rem\] {
  font-size: 1.625rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[1\.811rem\] {
  font-size: 1.811rem;
}
.text-\[1\.875rem\] {
  font-size: 1.875rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[2\.2rem\] {
  font-size: 2.2rem;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[2\.8rem\] {
  font-size: 2.8rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[220px\] {
  font-size: 220px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[256px\] {
  font-size: 256px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[2em\] {
  font-size: 2em;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[4rem\] {
  font-size: 4rem;
}
.text-\[61px\] {
  font-size: 61px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  line-height: 1.75rem;
}
.text-lg,
.text-lg2 {
  font-size: 1.125rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm2 {
  font-size: 0.82rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.2rem\] {
  line-height: 1.2rem;
}
.leading-\[1\.375rem\] {
  line-height: 1.375rem;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}
.leading-\[1\.75rem\] {
  line-height: 1.75rem;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[116\%\] {
  line-height: 116%;
}
.leading-\[125\%\] {
  line-height: 125%;
}
.leading-\[135\%\] {
  line-height: 135%;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[2\.25rem\] {
  line-height: 2.25rem;
}
.leading-\[2\.57rem\] {
  line-height: 2.57rem;
}
.leading-\[2\.5rem\] {
  line-height: 2.5rem;
}
.leading-\[2\.75rem\] {
  line-height: 2.75rem;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[2rem\] {
  line-height: 2rem;
}
.leading-\[31\.5px\] {
  line-height: 31.5px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[35px\] {
  line-height: 35px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[4rem\] {
  line-height: 4rem;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-normal {
  letter-spacing: 0;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#1B1A53\] {
  --tw-text-opacity: 1;
  color: rgb(27 26 83 / var(--tw-text-opacity));
}
.text-\[\#5E5AED\] {
  --tw-text-opacity: 1;
  color: rgb(94 90 237 / var(--tw-text-opacity));
}
.text-\[\#66D5FC\]\/50 {
  color: rgba(102, 213, 252, 0.5);
}
.text-\[\#E37790\] {
  --tw-text-opacity: 1;
  color: rgb(227 119 144 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#d9d8ff\] {
  --tw-text-opacity: 1;
  color: rgb(217 216 255 / var(--tw-text-opacity));
}
.text-\[rgba\(234\2c 255\2c 255\2c 0\.5\)\] {
  color: rgba(234, 255, 255, 0.5);
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(var(--accent) / var(--tw-text-opacity));
}
.text-buttonPrimary {
  --tw-text-opacity: 1;
  color: rgb(var(--buttonPrimary) / var(--tw-text-opacity));
}
.text-buttonSecondary {
  --tw-text-opacity: 1;
  color: rgb(var(--buttonSecondary) / var(--tw-text-opacity));
}
.text-coldsnap4 {
  --tw-text-opacity: 1;
  color: rgb(94 252 214 / var(--tw-text-opacity));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(var(--danger) / var(--tw-text-opacity));
}
.text-functional-green {
  --tw-text-opacity: 1;
  color: rgb(94 252 129 / var(--tw-text-opacity));
}
.text-functional-green\/40 {
  color: rgba(94, 252, 129, 0.4);
}
.text-functional-red {
  --tw-text-opacity: 1;
  color: rgb(252 94 94 / var(--tw-text-opacity));
}
.text-functional-valid-light {
  --tw-text-opacity: 1;
  color: rgb(165 253 184 / var(--tw-text-opacity));
}
.text-functional-yellow {
  --tw-text-opacity: 1;
  color: rgb(252 199 94 / var(--tw-text-opacity));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.text-heatwave1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-heatwave1\/70 {
  color: hsla(0, 0%, 100%, 0.7);
}
.text-heatwave4 {
  --tw-text-opacity: 1;
  color: rgb(255 179 130 / var(--tw-text-opacity));
}
.text-heatwave6 {
  --tw-text-opacity: 1;
  color: rgb(138 136 255 / var(--tw-text-opacity));
}
.text-heatwave6\/10 {
  color: rgba(138, 136, 255, 0.1);
}
.text-heatwave6\/100 {
  color: #8a88ff;
}
.text-heatwave6\/15 {
  color: rgba(138, 136, 255, 0.15);
}
.text-heatwave6\/20 {
  color: rgba(138, 136, 255, 0.2);
}
.text-heatwave6\/25 {
  color: rgba(138, 136, 255, 0.25);
}
.text-heatwave6\/30 {
  color: rgba(138, 136, 255, 0.3);
}
.text-heatwave6\/35 {
  color: rgba(138, 136, 255, 0.35);
}
.text-heatwave6\/40 {
  color: rgba(138, 136, 255, 0.4);
}
.text-heatwave6\/45 {
  color: rgba(138, 136, 255, 0.45);
}
.text-heatwave6\/5 {
  color: rgba(138, 136, 255, 0.05);
}
.text-heatwave6\/50 {
  color: rgba(138, 136, 255, 0.5);
}
.text-heatwave6\/55 {
  color: rgba(138, 136, 255, 0.55);
}
.text-heatwave6\/60 {
  color: rgba(138, 136, 255, 0.6);
}
.text-heatwave6\/65 {
  color: rgba(138, 136, 255, 0.65);
}
.text-heatwave6\/7\.5 {
  color: rgba(138, 136, 255, 0.075);
}
.text-heatwave6\/70 {
  color: rgba(138, 136, 255, 0.7);
}
.text-heatwave6\/75 {
  color: rgba(138, 136, 255, 0.75);
}
.text-heatwave6\/80 {
  color: rgba(138, 136, 255, 0.8);
}
.text-heatwave6\/85 {
  color: rgba(138, 136, 255, 0.85);
}
.text-heatwave6\/90 {
  color: rgba(138, 136, 255, 0.9);
}
.text-heatwave6\/95 {
  color: rgba(138, 136, 255, 0.95);
}
.text-heatwave7 {
  --tw-text-opacity: 1;
  color: rgb(94 90 237 / var(--tw-text-opacity));
}
.text-heatwave7\/10 {
  color: rgba(94, 90, 237, 0.1);
}
.text-heatwave7\/100 {
  color: #5e5aed;
}
.text-heatwave7\/15 {
  color: rgba(94, 90, 237, 0.15);
}
.text-heatwave7\/20 {
  color: rgba(94, 90, 237, 0.2);
}
.text-heatwave7\/25 {
  color: rgba(94, 90, 237, 0.25);
}
.text-heatwave7\/30 {
  color: rgba(94, 90, 237, 0.3);
}
.text-heatwave7\/35 {
  color: rgba(94, 90, 237, 0.35);
}
.text-heatwave7\/40 {
  color: rgba(94, 90, 237, 0.4);
}
.text-heatwave7\/45 {
  color: rgba(94, 90, 237, 0.45);
}
.text-heatwave7\/5 {
  color: rgba(94, 90, 237, 0.05);
}
.text-heatwave7\/50 {
  color: rgba(94, 90, 237, 0.5);
}
.text-heatwave7\/55 {
  color: rgba(94, 90, 237, 0.55);
}
.text-heatwave7\/60 {
  color: rgba(94, 90, 237, 0.6);
}
.text-heatwave7\/65 {
  color: rgba(94, 90, 237, 0.65);
}
.text-heatwave7\/7\.5 {
  color: rgba(94, 90, 237, 0.075);
}
.text-heatwave7\/70 {
  color: rgba(94, 90, 237, 0.7);
}
.text-heatwave7\/75 {
  color: rgba(94, 90, 237, 0.75);
}
.text-heatwave7\/80 {
  color: rgba(94, 90, 237, 0.8);
}
.text-heatwave7\/85 {
  color: rgba(94, 90, 237, 0.85);
}
.text-heatwave7\/90 {
  color: rgba(94, 90, 237, 0.9);
}
.text-heatwave7\/95 {
  color: rgba(94, 90, 237, 0.95);
}
.text-night0 {
  --tw-text-opacity: 1;
  color: rgb(230 232 244 / var(--tw-text-opacity));
}
.text-night1 {
  --tw-text-opacity: 1;
  color: rgb(184 188 224 / var(--tw-text-opacity));
}
.text-night2 {
  --tw-text-opacity: 1;
  color: rgb(114 120 161 / var(--tw-text-opacity));
}
.text-night2\/50 {
  color: rgba(114, 120, 161, 0.5);
}
.text-night5 {
  --tw-text-opacity: 1;
  color: rgb(37 43 85 / var(--tw-text-opacity));
}
.text-night6 {
  --tw-text-opacity: 1;
  color: rgb(31 36 76 / var(--tw-text-opacity));
}
.text-night7 {
  --tw-text-opacity: 1;
  color: rgb(14 18 47 / var(--tw-text-opacity));
}
.text-night9 {
  --tw-text-opacity: 1;
  color: rgb(7 9 24 / var(--tw-text-opacity));
}
.text-night9\/60 {
  color: rgba(7, 9, 24, 0.6);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/45 {
  color: hsla(0, 0%, 100%, 0.45);
}
.text-white\/50 {
  color: hsla(0, 0%, 100%, 0.5);
}
.text-white\/80 {
  color: hsla(0, 0%, 100%, 0.8);
}
.underline {
  text-decoration-line: underline;
}
.decoration-heatwave6\/10 {
  text-decoration-color: rgba(138, 136, 255, 0.1);
}
.decoration-heatwave6\/100 {
  text-decoration-color: #8a88ff;
}
.decoration-heatwave6\/15 {
  text-decoration-color: rgba(138, 136, 255, 0.15);
}
.decoration-heatwave6\/20 {
  text-decoration-color: rgba(138, 136, 255, 0.2);
}
.decoration-heatwave6\/25 {
  text-decoration-color: rgba(138, 136, 255, 0.25);
}
.decoration-heatwave6\/30 {
  text-decoration-color: rgba(138, 136, 255, 0.3);
}
.decoration-heatwave6\/35 {
  text-decoration-color: rgba(138, 136, 255, 0.35);
}
.decoration-heatwave6\/40 {
  text-decoration-color: rgba(138, 136, 255, 0.4);
}
.decoration-heatwave6\/45 {
  text-decoration-color: rgba(138, 136, 255, 0.45);
}
.decoration-heatwave6\/5 {
  text-decoration-color: rgba(138, 136, 255, 0.05);
}
.decoration-heatwave6\/50 {
  text-decoration-color: rgba(138, 136, 255, 0.5);
}
.decoration-heatwave6\/55 {
  text-decoration-color: rgba(138, 136, 255, 0.55);
}
.decoration-heatwave6\/60 {
  text-decoration-color: rgba(138, 136, 255, 0.6);
}
.decoration-heatwave6\/65 {
  text-decoration-color: rgba(138, 136, 255, 0.65);
}
.decoration-heatwave6\/7\.5 {
  text-decoration-color: rgba(138, 136, 255, 0.075);
}
.decoration-heatwave6\/70 {
  text-decoration-color: rgba(138, 136, 255, 0.7);
}
.decoration-heatwave6\/75 {
  text-decoration-color: rgba(138, 136, 255, 0.75);
}
.decoration-heatwave6\/80 {
  text-decoration-color: rgba(138, 136, 255, 0.8);
}
.decoration-heatwave6\/85 {
  text-decoration-color: rgba(138, 136, 255, 0.85);
}
.decoration-heatwave6\/90 {
  text-decoration-color: rgba(138, 136, 255, 0.9);
}
.decoration-heatwave6\/95 {
  text-decoration-color: rgba(138, 136, 255, 0.95);
}
.decoration-heatwave7\/10 {
  text-decoration-color: rgba(94, 90, 237, 0.1);
}
.decoration-heatwave7\/100 {
  text-decoration-color: #5e5aed;
}
.decoration-heatwave7\/15 {
  text-decoration-color: rgba(94, 90, 237, 0.15);
}
.decoration-heatwave7\/20 {
  text-decoration-color: rgba(94, 90, 237, 0.2);
}
.decoration-heatwave7\/25 {
  text-decoration-color: rgba(94, 90, 237, 0.25);
}
.decoration-heatwave7\/30 {
  text-decoration-color: rgba(94, 90, 237, 0.3);
}
.decoration-heatwave7\/35 {
  text-decoration-color: rgba(94, 90, 237, 0.35);
}
.decoration-heatwave7\/40 {
  text-decoration-color: rgba(94, 90, 237, 0.4);
}
.decoration-heatwave7\/45 {
  text-decoration-color: rgba(94, 90, 237, 0.45);
}
.decoration-heatwave7\/5 {
  text-decoration-color: rgba(94, 90, 237, 0.05);
}
.decoration-heatwave7\/50 {
  text-decoration-color: rgba(94, 90, 237, 0.5);
}
.decoration-heatwave7\/55 {
  text-decoration-color: rgba(94, 90, 237, 0.55);
}
.decoration-heatwave7\/60 {
  text-decoration-color: rgba(94, 90, 237, 0.6);
}
.decoration-heatwave7\/65 {
  text-decoration-color: rgba(94, 90, 237, 0.65);
}
.decoration-heatwave7\/7\.5 {
  text-decoration-color: rgba(94, 90, 237, 0.075);
}
.decoration-heatwave7\/70 {
  text-decoration-color: rgba(94, 90, 237, 0.7);
}
.decoration-heatwave7\/75 {
  text-decoration-color: rgba(94, 90, 237, 0.75);
}
.decoration-heatwave7\/80 {
  text-decoration-color: rgba(94, 90, 237, 0.8);
}
.decoration-heatwave7\/85 {
  text-decoration-color: rgba(94, 90, 237, 0.85);
}
.decoration-heatwave7\/90 {
  text-decoration-color: rgba(94, 90, 237, 0.9);
}
.decoration-heatwave7\/95 {
  text-decoration-color: rgba(94, 90, 237, 0.95);
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-heatwave6\/10::-moz-placeholder {
  color: rgba(138, 136, 255, 0.1);
}
.placeholder-heatwave6\/10::placeholder {
  color: rgba(138, 136, 255, 0.1);
}
.placeholder-heatwave6\/100::-moz-placeholder {
  color: #8a88ff;
}
.placeholder-heatwave6\/100::placeholder {
  color: #8a88ff;
}
.placeholder-heatwave6\/15::-moz-placeholder {
  color: rgba(138, 136, 255, 0.15);
}
.placeholder-heatwave6\/15::placeholder {
  color: rgba(138, 136, 255, 0.15);
}
.placeholder-heatwave6\/20::-moz-placeholder {
  color: rgba(138, 136, 255, 0.2);
}
.placeholder-heatwave6\/20::placeholder {
  color: rgba(138, 136, 255, 0.2);
}
.placeholder-heatwave6\/25::-moz-placeholder {
  color: rgba(138, 136, 255, 0.25);
}
.placeholder-heatwave6\/25::placeholder {
  color: rgba(138, 136, 255, 0.25);
}
.placeholder-heatwave6\/30::-moz-placeholder {
  color: rgba(138, 136, 255, 0.3);
}
.placeholder-heatwave6\/30::placeholder {
  color: rgba(138, 136, 255, 0.3);
}
.placeholder-heatwave6\/35::-moz-placeholder {
  color: rgba(138, 136, 255, 0.35);
}
.placeholder-heatwave6\/35::placeholder {
  color: rgba(138, 136, 255, 0.35);
}
.placeholder-heatwave6\/40::-moz-placeholder {
  color: rgba(138, 136, 255, 0.4);
}
.placeholder-heatwave6\/40::placeholder {
  color: rgba(138, 136, 255, 0.4);
}
.placeholder-heatwave6\/45::-moz-placeholder {
  color: rgba(138, 136, 255, 0.45);
}
.placeholder-heatwave6\/45::placeholder {
  color: rgba(138, 136, 255, 0.45);
}
.placeholder-heatwave6\/5::-moz-placeholder {
  color: rgba(138, 136, 255, 0.05);
}
.placeholder-heatwave6\/5::placeholder {
  color: rgba(138, 136, 255, 0.05);
}
.placeholder-heatwave6\/50::-moz-placeholder {
  color: rgba(138, 136, 255, 0.5);
}
.placeholder-heatwave6\/50::placeholder {
  color: rgba(138, 136, 255, 0.5);
}
.placeholder-heatwave6\/55::-moz-placeholder {
  color: rgba(138, 136, 255, 0.55);
}
.placeholder-heatwave6\/55::placeholder {
  color: rgba(138, 136, 255, 0.55);
}
.placeholder-heatwave6\/60::-moz-placeholder {
  color: rgba(138, 136, 255, 0.6);
}
.placeholder-heatwave6\/60::placeholder {
  color: rgba(138, 136, 255, 0.6);
}
.placeholder-heatwave6\/65::-moz-placeholder {
  color: rgba(138, 136, 255, 0.65);
}
.placeholder-heatwave6\/65::placeholder {
  color: rgba(138, 136, 255, 0.65);
}
.placeholder-heatwave6\/7\.5::-moz-placeholder {
  color: rgba(138, 136, 255, 0.075);
}
.placeholder-heatwave6\/7\.5::placeholder {
  color: rgba(138, 136, 255, 0.075);
}
.placeholder-heatwave6\/70::-moz-placeholder {
  color: rgba(138, 136, 255, 0.7);
}
.placeholder-heatwave6\/70::placeholder {
  color: rgba(138, 136, 255, 0.7);
}
.placeholder-heatwave6\/75::-moz-placeholder {
  color: rgba(138, 136, 255, 0.75);
}
.placeholder-heatwave6\/75::placeholder {
  color: rgba(138, 136, 255, 0.75);
}
.placeholder-heatwave6\/80::-moz-placeholder {
  color: rgba(138, 136, 255, 0.8);
}
.placeholder-heatwave6\/80::placeholder {
  color: rgba(138, 136, 255, 0.8);
}
.placeholder-heatwave6\/85::-moz-placeholder {
  color: rgba(138, 136, 255, 0.85);
}
.placeholder-heatwave6\/85::placeholder {
  color: rgba(138, 136, 255, 0.85);
}
.placeholder-heatwave6\/90::-moz-placeholder {
  color: rgba(138, 136, 255, 0.9);
}
.placeholder-heatwave6\/90::placeholder {
  color: rgba(138, 136, 255, 0.9);
}
.placeholder-heatwave6\/95::-moz-placeholder {
  color: rgba(138, 136, 255, 0.95);
}
.placeholder-heatwave6\/95::placeholder {
  color: rgba(138, 136, 255, 0.95);
}
.placeholder-heatwave7\/10::-moz-placeholder {
  color: rgba(94, 90, 237, 0.1);
}
.placeholder-heatwave7\/10::placeholder {
  color: rgba(94, 90, 237, 0.1);
}
.placeholder-heatwave7\/100::-moz-placeholder {
  color: #5e5aed;
}
.placeholder-heatwave7\/100::placeholder {
  color: #5e5aed;
}
.placeholder-heatwave7\/15::-moz-placeholder {
  color: rgba(94, 90, 237, 0.15);
}
.placeholder-heatwave7\/15::placeholder {
  color: rgba(94, 90, 237, 0.15);
}
.placeholder-heatwave7\/20::-moz-placeholder {
  color: rgba(94, 90, 237, 0.2);
}
.placeholder-heatwave7\/20::placeholder {
  color: rgba(94, 90, 237, 0.2);
}
.placeholder-heatwave7\/25::-moz-placeholder {
  color: rgba(94, 90, 237, 0.25);
}
.placeholder-heatwave7\/25::placeholder {
  color: rgba(94, 90, 237, 0.25);
}
.placeholder-heatwave7\/30::-moz-placeholder {
  color: rgba(94, 90, 237, 0.3);
}
.placeholder-heatwave7\/30::placeholder {
  color: rgba(94, 90, 237, 0.3);
}
.placeholder-heatwave7\/35::-moz-placeholder {
  color: rgba(94, 90, 237, 0.35);
}
.placeholder-heatwave7\/35::placeholder {
  color: rgba(94, 90, 237, 0.35);
}
.placeholder-heatwave7\/40::-moz-placeholder {
  color: rgba(94, 90, 237, 0.4);
}
.placeholder-heatwave7\/40::placeholder {
  color: rgba(94, 90, 237, 0.4);
}
.placeholder-heatwave7\/45::-moz-placeholder {
  color: rgba(94, 90, 237, 0.45);
}
.placeholder-heatwave7\/45::placeholder {
  color: rgba(94, 90, 237, 0.45);
}
.placeholder-heatwave7\/5::-moz-placeholder {
  color: rgba(94, 90, 237, 0.05);
}
.placeholder-heatwave7\/5::placeholder {
  color: rgba(94, 90, 237, 0.05);
}
.placeholder-heatwave7\/50::-moz-placeholder {
  color: rgba(94, 90, 237, 0.5);
}
.placeholder-heatwave7\/50::placeholder {
  color: rgba(94, 90, 237, 0.5);
}
.placeholder-heatwave7\/55::-moz-placeholder {
  color: rgba(94, 90, 237, 0.55);
}
.placeholder-heatwave7\/55::placeholder {
  color: rgba(94, 90, 237, 0.55);
}
.placeholder-heatwave7\/60::-moz-placeholder {
  color: rgba(94, 90, 237, 0.6);
}
.placeholder-heatwave7\/60::placeholder {
  color: rgba(94, 90, 237, 0.6);
}
.placeholder-heatwave7\/65::-moz-placeholder {
  color: rgba(94, 90, 237, 0.65);
}
.placeholder-heatwave7\/65::placeholder {
  color: rgba(94, 90, 237, 0.65);
}
.placeholder-heatwave7\/7\.5::-moz-placeholder {
  color: rgba(94, 90, 237, 0.075);
}
.placeholder-heatwave7\/7\.5::placeholder {
  color: rgba(94, 90, 237, 0.075);
}
.placeholder-heatwave7\/70::-moz-placeholder {
  color: rgba(94, 90, 237, 0.7);
}
.placeholder-heatwave7\/70::placeholder {
  color: rgba(94, 90, 237, 0.7);
}
.placeholder-heatwave7\/75::-moz-placeholder {
  color: rgba(94, 90, 237, 0.75);
}
.placeholder-heatwave7\/75::placeholder {
  color: rgba(94, 90, 237, 0.75);
}
.placeholder-heatwave7\/80::-moz-placeholder {
  color: rgba(94, 90, 237, 0.8);
}
.placeholder-heatwave7\/80::placeholder {
  color: rgba(94, 90, 237, 0.8);
}
.placeholder-heatwave7\/85::-moz-placeholder {
  color: rgba(94, 90, 237, 0.85);
}
.placeholder-heatwave7\/85::placeholder {
  color: rgba(94, 90, 237, 0.85);
}
.placeholder-heatwave7\/90::-moz-placeholder {
  color: rgba(94, 90, 237, 0.9);
}
.placeholder-heatwave7\/90::placeholder {
  color: rgba(94, 90, 237, 0.9);
}
.placeholder-heatwave7\/95::-moz-placeholder {
  color: rgba(94, 90, 237, 0.95);
}
.placeholder-heatwave7\/95::placeholder {
  color: rgba(94, 90, 237, 0.95);
}
.caret-coldsnap4 {
  caret-color: #5efcd6;
}
.caret-functional-red {
  caret-color: #fc5e5e;
}
.caret-heatwave6\/10 {
  caret-color: rgba(138, 136, 255, 0.1);
}
.caret-heatwave6\/100 {
  caret-color: #8a88ff;
}
.caret-heatwave6\/15 {
  caret-color: rgba(138, 136, 255, 0.15);
}
.caret-heatwave6\/20 {
  caret-color: rgba(138, 136, 255, 0.2);
}
.caret-heatwave6\/25 {
  caret-color: rgba(138, 136, 255, 0.25);
}
.caret-heatwave6\/30 {
  caret-color: rgba(138, 136, 255, 0.3);
}
.caret-heatwave6\/35 {
  caret-color: rgba(138, 136, 255, 0.35);
}
.caret-heatwave6\/40 {
  caret-color: rgba(138, 136, 255, 0.4);
}
.caret-heatwave6\/45 {
  caret-color: rgba(138, 136, 255, 0.45);
}
.caret-heatwave6\/5 {
  caret-color: rgba(138, 136, 255, 0.05);
}
.caret-heatwave6\/50 {
  caret-color: rgba(138, 136, 255, 0.5);
}
.caret-heatwave6\/55 {
  caret-color: rgba(138, 136, 255, 0.55);
}
.caret-heatwave6\/60 {
  caret-color: rgba(138, 136, 255, 0.6);
}
.caret-heatwave6\/65 {
  caret-color: rgba(138, 136, 255, 0.65);
}
.caret-heatwave6\/7\.5 {
  caret-color: rgba(138, 136, 255, 0.075);
}
.caret-heatwave6\/70 {
  caret-color: rgba(138, 136, 255, 0.7);
}
.caret-heatwave6\/75 {
  caret-color: rgba(138, 136, 255, 0.75);
}
.caret-heatwave6\/80 {
  caret-color: rgba(138, 136, 255, 0.8);
}
.caret-heatwave6\/85 {
  caret-color: rgba(138, 136, 255, 0.85);
}
.caret-heatwave6\/90 {
  caret-color: rgba(138, 136, 255, 0.9);
}
.caret-heatwave6\/95 {
  caret-color: rgba(138, 136, 255, 0.95);
}
.caret-heatwave7\/10 {
  caret-color: rgba(94, 90, 237, 0.1);
}
.caret-heatwave7\/100 {
  caret-color: #5e5aed;
}
.caret-heatwave7\/15 {
  caret-color: rgba(94, 90, 237, 0.15);
}
.caret-heatwave7\/20 {
  caret-color: rgba(94, 90, 237, 0.2);
}
.caret-heatwave7\/25 {
  caret-color: rgba(94, 90, 237, 0.25);
}
.caret-heatwave7\/30 {
  caret-color: rgba(94, 90, 237, 0.3);
}
.caret-heatwave7\/35 {
  caret-color: rgba(94, 90, 237, 0.35);
}
.caret-heatwave7\/40 {
  caret-color: rgba(94, 90, 237, 0.4);
}
.caret-heatwave7\/45 {
  caret-color: rgba(94, 90, 237, 0.45);
}
.caret-heatwave7\/5 {
  caret-color: rgba(94, 90, 237, 0.05);
}
.caret-heatwave7\/50 {
  caret-color: rgba(94, 90, 237, 0.5);
}
.caret-heatwave7\/55 {
  caret-color: rgba(94, 90, 237, 0.55);
}
.caret-heatwave7\/60 {
  caret-color: rgba(94, 90, 237, 0.6);
}
.caret-heatwave7\/65 {
  caret-color: rgba(94, 90, 237, 0.65);
}
.caret-heatwave7\/7\.5 {
  caret-color: rgba(94, 90, 237, 0.075);
}
.caret-heatwave7\/70 {
  caret-color: rgba(94, 90, 237, 0.7);
}
.caret-heatwave7\/75 {
  caret-color: rgba(94, 90, 237, 0.75);
}
.caret-heatwave7\/80 {
  caret-color: rgba(94, 90, 237, 0.8);
}
.caret-heatwave7\/85 {
  caret-color: rgba(94, 90, 237, 0.85);
}
.caret-heatwave7\/90 {
  caret-color: rgba(94, 90, 237, 0.9);
}
.caret-heatwave7\/95 {
  caret-color: rgba(94, 90, 237, 0.95);
}
.accent-heatwave6\/10 {
  accent-color: rgba(138, 136, 255, 0.1);
}
.accent-heatwave6\/100 {
  accent-color: #8a88ff;
}
.accent-heatwave6\/15 {
  accent-color: rgba(138, 136, 255, 0.15);
}
.accent-heatwave6\/20 {
  accent-color: rgba(138, 136, 255, 0.2);
}
.accent-heatwave6\/25 {
  accent-color: rgba(138, 136, 255, 0.25);
}
.accent-heatwave6\/30 {
  accent-color: rgba(138, 136, 255, 0.3);
}
.accent-heatwave6\/35 {
  accent-color: rgba(138, 136, 255, 0.35);
}
.accent-heatwave6\/40 {
  accent-color: rgba(138, 136, 255, 0.4);
}
.accent-heatwave6\/45 {
  accent-color: rgba(138, 136, 255, 0.45);
}
.accent-heatwave6\/5 {
  accent-color: rgba(138, 136, 255, 0.05);
}
.accent-heatwave6\/50 {
  accent-color: rgba(138, 136, 255, 0.5);
}
.accent-heatwave6\/55 {
  accent-color: rgba(138, 136, 255, 0.55);
}
.accent-heatwave6\/60 {
  accent-color: rgba(138, 136, 255, 0.6);
}
.accent-heatwave6\/65 {
  accent-color: rgba(138, 136, 255, 0.65);
}
.accent-heatwave6\/7\.5 {
  accent-color: rgba(138, 136, 255, 0.075);
}
.accent-heatwave6\/70 {
  accent-color: rgba(138, 136, 255, 0.7);
}
.accent-heatwave6\/75 {
  accent-color: rgba(138, 136, 255, 0.75);
}
.accent-heatwave6\/80 {
  accent-color: rgba(138, 136, 255, 0.8);
}
.accent-heatwave6\/85 {
  accent-color: rgba(138, 136, 255, 0.85);
}
.accent-heatwave6\/90 {
  accent-color: rgba(138, 136, 255, 0.9);
}
.accent-heatwave6\/95 {
  accent-color: rgba(138, 136, 255, 0.95);
}
.accent-heatwave7\/10 {
  accent-color: rgba(94, 90, 237, 0.1);
}
.accent-heatwave7\/100 {
  accent-color: #5e5aed;
}
.accent-heatwave7\/15 {
  accent-color: rgba(94, 90, 237, 0.15);
}
.accent-heatwave7\/20 {
  accent-color: rgba(94, 90, 237, 0.2);
}
.accent-heatwave7\/25 {
  accent-color: rgba(94, 90, 237, 0.25);
}
.accent-heatwave7\/30 {
  accent-color: rgba(94, 90, 237, 0.3);
}
.accent-heatwave7\/35 {
  accent-color: rgba(94, 90, 237, 0.35);
}
.accent-heatwave7\/40 {
  accent-color: rgba(94, 90, 237, 0.4);
}
.accent-heatwave7\/45 {
  accent-color: rgba(94, 90, 237, 0.45);
}
.accent-heatwave7\/5 {
  accent-color: rgba(94, 90, 237, 0.05);
}
.accent-heatwave7\/50 {
  accent-color: rgba(94, 90, 237, 0.5);
}
.accent-heatwave7\/55 {
  accent-color: rgba(94, 90, 237, 0.55);
}
.accent-heatwave7\/60 {
  accent-color: rgba(94, 90, 237, 0.6);
}
.accent-heatwave7\/65 {
  accent-color: rgba(94, 90, 237, 0.65);
}
.accent-heatwave7\/7\.5 {
  accent-color: rgba(94, 90, 237, 0.075);
}
.accent-heatwave7\/70 {
  accent-color: rgba(94, 90, 237, 0.7);
}
.accent-heatwave7\/75 {
  accent-color: rgba(94, 90, 237, 0.75);
}
.accent-heatwave7\/80 {
  accent-color: rgba(94, 90, 237, 0.8);
}
.accent-heatwave7\/85 {
  accent-color: rgba(94, 90, 237, 0.85);
}
.accent-heatwave7\/90 {
  accent-color: rgba(94, 90, 237, 0.9);
}
.accent-heatwave7\/95 {
  accent-color: rgba(94, 90, 237, 0.95);
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.04\] {
  opacity: 0.04;
}
.opacity-\[0\.05\] {
  opacity: 0.05;
}
.opacity-\[0\.3\] {
  opacity: 0.3;
}
.opacity-\[0\.4\] {
  opacity: 0.4;
}
.opacity-\[13\%\] {
  opacity: 13%;
}
.opacity-\[18\%\] {
  opacity: 18%;
}
.opacity-\[1\] {
  opacity: 1;
}
.opacity-\[7\%\] {
  opacity: 7%;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}
.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
}
.shadow,
.shadow-2xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}
.shadow-\[0_0_14px_1px_rgba\(252\2c 94\2c 94\2c 0\.6\)\] {
  --tw-shadow: 0 0 14px 1px rgba(252, 94, 94, 0.6);
  --tw-shadow-colored: 0 0 14px 1px 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-\[0_0_14px_1px_rgba\(94\2c 252\2c 214\2c 0\.6\)\] {
  --tw-shadow: 0 0 14px 1px rgba(94, 252, 214, 0.6);
  --tw-shadow-colored: 0 0 14px 1px 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-\[0_0_6px_rgb\(var\(--buttonPrimary\)\)\] {
  --tw-shadow: 0 0 6px rgb(var(--buttonPrimary));
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
}
.shadow-\[0_0_6px_rgb\(var\(--buttonPrimary\)\)\],
.shadow-\[0_0_6px_rgb\(var\(--danger\)\)\] {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_6px_rgb\(var\(--danger\)\)\] {
  --tw-shadow: 0 0 6px rgb(var(--danger));
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
}
.shadow-\[0_0_8px_rgb\(var\(--buttonPrimary\)\)\2c
  inset_0_0_5px_rgb\(var\(--buttonPrimary\)\/\.8\)\] {
  --tw-shadow: 0 0 8px rgb(var(--buttonPrimary)),
    inset 0 0 5px rgb(var(--buttonPrimary) / 0.8);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color),
    inset 0 0 5px 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-\[0_10px_22px_0_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0 10px 22px 0 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-\[0_2px_1px_0px_rgba\(0\2c 0\2c 0\2c 0\.20\)_inset\],
.shadow-\[0_2px_1px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)_inset\] {
  --tw-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.2) inset;
  --tw-shadow-colored: inset 0 2px 1px 0px 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-\[0px_0px_10px_0px_rgba\(94\2c 252\2c 214\2c 0\.60\)\],
.shadow-\[0px_0px_10px_0px_rgba\(94\2c _252\2c _214\2c _0\.60\)\] {
  --tw-shadow: 0px 0px 10px 0px rgba(94, 252, 214, 0.6);
  --tw-shadow-colored: 0px 0px 10px 0px 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-\[0px_0px_15px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0px 0px 15px 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-\[0px_0px_20px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0px 0px 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);
}
.shadow-\[0px_0px_20px_rgba\(255\2c
  255\2c
  255\2c
  0\.5\)\2c
  inset_0px_0px_44px_rgba\(255\2c
  255\2c
  255\2c
  0\.1\)\] {
  --tw-shadow: 0px 0px 20px hsla(0, 0%, 100%, 0.5),
    inset 0px 0px 44px hsla(0, 0%, 100%, 0.1);
  --tw-shadow-colored: 0px 0px 20px var(--tw-shadow-color),
    inset 0px 0px 44px 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-\[0px_0px_25px_0px_\#5EFCD6\] {
  --tw-shadow: 0px 0px 25px 0px #5efcd6;
  --tw-shadow-colored: 0px 0px 25px 0px 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-\[0px_0px_3px_rgb\(var\(--accent\)\)\2c
  0px_0px_14px_rgb\(var\(--accent\)\/\.5\)\] {
  --tw-shadow: 0px 0px 3px rgb(var(--accent)),
    0px 0px 14px rgb(var(--accent) / 0.5);
  --tw-shadow-colored: 0px 0px 3px var(--tw-shadow-color),
    0px 0px 14px 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-\[0px_0px_5px_2px_rgba\(94\2c 252\2c 214\2c 0\.60\)\] {
  --tw-shadow: 0px 0px 5px 2px rgba(94, 252, 214, 0.6);
  --tw-shadow-colored: 0px 0px 5px 2px 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-\[0px_0px_7px_rgb\(var\(--accent\)\/\.7\)\] {
  --tw-shadow: 0px 0px 7px rgb(var(--accent) / 0.7);
  --tw-shadow-colored: 0px 0px 7px 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-\[0px_1px_1px_0px_rgba\(165\2c 163\2c 255\2c 1\)_inset\] {
  --tw-shadow: 0px 1px 1px 0px #a5a3ff inset;
  --tw-shadow-colored: inset 0px 1px 1px 0px 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-\[0px_1px_1px_0px_rgba\(255\2c 255\2c 255\2c 0\.30\)_inset\] {
  --tw-shadow: 0px 1px 1px 0px hsla(0, 0%, 100%, 0.3) inset;
  --tw-shadow-colored: inset 0px 1px 1px 0px 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-\[0px_1px_1px_0px_rgba\(255\2c 255\2c 255\2c 0\.5\)_inset\] {
  --tw-shadow: 0px 1px 1px 0px hsla(0, 0%, 100%, 0.5) inset;
  --tw-shadow-colored: inset 0px 1px 1px 0px 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-\[0px_1px_1px_rgba\(0\2c 0\2c 0\2c 0\.20\)\] {
  --tw-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 1px 1px 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-\[0px_1px_3px_0px_rgba\(0\2c
  0\2c
  0\2c
  0\.10\)\2c
  0px_2px_1px_0px_rgba\(255\2c
  255\2c
  255\2c
  0\.30\)_inset\] {
  --tw-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 2px 1px 0px hsla(0, 0%, 100%, 0.3) inset;
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color),
    inset 0px 2px 1px 0px 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-\[0px_2px_1px_0px_rgba\(255\2c 255\2c 255\2c 0\.20\)_inset\] {
  --tw-shadow: 0px 2px 1px 0px hsla(0, 0%, 100%, 0.2) inset;
  --tw-shadow-colored: inset 0px 2px 1px 0px 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-\[0px_2px_1px_0px_rgba\(255\2c 255\2c 255\2c 0\.60\)_inset\] {
  --tw-shadow: 0px 2px 1px 0px hsla(0, 0%, 100%, 0.6) inset;
  --tw-shadow-colored: inset 0px 2px 1px 0px 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-\[0px_2px_1px_0px_rgba\(255\2c 255\2c 255\2c 1\)_inset\] {
  --tw-shadow: 0px 2px 1px 0px #fff inset;
  --tw-shadow-colored: inset 0px 2px 1px 0px 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-\[0px_2px_2px_rgba\(0\2c j0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0px 2px 2px rgba(0, j0, 0, 0.1);
  --tw-shadow-colored: 0px 2px 2px var(--tw-shadow-color);
}
.shadow-\[0px_2px_2px_rgba\(0\2c j0\2c 0\2c 0\.10\)\],
.shadow-\[0px_2px_4px_0px\] {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_2px_4px_0px\] {
  --tw-shadow: 0px 2px 4px 0px;
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);
}
.shadow-\[0px_3px_2px_0px_rgba\(0\2c
  _0\2c
  _0\2c
  _0\.1\)\2c
  _inset_0px_1px_1px_0px_rgba\(165\2c
  _163\2c
  _255\2c
  _0\.3\)\] {
  --tw-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1),
    inset 0px 1px 1px 0px rgba(165, 163, 255, 0.3);
  --tw-shadow-colored: 0px 3px 2px 0px var(--tw-shadow-color),
    inset 0px 1px 1px 0px 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-\[inset_0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: inset 0 0 0 1px 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-\[inset_0_0_0_2px_rgba\(94\2c
  252\2c
  214\2c
  1\)\2c
  0_0_24px_rgba\(94\2c
  252\2c
  214\2c
  1\)\] {
  --tw-shadow: inset 0 0 0 2px #5efcd6, 0 0 24px #5efcd6;
  --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color),
    0 0 24px 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-\[inset_0_0_1px_rgb\(0_0_0_0\.1\)\] {
  --tw-shadow: inset 0 0 1px rgb(0 0 0 0.1);
  --tw-shadow-colored: inset 0 0 1px var(--tw-shadow-color);
}
.shadow-\[inset_0_0_1px_rgb\(0_0_0_0\.1\)\],
.shadow-\[inset_0_0_2px_rgb\(0_0_0\/\.5\)\] {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_0_2px_rgb\(0_0_0\/\.5\)\] {
  --tw-shadow: inset 0 0 2px rgb(0 0 0/0.5);
  --tw-shadow-colored: inset 0 0 2px var(--tw-shadow-color);
}
.shadow-blog-avatar-shadow {
  --tw-shadow: 4px 8px 12px 0px rgba(15, 16, 47, 0.06),
    4px 4px 6px 0px rgba(15, 16, 47, 0.06);
  --tw-shadow-colored: 4px 8px 12px 0px var(--tw-shadow-color),
    4px 4px 6px 0px var(--tw-shadow-color);
}
.shadow-blog-avatar-shadow,
.shadow-button-inset {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-button-inset {
  --tw-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1),
    0px 1px 1px 0px rgba(165, 163, 255, 0.3) inset;
  --tw-shadow-colored: 0px 3px 2px 0px var(--tw-shadow-color),
    inset 0px 1px 1px 0px var(--tw-shadow-color);
}
.shadow-inner {
  --tw-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
  --tw-shadow-colored: inset 0px 1px 1px 0px var(--tw-shadow-color);
}
.shadow-inner,
.shadow-input-inset {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-input-inset {
  --tw-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: inset 0px 2px 1px 0px var(--tw-shadow-color);
}
.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);
}
.shadow-lg,
.shadow-md {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-paginator-selected-shadow {
  --tw-shadow: 0px 2px 2px 0px rgba(15, 16, 47, 0.2) inset,
    0px 1px 1px 0px rgba(165, 163, 255, 0.3);
  --tw-shadow-colored: inset 0px 2px 2px 0px var(--tw-shadow-color),
    0px 1px 1px 0px var(--tw-shadow-color);
}
.shadow-paginator-selected-shadow,
.shadow-paginator-shadow {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-paginator-shadow {
  --tw-shadow: 0px 1px 1px 0px rgba(165, 163, 255, 0.3) inset,
    0px 1px 1px 0px rgba(15, 16, 47, 0.2);
  --tw-shadow-colored: inset 0px 1px 1px 0px var(--tw-shadow-color),
    0px 1px 1px 0px var(--tw-shadow-color);
}
.shadow-room-card-hover {
  --tw-shadow: 0 0 20px rgba(94, 252, 214, 0.6);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
}
.shadow-room-card-hover,
.shadow-select-shadow {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-select-shadow {
  --tw-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 3px 2px var(--tw-shadow-color);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-tag-coldsnap {
  --tw-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(94, 252, 214, 0.3) inset;
  --tw-shadow-colored: 0px 1px 1px 0px var(--tw-shadow-color),
    inset 0px 1px 1px 0px var(--tw-shadow-color);
}
.shadow-tag-coldsnap,
.shadow-tag-danger {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-tag-danger {
  --tw-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(227, 119, 144, 0.3) inset;
  --tw-shadow-colored: 0px 1px 1px 0px var(--tw-shadow-color),
    inset 0px 1px 1px 0px var(--tw-shadow-color);
}
.shadow-tag-heatwave {
  --tw-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(138, 136, 255, 0.3) inset;
  --tw-shadow-colored: 0px 1px 1px 0px var(--tw-shadow-color),
    inset 0px 1px 1px 0px var(--tw-shadow-color);
}
.shadow-tag-heatwave,
.shadow-tag-shadow {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-tag-shadow {
  --tw-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2) inset,
    0px 1px 1px 0px rgba(138, 136, 255, 0.12);
  --tw-shadow-colored: inset 0px 1px 1px 0px var(--tw-shadow-color),
    0px 1px 1px 0px var(--tw-shadow-color);
}
.shadow-tag-success {
  --tw-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(94, 252, 129, 0.3) inset;
  --tw-shadow-colored: 0px 1px 1px 0px var(--tw-shadow-color),
    inset 0px 1px 1px 0px var(--tw-shadow-color);
}
.shadow-tag-success,
.shadow-tag-warning {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-tag-warning {
  --tw-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(255, 179, 130, 0.3) inset;
  --tw-shadow-colored: 0px 1px 1px 0px var(--tw-shadow-color),
    inset 0px 1px 1px 0px var(--tw-shadow-color);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px 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-heatwave6\/10 {
  --tw-shadow-color: rgba(138, 136, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/100 {
  --tw-shadow-color: #8a88ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/15 {
  --tw-shadow-color: rgba(138, 136, 255, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/20 {
  --tw-shadow-color: rgba(138, 136, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/25 {
  --tw-shadow-color: rgba(138, 136, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/30 {
  --tw-shadow-color: rgba(138, 136, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/35 {
  --tw-shadow-color: rgba(138, 136, 255, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/40 {
  --tw-shadow-color: rgba(138, 136, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/45 {
  --tw-shadow-color: rgba(138, 136, 255, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/5 {
  --tw-shadow-color: rgba(138, 136, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/50 {
  --tw-shadow-color: rgba(138, 136, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/55 {
  --tw-shadow-color: rgba(138, 136, 255, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/60 {
  --tw-shadow-color: rgba(138, 136, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/65 {
  --tw-shadow-color: rgba(138, 136, 255, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/7\.5 {
  --tw-shadow-color: rgba(138, 136, 255, 0.075);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/70 {
  --tw-shadow-color: rgba(138, 136, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/75 {
  --tw-shadow-color: rgba(138, 136, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/80 {
  --tw-shadow-color: rgba(138, 136, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/85 {
  --tw-shadow-color: rgba(138, 136, 255, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/90 {
  --tw-shadow-color: rgba(138, 136, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave6\/95 {
  --tw-shadow-color: rgba(138, 136, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/10 {
  --tw-shadow-color: rgba(94, 90, 237, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/100 {
  --tw-shadow-color: #5e5aed;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/15 {
  --tw-shadow-color: rgba(94, 90, 237, 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/20 {
  --tw-shadow-color: rgba(94, 90, 237, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/25 {
  --tw-shadow-color: rgba(94, 90, 237, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/30 {
  --tw-shadow-color: rgba(94, 90, 237, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/35 {
  --tw-shadow-color: rgba(94, 90, 237, 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/40 {
  --tw-shadow-color: rgba(94, 90, 237, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/45 {
  --tw-shadow-color: rgba(94, 90, 237, 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/5 {
  --tw-shadow-color: rgba(94, 90, 237, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/50 {
  --tw-shadow-color: rgba(94, 90, 237, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/55 {
  --tw-shadow-color: rgba(94, 90, 237, 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/60 {
  --tw-shadow-color: rgba(94, 90, 237, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/65 {
  --tw-shadow-color: rgba(94, 90, 237, 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/7\.5 {
  --tw-shadow-color: rgba(94, 90, 237, 0.075);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/70 {
  --tw-shadow-color: rgba(94, 90, 237, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/75 {
  --tw-shadow-color: rgba(94, 90, 237, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/80 {
  --tw-shadow-color: rgba(94, 90, 237, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/85 {
  --tw-shadow-color: rgba(94, 90, 237, 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/90 {
  --tw-shadow-color: rgba(94, 90, 237, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-heatwave7\/95 {
  --tw-shadow-color: rgba(94, 90, 237, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-night9 {
  --tw-shadow-color: #070918;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-0 {
  outline-width: 0;
}
.outline-1 {
  outline-width: 1px;
}
.outline-2 {
  outline-width: 2px;
}
.outline-\[3px\] {
  outline-width: 3px;
}
.outline-\[5px\] {
  outline-width: 5px;
}
.-outline-offset-1 {
  outline-offset: -1px;
}
.outline-offset-0 {
  outline-offset: 0;
}
.outline-offset-1 {
  outline-offset: 1px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.outline-accent {
  outline-color: rgb(var(--accent) / 1);
}
.outline-accent\/50 {
  outline-color: rgb(var(--accent) / 0.5);
}
.outline-buttonPrimary {
  outline-color: rgb(var(--buttonPrimary) / 1);
}
.outline-buttonPrimary\/55 {
  outline-color: rgb(var(--buttonPrimary) / 0.55);
}
.outline-coldsnap4 {
  outline-color: #5efcd6;
}
.outline-danger {
  outline-color: rgb(var(--danger) / 1);
}
.outline-danger\/55 {
  outline-color: rgb(var(--danger) / 0.55);
}
.outline-functional-green {
  outline-color: #5efc81;
}
.outline-functional-red {
  outline-color: #fc5e5e;
}
.outline-functional-red-dark {
  outline-color: #f03838;
}
.outline-heatwave4\/50 {
  outline-color: rgba(255, 179, 130, 0.5);
}
.outline-heatwave6\/10 {
  outline-color: rgba(138, 136, 255, 0.1);
}
.outline-heatwave6\/100 {
  outline-color: #8a88ff;
}
.outline-heatwave6\/15 {
  outline-color: rgba(138, 136, 255, 0.15);
}
.outline-heatwave6\/20 {
  outline-color: rgba(138, 136, 255, 0.2);
}
.outline-heatwave6\/25 {
  outline-color: rgba(138, 136, 255, 0.25);
}
.outline-heatwave6\/30 {
  outline-color: rgba(138, 136, 255, 0.3);
}
.outline-heatwave6\/35 {
  outline-color: rgba(138, 136, 255, 0.35);
}
.outline-heatwave6\/40 {
  outline-color: rgba(138, 136, 255, 0.4);
}
.outline-heatwave6\/45 {
  outline-color: rgba(138, 136, 255, 0.45);
}
.outline-heatwave6\/5 {
  outline-color: rgba(138, 136, 255, 0.05);
}
.outline-heatwave6\/50 {
  outline-color: rgba(138, 136, 255, 0.5);
}
.outline-heatwave6\/55 {
  outline-color: rgba(138, 136, 255, 0.55);
}
.outline-heatwave6\/60 {
  outline-color: rgba(138, 136, 255, 0.6);
}
.outline-heatwave6\/65 {
  outline-color: rgba(138, 136, 255, 0.65);
}
.outline-heatwave6\/7\.5 {
  outline-color: rgba(138, 136, 255, 0.075);
}
.outline-heatwave6\/70 {
  outline-color: rgba(138, 136, 255, 0.7);
}
.outline-heatwave6\/75 {
  outline-color: rgba(138, 136, 255, 0.75);
}
.outline-heatwave6\/80 {
  outline-color: rgba(138, 136, 255, 0.8);
}
.outline-heatwave6\/85 {
  outline-color: rgba(138, 136, 255, 0.85);
}
.outline-heatwave6\/90 {
  outline-color: rgba(138, 136, 255, 0.9);
}
.outline-heatwave6\/95 {
  outline-color: rgba(138, 136, 255, 0.95);
}
.outline-heatwave7 {
  outline-color: #5e5aed;
}
.outline-heatwave7\/10 {
  outline-color: rgba(94, 90, 237, 0.1);
}
.outline-heatwave7\/100 {
  outline-color: #5e5aed;
}
.outline-heatwave7\/15 {
  outline-color: rgba(94, 90, 237, 0.15);
}
.outline-heatwave7\/20 {
  outline-color: rgba(94, 90, 237, 0.2);
}
.outline-heatwave7\/25 {
  outline-color: rgba(94, 90, 237, 0.25);
}
.outline-heatwave7\/30 {
  outline-color: rgba(94, 90, 237, 0.3);
}
.outline-heatwave7\/35 {
  outline-color: rgba(94, 90, 237, 0.35);
}
.outline-heatwave7\/40 {
  outline-color: rgba(94, 90, 237, 0.4);
}
.outline-heatwave7\/45 {
  outline-color: rgba(94, 90, 237, 0.45);
}
.outline-heatwave7\/5 {
  outline-color: rgba(94, 90, 237, 0.05);
}
.outline-heatwave7\/50 {
  outline-color: rgba(94, 90, 237, 0.5);
}
.outline-heatwave7\/55 {
  outline-color: rgba(94, 90, 237, 0.55);
}
.outline-heatwave7\/60 {
  outline-color: rgba(94, 90, 237, 0.6);
}
.outline-heatwave7\/65 {
  outline-color: rgba(94, 90, 237, 0.65);
}
.outline-heatwave7\/7\.5 {
  outline-color: rgba(94, 90, 237, 0.075);
}
.outline-heatwave7\/70 {
  outline-color: rgba(94, 90, 237, 0.7);
}
.outline-heatwave7\/75 {
  outline-color: rgba(94, 90, 237, 0.75);
}
.outline-heatwave7\/80 {
  outline-color: rgba(94, 90, 237, 0.8);
}
.outline-heatwave7\/85 {
  outline-color: rgba(94, 90, 237, 0.85);
}
.outline-heatwave7\/90 {
  outline-color: rgba(94, 90, 237, 0.9);
}
.outline-heatwave7\/95 {
  outline-color: rgba(94, 90, 237, 0.95);
}
.outline-transparent {
  outline-color: transparent;
}
.outline-white\/10 {
  outline-color: hsla(0, 0%, 100%, 0.1);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring-1,
.ring-2 {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.ring-\[1px\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-coldsnap4 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 252 214 / var(--tw-ring-opacity));
}
.ring-functional-red {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 94 94 / var(--tw-ring-opacity));
}
.ring-heatwave6\/10 {
  --tw-ring-color: rgba(138, 136, 255, 0.1);
}
.ring-heatwave6\/100 {
  --tw-ring-color: #8a88ff;
}
.ring-heatwave6\/15 {
  --tw-ring-color: rgba(138, 136, 255, 0.15);
}
.ring-heatwave6\/20 {
  --tw-ring-color: rgba(138, 136, 255, 0.2);
}
.ring-heatwave6\/25 {
  --tw-ring-color: rgba(138, 136, 255, 0.25);
}
.ring-heatwave6\/30 {
  --tw-ring-color: rgba(138, 136, 255, 0.3);
}
.ring-heatwave6\/35 {
  --tw-ring-color: rgba(138, 136, 255, 0.35);
}
.ring-heatwave6\/40 {
  --tw-ring-color: rgba(138, 136, 255, 0.4);
}
.ring-heatwave6\/45 {
  --tw-ring-color: rgba(138, 136, 255, 0.45);
}
.ring-heatwave6\/5 {
  --tw-ring-color: rgba(138, 136, 255, 0.05);
}
.ring-heatwave6\/50 {
  --tw-ring-color: rgba(138, 136, 255, 0.5);
}
.ring-heatwave6\/55 {
  --tw-ring-color: rgba(138, 136, 255, 0.55);
}
.ring-heatwave6\/60 {
  --tw-ring-color: rgba(138, 136, 255, 0.6);
}
.ring-heatwave6\/65 {
  --tw-ring-color: rgba(138, 136, 255, 0.65);
}
.ring-heatwave6\/7\.5 {
  --tw-ring-color: rgba(138, 136, 255, 0.075);
}
.ring-heatwave6\/70 {
  --tw-ring-color: rgba(138, 136, 255, 0.7);
}
.ring-heatwave6\/75 {
  --tw-ring-color: rgba(138, 136, 255, 0.75);
}
.ring-heatwave6\/80 {
  --tw-ring-color: rgba(138, 136, 255, 0.8);
}
.ring-heatwave6\/85 {
  --tw-ring-color: rgba(138, 136, 255, 0.85);
}
.ring-heatwave6\/90 {
  --tw-ring-color: rgba(138, 136, 255, 0.9);
}
.ring-heatwave6\/95 {
  --tw-ring-color: rgba(138, 136, 255, 0.95);
}
.ring-heatwave7\/10 {
  --tw-ring-color: rgba(94, 90, 237, 0.1);
}
.ring-heatwave7\/100 {
  --tw-ring-color: #5e5aed;
}
.ring-heatwave7\/15 {
  --tw-ring-color: rgba(94, 90, 237, 0.15);
}
.ring-heatwave7\/20 {
  --tw-ring-color: rgba(94, 90, 237, 0.2);
}
.ring-heatwave7\/25 {
  --tw-ring-color: rgba(94, 90, 237, 0.25);
}
.ring-heatwave7\/30 {
  --tw-ring-color: rgba(94, 90, 237, 0.3);
}
.ring-heatwave7\/35 {
  --tw-ring-color: rgba(94, 90, 237, 0.35);
}
.ring-heatwave7\/40 {
  --tw-ring-color: rgba(94, 90, 237, 0.4);
}
.ring-heatwave7\/45 {
  --tw-ring-color: rgba(94, 90, 237, 0.45);
}
.ring-heatwave7\/5 {
  --tw-ring-color: rgba(94, 90, 237, 0.05);
}
.ring-heatwave7\/50 {
  --tw-ring-color: rgba(94, 90, 237, 0.5);
}
.ring-heatwave7\/55 {
  --tw-ring-color: rgba(94, 90, 237, 0.55);
}
.ring-heatwave7\/60 {
  --tw-ring-color: rgba(94, 90, 237, 0.6);
}
.ring-heatwave7\/65 {
  --tw-ring-color: rgba(94, 90, 237, 0.65);
}
.ring-heatwave7\/7\.5 {
  --tw-ring-color: rgba(94, 90, 237, 0.075);
}
.ring-heatwave7\/70 {
  --tw-ring-color: rgba(94, 90, 237, 0.7);
}
.ring-heatwave7\/75 {
  --tw-ring-color: rgba(94, 90, 237, 0.75);
}
.ring-heatwave7\/80 {
  --tw-ring-color: rgba(94, 90, 237, 0.8);
}
.ring-heatwave7\/85 {
  --tw-ring-color: rgba(94, 90, 237, 0.85);
}
.ring-heatwave7\/90 {
  --tw-ring-color: rgba(94, 90, 237, 0.9);
}
.ring-heatwave7\/95 {
  --tw-ring-color: rgba(94, 90, 237, 0.95);
}
.ring-night1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(184 188 224 / var(--tw-ring-opacity));
}
.ring-night7 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 18 47 / var(--tw-ring-opacity));
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-white\/10 {
  --tw-ring-color: hsla(0, 0%, 100%, 0.1);
}
.ring-opacity-15 {
  --tw-ring-opacity: 0.15;
}
.ring-offset-heatwave6\/10 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.1);
}
.ring-offset-heatwave6\/100 {
  --tw-ring-offset-color: #8a88ff;
}
.ring-offset-heatwave6\/15 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.15);
}
.ring-offset-heatwave6\/20 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.2);
}
.ring-offset-heatwave6\/25 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.25);
}
.ring-offset-heatwave6\/30 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.3);
}
.ring-offset-heatwave6\/35 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.35);
}
.ring-offset-heatwave6\/40 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.4);
}
.ring-offset-heatwave6\/45 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.45);
}
.ring-offset-heatwave6\/5 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.05);
}
.ring-offset-heatwave6\/50 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.5);
}
.ring-offset-heatwave6\/55 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.55);
}
.ring-offset-heatwave6\/60 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.6);
}
.ring-offset-heatwave6\/65 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.65);
}
.ring-offset-heatwave6\/7\.5 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.075);
}
.ring-offset-heatwave6\/70 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.7);
}
.ring-offset-heatwave6\/75 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.75);
}
.ring-offset-heatwave6\/80 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.8);
}
.ring-offset-heatwave6\/85 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.85);
}
.ring-offset-heatwave6\/90 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.9);
}
.ring-offset-heatwave6\/95 {
  --tw-ring-offset-color: rgba(138, 136, 255, 0.95);
}
.ring-offset-heatwave7\/10 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.1);
}
.ring-offset-heatwave7\/100 {
  --tw-ring-offset-color: #5e5aed;
}
.ring-offset-heatwave7\/15 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.15);
}
.ring-offset-heatwave7\/20 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.2);
}
.ring-offset-heatwave7\/25 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.25);
}
.ring-offset-heatwave7\/30 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.3);
}
.ring-offset-heatwave7\/35 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.35);
}
.ring-offset-heatwave7\/40 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.4);
}
.ring-offset-heatwave7\/45 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.45);
}
.ring-offset-heatwave7\/5 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.05);
}
.ring-offset-heatwave7\/50 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.5);
}
.ring-offset-heatwave7\/55 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.55);
}
.ring-offset-heatwave7\/60 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.6);
}
.ring-offset-heatwave7\/65 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.65);
}
.ring-offset-heatwave7\/7\.5 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.075);
}
.ring-offset-heatwave7\/70 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.7);
}
.ring-offset-heatwave7\/75 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.75);
}
.ring-offset-heatwave7\/80 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.8);
}
.ring-offset-heatwave7\/85 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.85);
}
.ring-offset-heatwave7\/90 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.9);
}
.ring-offset-heatwave7\/95 {
  --tw-ring-offset-color: rgba(94, 90, 237, 0.95);
}
.blur {
  --tw-blur: blur(8px);
}
.blur,
.blur-0 {
  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);
}
.blur-0 {
  --tw-blur: blur(0);
}
.blur-0\.5xl {
  --tw-blur: blur(30px);
}
.blur-0\.5xl,
.blur-3\.5xl {
  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);
}
.blur-3\.5xl {
  --tw-blur: blur(100px);
}
.blur-\[10px\] {
  --tw-blur: blur(10px);
}
.blur-\[10px\],
.blur-\[15px\] {
  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);
}
.blur-\[15px\] {
  --tw-blur: blur(15px);
}
.blur-\[1p\] {
  --tw-blur: blur(1p);
}
.blur-\[1p\],
.blur-\[1px\] {
  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);
}
.blur-\[1px\] {
  --tw-blur: blur(1px);
}
.blur-\[20px\] {
  --tw-blur: blur(20px);
}
.blur-\[20px\],
.blur-\[21px\] {
  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);
}
.blur-\[21px\] {
  --tw-blur: blur(21px);
}
.blur-\[3px\] {
  --tw-blur: blur(3px);
}
.blur-\[3px\],
.blur-\[50px\] {
  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);
}
.blur-\[50px\] {
  --tw-blur: blur(50px);
}
.blur-\[5px\] {
  --tw-blur: blur(5px);
}
.blur-\[5px\],
.blur-\[6px\] {
  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);
}
.blur-\[6px\] {
  --tw-blur: blur(6px);
}
.blur-\[7px\] {
  --tw-blur: blur(7px);
}
.blur-\[7px\],
.blur-\[8px\] {
  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);
}
.blur-\[8px\] {
  --tw-blur: blur(8px);
}
.blur-lg {
  --tw-blur: blur(16px);
}
.blur-lg,
.blur-md {
  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);
}
.blur-md {
  --tw-blur: blur(12px);
}
.blur-sm {
  --tw-blur: blur(4px);
}
.blur-sm,
.blur-xl {
  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);
}
.blur-xl {
  --tw-blur: blur(24px);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1))
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}
.drop-shadow,
.drop-shadow-\[0_0_5px_rgba\(94\2c 252\2c 214\2c 1\)\] {
  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);
}
.drop-shadow-\[0_0_5px_rgba\(94\2c 252\2c 214\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(0 0 5px #5efcd6);
}
.drop-shadow-\[0_17px_32px_rgba\(10\2c 13\2c 36\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(0 17px 32px rgba(10, 13, 36, 0.3));
}
.drop-shadow-\[0_17px_32px_rgba\(10\2c 13\2c 36\2c 0\.3\)\],
.drop-shadow-\[0_1px_1px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  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);
}
.drop-shadow-\[0_1px_1px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.3));
}
.drop-shadow-\[0_2\.93px_9\.75px_rgba\(10\2c 13\2c 36\2c 0\.2\)\] {
  --tw-drop-shadow: drop-shadow(0 2.93px 9.75px rgba(10, 13, 36, 0.2));
}
.drop-shadow-\[0_28px_44px_rgba\(10\2c 13\2c 36\2c 0\.4\)\],
.drop-shadow-\[0_2\.93px_9\.75px_rgba\(10\2c 13\2c 36\2c 0\.2\)\] {
  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);
}
.drop-shadow-\[0_28px_44px_rgba\(10\2c 13\2c 36\2c 0\.4\)\] {
  --tw-drop-shadow: drop-shadow(0 28px 44px rgba(10, 13, 36, 0.4));
}
.drop-shadow-\[0_3px_2px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-drop-shadow: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.1));
}
.drop-shadow-\[0_3px_2px_rgba\(0\2c 0\2c 0\2c 0\.1\)\],
.drop-shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  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);
}
.drop-shadow-\[0_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-drop-shadow: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.45));
}
.drop-shadow-\[0px_-2px_2px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-drop-shadow: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.1));
}
.drop-shadow-\[0px_-2px_2px_rgba\(0\2c 0\2c 0\2c 0\.1\)\],
.drop-shadow-\[0px_-2px_2px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  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);
}
.drop-shadow-\[0px_-2px_2px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.35));
}
.drop-shadow-\[0px_0px_4px_rgba\(94\2c 252\2c 214\2c 0\.6\)\] {
  --tw-drop-shadow: drop-shadow(0px 0px 4px rgba(94, 252, 214, 0.6));
}
.drop-shadow-\[0px_0px_4px_rgba\(94\2c 252\2c 214\2c 0\.6\)\],
.drop-shadow-\[0px_0px_4px_rgba\(94\2c 252\2c 214\2c 1\)\] {
  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);
}
.drop-shadow-\[0px_0px_4px_rgba\(94\2c 252\2c 214\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(0px 0px 4px #5efcd6);
}
.drop-shadow-\[0px_0px_7px_rgba\(94\2c 252\2c 214\2c 0\.60\)\] {
  --tw-drop-shadow: drop-shadow(0px 0px 7px rgba(94, 252, 214, 0.6));
}
.drop-shadow-\[0px_0px_7px_rgba\(94\2c 252\2c 214\2c 0\.60\)\],
.drop-shadow-\[0px_0px_8px_rgba\(94\2c 252\2c 214\2c 1\)\] {
  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);
}
.drop-shadow-\[0px_0px_8px_rgba\(94\2c 252\2c 214\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(0px 0px 8px #5efcd6);
}
.drop-shadow-\[0px_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-drop-shadow: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.45));
}
.drop-shadow-\[0px_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.45\)\],
.drop-shadow-sm {
  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);
}
.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}
.\!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) !important;
}
.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 {
  --tw-backdrop-blur: blur(8px);
}
.backdrop-blur,
.backdrop-blur-0 {
  -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-0 {
  --tw-backdrop-blur: blur(0);
}
.backdrop-blur-0\.5xl {
  --tw-backdrop-blur: blur(30px);
}
.backdrop-blur-0\.5xl,
.backdrop-blur-3xl {
  -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-3xl {
  --tw-backdrop-blur: blur(64px);
}
.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
}
.backdrop-blur-\[10px\],
.backdrop-blur-\[15px\] {
  -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-\[15px\] {
  --tw-backdrop-blur: blur(15px);
}
.backdrop-blur-\[18px\] {
  --tw-backdrop-blur: blur(18px);
}
.backdrop-blur-\[18px\],
.backdrop-blur-\[20px\] {
  -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-\[20px\] {
  --tw-backdrop-blur: blur(20px);
}
.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);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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-duration: 0.15s;
  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-all {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-colors {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-opacity {
  transition-duration: 0.15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-shadow {
  transition-duration: 0.15s;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-transform {
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.delay-1000 {
  transition-delay: 1s;
}
.delay-200 {
  transition-delay: 0.2s;
}
.delay-500 {
  transition-delay: 0.5s;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-100 {
  transition-duration: 0.1s;
}
.duration-150 {
  transition-duration: 0.15s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.duration-700 {
  transition-duration: 0.7s;
}
.duration-75 {
  transition-duration: 75ms;
}
.duration-\[150ms\] {
  transition-duration: 0.15s;
}
.duration-\[250ms\] {
  transition-duration: 0.25s;
}
.duration-\[300ms\] {
  transition-duration: 0.3s;
}
.duration-\[500ms\] {
  transition-duration: 0.5s;
}
.duration-\[600ms\] {
  transition-duration: 0.6s;
}
.ease-\[cubic-bezier\(0\.05\2c 0\.69\2c 0\.32\2c 0\.98\)\] {
  transition-timing-function: cubic-bezier(0.05, 0.69, 0.32, 0.98);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-\[transform\] {
  will-change: transform;
}
.will-change-auto {
  will-change: auto;
}
.will-change-transform {
  will-change: transform;
}
.text-shadow-\[0_0_13px_rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
  text-shadow: 0 0 13px hsla(0, 0%, 100%, 0.3);
}
.text-shadow-\[0px_0px_4px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.text-shadow-\[0px_0px_5px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.text-shadow-coldsnap-shadow {
  text-shadow: 0 0 8px #5efcd6, 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.\[background-image\:linear-gradient\(0deg\2c
  _rgba\(252\2c
  199\2c
  94\2c
  0\.24\)_0\%\2c
  _rgba\(252\2c
  199\2c
  94\2c
  0\.24\)_100\%\)\] {
  background-image: linear-gradient(
    0deg,
    rgba(252, 199, 94, 0.24),
    rgba(252, 199, 94, 0.24)
  );
}
.\[background-image\:linear-gradient\(180deg\2c
  _rgba\(31\2c
  36\2c
  76\2c
  0\.50\)_0\%\2c
  _rgba\(31\2c
  36\2c
  76\2c
  0\.28\)_100\%\)\] {
  background-image: linear-gradient(
    180deg,
    rgba(31, 36, 76, 0.5),
    rgba(31, 36, 76, 0.28)
  );
}
.\[background-position\:0_0\2c _2px_2px\] {
  background-position: 0 0, 2px 2px;
}
.\[background\:linear-gradient\(0deg\2c
  _rgba\(252\2c
  199\2c
  94\2c
  0\.24\)_0\%\2c
  _rgba\(252\2c
  199\2c
  94\2c
  0\.24\)_100\%\)\2c
  _rgba\(14\2c
  18\2c
  47\2c
  0\.96\)\] {
  background: linear-gradient(
      0deg,
      rgba(252, 199, 94, 0.24),
      rgba(252, 199, 94, 0.24)
    ),
    rgba(14, 18, 47, 0.96);
}
.\[height\:inherit\] {
  height: inherit;
}
.\[text-shadow\:0px_0px_8px_rgb\(var\(--accent\)\)\2c
  0px_-1px_1px_rgb\(0_0_0\/\.25\)\] {
  text-shadow: 0 0 8px rgb(var(--accent)), 0 -1px 1px rgb(0 0 0/0.25);
}
.\[text-shadow\:0px_1px_1px_rgb\(255_255_255_\/_50\%\)\] {
  text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.5);
}
.\[text-shadow\:_0_13\.5px_24\.75px_rgb\(10_13_36_\/_100\%\)\2c
  _0_2\.25px_7\.5px_rgb\(10_13_36_\/_50\%\)\] {
  text-shadow: 0 13.5px 24.75px #0a0d24, 0 2.25px 7.5px rgba(10, 13, 36, 0.5);
}
.\[text-shadow\:_0_13\.5px_24\.75px_rgb\(10_13_36_\/_30\%\)\2c
  _0_2\.25px_7\.5px_rgb\(10_13_36_\/_20\%\)\] {
  text-shadow: 0 13.5px 24.75px rgba(10, 13, 36, 0.3),
    0 2.25px 7.5px rgba(10, 13, 36, 0.2);
}
.\[text-shadow\:_0_18px_33px_rgb\(10_13_36_\/_100\%\)\2c
  _0_3px_10px_rgb\(10_13_36_\/_50\%\)\] {
  text-shadow: 0 18px 33px #0a0d24, 0 3px 10px rgba(10, 13, 36, 0.5);
}
.\[text-shadow\:_0_18px_33px_rgb\(10_13_36_\/_30\%\)\2c
  _0_3px_10px_rgb\(10_13_36_\/_20\%\)\],
.\[text-shadow\:_0_18px_33px_rgb\(10_13_36_\/_30\%\)\2c
  _0_3px_10px_rgba\(10_13_36_\/_20\%\)\] {
  text-shadow: 0 18px 33px rgba(10, 13, 36, 0.3),
    0 3px 10px rgba(10, 13, 36, 0.2);
}
.\[text-shadow\:_0_18px_33px_rgb\(10_13_36_\/_30\%\)\] {
  text-shadow: 0 18px 33px rgba(10, 13, 36, 0.3);
}
.\[text-shadow\:_0_1px_1px_rgb\(0_0_0_\/_30\%\)\] {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.\[text-shadow\:_0_1px_1px_rgb\(15_16_47_\/_30\%\)\] {
  text-shadow: 0 1px 1px rgba(15, 16, 47, 0.3);
}
.\[text-shadow\:_0_2px_2px_rgb\(0_0_0_\/_20\%\)\] {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.\[text-shadow\:_0_8px_14px_rgb\(0_0_0_\/_10\%\)\] {
  text-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
}
.\[text-shadow\:_0px_-1px_1px_rgb\(0_0_0_\/_25\%\)\] {
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.\[text-shadow\:_0px_-1px_2px_rgb\(0_0_0_\/_18\%\)\] {
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.18);
}
.\[text-shadow\:_0px_0px_2px_rgb\(255_255_255_\/_90\%\)\] {
  text-shadow: 0 0 2px hsla(0, 0%, 100%, 0.9);
}
.\[text-shadow\:_0px_0px_8px_rgb\(94_252_129_\/_50\%\)\] {
  text-shadow: 0 0 8px rgba(94, 252, 129, 0.5);
}
.\[text-shadow\:_0px_14\.4px_26\.39px_rgb\(10_13_36_\/_30\%\)\2c
  _0px_2\.4px_8px_rgb\(10_13_36_\/_20\%\)\] {
  text-shadow: 0 14.4px 26.39px rgba(10, 13, 36, 0.3),
    0 2.4px 8px rgba(10, 13, 36, 0.2);
}
.\[text-shadow\:_0px_17\.5px_32px_rgb\(10_13_36_\/_30\%\)\2c
  _0px_2\.9px_9\.75px_rgb\(10_13_36_\/_20\%\)\] {
  text-shadow: 0 17.5px 32px rgba(10, 13, 36, 0.3),
    0 2.9px 9.75px rgba(10, 13, 36, 0.2);
}
.\[text-shadow\:_0px_18px_33px_rgb\(10_13_36_\/_0\%\)\2c
  _0px_3px_10px_\/_20\%\] {
  text-shadow: 0 18px 33px rgba(10, 13, 36, 0), 0 3px 10px /20%;
}
.\[text-shadow\:_0px_1px_0px_rgb\(255_255_255_\/_24\%\)\] {
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.24);
}
.\[text-shadow\:_0px_1px_1px_rgb\(0_0_0_\/_30\%\)\] {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.\[text-shadow\:_0px_1px_1px_rgb\(15_16_47_\/_15\%\)\] {
  text-shadow: 0 1px 1px rgba(15, 16, 47, 0.15);
}
.\[text-shadow\:_0px_1px_1px_rgb\(15_16_47_\/_20\%\)\] {
  text-shadow: 0 1px 1px rgba(15, 16, 47, 0.2);
}
.\[text-shadow\:_0px_1px_1px_rgb\(15_16_47_\/_30\%\)\] {
  text-shadow: 0 1px 1px rgba(15, 16, 47, 0.3);
}
.\[text-shadow\:_0px_1px_1px_rgb\(15_16_47_\/_5\%\)\] {
  text-shadow: 0 1px 1px rgb(15 16 47/5%);
}
.\[text-shadow\:_0px_1px_1px_rgb\(255_255_255_\/_45\%\)\] {
  text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.45);
}
.\[text-shadow\:_0px_27px_49\.5px_rgb\(10_13_36_\/_30\%\)\2c
  _0px_4\.5px_15px_rgb\(10_13_36_20\%\)\] {
  text-shadow: 0 27px 49.5px rgba(10, 13, 36, 0.3),
    0 4.5px 15px rgb(10 13 36 20%);
}
.\[text-shadow\:_0px_2px_2px_rgb\(0_0_0_\/_10\%\)\] {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.\[text-shadow\:_0px_2px_2px_rgb\(15_16_47_\/_25\%\)\],
.\[text-shadow\:_0px_2px_2px_rgba\(15_16_47_\/_25\%\)\] {
  text-shadow: 0 2px 2px rgba(15, 16, 47, 0.25);
}
.\[width\:inherit\] {
  width: inherit;
}
@media (min-width: 1524px) {
  .xl\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
  @media (min-width: 320px) {
    .xl\:container {
      max-width: 320px;
    }
  }
  @media (min-width: 390px) {
    .xl\:container {
      max-width: 390px;
    }
  }
  @media (min-width: 600px) {
    .xl\:container {
      max-width: 600px;
    }
  }
  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 960px) {
    .xl\:container {
      max-width: 960px;
    }
  }
  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1224px) {
    .xl\:container {
      max-width: 1224px;
    }
  }
  @media (min-width: 1374px) {
    .xl\:container {
      max-width: 1374px;
    }
  }
  @media (min-width: 1524px) {
    .xl\:container {
      max-width: 1524px;
    }
  }
  @media (min-width: 1920px) {
    .xl\:container {
      max-width: 1920px;
    }
  }
  @media (min-width: 2560px) {
    .xl\:container {
      max-width: 2560px;
    }
  }
}
.marker\:text-\[1\.125rem\] ::marker {
  font-size: 1.125rem;
}
.marker\:font-bold ::marker {
  font-weight: 700;
}
.marker\:leading-normal ::marker {
  line-height: 1.5;
}
.marker\:text-coldsnap4 ::marker {
  color: #5efcd6;
}
.marker\:\[text-shadow\:_0px_1px_1px_rgb\(15_16_47_\/_20\%\)\] ::marker {
  text-shadow: 0 1px 1px rgba(15, 16, 47, 0.2);
}
.marker\:text-\[1\.125rem\]::marker {
  font-size: 1.125rem;
}
.marker\:font-bold::marker {
  font-weight: 700;
}
.marker\:leading-normal::marker {
  line-height: 1.5;
}
.marker\:text-coldsnap4::marker {
  color: #5efcd6;
}
.marker\:\[text-shadow\:_0px_1px_1px_rgb\(15_16_47_\/_20\%\)\]::marker {
  text-shadow: 0 1px 1px rgba(15, 16, 47, 0.2);
}
.selection\:bg-coldsnap4 ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(94 252 214 / var(--tw-bg-opacity));
}
.selection\:bg-coldsnap4 ::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(94 252 214 / var(--tw-bg-opacity));
}
.selection\:text-night8 ::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(10 13 36 / var(--tw-text-opacity));
}
.selection\:text-night8 ::selection {
  --tw-text-opacity: 1;
  color: rgb(10 13 36 / var(--tw-text-opacity));
}
.selection\:bg-coldsnap4::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(94 252 214 / var(--tw-bg-opacity));
}
.selection\:bg-coldsnap4::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(94 252 214 / var(--tw-bg-opacity));
}
.selection\:text-night8::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(10 13 36 / var(--tw-text-opacity));
}
.selection\:text-night8::selection {
  --tw-text-opacity: 1;
  color: rgb(10 13 36 / var(--tw-text-opacity));
}
.placeholder\:text-night2::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(114 120 161 / var(--tw-text-opacity));
}
.placeholder\:text-night2::placeholder {
  --tw-text-opacity: 1;
  color: rgb(114 120 161 / var(--tw-text-opacity));
}
.placeholder\:text-white\/70::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.placeholder\:text-white\/70::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}
.before\:pointer-events-none:before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute:before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-inset-\[3\%\]:before {
  content: var(--tw-content);
  inset: -3%;
}
.before\:inset-0:before {
  content: var(--tw-content);
  inset: 0;
}
.before\:z-20:before {
  content: var(--tw-content);
  z-index: 20;
}
.before\:z-\[-1\]:before {
  content: var(--tw-content);
  z-index: -1;
}
.before\:h-\[120\%\]:before {
  content: var(--tw-content);
  height: 120%;
}
.before\:w-\[120\%\]:before {
  content: var(--tw-content);
  width: 120%;
}
.before\:scale-32:before {
  --tw-scale-x: 0.32;
  --tw-scale-y: 0.32;
}
.before\:scale-32:before,
.before\:scale-50:before {
  content: var(--tw-content);
  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));
}
.before\:scale-50:before {
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.5;
}
.before\:scale-\[0\.32\]:before {
  --tw-scale-x: 0.32;
  --tw-scale-y: 0.32;
  content: var(--tw-content);
  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));
}
.before\:rounded-lg:before {
  border-radius: 0.5rem;
  content: var(--tw-content);
}
.before\:rounded-xl:before {
  border-radius: 0.75rem;
  content: var(--tw-content);
}
.before\:rounded-t-none:before {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  content: var(--tw-content);
}
.before\:bg-\[rgba\(10\2c 10\2c 10\2c 0\.25\)\]:before {
  background-color: hsla(0, 0%, 4%, 0.25);
  content: var(--tw-content);
}
.before\:bg-gradient-to-b:before {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  content: var(--tw-content);
}
.before\:bg-gradient-to-r:before {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  content: var(--tw-content);
}
.before\:from-transparent:before {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: transparent var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
}
.before\:from-white\/30:before {
  --tw-gradient-from: hsla(0, 0%, 100%, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
}
.before\:via-\[\#FFE4AA\]\/30:before {
  --tw-gradient-via-position: ;
  --tw-gradient-to: rgba(255, 228, 170, 0) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from),
    rgba(255, 228, 170, 0.3) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
  content: var(--tw-content);
}
.before\:to-\[\#FFB382\]\/30:before {
  --tw-gradient-to: rgba(255, 179, 130, 0.3) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  content: var(--tw-content);
}
.before\:to-buttonSecondary:before {
  --tw-gradient-to: rgb(var(--buttonSecondary) / 1)
    var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  content: var(--tw-content);
}
.before\:opacity-\[66\%\]:before {
  content: var(--tw-content);
  opacity: 66%;
}
.before\:blur-lg:before {
  --tw-blur: blur(16px);
  content: var(--tw-content);
  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);
}
.before\:content-\[\"\"\]:before {
  --tw-content: "";
  content: var(--tw-content);
}
.before\:content-step:before {
  --tw-content: url(/assets/community/elements/step_number_bg.png);
  content: var(--tw-content);
}
.after\:absolute:after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0:after {
  content: var(--tw-content);
  inset: 0;
}
.after\:z-10:after {
  content: var(--tw-content);
  z-index: 10;
}
.after\:bg-\[\#0E122F\]\/40:after {
  background-color: rgba(14, 18, 47, 0.4);
  content: var(--tw-content);
}
.after\:content-\[\"\"\]:after {
  --tw-content: "";
  content: var(--tw-content);
}
.first\:pt-2:first-child {
  padding-top: 0.5rem;
}
.last\:pb-2:last-child {
  padding-bottom: 0.5rem;
}
.hover\:w-\[8\.4rem\]:hover {
  width: 8.4rem;
}
.hover\:translate-y-0:hover {
  --tw-translate-y: 0px;
}
.hover\:scale-\[1\.025\]:hover,
.hover\:translate-y-0:hover {
  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\:scale-\[1\.025\]:hover {
  --tw-scale-x: 1.025;
  --tw-scale-y: 1.025;
}
.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
}
.hover\:scale-\[101\%\]:hover,
.hover\:scale-\[1\.03\]:hover {
  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\:scale-\[101\%\]:hover {
  --tw-scale-x: 101%;
  --tw-scale-y: 101%;
}
.hover\:cursor-close-modal:hover {
  cursor: url(/common/icons/close-modal-cursor.webp) 22 22, pointer;
}
.hover\:cursor-default:hover {
  cursor: default;
}
.hover\:cursor-grab:hover {
  cursor: grab;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-\[rgba\(94\2c 252\2c 214\2c 0\.66\)\]:hover {
  border-color: rgba(94, 252, 214, 0.66);
}
.hover\:border-functional-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(94 252 129 / var(--tw-border-opacity));
}
.hover\:border-functional-green\/\[0\.14\]:hover {
  border-color: rgba(94, 252, 129, 0.14);
}
.hover\:border-functional-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 94 94 / var(--tw-border-opacity));
}
.hover\:border-functional-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 199 94 / var(--tw-border-opacity));
}
.hover\:border-green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.hover\:border-primary\/30:hover {
  border-color: rgb(var(--primary) / 0.3);
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:bg-heatwave7\/10:hover {
  background-color: rgba(94, 90, 237, 0.1);
}
.hover\:bg-night1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 188 224 / var(--tw-bg-opacity));
}
.hover\:bg-night1\/10:hover {
  background-color: rgba(184, 188, 224, 0.1);
}
.hover\:bg-night2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(114 120 161 / var(--tw-bg-opacity));
}
.hover\:bg-night7\/60:hover {
  background-color: rgba(14, 18, 47, 0.6);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-white\/10:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.hover\:bg-\[linear-gradient\(0deg\2c
  rgba\(94\2c
  252\2c
  214\2c
  0\.24\)_0\%\2c
  rgba\(94\2c
  252\2c
  214\2c
  0\.24\)_100\%\)\2c
  linear-gradient\(to_bottom\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\.04\)_0\%\2c
  rgba\(255\2c
  255\2c
  255\2c
  0\.01\)_100\%\)\]:hover {
  background-image: linear-gradient(
      0deg,
      rgba(94, 252, 214, 0.24),
      rgba(94, 252, 214, 0.24)
    ),
    linear-gradient(180deg, hsla(0, 0%, 100%, 0.04), hsla(0, 0%, 100%, 0.01));
}
.hover\:bg-\[linear-gradient\(135\.81deg\2c
  rgb\(var\(--accent\)\/\.4\)_0\%\2c
  rgba\(94\2c
  252\2c
  214\2c
  0\)_71\.5\%\)\2c
  linear-gradient\(135\.81deg\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\)_1\.5\%\2c
  rgba\(0\2c
  0\2c
  0\2c
  \.05\)_100\%\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--primary\)\)_0\%\2c
  rgb\(var\(--primary\)\)_100\%\)\]:hover {
  background-image: linear-gradient(
      135.81deg,
      rgb(var(--accent) / 0.4) 0,
      rgba(94, 252, 214, 0) 71.5%
    ),
    linear-gradient(135.81deg, transparent 1.5%, rgba(0, 0, 0, 0.05) 100%),
    linear-gradient(0deg, rgb(var(--primary)) 0, rgb(var(--primary)) 100%);
}
.hover\:bg-\[linear-gradient\(180deg\2c
  _rgba\(138\2c
  _136\2c
  _255\2c
  _0\.35\)_0\%\2c
  _rgba\(138\2c
  _136\2c
  _255\2c
  _0\.28\)_100\%\)\]:hover {
  background-image: linear-gradient(
    180deg,
    rgba(138, 136, 255, 0.35),
    rgba(138, 136, 255, 0.28)
  );
}
.hover\:bg-\[linear-gradient\(180deg\2c
  _rgba\(252\2c
  _94\2c
  _94\2c
  _0\.35\)_0\%\2c
  _rgba\(252\2c
  _94\2c
  _94\2c
  _0\.29\)_100\%\)\]:hover {
  background-image: linear-gradient(
    180deg,
    rgba(252, 94, 94, 0.35),
    rgba(252, 94, 94, 0.29)
  );
}
.hover\:bg-\[linear-gradient\(180deg\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\.20\)_0\%\2c
  rgba\(0\2c
  0\2c
  0\2c
  0\.30\)_100\%\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--primary\)\/1\)_0\%\2c
  rgb\(var\(--primary\)\/1\)_100\%\)\]:hover {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.2) 0,
      rgba(0, 0, 0, 0.3) 100%
    ),
    linear-gradient(
      0deg,
      rgb(var(--primary) / 1) 0,
      rgb(var(--primary) / 1) 100%
    );
}
.hover\:bg-\[radial-gradient\(49\.91\%_100\%_at_50\.09\%_0\%\2c
  rgb\(var\(--accent\)\/\.44\)_0\%\2c
  rgb\(var\(--accent\)\/\.33\)_100\%\)\]:hover {
  background-image: radial-gradient(
    49.91% 100% at 50.09% 0,
    rgb(var(--accent) / 0.44) 0,
    rgb(var(--accent) / 0.33) 100%
  );
}
.hover\:bg-\[radial-gradient\(50\%_50\%_at_50\%_107\.45\%\2c
  rgb\(var\(--accent\)\/\.5\)_0\%\2c
  rgb\(var\(--accent\)\/0\)_100\%\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--buttonPrimary\)\/\.13\)\2c
  rgb\(var\(--buttonPrimary\)\/\.13\)\)\]:hover {
  background-image: radial-gradient(
      50% 50% at 50% 107.45%,
      rgb(var(--accent) / 0.5) 0,
      rgb(var(--accent) / 0) 100%
    ),
    linear-gradient(
      0deg,
      rgb(var(--buttonPrimary) / 0.13),
      rgb(var(--buttonPrimary) / 0.13)
    );
}
.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:from-\[\#5E5AED\]\/80:hover {
  --tw-gradient-from: rgba(94, 90, 237, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-\[rgba\(94\2c 252\2c 214\2c 0\.05\)\]:hover {
  --tw-gradient-from: rgba(94, 252, 214, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 252, 214, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-white\/30:hover {
  --tw-gradient-from: hsla(0, 0%, 100%, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-\[\#5E5AED\]\/50:hover {
  --tw-gradient-to: rgba(94, 90, 237, 0.5) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.hover\:to-\[rgba\(94\2c 252\2c 214\2c 0\.13\)\]:hover {
  --tw-gradient-to: rgba(94, 252, 214, 0.13) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.hover\:to-functional-yellow\/20:hover {
  --tw-gradient-to: rgba(252, 199, 94, 0.2) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--accent) / var(--tw-text-opacity));
}
.hover\:text-coldsnap4:hover {
  --tw-text-opacity: 1;
  color: rgb(94 252 214 / var(--tw-text-opacity));
}
.hover\:text-functional-green:hover {
  --tw-text-opacity: 1;
  color: rgb(94 252 129 / var(--tw-text-opacity));
}
.hover\:text-heatwave6:hover {
  --tw-text-opacity: 1;
  color: rgb(138 136 255 / var(--tw-text-opacity));
}
.hover\:text-heatwave7:hover {
  --tw-text-opacity: 1;
  color: rgb(94 90 237 / var(--tw-text-opacity));
}
.hover\:text-night0:hover {
  --tw-text-opacity: 1;
  color: rgb(230 232 244 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-20:hover {
  opacity: 0.2;
}
.hover\:opacity-30:hover {
  opacity: 0.3;
}
.hover\:opacity-35:hover {
  opacity: 0.35;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.hover\:shadow-\[0_0_14px_1px_rgba\(94\2c 252\2c 214\2c 0\.6\)\]:hover {
  --tw-shadow: 0 0 14px 1px rgba(94, 252, 214, 0.6);
  --tw-shadow-colored: 0 0 14px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_0_14px_rgb\(var\(--accent\)\)\2c
  inset_0_0_5px_rgb\(var\(--accent\)\/\.8\)\]:hover {
  --tw-shadow: 0 0 14px rgb(var(--accent)),
    inset 0 0 5px rgb(var(--accent) / 0.8);
  --tw-shadow-colored: 0 0 14px var(--tw-shadow-color),
    inset 0 0 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_0_7px_0_rgba\(225\2c 248\2c 210\2c 0\.1\)\]:hover {
  --tw-shadow: 0 0 7px 0 hsla(96, 73%, 90%, 0.1);
  --tw-shadow-colored: 0 0 7px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_0_9px_rgb\(var\(--buttonPrimary\)\)\]:hover {
  --tw-shadow: 0 0 9px rgb(var(--buttonPrimary));
  --tw-shadow-colored: 0 0 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_0_9px_rgb\(var\(--danger\)\)\]:hover {
  --tw-shadow: 0 0 9px rgb(var(--danger));
  --tw-shadow-colored: 0 0 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0px_0px_20px_rgb\(var\(--accent\)\/\.44\)\]:hover {
  --tw-shadow: 0px 0px 20px rgb(var(--accent) / 0.44);
  --tw-shadow-colored: 0px 0px 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);
}
.hover\:shadow-\[0px_0px_25px_0px_\#5EFCD6\]:hover {
  --tw-shadow: 0px 0px 25px 0px #5efcd6;
  --tw-shadow-colored: 0px 0px 25px 0px var(--tw-shadow-color);
}
.hover\:shadow-\[0px_0px_25px_0px_\#5EFCD6\]:hover,
.hover\:shadow-blog-card-hover:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-blog-card-hover:hover {
  --tw-shadow: 0px 14.26558px 20.3794px 0px rgba(0, 0, 0, 0.1),
    0px 0px 20.3794px 0px #5cfcd5,
    0px 2.03794px 1.01897px 0px hsla(0, 0%, 100%, 0.06) inset,
    0px 0px 50.94851px 0px rgba(94, 252, 214, 0.5) inset;
  --tw-shadow-colored: 0px 14.26558px 20.3794px 0px var(--tw-shadow-color),
    0px 0px 20.3794px 0px var(--tw-shadow-color),
    inset 0px 2.03794px 1.01897px 0px var(--tw-shadow-color),
    inset 0px 0px 50.94851px 0px var(--tw-shadow-color);
}
.hover\:shadow-coldsnap-shadow:hover {
  --tw-shadow: 0px 0px 6px 0px rgba(94, 252, 214, 0.4),
    0px 1px 1px 0px rgba(15, 16, 47, 0.2);
  --tw-shadow-colored: 0px 0px 6px 0px var(--tw-shadow-color),
    0px 1px 1px 0px var(--tw-shadow-color);
}
.hover\:shadow-coldsnap-shadow:hover,
.hover\:shadow-even-2xl:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-even-2xl:hover {
  --tw-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
}
.hover\:shadow-accent:hover {
  --tw-shadow-color: rgb(var(--accent) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-functional-yellow:hover {
  --tw-shadow-color: #fcc75e;
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-heatwave4:hover {
  --tw-shadow-color: #ffb382;
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:outline:hover {
  outline-style: solid;
}
.hover\:outline-2:hover {
  outline-width: 2px;
}
.hover\:outline-\[3px\]:hover {
  outline-width: 3px;
}
.hover\:outline-offset-2:hover {
  outline-offset: 2px;
}
.hover\:outline-offset-\[-1px\]:hover {
  outline-offset: -1px;
}
.hover\:outline-accent:hover {
  outline-color: rgb(var(--accent) / 1);
}
.hover\:outline-coldsnap4:hover {
  outline-color: #5efcd6;
}
.hover\:outline-functional-green:hover {
  outline-color: #5efc81;
}
.hover\:outline-functional-red:hover {
  outline-color: #fc5e5e;
}
.hover\:outline-heatwave4:hover {
  outline-color: #ffb382;
}
.hover\:outline-heatwave6:hover {
  outline-color: #8a88ff;
}
.hover\:ring-2:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-heatwave6:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(138 136 255 / var(--tw-ring-opacity));
}
.hover\:ring-heatwave7\/10:hover {
  --tw-ring-color: rgba(94, 90, 237, 0.1);
}
.hover\:drop-shadow-\[0_0_8px_rgba\(94\2c 252\2c 214\2c 1\)\]:hover {
  --tw-drop-shadow: drop-shadow(0 0 8px #5efcd6);
  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);
}
.hover\:\[text-shadow\:_0px_0px_17px_rgba\(94\2c
  252\2c
  129\2c
  0\.70\)\2c
  0px_0px_8px_rgba\(94\2c
  252\2c
  129\2c
  0\.50\)\]:hover {
  text-shadow: 0 0 17px rgba(94, 252, 129, 0.7), 0 0 8px rgba(94, 252, 129, 0.5);
}
.hover\:\[text-shadow\:_0px_1px_1px_rgb\(255_255_255_\/_45\%\)\]:hover {
  text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.45);
}
.focus\:outline-\[3px\]:focus {
  outline-width: 3px;
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.active\:bg-night6\/20:active {
  background-color: rgba(31, 36, 76, 0.2);
}
.active\:bg-\[linear-gradient\(180deg\2c
  _rgba\(0\2c
  0\2c
  0\2c
  0\)_0\%\2c
  _rgba\(0\2c
  0\2c
  0\2c
  0\)_100\%\)\]:active {
  background-image: linear-gradient(180deg, transparent, transparent);
}
.active\:text-heatwave6:active {
  --tw-text-opacity: 1;
  color: rgb(138 136 255 / var(--tw-text-opacity));
}
.active\:text-heatwave7:active {
  --tw-text-opacity: 1;
  color: rgb(94 90 237 / var(--tw-text-opacity));
}
.active\:text-night2:active {
  --tw-text-opacity: 1;
  color: rgb(114 120 161 / var(--tw-text-opacity));
}
.active\:opacity-0:active {
  opacity: 0;
}
.active\:opacity-20:active {
  opacity: 0.2;
}
.active\:opacity-80:active {
  opacity: 0.8;
}
.active\:shadow-\[0px_2px_1px_0px_\#0E122F_inset\]:active {
  --tw-shadow: 0px 2px 1px 0px #0e122f inset;
  --tw-shadow-colored: inset 0px 2px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.active\:shadow-\[0px_2px_1px_0px_\#1A1A4D_inset\]:active {
  --tw-shadow: 0px 2px 1px 0px #1a1a4d inset;
  --tw-shadow-colored: inset 0px 2px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.active\:shadow-\[0px_2px_1px_0px_rgba\(0\2c 0\2c 0\2c 0\.20\)_inset\]:active {
  --tw-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2) inset;
  --tw-shadow-colored: inset 0px 2px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.active\:shadow-\[0px_2px_1px_0px_rgba\(0\2c 0\2c 0\2c 1\)_inset\]:active {
  --tw-shadow: 0px 2px 1px 0px #000 inset;
  --tw-shadow-colored: inset 0px 2px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.active\:shadow-button-inset-pressed:active {
  --tw-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: inset 0px 1px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.active\:outline-offset-8:active {
  outline-offset: 8px;
}
.active\:outline-transparent:active {
  outline-color: transparent;
}
.active\:drop-shadow-\[0_0_0_rgba\(0\2c 0\2c 0\2c 0\)\]:active {
  --tw-drop-shadow: drop-shadow(0 0 0 transparent);
  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);
}
.active\:before\:hidden:active:before {
  content: var(--tw-content);
  display: none;
}
.enabled\:hover\:border-buttonPrimary\/10:hover:enabled {
  border-color: rgb(var(--buttonPrimary) / 0.1);
}
.enabled\:hover\:border-danger\/10:hover:enabled {
  border-color: rgb(var(--danger) / 0.1);
}
.enabled\:hover\:bg-\[linear-gradient\(0deg\2c
  rgb\(255_255_255\/0\)\2c
  rgb\(255_255_255\/\.5\)\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--buttonPrimary\)\)\2c
  rgb\(var\(--buttonPrimary\)\)\)\]:hover:enabled {
  background-image: linear-gradient(
      0deg,
      hsla(0, 0%, 100%, 0),
      hsla(0, 0%, 100%, 0.5)
    ),
    linear-gradient(0deg, rgb(var(--buttonPrimary)), rgb(var(--buttonPrimary)));
}
.enabled\:hover\:bg-\[linear-gradient\(0deg\2c
  rgb\(var\(--buttonSecondary\)\/\.2\)\2c
  rgb\(var\(--buttonSecondary\)\/\.2\)\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--primary\)\/\.38\)\2c
  rgb\(var\(--primary\)\/\.55\)\)\2c
  radial-gradient\(50\%_59\.71\%_at_50\%_100\%\2c
  rgb\(var\(--buttonPrimary\)\/\.4\)_0\%\2c
  rgb\(var\(--buttonPrimary\)\/0\)_100\%\)\]:hover:enabled {
  background-image: linear-gradient(
      0deg,
      rgb(var(--buttonSecondary) / 0.2),
      rgb(var(--buttonSecondary) / 0.2)
    ),
    linear-gradient(
      0deg,
      rgb(var(--primary) / 0.38),
      rgb(var(--primary) / 0.55)
    ),
    radial-gradient(
      50% 59.71% at 50% 100%,
      rgb(var(--buttonPrimary) / 0.4) 0,
      rgb(var(--buttonPrimary) / 0) 100%
    );
}
.enabled\:hover\:bg-\[linear-gradient\(0deg\2c
  rgb\(var\(--buttonSecondary\)\/\.2\)\2c
  rgb\(var\(--buttonSecondary\)\/\.2\)\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--primary\)\/\.38\)\2c
  rgb\(var\(--primary\)\/\.55\)\)\2c
  radial-gradient\(50\%_59\.71\%_at_50\%_100\%\2c
  rgb\(var\(--danger\)\/\.50\)_0\%\2c
  rgb\(var\(--danger\)\/0\)_100\%\)\]:hover:enabled {
  background-image: linear-gradient(
      0deg,
      rgb(var(--buttonSecondary) / 0.2),
      rgb(var(--buttonSecondary) / 0.2)
    ),
    linear-gradient(
      0deg,
      rgb(var(--primary) / 0.38),
      rgb(var(--primary) / 0.55)
    ),
    radial-gradient(
      50% 59.71% at 50% 100%,
      rgb(var(--danger) / 0.5) 0,
      rgb(var(--danger) / 0) 100%
    );
}
.enabled\:hover\:bg-\[radial-gradient\(119\.9\%_100\%_at_50\%_0\%\2c
  \#FEC0D9_0\%\2c
  rgba\(255\2c
  _133\2c
  _133\2c
  _0\.992157\)_50\%\2c
  \#FC5E5E_100\%\)\]:hover:enabled {
  background-image: radial-gradient(
    119.9% 100% at 50% 0,
    #fec0d9 0,
    hsla(0, 100%, 76%, 0.992) 50%,
    #fc5e5e 100%
  );
}
.enabled\:hover\:shadow-\[0px_1px_3px_0px_rgba\(0\2c
  0\2c
  0\2c
  0\.10\)\2c
  0px_0px_10px_0px_rgb\(255_203_150_\/_\.60\)\2c
  0px_2px_4px_0px_rgba\(255\2c
  255\2c
  255\2c
  0\.40\)_inset\]:hover:enabled {
  --tw-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 0px 10px 0px rgba(255, 203, 150, 0.6),
    0px 2px 4px 0px hsla(0, 0%, 100%, 0.4) inset;
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color),
    0px 0px 10px 0px var(--tw-shadow-color),
    inset 0px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.enabled\:hover\:shadow-\[0px_1px_3px_0px_rgba\(0\2c
  0\2c
  0\2c
  0\.10\)\2c
  0px_0px_10px_0px_rgb\(var\(--buttonPrimary\)_\/_\.60\)\2c
  0px_2px_4px_0px_rgba\(255\2c
  255\2c
  255\2c
  0\.40\)_inset\]:hover:enabled {
  --tw-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 0px 10px 0px rgb(var(--buttonPrimary) / 0.6),
    0px 2px 4px 0px hsla(0, 0%, 100%, 0.4) inset;
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color),
    0px 0px 10px 0px var(--tw-shadow-color),
    inset 0px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.enabled\:hover\:shadow-\[0px_1px_3px_0px_rgba\(0\2c
  0\2c
  0\2c
  0\.10\)\2c
  0px_0px_10px_0px_rgb\(var\(--danger\)_\/_\.60\)\2c
  0px_2px_4px_0px_rgba\(255\2c
  255\2c
  255\2c
  0\.40\)_inset\]:hover:enabled {
  --tw-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
    0px 0px 10px 0px rgb(var(--danger) / 0.6),
    0px 2px 4px 0px hsla(0, 0%, 100%, 0.4) inset;
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color),
    0px 0px 10px 0px var(--tw-shadow-color),
    inset 0px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.enabled\:hover\:\[text-shadow\:_0px_-1px_1px_rgb\(0_0_0\/\.2\)\2c
  0px_0px_8px_rgb\(var\(--buttonPrimary\)\/1\)\]:hover:enabled {
  text-shadow: 0 -1px 1px rgb(0 0 0/0.2), 0 0 8px rgb(var(--buttonPrimary) / 1);
}
.enabled\:hover\:\[text-shadow\:_0px_-1px_1px_rgb\(0_0_0\/\.2\)\2c
  0px_0px_8px_rgb\(var\(--danger\)\/1\)\]:hover:enabled {
  text-shadow: 0 -1px 1px rgb(0 0 0/0.2), 0 0 8px rgb(var(--danger) / 1);
}
.enabled\:hover\:before\:bg-\[radial-gradient\(50\%_100\%_at_50\%_0\%\2c
  rgb\(var\(--buttonPrimary\)\/0\.4\)_0\%\2c
  rgb\(94_252_214\/0\.04\)_100\%\)\]:hover:enabled:before {
  background-image: radial-gradient(
    50% 100% at 50% 0,
    rgb(var(--buttonPrimary) / 0.4) 0,
    rgb(94 252 214/0.04) 100%
  );
  content: var(--tw-content);
}
.enabled\:hover\:before\:bg-\[radial-gradient\(50\%_100\%_at_50\%_0\%\2c
  rgb\(var\(--danger\)\/0\.4\)_0\%\2c
  rgb\(94_252_214\/0\.04\)_100\%\)\]:hover:enabled:before {
  background-image: radial-gradient(
    50% 100% at 50% 0,
    rgb(var(--danger) / 0.4) 0,
    rgb(94 252 214/0.04) 100%
  );
  content: var(--tw-content);
}
.enabled\:active\:bg-buttonSecondary\/30:active:enabled {
  background-color: rgb(var(--buttonSecondary) / 0.3);
}
.enabled\:active\:bg-\[linear-gradient\(0deg\2c
  rgb\(var\(--buttonSecondary\)\/\.2\)\2c
  rgb\(var\(--buttonSecondary\)\/\.2\)\)\2c
  radial-gradient\(50\%_59\.71\%_at_50\%_100\%\2c
  rgb\(var\(--buttonPrimary\)\/\.30\)_0\%\2c
  rgb\(var\(--buttonPrimary\)\/0\)_100\%\)\]:active:enabled {
  background-image: linear-gradient(
      0deg,
      rgb(var(--buttonSecondary) / 0.2),
      rgb(var(--buttonSecondary) / 0.2)
    ),
    radial-gradient(
      50% 59.71% at 50% 100%,
      rgb(var(--buttonPrimary) / 0.3) 0,
      rgb(var(--buttonPrimary) / 0) 100%
    );
}
.enabled\:active\:bg-\[linear-gradient\(0deg\2c
  rgb\(var\(--buttonSecondary\)\/\.2\)\2c
  rgb\(var\(--buttonSecondary\)\/\.2\)\)\2c
  radial-gradient\(50\%_59\.71\%_at_50\%_100\%\2c
  rgb\(var\(--danger\)\/\.30\)_0\%\2c
  rgb\(var\(--danger\)\/0\)_100\%\)\]:active:enabled {
  background-image: linear-gradient(
      0deg,
      rgb(var(--buttonSecondary) / 0.2),
      rgb(var(--buttonSecondary) / 0.2)
    ),
    radial-gradient(
      50% 59.71% at 50% 100%,
      rgb(var(--danger) / 0.3) 0,
      rgb(var(--danger) / 0) 100%
    );
}
.enabled\:active\:bg-\[linear-gradient\(180deg\2c
  _rgba\(0\2c
  _0\2c
  _0\2c
  _0\.33\)_0\%\2c
  rgba\(0\2c
  _0\2c
  _0\2c
  _0\)_100\%\)\2c
  linear-gradient\(0deg\2c
  rgb\(var\(--buttonPrimary\)\)\2c
  rgb\(var\(--buttonPrimary\)\)\)\]:active:enabled {
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.33) 0,
      transparent 100%
    ),
    linear-gradient(0deg, rgb(var(--buttonPrimary)), rgb(var(--buttonPrimary)));
}
.enabled\:active\:bg-\[radial-gradient\(237\.56\%_198\.13\%_at_50\%_157\.5\%\2c
  \#FFF7D2_0\%\2c
  \#FFE5AA_25\%\2c
  \#FFB383_50\%\2c
  \#E37790_75\%\2c
  \#5E5BED_100\%\)\]:active:enabled {
  background-image: radial-gradient(
    237.56% 198.13% at 50% 157.5%,
    #fff7d2 0,
    #ffe5aa 25%,
    #ffb383 50%,
    #e37790 75%,
    #5e5bed 100%
  );
}
.enabled\:active\:text-buttonPrimary\/60:active:enabled {
  color: rgb(var(--buttonPrimary) / 0.6);
}
.enabled\:active\:text-danger\/60:active:enabled {
  color: rgb(var(--danger) / 0.6);
}
.enabled\:active\:text-opacity-\[44\%\]:active:enabled {
  --tw-text-opacity: 44%;
}
.enabled\:active\:shadow-\[inset_0px_1px_1px_rgb\(0_0_0\/0\.2\)\]:active:enabled {
  --tw-shadow: inset 0px 1px 1px rgb(0 0 0/0.2);
  --tw-shadow-colored: inset 0px 1px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.enabled\:active\:shadow-\[inset_0px_2px_1px_rgba\(0\2c
  _0\2c
  _0\2c
  _0\.2\)\]:active:enabled {
  --tw-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: inset 0px 2px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.enabled\:active\:\[text-shadow\:_none\]:active:enabled {
  text-shadow: none;
}
.group:hover .group-hover\:-inset-\[7px\] {
  inset: -7px;
}
.group:hover .group-hover\:inline {
  display: inline;
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:w-48 {
  width: 12rem;
}
.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
}
.group:hover .group-hover\:translate-x-0,
.group:hover .group-hover\:translate-x-0\.5 {
  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));
}
.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
}
.group:hover .group-hover\:cursor-pointer {
  cursor: pointer;
}
.group:hover .group-hover\:overflow-visible {
  overflow: visible;
}
.group:hover .group-hover\:border-2 {
  border-width: 2px;
}
.group:hover .group-hover\:border-\[\#8A88FF\]\/50 {
  border-color: rgba(138, 136, 255, 0.5);
}
.group:hover .group-hover\:border-coldsnap4 {
  --tw-border-opacity: 1;
  border-color: rgb(94 252 214 / var(--tw-border-opacity));
}
.group:hover .group-hover\:bg-black\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.group:hover .group-hover\:bg-coldsnap4\/20 {
  background-color: rgba(94, 252, 214, 0.2);
}
.group:hover .group-hover\:bg-night1\/50 {
  background-color: rgba(184, 188, 224, 0.5);
}
.group:hover .group-hover\:bg-night7\/20 {
  background-color: rgba(14, 18, 47, 0.2);
}
.group:hover .group-hover\:from-\[\#5E5AED\] {
  --tw-gradient-from: #5e5aed var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:hover .group-hover\:from-\[\#5E5AED\]\/50 {
  --tw-gradient-from: rgba(94, 90, 237, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:hover .group-hover\:from-\[\#5E5AED\]\/80 {
  --tw-gradient-from: rgba(94, 90, 237, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:hover .group-hover\:from-heatwave6\/35 {
  --tw-gradient-from: rgba(138, 136, 255, 0.35) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:hover .group-hover\:from-white\/30 {
  --tw-gradient-from: hsla(0, 0%, 100%, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:hover .group-hover\:to-\[\#5E5AED\]\/30 {
  --tw-gradient-to: rgba(94, 90, 237, 0.3) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.group:hover .group-hover\:to-\[\#5E5AED\]\/50 {
  --tw-gradient-to: rgba(94, 90, 237, 0.5) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.group:hover .group-hover\:to-\[\#5E5AED\]\/70 {
  --tw-gradient-to: rgba(94, 90, 237, 0.7) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.group:hover .group-hover\:to-functional-yellow {
  --tw-gradient-to: #fcc75e var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.group:hover .group-hover\:to-heatwave6\/25 {
  --tw-gradient-to: rgba(138, 136, 255, 0.25) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.group:hover .group-hover\:text-\[\#9BFDB0\] {
  --tw-text-opacity: 1;
  color: rgb(155 253 176 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-\[\#FD9B9B\] {
  --tw-text-opacity: 1;
  color: rgb(253 155 155 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-coldsnap4 {
  --tw-text-opacity: 1;
  color: rgb(94 252 214 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}
.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}
.group:hover .group-hover\:opacity-\[0\.12\] {
  opacity: 0.12;
}
.group:hover .group-hover\:shadow-coldsnap-shadow {
  --tw-shadow: 0px 0px 6px 0px rgba(94, 252, 214, 0.4),
    0px 1px 1px 0px rgba(15, 16, 47, 0.2);
  --tw-shadow-colored: 0px 0px 6px 0px var(--tw-shadow-color),
    0px 1px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:blur-\[5px\] {
  --tw-blur: blur(5px);
}
.group:hover .group-hover\:blur-\[5px\],
.group:hover
  .group-hover\:drop-shadow-\[0_0_5px_rgba\(252\2c
  94\2c
  94\2c
  1\)\] {
  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);
}
.group:hover
  .group-hover\:drop-shadow-\[0_0_5px_rgba\(252\2c
  94\2c
  94\2c
  1\)\] {
  --tw-drop-shadow: drop-shadow(0 0 5px #fc5e5e);
}
.group:hover
  .group-hover\:drop-shadow-\[0_0_5px_rgba\(94\2c
  252\2c
  214\2c
  1\)\] {
  --tw-drop-shadow: drop-shadow(0 0 5px #5efcd6);
  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);
}
.group:hover .group-hover\:text-shadow-coldsnap-shadow {
  text-shadow: 0 0 8px #5efcd6, 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.group:hover
  .group-hover\:\[background-image\:linear-gradient\(180deg\2c
  _rgba\(31\2c
  36\2c
  76\2c
  0\.80\)_0\%\2c
  _rgba\(31\2c
  36\2c
  76\2c
  0\.41\)_100\%\)\] {
  background-image: linear-gradient(
    180deg,
    rgba(31, 36, 76, 0.8),
    rgba(31, 36, 76, 0.41)
  );
}
.group:hover
  .group-hover\:\[text-shadow\:0_0_2px_rgba\(0\2c
  0\2c
  0\2c
  \.3\)\2c
  0_0_8px_rgb\(var\(--accent\)\)\] {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 8px rgb(var(--accent));
}
.group:hover
  .group-hover\:\[text-shadow\:_0px_0px_17px_rgb\(94_252_129_\/_70\%\)_0px_0px_8px_rgb\(94_252_129_\/_50\%\)\] {
  text-shadow: 0 0 17px rgba(94, 252, 129, 0.7) 0 0 8px rgba(94, 252, 129, 0.5);
}
.group:active .group-active\:from-heatwave6\/20 {
  --tw-gradient-from: rgba(138, 136, 255, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(138, 136, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:active .group-active\:from-white\/10 {
  --tw-gradient-from: hsla(0, 0%, 100%, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-from-position);
  --tw-gradient-to-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.group:active .group-active\:to-heatwave6\/25 {
  --tw-gradient-to: rgba(138, 136, 255, 0.25) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
}
.group:active .group-active\:text-night1 {
  --tw-text-opacity: 1;
  color: rgb(184 188 224 / var(--tw-text-opacity));
}
.group:active .group-active\:text-night7 {
  --tw-text-opacity: 1;
  color: rgb(14 18 47 / var(--tw-text-opacity));
}
.group:active .group-active\:opacity-0 {
  opacity: 0;
}
.group:active .group-active\:opacity-50 {
  opacity: 0.5;
}
.group:active .group-active\:drop-shadow-\[0_0_0_rgba\(0\2c 0\2c 0\2c 0\)\] {
  --tw-drop-shadow: drop-shadow(0 0 0 transparent);
  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);
}
@media not all and (min-width: 1224px) {
  .max-lg\:sticky {
    position: sticky;
  }
  .max-lg\:float-left {
    float: left;
  }
  .max-lg\:h-\[200px\] {
    height: 200px;
  }
  .max-lg\:w-0 {
    width: 0;
  }
  .max-lg\:w-\[164px\] {
    width: 164px;
  }
  .max-lg\:translate-x-\[-80\%\] {
    --tw-translate-x: -80%;
    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));
  }
}
@media (min-width: 320px) {
  .xs\:max-w-full {
    max-width: 100%;
  }
}
@media (min-width: 600px) {
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[27rem\] {
    height: 27rem;
  }
  .sm\:h-\[7\.5rem\] {
    height: 7.5rem;
  }
  .sm\:w-96 {
    width: 24rem;
  }
  .sm\:w-\[38\.5rem\] {
    width: 38.5rem;
  }
  .sm\:w-\[38rem\] {
    width: 38rem;
  }
  .sm\:w-\[778px\] {
    width: 778px;
  }
  .sm\:max-w-\[27rem\] {
    max-width: 27rem;
  }
  .sm\:scale-\[300\%\] {
    --tw-scale-x: 300%;
    --tw-scale-y: 300%;
    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));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
  }
  .sm\:p-10 {
    padding: 2.5rem;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:pb-\[4rem\] {
    padding-bottom: 4rem;
  }
  .sm\:pt-\[1\.5rem\] {
    padding-top: 1.5rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .sm\:text-\[3rem\] {
    font-size: 3rem;
  }
  .sm\:leading-\[0\.85\] {
    line-height: 0.85;
  }
  .sm\:leading-\[1\.3\] {
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .tablet\:h-\[140px\] {
    height: 140px;
  }
  .tablet\:max-w-\[536px\] {
    max-width: 536px;
  }
  .tablet\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {
  .md\:-left-12 {
    left: -3rem;
  }
  .md\:-left-2 {
    left: -0.5rem;
  }
  .md\:left-0 {
    left: 0;
  }
  .md\:left-20 {
    left: 5rem;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:order-last {
    order: 9999;
  }
  .md\:order-none {
    order: 0;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-18 {
    margin-top: 4rem;
  }
  .md\:mt-36 {
    margin-top: 9rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-7 {
    margin-top: 1.75rem;
  }
  .md\:mt-\[3rem\] {
    margin-top: 3rem;
  }
  .md\:mt-\[7rem\] {
    margin-top: 7rem;
  }
  .md\:mt-\[8rem\] {
    margin-top: 8rem;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:h-\[175px\] {
    height: 175px;
  }
  .md\:h-\[26rem\] {
    height: 26rem;
  }
  .md\:h-\[373px\] {
    height: 373px;
  }
  .md\:h-\[410px\] {
    height: 410px;
  }
  .md\:h-\[518px\] {
    height: 518px;
  }
  .md\:h-\[600px\] {
    height: 600px;
  }
  .md\:h-\[710px\] {
    height: 710px;
  }
  .md\:h-screen {
    height: 100vh;
  }
  .md\:min-h-\[60px\] {
    min-height: 60px;
  }
  .md\:w-\[18rem\] {
    width: 18rem;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:w-\[410px\] {
    width: 410px;
  }
  .md\:w-\[471px\] {
    width: 471px;
  }
  .md\:w-\[700px\] {
    width: 700px;
  }
  .md\:w-\[777px\] {
    width: 777px;
  }
  .md\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .md\:max-w-\[1300px\] {
    max-width: 1300px;
  }
  .md\:max-w-\[32rem\] {
    max-width: 32rem;
  }
  .md\:max-w-\[776px\] {
    max-width: 776px;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    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));
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .md\:gap-y-0 {
    row-gap: 0;
  }
  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    margin-top: calc(-0.25rem * (1 - var(--tw-space-y-reverse)));
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem * var(--tw-space-x-reverse));
  }
  .md\:border-\[\#8A88FF\]\/20 {
    border-color: rgba(138, 136, 255, 0.2);
  }
  .md\:from-\[\#5E5AED\]\/10 {
    --tw-gradient-from: rgba(94, 90, 237, 0.1) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .md\:from-\[\#5E5AED\]\/50 {
    --tw-gradient-from: rgba(94, 90, 237, 0.5) var(--tw-gradient-from-position);
    --tw-gradient-from-position: ;
    --tw-gradient-to: rgba(94, 90, 237, 0) var(--tw-gradient-from-position);
    --tw-gradient-to-position: ;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .md\:to-\[\#5E5AED\]\/25 {
    --tw-gradient-to: rgba(94, 90, 237, 0.25) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
  }
  .md\:to-\[\#5E5AED\]\/5 {
    --tw-gradient-to: rgba(94, 90, 237, 0.05) var(--tw-gradient-to-position);
    --tw-gradient-to-position: ;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-\[3rem\] {
    padding-bottom: 3rem;
  }
  .md\:pl-24 {
    padding-left: 6rem;
  }
  .md\:pr-28 {
    padding-right: 7rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-\[6\.5rem\] {
    padding-top: 6.5rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .md\:text-\[2rem\] {
    font-size: 2rem;
  }
  .md\:text-\[3rem\] {
    font-size: 3rem;
  }
  .md\:text-\[4\.25rem\] {
    font-size: 4.25rem;
  }
  .md\:text-\[40px\] {
    font-size: 40px;
  }
  .md\:leading-\[5\.75rem\] {
    line-height: 5.75rem;
  }
  .md\:tracking-\[0\.01rem\] {
    letter-spacing: 0.01rem;
  }
}
@media (min-width: 1024px) {
  .md2\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1224px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:-inset-1\/4 {
    inset: -25%;
  }
  .lg\:-inset-y-\[50\%\] {
    bottom: -50%;
    top: -50%;
  }
  .lg\:-bottom-\[10\.75rem\] {
    bottom: -10.75rem;
  }
  .lg\:-left-16 {
    left: -4rem;
  }
  .lg\:-top-2 {
    top: -0.5rem;
  }
  .lg\:-top-2\.5 {
    top: -0.625rem;
  }
  .lg\:bottom-0 {
    bottom: 0;
  }
  .lg\:bottom-1 {
    bottom: 0.25rem;
  }
  .lg\:bottom-\[4\.5\%\] {
    bottom: 4.5%;
  }
  .lg\:left-0 {
    left: 0;
  }
  .lg\:left-\[19\.5rem\] {
    left: 19.5rem;
  }
  .lg\:left-\[34\.75rem\] {
    left: 34.75rem;
  }
  .lg\:left-\[68\.5rem\] {
    left: 68.5rem;
  }
  .lg\:right-\[36\.75rem\] {
    right: 36.75rem;
  }
  .lg\:right-auto {
    right: auto;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:top-3 {
    top: 0.75rem;
  }
  .lg\:top-\[-30px\] {
    top: -30px;
  }
  .lg\:top-\[16rem\] {
    top: 16rem;
  }
  .lg\:top-\[1rem\] {
    top: 1rem;
  }
  .lg\:top-\[23rem\] {
    top: 23rem;
  }
  .lg\:top-\[46\.25rem\] {
    top: 46.25rem;
  }
  .lg\:top-\[50\.25rem\] {
    top: 50.25rem;
  }
  .lg\:top-\[51\%\] {
    top: 51%;
  }
  .lg\:top-\[9\.5rem\] {
    top: 9.5rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-20 {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .lg\:my-\[3\.75rem\] {
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }
  .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .lg\:-ml-\[0\.875rem\] {
    margin-left: -0.875rem;
  }
  .lg\:-mt-0 {
    margin-top: 0;
  }
  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
  .lg\:-mt-\[0\.01rem\] {
    margin-top: -0.01rem;
  }
  .lg\:-mt-\[0\.25rem\] {
    margin-top: -0.25rem;
  }
  .lg\:-mt-\[0\.5rem\] {
    margin-top: -0.5rem;
  }
  .lg\:-mt-\[1rem\] {
    margin-top: -1rem;
  }
  .lg\:-mt-\[2\.5rem\] {
    margin-top: -2.5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem;
  }
  .lg\:mb-\[1\.75rem\] {
    margin-bottom: 1.75rem;
  }
  .lg\:mb-\[12\.5rem\] {
    margin-bottom: 12.5rem;
  }
  .lg\:mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .lg\:mb-\[24\.75rem\] {
    margin-bottom: 24.75rem;
  }
  .lg\:mb-\[8rem\] {
    margin-bottom: 8rem;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-16 {
    margin-left: 4rem;
  }
  .lg\:ml-\[0\.5rem\] {
    margin-left: 0.5rem;
  }
  .lg\:ml-\[1\.5rem\] {
    margin-left: 1.5rem;
  }
  .lg\:ml-\[1rem\] {
    margin-left: 1rem;
  }
  .lg\:mr-\[1\.5rem\] {
    margin-right: 1.5rem;
  }
  .lg\:mr-\[1rem\] {
    margin-right: 1rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem;
  }
  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-72 {
    margin-top: 18rem;
  }
  .lg\:mt-\[0\.1rem\] {
    margin-top: 0.1rem;
  }
  .lg\:mt-\[0\.25rem\] {
    margin-top: 0.25rem;
  }
  .lg\:mt-\[0\.875rem\] {
    margin-top: 0.875rem;
  }
  .lg\:mt-\[1\.25rem\] {
    margin-top: 1.25rem;
  }
  .lg\:mt-\[11\.75rem\] {
    margin-top: 11.75rem;
  }
  .lg\:mt-\[1rem\] {
    margin-top: 1rem;
  }
  .lg\:mt-\[2\.55rem\] {
    margin-top: 2.55rem;
  }
  .lg\:mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }
  .lg\:mt-\[6\.25rem\] {
    margin-top: 6.25rem;
  }
  .lg\:mt-\[9\.5rem\] {
    margin-top: 9.5rem;
  }
  .lg\:mt-\[9rem\] {
    margin-top: 9rem;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-24 {
    height: 6rem;
  }
  .lg\:h-\[100\%\] {
    height: 100%;
  }
  .lg\:h-\[12\.5rem\] {
    height: 12.5rem;
  }
  .lg\:h-\[14rem\] {
    height: 14rem;
  }
  .lg\:h-\[150px\] {
    height: 150px;
  }
  .lg\:h-\[18\.25rem\] {
    width: 90.0rem;
    height: 38.25rem;
  }
  .lg\:h-\[20\.125rem\] {
    height: 20.125rem;
  }
  .lg\:h-\[204px\] {
    height: 204px;
  }
  .lg\:h-\[206px\] {
    height: 206px;
  }
  .lg\:h-\[34rem\] {
    height: 34rem;
  }
  .lg\:h-\[45rem\] {
    height: 45rem;
  }
  .lg\:h-\[539px\] {
    height: 539px;
  }
  .lg\:h-\[56\.25rem\] {
    height: 56.25rem;
  }
  .lg\:h-\[7\.5rem\] {
    height: 7.5rem;
  }
  .lg\:h-\[90vh\] {
    height: 90vh;
  }
  .lg\:h-\[calc\(100vh-182px\)\] {
    height: calc(100vh - 182px);
  }
  .lg\:max-h-\[1000px\] {
    max-height: 1000px;
  }
  .lg\:min-h-\[70rem\] {
    min-height: 70rem;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-128 {
    width: 32rem;
  }
  .lg\:w-16 {
    width: 4rem;
  }
  .lg\:w-24 {
    width: 6rem;
  }
  .lg\:w-\[100\%\] {
    width: 100%;
  }
  .lg\:w-\[10rem\] {
    width: 10rem;
  }
  .lg\:w-\[15\.625rem\] {
    width: 15.625rem;
  }
  .lg\:w-\[19rem\] {
    width: 19rem;
  }
  .lg\:w-\[25\.875rem\] {
    width: 25.875rem;
  }
  .lg\:w-\[255px\] {
    width: 255px;
  }
  .lg\:w-\[28rem\] {
    width: 28rem;
  }
  .lg\:w-\[369px\] {
    width: 369px;
  }
  .lg\:w-\[4\.188rem\] {
    width: 4.188rem;
  }
  .lg\:w-\[45rem\] {
    width: 45rem;
  }
  .lg\:w-\[54rem\] {
    width: 54rem;
  }
  .lg\:w-\[58\.813rem\] {
    width: 58.813rem;
  }
  .lg\:w-\[776px\] {
    width: 776px;
  }
  .lg\:w-\[90\%\] {
    width: 90%;
  }
  .lg\:w-\[92rem\] {
    width: 92rem;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-min {
    width: -moz-min-content;
    width: min-content;
  }
  .lg\:min-w-\[33\%\] {
    min-width: 33%;
  }
  .lg\:min-w-\[48rem\] {
    min-width: 48rem;
  }
  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }
  .lg\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .lg\:max-w-\[1500px\] {
    max-width: 1500px;
  }
  .lg\:max-w-\[1520px\] {
    max-width: 1520px;
  }
  .lg\:max-w-\[23\.875rem\] {
    max-width: 23.875rem;
  }
  .lg\:max-w-\[28rem\] {
    max-width: 28rem;
  }
  .lg\:max-w-\[30\.75rem\] {
    max-width: 30.75rem;
  }
  .lg\:max-w-\[43\.5rem\] {
    max-width: 43.5rem;
  }
  .lg\:max-w-\[65\%\] {
    max-width: 65%;
  }
  .lg\:max-w-\[68\.75rem\] {
    max-width: 68.75rem;
  }
  .lg\:max-w-full {
    max-width: 100%;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }
  .lg\:-translate-x-8,
  .lg\:-translate-x-\[0\.25rem\] {
    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));
  }
  .lg\:-translate-x-\[0\.25rem\] {
    --tw-translate-x: -0.25rem;
  }
  .lg\:-translate-x-\[0\.70rem\] {
    --tw-translate-x: -0.7rem;
  }
  .lg\:-translate-x-\[0\.70rem\],
  .lg\:-translate-y-\[2\.25rem\] {
    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));
  }
  .lg\:-translate-y-\[2\.25rem\] {
    --tw-translate-y: -2.25rem;
  }
  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }
  .lg\:translate-x-1,
  .lg\:translate-x-1\.5 {
    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));
  }
  .lg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }
  .lg\:translate-x-8 {
    --tw-translate-x: 2rem;
  }
  .lg\:translate-x-8,
  .lg\:translate-x-\[-40\%\] {
    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));
  }
  .lg\:translate-x-\[-40\%\] {
    --tw-translate-x: -40%;
  }
  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
  }
  .lg\:translate-y-0,
  .lg\:translate-y-3 {
    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));
  }
  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }
  .lg\:translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
  }
  .lg\:translate-y-\[-50\%\],
  .lg\:translate-y-\[0\.5rem\] {
    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));
  }
  .lg\:translate-y-\[0\.5rem\] {
    --tw-translate-y: 0.5rem;
  }
  .lg\:translate-y-\[0\.75rem\] {
    --tw-translate-y: 0.75rem;
  }
  .lg\:scale-125,
  .lg\:translate-y-\[0\.75rem\] {
    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));
  }
  .lg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }
  .lg\:scale-\[1\.06\] {
    --tw-scale-x: 1.06;
    --tw-scale-y: 1.06;
  }
  .lg\:scale-\[1\.06\],
  .lg\:scale-\[1\.25\] {
    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));
  }
  .lg\:scale-\[1\.25\] {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }
  .lg\:scale-\[1\] {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }
  .lg\:scale-\[1\],
  .lg\:scale-x-150 {
    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));
  }
  .lg\:scale-x-150 {
    --tw-scale-x: 1.5;
  }
  .lg\:scale-x-\[1\.06\] {
    --tw-scale-x: 1.06;
  }
  .lg\:scale-x-\[1\.06\],
  .lg\:scale-x-\[1\.15\] {
    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));
  }
  .lg\:scale-x-\[1\.15\] {
    --tw-scale-x: 1.15;
  }
  .lg\:scale-y-\[1\.03\] {
    --tw-scale-y: 1.03;
  }
  .lg\:scale-y-\[1\.03\],
  .lg\:scale-y-\[1\.115\] {
    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));
  }
  .lg\:scale-y-\[1\.115\] {
    --tw-scale-y: 1.115;
  }
  .lg\:scroll-mt-0 {
    scroll-margin-top: 0;
  }
  .lg\:scroll-mt-52 {
    scroll-margin-top: 13rem;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:justify-start {
    margin-left: 25px;
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .lg\:gap-x-\[2\.75rem\] {
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }
  .lg\:gap-x-\[2rem\] {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .lg\:gap-y-0 {
    row-gap: 0;
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
  }
  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  }
  .lg\:rounded-2\.5xl {
    border-radius: 1.25rem;
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:rounded-3\.5xl {
    border-radius: 1.875rem;
  }
  .lg\:rounded-\[1\.125rem\] {
    border-radius: 1.125rem;
  }
  .lg\:rounded-\[1\.25rem\] {
    border-radius: 1.25rem;
  }
  .lg\:rounded-\[17px\] {
    border-radius: 17px;
  }
  .lg\:rounded-\[2rem\] {
    border-radius: 2rem;
  }
  .lg\:rounded-full {
    border-radius: 9999px;
  }
  .lg\:border-2 {
    border-width: 2px;
  }
  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:p-\[30px\] {
    padding: 30px;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .lg\:px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .lg\:py-28 {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
  .lg\:py-40 {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
  .lg\:py-7 {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }
  .lg\:py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .lg\:py-\[1\.35rem\] {
    padding-bottom: 1.35rem;
    padding-top: 1.35rem;
  }
  .lg\:py-\[2\.125rem\] {
    padding-bottom: 2.125rem;
    padding-top: 2.125rem;
  }
  .lg\:py-\[7\.5rem\] {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg\:pb-\[0\.5rem\] {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-\[0rem\] {
    padding-bottom: 0;
  }
  .lg\:pb-\[10rem\] {
    padding-bottom: 10rem;
  }
  .lg\:pb-\[5rem\] {
    padding-bottom: 5rem;
    margin: 0 auto;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:pt-\[0\.30rem\] {
    padding-top: 0.3rem;
  }
  .lg\:pt-\[0rem\] {
    padding-top: 0;
  }
  .lg\:pt-\[10\.65rem\] {
    padding-top: 10.65rem;
  }
  .lg\:pt-\[4\.25rem\] {
    padding-top: 4.25rem;
  }
  .lg\:pt-\[5rem\] {
    padding-top: 5rem;
  }
  .lg\:pt-\[7\.875rem\] {
    padding-top: 7.875rem;
  }
  .lg\:pt-\[8rem\] {
    padding-top: 8rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4\.5xl {
    font-size: 2.625rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .lg\:text-\[1\.65rem\] {
    font-size: 1.65rem;
  }
  .lg\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .lg\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }
  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }
  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }
  .lg\:text-\[4\.75rem\] {
    font-size: 4.75rem;
  }
  .lg\:text-\[40px\] {
    font-size: 40px;
  }
  .lg\:text-\[4rem\] {
    font-size: 4rem;
  }
  .lg\:text-\[5rem\] {
    font-size: 5rem;
  }
  .lg\:text-\[64px\] {
    font-size: 64px;
  }
  .lg\:text-\[6rem\] {
    font-size: 6rem;
  }
  .lg\:text-\[93px\] {
    font-size: 93px;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[1\.5rem\] {
    line-height: 1.5rem;
  }
  .lg\:leading-\[1\.75rem\] {
    line-height: 1.75rem;
  }
  .lg\:leading-\[100\%\] {
    line-height: 100%;
  }
  .lg\:leading-\[120\%\] {
    line-height: 120%;
  }
  .lg\:leading-\[125\%\] {
    line-height: 125%;
  }
  .lg\:leading-\[2\.5rem\] {
    line-height: 2.5rem;
  }
  .lg\:leading-\[2\.75rem\] {
    line-height: 2.75rem;
  }
  .lg\:leading-\[39px\] {
    line-height: 39px;
  }
  .lg\:leading-\[42px\] {
    line-height: 42px;
  }
  .lg\:leading-\[6\.125rem\] {
    line-height: 6.125rem;
  }
  .lg\:leading-\[64px\] {
    line-height: 64px;
  }
  .lg\:leading-\[70px\] {
    line-height: 70px;
  }
  .lg\:leading-normal {
    line-height: 2.5;
  }
  .lg\:text-night1 {
    --tw-text-opacity: 1;
    color: rgb(184 188 224 / var(--tw-text-opacity));
  }
  .lg\:opacity-30 {
    opacity: 0.3;
  }
  .lg\:opacity-80 {
    opacity: 0.8;
  }
  .lg\:\[background\:radial-gradient\(39\.32\%_50\%_at_50\.00\%_50\.00\%\2c
    _\#252B55_30\.21\%\2c
    _\#0E122F_100\%\)\] {
    background: radial-gradient(
      39.32% 50% at 50% 50%,
      #252b55 30.21%,
      #0e122f 100%
    );
  }
  .lg\:marker\:text-\[1\.3rem\] ::marker {
    font-size: 1.3rem;
  }
  .lg\:marker\:text-\[1\.3rem\]::marker {
    font-size: 1.3rem;
  }
}
@media (min-width: 1374px) {
  .lg2\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1524px) {
  .xl\:left-\[80\%\] {
    left: 80%;
  }
  .xl\:right-10 {
    right: 2.5rem;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:ml-24 {
    margin-left: 6rem;
  }
  .xl\:mr-\[6\.5rem\] {
    margin-right: 6.5rem;
  }
  .xl\:mr-\[8rem\] {
    margin-right: 8rem;
  }
  .xl\:mt-\[0\.5rem\] {
    margin-top: 0.5rem;
  }
  .xl\:h-\[33\.188rem\] {
    height: 33.188rem;
  }
  .xl\:w-\[370px\] {
    width: 370px;
  }
  .xl\:w-\[51\.188rem\] {
    width: 51.188rem;
  }
  .xl\:w-\[64rem\] {
    width: 64rem;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:min-w-\[51rem\] {
    min-width: 51rem;
  }
  .xl\:max-w-\[1520px\] {
    max-width: 1520px;
  }
  .xl\:max-w-\[470px\] {
    max-width: 470px;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
    column-gap: 8rem;
  }
  .xl\:space-y-\[16\.25rem\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(16.25rem * var(--tw-space-y-reverse));
    margin-top: calc(16.25rem * (1 - var(--tw-space-y-reverse)));
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1920px) {
  .\32xl\:-top-\[13\%\] {
    top: -13%;
  }
  .\32xl\:h-\[1000px\] {
    height: 1000px;
  }
}
@media (min-width: 2560px) {
  .\33xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.\[\&\:focus-visible\]\:rounded-lg:focus-visible {
  border-radius: 0.5rem;
}
.\[\&\:focus-visible\]\:outline:focus-visible {
  outline-style: solid;
}
.\[\&\:focus-visible\]\:outline-\[1px\]:focus-visible {
  outline-width: 1px;
}
.\[\&\:focus-visible\]\:outline-\[3px\]:focus-visible {
  outline-width: 3px;
}
.\[\&\:focus-visible\]\:outline-heatwave7:focus-visible {
  outline-color: #5e5aed;
}
.\[\&\>\*\]\:w-1\/2 > * {
  width: 50%;
}
.\[\&\>a\]\:text-coldsnap4 > a {
  --tw-text-opacity: 1;
  color: rgb(94 252 214 / var(--tw-text-opacity));
}
.\[\&\>a\]\:underline > a {
  text-decoration-line: underline;
}
.hover\:\[\&\>a\]\:text-night0 > a:hover {
  --tw-text-opacity: 1;
  color: rgb(230 232 244 / var(--tw-text-opacity));
}
.hover\:\[\&\>a\]\:no-underline > a:hover {
  text-decoration-line: none;
}
.\[\&\>b\]\:text-white > b {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>div\]\:absolute > div {
  position: absolute;
}
.\[\&\>p\]\:ml-2 > p {
  margin-left: 0.5rem;
}
.\[\&\>p\]\:inline > p {
  display: inline;
}
.\[\&\>p\]\:text-\[1\.125rem\] > p {
  font-size: 1.125rem;
}
.\[\&\>p\]\:text-\[1\.5rem\] > p {
  font-size: 1.5rem;
}
.\[\&\>p\]\:text-white > p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>p\]\:\[text-shadow\:_0px_1px_1px_rgb\(15_16_47_\/_20\%\)\] > p {
  text-shadow: 0 1px 1px rgba(15, 16, 47, 0.2);
}
@media (min-width: 1224px) {
  .lg\:\[\&\>p\]\:text-\[1\.3rem\] > p {
    font-size: 1.3rem;
  }
  .lg\:\[\&\>p\]\:text-\[1\.75rem\] > p {
    font-size: 1.75rem;
  }
}
.\[\&_svg\]\:h-\[42px\] svg {
  height: 42px;
}
.\[\&_svg\]\:w-\[42px\] svg {
  width: 42px;
}
.\[\&_svg\]\:p-\[8px\] svg {
  padding: 8px;
}
/*# sourceMappingURL=d2dd8bc5caa644de.css.map*/
