html,
body {
  background: rgb(11, 17, 26);
  margin: 0px;
  padding: 0px;
}

html {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}

*,
::before,
::after {
  box-sizing: inherit;
}


.eon-vessel span {
  font-size: 0.875rem;
  transform: translateY(-0.875rem);
  transform-origin: left center;
}


body {
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
}

:focus,
:focus-visible {
  outline: rgb(255, 255, 255) dashed 0.0625rem;
  outline-offset: 4px;
}



#app {
  position: relative;
}

.lumos-grid {
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 0px;
}

@media (min-width: 576px) {
  .lumos-grid {
    height: 100%;
    max-width: 215rem;
    min-width: 100%;
    padding: 1.5rem 0px;
  }
}

.void-cradle {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 0px;
}

@media (min-width: 3440px) {

  .void-cradle::before,
  .void-cradle::after {
    background: linear-gradient(to right, rgb(15, 23, 34), transparent);
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 5rem;
    z-index: 1;
  }

  .void-cradle::after {
    left: auto;
    right: 0px;
    transform: scaleX(-1);
  }
}

@media (min-width: 576px) {
  .void-cradle {
    height: 100%;
    max-width: 215rem;
    min-width: 100%;
    padding: 1.5rem 0px;
  }
}

.solflare-wrap {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.chrono-shell {
  object-fit: cover;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.ether-burst {
  position: relative;
  text-align: center;
}

.neon-nexus {
  display: block;
  margin: 0px auto;
  max-width: 100rem;
  width: 100%;
  position: absolute;
  text-align: center;
}

.mirage-vault {
  margin: 0px auto;
  text-align: center;
}

.obsidian-husk {
  background: rgb(15, 23, 34);
  min-height: 100vh;
  overflow: hidden;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
  width: 100%;
  word-break: break-word;
  margin: 0px auto;
  text-align: center;
}

@media (min-width: 576px) {
  .obsidian-husk {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 1.5rem 2.375rem;
    min-height: initial;
    padding: 1.5rem 3rem 2rem;
    width: 32.5rem;
  }
}

.photon-cage {
  aspect-ratio: 1 / 1;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 3rem;
  -webkit-box-pack: center;
  justify-content: center;
}

.rift-canvas {
  aspect-ratio: 1 / 1;
  cursor: wait;
  display: block;
  fill: transparent;
  height: 3rem;
  margin: 0px auto;
  overflow: hidden;
  stroke-width: 0.5rem;
  transform: rotate(-90deg);
}


@-webkit-keyframes animation-phrstk {
  0% {
    stroke-dasharray: 0, 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: -125;
  }
}

@keyframes animation-phrstk {
  0% {
    stroke-dasharray: 0, 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: -125;
  }
}

.stardust-coil {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0.5rem auto;
  max-width: 32.5rem;
  width: 100%;
}

.abyss-pod {
  --mask-icon-size: 2rem;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

@supports (mask: var(--mask-icon-image)) {
  .abyss-pod {
    mask: var(--mask-icon-image);
  }
}

.infinity-matrix {
  background-size: auto;
  margin: 0px 1.5rem;
}

.serenity-hull {
  --mask-icon-size: 3rem;
  -webkit-box-align: center;
  align-items: center;
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  user-select: none;
  background-size: auto;
  overflow: hidden;
  margin: 0px 1.5rem;
}

@supports (mask: var(--mask-icon-image)) {
  .serenity-hull {
    mask: var(--mask-icon-image);
  }
}


.quantum-bubble {
  --mask-icon-size: 2rem;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

@supports (mask: var(--mask-icon-image)) {
  .quantum-bubble {
    mask: var(--mask-icon-image);
  }
}

.ember-core {
  margin-bottom: 1.5rem;
}

.nimbus-cocoon {
  color: rgb(255, 255, 255);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1rem !important;
  line-height: 1.5rem;
  margin: 0.75rem 0px;
  max-width: 75rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .nimbus-cocoon {
    font-size: 1.125rem;
  }
}

.zephyr-mantle {
  -webkit-box-align: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #39acff;
  --mask-icon-size: 1rem;
  align-items: flex-start;
  background-color: transparent;
  border-radius: 0.25rem;
  color: rgb(57, 172, 255);
  font-size: 1.125rem;
  gap: 0.5rem;
  padding: 0px;
}

.zephyr-mantle:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.zephyr-mantle:hover {
  text-decoration: underline;
}

.zephyr-mantle:active {
  filter: opacity(70%);
  text-decoration: underline;
}

.zephyr-mantle:disabled {
  text-decoration: none;
}

.crimson-keel {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 0.0625rem solid rgb(62, 71, 89);
  margin: 2rem auto;
  max-width: 75rem;
  width: 100%;
}

.lunar-loom {
  margin-bottom: 1.25rem;
}

.vortex-guild {
  color: rgb(255, 255, 255);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0px auto;
  max-width: 75rem;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  line-height: 2.75rem;
}

.onyx-monolith {
  width: 100%;
}

.eon-vessel {
  display: flex;
  flex-direction: column;
  position: relative;
}

.solaris-clad {
  display: flex;
  flex-direction: column;
  position: relative;
  transform-origin: left center;
  transform: translateY(-0.875rem);
  font-size: 0.875rem !important;
}

.eon-vessel:focus-within span {
  transform-origin: left center;
  transform: translateY(-0.875rem);
  font-size: 0.875rem;
}

.nova-ark {
  color: rgb(155, 160, 171);
  font-size: 1.125rem;
  line-height: 3.5rem;
  margin-left: 1.5rem;
  pointer-events: none;
  position: absolute;
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  max-width: calc(100% - 1.5rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.phantom-grove {
  padding-bottom: 0px;
  padding-top: 1rem;
  padding-right: 1.5rem;
}

.cosmos-weft {
  background: transparent;
  color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  border: 0.0625rem solid rgb(62, 71, 89);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  height: 3.5rem;
  letter-spacing: 0.02em;
  line-height: 1.75rem;
  padding: 1rem 1.5rem 0px;
  width: 100%;
}

.cosmos-weft:-webkit-autofill,
.cosmos-weft:-webkit-autofill:hover,
.cosmos-weft:-webkit-autofill:focus,
.cosmos-weft:-internal-autofill-selected,
.cosmos-weft:-internal-autofill-selected:hover,
.cosmos-weft:-internal-autofill-selected:focus {
  transition: background-color 600000s ease 0s, color 600000s ease 0s;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
}

.cosmos-weft:autofill,
.cosmos-weft:autofill:hover,
.cosmos-weft:autofill:focus {
  transition: background-color 600000s ease 0s, color 600000s ease 0s;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
}

.cosmos-weft:hover {
  border-color: rgb(83, 95, 119);
}

.cosmos-weft:focus {
  border-color: rgb(12, 138, 230);
}

.cosmos-weft:focus:hover {
  border-color: rgb(57, 172, 255);
}

.cosmos-weft::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cosmos-weft::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cosmos-weft[aria-invalid="true"] {
  border-color: rgb(233, 77, 105);
}

.cosmos-weft[aria-invalid="true"]:focus,
.cosmos-weft[aria-invalid="true"]:hover {
  border-color: rgb(255, 119, 144);
}

.cosmos-weft::-webkit-inner-spin-button,
.cosmos-weft::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

.cosmos-weft[disabled] {
  border: none;
  cursor: not-allowed;
}

.iridescent-shard {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #0b111a;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  height: 3.125rem;
  min-width: 15rem;
  padding: 1rem 1.5rem;
  background-color: rgb(12, 138, 230);
  color: rgb(11, 17, 26);
  width: 100%;
}

.iridescent-shard:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.iridescent-shard:hover {
  background: rgb(57, 172, 255);
}

.iridescent-shard:active {
  background: rgba(12, 138, 230, 0.8);
}

.iridescent-shard:disabled {
  background: rgba(12, 138, 230, 0.8);
}

.umbra-bastion {
  margin-bottom: 0.5rem;
}

.nebula-thread {
  display: flex;
  margin: 0px auto;
  max-width: 100rem;
  position: relative;
  width: 100%;
}

.polaris-chassis {
  min-width: unset;
  width: 56px;
  height: 56px;
  padding: 0px;
  margin: 8px;
  border-radius: 8px;
}

.radiant-citadel {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #ffffff;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  background-color: rgb(33, 39, 54);
  color: rgb(255, 255, 255);
  min-width: unset;
  width: 56px;
  height: 56px;
  padding: 0px;
  margin: 8px;
  border-radius: 8px;
}

.radiant-citadel:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.radiant-citadel:hover {
  background-color: rgb(62, 71, 89);
}

.radiant-citadel:active {
  background-color: rgb(15, 23, 34);
}

.radiant-citadel:disabled {
  background-color: rgb(33, 39, 54);
}

.dusk-container {
  width: 32px;
}

.celestial-keystone {
  object-fit: cover;
  width: 32px;
}

.aether-veil {
  margin-bottom: 1rem;
}

.cookieconsent-optin,
.cookieconsent-optin-preferences,
.cookieconsent-optin-statistics,
.cookieconsent-optin-marketing {
  display: initial;
}

.cookieconsent-optout-preferences,
.cookieconsent-optout-statistics,
.cookieconsent-optout-marketing,
.cookieconsent-optout {
  display: none;
}

.spectral-bridge {
  -webkit-box-align: center;
  align-items: center;
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  font-family: BagueSans, Helvetica, Arial, sans-serif;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #ffffff;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  min-width: 15rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgb(255, 255, 255);
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  height: auto;
  padding: 24px 16px;
}

.flux-spire {
	--mask-icon-size: 32px;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

.spectral-bridge:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.zenith-forge {
    --mask-icon-size: 32px;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

html,
body {
  background: rgb(11, 17, 26);
  margin: 0px;
  padding: 0px;
}

html {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}

*,
::before,
::after {
  box-sizing: inherit;
}





body {
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
}

:focus,
:focus-visible {
  outline: rgb(255, 255, 255) dashed 0.0625rem;
  outline-offset: 4px;
}

#app {
  position: relative;
}

.lumos-grid {
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 0px;
}

@media (min-width: 576px) {
  .lumos-grid {
    height: 100%;
    max-width: 215rem;
    min-width: 100%;
    padding: 1.5rem 0px;
  }
}

.void-cradle {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 0px;
}

.jade-section {
  font-size: 23px !important;
}

@media (min-width: 3440px) {

  .void-cradle::before,
  .void-cradle::after {
    background: linear-gradient(to right, rgb(15, 23, 34), transparent);
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 5rem;
    z-index: 1;
  }

  .void-cradle::after {
    left: auto;
    right: 0px;
    transform: scaleX(-1);
  }
}

@media (min-width: 576px) {
  .void-cradle {
    height: 100%;
    max-width: 215rem;
    min-width: 100%;
    padding: 1.5rem 0px;
  }
}

.solflare-wrap {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.chrono-shell {
  object-fit: cover;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.ether-burst {
  position: relative;
  text-align: center;
}

.neon-nexus {
  display: block;
  margin: 0px auto;
  max-width: 100rem;
  width: 100%;
  position: absolute;
  text-align: center;
}

.mirage-vault {
  margin: 0px auto;
  text-align: center;
}

.obsidian-husk {
  background: rgb(15, 23, 34);
  min-height: 100vh;
  overflow: hidden;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
  width: 100%;
  word-break: break-word;
  margin: 0px auto;
  text-align: center;
}

@media (min-width: 576px) {
  .obsidian-husk {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 1.5rem 2.375rem;
    min-height: initial;
    padding: 1.5rem 3rem 2rem;
    width: 32.5rem;
  }
}

.photon-cage {
  aspect-ratio: 1 / 1;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 3rem;
  -webkit-box-pack: center;
  justify-content: center;
}

.rift-canvas {
  aspect-ratio: 1 / 1;
  cursor: wait;
  display: block;
  fill: transparent;
  height: 3rem;
  margin: 0px auto;
  overflow: hidden;
  stroke-width: 0.5rem;
  transform: rotate(-90deg);
}


@-webkit-keyframes animation-phrstk {
  0% {
    stroke-dasharray: 0, 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: -125;
  }
}

@keyframes animation-phrstk {
  0% {
    stroke-dasharray: 0, 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: -125;
  }
}

.stardust-coil {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0.5rem auto;
  max-width: 32.5rem;
  width: 100%;
}

.abyss-pod {
  --mask-icon-size: 2rem;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

@supports (mask: var(--mask-icon-image)) {
  .abyss-pod {
    mask: var(--mask-icon-image);
  }
}

.infinity-matrix {
  background-size: auto;
  margin: 0px 1.5rem;
}

.serenity-hull {

  -webkit-box-align: center;
  align-items: center;
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  user-select: none;
  background-size: auto;
  overflow: hidden;
  margin: 0px 1.5rem;
}

@supports (mask: var(--mask-icon-image)) {
  .serenity-hull {
    mask: var(--mask-icon-image);
  }
}


.quantum-bubble {
  --mask-icon-size: 2rem;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

@supports (mask: var(--mask-icon-image)) {
  .quantum-bubble {
    mask: var(--mask-icon-image);
  }
}

.ember-core {
  margin-bottom: 1.5rem;
}

.nimbus-cocoon {
  color: rgb(255, 255, 255);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1rem !important;
  line-height: 1.5rem;
  margin: 0.75rem 0px;
  max-width: 75rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .nimbus-cocoon {
    font-size: 1.125rem;
  }
}

.zephyr-mantle {
  -webkit-box-align: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #39acff;
  --mask-icon-size: 1rem;
  align-items: flex-start;
  background-color: transparent;
  border-radius: 0.25rem;
  color: rgb(57, 172, 255);
  font-size: 1.125rem;
  gap: 0.5rem;
  padding: 0px;
}

.zephyr-mantle:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.zephyr-mantle:hover {
  text-decoration: underline;
}

.zephyr-mantle:active {
  filter: opacity(70%);
  text-decoration: underline;
}

.zephyr-mantle:disabled {
  text-decoration: none;
}

.crimson-keel {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 0.0625rem solid rgb(62, 71, 89);
  margin: 2rem auto;
  max-width: 75rem;
  width: 100%;
}

.lunar-loom {
  margin-bottom: 1.25rem;
}

.vortex-guild {
  color: rgb(255, 255, 255);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0px auto;
  max-width: 75rem;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  line-height: 2.75rem;
}

.onyx-monolith {
  width: 100%;
}

.eon-vessel {
  display: flex;
  flex-direction: column;
  position: relative;
}

.solaris-clad {
  display: flex;
  flex-direction: column;
  position: relative;
  transform-origin: left center;
  transform: translateY(-0.875rem);
  font-size: 0.875rem !important;
}

.eon-vessel:focus-within span {
  transform-origin: left center;
  transform: translateY(-0.875rem);
  font-size: 0.875rem;
}

.nova-ark {
  color: rgb(155, 160, 171);
  font-size: 1.125rem;
  line-height: 3.5rem;
  margin-left: 1.5rem;
  pointer-events: none;
  position: absolute;
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  max-width: calc(100% - 1.5rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.phantom-grove {
  padding-bottom: 0px;
  padding-top: 1rem;
  padding-right: 1.5rem;
}

.cosmos-weft {
  background: transparent;
  color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  border: 0.0625rem solid rgb(62, 71, 89);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  height: 3.5rem;
  letter-spacing: 0.02em;
  line-height: 1.75rem;
  padding: 1rem 1.5rem 0px;
  width: 100%;
}

.cosmos-weft:-webkit-autofill,
.cosmos-weft:-webkit-autofill:hover,
.cosmos-weft:-webkit-autofill:focus,
.cosmos-weft:-internal-autofill-selected,
.cosmos-weft:-internal-autofill-selected:hover,
.cosmos-weft:-internal-autofill-selected:focus {
  transition: background-color 600000s ease 0s, color 600000s ease 0s;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
}

.cosmos-weft:autofill,
.cosmos-weft:autofill:hover,
.cosmos-weft:autofill:focus {
  transition: background-color 600000s ease 0s, color 600000s ease 0s;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
}

.cosmos-weft:hover {
  border-color: rgb(83, 95, 119);
}

.cosmos-weft:focus {
  border-color: rgb(12, 138, 230);
}

.cosmos-weft:focus:hover {
  border-color: rgb(57, 172, 255);
}

.cosmos-weft::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cosmos-weft::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cosmos-weft[aria-invalid="true"] {
  border-color: rgb(233, 77, 105);
}

.cosmos-weft[aria-invalid="true"]:focus,
.cosmos-weft[aria-invalid="true"]:hover {
  border-color: rgb(255, 119, 144);
}

.cosmos-weft::-webkit-inner-spin-button,
.cosmos-weft::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

.cosmos-weft[disabled] {
  border: none;
  cursor: not-allowed;
}

.iridescent-shard {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #0b111a;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  height: 3.125rem;
  min-width: 15rem;
  padding: 1rem 1.5rem;
  background-color: rgb(12, 138, 230);
  color: rgb(11, 17, 26);
  width: 100%;
}

.iridescent-shard:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.iridescent-shard:hover {
  background: rgb(57, 172, 255);
}

.iridescent-shard:active {
  background: rgba(12, 138, 230, 0.8);
}

.iridescent-shard:disabled {
  background: rgba(12, 138, 230, 0.8);
}

.umbra-bastion {
  margin-bottom: 0.5rem;
}

.nebula-thread {
  display: flex;
  margin: 0px auto;
  max-width: 100rem;
  position: relative;
  width: 100%;
}

.polaris-chassis {
  min-width: unset;
  width: 56px;
  height: 56px;
  padding: 0px;
  margin: 8px;
  border-radius: 8px;
}

.radiant-citadel {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #ffffff;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  background-color: rgb(33, 39, 54);
  color: rgb(255, 255, 255);
  min-width: unset;
  width: 56px;
  height: 56px;
  padding: 0px;
  margin: 8px;
  border-radius: 8px;
}

.radiant-citadel:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.radiant-citadel:hover {
  background-color: rgb(62, 71, 89);
}

.radiant-citadel:active {
  background-color: rgb(15, 23, 34);
}

.radiant-citadel:disabled {
  background-color: rgb(33, 39, 54);
}

.dusk-container {
  width: 32px;
}

.celestial-keystone {
  object-fit: cover;
  width: 32px;
}

.aether-veil {
  margin-bottom: 1rem;
}

.cookieconsent-optin,
.cookieconsent-optin-preferences,
.cookieconsent-optin-statistics,
.cookieconsent-optin-marketing {
  display: initial;
}

.cookieconsent-optout-preferences,
.cookieconsent-optout-statistics,
.cookieconsent-optout-marketing,
.cookieconsent-optout {
  display: none;
}

.kinetic-block {
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-flex;
  font-family: BagueSans, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #39acff;
  --mask-icon-size: 1rem;
  color: rgb(57, 172, 255);
  font-size: 1rem;
  padding: 0px;
  gap: 0.5rem;
}

html,
body {
  background: rgb(11, 17, 26);
  margin: 0px;
  padding: 0px;
}

html {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}

*,
::before,
::after {
  box-sizing: inherit;
}





body {
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
}

:focus,
:focus-visible {
  outline: rgb(255, 255, 255) dashed 0.0625rem;
  outline-offset: 4px;
}

#app {
  position: relative;
}

.lumos-grid {
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 0px;
}

@media (min-width: 576px) {
  .lumos-grid {
    height: 100%;
    max-width: 215rem;
    min-width: 100%;
    padding: 1.5rem 0px;
  }
}

.void-cradle {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 0px;
}

.jade-section {
  font-size: 23px !important;
}

@media (min-width: 3440px) {

  .void-cradle::before,
  .void-cradle::after {
    background: linear-gradient(to right, rgb(15, 23, 34), transparent);
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 5rem;
    z-index: 1;
  }

  .void-cradle::after {
    left: auto;
    right: 0px;
    transform: scaleX(-1);
  }
}

@media (min-width: 576px) {
  .void-cradle {
    height: 100%;
    max-width: 215rem;
    min-width: 100%;
    padding: 1.5rem 0px;
  }
}

.solflare-wrap {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.chrono-shell {
  object-fit: cover;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.ether-burst {
  position: relative;
  text-align: center;
}

.neon-nexus {
  display: block;
  margin: 0px auto;
  max-width: 100rem;
  width: 100%;
  position: absolute;
  text-align: center;
}

.mirage-vault {
  margin: 0px auto;
  text-align: center;
}

.obsidian-husk {
  background: rgb(15, 23, 34);
  min-height: 100vh;
  overflow: hidden;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
  width: 100%;
  word-break: break-word;
  margin: 0px auto;
  text-align: center;
}

@media (min-width: 576px) {
  .obsidian-husk {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 1.5rem 2.375rem;
    min-height: initial;
    padding: 1.5rem 3rem 2rem;
    width: 32.5rem;
  }
}

.photon-cage {
  aspect-ratio: 1 / 1;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 3rem;
  -webkit-box-pack: center;
  justify-content: center;
}

.rift-canvas {
  aspect-ratio: 1 / 1;
  cursor: wait;
  display: block;
  fill: transparent;
  height: 3rem;
  margin: 0px auto;
  overflow: hidden;
  stroke-width: 0.5rem;
  transform: rotate(-90deg);
}


@-webkit-keyframes animation-phrstk {
  0% {
    stroke-dasharray: 0, 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: -125;
  }
}

@keyframes animation-phrstk {
  0% {
    stroke-dasharray: 0, 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: -125;
  }
}

.stardust-coil {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0.5rem auto;
  max-width: 32.5rem;
  width: 100%;
}

.abyss-pod {
  --mask-icon-size: 2rem;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

@supports (mask: var(--mask-icon-image)) {
  .abyss-pod {
    mask: var(--mask-icon-image);
  }
}

.infinity-matrix {
  background-size: auto;
  margin: 0px 1.5rem;
}


.serenity-hull {
  --mask-icon-size: 3rem;
  -webkit-box-align: center;
  align-items: center;
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  user-select: none;
  background-size: auto;
  overflow: hidden;
  margin: 0px 1.5rem;
}

@supports (mask: var(--mask-icon-image)) {
  .serenity-hull {
    mask: var(--mask-icon-image);
  }
}

.quantum-bubble {
  --mask-icon-size: 2rem;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

@supports (mask: var(--mask-icon-image)) {
  .quantum-bubble {
    mask: var(--mask-icon-image);
  }
}

.ember-core {
  margin-bottom: 1.5rem;
}

.nimbus-cocoon {
  color: rgb(255, 255, 255);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.75rem 0px;
  max-width: 75rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .nimbus-cocoon {
    font-size: 1.125rem;
  }
}

.zephyr-mantle {
  -webkit-box-align: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #39acff;
  --mask-icon-size: 1rem;
  align-items: flex-start;
  background-color: transparent;
  border-radius: 0.25rem;
  color: rgb(57, 172, 255);
  font-size: 1.125rem;
  gap: 0.5rem;
  padding: 0px;
}

.zephyr-mantle:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.zephyr-mantle:hover {
  text-decoration: underline;
}

.zephyr-mantle:active {
  filter: opacity(70%);
  text-decoration: underline;
}

.zephyr-mantle:disabled {
  text-decoration: none;
}

.crimson-keel {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 0.0625rem solid rgb(62, 71, 89);
  margin: 2rem auto;
  max-width: 75rem;
  width: 100%;
}

.lunar-loom {
  margin-bottom: 1.25rem;
}

.vortex-guild {
  color: rgb(255, 255, 255);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0px auto;
  max-width: 75rem;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  line-height: 2.75rem;
}

.onyx-monolith {
  width: 100%;
}

.eon-vessel {
  display: flex;
  flex-direction: column;
  position: relative;
}

.solaris-clad {
  display: flex;
  flex-direction: column;
  position: relative;
  transform-origin: left center;
  transform: translateY(-0.875rem);
  font-size: 0.875rem !important;
}

.eon-vessel:focus-within span {
  transform-origin: left center;
  transform: translateY(-0.875rem);
  font-size: 0.875rem;
}

.nova-ark {
  color: rgb(155, 160, 171);
  font-size: 1.125rem;
  line-height: 3.5rem;
  margin-left: 1.5rem;
  pointer-events: none;
  position: absolute;
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  max-width: calc(100% - 1.5rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.phantom-grove {
  padding-bottom: 0px;
  padding-top: 1rem;
  padding-right: 1.5rem;
}

.cosmos-weft {
  background: transparent;
  color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  border: 0.0625rem solid rgb(62, 71, 89);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  height: 3.5rem;
  letter-spacing: 0.02em;
  line-height: 1.75rem;
  padding: 1rem 1.5rem 0px;
  width: 100%;
}

.cosmos-weft:-webkit-autofill,
.cosmos-weft:-webkit-autofill:hover,
.cosmos-weft:-webkit-autofill:focus,
.cosmos-weft:-internal-autofill-selected,
.cosmos-weft:-internal-autofill-selected:hover,
.cosmos-weft:-internal-autofill-selected:focus {
  transition: background-color 600000s ease 0s, color 600000s ease 0s;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
}

.cosmos-weft:autofill,
.cosmos-weft:autofill:hover,
.cosmos-weft:autofill:focus {
  transition: background-color 600000s ease 0s, color 600000s ease 0s;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
}

.cosmos-weft:hover {
  border-color: rgb(83, 95, 119);
}

.cosmos-weft:focus {
  border-color: rgb(12, 138, 230);
}

.cosmos-weft:focus:hover {
  border-color: rgb(57, 172, 255);
}

.cosmos-weft::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cosmos-weft::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cosmos-weft[aria-invalid="true"] {
  border-color: rgb(233, 77, 105);
}

.cosmos-weft[aria-invalid="true"]:focus,
.cosmos-weft[aria-invalid="true"]:hover {
  border-color: rgb(255, 119, 144);
}

.cosmos-weft::-webkit-inner-spin-button,
.cosmos-weft::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

.cosmos-weft[disabled] {
  border: none;
  cursor: not-allowed;
}

.iridescent-shard {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #0b111a;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  height: 3.125rem;
  min-width: 15rem;
  padding: 1rem 1.5rem;
  background-color: rgb(12, 138, 230);
  color: rgb(11, 17, 26);
  width: 100%;
}

.iridescent-shard:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.iridescent-shard:hover {
  background: rgb(57, 172, 255);
}

.iridescent-shard:active {
  background: rgba(12, 138, 230, 0.8);
}

.iridescent-shard:disabled {
  background: rgba(12, 138, 230, 0.8);
}

.umbra-bastion {
  margin-bottom: 0.5rem;
}

.nebula-thread {
  display: flex;
  margin: 0px auto;
  max-width: 100rem;
  position: relative;
  width: 100%;
}

.polaris-chassis {
  min-width: unset;
  width: 56px;
  height: 56px;
  padding: 0px;
  margin: 8px;
  border-radius: 8px;
}

.radiant-citadel {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #ffffff;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  background-color: rgb(33, 39, 54);
  color: rgb(255, 255, 255);
  min-width: unset;
  width: 56px;
  height: 56px;
  padding: 0px;
  margin: 8px;
  border-radius: 8px;
}

.radiant-citadel:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.radiant-citadel:hover {
  background-color: rgb(62, 71, 89);
}

.radiant-citadel:active {
  background-color: rgb(15, 23, 34);
}

.radiant-citadel:disabled {
  background-color: rgb(33, 39, 54);
}

.dusk-container {
  width: 32px;
}

.celestial-keystone {
  object-fit: cover;
  width: 32px;
}

.aether-veil {
  margin-bottom: 1rem;
}

.cookieconsent-optin,
.cookieconsent-optin-preferences,
.cookieconsent-optin-statistics,
.cookieconsent-optin-marketing {
  display: initial;
}

.cookieconsent-optout-preferences,
.cookieconsent-optout-statistics,
.cookieconsent-optout-marketing,
.cookieconsent-optout {
  display: none;
}

.kinetic-block {
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-flex;
  font-family: BagueSans, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #39acff;
  --mask-icon-size: 1rem;
  color: rgb(57, 172, 255);
  font-size: 1rem;
  padding: 0px;
  gap: 0.5rem;
}

html,
body {
  background: rgb(11, 17, 26);
  margin: 0px;
  padding: 0px;
}

html {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}

*,
::before,
::after {
  box-sizing: inherit;
}





body {
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
}

:focus,
:focus-visible {
  outline: rgb(255, 255, 255) dashed 0.0625rem;
  outline-offset: 4px;
}

#app {
  position: relative;
}

.lumos-grid {
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 0px;
}

@media (min-width: 576px) {
  .lumos-grid {
    height: 100%;
    max-width: 215rem;
    min-width: 100%;
    padding: 1.5rem 0px;
  }
}

.void-cradle {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 0px;
}

.jade-section {
  font-size: 23px !important;
}

@media (min-width: 3440px) {

  .void-cradle::before,
  .void-cradle::after {
    background: linear-gradient(to right, rgb(15, 23, 34), transparent);
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 5rem;
    z-index: 1;
  }

  .void-cradle::after {
    left: auto;
    right: 0px;
    transform: scaleX(-1);
  }
}

@media (min-width: 576px) {
  .void-cradle {
    height: 100%;
    max-width: 215rem;
    min-width: 100%;
    padding: 1.5rem 0px;
  }
}

.solflare-wrap {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.chrono-shell {
  object-fit: cover;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.ether-burst {
  position: relative;
  text-align: center;
}

.neon-nexus {
  display: block;
  margin: 0px auto;
  max-width: 100rem;
  width: 100%;
  position: absolute;
  text-align: center;
}

.mirage-vault {
  margin: 0px auto;
  text-align: center;
}

.obsidian-husk {
  background: rgb(15, 23, 34);
  min-height: 100vh;
  overflow: hidden;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
  width: 100%;
  word-break: break-word;
  margin: 0px auto;
  text-align: center;
}

@media (min-width: 576px) {
  .obsidian-husk {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 1.5rem 2.375rem;
    min-height: initial;
    padding: 1.5rem 3rem 2rem;
    width: 32.5rem;
  }
}

.photon-cage {
  aspect-ratio: 1 / 1;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 3rem;
  -webkit-box-pack: center;
  justify-content: center;
}

.rift-canvas {
  aspect-ratio: 1 / 1;
  cursor: wait;
  display: block;
  fill: transparent;
  height: 3rem;
  margin: 0px auto;
  overflow: hidden;
  stroke-width: 0.5rem;
  transform: rotate(-90deg);
}


@-webkit-keyframes animation-phrstk {
  0% {
    stroke-dasharray: 0, 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: -125;
  }
}

@keyframes animation-phrstk {
  0% {
    stroke-dasharray: 0, 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: -125;
  }
}

.stardust-coil {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0.5rem auto;
  max-width: 32.5rem;
  width: 100%;
}

.abyss-pod {
  --mask-icon-size: 2rem;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

@supports (mask: var(--mask-icon-image)) {
  .abyss-pod {
    mask: var(--mask-icon-image);
  }
}

.infinity-matrix {
  background-size: auto;
  margin: 0px 1.5rem;
}

.serenity-hull {
  --mask-icon-size: 3rem;
  -webkit-box-align: center;
  align-items: center;
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  user-select: none;
  background-size: auto;
  overflow: hidden;
  margin: 0px 1.5rem;
}

@supports (mask: var(--mask-icon-image)) {
  .serenity-hull {
    mask: var(--mask-icon-image);
  }
}

.quantum-bubble {
  --mask-icon-size: 2rem;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

@supports (mask: var(--mask-icon-image)) {
  .quantum-bubble {
    mask: var(--mask-icon-image);
  }
}

.ember-core {
  margin-bottom: 1.5rem;
}

.nimbus-cocoon {
  color: rgb(255, 255, 255);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.75rem 0px;
  max-width: 75rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .nimbus-cocoon {
    font-size: 1.125rem;
  }
}

.zephyr-mantle {
  -webkit-box-align: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #39acff;
  --mask-icon-size: 1rem;
  align-items: flex-start;
  background-color: transparent;
  border-radius: 0.25rem;
  color: rgb(57, 172, 255);
  font-size: 1.125rem;
  gap: 0.5rem;
  padding: 0px;
}

.zephyr-mantle:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.zephyr-mantle:hover {
  text-decoration: underline;
}

.zephyr-mantle:active {
  filter: opacity(70%);
  text-decoration: underline;
}

.zephyr-mantle:disabled {
  text-decoration: none;
}

.crimson-keel {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 0.0625rem solid rgb(62, 71, 89);
  margin: 2rem auto;
  max-width: 75rem;
  width: 100%;
}

.lunar-loom {
  margin-bottom: 1.25rem;
}

.vortex-guild {
  color: rgb(255, 255, 255);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0px auto;
  max-width: 75rem;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  line-height: 2.75rem;
}

.onyx-monolith {
  width: 100%;
}

.eon-vessel {
  display: flex;
  flex-direction: column;
  position: relative;
}

.solaris-clad {
  display: flex;
  flex-direction: column;
  position: relative;
  transform-origin: left center;
  transform: translateY(-0.875rem);
  font-size: 0.875rem !important;
}

.eon-vessel:focus-within span {
  transform-origin: left center;
  transform: translateY(-0.875rem);
  font-size: 0.875rem;
}

.nova-ark {
  color: rgb(155, 160, 171);
  font-size: 1.125rem;
  line-height: 3.5rem;
  margin-left: 1.5rem;
  pointer-events: none;
  position: absolute;
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  max-width: calc(100% - 1.5rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.phantom-grove {
  padding-bottom: 0px;
  padding-top: 1rem;
  padding-right: 1.5rem;
}

.cosmos-weft {
  background: transparent;
  color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  border: 0.0625rem solid rgb(62, 71, 89);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  height: 3.5rem;
  letter-spacing: 0.02em;
  line-height: 1.75rem;
  padding: 1rem 1.5rem 0px;
  width: 100%;
}

.cosmos-weft:-webkit-autofill,
.cosmos-weft:-webkit-autofill:hover,
.cosmos-weft:-webkit-autofill:focus,
.cosmos-weft:-internal-autofill-selected,
.cosmos-weft:-internal-autofill-selected:hover,
.cosmos-weft:-internal-autofill-selected:focus {
  transition: background-color 600000s ease 0s, color 600000s ease 0s;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
}

.cosmos-weft:autofill,
.cosmos-weft:autofill:hover,
.cosmos-weft:autofill:focus {
  transition: background-color 600000s ease 0s, color 600000s ease 0s;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
}

.cosmos-weft:hover {
  border-color: rgb(83, 95, 119);
}

.cosmos-weft:focus {
  border-color: rgb(12, 138, 230);
}

.cosmos-weft:focus:hover {
  border-color: rgb(57, 172, 255);
}

.cosmos-weft::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cosmos-weft::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cosmos-weft[aria-invalid="true"] {
  border-color: rgb(233, 77, 105);
}

.cosmos-weft[aria-invalid="true"]:focus,
.cosmos-weft[aria-invalid="true"]:hover {
  border-color: rgb(255, 119, 144);
}

.cosmos-weft::-webkit-inner-spin-button,
.cosmos-weft::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

.cosmos-weft[disabled] {
  border: none;
  cursor: not-allowed;
}

.iridescent-shard {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #0b111a;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  height: 3.125rem;
  min-width: 15rem;
  padding: 1rem 1.5rem;
  background-color: rgb(12, 138, 230);
  color: rgb(11, 17, 26);
  width: 100%;
}

.iridescent-shard:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.iridescent-shard:hover {
  background: rgb(57, 172, 255);
}

.iridescent-shard:active {
  background: rgba(12, 138, 230, 0.8);
}

.iridescent-shard:disabled {
  background: rgba(12, 138, 230, 0.8);
}

.umbra-bastion {
  margin-bottom: 0.5rem;
}

.nebula-thread {
  display: flex;
  margin: 0px auto;
  max-width: 100rem;
  position: relative;
  width: 100%;
}

.polaris-chassis {
  min-width: unset;
  width: 56px;
  height: 56px;
  padding: 0px;
  margin: 8px;
  border-radius: 8px;
}

.radiant-citadel {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #ffffff;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  background-color: rgb(33, 39, 54);
  color: rgb(255, 255, 255);
  min-width: unset;
  width: 56px;
  height: 56px;
  padding: 0px;
  margin: 8px;
  border-radius: 8px;
}

.radiant-citadel:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.radiant-citadel:hover {
  background-color: rgb(62, 71, 89);
}

.radiant-citadel:active {
  background-color: rgb(15, 23, 34);
}

.radiant-citadel:disabled {
  background-color: rgb(33, 39, 54);
}

.dusk-container {
  width: 32px;
}

.celestial-keystone {
  object-fit: cover;
  width: 32px;
}

.aether-veil {
  margin-bottom: 1rem;
}

.cookieconsent-optin,
.cookieconsent-optin-preferences,
.cookieconsent-optin-statistics,
.cookieconsent-optin-marketing {
  display: initial;
}

.cookieconsent-optout-preferences,
.cookieconsent-optout-statistics,
.cookieconsent-optout-marketing,
.cookieconsent-optout {
  display: none;
}

html,
body {
  background: rgb(11, 17, 26);
  margin: 0px;
  padding: 0px;
}

html {
  box-sizing: border-box;
  color: rgb(255, 255, 255);
}

*,
::before,
::after {
  box-sizing: inherit;
}





body {
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
}

:focus,
:focus-visible {
  outline: rgb(255, 255, 255) dashed 0.0625rem;
  outline-offset: 4px;
}

#app {
  position: relative;
}

.lumos-grid {
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 0px;
}

@media (min-width: 576px) {
  .lumos-grid {
    height: 100%;
    max-width: 215rem;
    min-width: 100%;
    padding: 1.5rem 0px;
  }
}

.void-cradle {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  padding: 0px;
}

@media (min-width: 3440px) {

  .void-cradle::before,
  .void-cradle::after {
    background: linear-gradient(to right, rgb(15, 23, 34), transparent);
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 5rem;
    z-index: 1;
  }

  .void-cradle::after {
    left: auto;
    right: 0px;
    transform: scaleX(-1);
  }
}

@media (min-width: 576px) {
  .void-cradle {
    height: 100%;
    max-width: 215rem;
    min-width: 100%;
    padding: 1.5rem 0px;
  }
}

.solflare-wrap {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.chrono-shell {
  object-fit: cover;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.ether-burst {
  position: relative;
  text-align: center;
}

.neon-nexus {
  display: block;
  margin: 0px auto;
  max-width: 100rem;
  width: 100%;
  position: absolute;
  text-align: center;
}

.mirage-vault {
  margin: 0px auto;
  text-align: center;
}

.obsidian-husk {
  background: rgb(15, 23, 34);
  min-height: 100vh;
  overflow: hidden;
  padding: 1.5rem 1.5rem 2rem;
  position: relative;
  width: 100%;
  word-break: break-word;
  margin: 0px auto;
  text-align: center;
}

@media (min-width: 576px) {
  .obsidian-husk {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 1.5rem 2.375rem;
    min-height: initial;
    padding: 1.5rem 3rem 2rem;
    width: 32.5rem;
  }
}

.photon-cage {
  aspect-ratio: 1 / 1;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 3rem;
  -webkit-box-pack: center;
  justify-content: center;
}

.rift-canvas {
  aspect-ratio: 1 / 1;
  cursor: wait;
  display: block;
  fill: transparent;
  height: 3rem;
  margin: 0px auto;
  overflow: hidden;
  stroke-width: 0.5rem;
  transform: rotate(-90deg);
}


@-webkit-keyframes animation-phrstk {
  0% {
    stroke-dasharray: 0, 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: -125;
  }
}

@keyframes animation-phrstk {
  0% {
    stroke-dasharray: 0, 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 125, 125;
    stroke-dashoffset: -125;
  }
}

.stardust-coil {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0.5rem auto;
  max-width: 32.5rem;
  width: 100%;
}

.abyss-pod {
  --mask-icon-size: 2rem;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

@supports (mask: var(--mask-icon-image)) {
  .abyss-pod {
    mask: var(--mask-icon-image);
  }
}

.infinity-matrix {
  background-size: auto;
  margin: 0px 1.5rem;
}


.serenity-hull {
  --mask-icon-size: 3rem;
  -webkit-box-align: center;
  align-items: center;
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  user-select: none;
  background-size: auto;
  overflow: hidden;
  margin: 0px 1.5rem;
}

@supports (mask: var(--mask-icon-image)) {
  .serenity-hull {
    mask: var(--mask-icon-image);
  }
}


.quantum-bubble {
  --mask-icon-size: 2rem;
  -webkit-box-align: center;
  align-items: center;
  background: var(--mask-icon-image);
  color: transparent;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: var(--mask-icon-size, 1.5rem);
  min-width: var(--mask-icon-size, 1.5rem);
  overflow: hidden;
  user-select: none;
}

@supports (mask: var(--mask-icon-image)) {
  .quantum-bubble {
    mask: var(--mask-icon-image);
  }
}

.ember-core {
  margin-bottom: 1.5rem;
}

.nimbus-cocoon {
  color: rgb(255, 255, 255);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.75rem 0px;
  max-width: 75rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .nimbus-cocoon {
    font-size: 1.125rem;
  }
}

.zephyr-mantle {
  -webkit-box-align: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #39acff;
  --mask-icon-size: 1rem;
  align-items: flex-start;
  background-color: transparent;
  border-radius: 0.25rem;
  color: rgb(57, 172, 255);
  font-size: 1rem !important;
  gap: 0.5rem;
  padding: 0px;
}

.zephyr-mantle:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.zephyr-mantle:hover {
  text-decoration: underline;
}

.zephyr-mantle:active {
  filter: opacity(70%);
  text-decoration: underline;
}

.zephyr-mantle:disabled {
  text-decoration: none;
}

.crimson-keel {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 0.0625rem solid rgb(62, 71, 89);
  margin: 2rem auto;
  max-width: 75rem;
  width: 100%;
}

.lunar-loom {
  margin-bottom: 1.25rem;
}

.vortex-guild {
  color: rgb(255, 255, 255);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0px auto;
  max-width: 75rem;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  line-height: 2.75rem;
}

.onyx-monolith {
  width: 100%;
}

.eon-vessel {
  display: flex;
  flex-direction: column;
  position: relative;
}

.solaris-clad {
  display: flex;
  flex-direction: column;
  position: relative;
  transform-origin: left center;
  transform: translateY(-0.875rem);
  font-size: 0.875rem !important;
}

.eon-vessel:focus-within span {
  transform-origin: left center;
  transform: translateY(-0.875rem);
  font-size: 0.875rem;
}

.nova-ark {
  color: rgb(155, 160, 171);
  font-size: 1.125rem;
  line-height: 3.5rem;
  margin-left: 1.5rem;
  pointer-events: none;
  position: absolute;
  transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  max-width: calc(100% - 1.5rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.phantom-grove {
  padding-bottom: 0px;
  padding-top: 1rem;
  padding-right: 1.5rem;
}

.cosmos-weft {
  background: transparent;
  color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  border: 0.0625rem solid rgb(62, 71, 89);
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  height: 3.5rem;
  letter-spacing: 0.02em;
  line-height: 1.75rem;
  padding: 1rem 1.5rem 0px;
  width: 100%;
}

.cosmos-weft:-webkit-autofill,
.cosmos-weft:-webkit-autofill:hover,
.cosmos-weft:-webkit-autofill:focus,
.cosmos-weft:-internal-autofill-selected,
.cosmos-weft:-internal-autofill-selected:hover,
.cosmos-weft:-internal-autofill-selected:focus {
  transition: background-color 600000s ease 0s, color 600000s ease 0s;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
}

.cosmos-weft:autofill,
.cosmos-weft:autofill:hover,
.cosmos-weft:autofill:focus {
  transition: background-color 600000s ease 0s, color 600000s ease 0s;
  background-color: transparent !important;
  box-shadow: none !important;
  color: rgb(255, 255, 255) !important;
}

.cosmos-weft:hover {
  border-color: rgb(83, 95, 119);
}

.cosmos-weft:focus {
  border-color: rgb(12, 138, 230);
}

.cosmos-weft:focus:hover {
  border-color: rgb(57, 172, 255);
}

.cosmos-weft::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cosmos-weft::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cosmos-weft[aria-invalid="true"] {
  border-color: rgb(233, 77, 105);
}

.cosmos-weft[aria-invalid="true"]:focus,
.cosmos-weft[aria-invalid="true"]:hover {
  border-color: rgb(255, 119, 144);
}

.cosmos-weft::-webkit-inner-spin-button,
.cosmos-weft::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

.cosmos-weft[disabled] {
  border: none;
  cursor: not-allowed;
}

.iridescent-shard {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #0b111a;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  height: 3.125rem;
  min-width: 15rem;
  padding: 1rem 1.5rem;
  background-color: rgb(12, 138, 230);
  color: rgb(11, 17, 26);
  width: 100%;
}

.iridescent-shard:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.iridescent-shard:hover {
  background: rgb(57, 172, 255);
}

.iridescent-shard:active {
  background: rgba(12, 138, 230, 0.8);
}

.iridescent-shard:disabled {
  background: rgba(12, 138, 230, 0.8);
}

.umbra-bastion {
  margin-bottom: 0.5rem;
}

.nebula-thread {
  display: flex;
  margin: 0px auto;
  max-width: 100rem;
  position: relative;
  width: 100%;
}

.polaris-chassis {
  min-width: unset;
  width: 56px;
  height: 56px;
  padding: 0px;
  margin: 8px;
  border-radius: 8px;
}

.radiant-citadel {
  -webkit-box-align: center;
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  font-family: PF Bague Sans Pro, Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: background 150ms ease 0s;
  --mask-icon-color: #ffffff;
  --mask-icon-size: 1rem;
  font-size: 1.125rem;
  gap: 0.75rem;
  background-color: rgb(33, 39, 54);
  color: rgb(255, 255, 255);
  min-width: unset;
  width: 56px;
  height: 56px;
  padding: 0px;
  margin: 8px;
  border-radius: 8px;
}

.radiant-citadel:disabled {
  cursor: not-allowed;
  filter: opacity(50%);
}

.radiant-citadel:hover {
  background-color: rgb(62, 71, 89);
}

.radiant-citadel:active {
  background-color: rgb(15, 23, 34);
}

.radiant-citadel:disabled {
  background-color: rgb(33, 39, 54);
}

.dusk-container {
  width: 32px;
}

.celestial-keystone {
  object-fit: cover;
  width: 32px;
}

.aether-veil {
  margin-bottom: 1rem;
}

.cookieconsent-optin,
.cookieconsent-optin-preferences,
.cookieconsent-optin-statistics,
.cookieconsent-optin-marketing {
  display: initial;
}

.cookieconsent-optout-preferences,
.cookieconsent-optout-statistics,
.cookieconsent-optout-marketing,
.cookieconsent-optout {
  display: none;
}