/*
! tailwindcss v3.3.2 | 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: currentColor; /* 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.
*/

html {
  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: var(--font-oracle), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}
.container {
  width: 100%;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-7 {
  bottom: -1.75rem;
}
.-left-\[3px\] {
  left: -3px;
}
.-top-\[0\.25em\] {
  top: -0.25em;
}
.-top-\[3px\] {
  top: -3px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[1rem\] {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-\[1rem\] {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-\[10\%\] {
  right: 10%;
}
.right-\[1rem\] {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-2 {
  top: 0.5rem;
}
.top-\[--nav-height\] {
  top: var(--nav-height);
}
.top-\[1rem\] {
  top: 1rem;
}
.top-\[25\%\] {
  top: 25%;
}
.top-\[33\%\] {
  top: 33%;
}
.\!z-\[calc\(var\(--nav-z-index\)\+2\)\] {
  z-index: calc(var(--nav-z-index) + 2) !important;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[24\] {
  z-index: 24;
}
.z-\[25\] {
  z-index: 25;
}
.z-\[45\] {
  z-index: 45;
}
.z-\[51\] {
  z-index: 51;
}
.z-\[calc\(var\(--nav-z-index\)\+1\)\] {
  z-index: calc(var(--nav-z-index) + 1);
}
.z-\[calc\(var\(--nav-z-index\)\+3\)\] {
  z-index: calc(var(--nav-z-index) + 3);
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.-mx-\[--global-padding-x\] {
  margin-left: calc(var(--global-padding-x) * -1);
  margin-right: calc(var(--global-padding-x) * -1);
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-ml-\[1\.25rem\] {
  margin-left: -1.25rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-\[1\.25rem\] {
  margin-right: -1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-48 {
  margin-bottom: 12rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[3\.125rem\] {
  margin-bottom: 3.125rem;
}
.mb-\[3\.25rem\] {
  margin-bottom: 3.25rem;
}
.mb-\[3\.75rem\] {
  margin-bottom: 3.75rem;
}
.mb-\[calc\(1\.5\*var\(--block-padding-y\)\)\] {
  margin-bottom: calc(1.5 * var(--block-padding-y));
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[1\.5625rem\] {
  margin-left: 1.5625rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[2\.34375rem\] {
  margin-right: 2.34375rem;
}
.mr-\[3\.125rem\] {
  margin-right: 3.125rem;
}
.mr-\[3\.375rem\] {
  margin-right: 3.375rem;
}
.mr-\[3\.75rem\] {
  margin-right: 3.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-\[1\.5625rem\] {
  margin-top: 1.5625rem;
}
.mt-\[3\.75rem\] {
  margin-top: 3.75rem;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[--frame-aspect-ratio\] {
  aspect-ratio: var(--frame-aspect-ratio);
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-\[auto\] {
  height: auto !important;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-\[--cursor-height\] {
  height: var(--cursor-height);
}
.h-\[--nav-height\] {
  height: var(--nav-height);
}
.h-\[1\.08em\] {
  height: 1.08em;
}
.h-\[110\%\] {
  height: 110%;
}
.h-\[127\%\] {
  height: 127%;
}
.h-\[1em\] {
  height: 1em;
}
.h-\[1rem\] {
  height: 1rem;
}
.h-\[2\.5rem\] {
  height: 2.5rem;
}
.h-\[2rem\] {
  height: 2rem;
}
.h-\[3\.625rem\] {
  height: 3.625rem;
}
.h-\[3\.75rem\] {
  height: 3.75rem;
}
.h-\[7\.5rem\] {
  height: 7.5rem;
}
.h-\[calc\(1\.6\*var\(--cursor-height\)\)\] {
  height: calc(1.6 * var(--cursor-height));
}
.h-\[calc\(1\.75\*var\(--cursor-height\)\)\] {
  height: calc(1.75 * var(--cursor-height));
}
.h-\[calc\(100svh-var\(--nav-height\)-2rem\)\] {
  height: calc(100svh - var(--nav-height) - 2rem);
}
.h-\[calc\(100vh-var\(--nav-height\)-2\.5rem\)\] {
  height: calc(100vh - var(--nav-height) - 2.5rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.h-screen {
  height: 100vh;
}
.max-h-\[3\.75rem\] {
  max-height: 3.75rem;
}
.max-h-\[4rem\] {
  max-height: 4rem;
}
.min-h-\[calc\(100svh-var\(--nav-height\)\)\] {
  min-height: calc(100svh - var(--nav-height));
}
.min-h-\[calc\(100svh-var\(--nav-height\)-7\.5rem-3\.5rem\)\] {
  min-height: calc(100svh - var(--nav-height) - 7.5rem - 3.5rem);
}
.min-h-\[calc\(100vh-var\(--nav-height\)-2\.5rem\)\] {
  min-height: calc(100vh - var(--nav-height) - 2.5rem);
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-\[--global-padding-x\] {
  width: var(--global-padding-x);
}
.w-\[10rem\] {
  width: 10rem;
}
.w-\[127\%\] {
  width: 127%;
}
.w-\[15\.25rem\] {
  width: 15.25rem;
}
.w-\[2rem\] {
  width: 2rem;
}
.w-\[calc\(50\%-1\.5625rem\)\] {
  width: calc(50% - 1.5625rem);
}
.w-\[calc\(50vw-6rem-var\(--global-padding-x\)\)\] {
  width: calc(50vw - 6rem - var(--global-padding-x));
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[50\%\] {
  min-width: 50%;
}
.min-w-\[50ch\] {
  min-width: 50ch;
}
.min-w-\[6\.25rem\] {
  min-width: 6.25rem;
}
.min-w-\[calc\(1\.5\*var\(--cursor-height\)\)\] {
  min-width: calc(1.5 * var(--cursor-height));
}
.min-w-\[calc\(1\.75\*var\(--cursor-height\)\)\] {
  min-width: calc(1.75 * var(--cursor-height));
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[10ch\] {
  max-width: 10ch;
}
.max-w-\[12ch\] {
  max-width: 12ch;
}
.max-w-\[13ch\] {
  max-width: 13ch;
}
.max-w-\[14ch\] {
  max-width: 14ch;
}
.max-w-\[25\%\] {
  max-width: 25%;
}
.max-w-\[30ch\] {
  max-width: 30ch;
}
.max-w-\[45ch\] {
  max-width: 45ch;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[50ch\] {
  max-width: 50ch;
}
.max-w-\[55rem\] {
  max-width: 55rem;
}
.max-w-\[64ch\] {
  max-width: 64ch;
}
.max-w-\[66\%\] {
  max-width: 66%;
}
.max-w-\[70rem\] {
  max-width: 70rem;
}
.max-w-\[7rem\] {
  max-width: 7rem;
}
.max-w-\[calc\(2\.75\*var\(--cursor-height\)\)\] {
  max-width: calc(2.75 * var(--cursor-height));
}
.max-w-\[calc\(3\*var\(--cursor-height\)\)\] {
  max-width: calc(3 * var(--cursor-height));
}
.max-w-\[min\(7\.5rem\2c 100\%\)\] {
  max-width: min(7.5rem,100%);
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-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));
}
.rotate-\[-20deg\] {
  --tw-rotate: -20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.99\] {
  --tw-scale-x: 0.99;
  --tw-scale-y: 0.99;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.125\] {
  --tw-scale-x: 1.125;
  --tw-scale-y: 1.125;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  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-none {
  cursor: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.grid-cols-\[repeat\(auto-fill\2c minmax\(3\.125rem\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(3.125rem,1fr));
}
.grid-rows-\[min-content\] {
  grid-template-rows: min-content;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.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-\[1\.25rem\] {
  gap: 1.25rem;
}
.gap-\[1ch\] {
  gap: 1ch;
}
.gap-\[3\.125rem\] {
  gap: 3.125rem;
}
.gap-\[7\.8125rem\] {
  gap: 7.8125rem;
}
.gap-x-\[1\.5625rem\] {
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
}
.gap-x-\[12\.5rem\] {
  -moz-column-gap: 12.5rem;
       column-gap: 12.5rem;
}
.gap-x-\[3\.5rem\] {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-\[6\.25rem\] {
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[--frame-border-radius\] {
  border-radius: var(--frame-border-radius);
}
.rounded-\[\.25rem\] {
  border-radius: .25rem;
}
.rounded-\[0\.1875rem\] {
  border-radius: 0.1875rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[6\.25rem\] {
  border-radius: 6.25rem;
}
.border {
  border-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.bg-\[--background-color\] {
  background-color: var(--background-color);
}
.bg-\[transparent\] {
  background-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-chili {
  --tw-bg-opacity: 1;
  background-color: rgb(255 80 16 / var(--tw-bg-opacity));
}
.bg-ice {
  --tw-bg-opacity: 1;
  background-color: rgb(41 111 252 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[--global-padding-x\] {
  padding-left: var(--global-padding-x);
  padding-right: var(--global-padding-x);
}
.px-\[\.6rem\] {
  padding-left: .6rem;
  padding-right: .6rem;
}
.px-\[0\.4375rem\] {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[3\.125rem\] {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.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-\[--nav-height\] {
  padding-top: var(--nav-height);
  padding-bottom: var(--nav-height);
}
.py-\[\.5rem\] {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.py-\[0\.375rem\] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-\[12\.5rem\] {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
.py-\[3\.125rem\] {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.py-\[6\.25rem\] {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.py-\[calc\(1\.5\*var\(--block-padding-y\)\)\] {
  padding-top: calc(1.5 * var(--block-padding-y));
  padding-bottom: calc(1.5 * var(--block-padding-y));
}
.pb-\[10svh\] {
  padding-bottom: 10svh;
}
.pb-\[12\.25rem\] {
  padding-bottom: 12.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-\[\.1ch\] {
  padding-left: .1ch;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-\[\.2ch\] {
  padding-right: .2ch;
}
.pr-\[3\.75rem\] {
  padding-right: 3.75rem;
}
.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}
.pt-\[6\.125rem\] {
  padding-top: 6.125rem;
}
.pt-\[6\.25rem\] {
  padding-top: 6.25rem;
}
.pt-\[8rem\] {
  padding-top: 8rem;
}
.pt-\[calc\(50svh-var\(--nav-height\)\)\] {
  padding-top: calc(50svh - var(--nav-height));
}
.pt-\[calc\(var\(--nav-height\)\+2\.5rem\)\] {
  padding-top: calc(var(--nav-height) + 2.5rem);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-annotation {
  font-family: var(--font-boyrun), sans-serif;
}
.font-display {
  font-family: var(--font-neue-veue), sans-serif;
}
.font-pixelized {
  font-family: var(--font-pp-mondwest), sans-serif;
}
.font-sans {
  font-family: var(--font-oracle), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.5em\] {
  font-size: 1.5em;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[17\.77vw\] {
  font-size: 17.77vw;
}
.text-\[50vw\] {
  font-size: 50vw;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-none {
  line-height: 1;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-\[--text-color\] {
  color: var(--text-color);
}
.text-\[transparent\] {
  color: transparent;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-limon {
  --tw-text-opacity: 1;
  color: rgb(219 255 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-60 {
  opacity: 0.6;
}
.mix-blend-difference {
  mix-blend-mode: difference;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[40px_40px_40px_0px_rgba\(0\2c 0\2c 0\2c 0\.20\)\] {
  --tw-shadow: 40px 40px 40px 0px rgba(0,0,0,0.20);
  --tw-shadow-colored: 40px 40px 40px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert-\[--theme-filter\] {
  --tw-invert: invert(var(--theme-filter));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root {
  /* Color */
  --color-black: #000;
  --color-white: #fff;
  --color-ice: #296ffc;
  --color-chili: #ff5010;
  --color-limon: #dbff00;
  --color-aqua: #00fdde;
  --background-color: var(--color-black);
  --text-color: var(--color-white);
  --nav-height: 5.3125rem;
  --global-padding-x: 2rem;
  --nav-z-index: 40;
  --footer-z-index: 20;
  --frame-aspect-ratio: 6/13;
  --frame-z-index: 50;
  --frame-height: calc(100svh - var(--nav-height) - 6rem);
  --frame-width: calc(var(--frame-height) * var(--frame-aspect-ratio));
  --frame-border-radius: 1.7vw;
  --block-padding-y: 3.125rem;
  --theme-filter: 0;
  --highlight-color: var(--color-ice);
  --cursor-height: clamp(2.25rem, 4vw, 3rem);
}

/* todo - don't need this */

/* --max-width-against-frame: calc(100vw - var(--global-padding-x) * 4); */

@media (max-width: 768px) {

:root {
    --global-padding-x: 0.625rem
}
  }

::-moz-selection {
  background: var(--highlight-color);
  color: var(--color-black);
}

::selection {
  background: var(--highlight-color);
  color: var(--color-black);
}

html[data-theme="light"] {
  --background-color: var(--color-white);
  --text-color: var(--color-black);
  --theme-filter: 1;
}

html {
  text-rendering: geometricPrecision;
}
body {
  font-family: var(--font-oracle);
  padding-top: var(--nav-height);
  background-color: var(--background-color);
  color: var(--text-color);
  transition: background-color 0.1s ease-out;
}

body.has-active-cta nav,
body.has-active-cta footer,
body.has-active-cta section:not(.is-cta) {
  visibility: hidden;
  opacity: 0;
}

/* globals */
.container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 var(--global-padding-x);
}

.hero {
  height: calc(100svh - var(--nav-height));
  /* max-height: calc(var(--max-height) + 2.5rem + var(--nav-height)); */
  display: flex;
  align-items: flex-end;
  padding-bottom: 2.5rem;
}

@media (max-width: 1024px) {

.hero {
    flex-direction: column;
    height: auto;
    align-items: stretch;
    padding: 12.5rem 0 0;
    gap: 1.25rem
}
  }

.frame {
  position: sticky;
  right: var(--global-padding-x);
  top: calc(var(--nav-height) + 2.5rem);
  bottom: 2.5rem;
  z-index: var(--frame-z-index);
  height: var(--frame-height);
  pointer-events: all;
  margin-left: 1.25rem;
  flex-shrink: 0;
}

@media (max-width: 1024px) {

.frame {
    display: none
}
  }

.frame__inner {
  height: 100%;
  aspect-ratio: var(--frame-aspect-ratio);
  /* overflow: hidden;
  border-radius: var(--frame-border-radius); */
  position: relative;
}

/* background: rgba(255, 255, 255, 0.05); */

@media (max-width: 1024px) {

.frame__inner {
    width: 100%;
    height: auto
    /* max-width: 30rem; */
}
  }

/* Apply border radius to first and second child to handle videos and motion videos */

.frame__inner > *,
  .frame__inner * > * {
    border-radius: var(--frame-border-radius);
    overflow: hidden;
  }

#background-root {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: var(--tw-black);
}

.padding-block {
  padding: var(--block-padding-y) 0;
}

.video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: transparent;
}

/* Utilities */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.debug {
  border: 1px solid red;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* overrides */
a {
  cursor: inherit;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* typography */
.text-style-h1,
h1 {
  /* Defined: 120px @ 1440px, 64px @ 375px */
  /* Inferred: 178.89px @ 2560px, 61.11px @ 320px */
  font-size: clamp(61.11px, 44.28px + 5.26vw, 178.89px);
  line-height: 1;
  letter-spacing: -0.04em; /* equivalent to -4% */
}
.text-style-h2,
h2 {
  /* Defined: 90px @ 1440px, 55px @ 375px */
  /* Inferred: 126.81px @ 2560px, 53.19px @ 320px */
  font-size: clamp(53.19px, 42.68px + 3.29vw, 126.81px);
  line-height: 1;
  letter-spacing: -0.03em; /* equivalent to -3% */
}

.text-style-h3,
h3 {
  /* Defined: 72px @ 1440px, 48px @ 375px */
  /* Inferred: 97.24px @ 2560px, 46.76px @ 320px */
  font-size: clamp(46.76px, 39.55px + 2.25vw, 97.24px);
  line-height: 1.1;
  letter-spacing: -0.02em; /* equivalent to -2% */
}

.text-style-h4,
h4 {
  /* Defined: 48px @ 1440px, 36px @ 375px */
  /* Inferred: 60.62px @ 2560px, 35.38px @ 320px */
  font-size: clamp(35.38px, 31.77px + 1.13vw, 60.62px);
  line-height: 1.2;
  letter-spacing: -0.02em; /* equivalent to -2% */
}

.text-style-h5,
h5 {
  /* Defined: 36px @ 1440px, 24px @ 375px */
  /* Inferred: 48.62px @ 2560px, 23.38px @ 320px */
  font-size: clamp(23.38px, 19.77px + 1.13vw, 48.62px);
  /* Defined: 1.1 @ 1440px, 1.2 @ 375px */
  /* Inferred: 0.99 @ 2560px, 1.21 @ 320px */
  /* Todo – invalid? */
  /* line-height: clamp(1.21, 1.24 + -0.0094vw, 0.99); */
  line-height: 1.2;
  letter-spacing: -0.01em; /* equivalent to -1% */
}

.text-style-body {
  font-size: 1rem;
  line-height: 1.4;
}

.text-style-text-link {
  /* Defined: 18px @ 1440px, 24px @ 375px */
  /* Inferred: 11.69px @ 2560px, 24.31px @ 320px */
  /* manually added max */
  display: block;
  --size: max(16px, clamp(24.31px, 26.11px + -0.56vw, 11.69px));
  font-size: var(--size);
  line-height: 1;
  letter-spacing: -0.01em;
}

/* equivalent to -1% */

@media (hover: hover) and (pointer: fine) {

.text-style-text-link {
    /* &:hover, */
}
    .text-style-text-link--is-hovered {
      font-family: var(--font-pp-mondwest);
      font-size: calc(1.11 * var(--size));
      letter-spacing: 0.01em;
    }
  }

.text-style-interactive-button {
  font-size: 0.875rem;
  letter-spacing: -0.01em; /* equivalent to -1% */
}

.text-style-annotations {
  font-family: var(--font-boyrun);
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.02em; /* equivalent to 2% */
}

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

.text-style-eyebrow {
  /* Defined: 24px @ 1440px, 16px @ 375px */
  /* Inferred: 32.41px @ 2560px, 15.59px @ 320px */
  font-size: clamp(15.59px, 13.18px + 0.75vw, 32.41px);
  line-height: 1.1;
}

/* primary, used on section titles */
.text-style-neue-view-xlarge {
  font-family: var(--font-neue-veue);
  /* Defined: 140px @ 1440px, 90px @ 375px */
  /* Inferred: 192.58px @ 2560px, 87.42px @ 320px */
  font-size: clamp(87.42px, 72.39px + 4.69vw, 192.58px);
  line-height: 0.79;
}

/* used on strategy list */
.text-style-neue-view-large {
  font-family: var(--font-neue-veue);
  /* Defined: 100px @ 1440px, 64px @ 375px */
  /* Inferred: 137.86px @ 2560px, 62.14px @ 320px */
  font-size: clamp(62.14px, 51.32px + 3.38vw, 137.86px);
  line-height: 1;
}

/* used as case study subtitles */
.text-style-neue-view-medium {
  font-family: var(--font-neue-veue);
  /* Defined: 64px @ 1440px, 48px @ 375px */
  /* Inferred: 80.83px @ 2560px, 47.17px @ 320px */
  font-size: clamp(47.17px, 42.37px + 1.5vw, 80.83px);
  line-height: 1;
}

.font-feature-set-one {
  font-feature-settings: "ss01";
}

.font-feature-set-two {
  font-feature-settings: "ss02";
}

.font-ligatures-off {
  font-variant-ligatures: none;
}

@media (hover: hover) and (pointer: fine) {

  .hover\:bg-white\/80:hover {
    background-color: rgb(255 255 255 / 0.8);
  }

  .hover\:text-\[--color\]:hover {
    color: var(--color);
  }

  .hover\:text-limon:hover {
    --tw-text-opacity: 1;
    color: rgb(219 255 0 / var(--tw-text-opacity));
  }
}

@media (max-width: 1280px) {

  .desktopM\:order-first {
    order: -9999;
  }

  .desktopM\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .desktopM\:grid {
    display: grid;
  }

  .desktopM\:w-3\/4 {
    width: 75%;
  }

  .desktopM\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .desktopM\:gap-0 {
    gap: 0px;
  }

  .desktopM\:gap-\[1\.40625rem\] {
    gap: 1.40625rem;
  }

  .desktopM\:justify-self-end {
    justify-self: end;
  }

  .desktopM\:px-\[1\.5625rem\] {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media (max-width: 1024px) {

  .laptop\:order-first {
    order: -9999;
  }

  .laptop\:mt-0 {
    margin-top: 0px;
  }

  .laptop\:block {
    display: block;
  }

  .laptop\:inline {
    display: inline;
  }

  .laptop\:flex {
    display: flex;
  }

  .laptop\:hidden {
    display: none;
  }

  .laptop\:h-auto {
    height: auto;
  }

  .laptop\:w-\[4rem\] {
    width: 4rem;
  }

  .laptop\:w-\[75vw\] {
    width: 75vw;
  }

  .laptop\:w-auto {
    width: auto;
  }

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

  .laptop\:max-w-\[13ch\] {
    max-width: 13ch;
  }

  .laptop\:max-w-\[66\%\] {
    max-width: 66%;
  }

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

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

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

  .laptop\:gap-0 {
    gap: 0px;
  }

  .laptop\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

@media (max-width: 768px) {

  .tablet\:static {
    position: static;
  }

  .tablet\:relative {
    position: relative;
  }

  .tablet\:-top-4 {
    top: -1rem;
  }

  .tablet\:right-\[10\%\] {
    right: 10%;
  }

  .tablet\:top-\[15\%\] {
    top: 15%;
  }

  .tablet\:top-\[20\%\] {
    top: 20%;
  }

  .tablet\:order-\[9999\] {
    order: 9999;
  }

  .tablet\:m-0 {
    margin: 0px;
  }

  .tablet\:-mx-\[--global-padding-x\] {
    margin-left: calc(var(--global-padding-x) * -1);
    margin-right: calc(var(--global-padding-x) * -1);
  }

  .tablet\:-mx-\[var\(--global-padding-x\)\] {
    margin-left: calc(var(--global-padding-x) * -1);
    margin-right: calc(var(--global-padding-x) * -1);
  }

  .tablet\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .tablet\:-mr-\[--global-padding-x\] {
    margin-right: calc(var(--global-padding-x) * -1);
  }

  .tablet\:mb-0 {
    margin-bottom: 0px;
  }

  .tablet\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .tablet\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .tablet\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .tablet\:mr-0 {
    margin-right: 0px;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-\[80svh\] {
    height: 80svh;
  }

  .tablet\:h-auto {
    height: auto;
  }

  .tablet\:\!w-auto {
    width: auto !important;
  }

  .tablet\:w-\[10rem\] {
    width: 10rem;
  }

  .tablet\:w-\[5rem\] {
    width: 5rem;
  }

  .tablet\:w-auto {
    width: auto;
  }

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

  .tablet\:w-screen {
    width: 100vw;
  }

  .tablet\:max-w-\[20rem\] {
    max-width: 20rem;
  }

  .tablet\:max-w-\[22rem\] {
    max-width: 22rem;
  }

  .tablet\:max-w-\[45ch\] {
    max-width: 45ch;
  }

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

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

  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tablet\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .tablet\:grid-rows-\[var\(--nav-height\)_auto_auto\] {
    grid-template-rows: var(--nav-height) auto auto;
  }

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

  .tablet\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .tablet\:justify-normal {
    justify-content: normal;
  }

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

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

  .tablet\:gap-10 {
    gap: 2.5rem;
  }

  .tablet\:gap-5 {
    gap: 1.25rem;
  }

  .tablet\:overflow-scroll {
    overflow: scroll;
  }

  .tablet\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tablet\:px-\[var\(--global-padding-x\)\] {
    padding-left: var(--global-padding-x);
    padding-right: var(--global-padding-x);
  }

  .tablet\:py-\[1\.5625rem\] {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .tablet\:py-\[3\.125rem\] {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .tablet\:py-\[6\.125rem\] {
    padding-top: 6.125rem;
    padding-bottom: 6.125rem;
  }

  .tablet\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .tablet\:pr-\[--global-padding-x\] {
    padding-right: var(--global-padding-x);
  }

  .tablet\:pt-\[4rem\] {
    padding-top: 4rem;
  }

  .tablet\:text-\[25vw\] {
    font-size: 25vw;
  }

  .tablet\:leading-\[1\.1\] {
    line-height: 1.1;
  }

  .tablet\:\!opacity-100 {
    opacity: 1 !important;
  }
}

@media (max-width: 480px) {

  .mobileL\:relative {
    position: relative;
  }

  .mobileL\:-mx-\[--global-padding-x\] {
    margin-left: calc(var(--global-padding-x) * -1);
    margin-right: calc(var(--global-padding-x) * -1);
  }

  .mobileL\:-mt-\[10svh\] {
    margin-top: -10svh;
  }

  .mobileL\:mb-0 {
    margin-bottom: 0px;
  }

  .mobileL\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .mobileL\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .mobileL\:block {
    display: block;
  }

  .mobileL\:flex {
    display: flex;
  }

  .mobileL\:hidden {
    display: none;
  }

  .mobileL\:h-\[80svh\] {
    height: 80svh;
  }

  .mobileL\:w-\[100vw\] {
    width: 100vw;
  }

  .mobileL\:w-\[80\%\] {
    width: 80%;
  }

  .mobileL\:w-\[calc\(100vw-var\(--global-padding-x\)\)\] {
    width: calc(100vw - var(--global-padding-x));
  }

  .mobileL\:w-auto {
    width: auto;
  }

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

  .mobileL\:w-screen {
    width: 100vw;
  }

  .mobileL\:max-w-\[8ch\] {
    max-width: 8ch;
  }

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

  .mobileL\:grid-cols-\[1fr_1fr_1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mobileL\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

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

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

  .mobileL\:gap-\[1\.25rem\] {
    gap: 1.25rem;
  }

  .mobileL\:gap-\[1\.5625rem\] {
    gap: 1.5625rem;
  }

  .mobileL\:gap-\[20vw\] {
    gap: 20vw;
  }

  .mobileL\:gap-x-\[3\.125rem\] {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .mobileL\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .mobileL\:gap-y-\[3\.75rem\] {
    row-gap: 3.75rem;
  }

  .mobileL\:overflow-scroll {
    overflow: scroll;
  }

  .mobileL\:whitespace-normal {
    white-space: normal;
  }

  .mobileL\:px-\[0\.625rem\] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

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

  .mobileL\:even\:self-end:nth-child(even) {
    align-self: flex-end;
  }
}

@media (any-pointer: coarse) {

  .likely-touch\:pointer-events-auto {
    pointer-events: auto;
  }

  .likely-touch\:block {
    display: block;
  }

  .likely-touch\:hidden {
    display: none;
  }

  .likely-touch\:font-pixelized {
    font-family: var(--font-pp-mondwest), sans-serif;
  }
}

.cursor-provider {
    cursor: none;
}
.cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
}
.cursor__layout {
    display: grid;
    grid-template: auto auto / auto auto;
}

.cursor__media {
    display: grid;
    grid-column: 1;
    grid-row: 1;
}
.cursor__media img {
    grid-row-start: 1;
    grid-column-start: 1;
}

.cursor__text {
    grid-column: 2;
    grid-row: 2;
    position: relative;
}

.footer {
  position: relative;
  z-index: var(--footer-z-index);
  padding: 2.5rem var(--global-padding-x);
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  /* pointer-events: none; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
  /* padding-top: calc(var(--nav-height) / 2); */
  @media (max-width: 768px) {.modal {
    /* padding-top: 0.5rem; */
    height: 100svh
}
  }

.modal__window {
  /* height: calc(100% - 2rem); */
  height: calc(var(--frame-height) + var(--nav-height) / 2);
  border-radius: calc(var(--frame-border-radius) + 0.5rem);
  aspect-ratio: 9/16;
}

@media (max-width: 768px) {

.modal__window {
    width: -moz-min-content;
    width: min-content;
    height: calc(100svh - 1rem)
    /* max-height: calc(100svh - 1rem); */
}
  }

.modal__canvas-wrapper {
  /* aspect-ratio: var(--frame-aspect-ratio); */
  border-radius: var(--frame-border-radius);
  overflow: hidden;
}

.modal canvas {
  width: 100%;
  height: 100%;
  border-radius: var(--frame-border-radius);
  overflow: hidden;
}

/* Snap's TOS Modal */
#tos-popup {
  position: relative;
  z-index: 50;
  color: #000;
}

.nav {
    position: fixed;
    inset: 0 0 auto 0;
    /* height: var(--nav-height); */
    z-index: var(--nav-z-index);
    background-color: var(--background-color);
    transition: background-color 0.1s ease-out;
}


@font-face {
font-family: '__oracle_120cf4';
src: url(/_next/static/media/732f570df3038634-s.p.woff2) format('woff2');
font-display: swap;
}@font-face {font-family: '__oracle_Fallback_120cf4';src: local("Arial");ascent-override: 105.44%;descent-override: 36.00%;line-gap-override: 0.00%;size-adjust: 104.99%
}.__className_120cf4 {font-family: '__oracle_120cf4', '__oracle_Fallback_120cf4'
}.__variable_120cf4 {--font-oracle: '__oracle_120cf4', '__oracle_Fallback_120cf4'
}

@font-face {
font-family: '__ppMondwest_44952b';
src: url(/_next/static/media/17330fd087386262-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 400;
}@font-face {font-family: '__ppMondwest_Fallback_44952b';src: local("Arial");ascent-override: 88.47%;descent-override: 26.55%;line-gap-override: 4.43%;size-adjust: 90.41%
}.__className_44952b {font-family: '__ppMondwest_44952b', '__ppMondwest_Fallback_44952b';font-weight: 400
}.__variable_44952b {--font-pp-mondwest: '__ppMondwest_44952b', '__ppMondwest_Fallback_44952b'
}

@font-face {
font-family: '__boyrun_65cdab';
src: url(/_next/static/media/cf9ab664b7e00766-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 400;
}@font-face {font-family: '__boyrun_Fallback_65cdab';src: local("Arial");ascent-override: 87.16%;descent-override: 18.68%;line-gap-override: 12.45%;size-adjust: 89.24%
}.__className_65cdab {font-family: '__boyrun_65cdab', '__boyrun_Fallback_65cdab';font-weight: 400
}.__variable_65cdab {--font-boyrun: '__boyrun_65cdab', '__boyrun_Fallback_65cdab'
}

@font-face {
font-family: '__neueVeue_b647a0';
src: url(/_next/static/media/145be4a66eb7345a-s.p.woff2) format('woff2');
font-display: swap;
font-weight: 300;
}@font-face {font-family: '__neueVeue_Fallback_b647a0';src: local("Arial");ascent-override: 99.95%;descent-override: 39.98%;line-gap-override: 6.25%;size-adjust: 80.04%
}.__className_b647a0 {font-family: '__neueVeue_b647a0', '__neueVeue_Fallback_b647a0';font-weight: 300
}.__variable_b647a0 {--font-neue-veue: '__neueVeue_b647a0', '__neueVeue_Fallback_b647a0'
}

