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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: "Space Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-\[0\.1em\] {
  bottom: -0.1em;
}

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

.-left-\[50px\] {
  left: -50px;
}

.-right-\[0\.05em\] {
  right: -0.05em;
}

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

.-top-3 {
  top: -0.75rem;
}

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

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

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

.left-8 {
  left: 2rem;
}

.left-\[40\%\] {
  left: 40%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[40\%\] {
  top: 40%;
}

.top-\[45\%\] {
  top: 45%;
}

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[5\%\] {
  margin-bottom: 5%;
}

.ml-px {
  margin-left: 1px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

.min-h-svh {
  min-height: 100svh;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

.w-\[min\(320px\2c 85vw\)\] {
  width: min(320px, 85vw);
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.max-w-\[1240px\] {
  max-width: 1240px;
  padding:1%;
}

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-9 {
  --tw-translate-x: 2.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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 blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.animate-blink {
  animation: blink 0.75s step-end infinite;
}

@keyframes float1 {
  0%, 100% {
    transform: translate(0,0) scale(1);
  }

  50% {
    transform: translate(-30px,30px) scale(1.05);
  }
}

.animate-float1 {
  animation: float1 12s ease-in-out infinite;
}

@keyframes float2 {
  0%, 100% {
    transform: translate(0,0) scale(1);
  }

  50% {
    transform: translate(20px,-20px) scale(1.08);
  }
}

.animate-float2 {
  animation: float2 15s ease-in-out infinite;
}

@keyframes float3 {
  0%, 100% {
    transform: translate(0,0);
  }

  50% {
    transform: translate(-15px,15px);
  }
}

.animate-float3 {
  animation: float3 10s ease-in-out infinite;
}

.cursor-default {
  cursor: default;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-px {
  gap: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-\[3px\] {
  border-left-width: 3px;
}

.border-t {
  border-top-width: 1px;
}

.border-navy-bg\/10 {
  border-color: rgb(0 26 77 / 0.1);
}

.border-navy-bg\/20 {
  border-color: rgb(0 26 77 / 0.2);
}

.border-navy-bg\/25 {
  border-color: rgb(0 26 77 / 0.25);
}

.border-navy-bg\/30 {
  border-color: rgb(0 26 77 / 0.3);
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 89 16 / var(--tw-border-opacity, 1));
}

.border-orange\/20 {
  border-color: rgb(255 89 16 / 0.2);
}

.border-orange\/30 {
  border-color: rgb(255 89 16 / 0.3);
}

.border-orange\/40 {
  border-color: rgb(255 89 16 / 0.4);
}

.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-navy-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 77 / var(--tw-bg-opacity, 1));
}

.bg-navy-bg\/10 {
  background-color: rgb(0 26 77 / 0.1);
}

.bg-navy-bg\/5 {
  background-color: rgb(0 26 77 / 0.05);
}

.bg-navy-light {
  --tw-bg-opacity: 1;
  background-color: rgb(13 79 168 / var(--tw-bg-opacity, 1));
}

.bg-navy-mid {
  --tw-bg-opacity: 1;
  background-color: rgb(0 63 165 / var(--tw-bg-opacity, 1));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 89 16 / var(--tw-bg-opacity, 1));
}

.bg-orange\/10 {
  background-color: rgb(255 89 16 / 0.1);
}

.bg-orange\/12 {
  background-color: rgb(255 89 16 / 0.12);
}

.bg-orange\/15 {
  background-color: rgb(255 89 16 / 0.15);
}

.bg-orange\/35 {
  background-color: rgb(255 89 16 / 0.35);
}

.bg-orange\/5 {
  background-color: rgb(255 89 16 / 0.05);
}

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

.bg-warm-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 245 / var(--tw-bg-opacity, 1));
}

.bg-warm-section {
  --tw-bg-opacity: 1;
  background-color: rgb(240 237 232 / var(--tw-bg-opacity, 1));
}

.bg-warm-section\/60 {
  background-color: rgb(240 237 232 / 0.6);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

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

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

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

.from-navy-dark\/60 {
  --tw-gradient-from: rgb(0 16 48 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 16 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange {
  --tw-gradient-from: #FF5910 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 89 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warm-bg {
  --tw-gradient-from: #FAF8F5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 248 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-warm-section\/30 {
  --tw-gradient-from: rgb(240 237 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 237 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-navy-light {
  --tw-gradient-to: #0D4FA8 var(--tw-gradient-to-position);
}

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

.to-warm-section {
  --tw-gradient-to: #F0EDE8 var(--tw-gradient-to-position);
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.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;
}

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

.py-\[0\.4rem\] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

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

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

.pl-8 {
  padding-left: 2rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.font-body {
  font-family: "DM Sans", "Helvetica Neue", sans-serif;
}

.font-display {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
}

.font-mono {
  font-family: "Space Mono", "Courier New", monospace;
}

.font-script {
  font-family: "Dancing Script", cursive;
}

.text-\[0\.55rem\] {
  font-size: 0.55rem;
}

.text-\[0\.5em\] {
  font-size: 0.5em;
}

.text-\[0\.65rem\] {
  font-size: 0.65rem;
}

.text-\[0\.6rem\] {
  font-size: 0.6rem;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

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

.text-\[0\.95rem\] {
  font-size: 0.95rem;
}

.text-\[0\.9rem\] {
  font-size: 0.9rem;
}

.text-\[1\.05rem\] {
  font-size: 1.05rem;
}

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.3rem\] {
  font-size: 1.3rem;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.7rem\] {
  font-size: 1.7rem;
}

.text-\[1\.8rem\] {
  font-size: 1.8rem;
}

.text-\[1\.9rem\] {
  font-size: 1.9rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[2\.8rem\] {
  font-size: 2.8rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[clamp\(0\.95rem\2c 2\.5vw\2c 1\.15rem\)\] {
  font-size: clamp(0.95rem, 2.5vw, 1.15rem);
}

.text-\[clamp\(1\.4rem\2c 3\.5vw\2c 2rem\)\] {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
}

.text-\[clamp\(1\.4rem\2c 3vw\2c 1\.9rem\)\] {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.text-\[clamp\(1\.4rem\2c 3vw\2c 2rem\)\] {
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.text-\[clamp\(1\.5rem\2c 4vw\2c 2\.5rem\)\] {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.text-\[clamp\(1\.8rem\2c 4vw\2c 2\.8rem\)\] {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.text-\[clamp\(10rem\2c 28vw\2c 22rem\)\] {
  font-size: clamp(10rem, 28vw, 22rem);
}

.text-\[clamp\(2\.4rem\2c 6vw\2c 4\.5rem\)\] {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
}

.text-\[clamp\(2\.5rem\2c 8vw\2c 4rem\)\] {
  font-size: clamp(2.5rem, 8vw, 4rem);
}

.text-\[clamp\(2rem\2c 5vw\2c 3rem\)\] {
  font-size: clamp(2rem, 5vw, 3rem);
}

.text-\[clamp\(3\.5rem\2c 13vw\2c 9rem\)\] {
  font-size: clamp(3.5rem, 13vw, 9rem);
}

.text-\[clamp\(3rem\2c 8vw\2c 5rem\)\] {
  font-size: clamp(3rem, 8vw, 5rem);
}

.text-\[clamp\(3rem\2c 8vw\2c 6rem\)\] {
  font-size: clamp(3rem, 8vw, 6rem);
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[0\.92\] {
  line-height: 0.92;
}

.leading-\[1\.0\] {
  line-height: 1.0;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-navy-bg {
  --tw-text-opacity: 1;
  color: rgb(0 26 77 / var(--tw-text-opacity, 1));
}

.text-navy-bg\/10 {
  color: rgb(0 26 77 / 0.1);
}

.text-navy-bg\/40 {
  color: rgb(0 26 77 / 0.4);
}

.text-navy-bg\/45 {
  color: rgb(0 26 77 / 0.45);
}

.text-navy-bg\/50 {
  color: rgb(0 26 77 / 0.5);
}

.text-navy-bg\/60 {
  color: rgb(0 26 77 / 0.6);
}

.text-navy-bg\/70 {
  color: rgb(0 26 77 / 0.7);
}

.text-offwhite {
  --tw-text-opacity: 1;
  color: rgb(245 247 250 / var(--tw-text-opacity, 1));
}

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

.text-orange\/70 {
  color: rgb(255 89 16 / 0.7);
}

.text-transparent {
  color: transparent;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-\[0\.06\] {
  opacity: 0.06;
}

.opacity-\[0\.08\] {
  opacity: 0.08;
}

.shadow-\[0_0_40px_rgba\(255\2c 89\2c 16\2c 0\.12\)\] {
  --tw-shadow: 0 0 40px rgba(255,89,16,0.12);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_20px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 2px 20px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 2px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur-\[80px\] {
  --tw-blur: blur(80px);
  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);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.transition-\[opacity\2c transform\] {
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\] {
  transition-property: width;
  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-200 {
  transition-duration: 200ms;
}

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

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

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

.duration-\[1200ms\] {
  transition-duration: 1200ms;
}

.duration-\[1400ms\] {
  transition-duration: 1400ms;
}

.duration-\[450ms\] {
  transition-duration: 450ms;
}

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

/* Gauge arc fill animation */

@keyframes gauge-fill {
  from {
    stroke-dashoffset: 141;
  }

  to   {
    stroke-dashoffset: 25;
  }
}

.gauge-path {
  animation: gauge-fill 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:h-px::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.before\:from-transparent::before {
  content: var(--tw-content);
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:via-navy-light\/20::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(13 79 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(13 79 168 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.before\:via-navy-light\/30::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(13 79 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(13 79 168 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:\[background\:radial-gradient\(ellipse_at_center\2c rgba\(255\2c 89\2c 16\2c 0\.08\)_0\%\2c transparent_70\%\)\]::before {
  content: var(--tw-content);
  background: radial-gradient(ellipse at center,rgba(255,89,16,0.08) 0%,transparent 70%);
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-navy-bg:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 26 77 / var(--tw-border-opacity, 1));
}

.hover\:border-navy-bg\/20:hover {
  border-color: rgb(0 26 77 / 0.2);
}

.hover\:border-navy-bg\/25:hover {
  border-color: rgb(0 26 77 / 0.25);
}

.hover\:border-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 89 16 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-dim:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 67 10 / var(--tw-border-opacity, 1));
}

.hover\:border-orange\/50:hover {
  border-color: rgb(255 89 16 / 0.5);
}

.hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 89 16 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-dim:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 67 10 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange\/\[\.20\]:hover {
  background-color: rgb(255 89 16 / .20);
}

.hover\:bg-warm-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 245 / var(--tw-bg-opacity, 1));
}

.hover\:text-navy-bg:hover {
  --tw-text-opacity: 1;
  color: rgb(0 26 77 / var(--tw-text-opacity, 1));
}

.hover\:text-offwhite:hover {
  --tw-text-opacity: 1;
  color: rgb(245 247 250 / var(--tw-text-opacity, 1));
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(255 89 16 / var(--tw-text-opacity, 1));
}

.hover\:text-orange\/80:hover {
  color: rgb(255 89 16 / 0.8);
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

.hover\:shadow-\[0_6px_24px_rgba\(255\2c 89\2c 16\2c 0\.4\)\]:hover {
  --tw-shadow: 0 6px 24px rgba(255,89,16,0.4);
  --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_8px_30px_rgba\(0\2c 0\2c 0\2c 0\.10\)\]:hover {
  --tw-shadow: 0 8px 30px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

.dark\:border-offwhite\/10:is(.dark *) {
  border-color: rgb(245 247 250 / 0.1);
}

.dark\:border-offwhite\/20:is(.dark *) {
  border-color: rgb(245 247 250 / 0.2);
}

.dark\:border-offwhite\/30:is(.dark *) {
  border-color: rgb(245 247 250 / 0.3);
}

.dark\:border-offwhite\/35:is(.dark *) {
  border-color: rgb(245 247 250 / 0.35);
}

.dark\:bg-\[rgba\(0\2c 10\2c 35\2c 0\.95\)\]:is(.dark *) {
  background-color: rgba(0,10,35,0.95);
}

.dark\:bg-\[rgba\(0\2c 15\2c 50\2c 0\.4\)\]:is(.dark *) {
  background-color: rgba(0,15,50,0.4);
}

.dark\:bg-\[rgba\(0\2c 15\2c 50\2c 0\.7\)\]:is(.dark *) {
  background-color: rgba(0,15,50,0.7);
}

.dark\:bg-\[rgba\(0\2c 30\2c 80\2c 0\.4\)\]:is(.dark *) {
  background-color: rgba(0,30,80,0.4);
}

.dark\:bg-\[rgba\(0\2c 30\2c 80\2c 0\.5\)\]:is(.dark *) {
  background-color: rgba(0,30,80,0.5);
}

.dark\:bg-navy-bg:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 77 / var(--tw-bg-opacity, 1));
}

.dark\:bg-navy-dark:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 16 48 / var(--tw-bg-opacity, 1));
}

.dark\:bg-navy-dark\/30:is(.dark *) {
  background-color: rgb(0 16 48 / 0.3);
}

.dark\:bg-navy-dark\/50:is(.dark *) {
  background-color: rgb(0 16 48 / 0.5);
}

.dark\:bg-navy-section:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 94 / var(--tw-bg-opacity, 1));
}

.dark\:bg-offwhite:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 250 / var(--tw-bg-opacity, 1));
}

.dark\:bg-offwhite\/10:is(.dark *) {
  background-color: rgb(245 247 250 / 0.1);
}

.dark\:bg-offwhite\/5:is(.dark *) {
  background-color: rgb(245 247 250 / 0.05);
}

.dark\:from-navy-bg:is(.dark *) {
  --tw-gradient-from: #001A4D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 26 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-navy-dark\/50:is(.dark *) {
  --tw-gradient-from: rgb(0 16 48 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 16 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:to-navy-dark:is(.dark *) {
  --tw-gradient-to: #001030 var(--tw-gradient-to-position);
}

.dark\:text-offwhite:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 247 250 / var(--tw-text-opacity, 1));
}

.dark\:text-offwhite\/10:is(.dark *) {
  color: rgb(245 247 250 / 0.1);
}

.dark\:text-offwhite\/40:is(.dark *) {
  color: rgb(245 247 250 / 0.4);
}

.dark\:text-offwhite\/45:is(.dark *) {
  color: rgb(245 247 250 / 0.45);
}

.dark\:text-offwhite\/50:is(.dark *) {
  color: rgb(245 247 250 / 0.5);
}

.dark\:text-offwhite\/60:is(.dark *) {
  color: rgb(245 247 250 / 0.6);
}

.dark\:text-offwhite\/70:is(.dark *) {
  color: rgb(245 247 250 / 0.7);
}

.dark\:opacity-12:is(.dark *) {
  opacity: 0.12;
}

.dark\:opacity-18:is(.dark *) {
  opacity: 0.18;
}

.dark\:shadow-\[0_2px_20px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]:is(.dark *) {
  --tw-shadow: 0 2px 20px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 2px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:before\:via-navy-light:is(.dark *)::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(13 79 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0D4FA8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:hover\:border-offwhite:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(245 247 250 / var(--tw-border-opacity, 1));
}

.dark\:hover\:border-offwhite\/20:hover:is(.dark *) {
  border-color: rgb(245 247 250 / 0.2);
}

.dark\:hover\:border-offwhite\/25:hover:is(.dark *) {
  border-color: rgb(245 247 250 / 0.25);
}

.dark\:hover\:bg-\[rgba\(0\2c 45\2c 114\2c 0\.6\)\]:hover:is(.dark *) {
  background-color: rgba(0,45,114,0.6);
}

.dark\:hover\:bg-\[rgba\(0\2c 45\2c 114\2c 0\.7\)\]:hover:is(.dark *) {
  background-color: rgba(0,45,114,0.7);
}

.dark\:hover\:text-offwhite:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 247 250 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-orange:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 89 16 / var(--tw-text-opacity, 1));
}

.dark\:hover\:shadow-\[0_8px_30px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]:hover:is(.dark *) {
  --tw-shadow: 0 8px 30px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:aspect-auto {
    aspect-ratio: auto;
  }

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

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

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

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

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

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

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

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

  .md\:p-8 {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:scale-\[1\.04\] {
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

@media (min-width: 768px) {
  .md\:\[\&\>\*\:first-child\]\:order-2>*:first-child {
    order: 2;
  }
}
41794 bytes read

/* ── Scroll reveal ─────────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
[data-reveal][data-dir='left']  { transform: translateX(-36px); }
[data-reveal][data-dir='right'] { transform: translateX(36px); }
[data-reveal].revealed { opacity: 1; transform: none; }

/* ── Hero headline ─────────────────────────────────────── */
.hero-headline {
  opacity: 0;
  transform: translateY(0.45em);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.hero-headline.animated { opacity: 1; transform: none; }

/* ── Skill bar ─────────────────────────────────────────── */
.skill-bar-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(to right, #FF5910, #0D4FA8);
  border-radius: 2px;
  transition: width 1200ms cubic-bezier(0.25,1,0.5,1);
}

/* ── Header scroll state ───────────────────────────────── */
#site-header { transition: height 0.3s, background-color 0.3s, box-shadow 0.3s; }
#site-header.scrolled {
  height: 75px !important;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.12);
}
.dark #site-header.scrolled {
  background: rgba(0,10,35,0.95);
  box-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

/* ── Runner text stroke ────────────────────────────────── */
#runner-line { -webkit-text-stroke: 2px rgba(13,27,62,0.25); }
.dark #runner-line { -webkit-text-stroke: 2px rgba(245,247,250,0.35); }

/* ── Theme icons ───────────────────────────────────────── */
#icon-sun  { display: none; }
.dark #icon-sun  { display: block; }
#icon-moon { display: block; }
.dark #icon-moon { display: none; }
#m-icon-sun  { display: none; }
.dark #m-icon-sun  { display: inline; }
#m-icon-moon { display: inline; }
.dark #m-icon-moon { display: none; }

/* ── Project filter active state ──────────────────────── */
[data-filter][data-active='true'] {
  background-color: #FF5910;
  border-color: #FF5910;
  color: #F5F7FA;
}

/* ── Logo theme switching ──────────────────────────────── */
.logo-light { display: block; height:150px;}
.logo-dark  { display: none;  }
.dark .logo-light { display: none;  }
.dark .logo-dark  { display: block; height:150px;}
