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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
}

.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: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

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

.prose :where(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-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;
}

.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: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

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

.prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

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

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

.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.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

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

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

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

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

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

.custom-radio {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.radio-input:checked + .custom-radio {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  box-shadow: inset 0 0 0 3px white;
}

.radio-input:focus + .custom-radio {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity));
}

/* Style List Markers */

.prose ul > li::marker {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

.prose ol > li::marker {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

.prose li:has(> strong)::marker {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* Style embedded Iframe videos */

.prose iframe[src*="youtube.com"],
  .prose iframe[src*="vimeo.com"] {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* Modal */

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.triangle-indicator::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FF0035;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.triangle-indicator:hover::after {
  opacity: 1;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

.-left-24 {
  left: -6rem;
}

.-right-8 {
  right: -2rem;
}

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

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

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

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

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

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

.left-14 {
  left: 3.5rem;
}

.left-4 {
  left: 1rem;
}

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

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

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

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

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

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

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

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

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

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

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

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

.-ml-4 {
  margin-left: -1rem;
}

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

.-mt-20 {
  margin-top: -5rem;
}

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

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

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

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

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

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

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

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

.mr-\[3px\] {
  margin-right: 3px;
}

.mr-\[40px\] {
  margin-right: 40px;
}

.mr-\[69px\] {
  margin-right: 69px;
}

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

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

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

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

.h-0 {
  height: 0px;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-spacing-x-\[5px\] {
  --tw-border-spacing-x: 5px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

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

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

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

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

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

.cursor-help {
  cursor: help;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

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

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

.grid-cols-custom {
  grid-template-columns: 40% 60%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 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-8 {
  gap: 2rem;
}

.gap-\[0\] {
  gap: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

.gap-y-1 {
  row-gap: 0.25rem;
}

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

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-\[13px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13px * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-\[1px\] {
  border-width: 1px;
}

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

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

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

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

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

.border-r-8 {
  border-right-width: 8px;
}

.border-r-\[2px\] {
  border-right-width: 2px;
}

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

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

.border-\[\#07004D\] {
  --tw-border-opacity: 1;
  border-color: rgb(7 0 77 / var(--tw-border-opacity));
}

.border-\[\#262350\] {
  --tw-border-opacity: 1;
  border-color: rgb(38 35 80 / var(--tw-border-opacity));
}

.border-\[\#38325E\] {
  --tw-border-opacity: 1;
  border-color: rgb(56 50 94 / var(--tw-border-opacity));
}

.border-\[\#3C362A\] {
  --tw-border-opacity: 1;
  border-color: rgb(60 54 42 / var(--tw-border-opacity));
}

.border-\[\#3c362a\] {
  --tw-border-opacity: 1;
  border-color: rgb(60 54 42 / var(--tw-border-opacity));
}

.border-\[\#484361\] {
  --tw-border-opacity: 1;
  border-color: rgb(72 67 97 / var(--tw-border-opacity));
}

.border-\[\#625d55\] {
  --tw-border-opacity: 1;
  border-color: rgb(98 93 85 / var(--tw-border-opacity));
}

.border-\[\#635E54\] {
  --tw-border-opacity: 1;
  border-color: rgb(99 94 84 / var(--tw-border-opacity));
}

.border-\[\#635e55\] {
  --tw-border-opacity: 1;
  border-color: rgb(99 94 85 / var(--tw-border-opacity));
}

.border-\[\#AEAEAE\] {
  --tw-border-opacity: 1;
  border-color: rgb(174 174 174 / var(--tw-border-opacity));
}

.border-\[\#D6D6D6\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}

.border-\[\#D8D8D8\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}

.border-\[\#F0F4F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 244 246 / var(--tw-border-opacity));
}

.border-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-\[\#d8d8d8\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}

.border-\[\#ff0035\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 53 / var(--tw-border-opacity));
}

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

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

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

.border-t-gray-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.bg-\[\#050036\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 0 54 / var(--tw-bg-opacity));
}

.bg-\[\#050036\]\/70 {
  background-color: rgb(5 0 54 / 0.7);
}

.bg-\[\#07004D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 0 77 / var(--tw-bg-opacity));
}

.bg-\[\#1d1d1d\]\/10 {
  background-color: rgb(29 29 29 / 0.1);
}

.bg-\[\#228B22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 139 34 / var(--tw-bg-opacity));
}

.bg-\[\#38325E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 50 94 / var(--tw-bg-opacity));
}

.bg-\[\#3C352B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 53 43 / var(--tw-bg-opacity));
}

.bg-\[\#3C362A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 54 42 / var(--tw-bg-opacity));
}

.bg-\[\#3c362a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 54 42 / var(--tw-bg-opacity));
}

.bg-\[\#463F3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(70 63 58 / var(--tw-bg-opacity));
}

.bg-\[\#625d55\] {
  --tw-bg-opacity: 1;
  background-color: rgb(98 93 85 / var(--tw-bg-opacity));
}

.bg-\[\#635E54\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 94 84 / var(--tw-bg-opacity));
}

.bg-\[\#635e55\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 94 85 / var(--tw-bg-opacity));
}

.bg-\[\#B20025\] {
  --tw-bg-opacity: 1;
  background-color: rgb(178 0 37 / var(--tw-bg-opacity));
}

.bg-\[\#D6D6D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}

.bg-\[\#D8D8D8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}

.bg-\[\#E1E1E1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}

.bg-\[\#E8E8E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.bg-\[\#ECEFF4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 244 / var(--tw-bg-opacity));
}

.bg-\[\#ECF0F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 244 / var(--tw-bg-opacity));
}

.bg-\[\#EFECEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 235 / var(--tw-bg-opacity));
}

.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.bg-\[\#F0F4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 246 / var(--tw-bg-opacity));
}

.bg-\[\#F1F5F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 247 / var(--tw-bg-opacity));
}

.bg-\[\#F1F5F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 248 / var(--tw-bg-opacity));
}

.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-\[\#FBFBFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 253 / var(--tw-bg-opacity));
}

.bg-\[\#FE0036\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 0 54 / var(--tw-bg-opacity));
}

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

.bg-\[\#c9c9c9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 201 / var(--tw-bg-opacity));
}

.bg-\[\#cccccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.bg-\[\#ecf0f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 244 / var(--tw-bg-opacity));
}

.bg-\[\#f1f5f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 247 / var(--tw-bg-opacity));
}

.bg-\[\#fbfbfc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 252 / var(--tw-bg-opacity));
}

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

.bg-\[\#ffe5ea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 234 / var(--tw-bg-opacity));
}

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

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

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

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[url\(\'img\/blog-img\/lines-bg\.png\'\)\] {
  background-image: url("img/blog-img/lines-bg.595442dd6ee8.png");
}

.bg-\[url\(\'img\/contact-form-img\.png\'\)\] {
  background-image: url("img/contact-form-img.c53c4ab1305a.png");
}

.bg-\[url\(\'img\/underline-experts\.png\'\)\] {
  background-image: url("img/underline-experts.3aaa8996e23e.png");
}

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

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

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

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

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

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

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

.stroke-\[\#3C352B\] {
  stroke: #3C352B;
}

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

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

.\!pb-\[0\] {
  padding-bottom: 0 !important;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

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

.pb-28 {
  padding-bottom: 7rem;
}

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

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

.pb-36 {
  padding-bottom: 9rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

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

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

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

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

.pt-7 {
  padding-top: 1.75rem;
}

.pt-\[1\%\] {
  padding-top: 1%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-poppins {
  font-family: Poppins, sans-serif;
}

.font-primary {
  font-family: Montserrat;
}

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

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

.leading-\[1\.5\] {
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

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

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

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

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

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

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

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#010119\] {
  --tw-text-opacity: 1;
  color: rgb(1 1 25 / var(--tw-text-opacity));
}

.text-\[\#020019\] {
  --tw-text-opacity: 1;
  color: rgb(2 0 25 / var(--tw-text-opacity));
}

.text-\[\#030119\] {
  --tw-text-opacity: 1;
  color: rgb(3 1 25 / var(--tw-text-opacity));
}

.text-\[\#07004D\] {
  --tw-text-opacity: 1;
  color: rgb(7 0 77 / var(--tw-text-opacity));
}

.text-\[\#07004d\] {
  --tw-text-opacity: 1;
  color: rgb(7 0 77 / var(--tw-text-opacity));
}

.text-\[\#111111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.text-\[\#1d1d1d\] {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.text-\[\#3C362A\] {
  --tw-text-opacity: 1;
  color: rgb(60 54 42 / var(--tw-text-opacity));
}

.text-\[\#444444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-\[\#656565\] {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}

.text-\[\#B0ADC8\] {
  --tw-text-opacity: 1;
  color: rgb(176 173 200 / var(--tw-text-opacity));
}

.text-\[\#CBC7BE\] {
  --tw-text-opacity: 1;
  color: rgb(203 199 190 / var(--tw-text-opacity));
}

.text-\[\#FD1443\] {
  --tw-text-opacity: 1;
  color: rgb(253 20 67 / var(--tw-text-opacity));
}

.text-\[\#FE0036\] {
  --tw-text-opacity: 1;
  color: rgb(254 0 54 / var(--tw-text-opacity));
}

.text-\[\#FF0035\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 53 / var(--tw-text-opacity));
}

.text-\[\#c2c1d2\] {
  --tw-text-opacity: 1;
  color: rgb(194 193 210 / var(--tw-text-opacity));
}

.text-\[\#cec9c0\] {
  --tw-text-opacity: 1;
  color: rgb(206 201 192 / var(--tw-text-opacity));
}

.text-\[\#ff0035\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 53 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

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

.placeholder-\[\#BDBDBD\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(189 189 189 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#BDBDBD\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(189 189 189 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-blog-details {
  --tw-shadow: 0px -5px 21.5px 1.29px rgba(6,0,57,0.08);
  --tw-shadow-colored: 0px -5px 21.5px 1.29px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-custom {
  --tw-shadow: 0px 5px 41.71px 1.29px rgba(6, 0, 57, 0.08);
  --tw-shadow-colored: 0px 5px 41.71px 1.29px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

.middle-table .fa-stack{
  font-size: 10px;
  margin-top: 6px;
}

.graident-gray {
  background: rgb(239, 239, 239);
  background: linear-gradient(

    180deg,

    rgba(239, 239, 239, 1) 0%,

    rgba(247, 247, 247, 1) 100%

  );
}

.blog {
  transition: all 250ms;
}

.blog:hover {
  transform: translateY(-10px) !important;
}

.swiper-wrapper {
  padding-top: 24px;
}

/* SwiperJS Pagination */

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 18px;
  background-color: rgb(255 255 255 / 0.5);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ff0035;
  box-shadow: 0 0 0 4px #3C352B, 0 0 0 5px white;
  border-radius: 9999px;
}

/* SwiperJS Pagination End */

.swiper-button-next:after,

.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

.swiper-button-prev:after,

.swiper-rtl .swiper-button-next:after {
  display: none !important;
}

#swiper-home .swiper-button-next {
  height: 70px !important;
  width: 70px !important;
  border-radius: 99px !important;
  display: grid !important;
  align-items: center !important;
  justify-items: center !important;
  background: transparent !important;
  border: 2px solid #10172a !important;
  background-color: #10172a !important;
  right: -120px !important;
}

#swiper-home .swiper-button-prev {
  height: 70px !important;
  width: 70px !important;
  border-radius: 99px !important;
  display: grid !important;
  align-items: center !important;
  justify-items: center !important;
  background: transparent !important;
  border: 2px solid #10172a !important;
  background-color: #10172a !important;
  left: -120px !important;
}

.new-slider-main {
  position: relative;
}

.swiper-navigations {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
}

.swiper-button-disabled {
  filter: grayscale(100%);
  opacity: 0.2 !important;
}

@media (max-width: 1500px) {
  #swiper-home .swiper-button-next {
    right: -34px !important;
  }

  #swiper-home .swiper-button-prev {
    left: -34px !important;
  }

  .swiper-button-disabled {
    display: none !important;
  }
}

@media(max-width:599px) {
  .swiper-navigations {
    top: 46%;
  }
}

@media (max-width: 1300px) {
  .ornament {
    display: none;
  }
}

@media (max-width: 800px) {
  #swiper-home .swiper-button-next {
    height: 54px !important;
    width: 54px !important;
  }

  #swiper-home .swiper-button-prev {
    height: 54px !important;
    width: 54px !important;
  }

  #swiper-home .swiper-button-next {
    height: 42px !important;
    width: 42px !important;
    right: -16px !important;
  }

  #swiper-home .swiper-button-prev {
    height: 42px !important;
    width: 42px !important;
    left: -16px !important;
  }

  #swiper-home .swiper-button-next img {
    width: 14px;
    height: auto;
    display: block;
  }

  #swiper-home .swiper-button-prev img {
    width: 14px;
    height: auto;
    display: block;
  }
}

.p-strong strong {
  font-weight: bold;
  color: black;
}

.filter-shadow {
  filter: drop-shadow(0px 9px 12px rgba(0, 0, 0, 0.05));
  -webkit-filter: drop-shadow(0px 9px 12px rgba(0, 0, 0, 0.05));
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
}

@media (max-width: 1240px) {
  .filter-shadow {
    transform: translateX(-33px);
    -webkit-transform: translateX(-33px);
  }
}

@media (max-width: 1150px) {
  .filter-shadow {
    transform: none;
  }
}

.italian strong {
  color: white;
  font-style: italic;
}

.filter-shadow-2 {
  filter: drop-shadow(0px 9px 12px rgba(0, 0, 0, 0.05));
  -webkit-filter: drop-shadow(0px 9px 12px rgba(0, 0, 0, 0.05));
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
}

@media (max-width: 1500px) {
  .filter-shadow-2 {
    transform: none;
  }
}

.woman {
  filter: drop-shadow(0px 9px 12px rgba(0, 0, 0, 0.05));
  -webkit-filter: drop-shadow(0px 9px 12px rgba(0, 0, 0, 0.05));
  /* position: absolute!important;

  bottom: 0%!important;

  left: 50%!important;

  transform: translate(10%, 0%)!important; */
}

/* @media (max-width: 1760px) {

  .woman {

    max-width: 660px !important;

  }

} */

@media (max-width: 1800px) {
  .woman {
    max-width: 760px !important;
  }
}

@media (max-width: 1500px) {
  .woman {
    max-width: 650px !important;
  }
}

@media (max-width: 1240px) {
  .woman {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
  }
}

@media (max-width: 800px) {
  .woman {
    width: 84% !important;
    height: auto !important;
  }
}

@media (max-width: 599px) {
  .woman {
    display: none !important;
  }
}

.category-nav:hover .dropdown {
  opacity: 1 !important;
  display: grid !important;
  position: absolute;
  top: 0% !important;
  left: 50% !important;
  transform: translate(-50%, 46px) !important;
}

.category-nav:hover .dropdown-new {
  opacity: 1 !important;
  display: grid !important;
  position: absolute;
  top: 22px !important;
  left: 50% !important;
  transform: translate(-50%, 46px) !important;
}

.dropdown-new {
  box-shadow: 0px 35px 39px -27px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 35px 39px -27px rgba(0, 0, 0, 0.15);
}

.nav-mobile {
  background-color: white;
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  padding: 24px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 0.75) 0s,

    transform 0.5s cubic-bezier(0.5, 0, 0, 0.75) 0s, visibility 0s ease 0.5s;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  align-content: center;
  grid-gap: 51px;
  text-align: center;
}

.nav-mobile .contact-header {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  margin: 0 auto;
}

.nav-mobile ul {
  gap: 30px;
  display: grid;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.nav-toggle {
  display: none;
}

@media (max-width: 1150px) {
  .nav-toggle {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    float: right;
    height: 42px;
    width: 46px;
    cursor: pointer;
    padding: 6px;
    z-index: 100;
    outline: none;
  }
}

.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 6px;
  background-color: #07004d;
  transition: all 0.25s;
}

.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(6px, 5px);
  -webkit-transform: rotate(45deg) translate(6px, 5px);
  -moz-transform: rotate(45deg) translate(6px, 5px);
  -ms-transform: rotate(45deg) translate(6px, 5px);
  -o-transform: rotate(45deg) translate(6px, 5px);
}

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(6px, -6px);
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  -moz-transform: rotate(-45deg) translate(6px, -6px);
  -ms-transform: rotate(-45deg) translate(6px, -6px);
  -o-transform: rotate(-45deg) translate(6px, -6px);
}

.nav-mobile.show {
  transform: translateX(0px);
}

.overflow-b {
  overflow-y: hidden;
}

.iconic-dropic:hover .imgic {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.iconic-dropic .imgic {
  transition: all 250ms;
}

.iconic-dropic {
  transition: all 250ms;
}

.outter-white:hover .inner-white {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}

.outter-white {
  transition: all 250ms;
  position: relative;
  height: 100%;
}

.inner-white {
  transition: all 250ms;
  position: relative;
  z-index: 9;
  background: white;
  height: 100%;
}

.outter-white:hover .img-inner, .outter-white:hover .img-inner-2 {
  display: block!important;
}

.gridic-fleksic {
  display: grid;
  grid-template-columns: .5fr 1fr;
}

.hoveric:hover img {
  opacity: 1;
}

.hoveric {
  transition: all 250ms;
}

.hoveric img {
  transition: all 250ms;
}

.hoveric span {
  transition: all 250ms;
}

.hoveric:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}

.hoveric:hover .span-1 {
  font-weight: bold;
  color: #05014E;
}

.hoveric:hover .span-2 {
  font-weight: bold;
  color: #FF0035;
}

@media(min-width: 2400px) {
  body {
    zoom:110%;
  }
}

.dropdown-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dropdown__content {
  max-height: 0;
  transition: 200ms;
  overflow: hidden;
  padding: 0 1rem;
}

.dropdown__title::before {
  content: "+";
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
}

/* Active Dropdown Styles */

.dropdown.active .dropdown__content {
  max-height: 100vh;
  padding: 1rem;
  transition: 400ms;
}

.dropdown.active .dropdown__title::before {
  content: "-";
}

@media (max-width: 640px) {
  .sm\:text-\[30px\] {
    font-size: 30px;
  }
}

.card-show {
  /* Adding a default transparent border */
  border: 2px solid transparent;
  /* Smooth transition for all properties (specifically for the border) */
  transition: border 0.3s ease;
}

.card-show:hover {
  /* Change the border color on hover */
  border-color: red;
}

.placeholder\:text-\[\#d4d4d4\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#d4d4d4\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

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

.after\:bottom-2::after {
  content: var(--tw-content);
  bottom: 0.5rem;
}

.after\:left-\[100\%\]::after {
  content: var(--tw-content);
  left: 100%;
}

.after\:right-\[100\%\]::after {
  content: var(--tw-content);
  right: 100%;
}

.after\:right-\[50px\]::after {
  content: var(--tw-content);
  right: 50px;
}

.after\:top-1\/3::after {
  content: var(--tw-content);
  top: 33.333333%;
}

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

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

.after\:bg-\[\#000\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.after\:content-\[url\(\'img\/charity\/hand-shake\.png\'\)\]::after {
  --tw-content: url("img/charity/hand-shake.1431aa6b87d0.png");
  content: var(--tw-content);
}

.after\:content-\[url\(\'img\/cicon-1\.png\'\)\]::after {
  --tw-content: url("img/cicon-1.3d9331e601ab.png");
  content: var(--tw-content);
}

.after\:content-\[url\(\'img\/iconnew-2\.png\'\)\]::after {
  --tw-content: url("img/iconnew-2.019e0ff79377.png");
  content: var(--tw-content);
}

.after\:content-\[url\(\'img\/iconnew-4\.png\'\)\]::after {
  --tw-content: url("img/iconnew-4.fdf39545caaa.png");
  content: var(--tw-content);
}

.after\:content-\[url\(\'img\/iconnew-5\.png\'\)\]::after {
  --tw-content: url("img/iconnew-5.1ad6427a9df6.png");
  content: var(--tw-content);
}

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

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

.hover\:border-b-\[3px\]:hover {
  border-bottom-width: 3px;
}

.hover\:border-solid:hover {
  border-style: solid;
}

.hover\:border-\[\#07004D\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 0 77 / var(--tw-border-opacity));
}

.hover\:border-\[\#FE0036\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 0 54 / var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.hover\:bg-\[\#FF0035\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 53 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#ff0035\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 53 / var(--tw-bg-opacity));
}

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

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

.hover\:text-\[\#07004D\]:hover {
  --tw-text-opacity: 1;
  color: rgb(7 0 77 / var(--tw-text-opacity));
}

.hover\:text-\[\#FE0036\]:hover {
  --tw-text-opacity: 1;
  color: rgb(254 0 54 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

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

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

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

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

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

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:border-\[\#ff0035\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 53 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-\[\#07004D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 0 77 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[\#FF0035\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 53 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[\#ff0035\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 53 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-\[\#FF0035\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 53 / var(--tw-text-opacity));
}

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

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

.prose-headings\:font-poppins :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: Poppins, sans-serif;
}

.prose-headings\:font-primary :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-family: Montserrat;
}

.prose-headings\:font-bold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 700;
}

.prose-headings\:text-black :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-h2\:mb-4 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1rem;
}

.prose-h2\:mt-8 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 2rem;
}

.prose-h2\:text-3xl :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.prose-h3\:text-xl :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.prose-h3\:font-bold :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 700;
}

.prose-p\:mb-7 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1.75rem;
}

.prose-p\:mb-8 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 2rem;
}

.prose-p\:leading-10 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 2.5rem;
}

.prose-p\:leading-7 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.75rem;
}

.prose-a\:text-\[\#ff0035\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 0 53 / var(--tw-text-opacity));
}

.prose-strong\:text-\[\#000\] :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-li\:leading-7 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  line-height: 1.75rem;
}

.prose-video\:aspect-video :is(:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  aspect-ratio: 16 / 9;
}

.prose-video\:w-full :is(:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  width: 100%;
}

@media (max-width: 1500px) {
  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:hidden {
    display: none;
  }

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

  .\32xl\:gap-\[51px\] {
    gap: 51px;
  }

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

  .\32xl\:text-\[42px\] {
    font-size: 42px;
  }

  .\32xl\:text-\[60px\] {
    font-size: 60px;
  }

  .\32xl\:text-\[65px\] {
    font-size: 65px;
  }

  .\32xl\:leading-\[50px\] {
    line-height: 50px;
  }

  .\32xl\:leading-\[60px\] {
    line-height: 60px;
  }

  .\32xl\:leading-\[67px\] {
    line-height: 67px;
  }

  .\32xl\:leading-\[75px\] {
    line-height: 75px;
  }
}

@media (max-width: 1300px) {
  .xxl\:w-\[500px\] {
    width: 500px;
  }

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

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

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

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

  .xxl\:after\:right-\[35px\]::after {
    content: var(--tw-content);
    right: 35px;
  }

  .xxl\:after\:w-\[200px\]::after {
    content: var(--tw-content);
    width: 200px;
  }
}

@media (max-width: 1240px) {
  .xl\:mb-\[49px\] {
    margin-bottom: 49px;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[calc\(100\%-48px\)\] {
    width: calc(100% - 48px);
  }

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

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

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

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

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

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

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

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

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:gap-\[36px\] {
    gap: 36px;
  }

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

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

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

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

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

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

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

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

  .xl\:pr-4 {
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1150px) {
  .x\:bottom-\[45px\] {
    bottom: 45px;
  }

  .x\:bottom-\[75px\] {
    bottom: 75px;
  }

  .x\:right-\[50\%\] {
    right: 50%;
  }

  .x\:grid {
    display: grid;
  }

  .x\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .x\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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));
  }

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

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

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

  .x\:justify-items-center {
    justify-items: center;
  }

  .x\:gap-\[60px\] {
    gap: 60px;
  }

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

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

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

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

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

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

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

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

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

@media (max-width: 1050px) {
  .lg\:m-auto {
    margin: auto;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

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

  .lg\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:justify-items-center {
    justify-items: center;
  }

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

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

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

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

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

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

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

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

  .lg\:bg-\[length\:50\%_100\%\] {
    background-size: 50% 100%;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

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

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

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

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:after\:left-\[85\%\]::after {
    content: var(--tw-content);
    left: 85%;
  }

  .lg\:after\:right-\[85\%\]::after {
    content: var(--tw-content);
    right: 85%;
  }

  .lg\:after\:scale-50::after {
    content: var(--tw-content);
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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));
  }
}

@media (max-width: 800px) {
  .md\:left-0 {
    left: 0px;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

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

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

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

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

  .md\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-none {
    border-style: none;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (max-width: 800px) {
    .md\:md\:text-white {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
  }

  .md\:text-\[35\] {
    color: 35;
  }

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

@media (max-width: 599px) {
  .sm\:relative {
    position: relative;
  }

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

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

  .sm\:left-\[50\%\] {
    left: 50%;
  }

  .sm\:right-\[150px\] {
    right: 150px;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

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

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

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

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

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

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

  .sm\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-\[24px\] {
    padding-left: 24px;
  }

  .sm\:pl-\[30px\] {
    padding-left: 30px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-\[24px\] {
    padding-right: 24px;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-\[1px\] {
    padding-top: 1px;
  }

  .sm\:pt-\[30px\] {
    padding-top: 30px;
  }

  .sm\:pt-\[40px\] {
    padding-top: 40px;
  }

  .sm\:pt-\[42px\] {
    padding-top: 42px;
  }

  .sm\:pt-\[48px\] {
    padding-top: 48px;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-\[12px\] {
    font-size: 12px;
  }

  .sm\:text-\[14px\] {
    font-size: 14px;
  }

  .sm\:text-\[16px\] {
    font-size: 16px;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:text-\[22px\] {
    font-size: 22px;
  }

  .sm\:text-\[24px\] {
    font-size: 24px;
  }

  .sm\:text-\[26px\] {
    font-size: 26px;
  }

  .sm\:text-\[30px\] {
    font-size: 30px;
  }

  .sm\:text-\[32px\] {
    font-size: 32px;
  }

  .sm\:text-\[33px\] {
    font-size: 33px;
  }

  .sm\:text-\[35px\] {
    font-size: 35px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:leading-\[32px\] {
    line-height: 32px;
  }

  .sm\:leading-\[35px\] {
    line-height: 35px;
  }

  .sm\:leading-\[39px\] {
    line-height: 39px;
  }

  .sm\:leading-\[40px\] {
    line-height: 40px;
  }

  .sm\:leading-\[44px\] {
    line-height: 44px;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:after\:bottom-\[1px\]::after {
    content: var(--tw-content);
    bottom: 1px;
  }

  .sm\:after\:left-\[68\%\]::after {
    content: var(--tw-content);
    left: 68%;
  }

  .sm\:after\:right-3::after {
    content: var(--tw-content);
    right: 0.75rem;
  }

  .sm\:after\:right-\[68\%\]::after {
    content: var(--tw-content);
    right: 68%;
  }

  .sm\:after\:w-\[63px\]::after {
    content: var(--tw-content);
    width: 63px;
  }

  .sm\:after\:scale-\[30\%\]::after {
    content: var(--tw-content);
    --tw-scale-x: 30%;
    --tw-scale-y: 30%;
    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));
  }

  .prose-h2\:sm\:text-2xl :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .prose-h3\:sm\:text-xl :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 500px) {
  .smm\:flex-col {
    flex-direction: column;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
  }

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
  }

  .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .dark\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity));
  }

  .dark\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
}



