/* Webflow Component Styles - Source File */

/* This file is compiled to globals.css using Tailwind */

/* Run: yarn build:webflow-css */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html,
  body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================
     FONTS - FOX One Aero font family
     Hosted at: https://www.fox.com/fonts/
     ============================================ */

@font-face {
  font-family: 'FoxOneAero Black';

  src:
      url('https://www.fox.com/fonts/FOXONEAero-800-Black.woff2') format('woff2'),
      url('https://www.fox.com/fonts/FOXONEAero-800-Black.woff') format('woff');
}

@font-face {
  font-family: 'FoxOneAero Black Italic';

  src:
      url('https://www.fox.com/fonts/FOXONEAero-800-BlackItalic.woff2') format('woff2'),
      url('https://www.fox.com/fonts/FOXONEAero-800-BlackItalic.woff') format('woff');
}

@font-face {
  font-family: 'FoxOneAero Bold';

  src:
      url('https://www.fox.com/fonts/FOXONEAero-700-Bold.woff2') format('woff2'),
      url('https://www.fox.com/fonts/FOXONEAero-700-Bold.woff') format('woff');
}

@font-face {
  font-family: 'FoxOneAero Bold Italic';

  src:
      url('https://www.fox.com/fonts/FOXONEAero-700-BoldItalic.woff2') format('woff2'),
      url('https://www.fox.com/fonts/FOXONEAero-700-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'FoxOneAero Light';

  src:
      url('https://www.fox.com/fonts/FOXONEAero-300-Light.woff2') format('woff2'),
      url('https://www.fox.com/fonts/FOXONEAero-300-Light.woff') format('woff');
}

@font-face {
  font-family: 'FoxOneAero Light Italic';

  src:
      url('https://www.fox.com/fonts/FOXONEAero-300-LightItalic.woff2') format('woff2'),
      url('https://www.fox.com/fonts/FOXONEAero-300-LightItalic.woff') format('woff');
}

@font-face {
  font-family: 'FoxOneAero Medium';

  src:
      url('https://www.fox.com/fonts/FOXONEAero-500-Medium.woff2') format('woff2'),
      url('https://www.fox.com/fonts/FOXONEAero-500-Medium.woff') format('woff');
}

@font-face {
  font-family: 'FoxOneAero Medium Italic';

  src:
      url('https://www.fox.com/fonts/FOXONEAero-500-MediumItalic.woff2') format('woff2'),
      url('https://www.fox.com/fonts/FOXONEAero-500-MediumItalic.woff') format('woff');
}

@font-face {
  font-family: 'FoxOneAero';

  src:
      url('https://www.fox.com/fonts/FOXONEAero-400-Regular.woff2') format('woff2'),
      url('https://www.fox.com/fonts/FOXONEAero-400-Regular.woff') format('woff');
}

@font-face {
  font-family: 'FoxOneAero Italic';

  src:
      url('https://www.fox.com/fonts/FOXONEAero-400-RegularItalic.woff2') format('woff2'),
      url('https://www.fox.com/fonts/FOXONEAero-400-RegularItalic.woff') format('woff');
}

@font-face {
  font-family: 'Hellix';

  src:
      url('https://www.fox.com/fonts/Hellix-Regular.woff2') format('woff2'),
      url('https://www.fox.com/fonts/Hellix-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Hellix Black';

  src:
      url('https://www.fox.com/fonts/Hellix-Black.woff2') format('woff2'),
      url('https://www.fox.com/fonts/Hellix-Black.woff') format('woff');
}

/* ============================================
     FONTS - Graphik font family
     Separate font-family per weight, same pattern
     as FoxOneAero. Hosted on Webflow CDN.
     ============================================ */

@font-face {
  font-family: 'Graphik Light';

  src: url('https://cdn.prod.website-files.com/698a1626f71c6e45156b9785/69c6dffc0e196a5b970bb92b_Graphik-Light.woff2')
      format('woff2');
}

@font-face {
  font-family: 'Graphik';

  src: url('https://cdn.prod.website-files.com/698a1626f71c6e45156b9785/69c6b1ce07a880e0b27fb40b_Graphik-Regular.woff2')
      format('woff2');
}

@font-face {
  font-family: 'Graphik Medium';

  src: url('https://cdn.prod.website-files.com/698a1626f71c6e45156b9785/69c6b1ce0bdc8ddeb3a22cd2_Graphik-Medium.woff2')
      format('woff2');
}

@font-face {
  font-family: 'Graphik Semibold';

  src: url('https://cdn.prod.website-files.com/698a1626f71c6e45156b9785/69c6b1d0d40e2de3999b10e9_Graphik-Semibold.woff2')
      format('woff2');
}

@font-face {
  font-family: 'Graphik Bold';

  src: url('https://cdn.prod.website-files.com/698a1626f71c6e45156b9785/69c6b1cee89967af697386df_Graphik-Bold.woff2')
      format('woff2');
}

/* Button reset - remove default styles */

button {
  border: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

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

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

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

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

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

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
    padding-right: 0;
    padding-left: 0;
  }
}

/* Container override for Webflow */

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Custom scrollbar styling */

.scrollbar-custom::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scrollbar-custom::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-\[3\.26\%\] {
  left: 3.26%;
  right: 3.26%;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-left-1 {
  left: -0.25rem;
}

.-right-1 {
  right: -0.25rem;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

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

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

.top-0 {
  top: 0px;
}

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

.top-6 {
  top: 1.5rem;
}

.top-\[-100vh\] {
  top: -100vh;
}

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

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

.top-full {
  top: 100%;
}

.top-px {
  top: 1px;
}

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-5 {
  order: 5;
}

.col-\[1\/-1\] {
  grid-column: 1/-1;
}

.row-\[1\/2\] {
  grid-row: 1/2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

.ml-\[53px\] {
  margin-left: 53px;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-\[-50\%\] {
  margin-top: -50%;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1450\/653\] {
  aspect-ratio: 1450/653;
}

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

.aspect-\[375\/619\] {
  aspect-ratio: 375/619;
}

.aspect-\[375\/622\] {
  aspect-ratio: 375/622;
}

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

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

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

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

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

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

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

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

.size-full {
  width: 100%;
  height: 100%;
}

.\!h-\[64px\] {
  height: 64px !important;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-14 {
  height: 3.5rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

.h-\[17\.5px\] {
  height: 17.5px;
}

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

.h-\[18\%\] {
  height: 18%;
}

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

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

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

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

.h-\[26\%\] {
  height: 26%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-px {
  height: 1px;
}

.min-h-\[206\.66vw\] {
  min-height: 206.66vw;
}

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

.w-1\/12 {
  width: 8.333333%;
}

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

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%-37\.5px\)\] {
  width: calc(100% - 37.5px);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

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

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

.max-w-\[337\.5px\] {
  max-width: 337.5px;
}

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

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

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

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

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

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

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

.max-w-coreMaxWidth {
  max-width: 1728px;
}

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

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

.max-w-screen-lgmid {
  max-width: 1440px;
}

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

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

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

.-translate-y-0\.5 {
  --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));
}

.-translate-y-1 {
  --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));
}

.-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-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-0\.5 {
  --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));
}

.translate-y-1 {
  --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));
}

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

.-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-0 {
  --tw-rotate: 0deg;
  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));
}

.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 slide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-100% - var(--gap-icon-slider)), 0, 0);
  }
}

.animate-slide {
  animation: slide 22s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

.gap-y-\[7px\] {
  row-gap: 7px;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-base-white\/10 {
  border-color: rgb(241 241 241 / 0.1);
}

.border-baseWhite {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}

.border-ebonyClay {
  --tw-border-opacity: 1;
  border-color: rgb(34 43 60 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

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

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

.border-b-ebonyClay {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 43 60 / var(--tw-border-opacity, 1));
}

.bg-\[\#00FF00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFD556\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 86 / var(--tw-bg-opacity, 1));
}

.bg-base-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-base-primary\/60 {
  background-color: rgb(21 27 38 / 0.6);
}

.bg-base-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(101 107 119 / var(--tw-bg-opacity, 1));
}

.bg-base-white {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

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

.bg-basePrimary\/60 {
  background-color: rgb(26 26 26 / 0.6);
}

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

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

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

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

.bg-nationBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 162 / var(--tw-bg-opacity, 1));
}

.bg-nationRed {
  --tw-bg-opacity: 1;
  background-color: rgb(189 35 47 / var(--tw-bg-opacity, 1));
}

.bg-nationYellow {
  --tw-bg-opacity: 1;
  background-color: rgb(249 201 54 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[linear-gradient\(to_right\2c transparent_80\%\2c black_99\%\)\] {
  background-image: linear-gradient(to right,transparent 80%,black 99%);
}

.bg-gradient-dark-to-clear-left {
  background-image: linear-gradient(270deg, #000 0.43%, rgba(0,0,0,0) 102.47%);
}

.bg-gradient-dark-to-clear-right {
  background-image: linear-gradient(90deg, #000 0.43%, rgba(0, 0, 0, 0.00) 102.47%);
}

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

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

.from-\[\#101010\] {
  --tw-gradient-from: #101010 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --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);
}

.from-10\% {
  --tw-gradient-from-position: 10%;
}

.via-\[\#101010\]\/40 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-40\% {
  --tw-gradient-via-position: 40%;
}

.to-black\/65 {
  --tw-gradient-to: rgb(0 0 0 / 0.65) var(--tw-gradient-to-position);
}

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

.bg-cover {
  background-size: cover;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.object-\[50\%_40\%\] {
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}

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

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

.p-\[5px\] {
  padding: 5px;
}

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

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.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-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

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

.pb-12 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

.pl-\[20\.6px\] {
  padding-left: 20.6px;
}

.pl-\[33px\] {
  padding-left: 33px;
}

.pr-0 {
  padding-right: 0px;
}

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

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.\!font-FoxOneAero {
  font-family: FoxOneAero, Helvetica, Arial !important;
}

.\!font-FoxOneAeroBlack {
  font-family: "FoxOneAero Black", Helvetica, Arial !important;
}

.\!font-FoxOneAeroBlackItalic {
  font-family: "FoxOneAero Black Italic", Helvetica, Arial !important;
}

.\!font-FoxOneAeroBold {
  font-family: "FoxOneAero Bold", Helvetica, Arial !important;
}

.\!font-FoxOneAeroBoldItalic {
  font-family: "FoxOneAero Bold Italic", Helvetica, Arial !important;
}

.\!font-FoxOneAeroItalic {
  font-family: "FoxOneAero Regular Italic", Helvetica, Arial !important;
}

.\!font-FoxOneAeroLight {
  font-family: "FoxOneAero Light", Helvetica, Arial !important;
}

.\!font-FoxOneAeroLightItalic {
  font-family: "FoxOneAero Light Italic", Helvetica, Arial !important;
}

.\!font-FoxOneAeroMedium {
  font-family: "FoxOneAero Medium", Helvetica, Arial !important;
}

.\!font-FoxOneAeroMediumItalic {
  font-family: "FoxOneAero Medium Italic", Helvetica, Arial !important;
}

.\!font-Graphik {
  font-family: Graphik, Helvetica, Arial !important;
}

.\!font-GraphikBold {
  font-family: "Graphik Bold", Helvetica, Arial !important;
}

.\!font-GraphikLight {
  font-family: "Graphik Light", Helvetica, Arial !important;
}

.\!font-GraphikMedium {
  font-family: "Graphik Medium", Helvetica, Arial !important;
}

.\!font-GraphikSemibold {
  font-family: "Graphik Semibold", Helvetica, Arial !important;
}

.\!font-Hellix {
  font-family: Hellix, Helvetica, Arial !important;
}

.\!font-HellixBlack {
  font-family: "Hellix Black", Helvetica, Arial !important;
}

.\!font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.\!font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.\!font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.font-FoxOneAero {
  font-family: FoxOneAero, Helvetica, Arial;
}

.font-FoxOneAeroBlack {
  font-family: "FoxOneAero Black", Helvetica, Arial;
}

.font-FoxOneAeroBold {
  font-family: "FoxOneAero Bold", Helvetica, Arial;
}

.font-FoxOneAeroMedium {
  font-family: "FoxOneAero Medium", Helvetica, Arial;
}

.font-Graphik {
  font-family: Graphik, Helvetica, Arial;
}

.font-GraphikBold {
  font-family: "Graphik Bold", Helvetica, Arial;
}

.font-GraphikLight {
  font-family: "Graphik Light", Helvetica, Arial;
}

.font-GraphikMedium {
  font-family: "Graphik Medium", Helvetica, Arial;
}

.font-GraphikSemibold {
  font-family: "Graphik Semibold", Helvetica, Arial;
}

.font-Hellix {
  font-family: Hellix, Helvetica, Arial;
}

.font-HellixBlack {
  font-family: "Hellix Black", Helvetica, Arial;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.text-\[10px\]\/\[12px\] {
  font-size: 10px;
  line-height: 12px;
}

.text-\[10px\]\/\[14px\] {
  font-size: 10px;
  line-height: 14px;
}

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

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

.text-\[13px\]\/\[18px\] {
  font-size: 13px;
  line-height: 18px;
}

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

.text-\[14px\]\/\[120\%\] {
  font-size: 14px;
  line-height: 120%;
}

.text-\[14px\]\/\[14px\] {
  font-size: 14px;
  line-height: 14px;
}

.text-\[15px\]\/\[18px\] {
  font-size: 15px;
  line-height: 18px;
}

.text-\[15px\]\/\[21px\] {
  font-size: 15px;
  line-height: 21px;
}

.text-\[15px\]\/\[24px\] {
  font-size: 15px;
  line-height: 24px;
}

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

.text-\[16px\]\/\[16px\] {
  font-size: 16px;
  line-height: 16px;
}

.text-\[16px\]\/\[18px\] {
  font-size: 16px;
  line-height: 18px;
}

.text-\[16px\]\/\[20px\] {
  font-size: 16px;
  line-height: 20px;
}

.text-\[16px\]\/\[22px\] {
  font-size: 16px;
  line-height: 22px;
}

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

.text-\[17px\]\/\[22px\] {
  font-size: 17px;
  line-height: 22px;
}

.text-\[18px\]\/\[120\%\] {
  font-size: 18px;
  line-height: 120%;
}

.text-\[18px\]\/\[18px\] {
  font-size: 18px;
  line-height: 18px;
}

.text-\[18px\]\/\[23px\] {
  font-size: 18px;
  line-height: 23px;
}

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

.text-\[20px\]\/\[21px\] {
  font-size: 20px;
  line-height: 21px;
}

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

.text-\[24px\]\/\[24px\] {
  font-size: 24px;
  line-height: 24px;
}

.text-\[24px\]\/\[28px\] {
  font-size: 24px;
  line-height: 28px;
}

.text-\[26px\]\/\[26px\] {
  font-size: 26px;
  line-height: 26px;
}

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

.text-\[30px\]\/\[30px\] {
  font-size: 30px;
  line-height: 30px;
}

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

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

.text-\[48px\]\/\[90\%\] {
  font-size: 48px;
  line-height: 90%;
}

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

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

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

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

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

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

.\!font-black {
  font-weight: 900 !important;
}

.\!font-bold {
  font-weight: 700 !important;
}

.\!font-extrabold {
  font-weight: 800 !important;
}

.\!font-extralight {
  font-weight: 200 !important;
}

.\!font-light {
  font-weight: 300 !important;
}

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.\!font-thin {
  font-weight: 100 !important;
}

.font-black {
  font-weight: 900;
}

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

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

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

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

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

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[0\.9\] {
  line-height: 0.9;
}

.leading-\[125\%\] {
  line-height: 125%;
}

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

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

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

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

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

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

.leading-\[90\%\] {
  line-height: 90%;
}

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

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

.tracking-\[-\.25px\] {
  letter-spacing: -.25px;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

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

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

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

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

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

.text-ironGray {
  --tw-text-opacity: 1;
  color: rgb(205 207 212 / var(--tw-text-opacity, 1));
}

.text-nationBlue {
  --tw-text-opacity: 1;
  color: rgb(0 82 162 / var(--tw-text-opacity, 1));
}

.text-nationRed {
  --tw-text-opacity: 1;
  color: rgb(189 35 47 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(4 17 41 / var(--tw-text-opacity, 1));
}

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

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

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-65 {
  opacity: 0.65;
}

.shadow-\[0px_4px_24px_-2px_rgba\(0\2c 0\2c 0\2c 0\.65\)\] {
  --tw-shadow: 0px 4px 24px -2px rgba(0,0,0,0.65);
  --tw-shadow-colored: 0px 4px 24px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.transition-\[transform\2c colors\] {
  transition-property: transform,colors;
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

.will-change-transform {
  will-change: transform;
}

/* Combined transforms for centering */

.-translate-x-1\/2.-translate-y-1\/2 {
  transform: translate(-50%, -50%);
}

.translate-x-0.translate-y-0 {
  transform: translate(0, 0);
}

/* Screen reader only */

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

.\[--gap-icon-slider\:40px\] {
  --gap-icon-slider: 40px;
}

.\[-webkit-backface-visibility\:hidden\] {
  -webkit-backface-visibility: hidden;
}

.\[-webkit-transform-style\:preserve-3d\] {
  -webkit-transform-style: preserve-3d;
}

.\[-webkit-transform\:translateZ\(0\)\] {
  -webkit-transform: translateZ(0);
}

.\[backface-visibility\:hidden\] {
  backface-visibility: hidden;
}

.\[transform-style\:preserve-3d\] {
  transform-style: preserve-3d;
}

.\[transform\:translateZ\(0\)\] {
  transform: translateZ(0);
}

/* Font smoothing + @font-face declarations in base layer
   so they appear at the top of the compiled CSS output. */

/* ============================================
   CUSTOM COMPONENT STYLES
   ============================================ */

/* Media query combined transforms */

@media (min-width: 1024px) {
  .md\:translate-x-0.md\:translate-y-0 {
    transform: translate(0, 0);
  }
}

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

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:p-3::after {
  content: var(--tw-content);
  padding: 0.75rem;
}

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

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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-2:hover {
  border-width: 2px;
}

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

.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}

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

.hover\:text-base-white\/70:hover {
  color: rgb(241 241 241 / 0.7);
}

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

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

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

.focus\:bg-white\/10:focus {
  background-color: rgb(255 255 255 / 0.1);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-blue-500:focus-visible {
  outline-color: #3b82f6;
}

.focus-visible\:outline-white:focus-visible {
  outline-color: #fff;
}

.group:hover .group-hover\:text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

@media (min-width: 375px) {
  .xs\:h-\[54px\] {
    height: 54px;
  }

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

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

@media (min-width: 480px) {
  .xsm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xsm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .xsm\:gap-3 {
    gap: 0.75rem;
  }

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

  .xsm\:text-\[clamp\(18px\2c 4vw\2c 30px\)\] {
    font-size: clamp(18px,4vw,30px);
  }

  .xsm\:text-\[clamp\(30px\2c 6vw\2c 48px\)\] {
    font-size: clamp(30px,6vw,48px);
  }

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

  .xsm\:leading-snug {
    line-height: 1.375;
  }

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

@media (min-width: 768px) {
  .sm\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .sm\:bottom-\[27px\] {
    bottom: 27px;
  }

  .sm\:left-\[35px\] {
    left: 35px;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:top-\[22\%\] {
    top: 22%;
  }

  .sm\:top-\[34\%\] {
    top: 34%;
  }

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

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

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

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

  .sm\:ml-\[4\.6vw\] {
    margin-left: 4.6vw;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[770\/404\] {
    aspect-ratio: 770/404;
  }

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

  .sm\:h-\[28\%\] {
    height: 28%;
  }

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

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

  .sm\:h-\[4\.7vw\] {
    height: 4.7vw;
  }

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

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

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

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

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

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

  .sm\:h-full {
    height: 100%;
  }

  .sm\:min-h-\[44\.92vw\] {
    min-height: 44.92vw;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:basis-\[46\.6\%\] {
    flex-basis: 46.6%;
  }

  .sm\:basis-\[53\.4\%\] {
    flex-basis: 53.4%;
  }

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

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

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

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

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

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

  .sm\:justify-start {
    justify-content: flex-start;
  }

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-\[14px\] {
    gap: 14px;
  }

  .sm\:gap-\[20px\] {
    gap: 20px;
  }

  .sm\:gap-\[23px\] {
    gap: 23px;
  }

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

  .sm\:gap-\[50px\] {
    gap: 50px;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

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

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

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

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

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

  .sm\:px-\[4\.6vw\] {
    padding-left: 4.6vw;
    padding-right: 4.6vw;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

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

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

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

  .sm\:pl-\[10px\] {
    padding-left: 10px;
  }

  .sm\:pl-\[35px\] {
    padding-left: 35px;
  }

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

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

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

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

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

  .sm\:text-left {
    text-align: left;
  }

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

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

  .sm\:text-\[14px\]\/\[28px\] {
    font-size: 14px;
    line-height: 28px;
  }

  .sm\:text-\[15px\]\/\[20px\] {
    font-size: 15px;
    line-height: 20px;
  }

  .sm\:text-\[15px\]\/\[22px\] {
    font-size: 15px;
    line-height: 22px;
  }

  .sm\:text-\[16px\]\/\[24px\] {
    font-size: 16px;
    line-height: 24px;
  }

  .sm\:text-\[18px\]\/\[18px\] {
    font-size: 18px;
    line-height: 18px;
  }

  .sm\:text-\[19px\]\/\[24px\] {
    font-size: 19px;
    line-height: 24px;
  }

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

  .sm\:text-\[24px\]\/\[24px\] {
    font-size: 24px;
    line-height: 24px;
  }

  .sm\:text-\[24px\]\/\[30px\] {
    font-size: 24px;
    line-height: 30px;
  }

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

  .sm\:text-\[77px\]\/\[90\%\] {
    font-size: 77px;
    line-height: 90%;
  }

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

  .sm\:text-\[92px\]\/\[90\%\] {
    font-size: 92px;
    line-height: 90%;
  }

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

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

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

  .sm\:tracking-\[-0\.24px\] {
    letter-spacing: -0.24px;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em;
  }
}

@media (min-width: 896px) {
  .smmid\:hidden {
    display: none;
  }

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

  .smmid\:gap-\[18px\] {
    gap: 18px;
  }

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

@media (min-width: 1024px) {
  .md\:relative {
    position: relative;
  }

  .md\:inset-x-\[5\%\] {
    left: 5%;
    right: 5%;
  }

  .md\:left-\[-3\%\] {
    left: -3%;
  }

  .md\:left-\[45px\] {
    left: 45px;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:top-\[17\%\] {
    top: 17%;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:my-\[82px\] {
    margin-top: 82px;
    margin-bottom: 82px;
  }

  .md\:-ml-\[28px\] {
    margin-left: -28px;
  }

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

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

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

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

  .md\:mb-\[59px\] {
    margin-bottom: 59px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-\[20px\] {
    margin-left: 20px;
  }

  .md\:ml-\[22px\] {
    margin-left: 22px;
  }

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

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:size-auto {
    width: auto;
    height: auto;
  }

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

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

  .md\:h-\[23\.5\%\] {
    height: 23.5%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:max-w-\[83\%\] {
    max-width: 83%;
  }

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

  .md\: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));
  }

  .md\: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));
  }

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

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[22px\] {
    gap: 22px;
  }

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

  .md\:gap-\[42px\] {
    gap: 42px;
  }

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

  .md\:pl-\[180px\] {
    padding-left: 180px;
  }

  .md\:pl-\[45px\] {
    padding-left: 45px;
  }

  .md\:pr-\[16px\] {
    padding-right: 16px;
  }

  .md\:pr-\[96px\] {
    padding-right: 96px;
  }

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

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

  .md\:\!font-FoxOneAeroBlack {
    font-family: "FoxOneAero Black", Helvetica, Arial !important;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .md\:text-\[100px\]\/\[90\%\] {
    font-size: 100px;
    line-height: 90%;
  }

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

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

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

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

  .md\:text-\[18px\]\/\[18px\] {
    font-size: 18px;
    line-height: 18px;
  }

  .md\:text-\[18px\]\/\[24px\] {
    font-size: 18px;
    line-height: 24px;
  }

  .md\:text-\[20px\]\/\[20px\] {
    font-size: 20px;
    line-height: 20px;
  }

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

  .md\:text-\[32px\]\/\[32px\] {
    font-size: 32px;
    line-height: 32px;
  }

  .md\:text-\[32px\]\/\[36px\] {
    font-size: 32px;
    line-height: 36px;
  }

  .md\:text-\[40px\]\/\[40px\] {
    font-size: 40px;
    line-height: 40px;
  }

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

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

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

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

  .md\:font-black {
    font-weight: 900;
  }

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

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

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

  .md\:tracking-normal {
    letter-spacing: 0em;
  }

  .md\:translate-x-0.translate-y-0 {
    transform: translate(0, 0);
  }

  .md\:translate-y-0.translate-x-0 {
    transform: translate(0, 0);
  }

  .after\:md\:p-5::after {
    content: var(--tw-content);
    padding: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .lg\:inset-x-\[7\%\] {
    left: 7%;
    right: 7%;
  }

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

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

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:mb-\[82px\] {
    margin-bottom: 82px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

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

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

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-coreMaxWidth {
    max-width: 1728px;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

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

  .lg\:gap-x-\[32px\] {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

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

  .lg\:bg-basePrimary\/60 {
    background-color: rgb(26 26 26 / 0.6);
  }

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

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

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .lgmid\:bottom-\[37px\] {
    bottom: 37px;
  }

  .lgmid\:bottom-\[42px\] {
    bottom: 42px;
  }

  .lgmid\:left-\[96px\] {
    left: 96px;
  }

  .lgmid\:top-\[31\%\] {
    top: 31%;
  }

  .lgmid\:mb-\[23px\] {
    margin-bottom: 23px;
  }

  .lgmid\:ml-\[6\.66667vw\] {
    margin-left: 6.66667vw;
  }

  .lgmid\:aspect-\[1440\/705\] {
    aspect-ratio: 1440/705;
  }

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

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

  .lgmid\:h-\[3\.78vw\] {
    height: 3.78vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lgmid\:gap-8 {
    gap: 2rem;
  }

  .lgmid\:gap-\[26px\] {
    gap: 26px;
  }

  .lgmid\:gap-\[70px\] {
    gap: 70px;
  }

  .lgmid\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .lgmid\:px-\[6\.66667vw\] {
    padding-left: 6.66667vw;
    padding-right: 6.66667vw;
  }

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

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

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

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

  .lgmid\:pl-\[100px\] {
    padding-left: 100px;
  }

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

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

  .lgmid\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .lgmid\:text-\[18px\]\/\[18px\] {
    font-size: 18px;
    line-height: 18px;
  }

  .lgmid\:text-\[18px\]\/\[28px\] {
    font-size: 18px;
    line-height: 28px;
  }

  .lgmid\:text-\[20px\]\/\[20px\] {
    font-size: 20px;
    line-height: 20px;
  }

  .lgmid\:text-\[20px\]\/\[24px\] {
    font-size: 20px;
    line-height: 24px;
  }

  .lgmid\:text-\[20px\]\/\[28px\] {
    font-size: 20px;
    line-height: 28px;
  }

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

  .lgmid\:text-\[24px\]\/\[26px\] {
    font-size: 24px;
    line-height: 26px;
  }

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

  .lgmid\:text-\[27px\]\/\[24px\] {
    font-size: 27px;
    line-height: 24px;
  }

  .lgmid\:text-\[32px\]\/\[36px\] {
    font-size: 32px;
    line-height: 36px;
  }

  .lgmid\:text-\[40px\]\/\[40px\] {
    font-size: 40px;
    line-height: 40px;
  }

  .lgmid\:text-\[50px\]\/\[54px\] {
    font-size: 50px;
    line-height: 54px;
  }

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

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

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

  .lgmid\:tracking-\[-0\.44px\] {
    letter-spacing: -0.44px;
  }

  .lgmid\:tracking-normal {
    letter-spacing: 0em;
  }
}

@media (min-width: 1680px) {
  .xl\:gap-\[150px\] {
    gap: 150px;
  }
}

@media (min-width: 1920px) {
  .\32xl\:bottom-\[57px\] {
    bottom: 57px;
  }

  .\32xl\:left-\[170px\] {
    left: 170px;
  }

  .\32xl\:top-\[16\%\] {
    top: 16%;
  }

  .\32xl\:size-\[34px\] {
    width: 34px;
    height: 34px;
  }

  .\32xl\:h-\[1150px\] {
    height: 1150px;
  }

  .\32xl\:h-\[1280px\] {
    height: 1280px;
  }

  .\32xl\:h-\[200px\] {
    height: 200px;
  }

  .\32xl\:h-\[350px\] {
    height: 350px;
  }

  .\32xl\:h-\[89px\] {
    height: 89px;
  }

  .\32xl\:w-\[213px\] {
    width: 213px;
  }

  .\32xl\:w-\[289px\] {
    width: 289px;
  }

  .\32xl\:w-\[533px\] {
    width: 533px;
  }

  .\32xl\:w-\[764px\] {
    width: 764px;
  }

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

  .\32xl\:w-\[886px\] {
    width: 886px;
  }

  .\32xl\:gap-\[35px\] {
    gap: 35px;
  }

  .\32xl\:gap-\[41px\] {
    gap: 41px;
  }

  .\32xl\:gap-\[60px\] {
    gap: 60px;
  }

  .\32xl\:px-\[175px\] {
    padding-left: 175px;
    padding-right: 175px;
  }

  .\32xl\:py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .\32xl\:pb-\[131px\] {
    padding-bottom: 131px;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px;
  }

  .\32xl\:pt-\[140px\] {
    padding-top: 140px;
  }

  .\32xl\:pt-\[232px\] {
    padding-top: 232px;
  }

  .\32xl\:pt-\[46px\] {
    padding-top: 46px;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-\[18px\]\/\[28px\] {
    font-size: 18px;
    line-height: 28px;
  }

  .\32xl\:text-\[20px\]\/\[28px\] {
    font-size: 20px;
    line-height: 28px;
  }

  .\32xl\:text-\[30px\]\/\[38px\] {
    font-size: 30px;
    line-height: 38px;
  }

  .\32xl\:text-\[30px\]\/\[50px\] {
    font-size: 30px;
    line-height: 50px;
  }

  .\32xl\:text-\[30px\]\/\[normal\] {
    font-size: 30px;
    line-height: normal;
  }

  .\32xl\:text-\[32px\]\/\[32px\] {
    font-size: 32px;
    line-height: 32px;
  }

  .\32xl\:text-\[40px\]\/\[44px\] {
    font-size: 40px;
    line-height: 44px;
  }

  .\32xl\:text-\[56px\]\/\[56px\] {
    font-size: 56px;
    line-height: 56px;
  }

  .\32xl\:text-\[64px\]\/\[68px\] {
    font-size: 64px;
    line-height: 68px;
  }
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

