/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	border-color: currentcolor;
}

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}

/**
* Reset.css
* Custom reset enhancements.
* Primary reset is modern-normalize (by default)
* imported in ../style.css
*/

/*
 * Create a root stacking context
 */
.wp-site-blocks {
	isolation: isolate;
}



/* stylelint-disable */
/*
 * Resources on prefers-reduced-motion:
 * https://webkit.org/blog-files/prefers-reduced-motion/prm.htm
 * https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion
 */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.001s !important;
		transition-duration: 0.001s !important;
	}
}


/* WordPress generated classes */

.alignleft {
	float: left;
	margin-right: 1rem;
	text-align: left;
}

.alignright {
	float: right;
	margin-left: 1rem;
	text-align: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.wp-caption {
	max-width: 100%;

	&.aligncenter {
		text-align: center;
	}

	&.alignright {
		text-align: right;
	}
}

.wp-caption-text {
	margin: 0;
}

/* stylelint-disable */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:active) {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* stylelint-disable */
/*
 * Ensure that we are not overriding the editor styles of the
 * WordPress Components.
 *
 * This is a workaround for: https://github.com/WordPress/gutenberg/issues/10178
 *
 * using :where to prevent the specificity increase of using :not
 */
button:where(:not(.components-button)) {
}

/* stylelint-disable */
/*
 * Ensure that we are not overriding the editor styles of the
 * WordPress Components.
 *
 * This is a workaround for: https://github.com/WordPress/gutenberg/issues/10178
 *
 * using :where to prevent the specificity increase of using :not
 */
a:where(:not(.components-external-link)) {
}



.site-navigation .menu-item-has-children:not(:first-of-type) .sub-menu {
	display: none;
}

.site-navigation .menu-item-has-children:hover .sub-menu {
	display: block;
}

.sub-menu {
	position: absolute;
	background-color: #000;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	z-index: 1000;
}

.mobile-nav-container {
	height: 100%;
	overflow: scroll;
}

footer {
	details nav {
		padding: 16px;
	}
}

/* Layout */

.skip-to-content-link {
	left: 0.3125rem;
	position: absolute;
	top: 0.3125rem;
}

.mini-chart-slider-wrapper .noUi-target {
	opacity: 1;
	height: 60px;
	border: none;
}
.mini-chart-slider-wrapper .noUi-target {
	background: transparent;
}
.mini-chart-slider-wrapper .noUi-connect {
	background: rgba(128, 179, 236, 0.3);
	box-shadow: none;
}

.mini-chart-slider-wrapper .noUi-handle.noUi-handle-upper,
.mini-chart-slider-wrapper .noUi-handle.noUi-handle-lower {
	width: 8px;
	height: 15px;
	background-color: rgb(178, 177, 182);
	border-width: 0.5px;
	border-color: rgb(178, 177, 182);
	right: 0;
	transform: translate(50%, 25%);
	top: 17px;

	&::after,
	&::before {
		height: 8px;
		background-color: rgb(178, 177, 182);
	}

	&::before {
		left: 3.6px;
		top: 2px;
	}

	&::after {
		left: 1.3px;
		top: 2px;
	}
}

.leform-container {
	width: 100%;
	.leform-form {
		font-family: var(--wp--preset--font-family--instrument-sans);
		.leform-form-inner {
			display: flex;
			flex-direction: column;
			gap: 12px;
		}

		.leform-element {
			padding: 0;
		}

		.leform-element label {
			margin: 0;
		}

		.leform-element .leform-input {
			height: auto;
		}

		.leform-element-label-top {
			display: flex;
			flex-direction: column;
			gap: 8px;
		}

		.leform-column-input .leform-input textarea,
		.leform-column-input .leform-input input[type="text"] {
			width: 100%;
			padding: 0.75rem 1rem;
			font-size: 0.875rem;
			color: #1d1d1d;
			background: #fff;
			border-radius: 0.5rem;
			border: 1px solid var(--wp--preset--color--gray-100);
			box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
			min-height: 47px;
			transition:
				border-color 0.2s,
				box-shadow 0.2s;
			outline: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;

			&:focus {
				border-color: var(--wp--preset--color--gold);
				box-shadow: 0 0 0 4px rgba(248, 189, 57, 0.4);
			}
		}

		.leform-column-input .leform-input textarea {
			height: 110px;
		}

		.leform-column-input .leform-cr-layout-inline {
			display: flex;
			gap: 16px;

			.leform-cr-container.leform-cr-container-medium.leform-cr-container-left {
				display: flex;
				gap: 8px;
				width: auto !important;
			}

			.leform-cr-label.leform-ta-left {
				padding: 0;
			}
		}

		.leform-element:has(.leform-button) {
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.leform-element[data-type="radio"] form {
			display: flex;
			gap: 16px;
		}

		.leform-element
			input[type="radio"].leform-radio-classic.leform-radio-medium
			+ label,
		.leform-element
			input[type="checkbox"].leform-checkbox-classic.leform-checkbox-medium
			+ label {
			font-size: 0.875em;
			border: 1px solid var(--wp--preset--color--gray-100);
			border-radius: 6px;
			&:focus {
				border-color: var(--wp--preset--color--gold);
				box-shadow: 0 0 0 4px rgba(248, 189, 57, 0.4);
			}
		}

		.leform-element .noSwipe {
			font-size: 0.875em;

			a {
				font-size: 1em;
				color: var(--wp--preset--color--gold);
				text-decoration: underline;
			}
		}

		.leform-element
			input[type="radio"].leform-radio-classic.leform-radio-medium:focus
			+ label,
		.leform-element
			input[type="checkbox"].leform-checkbox-classic.leform-checkbox-medium:focus
			+ label {
			border-color: var(--wp--preset--color--gold);
			box-shadow: 0 0 0 4px rgba(248, 189, 57, 0.4);
		}

		.leform-element
			input[type="radio"].leform-radio-classic.leform-radio-medium:checked
			+ label,
		.leform-element
			input[type="checkbox"].leform-checkbox-classic.leform-checkbox-medium:checked
			+ label {
			background: var(--wp--preset--gradient--red-gradient);
			color: var(--wp--preset--color--gold-500);
		}

		.leform-element
			input[type="radio"].leform-radio-classic.leform-radio-medium:checked
			+ label::after,
		.leform-element
			input[type="checkbox"].leform-checkbox-classic.leform-checkbox-medium:checked
			+ label::after {
			font-size: 0.875em;
			position: absolute;
			top: 0;
			left: 4px;
		}

		.leform-element .leform-button {
			background: var(--wp--preset--gradient--red-gradient);
			background-color: transparent;
			border: none;
			color: var(--wp--preset--color--gold-500);
			border-radius: 0.5rem;
			padding: 10px 20px;
			height: auto;
			font-size: 1em;
			line-height: 1.5;
			min-width: 8rem;
			font-weight: 600;
		}

		.leform-element.leform-element-html {
			p {
				font-size: 0.8em;
			}

			a {
				text-decoration: underline;
			}
		}
	}
}

figure.wp-block-image .components-resizable-box__container {
	height: 100% !important;
}

/* Components */

/**
 * TenUpTheme
 * https://project-website.tld
 *
 */

/**
 * Resets - installed via NPM
 * modern-normalize - https://github.com/sindresorhus/modern-normalize
 * Replaced normalize.css with modern-normalize
 * If you want to use a custom normalize or reset,
 * you can remove this import and add your own.
 * If replacing, be sure to provide clear guidance for engineering team.
 */

/* Tailwind */

*, ::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: #828282; /* 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: #575757; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #575757; /* 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;
}

main {
		ul:not(#wp-admin-bar-root-default):not(.wp-block-navigation):not(
				.list-none
			){
    margin-top: 1.25rem;
  }
		ul:not(#wp-admin-bar-root-default):not(.wp-block-navigation):not(
				.list-none
			){
    display: flex;
  }
		ul:not(#wp-admin-bar-root-default):not(.wp-block-navigation):not(
				.list-none
			){
    list-style-type: disc;
  }
		ul:not(#wp-admin-bar-root-default):not(.wp-block-navigation):not(
				.list-none
			){
    flex-direction: column;
  }
		ul:not(#wp-admin-bar-root-default):not(.wp-block-navigation):not(
				.list-none
			){
    gap: 0.5rem;
  }
		ul:not(#wp-admin-bar-root-default):not(.wp-block-navigation):not(
				.list-none
			){
    padding-left: 1.5rem;
  }

		ol:not(#wp-admin-bar-root-default):not(.wp-block-navigation){
    margin-top: 2rem;
  }

		ol:not(#wp-admin-bar-root-default):not(.wp-block-navigation){
    display: flex;
  }

		ol:not(#wp-admin-bar-root-default):not(.wp-block-navigation){
    list-style-type: decimal;
  }

		ol:not(#wp-admin-bar-root-default):not(.wp-block-navigation){
    flex-direction: column;
  }

		ol:not(#wp-admin-bar-root-default):not(.wp-block-navigation){
    gap: 1rem;
  }

		ol:not(#wp-admin-bar-root-default):not(.wp-block-navigation){
    padding-left: 1.5rem;
  }

		h1{
    font-size: 2.5em;
  }

		h1{
    line-height: 1.5;
  }

		h2{
    margin-top: 2.5rem;
  }

		h2{
    font-size: 2em;
  }

		h2{
    line-height: 1.5;
  }

		h3{
    font-size: 1.75em;
  }

		h3{
    line-height: 1.5;
  }

		h4{
    margin-top: 1rem;
  }

		h4{
    font-size: 1.5em;
  }

		h4{
    line-height: 1.5;
  }

		.wp-block-table .has-fixed-layout{
    table-layout: auto;
  }

		.wp-block-table .has-fixed-layout{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

		.wp-block-table .has-fixed-layout thead th{
    white-space: nowrap;
  }

		.wp-block-table .has-fixed-layout thead th{
    text-align: left;
  }

		.wp-block-table .has-fixed-layout tbody td{
    overflow-wrap: normal;
    word-break: normal;
  }

		.wp-block-table .has-fixed-layout tbody td{
    padding: 0.5rem;
  }

		.wp-block-table td{
    --tw-border-opacity: 1;
    border-color: rgb(218 218 218 / var(--tw-border-opacity, 1));
  }

		.wp-block-table td{
    font-family: Instrument Sans, sans-serif;
  }

		.wp-block-table td{
    --tw-text-opacity: 1;
    color: rgb(87 87 87 / var(--tw-text-opacity, 1));
  }

		.wp-block-table th{
    --tw-border-opacity: 1;
    border-color: rgb(218 218 218 / var(--tw-border-opacity, 1));
  }

		.wp-block-table th{
    font-family: Instrument Sans, sans-serif;
  }

		.wp-block-table th{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity, 1));
  }

		.wp-block-table thead{
    border-bottom-width: 0px;
  }
	}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

  .\!container{
    max-width: 640px !important;
  }

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

  .\!container{
    max-width: 768px !important;
  }

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

  .\!container{
    max-width: 1024px !important;
  }

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

  .\!container{
    max-width: 1200px !important;
  }

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

  .\!container{
    max-width: 1280px !important;
  }

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

  .\!container{
    max-width: 1536px !important;
  }

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

  .\!container{
    max-width: 1920px !important;
  }

  .container{
    max-width: 1920px;
  }
}
.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-inline-start: 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-inline-start: 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-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  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-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 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;
  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-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 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(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.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: #ffffff;
  --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(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-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 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 > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p: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-inline-start: 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-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 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;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  font-size: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.2857143em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.1;
  font-weight: 900;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.2;
  font-weight: 900;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.2;
  font-weight: 900;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
  font-size: 1em;
  font-weight: 900;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-base{
  font-size: 1rem;
  line-height: 1.75;
}
.prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 1em;
  line-height: 1.5;
}
.prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) strong{
  font-weight: 900;
}
.prose-base :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.2;
}
.prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.75em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.2;
}
.prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.375em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
.prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 1.25em;
}
.prose-base :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-base :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose-base :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-base :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-base :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-base :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
  font-size: 1em;
}
.prose-base :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-base :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-base :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose-base :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose-base :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-base :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose-base :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  font-size: 1em;
  line-height: 1.5;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) strong{
  font-weight: 900;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.2222222em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1.2;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.7777778em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.2;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.2;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.2;
  font-size: 1.1111111em;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
  font-size: 1em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-invert{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.components-button-red{
  display: inline-block;
  min-height: 2.75rem;
  border-radius: 0.75rem;
  background-image: linear-gradient(141.34deg, #6F2A31 26%, #4E1A1E 77.9%);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Instrument Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(248 189 57 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.components-button-red:hover{
  background-image: linear-gradient(0deg, #6F2A31 90%, #4E1A1E 100%);
}
.components-button-red{
  display: inline-block;
  min-height: 2.75rem;
  border-radius: 0.75rem;
  background-image: linear-gradient(141.34deg, #6F2A31 26%, #4E1A1E 77.9%);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Instrument Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(248 189 57 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.components-button-red:hover{
  background-image: linear-gradient(0deg, #6F2A31 90%, #4E1A1E 100%);
}
.components-pagination-button{
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 201 201 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(180deg, #f7f6f6 19.08%, #dfdfdf 82.41%);
  text-align: center;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.components-pagination-button:hover:not(.components-pagination-button-current){
  background-image: linear-gradient(180deg, #f7f6f6 19.08%, #d1d1d1 82.41%);
}
.components-pagination-button-current{
  --tw-border-opacity: 1;
  border-color: rgb(51 10 14 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(141.34deg, #6F2A31 26%, #4E1A1E 77.9%);
  --tw-text-opacity: 1;
  color: rgb(248 189 57 / var(--tw-text-opacity, 1));
}
p > a{
  text-decoration-line: underline;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.\!static{
  position: static !important;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.left-auto{
  left: auto;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.start-0{
  inset-inline-start: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.isolate{
  isolation: isolate;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[9999\]{
  z-index: 9999;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.\!h-4{
  height: 1rem !important;
}
.\!h-\[var\(--sg-h-mobile\)\]{
  height: var(--sg-h-mobile) !important;
}
.\!h-full{
  height: 100% !important;
}
.h-0{
  height: 0px;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-4{
  height: 1rem;
}
.h-52{
  height: 13rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[13rem\]{
  height: 13rem;
}
.h-\[170px\]{
  height: 170px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[60px\]{
  height: 60px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-12{
  max-height: 3rem;
}
.max-h-14{
  max-height: 3.5rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-full{
  max-height: 100%;
}
.\!min-h-0{
  min-height: 0px !important;
}
.\!min-h-4{
  min-height: 1rem !important;
}
.min-h-0{
  min-height: 0px;
}
.min-h-11{
  min-height: 2.75rem;
}
.min-h-3{
  min-height: 0.75rem;
}
.min-h-4{
  min-height: 1rem;
}
.min-h-5{
  min-height: 1.25rem;
}
.min-h-6{
  min-height: 1.5rem;
}
.min-h-7{
  min-height: 1.75rem;
}
.min-h-\[389px\]{
  min-height: 389px;
}
.\!w-4{
  width: 1rem !important;
}
.w-0{
  width: 0px;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-28{
  width: 7rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-52{
  width: 13rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-60{
  width: 15rem;
}
.w-64{
  width: 16rem;
}
.w-\[130\%\]{
  width: 130%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.\!min-w-4{
  min-width: 1rem !important;
}
.min-w-\[129px\]{
  min-width: 129px;
}
.min-w-\[835px\]{
  min-width: 835px;
}
.\!max-w-\[160px\]{
  max-width: 160px !important;
}
.\!max-w-full{
  max-width: 100% !important;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-40{
  max-width: 10rem;
}
.max-w-56{
  max-width: 14rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[133px\]{
  max-width: 133px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.table-auto{
  table-layout: auto;
}
.origin-center{
  transform-origin: center;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[135deg\]{
  --tw-rotate: 135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-\[1fr_1fr_1fr_8em\]{
  grid-template-columns: 1fr 1fr 1fr 8em;
}
.grid-cols-\[1fr_8em\]{
  grid-template-columns: 1fr 8em;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.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;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-clip{
  overflow-y: clip;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-y-\[1px\]{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.border-\[\#dadada\]{
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity, 1));
}
.border-aubergine{
  --tw-border-opacity: 1;
  border-color: rgb(51 10 14 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(203 201 201 / var(--tw-border-opacity, 1));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(49 49 49 / var(--tw-border-opacity, 1));
}
.border-gray-border{
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
}
.border-off-white-500{
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}
.border-y-gray-border{
  --tw-border-opacity: 1;
  border-top-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
}
.border-y-gray-border\/25{
  border-top-color: rgb(223 223 223 / 0.25);
  border-bottom-color: rgb(223 223 223 / 0.25);
}
.bg-\[\#82D8C4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(130 216 196 / var(--tw-bg-opacity, 1));
}
.bg-gold-500{
  --tw-bg-opacity: 1;
  background-color: rgb(248 189 57 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/50{
  background-color: rgb(130 130 130 / 0.5);
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
}
.bg-gray-card{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-maroon{
  --tw-bg-opacity: 1;
  background-color: rgb(78 26 30 / var(--tw-bg-opacity, 1));
}
.bg-off-white{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}
.bg-off-white-100\/70{
  background-color: rgb(245 245 245 / 0.7);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-wine{
  --tw-bg-opacity: 1;
  background-color: rgb(104 34 41 / var(--tw-bg-opacity, 1));
}
.bg-\[linear-gradient\(180deg\2c \#f6f6f6\2c \#a8a8a8\)\]{
  background-image: linear-gradient(180deg,#f6f6f6,#a8a8a8);
}
.bg-gradient-gold{
  background-image: linear-gradient(180deg,#f8bd39,#c68902);
}
.bg-gradient-gold-hover{
  background-image: linear-gradient(180deg,#ffd77d,#c68902);
}
.bg-gradient-gray{
  background-image: linear-gradient(180deg, #f7f6f6 19.08%, #dfdfdf 82.41%);
}
.bg-gradient-red{
  background-image: linear-gradient(141.34deg, #6F2A31 26%, #4E1A1E 77.9%);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#313131\]{
  --tw-gradient-to: #313131 var(--tw-gradient-to-position);
}
.\!bg-50\%{
  background-size: 50% !important;
}
.\!bg-\[length\:284px_135px\]{
  background-size: 284px 135px !important;
}
.bg-50\%{
  background-size: 50%;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.\!pl-3{
  padding-left: 0.75rem !important;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-11{
  padding-left: 2.75rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-11{
  padding-right: 2.75rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-baseline{
  vertical-align: baseline;
}
.font-instrument{
  font-family: Instrument Sans, sans-serif;
}
.font-palatino{
  font-family: Palatino, sans-serif;
}
.text-\[1\.5em\]{
  font-size: 1.5em;
}
.text-\[1\.75em\]{
  font-size: 1.75em;
}
.text-\[2\.5em\]{
  font-size: 2.5em;
}
.text-\[2em\]{
  font-size: 2em;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-\[\.85em\]{
  line-height: .85em;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\.7rem\]{
  line-height: 1.7rem;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.text-\[\#313131\]{
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity, 1));
}
.text-\[\#575757\]{
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}
.text-dark-green{
  --tw-text-opacity: 1;
  color: rgb(63 159 47 / var(--tw-text-opacity, 1));
}
.text-gold{
  --tw-text-opacity: 1;
  color: rgb(156 118 34 / var(--tw-text-opacity, 1));
}
.text-gold-500{
  --tw-text-opacity: 1;
  color: rgb(248 189 57 / var(--tw-text-opacity, 1));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity, 1));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(38 197 9 / var(--tw-text-opacity, 1));
}
.text-off-white-900{
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}
.text-salmon{
  --tw-text-opacity: 1;
  color: rgb(235 87 87 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-width\]{
  transition-property: max-width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.sg-iframe {
		height: var(--sg-h-mobile);
	}
/* @screen md {
		.sg-iframe {
			height: var(--sg-h-tablet);
		}
	} */
@media (min-width: 768px) {
		.sg-iframe {
			height: var(--sg-h-desktop);
		}
	}
.\[block-size\:0\]{
  block-size: 0;
}
.\[block-size\:auto\]{
  block-size: auto;
}
.\!\[margin-block-start\:0\]{
  margin-block-start: 0 !important;
}
.\[transition\:content-visibility_300ms_allow-discrete\2c _opacity_300ms\2c _block-size_300ms\]{
  transition: content-visibility 300ms allow-discrete, opacity 300ms, block-size 300ms;
}

/* Global - global pieces like media queries, mixins and placeholders */

/* Base - base styles such as fonts, typography, and wordpress overrides */

/* Layout - styles specific to layout */

/* Templates */

/* @import url("templates/index.css"); */

/* Components */

:root {
	--icon-tick: url('data:image/svg+xml,<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="m10.2501 16.25-.61034.4359c.16903.2367.45964.3543.74574.3018.286-.0525.5159-.2656.5899-.5468zm6.4647-7.91134c.3251-.25666.3806-.72828.124-1.05339-.2567-.32511-.7283-.3806-1.0534-.12393zm-8.35444 3.97544c-.24076-.3371-.70917-.4152-1.04623-.1744s-.41513.7092-.17437 1.0462zm2.61504 4.1268c.5821-2.2118 1.9957-4.233 3.3072-5.7275.6503-.74098 1.2631-1.33868 1.7124-1.75019.2243-.20551.4072-.36395.5326-.46994.0627-.05298.111-.09281.1429-.11881.0159-.013.0278-.02254.0352-.02853.0038-.003.0064-.00511.008-.00633.0007-.0006.0009-.00079.0011-.00094-.0001.00009 0 0-.4647-.58866s-.4645-.5888-.4647-.58866c-.0001.00007-.0006.00048-.0008.00061-.0003.00027-.0007.00059-.0012.00097-.001.00075-.0022.00174-.0037.00295-.0031.00243-.0073.00577-.0126.01001-.0105.00848-.0255.02058-.0447.03621-.0383.03124-.0933.07662-.1629.13546-.1392.11764-.3372.28928-.5777.50955-.4804.44006-1.1332 1.07673-1.8267 1.86696-1.376 1.56804-2.9624 3.79684-3.63035 6.33504zm-3.83564-3.255 2.5 3.5 1.22064-.8718-2.50004-3.5z" fill="currentColor"></path></svg>');
}

.submenu.wp-block-group a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.submenu.wp-block-group a:hover{
  --tw-text-opacity: 1;
  color: rgb(203 201 201 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media not all and (min-width: 1280px){

  .submenu .submenu-content{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .submenu .submenu-content .tablet-hidden{
    display: none !important;
  }
}

.submenu.wp-block-group a.item-active{
  --tw-text-opacity: 1;
  color: rgb(248 189 57 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.mega-menu-item a.item-active{
  --tw-text-opacity: 1;
  color: rgb(248 189 57 / var(--tw-text-opacity, 1));
}

.mega-menu-item.item-active a{
  --tw-text-opacity: 1;
  color: rgb(248 189 57 / var(--tw-text-opacity, 1));
}

.mega-menu-item .single-item a.item-active{
  --tw-text-opacity: 1;
  color: rgb(248 189 57 / var(--tw-text-opacity, 1));
}

.contact-bar-responsive > .wp-block-group{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

@media not all and (min-width: 1280px){

  .contact-bar-responsive > .wp-block-group{
    justify-content: center;
  }
}

@media not all and (min-width: 640px){

  .posts-search-header .wp-block-search__inside-wrapper{
    flex-wrap: wrap;
  }
}

.posts-search-header .wp-block-search__inside-wrapper {

	input{
    margin-top: 0.5rem;
  }

	input{
    max-height: 3rem;
  }

	input{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

	input{
    font-size: 1rem;
    line-height: 1.5rem;
  }

	@media not all and (min-width: 640px){

    input{
      margin-left: 0px;
    }
  }

	@media not all and (min-width: 640px){

    input{
      width: 100%;
    }
  }

	button{
    margin-top: 0.5rem;
  }

	button{
    max-height: 3rem;
  }

	button{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

	button{
    font-size: 1rem;
    line-height: 1.5rem;
  }

	@media not all and (min-width: 640px){

    button{
      margin-left: 0px;
    }
  }

	@media not all and (min-width: 640px){

    button{
      width: 100%;
    }
  }
}

.wp-block-image{
  max-width: 100%;
}

.image-content-section-responsive {
	@media not all and (min-width: 1024px){

    .content-wrapper.has-background{
      background-color: transparent !important;
    }
  }
}

.large-content-section-responsive {
	@media not all and (min-width: 1024px){

    .content-wrapper.border-responsive{
      border-radius: 0px !important;
    }
  }
}

@media not all and (min-width: 1024px){

  .border-responsive{
    border-radius: 0px !important;
  }
}

.iframe-responsive figure,
.iframe-responsive iframe{
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  min-width: 0px !important;
}

/* Desktop Hidden: hide when xl and up */
@media (min-width: 1024px) {
	.desktop-hidden {
		display: none !important;
	}
}

/* Mobile Hidden: hide when max-md (i.e., below 768px) */
@media (max-width: 767px) {
	.mobile-hidden {
		display: none !important;
	}
}

/* Hide only between 768px (md) and 1279px (just before xl) */
@media (min-width: 768px) and (max-width: 1023px) {
	.tablet-hidden {
		display: none !important;
	}
}
@media (min-width: 1024px){

  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    font-size: 1em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) strong{
    font-weight: 900;
  }

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.2222222em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1.2;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.7777778em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.2;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.2;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.2;
    font-size: 1.1111111em;
  }

  .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }

  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }

  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
    font-size: 1em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }

  .lg\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }

  .lg\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.4em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.4;
  }

  .lg\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }

  .lg\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }

  .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8611111em;
  }

  .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
  }

  .lg\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }

  .lg\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .lg\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .lg\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }

  .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }

  .lg\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

  .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

  .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }

  .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }

  .lg\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.placeholder\:text-off-white-50::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity, 1));
}
.placeholder\:text-off-white-50::placeholder{
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity, 1));
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after{
  content: var(--tw-content);
  inset: 0px;
}
.after\:-left-8::after{
  content: var(--tw-content);
  left: -2rem;
}
.after\:left-3::after{
  content: var(--tw-content);
  left: 0.75rem;
}
.after\:right-3::after{
  content: var(--tw-content);
  right: 0.75rem;
}
.after\:right-5::after{
  content: var(--tw-content);
  right: 1.25rem;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.after\:z-10::after{
  content: var(--tw-content);
  z-index: 10;
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}
.after\:h-10::after{
  content: var(--tw-content);
  height: 2.5rem;
}
.after\:h-6::after{
  content: var(--tw-content);
  height: 1.5rem;
}
.after\:h-8::after{
  content: var(--tw-content);
  height: 2rem;
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:w-10::after{
  content: var(--tw-content);
  width: 2.5rem;
}
.after\:w-8::after{
  content: var(--tw-content);
  width: 2rem;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:-translate-y-1\/2::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:scale-100::after{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:content-center::after{
  content: var(--tw-content);
  align-content: center;
}
.after\:bg-\[linear-gradient\(180deg\2c rgba\(36\2c 36\2c 36\2c 0\)\2c \#313131\)\]::after{
  content: var(--tw-content);
  background-image: linear-gradient(180deg,rgba(36,36,36,0),#313131);
}
.after\:object-contain::after{
  content: var(--tw-content);
  -o-object-fit: contain;
     object-fit: contain;
}
.after\:transition-transform::after{
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:duration-300::after{
  content: var(--tw-content);
  transition-duration: 300ms;
}
.after\:ease-in-out::after{
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.after\:content-download::after{
  --tw-content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" fill="none"><rect width="32" height="32" y="0.5" fill="%239c7622" rx="16"></rect><g stroke="%231d1d1d" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8.75 19.25v1.5a3 3 0 0 0 3 3h8.5a3 3 0 0 0 3-3v-1.5M16 18.75v-9.5M12.75 15.25l3.25 3.5 3.25-3.5"></path></g></svg>');
  content: var(--tw-content);
}
.hover\:bg-off-white-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[linear-gradient\(180deg\2c \#fff\2c \#868686\)\]:hover{
  background-image: linear-gradient(180deg,#fff,#868686);
}
.hover\:bg-gradient-gold-hover:hover{
  background-image: linear-gradient(180deg,#ffd77d,#c68902);
}
.hover\:text-gold:hover{
  --tw-text-opacity: 1;
  color: rgb(156 118 34 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgb(203 201 201 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.group\/parent-item:focus-within .group-focus-within\/parent-item\:bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
}
.group\/parent-item:hover .group-hover\/parent-item\:bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group\/parent-item.active .group-\[\.active\]\/parent-item\:pointer-events-auto{
  pointer-events: auto;
}
.group\/body.open .group-\[\.open\]\/body\:pointer-events-auto{
  pointer-events: auto;
}
.group\/body.announcement-bar-active .group-\[\&\.announcement-bar-active\]\/body\:-top-14{
  top: -3.5rem;
}
.group.active .group-\[\.active\]\:w-0{
  width: 0px;
}
.group\/parent-item.active .group-\[\.active\]\/parent-item\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:-translate-y-\[5px\]{
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:translate-y-\[5px\]{
  --tw-translate-y: 5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/body.open .group-\[\.open\]\/body\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/select-embed.active .group-\[\.active\]\/select-embed\:text-gold-500{
  --tw-text-opacity: 1;
  color: rgb(248 189 57 / var(--tw-text-opacity, 1));
}
.group\/parent-item.active .group-\[\.active\]\/parent-item\:opacity-100{
  opacity: 1;
}
.group\/select-embed.active .group-\[\.active\]\/select-embed\:opacity-50{
  opacity: 0.5;
}
.group\/searchbar[data-expanded="true"] .group-data-\[expanded\=true\]\/searchbar\:mr-2{
  margin-right: 0.5rem;
}
.group\/searchbar[data-expanded="true"] .group-data-\[expanded\=true\]\/searchbar\:block{
  display: block;
}
.group\/searchbar[data-expanded="true"] .group-data-\[expanded\=true\]\/searchbar\:hidden{
  display: none;
}
.group\/searchbar[data-expanded="true"] .group-data-\[expanded\=true\]\/searchbar\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(203 201 201 / var(--tw-bg-opacity, 1));
}
.group\/searchbar[data-expanded="true"] .group-data-\[expanded\=true\]\/searchbar\:px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.prose-headings\:text-gray-600 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity, 1));
}
.prose-h1\:mb-0 :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0px;
}
.prose-h2\:my-0 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0px;
  margin-bottom: 0px;
}
.prose-h2\:my-6 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose-h3\:mb-0 :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0px;
}
.prose-h3\:mb-2 :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0.5rem;
}
.prose-h3\:mt-3 :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.75rem;
}
.prose-p\:m-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin: 0px;
}
.prose-p\:my-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0px;
  margin-bottom: 0px;
}
.prose-p\:mb-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0px;
}
.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.5rem;
}
.prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.prose-p\:text-gray-400 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}
.prose-p\:text-gray-500 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}
.prose-a\:font-light :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 300;
}
.prose-a\:font-normal :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 400;
}
.prose-a\:text-gold :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(156 118 34 / var(--tw-text-opacity, 1));
}
.prose-a\:text-gray-500 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}
.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-decoration-line: none;
}
.prose-a\:transition-colors :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.prose-a\:duration-300 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  transition-duration: 300ms;
}
.prose-a\:ease-in-out :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:prose-a\:text-gray :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
  --tw-text-opacity: 1;
  color: rgb(19 19 19 / var(--tw-text-opacity, 1));
}
.prose-img\:my-0 :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0px;
  margin-bottom: 0px;
}
.prose-img\:mb-0 :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0px;
}
.prose-img\:h-full :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  height: 100%;
}
.prose-img\:w-full :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  width: 100%;
}
.prose-img\:object-cover :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 1280px){

  .max-xl\:\!hidden{
    display: none !important;
  }

  .max-xl\:hidden{
    display: none;
  }
}
@media not all and (min-width: 1200px){

  .max-lg-custom\:absolute{
    position: absolute;
  }

  .max-lg-custom\:inset-0{
    inset: 0px;
  }

  .max-lg-custom\:z-50{
    z-index: 50;
  }

  .max-lg-custom\:\!my-\[1px\]{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .max-lg-custom\:flex{
    display: flex;
  }

  .max-lg-custom\:hidden{
    display: none;
  }

  .max-lg-custom\:h-screen{
    height: 100vh;
  }

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

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

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

  .max-lg-custom\:items-center{
    align-items: center;
  }

  .max-lg-custom\:overflow-hidden{
    overflow: hidden;
  }

  .max-lg-custom\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg-custom\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-lg-custom\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .after\:max-lg-custom\:pointer-events-none::after{
    content: var(--tw-content);
    pointer-events: none;
  }

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

  .after\:max-lg-custom\:inset-0::after{
    content: var(--tw-content);
    inset: 0px;
  }

  .after\:max-lg-custom\:h-full::after{
    content: var(--tw-content);
    height: 100%;
  }

  .after\:max-lg-custom\:w-full::after{
    content: var(--tw-content);
    width: 100%;
  }

  .after\:max-lg-custom\:bg-gray-900::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
  }

  .after\:max-lg-custom\:opacity-0::after{
    content: var(--tw-content);
    opacity: 0;
  }

  .after\:max-lg-custom\:transition-opacity::after{
    content: var(--tw-content);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .after\:max-lg-custom\:duration-300::after{
    content: var(--tw-content);
    transition-duration: 300ms;
  }

  .after\:max-lg-custom\:ease-in::after{
    content: var(--tw-content);
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .data-\[expanded\=true\]\:max-lg-custom\:w-full[data-expanded="true"]{
    width: 100%;
  }

  .group\/searchbar[data-expanded="true"] .group-data-\[expanded\=true\]\/searchbar\:max-lg-custom\:block{
    display: block;
  }
}
@media not all and (min-width: 1024px){

  .max-lg\:fixed{
    position: fixed;
  }

  .max-lg\:flex{
    display: flex;
  }

  .max-lg\:hidden{
    display: none;
  }

  .max-lg\:h-screen{
    height: 100vh;
  }

  .max-lg\:\!w-full{
    width: 100% !important;
  }

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

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

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

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

  .max-lg\:\!flex-row{
    flex-direction: row !important;
  }

  .max-lg\:\!flex-col{
    flex-direction: column !important;
  }

  .max-lg\:flex-col{
    flex-direction: column;
  }

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

  .max-lg\:\!items-center{
    align-items: center !important;
  }

  .max-lg\:justify-between{
    justify-content: space-between;
  }

  .max-lg\:\!gap-0{
    gap: 0px !important;
  }

  .max-lg\:\!gap-\[0px\]{
    gap: 0px !important;
  }

  .max-lg\:\!gap-\[10px\]{
    gap: 10px !important;
  }

  .max-lg\:\!gap-\[11px\]{
    gap: 11px !important;
  }

  .max-lg\:\!gap-\[12px\]{
    gap: 12px !important;
  }

  .max-lg\:\!gap-\[13px\]{
    gap: 13px !important;
  }

  .max-lg\:\!gap-\[14px\]{
    gap: 14px !important;
  }

  .max-lg\:\!gap-\[15px\]{
    gap: 15px !important;
  }

  .max-lg\:\!gap-\[16px\]{
    gap: 16px !important;
  }

  .max-lg\:\!gap-\[17px\]{
    gap: 17px !important;
  }

  .max-lg\:\!gap-\[18px\]{
    gap: 18px !important;
  }

  .max-lg\:\!gap-\[19px\]{
    gap: 19px !important;
  }

  .max-lg\:\!gap-\[1px\]{
    gap: 1px !important;
  }

  .max-lg\:\!gap-\[20px\]{
    gap: 20px !important;
  }

  .max-lg\:\!gap-\[21px\]{
    gap: 21px !important;
  }

  .max-lg\:\!gap-\[22px\]{
    gap: 22px !important;
  }

  .max-lg\:\!gap-\[23px\]{
    gap: 23px !important;
  }

  .max-lg\:\!gap-\[24px\]{
    gap: 24px !important;
  }

  .max-lg\:\!gap-\[25px\]{
    gap: 25px !important;
  }

  .max-lg\:\!gap-\[26px\]{
    gap: 26px !important;
  }

  .max-lg\:\!gap-\[27px\]{
    gap: 27px !important;
  }

  .max-lg\:\!gap-\[28px\]{
    gap: 28px !important;
  }

  .max-lg\:\!gap-\[29px\]{
    gap: 29px !important;
  }

  .max-lg\:\!gap-\[2px\]{
    gap: 2px !important;
  }

  .max-lg\:\!gap-\[30px\]{
    gap: 30px !important;
  }

  .max-lg\:\!gap-\[31px\]{
    gap: 31px !important;
  }

  .max-lg\:\!gap-\[32px\]{
    gap: 32px !important;
  }

  .max-lg\:\!gap-\[33px\]{
    gap: 33px !important;
  }

  .max-lg\:\!gap-\[34px\]{
    gap: 34px !important;
  }

  .max-lg\:\!gap-\[35px\]{
    gap: 35px !important;
  }

  .max-lg\:\!gap-\[36px\]{
    gap: 36px !important;
  }

  .max-lg\:\!gap-\[37px\]{
    gap: 37px !important;
  }

  .max-lg\:\!gap-\[38px\]{
    gap: 38px !important;
  }

  .max-lg\:\!gap-\[39px\]{
    gap: 39px !important;
  }

  .max-lg\:\!gap-\[3px\]{
    gap: 3px !important;
  }

  .max-lg\:\!gap-\[40px\]{
    gap: 40px !important;
  }

  .max-lg\:\!gap-\[41px\]{
    gap: 41px !important;
  }

  .max-lg\:\!gap-\[42px\]{
    gap: 42px !important;
  }

  .max-lg\:\!gap-\[43px\]{
    gap: 43px !important;
  }

  .max-lg\:\!gap-\[44px\]{
    gap: 44px !important;
  }

  .max-lg\:\!gap-\[45px\]{
    gap: 45px !important;
  }

  .max-lg\:\!gap-\[46px\]{
    gap: 46px !important;
  }

  .max-lg\:\!gap-\[47px\]{
    gap: 47px !important;
  }

  .max-lg\:\!gap-\[48px\]{
    gap: 48px !important;
  }

  .max-lg\:\!gap-\[49px\]{
    gap: 49px !important;
  }

  .max-lg\:\!gap-\[4px\]{
    gap: 4px !important;
  }

  .max-lg\:\!gap-\[50px\]{
    gap: 50px !important;
  }

  .max-lg\:\!gap-\[51px\]{
    gap: 51px !important;
  }

  .max-lg\:\!gap-\[52px\]{
    gap: 52px !important;
  }

  .max-lg\:\!gap-\[53px\]{
    gap: 53px !important;
  }

  .max-lg\:\!gap-\[54px\]{
    gap: 54px !important;
  }

  .max-lg\:\!gap-\[55px\]{
    gap: 55px !important;
  }

  .max-lg\:\!gap-\[56px\]{
    gap: 56px !important;
  }

  .max-lg\:\!gap-\[57px\]{
    gap: 57px !important;
  }

  .max-lg\:\!gap-\[58px\]{
    gap: 58px !important;
  }

  .max-lg\:\!gap-\[59px\]{
    gap: 59px !important;
  }

  .max-lg\:\!gap-\[5px\]{
    gap: 5px !important;
  }

  .max-lg\:\!gap-\[60px\]{
    gap: 60px !important;
  }

  .max-lg\:\!gap-\[61px\]{
    gap: 61px !important;
  }

  .max-lg\:\!gap-\[62px\]{
    gap: 62px !important;
  }

  .max-lg\:\!gap-\[63px\]{
    gap: 63px !important;
  }

  .max-lg\:\!gap-\[64px\]{
    gap: 64px !important;
  }

  .max-lg\:\!gap-\[65px\]{
    gap: 65px !important;
  }

  .max-lg\:\!gap-\[66px\]{
    gap: 66px !important;
  }

  .max-lg\:\!gap-\[67px\]{
    gap: 67px !important;
  }

  .max-lg\:\!gap-\[68px\]{
    gap: 68px !important;
  }

  .max-lg\:\!gap-\[69px\]{
    gap: 69px !important;
  }

  .max-lg\:\!gap-\[6px\]{
    gap: 6px !important;
  }

  .max-lg\:\!gap-\[70px\]{
    gap: 70px !important;
  }

  .max-lg\:\!gap-\[71px\]{
    gap: 71px !important;
  }

  .max-lg\:\!gap-\[72px\]{
    gap: 72px !important;
  }

  .max-lg\:\!gap-\[73px\]{
    gap: 73px !important;
  }

  .max-lg\:\!gap-\[74px\]{
    gap: 74px !important;
  }

  .max-lg\:\!gap-\[75px\]{
    gap: 75px !important;
  }

  .max-lg\:\!gap-\[76px\]{
    gap: 76px !important;
  }

  .max-lg\:\!gap-\[77px\]{
    gap: 77px !important;
  }

  .max-lg\:\!gap-\[78px\]{
    gap: 78px !important;
  }

  .max-lg\:\!gap-\[79px\]{
    gap: 79px !important;
  }

  .max-lg\:\!gap-\[7px\]{
    gap: 7px !important;
  }

  .max-lg\:\!gap-\[8px\]{
    gap: 8px !important;
  }

  .max-lg\:\!gap-\[9px\]{
    gap: 9px !important;
  }

  .max-lg\:gap-4{
    gap: 1rem;
  }

  .max-lg\:overflow-hidden{
    overflow: hidden;
  }

  .max-lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .max-lg\:\!rounded-none{
    border-radius: 0px !important;
  }

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

  .max-lg\:\!px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .max-lg\:\!px-\[0px\]{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .max-lg\:\!px-\[10px\]{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .max-lg\:\!px-\[11px\]{
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .max-lg\:\!px-\[12px\]{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .max-lg\:\!px-\[13px\]{
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  .max-lg\:\!px-\[14px\]{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .max-lg\:\!px-\[15px\]{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .max-lg\:\!px-\[16px\]{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .max-lg\:\!px-\[17px\]{
    padding-left: 17px !important;
    padding-right: 17px !important;
  }

  .max-lg\:\!px-\[18px\]{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .max-lg\:\!px-\[19px\]{
    padding-left: 19px !important;
    padding-right: 19px !important;
  }

  .max-lg\:\!px-\[1px\]{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .max-lg\:\!px-\[20px\]{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .max-lg\:\!px-\[21px\]{
    padding-left: 21px !important;
    padding-right: 21px !important;
  }

  .max-lg\:\!px-\[22px\]{
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .max-lg\:\!px-\[23px\]{
    padding-left: 23px !important;
    padding-right: 23px !important;
  }

  .max-lg\:\!px-\[24px\]{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .max-lg\:\!px-\[25px\]{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .max-lg\:\!px-\[26px\]{
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .max-lg\:\!px-\[27px\]{
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .max-lg\:\!px-\[28px\]{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .max-lg\:\!px-\[29px\]{
    padding-left: 29px !important;
    padding-right: 29px !important;
  }

  .max-lg\:\!px-\[2px\]{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .max-lg\:\!px-\[30px\]{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .max-lg\:\!px-\[31px\]{
    padding-left: 31px !important;
    padding-right: 31px !important;
  }

  .max-lg\:\!px-\[32px\]{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .max-lg\:\!px-\[33px\]{
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .max-lg\:\!px-\[34px\]{
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .max-lg\:\!px-\[35px\]{
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .max-lg\:\!px-\[36px\]{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .max-lg\:\!px-\[37px\]{
    padding-left: 37px !important;
    padding-right: 37px !important;
  }

  .max-lg\:\!px-\[38px\]{
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

  .max-lg\:\!px-\[39px\]{
    padding-left: 39px !important;
    padding-right: 39px !important;
  }

  .max-lg\:\!px-\[3px\]{
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .max-lg\:\!px-\[40px\]{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .max-lg\:\!px-\[41px\]{
    padding-left: 41px !important;
    padding-right: 41px !important;
  }

  .max-lg\:\!px-\[42px\]{
    padding-left: 42px !important;
    padding-right: 42px !important;
  }

  .max-lg\:\!px-\[43px\]{
    padding-left: 43px !important;
    padding-right: 43px !important;
  }

  .max-lg\:\!px-\[44px\]{
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  .max-lg\:\!px-\[45px\]{
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .max-lg\:\!px-\[46px\]{
    padding-left: 46px !important;
    padding-right: 46px !important;
  }

  .max-lg\:\!px-\[47px\]{
    padding-left: 47px !important;
    padding-right: 47px !important;
  }

  .max-lg\:\!px-\[48px\]{
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .max-lg\:\!px-\[49px\]{
    padding-left: 49px !important;
    padding-right: 49px !important;
  }

  .max-lg\:\!px-\[4px\]{
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .max-lg\:\!px-\[50px\]{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .max-lg\:\!px-\[51px\]{
    padding-left: 51px !important;
    padding-right: 51px !important;
  }

  .max-lg\:\!px-\[52px\]{
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .max-lg\:\!px-\[53px\]{
    padding-left: 53px !important;
    padding-right: 53px !important;
  }

  .max-lg\:\!px-\[54px\]{
    padding-left: 54px !important;
    padding-right: 54px !important;
  }

  .max-lg\:\!px-\[55px\]{
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .max-lg\:\!px-\[56px\]{
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .max-lg\:\!px-\[57px\]{
    padding-left: 57px !important;
    padding-right: 57px !important;
  }

  .max-lg\:\!px-\[58px\]{
    padding-left: 58px !important;
    padding-right: 58px !important;
  }

  .max-lg\:\!px-\[59px\]{
    padding-left: 59px !important;
    padding-right: 59px !important;
  }

  .max-lg\:\!px-\[5px\]{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .max-lg\:\!px-\[60px\]{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .max-lg\:\!px-\[61px\]{
    padding-left: 61px !important;
    padding-right: 61px !important;
  }

  .max-lg\:\!px-\[62px\]{
    padding-left: 62px !important;
    padding-right: 62px !important;
  }

  .max-lg\:\!px-\[63px\]{
    padding-left: 63px !important;
    padding-right: 63px !important;
  }

  .max-lg\:\!px-\[64px\]{
    padding-left: 64px !important;
    padding-right: 64px !important;
  }

  .max-lg\:\!px-\[65px\]{
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .max-lg\:\!px-\[66px\]{
    padding-left: 66px !important;
    padding-right: 66px !important;
  }

  .max-lg\:\!px-\[67px\]{
    padding-left: 67px !important;
    padding-right: 67px !important;
  }

  .max-lg\:\!px-\[68px\]{
    padding-left: 68px !important;
    padding-right: 68px !important;
  }

  .max-lg\:\!px-\[69px\]{
    padding-left: 69px !important;
    padding-right: 69px !important;
  }

  .max-lg\:\!px-\[6px\]{
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .max-lg\:\!px-\[70px\]{
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .max-lg\:\!px-\[71px\]{
    padding-left: 71px !important;
    padding-right: 71px !important;
  }

  .max-lg\:\!px-\[72px\]{
    padding-left: 72px !important;
    padding-right: 72px !important;
  }

  .max-lg\:\!px-\[73px\]{
    padding-left: 73px !important;
    padding-right: 73px !important;
  }

  .max-lg\:\!px-\[74px\]{
    padding-left: 74px !important;
    padding-right: 74px !important;
  }

  .max-lg\:\!px-\[75px\]{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .max-lg\:\!px-\[76px\]{
    padding-left: 76px !important;
    padding-right: 76px !important;
  }

  .max-lg\:\!px-\[77px\]{
    padding-left: 77px !important;
    padding-right: 77px !important;
  }

  .max-lg\:\!px-\[78px\]{
    padding-left: 78px !important;
    padding-right: 78px !important;
  }

  .max-lg\:\!px-\[79px\]{
    padding-left: 79px !important;
    padding-right: 79px !important;
  }

  .max-lg\:\!px-\[7px\]{
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .max-lg\:\!px-\[8px\]{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .max-lg\:\!px-\[9px\]{
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  .max-lg\:\!py-\[0px\]{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .max-lg\:\!py-\[10px\]{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .max-lg\:\!py-\[11px\]{
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .max-lg\:\!py-\[12px\]{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .max-lg\:\!py-\[13px\]{
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  .max-lg\:\!py-\[14px\]{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .max-lg\:\!py-\[15px\]{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .max-lg\:\!py-\[16px\]{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .max-lg\:\!py-\[17px\]{
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }

  .max-lg\:\!py-\[18px\]{
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .max-lg\:\!py-\[19px\]{
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }

  .max-lg\:\!py-\[1px\]{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .max-lg\:\!py-\[20px\]{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .max-lg\:\!py-\[21px\]{
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }

  .max-lg\:\!py-\[22px\]{
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .max-lg\:\!py-\[23px\]{
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }

  .max-lg\:\!py-\[24px\]{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .max-lg\:\!py-\[25px\]{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .max-lg\:\!py-\[26px\]{
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .max-lg\:\!py-\[27px\]{
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .max-lg\:\!py-\[28px\]{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .max-lg\:\!py-\[29px\]{
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }

  .max-lg\:\!py-\[2px\]{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .max-lg\:\!py-\[30px\]{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .max-lg\:\!py-\[31px\]{
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }

  .max-lg\:\!py-\[32px\]{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .max-lg\:\!py-\[33px\]{
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }

  .max-lg\:\!py-\[34px\]{
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .max-lg\:\!py-\[35px\]{
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .max-lg\:\!py-\[36px\]{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .max-lg\:\!py-\[37px\]{
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }

  .max-lg\:\!py-\[38px\]{
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .max-lg\:\!py-\[39px\]{
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }

  .max-lg\:\!py-\[3px\]{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .max-lg\:\!py-\[40px\]{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .max-lg\:\!py-\[41px\]{
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }

  .max-lg\:\!py-\[42px\]{
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .max-lg\:\!py-\[43px\]{
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }

  .max-lg\:\!py-\[44px\]{
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .max-lg\:\!py-\[45px\]{
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .max-lg\:\!py-\[46px\]{
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .max-lg\:\!py-\[47px\]{
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }

  .max-lg\:\!py-\[48px\]{
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .max-lg\:\!py-\[49px\]{
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }

  .max-lg\:\!py-\[4px\]{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .max-lg\:\!py-\[50px\]{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .max-lg\:\!py-\[51px\]{
    padding-top: 51px !important;
    padding-bottom: 51px !important;
  }

  .max-lg\:\!py-\[52px\]{
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .max-lg\:\!py-\[53px\]{
    padding-top: 53px !important;
    padding-bottom: 53px !important;
  }

  .max-lg\:\!py-\[54px\]{
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .max-lg\:\!py-\[55px\]{
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .max-lg\:\!py-\[56px\]{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .max-lg\:\!py-\[57px\]{
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }

  .max-lg\:\!py-\[58px\]{
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .max-lg\:\!py-\[59px\]{
    padding-top: 59px !important;
    padding-bottom: 59px !important;
  }

  .max-lg\:\!py-\[5px\]{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .max-lg\:\!py-\[60px\]{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .max-lg\:\!py-\[61px\]{
    padding-top: 61px !important;
    padding-bottom: 61px !important;
  }

  .max-lg\:\!py-\[62px\]{
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }

  .max-lg\:\!py-\[63px\]{
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }

  .max-lg\:\!py-\[64px\]{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .max-lg\:\!py-\[65px\]{
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .max-lg\:\!py-\[66px\]{
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }

  .max-lg\:\!py-\[67px\]{
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }

  .max-lg\:\!py-\[68px\]{
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .max-lg\:\!py-\[69px\]{
    padding-top: 69px !important;
    padding-bottom: 69px !important;
  }

  .max-lg\:\!py-\[6px\]{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .max-lg\:\!py-\[70px\]{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .max-lg\:\!py-\[71px\]{
    padding-top: 71px !important;
    padding-bottom: 71px !important;
  }

  .max-lg\:\!py-\[72px\]{
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .max-lg\:\!py-\[73px\]{
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }

  .max-lg\:\!py-\[74px\]{
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }

  .max-lg\:\!py-\[75px\]{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .max-lg\:\!py-\[76px\]{
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .max-lg\:\!py-\[77px\]{
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }

  .max-lg\:\!py-\[78px\]{
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }

  .max-lg\:\!py-\[79px\]{
    padding-top: 79px !important;
    padding-bottom: 79px !important;
  }

  .max-lg\:\!py-\[7px\]{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .max-lg\:\!py-\[8px\]{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .max-lg\:\!py-\[9px\]{
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

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

  .max-lg\:pb-14{
    padding-bottom: 3.5rem;
  }
}
@media not all and (min-width: 768px){

  .max-md\:flex{
    display: flex;
  }

  .max-md\:hidden{
    display: none;
  }

  .max-md\:flex-col{
    flex-direction: column;
  }

  .max-md\:\!gap-\[0px\]{
    gap: 0px !important;
  }

  .max-md\:\!gap-\[10px\]{
    gap: 10px !important;
  }

  .max-md\:\!gap-\[11px\]{
    gap: 11px !important;
  }

  .max-md\:\!gap-\[12px\]{
    gap: 12px !important;
  }

  .max-md\:\!gap-\[13px\]{
    gap: 13px !important;
  }

  .max-md\:\!gap-\[14px\]{
    gap: 14px !important;
  }

  .max-md\:\!gap-\[15px\]{
    gap: 15px !important;
  }

  .max-md\:\!gap-\[16px\]{
    gap: 16px !important;
  }

  .max-md\:\!gap-\[17px\]{
    gap: 17px !important;
  }

  .max-md\:\!gap-\[18px\]{
    gap: 18px !important;
  }

  .max-md\:\!gap-\[19px\]{
    gap: 19px !important;
  }

  .max-md\:\!gap-\[1px\]{
    gap: 1px !important;
  }

  .max-md\:\!gap-\[20px\]{
    gap: 20px !important;
  }

  .max-md\:\!gap-\[21px\]{
    gap: 21px !important;
  }

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

  .max-md\:\!gap-\[23px\]{
    gap: 23px !important;
  }

  .max-md\:\!gap-\[24px\]{
    gap: 24px !important;
  }

  .max-md\:\!gap-\[25px\]{
    gap: 25px !important;
  }

  .max-md\:\!gap-\[26px\]{
    gap: 26px !important;
  }

  .max-md\:\!gap-\[27px\]{
    gap: 27px !important;
  }

  .max-md\:\!gap-\[28px\]{
    gap: 28px !important;
  }

  .max-md\:\!gap-\[29px\]{
    gap: 29px !important;
  }

  .max-md\:\!gap-\[2px\]{
    gap: 2px !important;
  }

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

  .max-md\:\!gap-\[31px\]{
    gap: 31px !important;
  }

  .max-md\:\!gap-\[32px\]{
    gap: 32px !important;
  }

  .max-md\:\!gap-\[33px\]{
    gap: 33px !important;
  }

  .max-md\:\!gap-\[34px\]{
    gap: 34px !important;
  }

  .max-md\:\!gap-\[35px\]{
    gap: 35px !important;
  }

  .max-md\:\!gap-\[36px\]{
    gap: 36px !important;
  }

  .max-md\:\!gap-\[37px\]{
    gap: 37px !important;
  }

  .max-md\:\!gap-\[38px\]{
    gap: 38px !important;
  }

  .max-md\:\!gap-\[39px\]{
    gap: 39px !important;
  }

  .max-md\:\!gap-\[3px\]{
    gap: 3px !important;
  }

  .max-md\:\!gap-\[4px\]{
    gap: 4px !important;
  }

  .max-md\:\!gap-\[5px\]{
    gap: 5px !important;
  }

  .max-md\:\!gap-\[6px\]{
    gap: 6px !important;
  }

  .max-md\:\!gap-\[7px\]{
    gap: 7px !important;
  }

  .max-md\:\!gap-\[8px\]{
    gap: 8px !important;
  }

  .max-md\:\!gap-\[9px\]{
    gap: 9px !important;
  }

  .max-md\:\!rounded-none{
    border-radius: 0px !important;
  }

  .max-md\:bg-off-white-500{
    --tw-bg-opacity: 1;
    background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
  }

  .max-md\:\!px-\[0px\]{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .max-md\:\!px-\[10px\]{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .max-md\:\!px-\[11px\]{
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .max-md\:\!px-\[12px\]{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .max-md\:\!px-\[13px\]{
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  .max-md\:\!px-\[14px\]{
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .max-md\:\!px-\[15px\]{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .max-md\:\!px-\[16px\]{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .max-md\:\!px-\[17px\]{
    padding-left: 17px !important;
    padding-right: 17px !important;
  }

  .max-md\:\!px-\[18px\]{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .max-md\:\!px-\[19px\]{
    padding-left: 19px !important;
    padding-right: 19px !important;
  }

  .max-md\:\!px-\[1px\]{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .max-md\:\!px-\[20px\]{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .max-md\:\!px-\[21px\]{
    padding-left: 21px !important;
    padding-right: 21px !important;
  }

  .max-md\:\!px-\[22px\]{
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .max-md\:\!px-\[23px\]{
    padding-left: 23px !important;
    padding-right: 23px !important;
  }

  .max-md\:\!px-\[24px\]{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .max-md\:\!px-\[25px\]{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .max-md\:\!px-\[26px\]{
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .max-md\:\!px-\[27px\]{
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .max-md\:\!px-\[28px\]{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .max-md\:\!px-\[29px\]{
    padding-left: 29px !important;
    padding-right: 29px !important;
  }

  .max-md\:\!px-\[2px\]{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .max-md\:\!px-\[30px\]{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .max-md\:\!px-\[31px\]{
    padding-left: 31px !important;
    padding-right: 31px !important;
  }

  .max-md\:\!px-\[32px\]{
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .max-md\:\!px-\[33px\]{
    padding-left: 33px !important;
    padding-right: 33px !important;
  }

  .max-md\:\!px-\[34px\]{
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .max-md\:\!px-\[35px\]{
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .max-md\:\!px-\[36px\]{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .max-md\:\!px-\[37px\]{
    padding-left: 37px !important;
    padding-right: 37px !important;
  }

  .max-md\:\!px-\[38px\]{
    padding-left: 38px !important;
    padding-right: 38px !important;
  }

  .max-md\:\!px-\[39px\]{
    padding-left: 39px !important;
    padding-right: 39px !important;
  }

  .max-md\:\!px-\[3px\]{
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .max-md\:\!px-\[4px\]{
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .max-md\:\!px-\[5px\]{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .max-md\:\!px-\[6px\]{
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .max-md\:\!px-\[7px\]{
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .max-md\:\!px-\[8px\]{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .max-md\:\!px-\[9px\]{
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  .max-md\:\!py-\[0px\]{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .max-md\:\!py-\[10px\]{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .max-md\:\!py-\[11px\]{
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .max-md\:\!py-\[12px\]{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .max-md\:\!py-\[13px\]{
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  .max-md\:\!py-\[14px\]{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .max-md\:\!py-\[15px\]{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .max-md\:\!py-\[16px\]{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .max-md\:\!py-\[17px\]{
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }

  .max-md\:\!py-\[18px\]{
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .max-md\:\!py-\[19px\]{
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }

  .max-md\:\!py-\[1px\]{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .max-md\:\!py-\[20px\]{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .max-md\:\!py-\[21px\]{
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }

  .max-md\:\!py-\[22px\]{
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .max-md\:\!py-\[23px\]{
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }

  .max-md\:\!py-\[24px\]{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .max-md\:\!py-\[25px\]{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .max-md\:\!py-\[26px\]{
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .max-md\:\!py-\[27px\]{
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }

  .max-md\:\!py-\[28px\]{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .max-md\:\!py-\[29px\]{
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }

  .max-md\:\!py-\[2px\]{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .max-md\:\!py-\[30px\]{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .max-md\:\!py-\[31px\]{
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }

  .max-md\:\!py-\[32px\]{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .max-md\:\!py-\[33px\]{
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }

  .max-md\:\!py-\[34px\]{
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .max-md\:\!py-\[35px\]{
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .max-md\:\!py-\[36px\]{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .max-md\:\!py-\[37px\]{
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }

  .max-md\:\!py-\[38px\]{
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }

  .max-md\:\!py-\[39px\]{
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }

  .max-md\:\!py-\[3px\]{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .max-md\:\!py-\[4px\]{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .max-md\:\!py-\[5px\]{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .max-md\:\!py-\[6px\]{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .max-md\:\!py-\[7px\]{
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .max-md\:\!py-\[8px\]{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .max-md\:\!py-\[9px\]{
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

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

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

  .max-md\:font-semibold{
    font-weight: 600;
  }

  .max-md\:text-gold{
    --tw-text-opacity: 1;
    color: rgb(156 118 34 / var(--tw-text-opacity, 1));
  }

  .max-md\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / var(--tw-text-opacity, 1));
  }
}
@media not all and (min-width: 640px){

  .max-sm\:ml-0{
    margin-left: 0px;
  }
}
@media (min-width: 768px){

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:\!h-\[var\(--sg-h-tablet\)\]{
    height: var(--sg-h-tablet) !important;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-12{
    height: 3rem;
  }

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

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

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

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

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:text-center{
    text-align: center;
  }
}
@media (min-width: 1024px){

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

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-\[32rem\]{
    width: 32rem;
  }

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

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:bg-off-white-100\/70{
    background-color: rgb(245 245 245 / 0.7);
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group\/parent-item:focus-within .group-focus-within\/parent-item\:lg\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
  }

  .group\/parent-item:hover .group-hover\/parent-item\:lg\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
  }

  .lg\:prose-p\:text-lg :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px){

  .lg-custom\:absolute{
    position: absolute;
  }

  .lg-custom\:-left-\[15\%\]{
    left: -15%;
  }

  .lg-custom\:right-0{
    right: 0px;
  }

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

  .lg-custom\:top-\[58px\]{
    top: 58px;
  }

  .lg-custom\:block{
    display: block;
  }

  .lg-custom\:hidden{
    display: none;
  }

  .lg-custom\:h-12{
    height: 3rem;
  }

  .lg-custom\:h-min{
    height: -moz-min-content;
    height: min-content;
  }

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

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

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

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

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

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

  .lg-custom\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg-custom\:pt-3{
    padding-top: 0.75rem;
  }

  .lg-custom\:opacity-0{
    opacity: 0;
  }

  .lg-custom\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .group\/parent-item:focus-within .lg-custom\:group-focus-within\/parent-item\:opacity-100{
    opacity: 1;
  }

  .group\/parent-item:hover .lg-custom\:group-hover\/parent-item\:pointer-events-auto{
    pointer-events: auto;
  }

  .group\/parent-item:hover .lg-custom\:group-hover\/parent-item\:opacity-100{
    opacity: 1;
  }

  .data-\[expanded\=true\]\:lg-custom\:max-w-full[data-expanded="true"]{
    max-width: 100%;
  }
}
@media (min-width: 1280px){

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:\!h-\[var\(--sg-h-desktop\)\]{
    height: var(--sg-h-desktop) !important;
  }
}
@media (min-width: 1536px){

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

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

  .\32xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 1920px){

  .\33xl\:w-\[725px\]{
    width: 725px;
  }

  .\33xl\:min-w-\[725px\]{
    min-width: 725px;
  }
}
.\[\&\.active\]\:bg-gray-700.active{
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity, 1));
}
.\[\&\.active\]\:bg-gray-900.active{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
}
.\[\&\.active\]\:text-gold.active{
  --tw-text-opacity: 1;
  color: rgb(156 118 34 / var(--tw-text-opacity, 1));
}
.\[\&\.active\]\:text-off-white-100.active{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.\[\&\.active\]\:opacity-100.active{
  opacity: 1;
}
@media not all and (min-width: 1200px){

  .\[\&\.open\]\:max-lg-custom\:h-screen.open{
    height: 100vh;
  }

  .\[\&\.open\]\:max-lg-custom\:overflow-hidden.open{
    overflow: hidden;
  }

  .\[\&\.open\]\:after\:max-lg-custom\:opacity-80.open::after{
    content: var(--tw-content);
    opacity: 0.8;
  }
}
.\[\&\.search-focused\]\:opacity-0.search-focused{
  opacity: 0;
}
@media not all and (min-width: 768px){

  .\[\&\.sgb-align-mobile-center\]\:max-md\:\!items-center.sgb-align-mobile-center{
    align-items: center !important;
  }

  .\[\&\.sgb-align-mobile-flex-end\]\:max-md\:\!items-end.sgb-align-mobile-flex-end{
    align-items: flex-end !important;
  }

  .\[\&\.sgb-align-mobile-flex-start\]\:max-md\:\!items-start.sgb-align-mobile-flex-start{
    align-items: flex-start !important;
  }

  .\[\&\.sgb-align-mobile-stretch\]\:max-md\:\!items-stretch.sgb-align-mobile-stretch{
    align-items: stretch !important;
  }
}
@media not all and (min-width: 1024px){

  .\[\&\.sgb-align-tablet-center\]\:max-lg\:items-center.sgb-align-tablet-center{
    align-items: center;
  }

  .\[\&\.sgb-align-tablet-flex-end\]\:max-lg\:items-end.sgb-align-tablet-flex-end{
    align-items: flex-end;
  }

  .\[\&\.sgb-align-tablet-flex-start\]\:max-lg\:items-start.sgb-align-tablet-flex-start{
    align-items: flex-start;
  }

  .\[\&\.sgb-align-tablet-stretch\]\:max-lg\:items-stretch.sgb-align-tablet-stretch{
    align-items: stretch;
  }
}
@media not all and (min-width: 768px){

  .\[\&\.sgb-col-mobile-1\]\:max-md\:\!col-span-1.sgb-col-mobile-1{
    grid-column: span 1 / span 1 !important;
  }

  .\[\&\.sgb-col-mobile-2\]\:max-md\:\!col-span-2.sgb-col-mobile-2{
    grid-column: span 2 / span 2 !important;
  }

  .\[\&\.sgb-col-mobile-3\]\:max-md\:\!col-span-3.sgb-col-mobile-3{
    grid-column: span 3 / span 3 !important;
  }

  .\[\&\.sgb-col-mobile-4\]\:max-md\:\!col-span-4.sgb-col-mobile-4{
    grid-column: span 4 / span 4 !important;
  }
}
@media not all and (min-width: 1024px){

  .\[\&\.sgb-col-tablet-1\]\:max-lg\:col-span-1.sgb-col-tablet-1{
    grid-column: span 1 / span 1;
  }

  .\[\&\.sgb-col-tablet-2\]\:max-lg\:col-span-2.sgb-col-tablet-2{
    grid-column: span 2 / span 2;
  }

  .\[\&\.sgb-col-tablet-3\]\:max-lg\:col-span-3.sgb-col-tablet-3{
    grid-column: span 3 / span 3;
  }

  .\[\&\.sgb-col-tablet-4\]\:max-lg\:col-span-4.sgb-col-tablet-4{
    grid-column: span 4 / span 4;
  }

  .\[\&\.sgb-col-tablet-5\]\:max-lg\:col-span-5.sgb-col-tablet-5{
    grid-column: span 5 / span 5;
  }

  .\[\&\.sgb-col-tablet-6\]\:max-lg\:col-span-6.sgb-col-tablet-6{
    grid-column: span 6 / span 6;
  }
}
@media not all and (min-width: 768px){

  .\[\&\.sgb-columns-mobile-1\]\:max-md\:\!grid-cols-1.sgb-columns-mobile-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\[\&\.sgb-columns-mobile-2\]\:max-md\:\!grid-cols-2.sgb-columns-mobile-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\[\&\.sgb-columns-mobile-3\]\:max-md\:\!grid-cols-3.sgb-columns-mobile-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\[\&\.sgb-columns-mobile-4\]\:max-md\:\!grid-cols-4.sgb-columns-mobile-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media not all and (min-width: 1024px){

  .\[\&\.sgb-columns-tablet-1\]\:max-lg\:grid-cols-1.sgb-columns-tablet-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\[\&\.sgb-columns-tablet-2\]\:max-lg\:grid-cols-2.sgb-columns-tablet-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\[\&\.sgb-columns-tablet-3\]\:max-lg\:grid-cols-3.sgb-columns-tablet-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\[\&\.sgb-columns-tablet-4\]\:max-lg\:grid-cols-4.sgb-columns-tablet-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\[\&\.sgb-columns-tablet-5\]\:max-lg\:grid-cols-5.sgb-columns-tablet-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\[\&\.sgb-columns-tablet-6\]\:max-lg\:grid-cols-6.sgb-columns-tablet-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media not all and (min-width: 768px){

  .\[\&\.sgb-direction-mobile-flex-col-reverse\]\:max-md\:\!flex-col-reverse.sgb-direction-mobile-flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .\[\&\.sgb-direction-mobile-flex-col\]\:max-md\:\!flex-col.sgb-direction-mobile-flex-col{
    flex-direction: column !important;
  }

  .\[\&\.sgb-direction-mobile-flex-row-reverse\]\:max-md\:\!flex-row-reverse.sgb-direction-mobile-flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .\[\&\.sgb-direction-mobile-flex-row\]\:max-md\:\!flex-row.sgb-direction-mobile-flex-row{
    flex-direction: row !important;
  }
}
@media not all and (min-width: 1024px){

  .\[\&\.sgb-direction-tablet-flex-col-reverse\]\:max-lg\:flex-col-reverse.sgb-direction-tablet-flex-col-reverse{
    flex-direction: column-reverse;
  }

  .\[\&\.sgb-direction-tablet-flex-col\]\:max-lg\:flex-col.sgb-direction-tablet-flex-col{
    flex-direction: column;
  }

  .\[\&\.sgb-direction-tablet-flex-row-reverse\]\:max-lg\:flex-row-reverse.sgb-direction-tablet-flex-row-reverse{
    flex-direction: row-reverse;
  }

  .\[\&\.sgb-direction-tablet-flex-row\]\:max-lg\:flex-row.sgb-direction-tablet-flex-row{
    flex-direction: row;
  }
}
@media not all and (min-width: 768px){

  .\[\&\.sgb-justify-mobile-center\]\:max-md\:\!justify-center.sgb-justify-mobile-center{
    justify-content: center !important;
  }

  .\[\&\.sgb-justify-mobile-flex-end\]\:max-md\:\!justify-end.sgb-justify-mobile-flex-end{
    justify-content: flex-end !important;
  }

  .\[\&\.sgb-justify-mobile-flex-start\]\:max-md\:\!justify-start.sgb-justify-mobile-flex-start{
    justify-content: flex-start !important;
  }

  .\[\&\.sgb-justify-mobile-space-around\]\:max-md\:\!justify-around.sgb-justify-mobile-space-around{
    justify-content: space-around !important;
  }

  .\[\&\.sgb-justify-mobile-space-between\]\:max-md\:\!justify-between.sgb-justify-mobile-space-between{
    justify-content: space-between !important;
  }

  .\[\&\.sgb-justify-mobile-space-evenly\]\:max-md\:\!justify-evenly.sgb-justify-mobile-space-evenly{
    justify-content: space-evenly !important;
  }
}
@media not all and (min-width: 1024px){

  .\[\&\.sgb-justify-tablet-center\]\:max-lg\:justify-center.sgb-justify-tablet-center{
    justify-content: center;
  }

  .\[\&\.sgb-justify-tablet-flex-end\]\:max-lg\:justify-end.sgb-justify-tablet-flex-end{
    justify-content: flex-end;
  }

  .\[\&\.sgb-justify-tablet-flex-start\]\:max-lg\:justify-start.sgb-justify-tablet-flex-start{
    justify-content: flex-start;
  }

  .\[\&\.sgb-justify-tablet-space-around\]\:max-lg\:justify-around.sgb-justify-tablet-space-around{
    justify-content: space-around;
  }

  .\[\&\.sgb-justify-tablet-space-between\]\:max-lg\:justify-between.sgb-justify-tablet-space-between{
    justify-content: space-between;
  }
}
@media not all and (min-width: 768px){

  .\[\&\.sgb-row-mobile-1\]\:max-md\:\!row-span-1.sgb-row-mobile-1{
    grid-row: span 1 / span 1 !important;
  }

  .\[\&\.sgb-row-mobile-2\]\:max-md\:\!row-span-2.sgb-row-mobile-2{
    grid-row: span 2 / span 2 !important;
  }

  .\[\&\.sgb-row-mobile-3\]\:max-md\:\!row-span-3.sgb-row-mobile-3{
    grid-row: span 3 / span 3 !important;
  }

  .\[\&\.sgb-row-mobile-4\]\:max-md\:\!row-span-4.sgb-row-mobile-4{
    grid-row: span 4 / span 4 !important;
  }
}
@media not all and (min-width: 1024px){

  .\[\&\.sgb-row-tablet-1\]\:max-lg\:row-span-1.sgb-row-tablet-1{
    grid-row: span 1 / span 1;
  }

  .\[\&\.sgb-row-tablet-2\]\:max-lg\:row-span-2.sgb-row-tablet-2{
    grid-row: span 2 / span 2;
  }

  .\[\&\.sgb-row-tablet-3\]\:max-lg\:row-span-3.sgb-row-tablet-3{
    grid-row: span 3 / span 3;
  }

  .\[\&\.sgb-row-tablet-4\]\:max-lg\:row-span-4.sgb-row-tablet-4{
    grid-row: span 4 / span 4;
  }

  .\[\&\.sgb-row-tablet-5\]\:max-lg\:row-span-5.sgb-row-tablet-5{
    grid-row: span 5 / span 5;
  }

  .\[\&\.sgb-row-tablet-6\]\:max-lg\:row-span-6.sgb-row-tablet-6{
    grid-row: span 6 / span 6;
  }
}
.\[\&\>\*\]\:h-full>*{
  height: 100%;
}
.\[\&\>\*\]\:max-w-full>*{
  max-width: 100%;
}
.\[\&\>\.block-editor-inner-blocks\]\:h-full>.block-editor-inner-blocks{
  height: 100%;
}
.\[\&\>img\]\:h-full>img{
  height: 100%;
}
.\[\&_\.block-editor-block-list__layout\]\:h-full .block-editor-block-list layout{
  height: 100%;
}
.\[\&_iframe\]\:aspect-video iframe{
  aspect-ratio: 16 / 9;
}
.\[\&_iframe\]\:h-auto iframe{
  height: auto;
}
.\[\&_iframe\]\:w-full iframe{
  width: 100%;
}
.\[\&_iframe\]\:max-w-full iframe{
  max-width: 100%;
}

