lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  /* max-width: 720px; */
}

/* gradient */

lite-youtube::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 0;
  /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
  background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
  height: 99px;
  width: 100%;
  font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
  color: hsl(0deg 0% 93.33%);
  text-shadow: 0 0 2px rgba(0,0,0,.5);
  font-size: 18px;
  padding: 25px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

lite-youtube:hover::before {
  color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/

lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */

lite-youtube > .lty-playbtn {
  display: block;
  /* Make the button element cover the whole area for a large hover/click target… */
  width: 100%;
  height: 100%;
  /* …but visually it's still the same size */
  background: no-repeat center/68px 48px;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}

/* Post-click styles */

lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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;
}

@font-face {
  font-display: swap;

  font-family: 'DM Sans';

  src: url('./assets/fonts/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
  font-display: swap;

  font-family: 'Hit And Run';

  src: url('./assets/fonts/HitandRun-Regular.otf') format('opentype');
}

h1 {
  font-family: Hit And Run, sans-serif;
  font-size: clamp(2.6438rem, 2.3016rem + 1.4601vw, 3.4332rem);
  text-transform: uppercase;
}

h2 {
  font-family: Hit And Run, sans-serif;
  font-size: clamp(2.2032rem, 1.9676rem + 1.0051vw, 2.7466rem);
  text-transform: uppercase;
}

h3 {
  font-family: Hit And Run, sans-serif;
  font-size: clamp(1.836rem, 1.6794rem + 0.6682vw, 2.1973rem);
  text-transform: uppercase;
}

p,
    ul,
    ol,
    address,
    a,
    input,
    button {
  font-family: DM Sans, sans-serif;
  font-size: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.btn-white {
  width: -moz-fit-content;
  width: fit-content;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-right: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-top: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  padding-bottom: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  font-family: DM Sans, sans-serif;
  font-size: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.btn-black {
  width: -moz-fit-content;
  width: fit-content;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-right: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-top: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  padding-bottom: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  font-family: DM Sans, sans-serif;
  font-size: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.btn-white-solid {
  width: -moz-fit-content;
  width: fit-content;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-right: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-top: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  padding-bottom: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  font-family: DM Sans, sans-serif;
  font-size: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.btn-black-solid {
  width: -moz-fit-content;
  width: fit-content;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-right: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-top: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  padding-bottom: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  font-family: DM Sans, sans-serif;
  font-size: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.btn-disabled {
  width: -moz-fit-content;
  width: fit-content;
  cursor: not-allowed;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 204 205 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-right: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-top: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  padding-bottom: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  font-family: DM Sans, sans-serif;
  font-size: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(203 204 205 / var(--tw-text-opacity, 1));
}

/* https://medium.com/web-dev-survey-from-kyoto/the-visually-hidden-technique-303f8e2bd409 */

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

/* Header Navigation */

.main-header {
  --main-nav-gap: 1rem;
  --flow-space: var(--main-nav-gap);
  --button-height: 30px;
  position: relative;
  min-height: 50px;
}

.main-header div a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}

/* @media (min-width: 1200px) {
        .main-header nav {
            --nav-button-display: none;
            --nav-position: static;
        }

        .main-header nav ul {
            --nav-list-layout: row;
            --nav-list-position: static;
            --nav-list-padding: 0;
            --nav-list-height: auto;
            --nav-list-width: 100%;
            --nav-list-shadow: none;
        }
    } */

/* @media (min-width: 1200px) {
        .main-header nav {
            padding: theme('spacing.sm');
        }
    } */

.main-header nav ul {
  display: flex;
  flex-direction: var(--nav-list-layout, column);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: var(--nav-list-padding, 2rem);
  height: var(--nav-list-height, 100vh);
  position: var(--nav-list-position, fixed);
  top: 0;
  right: 0;
  width: var(--nav-list-width, 100vw);
  z-index: 1;
}

.main-header nav li a {
  display: block;
  line-height: 1;
}

.main-header nav li a:hover {
  text-decoration: underline;
}

.main-header nav button {
  all: unset;
  display: var(--nav-button-display, flex);
  position: relative;
  z-index: 2;
}

/* .main-header nav button svg {
        width: 35px;
        height: 35px;
    } */

[aria-expanded="false"] svg:last-child {
  display: none;
}

[aria-expanded="true"] svg:first-child {
  display: none;
}

/* @media (min-width: 1200px) {
        ul {
            --nav-list-visibility: visible;
        }
    } */

ul {
  visibility: var(--nav-list-visibility, hidden);
}

/* Hide the list on narrow viewports, if it comes after an element with
         aria-expanded set to "false". */

[aria-expanded="true"]+ul {
  visibility: var(--nav-list-visibility, visible);
}

.main-header nav ul.large-screen {
  display: none;
}

/* @media (min-width: 1200px) {

        .main-header nav ul.small-screen {
            display: none;
        }

        .main-header nav ul.large-screen {
            display: flex;
            align-items: center;
            justify-items: center;
            gap: theme('spacing.xl');
        }

        .main-header nav ul.large-screen li a {
            font-size: var(--s0);
        }
    } */

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-sm {
  bottom: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.left-0 {
  left: 0;
}

.left-\[calc\(50\%-35px\)\] {
  left: calc(50% - 35px);
}

.left-sm {
  left: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.right-sm {
  right: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.top-0 {
  top: 0;
}

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

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

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

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

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

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

.my-xl {
  margin-top: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  margin-bottom: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
}

.mb-2xl {
  margin-bottom: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
}

.mb-lg {
  margin-bottom: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
}

.mb-sm {
  margin-bottom: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

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

.ml-sm {
  margin-left: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.mt-2xl {
  margin-top: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
}

.mt-2xs {
  margin-top: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
}

.mt-3xs {
  margin-top: clamp(0.25rem, 0.2229rem + 0.1156vw, 0.3125rem);
}

.mt-auto {
  margin-top: auto;
}

.mt-lg {
  margin-top: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
}

.mt-md {
  margin-top: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
}

.mt-sm {
  margin-top: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.mt-xl {
  margin-top: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
}

.mt-xs {
  margin-top: clamp(0.8125rem, 0.7854rem + 0.1156vw, 0.875rem);
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-2xl {
  height: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
}

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-lg {
  height: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
}

.h-md {
  height: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
}

.h-sm {
  height: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

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

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

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

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

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

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

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

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

.w-2xl {
  width: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
}

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-lg {
  width: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
}

.w-md {
  width: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
}

.w-sm {
  width: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.w-xl {
  width: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

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

.grow {
  flex-grow: 1;
}

.basis-auto {
  flex-basis: auto;
}

.list-outside {
  list-style-position: outside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

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

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

.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-2xs {
  gap: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
}

.gap-3xl {
  gap: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
}

.gap-\[1ch\] {
  gap: 1ch;
}

.gap-lg {
  gap: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
}

.gap-md {
  gap: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
}

.gap-sm {
  gap: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.gap-xl {
  gap: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
}

.gap-xs {
  gap: clamp(0.8125rem, 0.7854rem + 0.1156vw, 0.875rem);
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-balance {
  text-wrap: balance;
}

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

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

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

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

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

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

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

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

.bg-lightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(234 235 236 / var(--tw-bg-opacity, 1));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(95 77 154 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[url\(\/assets\/images\/subscribe-x\.webp\)\] {
  background-image: url(/assets/images/subscribe-x.webp);
}

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

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

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

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

.from-black {
  --tw-gradient-from: #000 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);
}

.to-\[\#737373\] {
  --tw-gradient-to: #737373 var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

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

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

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

.fill-white {
  fill: #fff;
}

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

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

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

.p-md {
  padding: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
}

.p-sm {
  padding: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.p-xs {
  padding: clamp(0.8125rem, 0.7854rem + 0.1156vw, 0.875rem);
}

.px-3xs {
  padding-left: clamp(0.25rem, 0.2229rem + 0.1156vw, 0.3125rem);
  padding-right: clamp(0.25rem, 0.2229rem + 0.1156vw, 0.3125rem);
}

.px-lg {
  padding-left: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
  padding-right: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
}

.px-md {
  padding-left: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
  padding-right: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
}

.px-sm {
  padding-left: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  padding-right: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.px-xl {
  padding-left: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  padding-right: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
}

.px-xs {
  padding-left: clamp(0.8125rem, 0.7854rem + 0.1156vw, 0.875rem);
  padding-right: clamp(0.8125rem, 0.7854rem + 0.1156vw, 0.875rem);
}

.py-2xl {
  padding-top: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
  padding-bottom: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
}

.py-2xs {
  padding-top: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
  padding-bottom: clamp(0.5625rem, 0.5625rem + 0vw, 0.5625rem);
}

.py-4xl {
  padding-top: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
  padding-bottom: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
}

.py-lg {
  padding-top: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
  padding-bottom: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
}

.py-md {
  padding-top: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
  padding-bottom: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
}

.py-xl {
  padding-top: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  padding-bottom: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
}

.py-xs {
  padding-top: clamp(0.8125rem, 0.7854rem + 0.1156vw, 0.875rem);
  padding-bottom: clamp(0.8125rem, 0.7854rem + 0.1156vw, 0.875rem);
}

.pb-2xl {
  padding-bottom: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
}

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

.pb-md {
  padding-bottom: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
}

.pb-xl {
  padding-bottom: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
}

.pl-md {
  padding-left: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
}

.pl-sm {
  padding-left: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

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

.pt-3xs {
  padding-top: clamp(0.25rem, 0.2229rem + 0.1156vw, 0.3125rem);
}

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

.pt-lg {
  padding-top: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
}

.pt-md {
  padding-top: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
}

.pt-sm {
  padding-top: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.pt-xl {
  padding-top: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
}

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

.font-dmsans {
  font-family: DM Sans, sans-serif;
}

.font-hitrun {
  font-family: Hit And Run, sans-serif;
}

.text-2xl {
  font-size: clamp(1.836rem, 1.6794rem + 0.6682vw, 2.1973rem);
}

.text-2xl\/tight {
  font-size: clamp(1.836rem, 1.6794rem + 0.6682vw, 2.1973rem);
  line-height: 1.25;
}

.text-3xl {
  font-size: clamp(2.2032rem, 1.9676rem + 1.0051vw, 2.7466rem);
}

.text-3xl\/none {
  font-size: clamp(2.2032rem, 1.9676rem + 1.0051vw, 2.7466rem);
  line-height: 1;
}

.text-5xl {
  font-size: clamp(3.1726rem, 2.6875rem + 2.0697vw, 4.2915rem);
}

.text-5xl\/none {
  font-size: clamp(3.1726rem, 2.6875rem + 2.0697vw, 4.2915rem);
  line-height: 1;
}

.text-base {
  font-size: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.text-base\/none {
  font-size: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  line-height: 1;
}

.text-lg {
  font-size: clamp(1.275rem, 1.2181rem + 0.2428vw, 1.4063rem);
}

.text-lg\/none {
  font-size: clamp(1.275rem, 1.2181rem + 0.2428vw, 1.4063rem);
  line-height: 1;
}

.text-lg\/tight {
  font-size: clamp(1.275rem, 1.2181rem + 0.2428vw, 1.4063rem);
  line-height: 1.25;
}

.text-sm {
  font-size: clamp(0.8854rem, 0.8791rem + 0.027vw, 0.9rem);
}

.text-sm\/none {
  font-size: clamp(0.8854rem, 0.8791rem + 0.027vw, 0.9rem);
  line-height: 1;
}

.text-xl {
  font-size: clamp(1.53rem, 1.4312rem + 0.4214vw, 1.7578rem);
}

.text-xl\/none {
  font-size: clamp(1.53rem, 1.4312rem + 0.4214vw, 1.7578rem);
  line-height: 1;
}

.text-xl\/tight {
  font-size: clamp(1.53rem, 1.4312rem + 0.4214vw, 1.7578rem);
  line-height: 1.25;
}

.text-xs {
  font-size: clamp(0.72rem, 0.7456rem + -0.033vw, 0.7378rem);
}

.text-xs\/tight {
  font-size: clamp(0.72rem, 0.7456rem + -0.033vw, 0.7378rem);
  line-height: 1.25;
}

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

.font-extrabold {
  font-weight: 800;
}

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

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

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

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

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(95 77 154 / var(--tw-text-opacity, 1));
}

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

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

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

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

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

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

.hover\:fill-gray:hover {
  fill: #cbcccd;
}

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

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

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

.group:hover .group-hover\:bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(203 204 205 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(95 77 154 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:fill-gray {
  fill: #cbcccd;
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:text-gray {
  --tw-text-opacity: 1;
  color: rgb(203 204 205 / var(--tw-text-opacity, 1));
}

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

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

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

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

@media (min-width: 768px) {
  .md\:ml-md {
    margin-left: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
  }

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

  .md\:mt-xl {
    margin-top: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .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\:grid-cols-\[45\%_50\%\] {
    grid-template-columns: 45% 50%;
  }

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

  .md\:gap-lg {
    gap: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
  }

  .md\:gap-sm {
    gap: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  }

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

  .md\:px-md {
    padding-left: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
    padding-right: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
  }

  .md\:py-4xl {
    padding-top: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
    padding-bottom: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
  }

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

  .md\:py-lg {
    padding-top: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
    padding-bottom: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
  }

  .md\:pb-3xl {
    padding-bottom: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
  }

  .md\:pt-0 {
    padding-top: 0;
  }

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

  .md\:text-lg {
    font-size: clamp(1.275rem, 1.2181rem + 0.2428vw, 1.4063rem);
  }

  .md\:text-lg\/none {
    font-size: clamp(1.275rem, 1.2181rem + 0.2428vw, 1.4063rem);
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:left-xl {
    left: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  }

  .lg\:right-xl {
    right: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  }

  .lg\:top-\[calc\(50\%-\(60px\/2\)\)\] {
    top: calc(50% - (60px / 2));
  }

  .lg\:top-\[calc\(50\%-\(80px\/2\)\)\] {
    top: calc(50% - (80px / 2));
  }

  .lg\:order-1 {
    order: 1;
  }

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

  .lg\:my-3xl {
    margin-top: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
    margin-bottom: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
  }

  .lg\:mb-lg {
    margin-bottom: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
  }

  .lg\:ml-lg {
    margin-left: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
  }

  .lg\:mt-2xl {
    margin-top: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
  }

  .lg\:mt-lg {
    margin-top: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
  }

  .lg\:mt-md {
    margin-top: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
  }

  .lg\:mt-xl {
    margin-top: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:grid-cols-\[45\%_55\%\] {
    grid-template-columns: 45% 55%;
  }

  .lg\:gap-lg {
    gap: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
  }

  .lg\:gap-md {
    gap: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
  }

  .lg\:gap-xl {
    gap: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  }

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

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

  .lg\:p-2xl {
    padding: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
  }

  .lg\:p-xl {
    padding: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  }

  .lg\:px-2xl {
    padding-left: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
    padding-right: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
  }

  .lg\:px-lg {
    padding-left: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
    padding-right: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
  }

  .lg\:px-md {
    padding-left: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
    padding-right: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
  }

  .lg\:px-xl {
    padding-left: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
    padding-right: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  }

  .lg\:py-2xl {
    padding-top: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
    padding-bottom: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
  }

  .lg\:py-3xl {
    padding-top: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
    padding-bottom: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
  }

  .lg\:py-\[10rem\] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .lg\:py-sm {
    padding-top: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
    padding-bottom: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  }

  .lg\:py-xl {
    padding-top: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
    padding-bottom: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  }

  .lg\:pb-2xl {
    padding-bottom: clamp(4.25rem, 4.1416rem + 0.4624vw, 4.5rem);
  }

  .lg\:pb-3xl {
    padding-bottom: clamp(6.375rem, 6.2124rem + 0.6936vw, 6.75rem);
  }

  .lg\:pb-md {
    padding-bottom: clamp(1.625rem, 1.5979rem + 0.1156vw, 1.6875rem);
  }

  .lg\:pb-sm {
    padding-bottom: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
  }

  .lg\:pt-lg {
    padding-top: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
  }

  .lg\:pt-xl {
    padding-top: clamp(3.1875rem, 3.1062rem + 0.3468vw, 3.375rem);
  }

  .lg\:text-2xl {
    font-size: clamp(1.836rem, 1.6794rem + 0.6682vw, 2.1973rem);
  }

  .lg\:text-2xl\/none {
    font-size: clamp(1.836rem, 1.6794rem + 0.6682vw, 2.1973rem);
    line-height: 1;
  }

  .lg\:text-3xl {
    font-size: clamp(2.2032rem, 1.9676rem + 1.0051vw, 2.7466rem);
  }

  .lg\:text-5xl\/none {
    font-size: clamp(3.1726rem, 2.6875rem + 2.0697vw, 4.2915rem);
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: clamp(3.8071rem, 3.132rem + 2.8805vw, 5.3644rem);
  }

  .lg\:text-6xl\/none {
    font-size: clamp(3.8071rem, 3.132rem + 2.8805vw, 5.3644rem);
    line-height: 1;
  }

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

  .lg\:text-base\/none {
    font-size: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: clamp(1.275rem, 1.2181rem + 0.2428vw, 1.4063rem);
  }

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

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

.\[\&\>\*\]\:mt-sm>* {
  margin-top: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.\[\&\>h2\]\:mt-lg>h2 {
  margin-top: clamp(2.125rem, 2.0708rem + 0.2312vw, 2.25rem);
}

.\[\&\>li\:\:marker\]\:font-bold>li::marker {
  font-weight: 700;
}

.\[\&\>li\]\:mt-xs>li {
  margin-top: clamp(0.8125rem, 0.7854rem + 0.1156vw, 0.875rem);
}

.\[\&_\*\]\:mt-sm * {
  margin-top: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_h1\+p\]\:mt-3xs h1+p {
  margin-top: clamp(0.25rem, 0.2229rem + 0.1156vw, 0.3125rem);
}

.\[\&_h2\+p\]\:mt-3xs h2+p {
  margin-top: clamp(0.25rem, 0.2229rem + 0.1156vw, 0.3125rem);
}

.\[\&_h2\]\:text-xl h2 {
  font-size: clamp(1.53rem, 1.4312rem + 0.4214vw, 1.7578rem);
}

.\[\&_p\]\:mt-sm p {
  margin-top: clamp(1.0625rem, 1.0354rem + 0.1156vw, 1.125rem);
}