/**
* This file is copied from `@arcade-research/ui` so that we can use the same styles for the buttons.
*/
/*
! tailwindcss v3.4.6 | 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: rgb(var(--gray-200) / 1); /* 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: var(--font-geom-graphic), GeomGraphic, Helvetica; /* 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: rgb(var(--gray-400) / 1); /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: rgb(var(--gray-400) / 1); /* 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;
}
/* Defaults; Overrides; Resets */
body {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--black) / var(--tw-bg-opacity));
}
a {
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
}
button,
input {
  border-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
*::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
  -ms-overflow-style: none; /* IE and Edge */
}
* {
  scrollbar-width: none; /* Firefox */
}

:root {
  /** Colors **/
  --black: 0 0 0;
  --camo-100: 215 224 204;
  --camo-200: 195 212 165;
  --camo-300: 155 168 133;
  --camo-400: 117 131 93;
  --camo-500: 64 72 51;
  --camo-600: 37 43 27;
  --camo-700: 17 20 12;
  --gray-200: 225 225 225;
  --gray-300: 217 217 217;
  --gray-400: 201 201 201;
  --gray-500: 168 168 168;
  --gray-600: 139 139 139;
  --gray-700: 100 100 100;
  --gray-800: 71 71 71;
  --gray-900: 45 45 45;
  --gray-950: 16 16 16;
  --lime-300: 152 221 40;
  --mars-100: 244 152 123;
  --mars-300: 237 78 29;
  --mars-400: 197 59 16;
  --white: 255 255 255;
  --yellow-100: 252 253 199;
  --yellow-200: 247 247 127;
  --yellow-300: 252 252 3;
  --yellow-400: 226 219 3;
  --yellow-500: 183 178 31;
  --yellow-600: 123 118 56;
  --yellow-700: 89 85 34;

  /** Fonts **/
  --font-geom-graphic: "GeomGraphic";
}

@font-face {
  font-family: "GeomGraphic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/GeomGraphic-Regular.otf") format("opentype");
}

@font-face {
  font-family: "GeomGraphic";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/GeomGraphic-RegularItalic.otf") format("opentype");
}

@font-face {
  font-family: "GeomGraphic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/GeomGraphic-Bold.otf") format("opentype");
}

@font-face {
  font-family: "GeomGraphic";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/GeomGraphic-BoldItalic.otf") format("opentype");
}

@font-face {
  font-family: "GeomGraphic";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/GeomGraphic-Light.otf") format("opentype");
}

@font-face {
  font-family: "GeomGraphic";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/GeomGraphic-LightItalic.otf") format("opentype");
}

@font-face {
  font-family: "GeomGraphic";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/GeomGraphic-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: "GeomGraphic";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/GeomGraphic-SemiBoldItalic.otf") format("opentype");
}

*, ::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 760px) {

  .container {
    max-width: 760px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1512px) {

  .container {
    max-width: 1512px;
  }
}
@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}
/* Interactive */
.interactive-text {
  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;
}
.interactive-text:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--white) / var(--tw-text-opacity));
}
.interactive-text:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--white) / var(--tw-text-opacity));
}
.interactive-text:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-300) / var(--tw-text-opacity));
}
.interactive-text:focus-visible:disabled {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-300) / var(--tw-text-opacity));
}
.interactive-text-group {
  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;
}
.group:hover .interactive-text-group {
  --tw-text-opacity: 1;
  color: rgb(var(--white) / var(--tw-text-opacity));
}
.group:focus-visible .interactive-text-group {
  --tw-text-opacity: 1;
  color: rgb(var(--white) / var(--tw-text-opacity));
}
.group:disabled .interactive-text-group:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-300) / var(--tw-text-opacity));
}
.group:disabled .interactive-text-group:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-300) / var(--tw-text-opacity));
}
/* UI */
.typography-UI-body {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 12px;
  letter-spacing: -0.24px;
  font-weight: 400;
}
.typography-UI-body-bold {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 12px;
  letter-spacing: -0.24px;
  font-weight: 700;
}
.typography-UI-body-l {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
}
.typography-UI-body-l-bold {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 700;
}
.typography-UI-heading-1 {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 600;
}
.typography-UI-heading-2 {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
}
.typography-UI-heading-3 {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 600;
}
/* Brand */
.typography-brand-body {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 400;
}
@media (min-width: 1920px) {

  .typography-brand-body {
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
@media (min-width: 1512px) {

  .typography-brand-body {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {

  .typography-brand-body {
    font-size: 11px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.typography-brand-body-bold {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 700;
}
@media (min-width: 1920px) {

  .typography-brand-body-bold {
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 700;
  }
}
@media (min-width: 1512px) {

  .typography-brand-body-bold {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {

  .typography-brand-body-bold {
    font-size: 11px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 700;
  }
}
.typography-brand-body-l {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 400;
}
@media (min-width: 1920px) {

  .typography-brand-body-l {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
@media (min-width: 1512px) {

  .typography-brand-body-l {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {

  .typography-brand-body-l {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.typography-brand-body-l-bold {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 600;
}
@media (min-width: 1920px) {

  .typography-brand-body-l-bold {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media (min-width: 1512px) {

  .typography-brand-body-l-bold {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {

  .typography-brand-body-l-bold {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.typography-brand-body-l-caps {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.6px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1920px) {

  .typography-brand-body-l-caps {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    font-weight: 600;
  }
}
@media (min-width: 1512px) {

  .typography-brand-body-l-caps {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.6px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {

  .typography-brand-body-l-caps {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.6px;
    font-weight: 600;
  }
}
.typography-brand-heading-1 {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0px;
  font-weight: 600;
}
@media (min-width: 1920px) {

  .typography-brand-heading-1 {
    font-size: 56px;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media (min-width: 1512px) {

  .typography-brand-heading-1 {
    font-size: 42px;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {

  .typography-brand-heading-1 {
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.typography-brand-heading-2 {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0px;
  font-weight: 600;
}
@media (min-width: 1920px) {

  .typography-brand-heading-2 {
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media (min-width: 1512px) {

  .typography-brand-heading-2 {
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {

  .typography-brand-heading-2 {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.typography-brand-heading-3 {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 400;
}
@media (min-width: 1920px) {

  .typography-brand-heading-3 {
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
@media (min-width: 1512px) {

  .typography-brand-heading-3 {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {

  .typography-brand-heading-3 {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.typography-brand-heading-3-caps {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.9px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1920px) {

  .typography-brand-heading-3-caps {
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 1.2px;
    font-weight: 400;
  }
}
@media (min-width: 1512px) {

  .typography-brand-heading-3-caps {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1.2px;
    font-weight: 400;
  }
}
@media (min-width: 1024px) {

  .typography-brand-heading-3-caps {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1.2px;
    font-weight: 400;
  }
}
.typography-brand-heading-4 {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
}
@media (min-width: 1920px) {

  .typography-brand-heading-4 {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media (min-width: 1512px) {

  .typography-brand-heading-4 {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {

  .typography-brand-heading-4 {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
.typography-brand-heading-4-caps {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 16px;
  letter-spacing: 1.8px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1920px) {

  .typography-brand-heading-4-caps {
    font-size: 18px;
    letter-spacing: 1.8px;
    font-weight: 600;
  }
}
@media (min-width: 1512px) {

  .typography-brand-heading-4-caps {
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {

  .typography-brand-heading-4-caps {
    font-size: 14px;
    letter-spacing: 1.8px;
    font-weight: 600;
  }
}
.shiny-text {
  background-image: linear-gradient(261deg, #FFF500 -25.84%, #FCFDC7 33.83%, #FFF500 101.12%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  --tw-drop-shadow: drop-shadow(0px 0px 28px rgb(var(--yellow-300) / 0.40));
  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);
}
@keyframes bg-slide {

  to {
    background-position: -300% center;
  }
}
.animated-shiny-text {
  animation: bg-slide 3s linear infinite;
  background-image: linear-gradient(94deg, rgba(255, 245, 0, 0.00) 0%, #FFF 1%, #FFF 2%, rgba(255, 245, 0, 0.00) 3%), linear-gradient(261deg, #F7F77F -25.84%, #FCFDC7 33.83%, #F7F77F 101.12%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  --tw-drop-shadow: drop-shadow(0px 0px 28px rgb(var(--yellow-300) / 0.40));
  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);
  animation-delay: 2s;
  background-size: 150% auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-3 {
  bottom: -0.75rem;
}
.-left-3 {
  left: -0.75rem;
}
.-left-6 {
  left: -1.5rem;
}
.-right-3 {
  right: -0.75rem;
}
.-right-6 {
  right: -1.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-3 {
  top: -0.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[-55px\] {
  bottom: -55px;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-\[-64px\] {
  top: -64px;
}
.top-\[-65px\] {
  top: -65px;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[32px\] {
  width: 32px;
  height: 32px;
}
.size-\[48px\] {
  width: 48px;
  height: 48px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-11 {
  height: 2.75rem;
}
.h-32 {
  height: 8rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.w-11 {
  width: 2.75rem;
}
.w-32 {
  width: 8rem;
}
.w-6 {
  width: 1.5rem;
}
.w-80 {
  width: 20rem;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[3px\] {
  width: 3px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[1152px\] {
  max-width: 1152px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-prose {
  max-width: 65ch;
}
.flex-1 {
  flex: 1 1 0%;
}
.-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-1\/3 {
  --tw-translate-y: -33.333333%;
  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-90 {
  --tw-rotate: -90deg;
  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-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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-90 {
  --tw-rotate: 90deg;
  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));
}
@keyframes bg-slide {
  
  to {
    background-position: -300% center;
  }
}
.animate-\[bg-slide_3s_linear_infinite\] {
  animation: bg-slide 3s linear infinite;
}
@keyframes loader-camo {

  0%, 100% {
    background-color: rgb(var(--camo-400));
  }

  50% {
    background-color: rgb(var(--camo-600));
  }
}
.animate-loader-camo {
  animation: loader-camo 1500ms ease infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.break-all {
  word-break: break-all;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-camo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--camo-400) / var(--tw-border-opacity));
}
.border-camo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--camo-500) / var(--tw-border-opacity));
}
.border-mars-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--mars-300) / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--yellow-100) / var(--tw-border-opacity));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--yellow-300) / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--black) / var(--tw-bg-opacity));
}
.bg-black\/100 {
  background-color: rgb(var(--black) / 1);
}
.bg-black\/90 {
  background-color: rgb(var(--black) / 0.9);
}
.bg-camo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--camo-400) / var(--tw-bg-opacity));
}
.bg-camo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--camo-500) / var(--tw-bg-opacity));
}
.bg-camo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--camo-600) / var(--tw-bg-opacity));
}
.bg-camo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--camo-700) / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--gray-300) / var(--tw-bg-opacity));
}
.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--lime-300) / var(--tw-bg-opacity));
}
.bg-mars-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--mars-300) / var(--tw-bg-opacity));
}
.bg-mars-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--mars-400) / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--white) / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--yellow-100) / var(--tw-bg-opacity));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--yellow-300) / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.bg-shine-0 {
  background-image: linear-gradient(261deg, #FFF500 -25.84%, #FCFDC7 33.83%, #FFF500 101.12%);
}
.bg-shine-1 {
  background-image: linear-gradient(94deg, rgba(255, 245, 0, 0.00) 0%, #FFF 1%, #FFF 2%, rgba(255, 245, 0, 0.00) 3%), linear-gradient(261deg, #F7F77F -25.84%, #FCFDC7 33.83%, #F7F77F 101.12%);
}
.from-camo-400 {
  --tw-gradient-from: rgb(var(--camo-400) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--camo-400) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-100 {
  --tw-gradient-from: rgb(var(--yellow-100) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--yellow-100) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-yellow-100 {
  --tw-gradient-to: rgb(var(--yellow-100) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--yellow-100) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[percentage\:35\%_65\%\] {
  --tw-gradient-via-position: 35% 65%;
}
.to-camo-400 {
  --tw-gradient-to: rgb(var(--camo-400) / 1) var(--tw-gradient-to-position);
}
.to-yellow-300 {
  --tw-gradient-to: rgb(var(--yellow-300) / 1) var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.fill-camo-500 {
  fill: rgb(var(--camo-500) / 1);
}
.fill-camo-700 {
  fill: rgb(var(--camo-700) / 1);
}
.stroke-camo-400 {
  stroke: rgb(var(--camo-400) / 1);
}
.stroke-camo-500 {
  stroke: rgb(var(--camo-500) / 1);
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[56px\] {
  padding-right: 56px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-16 {
  padding-top: 4rem;
}
.text-center {
  text-align: center;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-brand-body-bold-xs {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 700;
}
.text-brand-body-l-bold-xs {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 600;
}
.text-brand-body-l-caps-xs {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.6px;
  font-weight: 600;
}
.text-brand-body-l-xs {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 400;
}
.text-brand-body-xs {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 400;
}
.text-brand-heading-1-xs {
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0px;
  font-weight: 600;
}
.text-brand-heading-2-xs {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0px;
  font-weight: 600;
}
.text-brand-heading-3-caps-xs {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.9px;
  font-weight: 400;
}
.text-brand-heading-3-xs {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0px;
  font-weight: 400;
}
.text-brand-heading-4-caps-xs {
  font-size: 16px;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.text-brand-heading-4-xs {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-geom {
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(var(--black) / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-200) / var(--tw-text-opacity));
}
.text-camo-100 {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-100) / var(--tw-text-opacity));
}
.text-camo-200 {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-200) / var(--tw-text-opacity));
}
.text-camo-300 {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-300) / var(--tw-text-opacity));
}
.text-camo-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-500) / var(--tw-text-opacity));
}
.text-camo-700 {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-700) / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-mars-300 {
  --tw-text-opacity: 1;
  color: rgb(var(--mars-300) / var(--tw-text-opacity));
}
.text-mars-400 {
  --tw-text-opacity: 1;
  color: rgb(var(--mars-400) / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(var(--yellow-100) / var(--tw-text-opacity));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(var(--yellow-300) / var(--tw-text-opacity));
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black {
  --tw-shadow-color: rgb(var(--black) / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.drop-shadow-\[0_0_8px_rgba\(117\2c 131\2c 93\2c 0\.75\)\] {
  --tw-drop-shadow: drop-shadow(0 0 8px rgba(117,131,93,0.75));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-glow-lg-yellow-300 {
  --tw-drop-shadow: drop-shadow(0px 0px 28px rgb(var(--yellow-300) / 0.40));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-glow-sm-yellow-300 {
  --tw-drop-shadow: drop-shadow(0px 0px 14px rgb(var(--yellow-300) / 0.40));
  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;
}
.transition-\[filter\] {
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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-500 {
  transition-duration: 500ms;
}
.duration-\[0ms\] {
  transition-duration: 0ms;
}
.duration-\[1000ms\] {
  transition-duration: 1000ms;
}
.duration-\[1500ms\] {
  transition-duration: 1500ms;
}
.duration-\[1750ms\] {
  transition-duration: 1750ms;
}
.duration-\[2000ms\] {
  transition-duration: 2000ms;
}
.duration-\[3000ms\] {
  transition-duration: 3000ms;
}
.duration-\[500ms\] {
  transition-duration: 500ms;
}
.duration-\[750ms\] {
  transition-duration: 750ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.\[animation-delay\:0ms\] {
  animation-delay: 0ms;
}
.\[animation-delay\:250ms\] {
  animation-delay: 250ms;
}
.\[animation-delay\:2s\] {
  animation-delay: 2s;
}
.\[animation-delay\:500ms\] {
  animation-delay: 500ms;
}
.\[background-size\:150\%_auto\] {
  background-size: 150% auto;
}
.\[clip-path\:polygon\(20px_0\2c 100\%_0\2c 100\%_50\%\2c calc\(100\%-20px\)_100\%\2c 0_100\%\2c 0_50\%\)\] {
  clip-path: polygon(20px 0,100% 0,100% 50%,calc(100% - 20px) 100%,0 100%,0 50%);
}
.\[letter-spacing\:1\.3px\] {
  letter-spacing: 1.3px;
}
.\[transform\:translateZ\(0\)\] {
  transform: translateZ(0);
}

/* Tailwind Components Layer Extensions */
/* Use Responsibly: https://tailwindcss.com/docs/reusing-styles#extracting-classes-with-apply */
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--black) / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--white) / var(--tw-text-opacity));
}
.hover\:drop-shadow-glow-sm-white-300:hover {
  --tw-drop-shadow: drop-shadow(0px 0px 14px rgb(var(--white) / 0.40));
  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);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:bg-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--white) / var(--tw-bg-opacity));
}
.focus-visible\:text-black:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--black) / var(--tw-text-opacity));
}
.focus-visible\:text-white:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--white) / var(--tw-text-opacity));
}
.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--white) / var(--tw-bg-opacity));
}
.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgb(var(--black) / var(--tw-text-opacity));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-camo-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--camo-300) / var(--tw-bg-opacity));
}
.disabled\:text-gray-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(var(--gray-800) / var(--tw-text-opacity));
}
.disabled\:hover\:text-camo-300:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-300) / var(--tw-text-opacity));
}
.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(var(--white) / var(--tw-border-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(var(--white) / var(--tw-text-opacity));
}
.group:focus-visible .group-focus-visible\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--white) / var(--tw-bg-opacity));
}
.group:focus-visible .group-focus-visible\:text-black {
  --tw-text-opacity: 1;
  color: rgb(var(--black) / var(--tw-text-opacity));
}
.group:focus-visible .group-focus-visible\:text-white {
  --tw-text-opacity: 1;
  color: rgb(var(--white) / var(--tw-text-opacity));
}
.group:active .group-active\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--white) / var(--tw-bg-opacity));
}
.group:active .group-active\:text-black {
  --tw-text-opacity: 1;
  color: rgb(var(--black) / var(--tw-text-opacity));
}
.group:disabled .group-disabled\:hover\:text-camo-300:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--camo-300) / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--yellow-300) / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(var(--yellow-300) / var(--tw-text-opacity));
}
@media (min-width: 1920px) {

  .lg\:text-brand-body-bold-lg {
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 700;
  }

  .lg\:text-brand-body-l-bold-lg {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 600;
  }

  .lg\:text-brand-body-l-caps-lg {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    font-weight: 600;
  }

  .lg\:text-brand-body-l-lg {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }

  .lg\:text-brand-body-lg {
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }

  .lg\:text-brand-heading-1-lg {
    font-size: 56px;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 600;
  }

  .lg\:text-brand-heading-2-lg {
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 600;
  }

  .lg\:text-brand-heading-3-caps-lg {
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 1.2px;
    font-weight: 400;
  }

  .lg\:text-brand-heading-3-lg {
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }

  .lg\:text-brand-heading-4-caps-lg {
    font-size: 18px;
    letter-spacing: 1.8px;
    font-weight: 600;
  }

  .lg\:text-brand-heading-4-lg {
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 600;
  }
}
@media (min-width: 1512px) {

  .md\:text-brand-body {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }

  .md\:text-brand-body-bold {
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 700;
  }

  .md\:text-brand-body-l {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }

  .md\:text-brand-body-l-bold {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 600;
  }

  .md\:text-brand-body-l-caps {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.6px;
    font-weight: 600;
  }

  .md\:text-brand-heading-1 {
    font-size: 42px;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 600;
  }

  .md\:text-brand-heading-2 {
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0px;
    font-weight: 600;
  }

  .md\:text-brand-heading-3 {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    font-weight: 400;
  }

  .md\:text-brand-heading-3-caps {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1.2px;
    font-weight: 400;
  }

  .md\:text-brand-heading-4 {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
  }

  .md\:text-brand-heading-4-caps {
    font-size: 16px;
    letter-spacing: 1.8px;
    font-weight: 600;
  }
}
@media (hover: hover) {

  .media-hover\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--white) / var(--tw-bg-opacity));
  }

  .group:hover .media-hover\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--white) / var(--tw-bg-opacity));
  }

  .group:hover .media-hover\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgb(var(--black) / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {

  .sm\:mb-\[56px\] {
    margin-bottom: 56px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:bg-camo-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--camo-700) / var(--tw-bg-opacity));
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 760px) {

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.\[\&\>\*\]\:opacity-0>* {
  opacity: 0;
}
.peer:checked ~ .peer-checked\:\[\&\>\*\]\:opacity-100>* {
  opacity: 1;
}
.button {
  user-select: none;
  min-height: 40px;
  padding: 8px 24px;
  font-family: var(--font-geom-graphic), GeomGraphic, Helvetica;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.6px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgb(var(--yellow-300));
  color: rgb(var(--black));
  border: none;
  border-top-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  transition-property: background-color;
  will-change: transform;
  transform: translateZ(0);
  clip-path: polygon(
    20px 0, 
    100% 0, 
    100% 50%, 
    calc(100% - 20px) 100%, 
    0 100%, 
    0 50%
  );
  cursor: pointer;
}
.button.warning {
  background-color: rgb(var(--mars-300));
}
.button:disabled {
  cursor: not-allowed;
  background-color: rgb(var(--camo-300));
  color: rgb(var(--gray-800));
  pointer-events: none;
}
.button:focus-visible {
  background-color: rgb(var(--white));
}
.button:active {
  background-color: rgb(var(--white));
}
@media (hover: hover) {
  .button:not(:disabled):hover {
    background-color: rgb(var(--white));
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .button {
    min-height: 36px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}