/*
! tailwindcss v3.4.1 | 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: #dbdcdb; /* 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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: #959b95; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #959b95; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/tomorrow-v17-latin-100.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/tomorrow-v17-latin-100italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/tomorrow-v17-latin-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/tomorrow-v17-latin-200italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/tomorrow-v17-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/tomorrow-v17-latin-300italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tomorrow-v17-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/tomorrow-v17-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/tomorrow-v17-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/tomorrow-v17-latin-500italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/tomorrow-v17-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/tomorrow-v17-latin-600italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/tomorrow-v17-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/tomorrow-v17-latin-700italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/tomorrow-v17-latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/tomorrow-v17-latin-800italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/tomorrow-v17-latin-900.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tomorrow";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/tomorrow-v17-latin-900italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tourney";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/tourney-v13-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tourney";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/tourney-v13-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Tourney";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/tourney-v13-latin-900.woff2") format("woff2");
}
#footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto;
  grid-template-areas: "first first first first" "second second third third" "fourth fourth fourth fourth";
}
#footer-grid section:first-of-type {
  grid-area: first;
}
#footer-grid section:nth-of-type(2) {
  grid-area: second;
}
#footer-grid section:nth-of-type(3) {
  grid-area: third;
}
#footer-grid section:nth-of-type(4) {
  grid-area: fourth;
}

@media (min-width: 1024px) {
  #footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-template-areas: "first second third fourth";
  }
  #footer-grid section:first-of-type {
    grid-area: first;
  }
  #footer-grid section:nth-of-type(2) {
    grid-area: second;
  }
  #footer-grid section:nth-of-type(3) {
    grid-area: third;
  }
  #footer-grid section:nth-of-type(4) {
    grid-area: fourth;
  }
}
#breadcrumbs span {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
#breadcrumbs span span {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {

  #breadcrumbs span span {
    font-size: 14px;
  }
}
#breadcrumbs span span.breadcrumb_last {
  color: var(--primary-color);
}

#sponsor-grid section section a img {
  width: 50%;
}

#cta-blocks section a img {
  border-radius: 24px;
}

#sponsor-carousel article a img {
  max-width: none;
}

.sponsor-packages ul, #sponsors ul {
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sponsor-packages ul li::marker, #sponsors ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.sponsor-packages ul {
  align-items: flex-start;
}

h2:empty {
  display: none;
}
h2:empty ::after {
  display: none;
}

.form-section {
  font-family: Tomorrow, Helvetica, sans-serif;
}
.form-section section {
  width: 100%;
  max-width: 880px;
}
.form-section section div .gform_heading {
  display: none;
}
.form-section section div .gform-focus-validation-error {
  display: none;
}
.form-section section div form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {

  .form-section section div form {
    gap: 48px;
  }
}
.form-section section div form div.gform_body .gform_fields {
  row-gap: 24px;
}
@media (min-width: 768px) {

  .form-section section div form div.gform_body .gform_fields {
    gap: 24px;
  }
}
.form-section section div form div.gform_body .gform_fields .gfield {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-section section div form div.gform_body .gform_fields .gfield .gfield_label {
  margin: 0px;
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.form-section section div form div.gform_body .gform_fields .gfield .gfield_label .gfield_required_asterisk {
  color: var(--primary-color);
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container input, .form-section section div form div.gform_body .gform_fields .gfield .ginput_container textarea {
  height: 44px;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(122 126 121 / var(--tw-text-opacity));
  transition-duration: 500ms;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container input:hover, .form-section section div form div.gform_body .gform_fields .gfield .ginput_container textarea:hover {
  --tw-shadow: 0 0 10px #d8d8d8;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container select {
  font-size: 16px;
  transition-duration: 500ms;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container select:hover {
  --tw-shadow: 0 0 10px #d8d8d8;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container textarea {
  min-block-size: 100px;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container .gfield_select {
  height: 44px;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  padding-left: 13px;
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(122 126 121 / var(--tw-text-opacity));
  transition-duration: 500ms;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container .gfield_select:hover {
  --tw-shadow: 0 0 10px #d8d8d8;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_radio {
  margin-top: 4px;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio {
  display: flex;
  flex-direction: column;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice input[type=radio] {
  aspect-ratio: 1 / 1;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0px;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice input[type=radio]::before {
  height: 15px;
  width: 15px;
  content: var(--tw-content);
  background-color: var(--primary-color);
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice label {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 14px;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_consent {
  margin-top: 4px;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_consent input[type=checkbox] {
  aspect-ratio: 1 / 1;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_consent input[type=checkbox]::before {
  height: 15px;
  width: 15px;
  content: var(--tw-content);
  background-color: var(--primary-color);
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_consent label {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 14px;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_total {
  width: -moz-fit-content;
  width: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_total input {
  padding-left: 13px;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_container_total input:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_complex span label {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_complex span select {
  height: 44px;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Tomorrow, Helvetica, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(122 126 121 / var(--tw-text-opacity));
}
.form-section section div form div.gform_body .gform_fields .gfield .gfield_description {
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 16px;
}
.form-section section div form div.gform_body .gform_fields .gfield .validation_message {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 14px;
  color: var(--primary-color);
  background: none;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_product_price_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_product_price_wrapper .ginput_product_price {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 9px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.form-section section div form div.gform_body .gform_fields .gfield .ginput_product_price_wrapper .ginput_product_price:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-section section div form .gform_footer {
  margin: 0px;
  transition-duration: 1000ms;
}
.form-section section div form .gform_footer input {
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 6px !important;
  background-image: var(--primary-gradient-color) !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  font-family: Tomorrow, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.form-section section div form .gform_footer input:hover {
  background-image: var(--primary-gradient-hover-color) !important;
}
.form-section section div form .gform_footer input:active {
  background-image: var(--primary-gradient-hover-color) !important;
}
@media (min-width: 768px) {

  .form-section section div form .gform_footer input {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-size: 18px !important;
  }
}
.form-section section .gform_confirmation_wrapper .gform_confirmation_message {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {

  .form-section section .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 18px;
  }
}

section#overlay section {
  background-image: url("images/background-high.png");
}
section#overlay section > div:first-of-type > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 32px;
}
section#overlay section > div:first-of-type > ul > li {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section#overlay section > div:first-of-type > ul > li.menu-item-has-children > a::after {
  display: block;
  height: 2px;
  width: 48px;
  background-color: var(--primary-color);
  --tw-content: "";
  content: var(--tw-content);
}
section#overlay section > div:first-of-type > ul > li > a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section#overlay section > div:first-of-type > ul > li .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section#overlay section > div:first-of-type > ul > li .sub-menu li a {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section#overlay section > div:first-of-type > ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
section#overlay section > div:first-of-type > ul > li .sub-menu li a:active {
  color: var(--primary-color);
}
section#overlay section > div:last-of-type {
  margin-top: 32px;
}
section#overlay section > div:last-of-type div a {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  background-image: var(--primary-gradient-color);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section#overlay section > div:last-of-type div a:hover {
  background-image: var(--primary-gradient-hover-color);
}
section#overlay section > div:last-of-type div a:active {
  background-image: var(--primary-gradient-hover-color);
}
@media (min-width: 768px) {

  section#overlay section > div:last-of-type div a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }
}

section#desktopMenu section {
  margin-left: 48px;
  margin-right: 48px;
  width: 100%;
}
section#desktopMenu section > div {
  display: flex;
  width: 100%;
  align-items: center;
}
section#desktopMenu section > div > ul {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 1024px) {

  section#desktopMenu section > div > ul {
    gap: 36px;
  }
}
section#desktopMenu section > div > ul > li {
  height: 100%;
}
section#desktopMenu section > div > ul > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section#desktopMenu section > div > ul > li > a:hover {
  color: var(--primary-color);
}
section#desktopMenu section > div > ul > li > a:active {
  color: var(--primary-color);
}
@media (min-width: 1024px) {

  section#desktopMenu section > div > ul > li > a {
    font-size: 18px;
  }
}
section#desktopMenu section > div > ul > li .sub-menu {
  position: absolute;
  top: 80px;
  display: none;
  flex-direction: column;
  gap: 12px;
  border-top-width: 2px;
  border-color: var(--primary-color);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  transition-duration: 200ms;
}
section#desktopMenu section > div > ul > li .sub-menu li a {
  display: block;
  padding-right: 52px;
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section#desktopMenu section > div > ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
section#desktopMenu section > div > ul > li .sub-menu li a:active {
  color: var(--primary-color);
}
section#desktopMenu section > div > ul > li:first-of-type:hover .sub-menu, section#desktopMenu section > div > ul > li:nth-of-type(2):hover .sub-menu, section#desktopMenu section > div > ul > li:nth-of-type(3):hover .sub-menu, section#desktopMenu section > div > ul > li:nth-of-type(4):hover .sub-menu {
  display: flex;
}
section#desktopMenu section > div > ul > li:first-of-type:hover .sub-menu .current-menu-item a, section#desktopMenu section > div > ul > li:nth-of-type(2):hover .sub-menu .current-menu-item a, section#desktopMenu section > div > ul > li:nth-of-type(3):hover .sub-menu .current-menu-item a, section#desktopMenu section > div > ul > li:nth-of-type(4):hover .sub-menu .current-menu-item a {
  color: var(--primary-color);
}
section#desktopMenu section > div > ul > li:nth-of-type(3) {
  margin-right: auto;
}
section#desktopMenu section > div > ul li:has(> ul.sub-menu) > a::after {
  margin-left: 4px;
  display: flex;
  height: 18px;
  width: 18px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: url("../images/arrow-down.svg");
}

header.orange #desktopMenu section > div > ul li:has(> ul.sub-menu) > a:hover::after {
  content: url("../images/arrow-down-orange.svg");
}

header.pink #desktopMenu section > div > ul li:has(> ul.sub-menu) > a:hover::after {
  content: url("../images/arrow-down-pink.svg");
}

footer section section#footer-grid section h4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer section section#footer-grid section h4::after {
  display: block;
  height: 2px;
  width: 48px;
  background-color: var(--primary-color);
  --tw-content: "";
  content: var(--tw-content);
}
footer section section#footer-grid section p {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  footer section section#footer-grid section p {
    font-size: 16px;
  }
}
footer section section#footer-grid section p a {
  color: var(--primary-color);
  text-decoration-line: underline;
}
footer section section#footer-grid section p a:hover {
  opacity: 0.8;
}
footer section section#footer-grid section div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
footer section section#footer-grid section div ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer section section#footer-grid section div ul li {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer section section#footer-grid section div ul li:hover {
  color: var(--primary-color);
}
@media (min-width: 768px) {

  footer section section#footer-grid section div ul li {
    font-size: 16px;
  }
}
footer section section#footer-grid section:nth-of-type(4) p {
  font-size: 16px;
}
@media (min-width: 768px) {

  footer section section#footer-grid section:nth-of-type(4) p {
    font-size: 16px;
  }
}
footer section section#footer-grid section:nth-of-type(4) figure {
  width: 100px;
}
footer section section#footer-grid section:first-of-type > div:last-of-type {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
footer section section#footer-grid section:first-of-type > div:last-of-type figure:hover {
  opacity: 0.8;
}
footer section section#footer-grid section:first-of-type p a {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer section section#footer-grid section:first-of-type p a:hover {
  color: var(--primary-color);
}
@media (min-width: 768px) {

  footer section section.under-bar {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer section section.under-bar > div:first-of-type {
  order: 1;
}
@media (min-width: 768px) {

  footer section section.under-bar > div:first-of-type {
    order: 2;
    justify-content: center;
  }
}
footer section section.under-bar > div:first-of-type #menu-footer-algemeen {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
footer section section.under-bar > div:first-of-type #menu-footer-algemeen li a {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
footer section section.under-bar > div:first-of-type #menu-footer-algemeen li a:hover {
  color: var(--primary-color);
}
@media (min-width: 768px) {

  footer section section.under-bar > div:first-of-type #menu-footer-algemeen li a {
    font-size: 16px;
  }
}
footer section section.under-bar p {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  footer section section.under-bar p {
    font-size: 16px;
  }
}
footer section section.under-bar > p:first-of-type {
  order: 3;
}
@media (min-width: 768px) {

  footer section section.under-bar > p:first-of-type {
    order: 1;
  }
}
footer section section.under-bar > p:nth-of-type(2) {
  order: 2;
  width: -moz-fit-content;
  width: fit-content;
}
footer section section.under-bar > p:nth-of-type(2):hover {
  color: var(--primary-color);
}
@media (min-width: 768px) {

  footer section section.under-bar > p:nth-of-type(2) {
    order: 3;
  }
}

header > article:first-of-type article figure img {
  height: 25px;
  width: auto;
}

@media (min-width: 768px) {

  header > article:first-of-type article figure img {
    height: 30px;
  }
}
header > article:first-of-type article p {
  font-family: Tomorrow, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--primary-color);
}
@media (min-width: 768px) {

  header > article:first-of-type article p {
    font-size: 16px;
  }
}
header > article:first-of-type article p a {
  text-decoration-line: underline;
}
header > article:first-of-type article p a:hover {
  opacity: 0.8;
}
header > article:first-of-type article p a:active {
  opacity: 0.8;
}

.instagram {
  position: relative;
}
.instagram::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
}
.instagram .social {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram::before {
  content: "";
  background-color: var(--primary-color);
  opacity: 0.9;
}
.owl-carousel {
  overflow: hidden;
}

.social-icons {
  display: flex;
}
.social-icons .icon {
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 16px;
}
.social-icons .icon:last-child {
  margin-right: 0px;
}
.social-icons .icon:hover {
  cursor: pointer;
}

html, body {
  scroll-behavior: smooth;
}

.overflow-hidden {
  overflow: hidden !important;
}

#text-section p a {
  color: var(--primary-color);
  text-decoration-line: underline;
}

#text-section p a:hover {
  opacity: 0.8;
}

#text-section p a:active {
  opacity: 0.8;
}

@media (min-width: 768px) {

  #sponsors ul li {
    align-self: flex-start;
  }
}

.hero-image-baseball {
  bottom: 0px;
  width: 90%;
  max-width: 800px;
}

@media (min-width: 768px) {

  .hero-image-baseball {
    width: 80%;
  }
}

@media (min-width: 1024px) {

  .hero-image-baseball {
    width: 100%;
  }
}

.hero-image-softball {
  bottom: -20px;
  width: 90%;
  max-width: 750px;
}

@media (min-width: 640px) {

  .hero-image-softball {
    width: 80%;
  }
}

@media (min-width: 768px) {

  .hero-image-softball {
    width: 60%;
  }
}

@media (min-width: 1024px) {

  .hero-image-softball {
    width: 50%;
  }
}

@media (min-width: 1280px) {

  .hero-image-softball {
    width: 60%;
  }
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-20 {
  bottom: -20px;
}

.-top-40 {
  top: -40px;
}

.-top-70 {
  top: -70px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-17 {
  bottom: 17px;
}

.left-0 {
  left: 0px;
}

.left-30 {
  left: 30px;
}

.right-0 {
  right: 0px;
}

.right-17 {
  right: 17px;
}

.top-0 {
  top: 0px;
}

.top-30 {
  top: 30px;
}

.top-80 {
  top: 80px;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-0 {
  margin: 0px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.-mr-120 {
  margin-right: -120px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-48 {
  margin-bottom: 48px;
}

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

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-6\/5 {
  aspect-ratio: 6 / 5;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-100 {
  height: 100px;
}

.h-118 {
  height: 118px;
}

.h-13 {
  height: 13px;
}

.h-18 {
  height: 18px;
}

.h-2 {
  height: 2px;
}

.h-23 {
  height: 23px;
}

.h-25 {
  height: 25px;
}

.h-254 {
  height: 254px;
}

.h-325 {
  height: 325px;
}

.h-36 {
  height: 36px;
}

.h-40 {
  height: 40px;
}

.h-44 {
  height: 44px;
}

.h-48 {
  height: 48px;
}

.h-50vh {
  height: 50vh;
}

.h-631 {
  height: 631px;
}

.h-80 {
  height: 80px;
}

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

.h-full {
  height: 100%;
}

.w-118 {
  width: 118px;
}

.w-171 {
  width: 171px;
}

.w-18 {
  width: 18px;
}

.w-25 {
  width: 25px;
}

.w-351 {
  width: 351px;
}

.w-40 {
  width: 40px;
}

.w-48 {
  width: 48px;
}

.w-532 {
  width: 532px;
}

.w-78 {
  width: 78px;
}

.w-9\/10 {
  width: 90%;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.max-w-1344 {
  max-width: 1344px;
}

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

.max-w-300 {
  max-width: 300px;
}

.max-w-532 {
  max-width: 532px;
}

.max-w-552 {
  max-width: 552px;
}

.max-w-648 {
  max-width: 648px;
}

.max-w-750 {
  max-width: 750px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-880 {
  max-width: 880px;
}

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

@keyframes infinite-scroll {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.animate-infinite-scroll {
  animation: infinite-scroll 25s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.scroll-m-84 {
  scroll-margin: 84px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-36 {
  gap: 36px;
}

.gap-40 {
  gap: 40px;
}

.gap-6 {
  gap: 6px;
}

.gap-8 {
  gap: 8px;
}

.gap-x-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-ellipsis {
  text-overflow: ellipsis;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-6 {
  border-radius: 6px;
}

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

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

.rounded-b-12 {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

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

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

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

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

.border-primary-color {
  border-color: var(--primary-color);
}

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

.bg-darkgray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 62 62 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 235 / var(--tw-bg-opacity));
}

.bg-offblack-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}

.bg-primary-opacity-hover-color {
  background-color: var(--primary-opacity-hover-color);
}

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

.bg-primary-gradient-color {
  background-image: var(--primary-gradient-color);
}

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

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

.bg-bottom-48 {
  background-position: bottom 48px left;
}

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-12 {
  padding: 12px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

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

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-13 {
  padding-left: 13px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-9 {
  padding-left: 9px;
}

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

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

.pt-91 {
  padding-top: 91.46px;
}

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

.font-tomorrow {
  font-family: Tomorrow, Helvetica, sans-serif;
}

.font-tourney {
  font-family: Tourney, Helvetica, sans-serif;
}

.text-2xl {
  font-size: 32px;
}

.text-3xl {
  font-size: 40px;
}

.text-3xl-desk {
  font-size: 60px;
}

.text-base {
  font-size: 16px;
}

.text-breadcrumbs {
  font-size: 12px;
}

.text-lg {
  font-size: 20px;
}

.text-lg-desk {
  font-size: 24px;
}

.text-sm {
  font-size: 15px;
}

.text-xl {
  font-size: 24px;
}

.text-xs {
  font-size: 14px;
}

.text-xs-desk {
  font-size: 16px;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-120 {
  line-height: 120%;
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(122 126 121 / var(--tw-text-opacity));
}

.text-primary-color {
  color: var(--primary-color);
}

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

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

.opacity-0 {
  opacity: 0;
}

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

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

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

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

.before\:w-15::before {
  content: var(--tw-content);
  width: 15px;
}

.before\:bg-primary-color::before {
  content: var(--tw-content);
  background-color: var(--primary-color);
}

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

.after\:h-2::after {
  content: var(--tw-content);
  height: 2px;
}

.after\:h-3::after {
  content: var(--tw-content);
  height: 3px;
}

.after\:w-48::after {
  content: var(--tw-content);
  width: 48px;
}

.after\:w-78::after {
  content: var(--tw-content);
  width: 78px;
}

.after\:bg-primary-color::after {
  content: var(--tw-content);
  background-color: var(--primary-color);
}

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

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-primary-gradient-hover-color:hover {
  background-image: var(--primary-gradient-hover-color);
}

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

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

.hover\:shadow-form:hover {
  --tw-shadow: 0 0 10px #d8d8d8;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sponsor:hover {
  --tw-shadow: 0 0 15px #f5f5f5;
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.active\:bg-primary-gradient-hover-color:active {
  background-image: var(--primary-gradient-hover-color);
}

.active\:text-primary-color:active {
  color: var(--primary-color);
}

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

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

@media (min-width: 640px) {

  .sm\:w-4\/5 {
    width: 80%;
  }
}

@media (min-width: 768px) {

  .md\:bottom-20 {
    bottom: 20px;
  }

  .md\:right-24 {
    right: 24px;
  }

  .md\:mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }

  .md\:mb-36 {
    margin-bottom: 36px;
  }

  .md\:mb-48 {
    margin-bottom: 48px;
  }

  .md\:mb-64 {
    margin-bottom: 64px;
  }

  .md\:mb-72 {
    margin-bottom: 72px;
  }

  .md\:mb-96 {
    margin-bottom: 96px;
  }

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-15 {
    height: 15px;
  }

  .md\:h-150 {
    height: 150px;
  }

  .md\:h-18 {
    height: 18px;
  }

  .md\:h-36 {
    height: 36px;
  }

  .md\:h-429 {
    height: 429px;
  }

  .md\:h-48 {
    height: 48px;
  }

  .md\:h-576 {
    height: 576px;
  }

  .md\:h-60 {
    height: 60px;
  }

  .md\:h-80 {
    height: 80px;
  }

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

  .md\:w-18 {
    width: 18px;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

  .md\:w-36 {
    width: 36px;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-60 {
    width: 60px;
  }

  .md\:w-7 {
    width: 7px;
  }

  .md\:w-7\/10 {
    width: 70%;
  }

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

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

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

  .md\:scroll-m-128 {
    scroll-margin: 128px;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

  .md\:gap-24 {
    gap: 24px;
  }

  .md\:gap-40 {
    gap: 40px;
  }

  .md\:gap-48 {
    gap: 48px;
  }

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

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

  .md\:rounded-24 {
    border-radius: 24px;
  }

  .md\:rounded-b-24 {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:p-16 {
    padding: 16px;
  }

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

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

  .md\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .md\:pb-42 {
    padding-bottom: 42px;
  }

  .md\:pb-84 {
    padding-bottom: 84px;
  }

  .md\:pt-106 {
    padding-top: 106px;
  }

  .md\:pt-48 {
    padding-top: 48px;
  }

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

  .md\:text-start {
    text-align: start;
  }

  .md\:text-2xl-desk {
    font-size: 48px;
  }

  .md\:text-3xl {
    font-size: 40px;
  }

  .md\:text-3xl-desk {
    font-size: 60px;
  }

  .md\:text-base-desk {
    font-size: 20px;
  }

  .md\:text-sm-desk {
    font-size: 18px;
  }

  .md\:text-xl-desk {
    font-size: 32px;
  }

  .md\:leading-64 {
    line-height: 64px;
  }

  .md\:after\:h-3::after {
    content: var(--tw-content);
    height: 3px;
  }
}

@media (min-width: 1024px) {

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

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

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

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

  .lg\:mb-143\.25 {
    margin-bottom: 143.25px;
  }

  .lg\:ml-120 {
    margin-left: 120px;
  }

  .lg\:h-200 {
    height: 200px;
  }

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

  .lg\:w-240 {
    width: 240px;
  }

  .lg\:max-w-1112 {
    max-width: 1112px;
  }

  .lg\:scroll-m-150 {
    scroll-margin: 150px;
  }

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

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

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

  .lg\:gap-48 {
    gap: 48px;
  }

  .lg\:text-2xl-desk {
    font-size: 48px;
  }

  .lg\:text-sm-desk {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {

  .xl\:left-60 {
    left: 60px;
  }

  .xl\:right-60 {
    right: 60px;
  }

  .xl\:top-60 {
    top: 60px;
  }

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

  .xl\:text-3xl-desk {
    font-size: 60px;
  }
}

@media (min-width: 1536px) {

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