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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

  .container {
    max-width: 1200px;
  }
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-h-5 {
  --tw-aspect-h: 5;
}
.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-11 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 11;
}
.aspect-w-11 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-5 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 5;
}
.aspect-w-5 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.typography {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.typography :where(p):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.typography :where([class~="lead"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.typography :where(a):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.typography :where(strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.typography :where(a strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(blockquote strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(thead th strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(ol):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.typography :where(ol[type="A"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: upper-alpha;
}
.typography :where(ol[type="a"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: lower-alpha;
}
.typography :where(ol[type="A" s]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: upper-alpha;
}
.typography :where(ol[type="a" s]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: lower-alpha;
}
.typography :where(ol[type="I"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: upper-roman;
}
.typography :where(ol[type="i"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: lower-roman;
}
.typography :where(ol[type="I" s]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: upper-roman;
}
.typography :where(ol[type="i" s]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: lower-roman;
}
.typography :where(ol[type="1"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: decimal;
}
.typography :where(ul):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.typography :where(ol > li):not(:where([class~="not-typography"],[class~="not-typography"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.typography :where(ul > li):not(:where([class~="not-typography"],[class~="not-typography"] *))::marker {
  color: var(--tw-prose-bullets);
}
.typography :where(dt):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.typography :where(hr):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.typography :where(blockquote):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.typography :where(blockquote p:first-of-type):not(:where([class~="not-typography"],[class~="not-typography"] *))::before {
  content: open-quote;
}
.typography :where(blockquote p:last-of-type):not(:where([class~="not-typography"],[class~="not-typography"] *))::after {
  content: close-quote;
}
.typography :where(h1):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.typography :where(h1 strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 900;
  color: inherit;
}
.typography :where(h2):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.typography :where(h2 strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 800;
  color: inherit;
}
.typography :where(h3):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.typography :where(h3 strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 700;
  color: inherit;
}
.typography :where(h4):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.typography :where(h4 strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 700;
  color: inherit;
}
.typography :where(img):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.typography :where(picture):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.typography :where(kbd):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.typography :where(code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.typography :where(code):not(:where([class~="not-typography"],[class~="not-typography"] *))::before {
  content: "`";
}
.typography :where(code):not(:where([class~="not-typography"],[class~="not-typography"] *))::after {
  content: "`";
}
.typography :where(a code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(h1 code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(h2 code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.typography :where(h3 code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.typography :where(h4 code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(blockquote code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(thead th code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}
.typography :where(pre):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.typography :where(pre code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  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;
}
.typography :where(pre code):not(:where([class~="not-typography"],[class~="not-typography"] *))::before {
  content: none;
}
.typography :where(pre code):not(:where([class~="not-typography"],[class~="not-typography"] *))::after {
  content: none;
}
.typography :where(table):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.typography :where(thead):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.typography :where(thead th):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.typography :where(tbody tr):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.typography :where(tbody tr:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  border-bottom-width: 0;
}
.typography :where(tbody td):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  vertical-align: baseline;
}
.typography :where(tfoot):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.typography :where(tfoot td):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  vertical-align: top;
}
.typography :where(figure > *):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.typography :where(figcaption):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.typography {
  --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;
}
.typography :where(picture > img):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.typography :where(video):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.typography :where(li):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.typography :where(ol > li):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0.375em;
}
.typography :where(ul > li):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0.375em;
}
.typography :where(.typography > ul > li p):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.typography :where(.typography > ul > li > *:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.25em;
}
.typography :where(.typography > ul > li > *:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-bottom: 1.25em;
}
.typography :where(.typography > ol > li > *:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.25em;
}
.typography :where(.typography > ol > li > *:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-bottom: 1.25em;
}
.typography :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.typography :where(dl):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.typography :where(dd):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.typography :where(hr + *):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(h2 + *):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(h3 + *):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(h4 + *):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(thead th:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0;
}
.typography :where(thead th:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-right: 0;
}
.typography :where(tbody td, tfoot td):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.typography :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0;
}
.typography :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-right: 0;
}
.typography :where(figure):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.typography :where(.typography > :first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0;
}
.typography :where(.typography > :last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-bottom: 0;
}
.\!typography-lg {
  font-size: 1.125rem !important;
  line-height: 1.7777778 !important;
}
.\!typography-lg :where(p):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.3333333em !important;
  margin-bottom: 1.3333333em !important;
}
.\!typography-lg :where([class~="lead"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 1.2222222em !important;
  line-height: 1.4545455 !important;
  margin-top: 1.0909091em !important;
  margin-bottom: 1.0909091em !important;
}
.\!typography-lg :where(blockquote):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.6666667em !important;
  margin-bottom: 1.6666667em !important;
  padding-left: 1em !important;
}
.\!typography-lg :where(h1):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 2.6666667em !important;
  margin-top: 0 !important;
  margin-bottom: 0.8333333em !important;
  line-height: 1 !important;
}
.\!typography-lg :where(h2):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 1.6666667em !important;
  margin-top: 1.8666667em !important;
  margin-bottom: 1.0666667em !important;
  line-height: 1.3333333 !important;
}
.\!typography-lg :where(h3):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 1.3333333em !important;
  margin-top: 1.6666667em !important;
  margin-bottom: 0.6666667em !important;
  line-height: 1.5 !important;
}
.\!typography-lg :where(h4):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.7777778em !important;
  margin-bottom: 0.4444444em !important;
  line-height: 1.5555556 !important;
}
.\!typography-lg :where(img):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.7777778em !important;
  margin-bottom: 1.7777778em !important;
}
.\!typography-lg :where(picture):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.7777778em !important;
  margin-bottom: 1.7777778em !important;
}
.\!typography-lg :where(picture > img):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.\!typography-lg :where(video):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.7777778em !important;
  margin-bottom: 1.7777778em !important;
}
.\!typography-lg :where(kbd):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 0.8888889em !important;
  border-radius: 0.3125rem !important;
  padding-top: 0.2222222em !important;
  padding-right: 0.4444444em !important;
  padding-bottom: 0.2222222em !important;
  padding-left: 0.4444444em !important;
}
.\!typography-lg :where(code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 0.8888889em !important;
}
.\!typography-lg :where(h2 code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 0.8666667em !important;
}
.\!typography-lg :where(h3 code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 0.875em !important;
}
.\!typography-lg :where(pre):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 0.8888889em !important;
  line-height: 1.75 !important;
  margin-top: 2em !important;
  margin-bottom: 2em !important;
  border-radius: 0.375rem !important;
  padding-top: 1em !important;
  padding-right: 1.5em !important;
  padding-bottom: 1em !important;
  padding-left: 1.5em !important;
}
.\!typography-lg :where(ol):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.3333333em !important;
  margin-bottom: 1.3333333em !important;
  padding-left: 1.5555556em !important;
}
.\!typography-lg :where(ul):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.3333333em !important;
  margin-bottom: 1.3333333em !important;
  padding-left: 1.5555556em !important;
}
.\!typography-lg :where(li):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.6666667em !important;
  margin-bottom: 0.6666667em !important;
}
.\!typography-lg :where(ol > li):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0.4444444em !important;
}
.\!typography-lg :where(ul > li):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0.4444444em !important;
}
.\!typography-lg :where(.\!typography-lg > ul > li p):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.8888889em !important;
  margin-bottom: 0.8888889em !important;
}
.\!typography-lg :where(.\!typography-lg > ul > li > *:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.3333333em !important;
}
.\!typography-lg :where(.\!typography-lg > ul > li > *:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-bottom: 1.3333333em !important;
}
.\!typography-lg :where(.\!typography-lg > ol > li > *:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.3333333em !important;
}
.\!typography-lg :where(.\!typography-lg > ol > li > *:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-bottom: 1.3333333em !important;
}
.\!typography-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.8888889em !important;
  margin-bottom: 0.8888889em !important;
}
.\!typography-lg :where(dl):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.3333333em !important;
  margin-bottom: 1.3333333em !important;
}
.\!typography-lg :where(dt):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.3333333em !important;
}
.\!typography-lg :where(dd):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.6666667em !important;
  padding-left: 1.5555556em !important;
}
.\!typography-lg :where(hr):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 3.1111111em !important;
  margin-bottom: 3.1111111em !important;
}
.\!typography-lg :where(hr + *):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0 !important;
}
.\!typography-lg :where(h2 + *):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0 !important;
}
.\!typography-lg :where(h3 + *):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0 !important;
}
.\!typography-lg :where(h4 + *):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0 !important;
}
.\!typography-lg :where(table):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 0.8888889em !important;
  line-height: 1.5 !important;
}
.\!typography-lg :where(thead th):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-right: 0.75em !important;
  padding-bottom: 0.75em !important;
  padding-left: 0.75em !important;
}
.\!typography-lg :where(thead th:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0 !important;
}
.\!typography-lg :where(thead th:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-right: 0 !important;
}
.\!typography-lg :where(tbody td, tfoot td):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-top: 0.75em !important;
  padding-right: 0.75em !important;
  padding-bottom: 0.75em !important;
  padding-left: 0.75em !important;
}
.\!typography-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0 !important;
}
.\!typography-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-right: 0 !important;
}
.\!typography-lg :where(figure):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.7777778em !important;
  margin-bottom: 1.7777778em !important;
}
.\!typography-lg :where(figure > *):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.\!typography-lg :where(figcaption):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-size: 0.8888889em !important;
  line-height: 1.5 !important;
  margin-top: 1em !important;
}
.\!typography-lg :where(.\!typography-lg > :first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0 !important;
}
.\!typography-lg :where(.\!typography-lg > :last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-bottom: 0 !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-right-\[9px\] {
  right: -9px;
}
.-top-\[9px\] {
  top: -9px;
}
.end-1 {
  inset-inline-end: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-5 {
  right: 1.25rem;
}
.start-1 {
  inset-inline-start: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-5 {
  top: 1.25rem;
}
.isolate {
  isolation: isolate;
}
.z-20 {
  z-index: 20;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.row-start-2 {
  grid-row-start: 2;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-auto {
  margin: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-ml-px {
  margin-left: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[110px\] {
  margin-right: 110px;
}
.mr-\[45px\] {
  margin-right: 45px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.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-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-px {
  margin-top: 1px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!inline {
  display: inline !important;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-auto {
  height: auto;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-\[2lh\] {
  min-height: 2lh;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[90px\] {
  width: 90px;
}
.w-full {
  width: 100%;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[670px\] {
  max-width: 670px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[calc\(100\%-40px\)\] {
  max-width: calc(100% - 40px);
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[60px_auto\] {
  grid-template-columns: 60px auto;
}
.grid-cols-\[minmax\(0\2c auto\)_130px\] {
  grid-template-columns: minmax(0,auto) 130px;
}
.grid-cols-\[minmax\(0\2c auto\)_80px_64px\] {
  grid-template-columns: minmax(0,auto) 80px 64px;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-\[\#9c9c9c\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 156 156 / var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[value\] {
  border-radius: value;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-\[\#f2f2f2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-\[\#ff182d\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 24 45 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(173 173 173 / var(--tw-border-opacity));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}
.bg-\[\#d6d6d694\] {
  background-color: #d6d6d694;
}
.bg-\[\#f3f9fd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 253 / var(--tw-bg-opacity));
}
.bg-\[\#f7f8f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / var(--tw-bg-opacity));
}
.bg-\[\#f7f8fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}
.bg-\[value\] {
  background-color: value;
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(173 173 173 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-primary-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 71 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / 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-cover {
  background-size: cover;
}
.bg-\[50\%_2\%\] {
  background-position: 50% 2%;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[22px\] {
  font-size: 22px;
}
.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 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#0f6ecd\] {
  --tw-text-opacity: 1;
  color: rgb(15 110 205 / var(--tw-text-opacity));
}
.text-\[\#19459d\] {
  --tw-text-opacity: 1;
  color: rgb(25 69 157 / var(--tw-text-opacity));
}
.text-\[\#2b2b2b\] {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
.text-\[\#323a51\] {
  --tw-text-opacity: 1;
  color: rgb(50 58 81 / var(--tw-text-opacity));
}
.text-\[\#9c9c9c\] {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}
.text-\[\#b9b9b9\] {
  --tw-text-opacity: 1;
  color: rgb(185 185 185 / var(--tw-text-opacity));
}
.text-\[\#ff182d\] {
  --tw-text-opacity: 1;
  color: rgb(255 24 45 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-primary-950 {
  --tw-text-opacity: 1;
  color: rgb(41 41 71 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.shadow-\[0_0_8px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0 8px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 8px 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-\[0_5px_5px_rgb\(198\2c 198\2c 198\)\] {
  --tw-shadow: 0 5px 5px rgb(198,198,198);
  --tw-shadow-colored: 0 5px 5px 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-\[inset_1px_2px_10px_2px_rgba\(0\2c 0\2c 0\2c 0\.33\)\] {
  --tw-shadow: inset 1px 2px 10px 2px rgba(0,0,0,0.33);
  --tw-shadow-colored: inset 1px 2px 10px 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-default {
  --tw-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0 8px 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-headerInset {
  --tw-shadow: inset 2px 3px 5px rgba(0, 0, 0, 0.43);
  --tw-shadow-colored: inset 2px 3px 5px 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-headerNavInset {
  --tw-shadow: inset 2px 3px 13px rgba(0, 0, 0, 0.43);
  --tw-shadow-colored: inset 2px 3px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!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) !important;
}
.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;
}
.duration-200 {
  transition-duration: 200ms;
}

.section-title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
  padding-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

@media (min-width: 1200px) {

  .section-title {
    padding-top: 2.5rem;
  }
}

.section-title::before {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 0.25rem;
  width: 5rem;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.disc-red *::marker {
  color: rgb(255 0 0 );
}

.disc-red::marker {
  color: rgb(255 0 0 );
}

.scroll-to-top-btn {
  position: fixed;
  bottom: 0.25rem;
  right: 1rem;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
  background-color: #ffffffcf;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
  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: 200ms;
}

.scroll-to-top-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 61 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.typography-default {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.typography-default :where(p):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.typography-default :where([class~="lead"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.typography-default :where(a):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.typography-default :where(strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.typography-default :where(a strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}

.typography-default :where(blockquote strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}

.typography-default :where(thead th strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}

.typography-default :where(ol):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.typography-default :where(ol[type="A"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: upper-alpha;
}

.typography-default :where(ol[type="a"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: lower-alpha;
}

.typography-default :where(ol[type="A" s]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: upper-alpha;
}

.typography-default :where(ol[type="a" s]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: lower-alpha;
}

.typography-default :where(ol[type="I"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: upper-roman;
}

.typography-default :where(ol[type="i"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: lower-roman;
}

.typography-default :where(ol[type="I" s]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: upper-roman;
}

.typography-default :where(ol[type="i" s]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: lower-roman;
}

.typography-default :where(ol[type="1"]):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: decimal;
}

.typography-default :where(ul):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.typography-default :where(ol > li):not(:where([class~="not-typography"],[class~="not-typography"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.typography-default :where(ul > li):not(:where([class~="not-typography"],[class~="not-typography"] *))::marker {
  color: var(--tw-prose-bullets);
}

.typography-default :where(dt):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.typography-default :where(hr):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.typography-default :where(blockquote):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.typography-default :where(blockquote p:first-of-type):not(:where([class~="not-typography"],[class~="not-typography"] *))::before {
  content: open-quote;
}

.typography-default :where(blockquote p:last-of-type):not(:where([class~="not-typography"],[class~="not-typography"] *))::after {
  content: close-quote;
}

.typography-default :where(h1):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.typography-default :where(h1 strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 900;
  color: inherit;
}

.typography-default :where(h2):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.typography-default :where(h2 strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 800;
  color: inherit;
}

.typography-default :where(h3):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.typography-default :where(h3 strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 700;
  color: inherit;
}

.typography-default :where(h4):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.typography-default :where(h4 strong):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 700;
  color: inherit;
}

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

.typography-default :where(picture):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.typography-default :where(kbd):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.typography-default :where(code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.typography-default :where(code):not(:where([class~="not-typography"],[class~="not-typography"] *))::before {
  content: "`";
}

.typography-default :where(code):not(:where([class~="not-typography"],[class~="not-typography"] *))::after {
  content: "`";
}

.typography-default :where(a code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}

.typography-default :where(h1 code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}

.typography-default :where(h2 code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.typography-default :where(h3 code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.typography-default :where(h4 code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}

.typography-default :where(blockquote code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}

.typography-default :where(thead th code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: inherit;
}

.typography-default :where(pre):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.typography-default :where(pre code):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  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;
}

.typography-default :where(pre code):not(:where([class~="not-typography"],[class~="not-typography"] *))::before {
  content: none;
}

.typography-default :where(pre code):not(:where([class~="not-typography"],[class~="not-typography"] *))::after {
  content: none;
}

.typography-default :where(table):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.typography-default :where(thead):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.typography-default :where(thead th):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.typography-default :where(tbody tr):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.typography-default :where(tbody tr:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  border-bottom-width: 0;
}

.typography-default :where(tbody td):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  vertical-align: baseline;
}

.typography-default :where(tfoot):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.typography-default :where(tfoot td):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  vertical-align: top;
}

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

.typography-default :where(figcaption):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.typography-default {
  --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;
}

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

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

.typography-default :where(li):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.typography-default :where(ol > li):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0.375em;
}

.typography-default :where(ul > li):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0.375em;
}

.typography-default :where(.typography > ul > li p):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.typography-default :where(.typography > ul > li > *:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.25em;
}

.typography-default :where(.typography > ul > li > *:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-bottom: 1.25em;
}

.typography-default :where(.typography > ol > li > *:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.25em;
}

.typography-default :where(.typography > ol > li > *:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-bottom: 1.25em;
}

.typography-default :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.typography-default :where(dl):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.typography-default :where(dd):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

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

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

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

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

.typography-default :where(thead th:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0;
}

.typography-default :where(thead th:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-right: 0;
}

.typography-default :where(tbody td, tfoot td):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.typography-default :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-left: 0;
}

.typography-default :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-typography"],[class~="not-typography"] *)) {
  padding-right: 0;
}

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

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

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

.typography-default {
  max-width: none;
}

.typography-default *::marker {
  color: rgb(255 0 0 );
}

.typography-default::marker {
  color: rgb(255 0 0 );
}

.typography-default :is(:where(h1):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.typography-default :is(:where(h2):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  font-weight: 500;
}

.typography-default :is(:where(h3):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  font-weight: 500;
}

.typography-default :is(:where(h4):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  font-weight: 500;
}

.typography-default :is(:where(a):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.typography-default :is(:where(a):not(:where([class~="not-typography"],[class~="not-typography"] *))):hover {
  text-decoration-line: underline;
}

.typography-img-bordered :is(:where(img):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  display: block;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
  padding: 0.25rem;
}

@media (min-width: 768px) {

  .md\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .md\:aspect-w-3 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 3;
  }

  .md\:aspect-w-3 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

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

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

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

.before\:bg-\[\#e5e5e5\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

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

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

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

.even\:bg-\[\#f1f1f1c4\]:nth-child(even) {
  background-color: #f1f1f1c4;
}

.hover\:border-red-second:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 103 102 / var(--tw-border-opacity));
}

.hover\:bg-\[\#b10000\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(177 0 0 / var(--tw-bg-opacity));
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 137 / var(--tw-bg-opacity));
}

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

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

.hover\:text-\[\#0f6ecd\]:hover {
  --tw-text-opacity: 1;
  color: rgb(15 110 205 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / 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\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

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

.typography-img\:block :is(:where(img):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  display: block;
}

.typography-img\:w-full :is(:where(img):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  width: 100%;
}

.typography-img\:rounded :is(:where(img):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  border-radius: 0.25rem;
}

.typography-img\:border :is(:where(img):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  border-width: 1px;
}

.typography-img\:border-solid :is(:where(img):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  border-style: solid;
}

.typography-img\:border-gray-200 :is(:where(img):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}

.typography-img\:p-1 :is(:where(img):not(:where([class~="not-typography"],[class~="not-typography"] *))) {
  padding: 0.25rem;
}

@media (min-width: 640px) {

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

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:min-h-\[3lh\] {
    min-height: 3lh;
  }

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

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

  .sm\:grid-cols-\[minmax\(0\2c auto\)_130px_130px\] {
    grid-template-columns: minmax(0,auto) 130px 130px;
  }

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:grid-cols-\[260px\2c _auto\] {
    grid-template-columns: 260px auto;
  }

  .md\:grid-cols-\[60px_auto_max-content\] {
    grid-template-columns: 60px auto max-content;
  }

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

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

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

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

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

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

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

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

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

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

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

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

@media (min-width: 992px) {

  .lg\:sticky {
    position: sticky;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:grid-cols-\[0\.25fr_0\.75fr\] {
    grid-template-columns: 0.25fr 0.75fr;
  }

  .lg\:grid-cols-\[35\%_520px\] {
    grid-template-columns: 35% 520px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-right {
    text-align: right;
  }
}

@media (min-width: 1200px) {

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

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

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

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:grid-cols-\[200px_80px_64px\] {
    grid-template-columns: 200px 80px 64px;
  }

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

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

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-40 {
    gap: 10rem;
  }

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

  .xl\:pt-20 {
    padding-top: 5rem;
  }
}

