*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  position: relative;
  min-height: 100vh;
  background-image: linear-gradient(to bottom, #2da0f3 0%, #01153b 40%);
  font-family: Prompt, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[34px\] {
  bottom: 34px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.left-10 {
  left: 2.5rem;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-\[5px\] {
  right: 5px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-\[25px\] {
  top: 25px;
}

.top-\[3px\] {
  top: 3px;
}

.top-\[calc\(50\%\+136px\)\] {
  top: calc(50% + 136px);
}

.top-\[calc\(50\%\+96px\)\] {
  top: calc(50% + 96px);
}

.top-\[calc\(50\%-28px\)\] {
  top: calc(50% - 28px);
}

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

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

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

.z-\[5\] {
  z-index: 5;
}

.z-\[60\] {
  z-index: 60;
}

.z-\[70\] {
  z-index: 70;
}

.z-\[9999\] {
  z-index: 9999;
}

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

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

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

.mt-\[200px\] {
  margin-top: 200px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-\[30px\] {
  width: 30px;
  height: 30px;
}

.size-\[33px\] {
  width: 33px;
  height: 33px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-14 {
  height: 3.5rem;
}

.h-4 {
  height: 1rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[113px\] {
  height: 113px;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[153px\] {
  height: 153px;
}

.h-\[158px\] {
  height: 158px;
}

.h-\[189px\] {
  height: 189px;
}

.h-\[2200px\] {
  height: 2200px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[27px\] {
  height: 27px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[442px\] {
  height: 442px;
}

.h-\[503px\] {
  height: 503px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[673px\] {
  height: 673px;
}

.h-\[723px\] {
  height: 723px;
}

.h-\[725px\] {
  height: 725px;
}

.h-\[900px\] {
  height: 900px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[33px\] {
  max-height: 33px;
}

.min-h-\[700px\] {
  min-height: 700px;
}

.min-h-\[900px\] {
  min-height: 900px;
}

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

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-\[1038px\] {
  width: 1038px;
}

.w-\[104px\] {
  width: 104px;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[129px\] {
  width: 129px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[225px\] {
  width: 225px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[267px\] {
  width: 267px;
}

.w-\[26px\] {
  width: 26px;
}

.w-\[27px\] {
  width: 27px;
}

.w-\[295px\] {
  width: 295px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[311px\] {
  width: 311px;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[360px\] {
  width: 360px;
}

.w-\[53px\] {
  width: 53px;
}

.w-\[63px\] {
  width: 63px;
}

.w-\[66px\] {
  width: 66px;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[88px\] {
  width: 88px;
}

.w-\[90px\] {
  width: 90px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[360px\] {
  max-width: 360px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-invite-page {
  max-width: 1920px;
}

.max-w-none {
  max-width: none;
}

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

.shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -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-1\/2 {
  --tw-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-full {
  --tw-translate-y: -100%;
  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 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[3px\] {
  gap: 3px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.rounded-\[10px\] {
  border-radius: 10px;
}

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

.border {
  border-width: 1px;
}

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

.border-none {
  border-style: none;
}

.border-invite-btn-border {
  --tw-border-opacity: 1;
  border-color: rgb(103 245 249 / var(--tw-border-opacity, 1));
}

.border-invite-code-border {
  --tw-border-opacity: 1;
  border-color: rgb(86 155 255 / var(--tw-border-opacity, 1));
}

.border-invite-modal-border {
  --tw-border-opacity: 1;
  border-color: rgb(37 77 144 / var(--tw-border-opacity, 1));
}

.border-invite-modal-btn-border {
  --tw-border-opacity: 1;
  border-color: rgb(104 191 243 / var(--tw-border-opacity, 1));
}

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

.bg-invite-code-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(222 235 254 / var(--tw-bg-opacity, 1));
}

.bg-invite-modal-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

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

.bg-btn-action {
  background-image: radial-gradient(ellipse at center bottom, #45c4f7 0%, #2f86d1 50%, #2367bf 75%, #1848ac 100%);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-head-dec-left {
  background-image: linear-gradient(-89.28deg, #39567e 0.31%, #5079b1 49.69%, rgba(103, 156, 228, 0) 99.68%);
}

.bg-head-dec-right {
  background-image: linear-gradient(90deg, #39567e 0.25%, #5079b1 50.25%, rgba(103, 156, 228, 0) 100.25%);
}

.bg-modal-btn {
  background-image: linear-gradient(86.3deg, #041c4a 3.78%, #2f86d1 101.48%);
}

.bg-overlay-gradient {
  background-image: linear-gradient(to bottom, rgba(2, 22, 59, 0) 20%, #02163b 90%);
}

.bg-page-gradient {
  background-image: linear-gradient(to bottom, #2da0f3 0%, #01153b 40%);
}

.from-invite-deep\/90 {
  --tw-gradient-from: rgb(2 22 59 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 22 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-invite-deep\/95 {
  --tw-gradient-from: rgb(2 22 59 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 22 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-invite-navy\/95 {
  --tw-gradient-to: rgb(4 28 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(4 28 74 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-invite-deep\/90 {
  --tw-gradient-to: rgb(2 22 59 / 0.9) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-0 {
  padding-bottom: 0px;
}

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

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

.pb-\[22px\] {
  padding-bottom: 22px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pt-0 {
  padding-top: 0px;
}

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

.pt-\[30px\] {
  padding-top: 30px;
}

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

.font-prompt {
  font-family: Prompt, sans-serif;
}

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[23px\] {
  font-size: 23px;
}

.text-\[9px\] {
  font-size: 9px;
}

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

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

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

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

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

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

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

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

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

.leading-5 {
  line-height: 1.25rem;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-\[0\.32px\] {
  letter-spacing: 0.32px;
}

.tracking-\[0\.36px\] {
  letter-spacing: 0.36px;
}

.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}

.text-\[\#fafafa\] {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-invite-code-text {
  --tw-text-opacity: 1;
  color: rgb(76 102 127 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-\[0_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.4);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-\[2\.55px\] {
  --tw-backdrop-blur: blur(2.55px);
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.visually-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  border-width: 0px;
  padding: 0px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* Page */

.page {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 100vh;
  width: 100%;
  max-width: 1920px;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding-bottom: 0px;
  padding-top: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page__bg {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0px;
  height: 723px;
  width: 100%;
  --tw-translate-x: -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));
  overflow: hidden;
}

@media (min-width: 768px) {
  .page__bg {
    height: 2000px;
  }
}

@media (min-width: 1024px) {
  .page__bg {
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: none;
    --tw-translate-x: 0px;
    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));
  }
}

.page__bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.page__bg-image--desktop {
  display: none;
}

@media (min-width: 1024px) {
  .page__bg-image--desktop {
    display: block;
  }
}

.page__bg-image--mobile {
  display: block;
}

@media (min-width: 1024px) {
  .page__bg-image--mobile {
    display: none;
  }
}

.page__overlay {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0px;
  height: 2200px;
  width: 100%;
  --tw-translate-x: -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));
  background-image: linear-gradient(to bottom, rgba(2, 22, 59, 0) 20%, #02163b 90%);
}

@media (min-width: 1024px) {
  .page__overlay {
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: none;
    --tw-translate-x: 0px;
    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));
  }
}

/* Navigation */

.nav {
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 50;
  display: flex;
  height: 2.5rem;
  width: 100%;
  --tw-translate-x: -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));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(2 22 59 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 22 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .nav {
    height: 5rem;
    max-width: 1920px;
    overflow: visible;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.nav--open {
  overflow: visible;
}

@media (min-width: 1024px) {
  .nav--open {
    height: 5rem;
  }
}

.nav--hidden {
  pointer-events: none;
  --tw-translate-y: -100%;
  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));
}

.nav__inner {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
}

@media (min-width: 1024px) {
  .nav__inner {
    padding: 0.625rem;
  }
}

.nav__logo-link {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
}

.nav__logo {
  height: auto;
  width: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .nav__logo {
    width: 130px;
  }
}

.nav__menu {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  .nav__menu {
    display: flex;
  }
}

.nav__menu-link {
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav__menu-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.nav__menu-link {
  text-shadow: 0 1px 5px #000000;
}

.nav__menu-link--active {
  --tw-text-opacity: 1;
  color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.nav__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.625rem;
}

/* Ported from pre-register.css's .site-nav__user-* (same maroon badge look, "nav__" prefix to
   match this page's own naming - invite-friend.css never had these rules at all). */
.nav__user-action {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-backdrop-blur: blur(2px);
  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);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.nav__user-action--dropdown {
  width: 100%;
  justify-content: center;
}

.nav__user-action::before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -10;
  background: rgba(24, 72, 172, 0.6);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.nav__user-action::after {
  content: "";
  position: absolute;
  z-index: -10;
  inset: 2px;
  background: rgba(1, 21, 59, 0.75);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.nav__user-id {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-right: 0.625rem;
}

.nav__user-id-text {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.nav__user-edit {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.nav__user-edit-icon {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav__user-divider {
  height: 30px;
  width: 0.125rem;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(35 103 191 / var(--tw-bg-opacity, 1));
}

.nav__user-logout {
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav__user-logout:hover {
  opacity: 0.8;
}

/* Ported from pre-register.css's .site-nav__logout* - invite-friend.css never had these
   rules at all, so the logged-out "Login" link rendered completely unstyled. */
.nav__logout {
  position: relative;
  display: flex;
  height: 44px;
  width: 90px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  transition-property: transform, filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav__logout:hover,
.nav__logout:active {
  transform: scale(0.95);
  filter: brightness(1.1);
}

.nav__logout-bg {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.nav__logout-text {
  position: relative;
  z-index: 10;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav__social {
  display: none;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem;
}

@media (min-width: 1024px) {
  .nav__social {
    display: flex;
  }
}

.nav__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__social-icon {
  height: auto;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
}

.nav__social-icon:hover {
  opacity: 1;
}

.nav__burger {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .nav__burger {
    display: none;
  }
}

.nav__dropdown {
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 60;
  display: flex;
  width: 100%;
  max-width: 1920px;
  --tw-translate-x: -50%;
  --tw-translate-y: -100%;
  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));
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(2 22 59 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 22 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(4 28 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(4 28 74 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgb(2 22 59 / 0.9) var(--tw-gradient-to-position);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.5rem;
  padding-top: 3rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .nav__dropdown {
    display: none;
  }
}

.nav--open .nav__dropdown {
  pointer-events: auto;
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

.nav__dropdown-close {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav__dropdown-close:hover {
  opacity: 0.9;
}

.nav__dropdown-menu {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.nav__dropdown-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.nav__dropdown-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.nav__dropdown-link {
  text-shadow: 0 1px 5px #000000;
}

.nav__dropdown-link--active {
  --tw-text-opacity: 1;
  color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.nav__dropdown-social {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.nav__dropdown-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__dropdown-social-icon {
  height: auto;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
}

.nav__dropdown-social-icon:hover {
  opacity: 1;
}

/* Hero */

.hero {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 25px;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 360px;
  --tw-translate-x: -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));
  flex-direction: column;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px) {
  .hero {
    top: 100px;
    max-width: 1000px;
  }
}

.hero__logo {
  height: auto;
  width: 100%;
  max-width: 360px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .hero__logo {
    max-width: 900px;
  }
}

/* Main content */

.page-content {
  position: relative;
  z-index: 10;
  margin-top: 200px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 1024px) {
  .page-content {
    margin-top: 550px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Section panel */

.section-panel {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 360px;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  overflow: hidden;
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .section-panel {
    max-width: 1030px;
    padding-top: 60px;
  }
}

.section-panel--share {
  min-height: 900px;
}

@media (min-width: 1024px) {
  .section-panel--share {
    min-height: 730px;
  }
}

.section-panel--enter {
  min-height: 700px;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .section-panel--enter {
    min-height: 730px;
    padding-bottom: 0px;
  }
}

.section-panel__bg {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0px;
  --tw-translate-x: -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));
  -o-object-fit: cover;
     object-fit: cover;
}

.section-panel__bg--desktop {
  display: none;
  height: 725px;
  width: 1038px;
  max-width: none;
}

@media (min-width: 1024px) {
  .section-panel__bg--desktop {
    display: block;
  }
}

.section-panel__bg--mobile {
  display: block;
  height: 900px;
  width: 360px;
  max-width: none;
}

@media (min-width: 1024px) {
  .section-panel__bg--mobile {
    display: none;
  }
}

.section-panel__inner {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .section-panel__inner {
    max-width: 1000px;
    padding-top: 2.5rem;
  }
}

.section-panel__title {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .section-panel__title {
    font-size: 23px;
  }
}

.section-panel__title {
  text-shadow: 0 1px 20px #2161d0;
}

.section-panel__title-muted {
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1));
}

.section-panel__title-accent {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity, 1));
}

/* Section 2 decorations */

.section-dec {
  pointer-events: none;
  position: absolute;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-dec--top {
  left: 50%;
  top: 0px;
  height: 1.75rem;
  width: 320px;
  --tw-translate-x: -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));
}

@media (min-width: 1024px) {
  .section-dec--top {
    height: 62px;
    width: 721px;
  }
}

.section-dec--bottom {
  bottom: 34px;
  left: 50%;
  height: 27px;
  width: 320px;
  --tw-translate-x: -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));
}

@media (min-width: 1024px) {
  .section-dec--bottom {
    bottom: 0px;
    height: 61px;
    width: 730px;
  }
}

.section-dec--left {
  left: 0px;
  top: 50%;
  display: none;
  height: 673px;
  width: 66px;
  --tw-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));
}

@media (min-width: 1024px) {
  .section-dec--left {
    display: block;
  }
}

.section-dec--right {
  right: 0px;
  top: 50%;
  display: none;
  height: 673px;
  width: 66px;
  --tw-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));
}

@media (min-width: 1024px) {
  .section-dec--right {
    display: block;
  }
}

/* Friend code */

.friend-code {
  display: flex;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  gap: 0.625rem;
  padding: 0px;
}

@media (min-width: 1024px) {
  .friend-code {
    max-width: 500px;
    padding: 0.625rem;
  }
}

.friend-code__label {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .friend-code__label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.friend-code__label {
  text-shadow: 0 1px 5px #000000;
}

.friend-code__row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
}

@media (min-width: 1024px) {
  .friend-code__row {
    justify-content: flex-start;
  }
}

.friend-code__slot {
  position: relative;
  display: flex;
  height: 2.75rem;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(86 155 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(222 235 254 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
}

@media (min-width: 1024px) {
  .friend-code__slot {
    width: 340px;
    flex: none;
  }
}

.friend-code__slot--input {
  max-width: 220px;
}

@media (min-width: 1024px) {
  .friend-code__slot--input {
    max-width: 340px;
  }
}

.friend-code__value {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 102 127 / var(--tw-text-opacity, 1));
}

.friend-code__copy {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  display: flex;
  --tw-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));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.friend-code__copy:hover {
  opacity: 0.8;
}

.friend-code__copy-icon {
  height: 22px;
  width: 22px;
  flex-shrink: 0;
}

.friend-code__input {
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(76 102 127 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.friend-code__btn {
  display: flex;
  height: 2.75rem;
  width: 90px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(103 245 249 / var(--tw-border-opacity, 1));
  background-image: radial-gradient(ellipse at center bottom, #45c4f7 0%, #2f86d1 50%, #2367bf 75%, #1848ac 100%);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.friend-code__btn:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .friend-code__btn {
    width: 142px;
  }
}

.friend-code__btn {
  text-shadow: 0 2px 4px #0d3852;
  font-size: 12px;
  width: 150px;
}

.friend-code__btn--disabled {
  pointer-events: none;
  cursor: not-allowed;
  --tw-saturate: saturate(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);
}

/* Friend count */

.friend-count {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  overflow: hidden;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 1024px) {
  .friend-count {
    width: 800px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.friend-count__head {
  display: flex;
  width: 100%;
  max-width: 320px;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .friend-count__head {
    max-width: none;
  }
}

.friend-count__dec {
  height: 1px;
  flex-shrink: 0;
}

.friend-count__dec--left {
  width: 2.5rem;
  background-image: linear-gradient(-89.28deg, #39567e 0.31%, #5079b1 49.69%, rgba(103, 156, 228, 0) 99.68%);
}

@media (min-width: 1024px) {
  .friend-count__dec--left {
    width: 10rem;
  }
}

.friend-count__dec--right {
  width: 2.5rem;
  background-image: linear-gradient(90deg, #39567e 0.25%, #5079b1 50.25%, rgba(103, 156, 228, 0) 100.25%);
}

@media (min-width: 1024px) {
  .friend-count__dec--right {
    width: 10rem;
  }
}

.friend-count__label {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.friend-count__tokens {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
}

@media (min-width: 1024px) {
  .friend-count__tokens {
    gap: 0.25rem;
  }
}

.friend-count__tokens--share {
  max-width: 320px;
  flex-wrap: wrap;
  align-content: flex-start;
}

@media (min-width: 1024px) {
  .friend-count__tokens--share {
    height: 60px;
    max-width: 600px;
    flex-wrap: nowrap;
  }
}

.friend-count__tokens--enter {
  max-width: 320px;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .friend-count__tokens--enter {
    max-width: 600px;
    flex-wrap: nowrap;
  }
}

.friend-icon {
  height: 1.75rem;
  width: 26px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .friend-icon {
    height: 50px;
    width: 46px;
  }
}

/* Rewards grid */

.reward {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 320px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

@media (min-width: 1024px) {
  .reward {
    max-width: 1000px;
    flex-wrap: nowrap;
    gap: 0.625rem;
  }
}

.reward--share {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .reward--share {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.reward__slot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.reward__slot--sm {
  height: 189px;
  width: 150px;
}

.reward__slot--md {
  height: 189px;
  width: 150px;
}

@media (min-width: 1024px) {
  .reward__slot--md {
    height: 214px;
    width: 170px;
  }
}

.reward__slot--lg {
  height: 189px;
  width: 150px;
}

@media (min-width: 1024px) {
  .reward__slot--lg {
    height: 243px;
    width: 193px;
  }
}

.reward__frame {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  width: 100%;
  max-width: none;
  --tw-translate-x: -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));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.reward__media {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: calc(50% - 28px);
  height: 113px;
  width: 110px;
  --tw-translate-x: -50%;
  --tw-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));
}

@media (min-width: 1024px) {
  .reward__media {
    top: 10px;
    --tw-translate-y: 0px;
    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));
  }

  .reward__media--lg {
    top: 1.25rem;
    height: 154px;
    width: 150px;
  }
}

.reward__item {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.reward__stamp {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  max-width: none;
  --tw-translate-x: -50%;
  --tw-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));
  -o-object-fit: contain;
     object-fit: contain;
}

.reward__slot--claimed .reward__stamp {
  display: block;
}

.reward__name {
  position: relative;
  z-index: 10;
  width: 150px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 9px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .reward__name {
    width: 140px;
    padding-bottom: 1.5rem;
  }
}

.reward__name--lg {
  padding-bottom: 30px;
  font-size: 10px;
}

.reward__qty {
  --tw-text-opacity: 1;
  color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.reward__condition {
  position: relative;
  z-index: 10;
  padding-bottom: 0.625rem;
  font-size: 0.8rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.reward__condition--sm {
  font-size: 11px;
}

@media (min-width: 1024px) {
  .reward__condition--sm {
    font-size: 0.8rem;
  }
}

/* Reward box (section 2) */

.reward-box {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 360px;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  overflow: hidden;
  padding: 0.625rem;
}

@media (min-width: 1024px) {
  .reward-box {
    max-width: 400px;
  }
}

.reward-box__pedestal {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 153px;
  width: 200px;
  max-width: none;
  --tw-translate-x: -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));
  -o-object-fit: cover;
     object-fit: cover;
}

.reward-box__lead {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.reward-box__card-wrap {
  position: relative;
  z-index: 10;
  display: flex;
  height: 280px;
  flex-direction: column;
  align-items: center;
  padding: 0.625rem;
}

.reward-box__media {
  position: relative;
}

.reward-box__card {
  height: 158px;
  width: 225px;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.reward-box__stamp {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  max-width: none;
  --tw-translate-x: -50%;
  --tw-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));
  -o-object-fit: contain;
     object-fit: contain;
}

.reward-box--claimed .reward-box__stamp {
  display: block;
}

.reward-box__name {
  padding-bottom: 30px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.reward-box__qty {
  --tw-text-opacity: 1;
  color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

/* Characters */

.character {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  display: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .character {
    display: block;
  }
}

.character--left {
  left: 2.5rem;
  top: calc(50% + 96px);
  height: 503px;
  width: 295px;
  --tw-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));
}

.character--right {
  right: 2.5rem;
  top: calc(50% + 136px);
  height: 442px;
  width: 311px;
  --tw-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));
}

/* Caution */

.caution {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.625rem;
}

.caution__icon {
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
}

.caution__text {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(201 200 206 / var(--tw-text-opacity, 1));
}

/* ========== Sponsors ========== */

.sponsors {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  --tw-backdrop-blur: blur(2.55px);
  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);
}

@media (min-width: 768px) {
  .sponsors {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .sponsors {
    max-width: 896px;
    flex-direction: row;
    gap: 25px;
  }
}

.sponsors__label {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .sponsors__label {
    flex-shrink: 0;
    border-right-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
    padding-right: 25px;
  }
}

.sponsors__title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sponsors__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

@media (min-width: 1024px) {
  .sponsors__logos {
    flex-direction: row;
    gap: 25px;
  }
}

.sponsors__row {
  display: flex;
  align-items: center;
  gap: 25px;
}

.sponsors__logo {
  -o-object-fit: contain;
     object-fit: contain;
}

.sponsors__logo--tkn {
  width: 30px;
  height: 30px;
}

@media (min-width: 1024px) {
  .sponsors__logo--tkn {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.sponsors__logo--honor {
  height: 14px;
  width: 72px;
}

@media (min-width: 1024px) {
  .sponsors__logo--honor {
    height: 1rem;
    width: 83px;
  }
}

.sponsors__logo--ais {
  width: 30px;
  height: 30px;
}

@media (min-width: 1024px) {
  .sponsors__logo--ais {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.sponsors__logo--rog {
  width: 30px;
  height: 30px;
}

@media (min-width: 1024px) {
  .sponsors__logo--rog {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.sponsors__logo--true {
  height: 1rem;
  width: 63px;
}

@media (min-width: 1024px) {
  .sponsors__logo--true {
    height: 22px;
    width: 86px;
  }
}

.sponsors__logo--razer {
  height: 30px;
  width: 88px;
}

@media (min-width: 1024px) {
  .sponsors__logo--razer {
    height: 33px;
    width: 97px;
  }
}

.sponsors__logo--giftgreats {
  height: 30px;
  width: 53px;
}

@media (min-width: 1024px) {
  .sponsors__logo--giftgreats {
    height: 2.5rem;
    width: 70px;
  }
}

.sponsors__logo--tengu {
  height: 30px;
  width: 27px;
}

@media (min-width: 1024px) {
  .sponsors__logo--tengu {
    height: 2.5rem;
    width: 2.25rem;
  }
}

/* ========== Site Footer ========== */

.site-footer {
  width: 100%;
  padding-bottom: 60px;
  padding-top: 1.25rem;
}

.site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.site-footer__title {
  font-size: 23px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-footer__divider-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.site-footer__divider {
  height: 1px;
  width: 100%;
  max-width: 400px;
  background: linear-gradient(
    90deg,
    rgba(57, 86, 126, 0) 0%,
    #39567e 50%,
    rgba(57, 86, 126, 0) 100%
  );
}

.site-footer__social {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 60px;
}

.site-footer__social-link {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-footer__social-link:hover {
  opacity: 1;
}

.site-footer__social-link img {
  height: auto;
  max-height: 33px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer__brands {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
}

.site-footer__brand {
  height: 1.75rem;
  width: 129px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .site-footer__terms {
    gap: 1.25rem;
  }
}

.site-footer__term-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-footer__term-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.site-footer__term-sep {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-footer__copy {
  max-width: 360px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .site-footer__copy {
    max-width: none;
    white-space: nowrap;
  }
}

/* Enter friend code result modal */

.enter-code-modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.enter-code-modal--open {
  pointer-events: auto;
  opacity: 1;
}

.enter-code-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.6);
}

.enter-code-modal__dialog {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 77 144 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.enter-code-modal__close {
  position: absolute;
  right: 5px;
  top: 3px;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.enter-code-modal__close:hover {
  opacity: 0.8;
}

.enter-code-modal__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.enter-code-modal__icon {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.enter-code-modal__icon--error {
  display: none;
}

.enter-code-modal--error .enter-code-modal__icon--success {
  display: none;
}

.enter-code-modal--error .enter-code-modal__icon--error {
  display: block;
}

.enter-code-modal__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}

.enter-code-modal__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.36px;
  --tw-text-opacity: 1;
  color: rgb(69 196 247 / var(--tw-text-opacity, 1));
}

.enter-code-modal--error .enter-code-modal__title {
  --tw-text-opacity: 1;
  color: rgb(255 95 87 / var(--tw-text-opacity, 1));
}

.enter-code-modal__message {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.enter-code-modal__btn {
  display: flex;
  height: 2.5rem;
  width: 104px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(104 191 243 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(86.3deg, #041c4a 3.78%, #2f86d1 101.48%);
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.enter-code-modal__btn:hover {
  opacity: 0.9;
}

body.enter-code-modal-open {
  overflow: hidden;
}

/* Pre-register gate modal (page load) */

.pre-register-modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.pre-register-modal--open {
  pointer-events: auto;
  opacity: 1;
}

.pre-register-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.6);
}

.pre-register-modal__dialog {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(37 77 144 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.pre-register-modal__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pre-register-modal__icon {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.pre-register-modal__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}

.pre-register-modal__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.36px;
  --tw-text-opacity: 1;
  color: rgb(255 95 87 / var(--tw-text-opacity, 1));
}

.pre-register-modal__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pre-register-modal__btn {
  display: flex;
  height: 60px;
  width: 267px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(104 191 243 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(86.3deg, #041c4a 3.78%, #2f86d1 101.48%);
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pre-register-modal__btn:hover {
  opacity: 0.9;
}

body.pre-register-modal-open {
  overflow: hidden;
}

/*Klaro Icon*/

.klaro-recall-btn {
  position: fixed;
  bottom: 1.25rem;
  left: 0.25rem;
  z-index: 9999;
  display: inline-flex;
  height: 3.5rem;
  width: 3.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.4);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.klaro-recall-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.klaro-recall-btn--hidden {
  display: none;
}

.klaro-recall-btn__icon {
  height: 2rem;
  width: 2rem;
}

.hover\:text-\[\#fff600\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .md\:h-\[2000px\] {
    height: 2000px;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:top-\[100px\] {
    top: 100px;
  }

  .lg\:top-\[10px\] {
    top: 10px;
  }

  .lg\:mt-\[550px\] {
    margin-top: 550px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-\[154px\] {
    height: 154px;
  }

  .lg\:h-\[214px\] {
    height: 214px;
  }

  .lg\:h-\[22px\] {
    height: 22px;
  }

  .lg\:h-\[243px\] {
    height: 243px;
  }

  .lg\:h-\[33px\] {
    height: 33px;
  }

  .lg\:h-\[50px\] {
    height: 50px;
  }

  .lg\:h-\[60px\] {
    height: 60px;
  }

  .lg\:h-\[61px\] {
    height: 61px;
  }

  .lg\:h-\[62px\] {
    height: 62px;
  }

  .lg\:min-h-\[730px\] {
    min-height: 730px;
  }

  .lg\:w-\[130px\] {
    width: 130px;
  }

  .lg\:w-\[140px\] {
    width: 140px;
  }

  .lg\:w-\[142px\] {
    width: 142px;
  }

  .lg\:w-\[150px\] {
    width: 150px;
  }

  .lg\:w-\[170px\] {
    width: 170px;
  }

  .lg\:w-\[193px\] {
    width: 193px;
  }

  .lg\:w-\[340px\] {
    width: 340px;
  }

  .lg\:w-\[46px\] {
    width: 46px;
  }

  .lg\:w-\[70px\] {
    width: 70px;
  }

  .lg\:w-\[721px\] {
    width: 721px;
  }

  .lg\:w-\[730px\] {
    width: 730px;
  }

  .lg\:w-\[800px\] {
    width: 800px;
  }

  .lg\:w-\[83px\] {
    width: 83px;
  }

  .lg\:w-\[86px\] {
    width: 86px;
  }

  .lg\:w-\[97px\] {
    width: 97px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[1000px\] {
    max-width: 1000px;
  }

  .lg\:max-w-\[340px\] {
    max-width: 340px;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }

  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }

  .lg\:max-w-\[896px\] {
    max-width: 896px;
  }

  .lg\:max-w-\[900px\] {
    max-width: 900px;
  }

  .lg\:max-w-invite-page {
    max-width: 1920px;
  }

  .lg\:max-w-invite-section {
    max-width: 1030px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

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

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

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-\[25px\] {
    gap: 25px;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:pr-\[25px\] {
    padding-right: 25px;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  .lg\:text-\[23px\] {
    font-size: 23px;
  }
}