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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

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

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

.prose :where([class~="lead"]):not(:where([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"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(hr):not(:where([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"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

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

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

.prose :where(h1):not(:where([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"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([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"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  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"] *))::before {
  content: none;
}

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

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

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

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

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

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

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

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

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

.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-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-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(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

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

.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}

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

.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

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

.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

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

.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

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

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

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

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

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

.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

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

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

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

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

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

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

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

.prose-base {
  font-size: 1rem;
  line-height: 1.75;
}

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

.prose-base :where([class~="lead"]):not(:where([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"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose-base :where(h1):not(:where([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"] *)) {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose-base :where(h3):not(:where([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"] *)) {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

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

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

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

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

.prose-base :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

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

.prose-base :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}

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

.prose-base :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose-base :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose-base :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

.prose-base :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3em;
  margin-bottom: 3em;
}

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

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

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

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

.prose-base :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose-base :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

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

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

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

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

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

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

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

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

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.\!left-unset {
  left: unset !important;
}

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

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

.-bottom-13\.5 {
  bottom: -3.375rem;
}

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

.-left-0 {
  left: -0px;
}

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

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

.-left-2\.5 {
  left: -0.625rem;
}

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

.-left-41\.25 {
  left: -10.3125rem;
}

.-left-7 {
  left: -1.75rem;
}

.-left-88 {
  left: -22rem;
}

.-right-16 {
  right: -4rem;
}

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

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

.-top-1\.75 {
  top: -0.4375rem;
}

.-top-13\.5 {
  top: -3.375rem;
}

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

.-top-22 {
  top: -0.9375rem;
}

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

.-top-3\.5 {
  top: -0.875rem;
}

.-top-30\.5 {
  top: -7.625rem;
}

.-top-5 {
  top: -1.25rem;
}

.-top-9 {
  top: -2.25rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-12\.25 {
  bottom: 3.0625rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-3\.5 {
  bottom: 0.875rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-8\.75 {
  bottom: 2.1875rem;
}

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

.end-1 {
  inset-inline-end: 0.25rem;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\.75 {
  left: 0.4375rem;
}

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

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-2 {
  left: 0.5rem;
}

.left-2\.25 {
  left: 0.5625rem;
}

.left-2\.5 {
  left: 0.625rem;
}

.left-3 {
  left: 0.75rem;
}

.left-3\.5 {
  left: 0.875rem;
}

.left-5 {
  left: 1.25rem;
}

.left-5\.5 {
  left: 1.375rem;
}

.left-6 {
  left: 1.5rem;
}

.left-8 {
  left: 2rem;
}

.left-\[calc\(100\%-217px\)\] {
  left: calc(100% - 217px);
}

.left-unset {
  left: unset;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-12 {
  right: 3rem;
}

.right-129\.25 {
  right: 32.3125rem;
}

.right-159\.5 {
  right: 39.875rem;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-2\.625 {
  right: 0.65625rem;
}

.right-22 {
  right: 0.9375rem;
}

.right-25 {
  right: 6.25rem;
}

.right-25\.75 {
  right: 6.4375rem;
}

.right-3 {
  right: 0.75rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.right-5 {
  right: 1.25rem;
}

.right-53 {
  right: 13.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-60 {
  right: 15rem;
}

.right-60\.5 {
  right: 15.125rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-8\.5 {
  right: 2.125rem;
}

.right-94 {
  right: 23.5rem;
}

.right-unset {
  right: unset;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.start-2 {
  inset-inline-start: 0.5rem;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-1 {
  top: 0.25rem;
}

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

.top-12 {
  top: 3rem;
}

.top-12\.5 {
  top: 3.125rem;
}

.top-14 {
  top: 3.5rem;
}

.top-15 {
  top: 3.75rem;
}

.top-16 {
  top: 4rem;
}

.top-16\.75 {
  top: 4.1875rem;
}

.top-18\.75 {
  top: 4.6875rem;
}

.top-2 {
  top: 0.5rem;
}

.top-23 {
  top: 5.75rem;
}

.top-25 {
  top: 6.25rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-4 {
  top: 1rem;
}

.top-4\.25 {
  top: 1.0625rem;
}

.top-4\.5 {
  top: 1.125rem;
}

.top-4\.75 {
  top: 1.1875rem;
}

.top-5 {
  top: 1.25rem;
}

.top-9 {
  top: 2.25rem;
}

.top-9\.75 {
  top: 2.4375rem;
}

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

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

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

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

.top-unset {
  top: unset;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-unset {
  order: unset;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.-m-2 {
  margin: -0.5rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-1\.25 {
  margin: 0.3125rem;
}

.m-4 {
  margin: 1rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.\!ml-1\.5 {
  margin-left: 0.375rem !important;
}

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

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

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

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

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

.-ml-2\.5 {
  margin-left: -0.625rem;
}

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

.-ml-3\.25 {
  margin-left: -0.8125rem;
}

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

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

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

.-mt-0\.75 {
  margin-top: -0.1875rem;
}

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

.-mt-1\.5 {
  margin-top: -0.375rem;
}

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

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

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

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

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

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

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

.mb-1\.25 {
  margin-bottom: 0.3125rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

.mb-13 {
  margin-bottom: 3.25rem;
}

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

.mb-18 {
  margin-bottom: 4.5rem;
}

.mb-18\.75 {
  margin-bottom: 4.6875rem;
}

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

.mb-2\.25 {
  margin-bottom: 0.5625rem;
}

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

.mb-25 {
  margin-bottom: 6.25rem;
}

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

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

.mb-4\.5 {
  margin-bottom: 1.125rem;
}

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

.mb-5\.5 {
  margin-bottom: 1.375rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

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

.me-1 {
  margin-inline-end: 0.25rem;
}

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

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

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-1\.75 {
  margin-left: 0.4375rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-11\.25 {
  margin-left: 2.8125rem;
}

.ml-11\.75 {
  margin-left: 2.9375rem;
}

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

.ml-12\.5 {
  margin-left: 3.125rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.ml-18 {
  margin-left: 4.5rem;
}

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

.ml-2\.25 {
  margin-left: 0.5625rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-2\.75 {
  margin-left: 0.6875rem;
}

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

.ml-3\.25 {
  margin-left: 0.8125rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-30 {
  margin-left: 7.5rem;
}

.ml-31 {
  margin-left: 7.75rem;
}

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

.ml-4\.25 {
  margin-left: 1.0625rem;
}

.ml-4\.5 {
  margin-left: 1.125rem;
}

.ml-4\.75 {
  margin-left: 1.1875rem;
}

.ml-45 {
  margin-left: 11.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-6\.25 {
  margin-left: 1.5625rem;
}

.ml-6\.5 {
  margin-left: 1.625rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-7\.5 {
  margin-left: 1.875rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-9\.5 {
  margin-left: 2.375rem;
}

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

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

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

.mr-0\.5 {
  margin-right: 0.125rem;
}

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

.mr-1\.25 {
  margin-right: 0.3125rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-11\.25 {
  margin-right: 2.8125rem;
}

.mr-11\.75 {
  margin-right: 2.9375rem;
}

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

.mr-12\.5 {
  margin-right: 3.125rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

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

.mr-17 {
  margin-right: 4.25rem;
}

.mr-18 {
  margin-right: 4.5rem;
}

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

.mr-2\.25 {
  margin-right: 0.5625rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-22 {
  margin-right: 5.5rem;
}

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

.mr-3\.25 {
  margin-right: 0.8125rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-3\.75 {
  margin-right: 0.9375rem;
}

.mr-30 {
  margin-right: 7.5rem;
}

.mr-31 {
  margin-right: 7.75rem;
}

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

.mr-4\.5 {
  margin-right: 1.125rem;
}

.mr-4\.75 {
  margin-right: 1.1875rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-7\.5 {
  margin-right: 1.875rem;
}

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

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

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

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

.mt-0\.75 {
  margin-top: 0.1875rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-1\.75 {
  margin-top: 0.4375rem;
}

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

.mt-10\.5 {
  margin-top: 2.625rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-11\.25 {
  margin-top: 2.8125rem;
}

.mt-11\.5 {
  margin-top: 2.875rem;
}

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

.mt-12\.5 {
  margin-top: 3.125rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mt-13\.75 {
  margin-top: 3.4375rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mt-15\.25 {
  margin-top: 3.8125rem;
}

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

.mt-16\.25 {
  margin-top: 4.0625rem;
}

.mt-16\.5 {
  margin-top: 4.125rem;
}

.mt-17 {
  margin-top: 4.25rem;
}

.mt-17\.5 {
  margin-top: 4.375rem;
}

.mt-18 {
  margin-top: 4.5rem;
}

.mt-18\.5 {
  margin-top: 4.625rem;
}

.mt-18\.75 {
  margin-top: 4.6875rem;
}

.mt-19\.25 {
  margin-top: 4.8125rem;
}

.mt-19\.5 {
  margin-top: 4.875rem;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

.mt-21\.25 {
  margin-top: 5.3125rem;
}

.mt-22 {
  margin-top: 5.5rem;
}

.mt-22\.75 {
  margin-top: 5.6875rem;
}

.mt-23\.75 {
  margin-top: 5.9375rem;
}

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

.mt-24\.25 {
  margin-top: 6.0625rem;
}

.mt-24\.5 {
  margin-top: 6.125rem;
}

.mt-25 {
  margin-top: 6.25rem;
}

.mt-26 {
  margin-top: 6.5rem;
}

.mt-27 {
  margin-top: 6.75rem;
}

.mt-27\.5 {
  margin-top: 6.875rem;
}

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

.mt-28\.75 {
  margin-top: 7.1875rem;
}

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

.mt-3\.25 {
  margin-top: 0.8125rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-3\.75 {
  margin-top: 0.9375rem;
}

.mt-30 {
  margin-top: 7.5rem;
}

.mt-30\.25 {
  margin-top: 7.5625rem;
}

.mt-30\.5 {
  margin-top: 7.625rem;
}

.mt-31 {
  margin-top: 7.75rem;
}

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

.mt-33 {
  margin-top: 8.25rem;
}

.mt-33\.75 {
  margin-top: 8.4375rem;
}

.mt-35 {
  margin-top: 8.75rem;
}

.mt-35\.5 {
  margin-top: 8.875rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-36\.25 {
  margin-top: 9.0625rem;
}

.mt-37 {
  margin-top: 9.25rem;
}

.mt-38 {
  margin-top: 9.5rem;
}

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

.mt-4\.25 {
  margin-top: 1.0625rem;
}

.mt-4\.5 {
  margin-top: 1.125rem;
}

.mt-4\.75 {
  margin-top: 1.1875rem;
}

.mt-40 {
  margin-top: 12.5rem;
}

.mt-41 {
  margin-top: 10.25rem;
}

.mt-41\.25 {
  margin-top: 10.3125rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-45 {
  margin-top: 11.25rem;
}

.mt-47 {
  margin-top: 11.75rem;
}

.mt-49\.5 {
  margin-top: 12.375rem;
}

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

.mt-5\.5 {
  margin-top: 1.375rem;
}

.mt-50 {
  margin-top: 12.5rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-53 {
  margin-top: 13.25rem;
}

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

.mt-6\.25 {
  margin-top: 1.5625rem;
}

.mt-6\.5 {
  margin-top: 1.625rem;
}

.mt-61 {
  margin-top: 15.25rem;
}

.mt-62 {
  margin-top: 15.5rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-67 {
  margin-top: 16.75rem;
}

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

.mt-7\.5 {
  margin-top: 1.875rem;
}

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

.mt-8\.5 {
  margin-top: 2.125rem;
}

.mt-8\.75 {
  margin-top: 2.1875rem;
}

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

.mt-9\.5 {
  margin-top: 2.375rem;
}

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-auto {
  aspect-ratio: auto;
}

.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}

.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0\.75 {
  height: 0.1875rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

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

.h-10 {
  height: 2.5rem;
}

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

.h-11 {
  height: 2.75rem;
}

.h-11\.25 {
  height: 2.8125rem;
}

.h-11\.5 {
  height: 2.875rem;
}

.h-12 {
  height: 3rem;
}

.h-12\.5 {
  height: 3.125rem;
}

.h-121\.5 {
  height: 30.375rem;
}

.h-122\.5 {
  height: 30.625rem;
}

.h-125 {
  height: 31.25rem;
}

.h-13\.75 {
  height: 3.4375rem;
}

.h-14 {
  height: 3.5rem;
}

.h-14\.5 {
  height: 3.625rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-175 {
  height: 43.75rem;
}

.h-18 {
  height: 4.5rem;
}

.h-18\.75 {
  height: 4.6875rem;
}

.h-2 {
  height: 0.5rem;
}

.h-23 {
  height: 5.75rem;
}

.h-24 {
  height: 6rem;
}

.h-25 {
  height: 6.25rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.25 {
  height: 0.8125rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-3\.75 {
  height: 0.9375rem;
}

.h-4 {
  height: 1rem;
}

.h-4\.25 {
  height: 1.0625rem;
}

.h-4\.5 {
  height: 1.125rem;
}

.h-40 {
  height: 10rem;
}

.h-43 {
  height: 10.75rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-5\.25 {
  height: 1.3125rem;
}

.h-5\.5 {
  height: 1.375rem;
}

.h-5\.75 {
  height: 1.4375rem;
}

.h-50 {
  height: 12.5rem;
}

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

.h-51\.75 {
  height: 12.9375rem;
}

.h-55 {
  height: 13.75rem;
}

.h-55\.5 {
  height: 13.875rem;
}

.h-6 {
  height: 1.5rem;
}

.h-6\.25 {
  height: 1.5625rem;
}

.h-6\.5 {
  height: 1.625rem;
}

.h-60 {
  height: 15rem;
}

.h-63\.25 {
  height: 15.8125rem;
}

.h-7 {
  height: 1.75rem;
}

.h-7\.25 {
  height: 1.8125rem;
}

.h-7\.5 {
  height: 1.875rem;
}

.h-70\.25 {
  height: 17.5625rem;
}

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

.h-8 {
  height: 2rem;
}

.h-8\.5 {
  height: 2.125rem;
}

.h-8\.75 {
  height: 2.1875rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-9\.25 {
  height: 2.3125rem;
}

.h-9\.75 {
  height: 2.4375rem;
}

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

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

.h-\[calc\(100\%-10px\)\] {
  height: calc(100% - 10px);
}

.h-\[calc\(100vh-100px\)\] {
  height: calc(100vh - 100px);
}

.h-\[calc\(100vh-105px\)\] {
  height: calc(100vh - 105px);
}

.h-\[calc\(100vh-214px\)\] {
  height: calc(100vh - 214px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-logo {
  height: 2rem;
}

.h-small-logo {
  height: 0.875rem;
}

.h-xs-small-logo {
  height: 0.875rem;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-126 {
  max-height: 31.5rem;
}

.max-h-151\.25 {
  max-height: 37.8125rem;
}

.max-h-155\.75 {
  max-height: 38.9375rem;
}

.max-h-175 {
  max-height: 43.75rem;
}

.max-h-200 {
  max-height: 50rem;
}

.max-h-230 {
  max-height: 57.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-88 {
  max-height: 22rem;
}

.max-h-91\.25 {
  max-height: 22.8125rem;
}

.max-h-\[21rem\] {
  max-height: 21rem;
}

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

.max-h-full {
  max-height: 100%;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-121\.25 {
  min-height: 30.3125rem;
}

.min-h-31\.25 {
  min-height: 7.8125rem;
}

.min-h-33 {
  min-height: 8.25rem;
}

.min-h-40 {
  min-height: 10rem;
}

.min-h-9 {
  min-height: 2.25rem;
}

.min-h-\[45vh\] {
  min-height: 45vh;
}

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

.min-h-unset {
  min-height: unset;
}

.w-1 {
  width: 0.25rem;
}

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

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

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\.5 {
  width: 2.625rem;
}

.w-10\.75 {
  width: 2.6875rem;
}

.w-100vw {
  width: 100vw;
}

.w-109\.25 {
  width: 27.3125rem;
}

.w-11 {
  width: 2.75rem;
}

.w-11\.5 {
  width: 2.875rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-156 {
  width: 39rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.75 {
  width: 0.6875rem;
}

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

.w-20 {
  width: 5rem;
}

.w-20\.75 {
  width: 5.1875rem;
}

.w-21\.75 {
  width: 5.4375rem;
}

.w-24 {
  width: 6rem;
}

.w-25 {
  width: 6.25rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.25 {
  width: 0.8125rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\.75 {
  width: 0.9375rem;
}

.w-3\/4 {
  width: 75%;
}

.w-30\.25 {
  width: 7.5625rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-38 {
  width: 9.5rem;
}

.w-4 {
  width: 1rem;
}

.w-4\.25 {
  width: 1.0625rem;
}

.w-4\.5 {
  width: 1.125rem;
}

.w-4\.75 {
  width: 1.1875rem;
}

.w-40 {
  width: 10rem;
}

.w-45 {
  width: 11.25rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\.25 {
  width: 1.3125rem;
}

.w-5\.5 {
  width: 1.375rem;
}

.w-5\.75 {
  width: 1.4375rem;
}

.w-52 {
  width: 13rem;
}

.w-58\.75 {
  width: 14.6875rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\.25 {
  width: 1.5625rem;
}

.w-6\.5 {
  width: 1.625rem;
}

.w-6\.75 {
  width: 1.6875rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-9\.25 {
  width: 2.3125rem;
}

.w-96 {
  width: 24rem;
}

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

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

.w-\[calc\(100\%\+26px\)\] {
  width: calc(100% + 26px);
}

.w-\[calc\(100\%-1\.25rem\)\] {
  width: calc(100% - 1.25rem);
}

.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}

.w-\[calc\(50\%-2\.5px\)\] {
  width: calc(50% - 2.5px);
}

.w-\[calc\(50\%-30px\)\] {
  width: calc(50% - 30px);
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.w-logo {
  width: 10.9375rem;
}

.w-small-logo {
  width: 5.0625rem;
}

.w-xs-small-logo {
  width: 4.875rem;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-5\.75 {
  min-width: 1.437rem;
}

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

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

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

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

.max-w-100 {
  max-width: 25rem;
}

.max-w-101\.25 {
  max-width: 25.3125rem;
}

.max-w-106\.5 {
  max-width: 26.625rem;
}

.max-w-107\.5 {
  max-width: 26.875rem;
}

.max-w-107\.75 {
  max-width: 26.9375rem;
}

.max-w-108 {
  max-width: 27rem;
}

.max-w-11 {
  max-width: 2.75rem;
}

.max-w-11\.5 {
  max-width: 2.875rem;
}

.max-w-110 {
  max-width: 27.5rem;
}

.max-w-117\.75 {
  max-width: 29.4375rem;
}

.max-w-126\.75 {
  max-width: 31.6875rem;
}

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

.max-w-129 {
  max-width: 32.25rem;
}

.max-w-140 {
  max-width: 35rem;
}

.max-w-141 {
  max-width: 32.25rem;
}

.max-w-145 {
  max-width: 36.25rem;
}

.max-w-150 {
  max-width: 37.5rem;
}

.max-w-156 {
  max-width: 39rem;
}

.max-w-193\.25 {
  max-width: 48.3125rem;
}

.max-w-198\.75 {
  max-width: 49.6875rem;
}

.max-w-201\.75 {
  max-width: 50.4375rem;
}

.max-w-22 {
  max-width: 5.5rem;
}

.max-w-22\.5 {
  max-width: 5.625rem;
}

.max-w-220\.5 {
  max-width: 55.125rem;
}

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

.max-w-24\.75 {
  max-width: 6.1875rem;
}

.max-w-249 {
  max-width: 62.25rem;
}

.max-w-25 {
  max-width: 6.25rem;
}

.max-w-258 {
  max-width: 64.5rem;
}

.max-w-260 {
  max-width: 65rem;
}

.max-w-27 {
  max-width: 6.75rem;
}

.max-w-272 {
  max-width: 68rem;
}

.max-w-276\.5 {
  max-width: 69.125rem;
}

.max-w-279 {
  max-width: 69.75rem;
}

.max-w-287\.75 {
  max-width: 71.9375rem;
}

.max-w-29 {
  max-width: 7.25rem;
}

.max-w-295 {
  max-width: 74.3125rem;
}

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

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

.max-w-32\.25 {
  max-width: 8.0625rem;
}

.max-w-32\.5 {
  max-width: 8.125rem;
}

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

.max-w-36\.25 {
  max-width: 9.0625rem;
}

.max-w-39 {
  max-width: 9.75rem;
}

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

.max-w-40 {
  max-width: 10rem;
}

.max-w-45 {
  max-width: 11.25rem;
}

.max-w-47 {
  max-width: 11.75rem;
}

.max-w-47\.5 {
  max-width: 11.875rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-52\.25 {
  max-width: 13.0625rem;
}

.max-w-52\.5 {
  max-width: 13.125rem;
}

.max-w-54 {
  max-width: 13.5rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-56\.25 {
  max-width: 14.0625rem;
}

.max-w-57\.5 {
  max-width: 14.375rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-60\.75 {
  max-width: 15.1875rem;
}

.max-w-62\.5 {
  max-width: 15.625rem;
}

.max-w-69 {
  max-width: 17.25rem;
}

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-7\.5 {
  max-width: 1.875rem;
}

.max-w-70 {
  max-width: 17.5rem;
}

.max-w-70\.25 {
  max-width: 17.5625rem;
}

.max-w-71 {
  max-width: 17.75rem;
}

.max-w-78\.5 {
  max-width: 19.625rem;
}

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

.max-w-89 {
  max-width: 22.25rem;
}

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

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

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

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

.max-w-\[calc\(100\%-0\.625rem\)\] {
  max-width: calc(100% - 0.625rem);
}

.max-w-\[calc\(100\%-10px\)\] {
  max-width: calc(100% - 10px);
}

.max-w-\[calc\(100\%-20px\)\] {
  max-width: calc(100% - 20px);
}

.max-w-\[calc\(100vw-36px\)\] {
  max-width: calc(100vw - 36px);
}

.max-w-\[calc\(100vw-40px\)\] {
  max-width: calc(100vw - 40px);
}

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

.max-w-fourth {
  max-width: 25%;
}

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

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

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

.max-w-none {
  max-width: none;
}

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

.max-w-unset {
  max-width: unset;
}

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

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

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

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

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

.basis-1 {
  flex-basis: 0.25rem;
}

.table-fixed {
  table-layout: fixed;
}

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

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

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

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

.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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));
}

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

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

.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-auto {
  cursor: auto !important;
}

.cursor-grab {
  cursor: grab;
}

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.snap-none {
  scroll-snap-type: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

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

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

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.whitespace-break-spaces {
  white-space: break-spaces;
}

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

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

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

.border-blue-2 {
  --tw-border-opacity: 1;
  border-color: rgb(180 206 207 / var(--tw-border-opacity));
}

.border-mid-grey {
  --tw-border-opacity: 1;
  border-color: rgb(97 101 102 / var(--tw-border-opacity));
}

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

.\!bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-\[rgb\(98\2c 101\2c 102\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(98 101 102 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(30 35 37 / var(--tw-bg-opacity));
}

.bg-black\/10 {
  background-color: rgb(30 35 37 / 0.1);
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(174 207 207 / var(--tw-bg-opacity));
}

.bg-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 206 207 / var(--tw-bg-opacity));
}

.bg-dark-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(75 79 81 / var(--tw-bg-opacity));
}

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(215 230 231 / var(--tw-bg-opacity));
}

.bg-light-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 221 221 / var(--tw-bg-opacity));
}

.bg-light-blue-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 222 221 / var(--tw-bg-opacity));
}

.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 233 / var(--tw-bg-opacity));
}

.bg-light-grey-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 145 146 / var(--tw-bg-opacity));
}

.bg-mid-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(97 101 102 / var(--tw-bg-opacity));
}

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

.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-transparent-2 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-transparent-3 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

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

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

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

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

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

.object-\[-410px\] {
  -o-object-position: -410px;
     object-position: -410px;
}

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

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

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-4\.25 {
  padding: 1.0625rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.p-px {
  padding: 1px;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

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

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

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

.pb-11 {
  padding-bottom: 2.75rem;
}

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

.pb-12\.5 {
  padding-bottom: 3.125rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-17 {
  padding-bottom: 4.25rem;
}

.pb-17\.5 {
  padding-bottom: 4.375rem;
}

.pb-18 {
  padding-bottom: 4.5rem;
}

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

.pb-2\.25 {
  padding-bottom: 0.5625rem;
}

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

.pb-22 {
  padding-bottom: 8.4375rem;
}

.pb-22\.5 {
  padding-bottom: 5.625rem;
}

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

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

.pb-28\.75 {
  padding-bottom: 7.1875rem;
}

.pb-29 {
  padding-bottom: 7.25rem;
}

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

.pb-3\.25 {
  padding-bottom: 0.8125rem;
}

.pb-33\.75 {
  padding-bottom: 8.4375rem;
}

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

.pb-4\.5 {
  padding-bottom: 1.125rem;
}

.pb-47 {
  padding-bottom: 11.75rem;
}

.pb-47\.75 {
  padding-bottom: 11.9375rem;
}

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

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

.pb-5\.75 {
  padding-bottom: 1.4375rem;
}

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

.pb-6\.25 {
  padding-bottom: 1.5625rem;
}

.pb-6\.5 {
  padding-bottom: 1.625rem;
}

.pb-65 {
  padding-bottom: 16.25rem;
}

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

.pb-7\.5 {
  padding-bottom: 1.875rem;
}

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

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

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

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

.pe-1 {
  padding-inline-end: 0.25rem;
}

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

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

.pl-1\.75 {
  padding-left: 0.4375rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

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

.pl-13 {
  padding-left: 3.25rem;
}

.pl-16 {
  padding-left: 4rem;
}

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

.pl-2\.25 {
  padding-left: 0.5625rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

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

.pl-3\.5 {
  padding-left: 0.875rem;
}

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

.pl-4\.5 {
  padding-left: 1.125rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

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

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

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

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

.pr-2\.25 {
  padding-right: 0.5625rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

.pr-4\.5 {
  padding-right: 1.125rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

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

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

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

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

.pt-11 {
  padding-top: 2.75rem;
}

.pt-11\.25 {
  padding-top: 2.8125rem;
}

.pt-11\.5 {
  padding-top: 2.875rem;
}

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

.pt-12\.5 {
  padding-top: 3.125rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pt-13\.25 {
  padding-top: 3.3125rem;
}

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

.pt-15 {
  padding-top: 3.75rem;
}

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

.pt-17 {
  padding-top: 4.25rem;
}

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

.pt-2\.25 {
  padding-top: 0.5625rem;
}

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

.pt-22 {
  padding-top: 8.4375rem;
}

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

.pt-27 {
  padding-top: 6.75rem;
}

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

.pt-32 {
  padding-top: 8rem;
}

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

.pt-4\.5 {
  padding-top: 1.125rem;
}

.pt-4\.75 {
  padding-top: 1.1875rem;
}

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

.pt-45 {
  padding-top: 11.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

.pt-5\.75 {
  padding-top: 1.4375rem;
}

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

.pt-6\.25 {
  padding-top: 1.5625rem;
}

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

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

.pt-9 {
  padding-top: 2.25rem;
}

.pt-9\.75 {
  padding-top: 2.4375rem;
}

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-15 {
  font-size: 0.9375rem;
}

.text-21 {
  font-size: 1.3125rem;
}

.text-22 {
  font-size: 1.375rem;
}

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

.text-37 {
  font-size: 2.3125rem;
}

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

.text-40 {
  font-size: 2.5rem;
}

.text-44 {
  font-size: 2.75rem;
}

.text-45 {
  font-size: 2.8125rem;
}

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

.text-50 {
  font-size: 3.125rem;
}

.text-63 {
  font-size: 3.9375rem;
}

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

.text-xxs {
  font-size: 0.625rem;
}

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

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-1\.0625 {
  line-height: 1.0625;
}

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

.leading-1\.2 {
  line-height: 1.2;
}

.leading-1\.27 {
  line-height: 1.27;
}

.leading-1\.33 {
  line-height: 1.33;
}

.leading-1\.4 {
  line-height: 1.4;
}

.leading-1\.55 {
  line-height: 1.55;
}

.leading-1\.6 {
  line-height: 1.6;
}

.leading-1\.7 {
  line-height: 1.7;
}

.leading-1\.8 {
  line-height: 1.8;
}

.leading-1\.81 {
  line-height: 1.81;
}

.leading-1\.83 {
  line-height: 1.83;
}

.leading-1\.9 {
  line-height: 1.9;
}

.leading-1\.9375 {
  line-height: 1.9375;
}

.leading-32 {
  line-height: 32px;
}

.leading-34 {
  line-height: 34px;
}

.leading-40 {
  line-height: 40px;
}

.leading-45 {
  line-height: 45px;
}

.leading-50 {
  line-height: 50px;
}

.leading-52 {
  line-height: 52px;
}

.leading-55 {
  line-height: 55px;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-60 {
  line-height: 60px;
}

.leading-65 {
  line-height: 65px;
}

.leading-72 {
  line-height: 72px;
}

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

.leading-loose {
  line-height: 2;
}

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

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

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

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

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(174 207 207 / var(--tw-text-opacity));
}

.text-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(180 206 207 / var(--tw-text-opacity));
}

.text-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(75 79 81 / var(--tw-text-opacity));
}

.text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(215 230 231 / var(--tw-text-opacity));
}

.text-light-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(202 221 221 / var(--tw-text-opacity));
}

.text-light-blue-4 {
  --tw-text-opacity: 1;
  color: rgb(199 222 221 / var(--tw-text-opacity));
}

.text-light-grey-2 {
  --tw-text-opacity: 1;
  color: rgb(165 167 168 / var(--tw-text-opacity));
}

.text-light-grey-3 {
  --tw-text-opacity: 1;
  color: rgb(142 145 146 / var(--tw-text-opacity));
}

.text-light-mid-grey {
  --tw-text-opacity: 1;
  color: rgb(120 123 124 / var(--tw-text-opacity));
}

.text-mid-grey {
  --tw-text-opacity: 1;
  color: rgb(97 101 102 / var(--tw-text-opacity));
}

.text-navy {
  --tw-text-opacity: 1;
  color: rgb(34 41 57 / var(--tw-text-opacity));
}

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

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

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

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

.decoration-black {
  text-decoration-color: rgb(30, 35, 37);
}

.decoration-blue-2 {
  text-decoration-color: rgb(180, 206, 207);
}

.decoration-solid {
  text-decoration-style: solid;
}

.decoration-1 {
  text-decoration-thickness: 1px;
}

.decoration-2 {
  text-decoration-thickness: 2px;
}

.underline-offset-6 {
  text-underline-offset: 6px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.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-\[inset_0px_4px_3px_0px_black\] {
  --tw-shadow: inset 0px 4px 3px 0px black;
  --tw-shadow-colored: inset 0px 4px 3px 0px 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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}

.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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}

.outline {
  outline-style: solid;
}

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

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

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

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

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

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

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

.delay-0 {
  transition-delay: 0s;
}

.delay-100 {
  transition-delay: 100ms;
}

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

.delay-50 {
  transition-delay: 50ms;
}

.delay-75 {
  transition-delay: 75ms;
}

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

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

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

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

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

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

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

.ease-linear {
  transition-timing-function: linear;
}

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

.\[-a-zA-Z\:0-9_\.\] {
  -a-z-a--z: 0-9 .;
}

.\[a-zA-Z\:_\] {
  a-z-a--z: ;
}

.\[a-z_\:\.\\-\] {
  a-z_: .\-;
}

/* with fallback fonts */

body {
  font-family: 'objektiv-mk1', Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
  color: rgb(30, 35, 37);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.6;
}

.sitewrap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 500ms;
  transition-delay: 300ms;
}

.sitewrap.fadeIn {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 500ms;
  transition-delay: 300ms;
}

/* body.homepage header[role="banner"] h1 {
  opacity: 0;
  visibility: hidden;    
  pointer-events: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
} 

body.homepage header[role="banner"] h1.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
} */

header[role="banner"] .mainNav .cols ul li:hover {
  color: rgb(174, 207, 207);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

header[role="banner"] .mainNav .cols ul li {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

header[role="banner"] .mainNav .cols .image.bg-light-blue:hover {
  background-color: rgb(75, 79, 81);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

header[role="banner"] .mainNav .cols .image.bg-light-blue:hover h3 {
  color: rgb(255,255,255);
}

header[role="banner"] .mainNav .cols .image.bg-light-blue:hover figure img {
  filter: invert(1);
}

header[role="banner"] .mainNav .cols .image.bg-light-blue {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

body.gridView .articleView .gridContainer, body.listView .articleView .listContainer {
  display: block;
}

body.gridView .articleView .listContainer, body.listView .articleView .gridContainer {
  display: none;
}

.mobile {
  display: block;
}

.desktop {
  display: none;
}

img {
  display: block;
}

strong {
  font-weight: 700;
}

input, select, textarea, option, fieldset, label {
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
}

select::-ms-expand {
  display: none!important;
}

.input.radio input:checked + label {
  color: rgb(30, 35, 37);
}

.input.radio input:checked + label:before {
  content: '';
  display: block;
  width: calc(100% + 4px);
  height: 2px;
  background-color: rgb(30, 35, 37);
  position: absolute;
  bottom: -2px;
  left: -2px;
}

body.showSearchModal header[role="banner"] .search {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.showSearchModal header[role="banner"] .nav nav ul {
  display: none!important;
}

body.showSearchModal header[role="banner"] .nav nav label > span:last-of-type {
  display: none!important;
}

body.showSearchModal header[role="banner"] .nav nav label > span:first-of-type {
  display: block!important;
}

.links.show + .link-copied {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.image-text-cols.bg-light-blue-2 + .textPanel {
  margin-top: 0!important;
}

/* 

      cookies

*/

.cookiepanel-open {
  font-size: 1.125rem;
}

.cookiepanel-sidebar {
  z-index: 100000000;
  color: rgb(255, 255, 255) !important;
  padding-top: 100px !important;
  padding-bottom: 100px!important;
}

.cookiepanel-sidebar .buttons button {
  display: inline-block;
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  height: 32px;
  border: 0 !important;
}

.cookiepanel-sidebar .toggler {
  width: 100% !important;
  z-index: 1;
}

.cookiepanel-sidebar .toggler label {
  cursor: pointer;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0 !important;
  float: right;
}

.cookiepanel-sidebar .toggler label + label {
  padding-right: 0 !important;
  text-align: center !important;
  float: left !important;
}

.cookiepanel-sidebar .toggler label::before {
  background-color: rgb(236, 230, 200);
  z-index: -1;
  left: calc(50% - 3px)!important;
}

.cookiepanel-sidebar .toggler input:checked + label::before {
  left: 3px!important;
}

.cookiepanel-sidebar .buttons {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(148, 148, 148);
  justify-content: left;
  width: 100%;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
}

.thoughtco-cookiepanel .buttons button {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px 12px;
  display: inline-block;
  border-radius: 25px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  height: 32px;
  border: 0 !important;
  line-height: 18px;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-right: 10px;
}

.thoughtco-cookiepanel .buttons button + button {
  margin-left: 0!important;
}

.thoughtco-cookiepanel .buttons [data-consentpanel="accept"] {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.thoughtco-cookiepanel .buttons [data-consentpanel="select"] {
  background-color: rgba(255, 255, 255, 0.5);
}

.thoughtco-cookiepanel .buttons [data-consentpanel="reject"] {
  background-color: rgb(40, 40, 40);
  color: rgb(255, 255, 255);
}

.thoughtco-cookiepanel.open .buttons {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease;
  transition-delay: 200ms;
}

/* 

      article

*/

.article {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.article .articleContainer {
  max-width: 912px;
}

.article h1, .article h2, .article h3, .article h4, .article h5, 
.article h6, .article p, .article ul, .article ol, .article blockquote, 
.article a, .article figure, .article video {
  display: block;
  margin-top: 25px;
  line-height: 1.6;
  color: rgb(30, 35, 37);
}

.article p {
  color: rgb(97, 101, 102)
}

.article h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.12;
  color: rgb(75, 79, 81);
}

.article h2.heading.black {
  color: rgb(30, 35, 37);
}

.article h3 {
  font-size: 1.125rem;
  color: rgb(30, 35, 37);
}

.article h4 {
  font-size: 1rem;
  color: rgb(97, 101, 102);
}

.article h5 {
  font-size: 1.25rem;
  color: rgb(97, 101, 102);
}

.article h6 {
  font-size: 1.5rem;
  color: rgb(97, 101, 102);
}

.article a {
  color: rgb(67, 79, 100);
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.article p a {
  display: inline;
}

.article a::after {
  content: '';
  display: block;
  background-color: rgb(67, 79, 100);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.article p, .article li {
  font-size: 1rem;
  color: rgb(97, 101, 102);
  line-height: 1.9;
}

.article li {
  position: relative;
  display: flex;
}

.article li figure {
  margin-right: 18px;
}

.article li figure img {
  width: 26px;
  height: 26px;
  max-width: unset;
}

.article li figure {
  margin-top: 0;
}

.article li p {
  margin-top: 0;
}

.article ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.article figure figcaption {
  color: rgb(97, 101, 102);
  display: block;
  font-size: 0.75rem;
  margin-top: 16px;
}

.article .video {
  aspect-ratio: 16 / 9;
}

.article video, .article iframe {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.article blockquote p {
  font-size: 1.125rem;
  color: rgb(30, 35, 37);
  line-height: 1.46;
  font-weight: 700;
  position: relative;
}

.article blockquote p em:first-of-type {
  position: absolute;
  left: -18px;
}

.article blockquote footer {
  color: rgb(30, 35, 37);
  font-size: 1rem;
  margin-top: 35px;
}

.article .social {
  display: flex;
  margin-top: 44px;
  align-items: center;
  width: 100%;
}

.article .social + h3, .article .social + h1, .article .social + h2, 
.article .social + h4, .article .social + h5, .article .social + h6,
.article .social + ol, .article .social + ul, .article .social + figure, 
.article .social + blockquote, .article .social + video, .article .social + a {
  margin-top: 100px;
}

.article .social h4 {
  margin-top: 0;
}

.article .social .links {
  display: flex;
  margin-left: 22px;
  align-items: center;
}

.article .social .links a {
  margin-top: 0;
  display: block;
}

.article .social .links figure {
  margin-top: 0;
}

.article .links a::after {
  color: rgb(30, 35, 37);
  display: none;
}

/* spacing */

.article .social .links a + a {
  margin-left: 22px;
}

.article h4 + h2 {
  margin-top: 5px;
}

.article h3 + p {
  margin-top: 40px;
}

.article p + figure, .article p + ul, .article ul + p  {
  margin-top: 40px;
}

.article ul li + li {
  margin-top: 35px;
}

.article p + blockquote, .article blockquote + p, .article ul + blockquote,
.article ul + blockquote, .article ol + blockquote,
.article ol + blockquote, .article h1 + blockquote,
.article h1 + blockquote, .article h2 + blockquote,
.article h2 + blockquote, .article h3 + blockquote,
.article h3 + blockquote, .article h4 + blockquote,
.article h4 + blockquote, .article h5 + blockquote,
.article h5 + blockquote, .article h6 + blockquote,
.article h6 + blockquote {
  margin-top: 90px;
}

.article figure + p {
  margin-top: 88px;
}

.article li figure + p {
  margin-top: 0;
}

/* 

      forms

*/

form.success input, form.success textarea, form.success select, form.success button, 
form.success .input, form.success fieldset, form.success label, form.success .terms {
  display: none;
}

form .input {
  position: relative;
}

input[data-invalid="true"], textarea[data-invalid="true"] {
  border: 1px solid rgb(187, 0, 0);
}

input[data-invalid="true"] + ul {
  color: rgb(187, 0, 0);
  font-size: 0.875rem;
  line-height: 1.6;
  position: absolute;
  bottom: 16px;
  right: 23px;
}

textarea[data-invalid="true"] + ul {
  color: rgb(187, 0, 0);
  font-size: 0.875rem;
  line-height: 1.6;
  position: absolute;
  top: 47px;
  right: 23px;
}

form .message {
  display: none;
  font-size: 1rem;
  text-align: center;
  padding: 40px 10px;
}

form.success .message {
  display: block;
}

form .input.checkbox input:checked + span {
  display: block;
}

/* 

      js free hamburger 

*/

#menustate,
nav ul,
nav .close {
  /* Hide the checkbox, menu and close button by default */
  display: none;
}

#menustate:checked ~ nav :is(ul, .close) {
  /*
    Show the menu and close button when the menu is open     
    (when the #menustate input field is checked) 
  */
  display: block;
}

#menustate:checked ~ nav .open {
  /* Hide the open button when the menu is open */
  display: none;
}

/* 

      mobile nav

*/

header[role="banner"] .nav ul li .showSubMenu + .subMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header[role="banner"] .nav ul li .showSubMenu > p {
  /* display: none; */
  color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header[role="banner"] .nav ul li .showSubMenu {
  z-index: 999;
  position: absolute;
  top: 20px;
  left: 0;
}

header[role="banner"] .nav ul li .showSubMenu .back {
  display: flex;
  position: absolute;
  top: 6px;
  left: 20px;
}

header[role="banner"] .nav ul li .showSubMenu .back p {
  display: block;
}

header[role="banner"] .nav ul li .subMenu h2 + ul {
  margin-top: 20px!important;
}

/* 

      rows

*/

.row {
  display:flex;
}

.row .col {
  flex: 1;
}

.row .col:last-child {
  margin-left: 1em;
}

.hero + .textPanel {
  margin-top: 0;
}

/*                  

      js free accordion 

*/

input:checked + .tab-label figure {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
}

input:checked + .tab-label figure + figure {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
}

input:checked + label + .tab-content {
  max-height: 100vh;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 900ms;
}

input:checked + .tab-label p {
  font-weight: 700;
}

/* .searchHero .search .clearSearch {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: all;       
  transition-timing-function: linear;
  transition-duration: 300ms;
} */

.searchHero .search input:-moz-placeholder-shown + .clearSearch {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
}

.searchHero .search input:placeholder-shown + .clearSearch {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
}

.searchHero .search input:not(:-moz-placeholder-shown) + .clearSearch {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
}

.searchHero .search input:not(:placeholder-shown) + .clearSearch {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
}

.contact form.success {
  box-sizing: content-box;
  height: 698px;
  width: 471px;
}

/* 

      mainNav menus

*/

.mainNav .showMegaMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

body.showGallery .galleryModal {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.mainNav .shape.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-delay: 100ms;
}

.mainNav .shape.hide {
  opacity: 0;
  visibility: invisibile;
  pointer-events: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 50ms;
  transition-delay: 0;
}

.link-underline {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.link-underline:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.button-link {
  display: block;
  background-color: rgb(75, 79, 81);
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  text-align: center;
  width: 100%;
  max-width: 180px;
  font-size: 1rem;
  font-family: 'objektiv-mk1', 'sans-serif';
  font-weight: 500;
}

/* 

      map zoom

*/

.gmnoprint.gm-bundled-control {
  right: unset!important;
  bottom: unset!important;
  top: 0!important;
  left: 0!important;
}

/* 

      active header link

*/

header[role="banner"] li.active {
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

header[role="banner"] li.active:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgb(30, 35, 37);
  position: absolute;
  top: -38px;
  left: 0;
}

/* 

      toggler

*/

.toggler input:checked + label {
  color: rgb(255, 255, 255);
}

.toggler input:checked + label + label {
  color: rgb(255, 255, 255);
}

.toggler input:checked + label + label:before {
  left: 100%;
}

.toggler input:checked + label figure {
  display: none;
}

.toggler input:checked + label figure + figure {
  display: block;
}

.toggler input:checked + label + label figure {
  display: none;
}

.toggler input:checked + label + label figure + figure {
  display: block;
}

/* 

      slider

*/

.swiper-menu {
  margin-top: 40px;
  text-align: center;
}

.swiper-menu button {
  position: relative!important;
  margin: 0;
  display: inline-block;
}

.swiper-menu button + button {
  margin-left: 10px;
}

.slider.galleryModalSwiper .swiper-menu button {
  position: absolute!important;
  top: 0;
  height: 100%;
  margin-top: 0;
}

.slider.thumbnailSwiper .swiper-slide.swiper-slide-active::before {
  content: '';
  display: block;
  width: 100%;
  height:  100%;
  border: 2px solid rgb(180, 206, 207);
  position: absolute;
  top: 0;
  left: 0
}

.slider.threeColsSwiper .swiper-pagination {
  display: block;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 48px auto 0 auto;
}

.slider.threeColsSwiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  background-color: rgb(142, 145, 146);
  border-radius: 50%;
}

.slider.threeColsSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(180, 206, 207);
}

.slider.threeColsSwiper .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  border: 1px solid rgb(97, 101, 102);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
}

.slider.threeColsSwiper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 18px;
}

.slider.galleryColsSwiper .swiper-menu button {
  margin-top: 0;
  height: 100%;
  top: 0;
}

.slider.galleryColsSwiper .swiper-menu button + button {
  position: absolute!important;
  left: unset;
  right: 0;
}

.faqs .tab-content p a {
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: rgb(75, 79, 81);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.faqs .tab-content p a::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: rgb(75, 79, 81);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.faqs .tab-content p a:hover {
  color: rgb(174, 207, 207);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.faqs .tab-content p a:hover::after {
  background-color: rgb(174, 207, 207);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.faqs {
  position: relative;
  z-index: 1;
}

.faqs .tab-content p {
  padding-bottom: 40px;
}

.three-cols.icons + .newsArticle .articleContainer {
  margin: 0 auto;
  text-align: center;
}

.hero + .image-text-cols {
  margin-top: 0px;
}

.image-text-cols.bg-light-blue-2 + .image-text-cols.bg-light-blue-2 {
  margin-top: 0!important;
}

.three-cols-list + footer, .image-text-cols + footer {
  padding-top: 0;
}

.article ul li {
  position: relative;
  align-items: center;
}

.article ul li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  background-color: rgb(30, 35, 37);
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: -18px;
}

.article .articleContainer ul li figure {
  display: none;
}

.video-panel .wrap figure.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-panel .wrap figure.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-panel .wrap figure.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.galleryModal + footer, .galleryModal + script + script + script + script + script + footer, .galleryModal + script + script + script + script + footer,
.galleryModal + script + script + script + footer, .galleryModal + script + script + footer,
.galleryModal + script + footer {
  margin-top: 0!important;
  padding-top: 0!important;
}

.full-width-image + footer {
  margin-top: 0!important;
  padding-top: 0!important;
}

.gw-launchpad-button {
  position: fixed!important;
  bottom: 5px!important;
  right: 5px!important;
}

/* 

      desktop

*/

@media (min-width: 1024px) {
  header[role="banner"] .nav {
    display: none!important;
  }

  ul {
    margin-left: 0;
  }

  body {
    font-size: 1.125rem;
  }

  .gw-launchpad-button {
    right: 20px!important;
  }

  .mobile {
    display: none;
  }

  .desktop {
    display: block;
  }

  .input.radio input:checked + label:before {
    width: calc(100% + 12px);
    bottom: -3px;
    left: -6px;
  }

  .link-underline:after {
    height: 3px;
  }

  .button-link {
    margin-top: 40px;
    font-size: 1rem;
    max-width: 206px;
    height: 50px;
    line-height: 50px;
  }

  /* 
  
        article
  
  */

  .article {
    margin-top: 135px;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .article h2 {
    font-size: 3.125rem;
  }

  .article h3 {
    font-size: 1.5rem;
    line-height: 1.47;
  }

  .article h5 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .article h6 {
    font-size: 2.5rem;
    line-height: 1.4;
  }

  .article p, .article li, .article a {
    font-size: 1.125rem;
    line-height: 1.7;
  }

  .article figure figcaption {
    font-size: 1.125rem;
    margin-top: 21px;
  }

  .article blockquote p {
    font-size: 1.5rem;
    line-height: 1.46;
  }

  .article blockquote footer {
    font-size: 1.125rem;
  }

  .article blockquote, .article figure, .article video {
    margin-top: 80px;
  }

  .article h1, .article h2, .article h3, .article h4, .article h5, 
  .article h6, .article p, .article ul, .article ol, .article a {
    margin-top: 40px;
  }

  .article blockquote {
    max-width: 716px;
    margin-left: auto;
    margin-right: auto;
  }

  .article blockquote footer {
    margin-top: 17px;
  }

  .article ul li::before {
    width: 6px;
    height: 6px;
  }

  .article li figure img {
    width: 36px;
    height: 36px;
  }

  .article li figure {
    margin-top: 0;
  }

  /* spacing */

  .article h2 + p, .article h3 + p, .article h4 + p, 
  .article h5 + p, .article h6 + p {
    margin-top: 47px;
  }

  .article h2 + h3 {
    margin-top: 60px;
  }

  .article p + figure {
    margin-top: 106px;
  }

  .article figure + p {
    margin-top: 153px;
  }

  .article p + blockquote {
    margin-top: 109px;
  }

  .article p + p {
    margin-top: 30px;
  }

  .article li figure + p {
    margin-top: 0;
  }

  .article li + li {
    margin-top: 36px;
  }

  .article blockquote + p {
    margin-top: 121px;
  }

  .article p + ul, .article p + ol {
    margin-top: 40px;
  }

  .article ul + p, .article ol + p {
    margin-top: 50px;
  }

  /* 
   
        forms

  */

  form .message {
    font-size: 1.125rem;
  }

  /* 
  
        slider
  
  */

  .slider.thumbnailSwiper .swiper-slide.swiper-slide-active::before {
    border: 6px solid rgb(180, 206, 207);
  }

  .slider.threeColsSwiper .swiper-pagination {
    display: none;
  }

  .slider.threeColsSwiper .swiper-wrapper {
    transform: none!important;
    cursor: auto!important;
  }

  .hero + .textPanel {
    margin-top: 0;
  }

  .hero + .image-text-cols {
    margin-top: 150px;
  }

  .three-cols-list + footer, .image-text-cols + footer {
    padding-top: 0;
    margin-top: 0;
  }
}

.text-sm, label, .image-text-cols .col p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(97, 101, 102)
}

ul {
  margin-left: 20px;
}

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

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

.placeholder\:pl-1\.75::-moz-placeholder {
  padding-left: 0.4375rem;
}

.placeholder\:pl-1\.75::placeholder {
  padding-left: 0.4375rem;
}

.placeholder\:pr-1::-moz-placeholder {
  padding-right: 0.25rem;
}

.placeholder\:pr-1::placeholder {
  padding-right: 0.25rem;
}

.placeholder\:pr-1\.75::-moz-placeholder {
  padding-right: 0.4375rem;
}

.placeholder\:pr-1\.75::placeholder {
  padding-right: 0.4375rem;
}

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

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

.placeholder\:text-sm::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-sm::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.placeholder\:text-xs::-moz-placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
}

.placeholder\:text-xs::placeholder {
  font-size: 0.75rem;
  line-height: 1rem;
}

.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(30 35 37 / var(--tw-text-opacity));
}

.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(30 35 37 / var(--tw-text-opacity));
}

.placeholder\:text-dark-grey::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 79 81 / var(--tw-text-opacity));
}

.placeholder\:text-dark-grey::placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 79 81 / var(--tw-text-opacity));
}

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

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

.before\:-bottom-1::before {
  content: var(--tw-content);
  bottom: -0.25rem;
}

.before\:-left-1::before {
  content: var(--tw-content);
  left: -0.25rem;
}

.before\:-left-1\.5::before {
  content: var(--tw-content);
  left: -0.375rem;
}

.before\:-left-50vw::before {
  content: var(--tw-content);
  left: -50vw;
}

.before\:-left-7::before {
  content: var(--tw-content);
  left: -1.75rem;
}

.before\:-left-7\.5::before {
  content: var(--tw-content);
  left: -1.875rem;
}

.before\:-top-2::before {
  content: var(--tw-content);
  top: -0.5rem;
}

.before\:-top-2\.5::before {
  content: var(--tw-content);
  top: -0.625rem;
}

.before\:-top-7::before {
  content: var(--tw-content);
  top: -1.75rem;
}

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

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

.before\:-z-1::before {
  content: var(--tw-content);
  z-index: -1;
}

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

.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}

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

.before\:h-0\.25::before {
  content: var(--tw-content);
  height: 0.0625rem;
}

.before\:h-10::before {
  content: var(--tw-content);
  height: 2.5rem;
}

.before\:h-100vh::before {
  content: var(--tw-content);
  height: 100vh;
}

.before\:h-\[calc\(100\%\+12px\)\]::before {
  content: var(--tw-content);
  height: calc(100% + 12px);
}

.before\:h-\[calc\(100\%\+56px\)\]::before {
  content: var(--tw-content);
  height: calc(100% + 56px);
}

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

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

.before\:w-200vw::before {
  content: var(--tw-content);
  width: 200vw;
}

.before\:w-5::before {
  content: var(--tw-content);
  width: 1.25rem;
}

.before\:w-5\.75::before {
  content: var(--tw-content);
  width: 1.4375rem;
}

.before\:w-\[calc\(100\%\+16px\)\]::before {
  content: var(--tw-content);
  width: calc(100% + 16px);
}

.before\:w-\[calc\(100\%\+60px\)\]::before {
  content: var(--tw-content);
  width: calc(100% + 60px);
}

.before\:w-\[calc\(100\%\+65px\)\]::before {
  content: var(--tw-content);
  width: calc(100% + 65px);
}

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

.before\:-translate-x-50vw::before {
  content: var(--tw-content);
  --tw-translate-x: -50vw;
  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\:rounded-20::before {
  content: var(--tw-content);
  border-radius: 20px;
}

.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(30 35 37 / var(--tw-bg-opacity));
}

.before\:bg-black-transparent::before {
  content: var(--tw-content);
  background-color: rgba(30, 35, 37, 0.8);
}

.before\:bg-dark-grey::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(75 79 81 / var(--tw-bg-opacity));
}

.before\:bg-light-blue::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(215 230 231 / var(--tw-bg-opacity));
}

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

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

.after\:bg-blue::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(174 207 207 / var(--tw-bg-opacity));
}

.after\:bg-dark-grey::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(75 79 81 / var(--tw-bg-opacity));
}

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

.last\:border-0:last-child {
  border-width: 0px;
}

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

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 207 207 / var(--tw-bg-opacity));
}

.hover\:bg-dark-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 79 81 / var(--tw-bg-opacity));
}

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

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(30 35 37 / var(--tw-text-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(174 207 207 / var(--tw-text-opacity));
}

.hover\:text-dark-grey:hover {
  --tw-text-opacity: 1;
  color: rgb(75 79 81 / var(--tw-text-opacity));
}

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

.hover\:decoration-dark-grey:hover {
  text-decoration-color: rgb(75, 79, 81);
}

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

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

.hover\:shadow-md:hover {
  --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);
}

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

.hover\:ease-linear:hover {
  transition-timing-function: linear;
}

.hover\:after\:bg-blue:hover::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(174 207 207 / var(--tw-bg-opacity));
}

.hover\:after\:bg-dark-grey:hover::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(75 79 81 / var(--tw-bg-opacity));
}

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

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:invisible {
  visibility: hidden;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(30 35 37 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue {
  --tw-text-opacity: 1;
  color: rgb(174 207 207 / 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-0 {
  opacity: 0;
}

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

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

.group:hover .group-hover\:duration-300 {
  transition-duration: 300ms;
}

.group:hover .group-hover\:ease-linear {
  transition-timing-function: linear;
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:p-4 {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

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

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

  .md\:w-52 {
    width: 13rem;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

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

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

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

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

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

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-left-17\.5 {
    left: -4.375rem;
  }

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

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

  .lg\:-top-3\.5 {
    top: -0.875rem;
  }

  .lg\:-top-9 {
    top: -2.25rem;
  }

  .lg\:-top-9\.75 {
    top: -2.4375rem;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

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

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

  .lg\:bottom-4\.75 {
    bottom: 1.1875rem;
  }

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

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:left-59\.5 {
    left: 14.875rem;
  }

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

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

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

  .lg\:right-17\.5 {
    right: 4.375rem;
  }

  .lg\:right-53 {
    right: 13.25rem;
  }

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

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:top-16\.75 {
    top: 4.1875rem;
  }

  .lg\:top-18\.75 {
    top: 4.6875rem;
  }

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

  .lg\:top-2\.25 {
    top: 0.5625rem;
  }

  .lg\:top-25 {
    top: 6.25rem;
  }

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

  .lg\:top-3\.75 {
    top: 0.9375rem;
  }

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

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

  .lg\:m-0 {
    margin: 0px;
  }

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

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

  .lg\:-mt-0\.75 {
    margin-top: -0.1875rem;
  }

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

  .lg\:-mt-2\.25 {
    margin-top: -0.5625rem;
  }

  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

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

  .lg\:-mt-4\.25 {
    margin-top: -1.0625rem;
  }

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

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

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

  .lg\:mb-2\.25 {
    margin-bottom: 0.5625rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-20\.5 {
    margin-bottom: 5.125rem;
  }

  .lg\:mb-25 {
    margin-bottom: 6.25rem;
  }

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

  .lg\:mb-3\.25 {
    margin-bottom: 0.8125rem;
  }

  .lg\:mb-3\.75 {
    margin-bottom: 0.9375rem;
  }

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

  .lg\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .lg\:mb-43\.75 {
    margin-bottom: 10.9375rem;
  }

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

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

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

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

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-10\.75 {
    margin-left: 2.6875rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-12\.5 {
    margin-left: 3.125rem;
  }

  .lg\:ml-13 {
    margin-left: 3.25rem;
  }

  .lg\:ml-13\.5 {
    margin-left: 3.375rem;
  }

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

  .lg\:ml-21\.25 {
    margin-left: 5.3125rem;
  }

  .lg\:ml-21\.75 {
    margin-left: 5.4375rem;
  }

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

  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg\:ml-3\.75 {
    margin-left: 0.9375rem;
  }

  .lg\:ml-31 {
    margin-left: 7.75rem;
  }

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

  .lg\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .lg\:ml-4\.75 {
    margin-left: 1.1875rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-7\.5 {
    margin-left: 1.875rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:ml-9\.25 {
    margin-left: 2.3125rem;
  }

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

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

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

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-12\.5 {
    margin-right: 3.125rem;
  }

  .lg\:mr-13 {
    margin-right: 3.25rem;
  }

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

  .lg\:mr-17 {
    margin-right: 4.25rem;
  }

  .lg\:mr-17\.75 {
    margin-right: 4.4375rem;
  }

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

  .lg\:mr-2\.25 {
    margin-right: 0.5625rem;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg\:mr-21\.75 {
    margin-right: 5.4375rem;
  }

  .lg\:mr-22 {
    margin-right: 5.5rem;
  }

  .lg\:mr-22\.75 {
    margin-right: 5.6875rem;
  }

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

  .lg\:mr-30 {
    margin-right: 7.5rem;
  }

  .lg\:mr-31 {
    margin-right: 7.75rem;
  }

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

  .lg\:mr-4\.75 {
    margin-right: 1.1875rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

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

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

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

  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }

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

  .lg\:mt-1\.25 {
    margin-top: 0.3125rem;
  }

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

  .lg\:mt-10\.75 {
    margin-top: 2.6875rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-12\.5 {
    margin-top: 3.125rem;
  }

  .lg\:mt-13 {
    margin-top: 3.25rem;
  }

  .lg\:mt-13\.25 {
    margin-top: 3.3125rem;
  }

  .lg\:mt-13\.75 {
    margin-top: 3.4375rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-14\.5 {
    margin-top: 3.625rem;
  }

  .lg\:mt-17 {
    margin-top: 4.25rem;
  }

  .lg\:mt-17\.5 {
    margin-top: 4.375rem;
  }

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:mt-18\.75 {
    margin-top: 4.6875rem;
  }

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

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

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

  .lg\:mt-21\.5 {
    margin-top: 5.375rem;
  }

  .lg\:mt-22 {
    margin-top: 5.5rem;
  }

  .lg\:mt-22\.5 {
    margin-top: 5.625rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-24\.75 {
    margin-top: 6.1875rem;
  }

  .lg\:mt-25 {
    margin-top: 6.25rem;
  }

  .lg\:mt-27 {
    margin-top: 6.75rem;
  }

  .lg\:mt-27\.5 {
    margin-top: 6.875rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-28\.25 {
    margin-top: 7.0625rem;
  }

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

  .lg\:mt-3\.25 {
    margin-top: 0.8125rem;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:mt-30 {
    margin-top: 7.5rem;
  }

  .lg\:mt-31 {
    margin-top: 7.75rem;
  }

  .lg\:mt-31\.25 {
    margin-top: 7.8125rem;
  }

  .lg\:mt-31\.5 {
    margin-top: 7.875rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-34\.5 {
    margin-top: 8.625rem;
  }

  .lg\:mt-35 {
    margin-top: 8.75rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mt-36\.75 {
    margin-top: 9.1875rem;
  }

  .lg\:mt-37 {
    margin-top: 9.25rem;
  }

  .lg\:mt-37\.5 {
    margin-top: 9.375rem;
  }

  .lg\:mt-39\.25 {
    margin-top: 9.8125rem;
  }

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

  .lg\:mt-4\.25 {
    margin-top: 1.0625rem;
  }

  .lg\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .lg\:mt-40 {
    margin-top: 12.5rem;
  }

  .lg\:mt-41 {
    margin-top: 10.25rem;
  }

  .lg\:mt-42\.25 {
    margin-top: 10.5625rem;
  }

  .lg\:mt-42\.75 {
    margin-top: 10.6875rem;
  }

  .lg\:mt-43\.5 {
    margin-top: 10.875rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mt-45 {
    margin-top: 11.25rem;
  }

  .lg\:mt-45\.5 {
    margin-top: 11.375rem;
  }

  .lg\:mt-46\.25 {
    margin-top: 11.5625rem;
  }

  .lg\:mt-47 {
    margin-top: 11.75rem;
  }

  .lg\:mt-47\.25 {
    margin-top: 11.8125rem;
  }

  .lg\:mt-47\.5 {
    margin-top: 11.875rem;
  }

  .lg\:mt-47\.75 {
    margin-top: 11.9375rem;
  }

  .lg\:mt-49\.5 {
    margin-top: 12.375rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-5\.25 {
    margin-top: 1.3125rem;
  }

  .lg\:mt-5\.75 {
    margin-top: 1.4375rem;
  }

  .lg\:mt-50 {
    margin-top: 12.5rem;
  }

  .lg\:mt-51\.25 {
    margin-top: 12.8125rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:mt-52\.5 {
    margin-top: 13.125rem;
  }

  .lg\:mt-53 {
    margin-top: 13.25rem;
  }

  .lg\:mt-53\.5 {
    margin-top: 13.375rem;
  }

  .lg\:mt-57\.25 {
    margin-top: 14.3125rem;
  }

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

  .lg\:mt-6\.25 {
    margin-top: 1.5625rem;
  }

  .lg\:mt-6\.5 {
    margin-top: 1.625rem;
  }

  .lg\:mt-6\.75 {
    margin-top: 1.6875rem;
  }

  .lg\:mt-61 {
    margin-top: 15.25rem;
  }

  .lg\:mt-62 {
    margin-top: 15.5rem;
  }

  .lg\:mt-62\.5 {
    margin-top: 15.625rem;
  }

  .lg\:mt-66\.75 {
    margin-top: 16.6875rem;
  }

  .lg\:mt-67 {
    margin-top: 16.75rem;
  }

  .lg\:mt-67\.5 {
    margin-top: 16.875rem;
  }

  .lg\:mt-67\.75 {
    margin-top: 16.9375rem;
  }

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

  .lg\:mt-7\.5 {
    margin-top: 1.875rem;
  }

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

  .lg\:mt-8\.75 {
    margin-top: 2.1875rem;
  }

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

  .lg\:mt-9\.5 {
    margin-top: 2.375rem;
  }

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-10\.25 {
    height: 2.5625rem;
  }

  .lg\:h-100\.5 {
    height: 25.125rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

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

  .lg\:h-12\.5 {
    height: 3.125rem;
  }

  .lg\:h-125 {
    height: 31.25rem;
  }

  .lg\:h-13\.75 {
    height: 3.4375rem;
  }

  .lg\:h-15 {
    height: 3.75rem;
  }

  .lg\:h-15\.25 {
    height: 3.8125rem;
  }

  .lg\:h-150\.5 {
    height: 37.625rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-16\.25 {
    height: 4.0625rem;
  }

  .lg\:h-17\.5 {
    height: 4.375rem;
  }

  .lg\:h-175 {
    height: 43.75rem;
  }

  .lg\:h-18 {
    height: 4.5rem;
  }

  .lg\:h-18\.75 {
    height: 4.6875rem;
  }

  .lg\:h-197\.5 {
    height: 49.375rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-2\.5 {
    height: 0.625rem;
  }

  .lg\:h-23 {
    height: 5.75rem;
  }

  .lg\:h-25 {
    height: 6.25rem;
  }

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

  .lg\:h-3\.75 {
    height: 0.9375rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-4\.25 {
    height: 1.0625rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-5\.5 {
    height: 1.375rem;
  }

  .lg\:h-5\.75 {
    height: 1.4375rem;
  }

  .lg\:h-55 {
    height: 13.75rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-6\.5 {
    height: 1.625rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-7\.25 {
    height: 1.8125rem;
  }

  .lg\:h-7\.5 {
    height: 1.875rem;
  }

  .lg\:h-70\.25 {
    height: 17.5625rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-8\.25 {
    height: 2.0625rem;
  }

  .lg\:h-8\.75 {
    height: 2.1875rem;
  }

  .lg\:h-85\.5 {
    height: 21.375rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-9\.5 {
    height: 2.375rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-logo {
    height: 2rem;
  }

  .lg\:max-h-200 {
    max-height: 50rem;
  }

  .lg\:max-h-223\.5 {
    max-height: 55.875rem;
  }

  .lg\:max-h-230 {
    max-height: 57.5rem;
  }

  .lg\:max-h-\[calc\(100vh-290px\)\] {
    max-height: calc(100vh - 290px);
  }

  .lg\:min-h-40 {
    min-height: 10rem;
  }

  .lg\:min-h-unset {
    min-height: unset;
  }

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

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

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-15\.25 {
    width: 3.8125rem;
  }

  .lg\:w-156 {
    width: 39rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-2\.75 {
    width: 0.6875rem;
  }

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

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

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-20\.75 {
    width: 5.1875rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-4\.25 {
    width: 1.0625rem;
  }

  .lg\:w-4\.75 {
    width: 1.1875rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-45 {
    width: 11.25rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-5\.75 {
    width: 1.4375rem;
  }

  .lg\:w-54\.75 {
    width: 13.6875rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-6\.25 {
    width: 1.5625rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-7\.5 {
    width: 1.875rem;
  }

  .lg\:w-70\.25 {
    width: 17.5625rem;
  }

  .lg\:w-70\.5 {
    width: 17.625rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-8\.25 {
    width: 2.0625rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-9\.25 {
    width: 2.3125rem;
  }

  .lg\:w-\[calc\(25\%-48px\)\] {
    width: calc(25% - 48px);
  }

  .lg\:w-\[calc\(25\%-9px\)\] {
    width: calc(25% - 9px);
  }

  .lg\:w-\[calc\(33\%\+20px\)\] {
    width: calc(33% + 20px);
  }

  .lg\:w-\[calc\(33\%-10px\)\] {
    width: calc(33% - 10px);
  }

  .lg\:w-\[calc\(50\%-100px\)\] {
    width: calc(50% - 100px);
  }

  .lg\:w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }

  .lg\:w-\[calc\(50\%-44px\)\] {
    width: calc(50% - 44px);
  }

  .lg\:w-\[calc\(50\%-85px\)\] {
    width: calc(50% - 85px);
  }

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

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

  .lg\:w-half {
    width: 50%;
  }

  .lg\:w-logo {
    width: 10.9375rem;
  }

  .lg\:min-w-35\.25 {
    min-width: 8.8125rem;
  }

  .lg\:max-w-100 {
    max-width: 25rem;
  }

  .lg\:max-w-107\.5 {
    max-width: 26.875rem;
  }

  .lg\:max-w-108 {
    max-width: 27rem;
  }

  .lg\:max-w-117\.5 {
    max-width: 29.375rem;
  }

  .lg\:max-w-126\.75 {
    max-width: 31.6875rem;
  }

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

  .lg\:max-w-129 {
    max-width: 32.25rem;
  }

  .lg\:max-w-145 {
    max-width: 36.25rem;
  }

  .lg\:max-w-147\.5 {
    max-width: 36.875rem;
  }

  .lg\:max-w-150 {
    max-width: 37.5rem;
  }

  .lg\:max-w-156 {
    max-width: 39rem;
  }

  .lg\:max-w-295 {
    max-width: 74.3125rem;
  }

  .lg\:max-w-39 {
    max-width: 9.75rem;
  }

  .lg\:max-w-51\.5 {
    max-width: 12.875rem;
  }

  .lg\:max-w-51\.75 {
    max-width: 12.9375rem;
  }

  .lg\:max-w-54 {
    max-width: 13.5rem;
  }

  .lg\:max-w-69 {
    max-width: 17.25rem;
  }

  .lg\:max-w-69\.5 {
    max-width: 17.375rem;
  }

  .lg\:max-w-70 {
    max-width: 17.5rem;
  }

  .lg\:max-w-70\.75 {
    max-width: 17.6875rem;
  }

  .lg\:max-w-86\.25 {
    max-width: 21.5625rem;
  }

  .lg\:max-w-89 {
    max-width: 22.25rem;
  }

  .lg\:max-w-89\.75 {
    max-width: 22.4375rem;
  }

  .lg\:max-w-91\.25 {
    max-width: 22.8125rem;
  }

  .lg\:max-w-97\.5 {
    max-width: 24.375rem;
  }

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

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

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

  .lg\:max-w-\[calc\(100\%-1\.4375rem\)\] {
    max-width: calc(100% - 1.4375rem);
  }

  .lg\:max-w-\[calc\(100\%-12px\)\] {
    max-width: calc(100% - 12px);
  }

  .lg\:max-w-\[calc\(100\%-23px\)\] {
    max-width: calc(100% - 23px);
  }

  .lg\:max-w-\[calc\(100vw-104px\)\] {
    max-width: calc(100vw - 104px);
  }

  .lg\:max-w-\[calc\(33\%-10px\)\] {
    max-width: calc(33% - 10px);
  }

  .lg\:max-w-\[calc\(33\%-11px\)\] {
    max-width: calc(33% - 11px);
  }

  .lg\:max-w-\[calc\(50\%-28px\)\] {
    max-width: calc(50% - 28px);
  }

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

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

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-unset {
    max-width: unset;
  }

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

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

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

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

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

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

  .lg\:rounded-25 {
    border-radius: 25px;
  }

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

  .lg\:border-b-6 {
    border-bottom-width: 6px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-blue-2 {
    --tw-border-opacity: 1;
    border-color: rgb(180 206 207 / var(--tw-border-opacity));
  }

  .lg\:bg-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(215 230 231 / var(--tw-bg-opacity));
  }

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

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

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

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

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

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

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

  .lg\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .lg\:pb-13\.25 {
    padding-bottom: 3.3125rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

  .lg\:pb-2\.25 {
    padding-bottom: 0.5625rem;
  }

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

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-24\.25 {
    padding-bottom: 6.0625rem;
  }

  .lg\:pb-25\.75 {
    padding-bottom: 6.4375rem;
  }

  .lg\:pb-26\.25 {
    padding-bottom: 6.5625rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

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

  .lg\:pb-4\.75 {
    padding-bottom: 1.1875rem;
  }

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

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

  .lg\:pb-6\.25 {
    padding-bottom: 1.5625rem;
  }

  .lg\:pb-6\.75 {
    padding-bottom: 1.6875rem;
  }

  .lg\:pb-65 {
    padding-bottom: 16.25rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

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

  .lg\:pb-8\.75 {
    padding-bottom: 2.1875rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

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

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

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

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

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

  .lg\:pl-12 {
    padding-left: 3rem;
  }

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

  .lg\:pl-13 {
    padding-left: 3.25rem;
  }

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

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

  .lg\:pl-4 {
    padding-left: 1rem;
  }

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

  .lg\:pl-4\.75 {
    padding-left: 1.1875rem;
  }

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

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

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

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

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

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pr-11\.5 {
    padding-right: 2.875rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-12\.5 {
    padding-right: 3.125rem;
  }

  .lg\:pr-13 {
    padding-right: 3.25rem;
  }

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

  .lg\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-6\.5 {
    padding-right: 1.625rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-7\.5 {
    padding-right: 1.875rem;
  }

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

  .lg\:pt-13 {
    padding-top: 3.25rem;
  }

  .lg\:pt-13\.25 {
    padding-top: 3.3125rem;
  }

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

  .lg\:pt-15 {
    padding-top: 3.75rem;
  }

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

  .lg\:pt-2\.25 {
    padding-top: 0.5625rem;
  }

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

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

  .lg\:pt-24\.75 {
    padding-top: 6.1875rem;
  }

  .lg\:pt-27 {
    padding-top: 6.75rem;
  }

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

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

  .lg\:pt-42\.25 {
    padding-top: 10.5625rem;
  }

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

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-6\.25 {
    padding-top: 1.5625rem;
  }

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

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

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

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

  .lg\:text-15 {
    font-size: 0.9375rem;
  }

  .lg\:text-21 {
    font-size: 1.3125rem;
  }

  .lg\:text-22 {
    font-size: 1.375rem;
  }

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

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

  .lg\:text-44 {
    font-size: 2.75rem;
  }

  .lg\:text-45 {
    font-size: 2.8125rem;
  }

  .lg\:text-50 {
    font-size: 3.125rem;
  }

  .lg\:text-63 {
    font-size: 3.9375rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .lg\:leading-1\.2 {
    line-height: 1.2;
  }

  .lg\:leading-1\.35 {
    line-height: 1.35;
  }

  .lg\:leading-1\.55 {
    line-height: 1.55;
  }

  .lg\:leading-1\.6 {
    line-height: 1.6;
  }

  .lg\:leading-1\.7 {
    line-height: 1.7;
  }

  .lg\:leading-1\.78 {
    line-height: 1.78;
  }

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

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

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

  .lg\:leading-72 {
    line-height: 72px;
  }

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

  .lg\:leading-normal {
    line-height: normal;
  }

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

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(30 35 37 / var(--tw-text-opacity));
  }

  .lg\:text-dark-grey {
    --tw-text-opacity: 1;
    color: rgb(75 79 81 / var(--tw-text-opacity));
  }

  .lg\:placeholder\:text-base::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:placeholder\:text-base::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:placeholder\:text-black::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(30 35 37 / var(--tw-text-opacity));
  }

  .lg\:placeholder\:text-black::placeholder {
    --tw-text-opacity: 1;
    color: rgb(30 35 37 / var(--tw-text-opacity));
  }

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

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

  .lg\:before\:-bottom-0\.5::before {
    content: var(--tw-content);
    bottom: -0.125rem;
  }

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

  .lg\:before\:top-67::before {
    content: var(--tw-content);
    top: 16.75rem;
  }

  .lg\:before\:-z-1::before {
    content: var(--tw-content);
    z-index: -1;
  }

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

  .lg\:before\:h-100vh::before {
    content: var(--tw-content);
    height: 100vh;
  }

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

  .lg\:before\:bg-black-transparent::before {
    content: var(--tw-content);
    background-color: rgba(30, 35, 37, 0.8);
  }

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

@media (min-width: 1280px) {
  .xl\:ml-30 {
    margin-left: 7.5rem;
  }

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

@media (min-width: 1536px) {
  .\32xl\:ml-auto {
    margin-left: auto;
  }

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