/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme/variables.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** Ionic CSS Variables **/
:root {
  --ion-color-primary: #271d44;
  --ion-color-primary-rgb: 39,29,68;
  --ion-color-primary-contrast: #FFFFFF;
  --ion-color-primary-contrast-rgb: 255,255,255;
  --ion-color-primary-shade: #221A3C;
  --ion-color-primary-tint: #3D3457;
  --ion-color-secondary: #FA6845;
  --ion-color-secondary-rgb: 250,104,69;
  --ion-color-secondary-contrast: #000000;
  --ion-color-secondary-contrast-rgb: 0,0,0;
  --ion-color-secondary-shade: #DC5C3D;
  --ion-color-secondary-tint: #FB7758;
  --ion-color-secondary-dark: #D33B1A;
  --ion-color-tertiary: #FFBC00;
  --ion-color-tertiary-rgb: 255,188,0;
  --ion-color-tertiary-contrast: #000000;
  --ion-color-tertiary-contrast-rgb: 0,0,0;
  --ion-color-tertiary-shade: #e0a500;
  --ion-color-tertiary-tint: #ffc31a;
  --ion-color-success: #15803d;
  --ion-color-success-rgb: 21,128,61;
  --ion-color-success-contrast: #ffffff;
  --ion-color-success-contrast-rgb: 255,255,255;
  --ion-color-success-shade: #127136;
  --ion-color-success-tint: #2c8d50;
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb: 255,196,9;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0,0,0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  --ion-color-danger: #c5000f;
  --ion-color-danger-rgb: 197,0,15;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255,255,255;
  --ion-color-danger-shade: #ad000d;
  --ion-color-danger-tint: #cb1a27;
  --ion-color-light: #fcfbdd;
  --ion-color-light-rgb: rgb(252, 251, 221);
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0,0,0;
  --ion-color-light-shade: #d8dade;
  --ion-color-light-tint: #f7f9fc;
  --ion-color-medium: #5f5f5f;
  --ion-color-medium-rgb: 95,95,95;
  --ion-color-medium-contrast: #ffffff;
  --ion-color-medium-contrast-rgb: 255,255,255;
  --ion-color-medium-shade: #545454;
  --ion-color-medium-tint: #6f6f6f;
  --ion-color-dark: #2f2f2f;
  --ion-color-dark-rgb: 47,47,47;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255,255,255;
  --ion-color-dark-shade: #292929;
  --ion-color-dark-tint: #444444;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/global.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * App Global CSS
 * ----------------------------------------------------------------------------
 * Put style rules here that you want to apply globally. These styles are for
 * the entire app and not just one component. Additionally, this file can be
 * used as an entry point to import other CSS/Sass files to be included in the
 * output CSS.
 * For more information on global stylesheets, visit the documentation:
 * https://ionicframework.com/docs/layout/global-stylesheets
 */
/*
 ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
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-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;
}
/*
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-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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.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: var(--tw-prose-body);
  --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(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.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 :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: GreyCliff CF, Georgia, sans-serif !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
}
h1:not(.alert-title) {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
[data-text-scale="2"] h1:not(.alert-title) {
  font-size: 2.75rem;
  line-height: 1.25;
}
[data-text-scale="3"] h1:not(.alert-title) {
  font-size: 3rem;
  line-height: 1.25;
}
[data-text-scale="4"] h1:not(.alert-title) {
  font-size: 3.25rem;
  line-height: 1.25;
}
[data-text-scale="5"] h1:not(.alert-title) {
  font-size: 3.5rem;
  line-height: 1.25;
}
h2:not(.alert-title) {
  font-size: 2.1875rem;
  line-height: 3rem;
}
[data-text-scale="2"] h2:not(.alert-title) {
  font-size: 2.4375rem;
  line-height: 1.25;
}
[data-text-scale="3"] h2:not(.alert-title) {
  font-size: 2.6875rem;
  line-height: 1.25;
}
[data-text-scale="4"] h2:not(.alert-title) {
  font-size: 2.9375rem;
  line-height: 1.25;
}
[data-text-scale="5"] h2:not(.alert-title) {
  font-size: 3.1875rem;
  line-height: 1.25;
}
h3:not(.alert-title) {
  font-size: 1.875rem;
  line-height: 2.75rem;
}
[data-text-scale="2"] h3:not(.alert-title) {
  font-size: 2.125rem;
  line-height: 1.25;
}
[data-text-scale="3"] h3:not(.alert-title) {
  font-size: 2.375rem;
  line-height: 1.25;
}
[data-text-scale="4"] h3:not(.alert-title) {
  font-size: 2.625rem;
  line-height: 1.25;
}
[data-text-scale="5"] h3:not(.alert-title) {
  font-size: 2.875rem;
  line-height: 1.25;
}
h4:not(.alert-title) {
  font-size: 1.5625rem;
  line-height: 2.25rem;
}
[data-text-scale="2"] h4:not(.alert-title) {
  font-size: 1.8125rem;
  line-height: 1.25;
}
[data-text-scale="3"] h4:not(.alert-title) {
  font-size: 2.0625rem;
  line-height: 1.25;
}
[data-text-scale="4"] h4:not(.alert-title) {
  font-size: 2.3125rem;
  line-height: 1.25;
}
[data-text-scale="5"] h4:not(.alert-title) {
  font-size: 2.5625rem;
  line-height: 1.25;
}
h5:not(.alert-title) {
  font-size: 1.25rem;
  line-height: 2rem;
}
[data-text-scale="2"] h5:not(.alert-title) {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] h5:not(.alert-title) {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] h5:not(.alert-title) {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] h5:not(.alert-title) {
  font-size: 2.25rem;
  line-height: 1.25;
}
p {
  font-family: GreyCliff CF, Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}
[data-text-scale="2"] p {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] p {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] p {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] p {
  font-size: 2.25rem;
  line-height: 1.25;
}
body {
  font-family: GreyCliff CF, Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}
[data-text-scale="2"] body {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] body {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] body {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] body {
  font-size: 2.25rem;
  line-height: 1.25;
}
ion-item,
ion-button {
  font-size: 1.25rem;
  line-height: 2rem;
}
[data-text-scale="2"] ion-item,[data-text-scale="2"] 
ion-button {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] ion-item,[data-text-scale="3"] 
ion-button {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] ion-item,[data-text-scale="4"] 
ion-button {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] ion-item,[data-text-scale="5"] 
ion-button {
  font-size: 2.25rem;
  line-height: 1.25;
}
@media (min-width: 1536px) {
  ion-item,
ion-button {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
  [data-text-scale="2"] ion-item,[data-text-scale="2"] 
ion-button {
    font-size: 1.8125rem;
    line-height: 1.25;
  }
  [data-text-scale="3"] ion-item,[data-text-scale="3"] 
ion-button {
    font-size: 2.0625rem;
    line-height: 1.25;
  }
  [data-text-scale="4"] ion-item,[data-text-scale="4"] 
ion-button {
    font-size: 2.3125rem;
    line-height: 1.25;
  }
  [data-text-scale="5"] ion-item,[data-text-scale="5"] 
ion-button {
    font-size: 2.5625rem;
    line-height: 1.25;
  }
}
ion-note {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
}
[data-text-scale="2"] ion-note {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] ion-note {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] ion-note {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] ion-note {
  font-size: 2.25rem;
  line-height: 1.25;
}
div ul,
ol {
  color: var(--tw-prose-body) !important;
  max-width: 65ch !important;
}
div ul :where([class~="lead"]):not(:where([class~="not-prose"] *)),
ol :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead) !important;
  font-size: 1.25em !important;
  line-height: 1.6 !important;
  margin-top: 1.2em !important;
  margin-bottom: 1.2em !important;
}
div ul :where(a):not(:where([class~="not-prose"] *)),
ol :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links) !important;
  text-decoration: underline !important;
  font-weight: 500 !important;
}
div ul :where(strong):not(:where([class~="not-prose"] *)),
ol :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold) !important;
  font-weight: 600 !important;
}
div ul :where(a strong):not(:where([class~="not-prose"] *)),
ol :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit !important;
}
div ul :where(blockquote strong):not(:where([class~="not-prose"] *)),
ol :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit !important;
}
div ul :where(thead th strong):not(:where([class~="not-prose"] *)),
ol :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit !important;
}
div ul :where(ol):not(:where([class~="not-prose"] *)),
ol :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal !important;
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
  padding-left: 1.625em !important;
}
div ul :where(ol[type="A"]):not(:where([class~="not-prose"] *)),
ol :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha !important;
}
div ul :where(ol[type="a"]):not(:where([class~="not-prose"] *)),
ol :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha !important;
}
div ul :where(ol[type="A" s]):not(:where([class~="not-prose"] *)),
ol :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha !important;
}
div ul :where(ol[type="a" s]):not(:where([class~="not-prose"] *)),
ol :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha !important;
}
div ul :where(ol[type="I"]):not(:where([class~="not-prose"] *)),
ol :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman !important;
}
div ul :where(ol[type="i"]):not(:where([class~="not-prose"] *)),
ol :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman !important;
}
div ul :where(ol[type="I" s]):not(:where([class~="not-prose"] *)),
ol :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman !important;
}
div ul :where(ol[type="i" s]):not(:where([class~="not-prose"] *)),
ol :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman !important;
}
div ul :where(ol[type="1"]):not(:where([class~="not-prose"] *)),
ol :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal !important;
}
div ul :where(ul):not(:where([class~="not-prose"] *)),
ol :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc !important;
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
  padding-left: 1.625em !important;
}
div ul :where(ol > li):not(:where([class~="not-prose"] *))::marker,
ol :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400 !important;
  color: var(--tw-prose-counters) !important;
}
div ul :where(ul > li):not(:where([class~="not-prose"] *))::marker,
ol :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets) !important;
}
div ul :where(hr):not(:where([class~="not-prose"] *)),
ol :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr) !important;
  border-top-width: 1px !important;
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}
div ul :where(blockquote):not(:where([class~="not-prose"] *)),
ol :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500 !important;
  font-style: italic !important;
  color: var(--tw-prose-quotes) !important;
  border-left-width: 0.25rem !important;
  border-left-color: var(--tw-prose-quote-borders) !important;
  quotes: "\201C""\201D""\2018""\2019" !important;
  margin-top: 1.6em !important;
  margin-bottom: 1.6em !important;
  padding-left: 1em !important;
}
div ul :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before,
ol :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote !important;
}
div ul :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after,
ol :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote !important;
}
div ul :where(h1):not(:where([class~="not-prose"] *)),
ol :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 800 !important;
  font-size: 2.25em !important;
  margin-top: 0 !important;
  margin-bottom: 0.8888889em !important;
  line-height: 1.1111111 !important;
}
div ul :where(h1 strong):not(:where([class~="not-prose"] *)),
ol :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900 !important;
  color: inherit !important;
}
div ul :where(h2):not(:where([class~="not-prose"] *)),
ol :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 700 !important;
  font-size: 1.5em !important;
  margin-top: 2em !important;
  margin-bottom: 1em !important;
  line-height: 1.3333333 !important;
}
div ul :where(h2 strong):not(:where([class~="not-prose"] *)),
ol :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800 !important;
  color: inherit !important;
}
div ul :where(h3):not(:where([class~="not-prose"] *)),
ol :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 600 !important;
  font-size: 1.25em !important;
  margin-top: 1.6em !important;
  margin-bottom: 0.6em !important;
  line-height: 1.6 !important;
}
div ul :where(h3 strong):not(:where([class~="not-prose"] *)),
ol :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700 !important;
  color: inherit !important;
}
div ul :where(h4):not(:where([class~="not-prose"] *)),
ol :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 600 !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
  line-height: 1.5 !important;
}
div ul :where(h4 strong):not(:where([class~="not-prose"] *)),
ol :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700 !important;
  color: inherit !important;
}
div ul :where(img):not(:where([class~="not-prose"] *)),
ol :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
div ul :where(figure > *):not(:where([class~="not-prose"] *)),
ol :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div ul :where(figcaption):not(:where([class~="not-prose"] *)),
ol :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions) !important;
  font-size: 0.875em !important;
  line-height: 1.4285714 !important;
  margin-top: 0.8571429em !important;
}
div ul :where(code):not(:where([class~="not-prose"] *)),
ol :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code) !important;
  font-weight: 600 !important;
  font-size: 0.875em !important;
}
div ul :where(code):not(:where([class~="not-prose"] *))::before,
ol :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`" !important;
}
div ul :where(code):not(:where([class~="not-prose"] *))::after,
ol :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`" !important;
}
div ul :where(a code):not(:where([class~="not-prose"] *)),
ol :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit !important;
}
div ul :where(h1 code):not(:where([class~="not-prose"] *)),
ol :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit !important;
}
div ul :where(h2 code):not(:where([class~="not-prose"] *)),
ol :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit !important;
  font-size: 0.875em !important;
}
div ul :where(h3 code):not(:where([class~="not-prose"] *)),
ol :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit !important;
  font-size: 0.9em !important;
}
div ul :where(h4 code):not(:where([class~="not-prose"] *)),
ol :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit !important;
}
div ul :where(blockquote code):not(:where([class~="not-prose"] *)),
ol :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit !important;
}
div ul :where(thead th code):not(:where([class~="not-prose"] *)),
ol :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit !important;
}
div ul :where(pre):not(:where([class~="not-prose"] *)),
ol :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code) !important;
  background-color: var(--tw-prose-pre-bg) !important;
  overflow-x: auto !important;
  font-weight: 400 !important;
  font-size: 0.875em !important;
  line-height: 1.7142857 !important;
  margin-top: 1.7142857em !important;
  margin-bottom: 1.7142857em !important;
  border-radius: 0.375rem !important;
  padding-top: 0.8571429em !important;
  padding-right: 1.1428571em !important;
  padding-bottom: 0.8571429em !important;
  padding-left: 1.1428571em !important;
}
div ul :where(pre code):not(:where([class~="not-prose"] *)),
ol :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent !important;
  border-width: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}
div ul :where(pre code):not(:where([class~="not-prose"] *))::before,
ol :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none !important;
}
div ul :where(pre code):not(:where([class~="not-prose"] *))::after,
ol :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none !important;
}
div ul :where(table):not(:where([class~="not-prose"] *)),
ol :where(table):not(:where([class~="not-prose"] *)) {
  width: 100% !important;
  table-layout: auto !important;
  text-align: left !important;
  margin-top: 2em !important;
  margin-bottom: 2em !important;
  font-size: 0.875em !important;
  line-height: 1.7142857 !important;
}
div ul :where(thead):not(:where([class~="not-prose"] *)),
ol :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px !important;
  border-bottom-color: var(--tw-prose-th-borders) !important;
}
div ul :where(thead th):not(:where([class~="not-prose"] *)),
ol :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings) !important;
  font-weight: 600 !important;
  vertical-align: bottom !important;
  padding-right: 0.5714286em !important;
  padding-bottom: 0.5714286em !important;
  padding-left: 0.5714286em !important;
}
div ul :where(tbody tr):not(:where([class~="not-prose"] *)),
ol :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px !important;
  border-bottom-color: var(--tw-prose-td-borders) !important;
}
div ul :where(tbody tr:last-child):not(:where([class~="not-prose"] *)),
ol :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0 !important;
}
div ul :where(tbody td):not(:where([class~="not-prose"] *)),
ol :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline !important;
}
div ul :where(tfoot):not(:where([class~="not-prose"] *)),
ol :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px !important;
  border-top-color: var(--tw-prose-th-borders) !important;
}
div ul :where(tfoot td):not(:where([class~="not-prose"] *)),
ol :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top !important;
}
div ul,
ol {
  --tw-prose-body: #374151 !important;
  --tw-prose-headings: #111827 !important;
  --tw-prose-lead: #4b5563 !important;
  --tw-prose-links: #111827 !important;
  --tw-prose-bold: #111827 !important;
  --tw-prose-counters: #6b7280 !important;
  --tw-prose-bullets: var(--tw-prose-body) !important;
  --tw-prose-hr: #e5e7eb !important;
  --tw-prose-quotes: #111827 !important;
  --tw-prose-quote-borders: #e5e7eb !important;
  --tw-prose-captions: #6b7280 !important;
  --tw-prose-code: #111827 !important;
  --tw-prose-pre-code: #e5e7eb !important;
  --tw-prose-pre-bg: #1f2937 !important;
  --tw-prose-th-borders: #d1d5db !important;
  --tw-prose-td-borders: #e5e7eb !important;
  --tw-prose-invert-body: #d1d5db !important;
  --tw-prose-invert-headings: #fff !important;
  --tw-prose-invert-lead: #9ca3af !important;
  --tw-prose-invert-links: #fff !important;
  --tw-prose-invert-bold: #fff !important;
  --tw-prose-invert-counters: #9ca3af !important;
  --tw-prose-invert-bullets: #4b5563 !important;
  --tw-prose-invert-hr: #374151 !important;
  --tw-prose-invert-quotes: #f3f4f6 !important;
  --tw-prose-invert-quote-borders: #374151 !important;
  --tw-prose-invert-captions: #9ca3af !important;
  --tw-prose-invert-code: #fff !important;
  --tw-prose-invert-pre-code: #d1d5db !important;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%) !important;
  --tw-prose-invert-th-borders: #4b5563 !important;
  --tw-prose-invert-td-borders: #374151 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}
div ul :where(p):not(:where([class~="not-prose"] *)),
ol :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}
div ul :where(video):not(:where([class~="not-prose"] *)),
ol :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
div ul :where(figure):not(:where([class~="not-prose"] *)),
ol :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
div ul :where(li):not(:where([class~="not-prose"] *)),
ol :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
div ul :where(ol > li):not(:where([class~="not-prose"] *)),
ol :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em !important;
}
div ul :where(ul > li):not(:where([class~="not-prose"] *)),
ol :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em !important;
}
div ul :where(.prose > ul > li p):not(:where([class~="not-prose"] *)),
ol :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}
div ul :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)),
ol :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em !important;
}
div ul :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)),
ol :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em !important;
}
div ul :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)),
ol :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em !important;
}
div ul :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)),
ol :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em !important;
}
div ul :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)),
ol :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}
div ul :where(hr + *):not(:where([class~="not-prose"] *)),
ol :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
}
div ul :where(h2 + *):not(:where([class~="not-prose"] *)),
ol :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
}
div ul :where(h3 + *):not(:where([class~="not-prose"] *)),
ol :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
}
div ul :where(h4 + *):not(:where([class~="not-prose"] *)),
ol :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
}
div ul :where(thead th:first-child):not(:where([class~="not-prose"] *)),
ol :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0 !important;
}
div ul :where(thead th:last-child):not(:where([class~="not-prose"] *)),
ol :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0 !important;
}
div ul :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)),
ol :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em !important;
  padding-right: 0.5714286em !important;
  padding-bottom: 0.5714286em !important;
  padding-left: 0.5714286em !important;
}
div ul :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)),
ol :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0 !important;
}
div ul :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)),
ol :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0 !important;
}
div ul :where(.prose > :first-child):not(:where([class~="not-prose"] *)),
ol :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
}
div ul :where(.prose > :last-child):not(:where([class~="not-prose"] *)),
ol :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0 !important;
}
.prose-sm :where(div ul > ul > li p):not(:where([class~="not-prose"] *)),.prose-sm :where(
ol > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em !important;
  margin-bottom: 0.5714286em !important;
}
.prose-sm :where(div ul > ul > li > *:first-child):not(:where([class~="not-prose"] *)),.prose-sm :where(
ol > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em !important;
}
.prose-sm :where(div ul > ul > li > *:last-child):not(:where([class~="not-prose"] *)),.prose-sm :where(
ol > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em !important;
}
.prose-sm :where(div ul > ol > li > *:first-child):not(:where([class~="not-prose"] *)),.prose-sm :where(
ol > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em !important;
}
.prose-sm :where(div ul > ol > li > *:last-child):not(:where([class~="not-prose"] *)),.prose-sm :where(
ol > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em !important;
}
.prose-sm :where(div ul > :first-child):not(:where([class~="not-prose"] *)),.prose-sm :where(
ol > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
}
.prose-sm :where(div ul > :last-child):not(:where([class~="not-prose"] *)),.prose-sm :where(
ol > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0 !important;
}
.prose-base :where(div ul > ul > li p):not(:where([class~="not-prose"] *)),.prose-base :where(
ol > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}
.prose-base :where(div ul > ul > li > *:first-child):not(:where([class~="not-prose"] *)),.prose-base :where(
ol > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em !important;
}
.prose-base :where(div ul > ul > li > *:last-child):not(:where([class~="not-prose"] *)),.prose-base :where(
ol > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em !important;
}
.prose-base :where(div ul > ol > li > *:first-child):not(:where([class~="not-prose"] *)),.prose-base :where(
ol > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em !important;
}
.prose-base :where(div ul > ol > li > *:last-child):not(:where([class~="not-prose"] *)),.prose-base :where(
ol > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em !important;
}
.prose-base :where(div ul > :first-child):not(:where([class~="not-prose"] *)),.prose-base :where(
ol > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
}
.prose-base :where(div ul > :last-child):not(:where([class~="not-prose"] *)),.prose-base :where(
ol > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0 !important;
}
.prose-lg :where(div ul > ul > li p):not(:where([class~="not-prose"] *)),.prose-lg :where(
ol > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em !important;
  margin-bottom: 0.8888889em !important;
}
.prose-lg :where(div ul > ul > li > *:first-child):not(:where([class~="not-prose"] *)),.prose-lg :where(
ol > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em !important;
}
.prose-lg :where(div ul > ul > li > *:last-child):not(:where([class~="not-prose"] *)),.prose-lg :where(
ol > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em !important;
}
.prose-lg :where(div ul > ol > li > *:first-child):not(:where([class~="not-prose"] *)),.prose-lg :where(
ol > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em !important;
}
.prose-lg :where(div ul > ol > li > *:last-child):not(:where([class~="not-prose"] *)),.prose-lg :where(
ol > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em !important;
}
.prose-lg :where(div ul > :first-child):not(:where([class~="not-prose"] *)),.prose-lg :where(
ol > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
}
.prose-lg :where(div ul > :last-child):not(:where([class~="not-prose"] *)),.prose-lg :where(
ol > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0 !important;
}
.prose-xl :where(div ul > ul > li p):not(:where([class~="not-prose"] *)),.prose-xl :where(
ol > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em !important;
  margin-bottom: 0.8em !important;
}
.prose-xl :where(div ul > ul > li > *:first-child):not(:where([class~="not-prose"] *)),.prose-xl :where(
ol > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em !important;
}
.prose-xl :where(div ul > ul > li > *:last-child):not(:where([class~="not-prose"] *)),.prose-xl :where(
ol > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em !important;
}
.prose-xl :where(div ul > ol > li > *:first-child):not(:where([class~="not-prose"] *)),.prose-xl :where(
ol > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em !important;
}
.prose-xl :where(div ul > ol > li > *:last-child):not(:where([class~="not-prose"] *)),.prose-xl :where(
ol > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em !important;
}
.prose-xl :where(div ul > :first-child):not(:where([class~="not-prose"] *)),.prose-xl :where(
ol > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
}
.prose-xl :where(div ul > :last-child):not(:where([class~="not-prose"] *)),.prose-xl :where(
ol > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0 !important;
}
.prose-2xl :where(div ul > ul > li p):not(:where([class~="not-prose"] *)),.prose-2xl :where(
ol > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em !important;
  margin-bottom: 0.8333333em !important;
}
.prose-2xl :where(div ul > ul > li > *:first-child):not(:where([class~="not-prose"] *)),.prose-2xl :where(
ol > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em !important;
}
.prose-2xl :where(div ul > ul > li > *:last-child):not(:where([class~="not-prose"] *)),.prose-2xl :where(
ol > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em !important;
}
.prose-2xl :where(div ul > ol > li > *:first-child):not(:where([class~="not-prose"] *)),.prose-2xl :where(
ol > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em !important;
}
.prose-2xl :where(div ul > ol > li > *:last-child):not(:where([class~="not-prose"] *)),.prose-2xl :where(
ol > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em !important;
}
.prose-2xl :where(div ul > :first-child):not(:where([class~="not-prose"] *)),.prose-2xl :where(
ol > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0 !important;
}
.prose-2xl :where(div ul > :last-child):not(:where([class~="not-prose"] *)),.prose-2xl :where(
ol > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0 !important;
}
div ul,
ol {
  --tw-text-opacity: 1 !important;
  color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
  max-width: 100% !important;
  font-family: GreyCliff CF, Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}
[data-text-scale="2"] div ul,[data-text-scale="2"] 
ol {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] div ul,[data-text-scale="3"] 
ol {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] div ul,[data-text-scale="4"] 
ol {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] div ul,[data-text-scale="5"] 
ol {
  font-size: 2.25rem;
  line-height: 1.25;
}
div ul li::marker,
ol li::marker {
  color: inherit !important;
}
a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(211 59 26 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
ion-footer {
  background: #FCFBDD;
}
app-footer ion-list ion-item {
  font-family: GreyCliff CF, Georgia, sans-serif;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 4px;
    color: var(--ion-color-secondary);
}
app-footer ion-list ion-item:hover, app-footer ion-list ion-item:focus-visible {
  border-radius: 0.375rem !important;
  text-decoration-line: none !important;
  --background: #FFBC00 !important;
  --color: #271d44 !important;
}
ion-footer ion-toolbar {
  --background: #FCFBDD;
}
.tertiaryBtn, .assessment-card ion-button, .card-primary ion-button {
  border-radius: 0.75rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(39 29 68 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 188 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
}
.tertiaryBtn:not(:focus-visible), .assessment-card ion-button:not(:focus-visible), .card-primary ion-button:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 188 0 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
    --background: var(--ion-color-tertiary) !important;
    --color: var(--ion-color-primary) !important;
  }
.tertiaryBtn:hover, .assessment-card ion-button:hover, .card-primary ion-button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 188 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 188 0 / var(--tw-text-opacity)) !important;
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-tertiary) !important;
}
.tertiaryBtn:hover ion-icon, .assessment-card ion-button:hover ion-icon, .card-primary ion-button:hover ion-icon {
    color: var(--ion-color-tertiary) !important;
  }
.tertiaryBtn:focus-visible, .assessment-card ion-button:focus-visible, .card-primary ion-button:focus-visible {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 188 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 188 0 / var(--tw-text-opacity)) !important;
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-tertiary) !important;
    outline: 2px solid var(--ion-color-primary) !important;
}
.tertiaryBtn:focus-visible ion-icon, .assessment-card ion-button:focus-visible ion-icon, .card-primary ion-button:focus-visible ion-icon {
    color: var(--ion-color-tertiary) !important;
  }
.secondaryBtn {
  border-radius: 0.75rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(39 29 68 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 251 221 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
}
.secondaryBtn:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
    --background: var(--ion-color-light) !important;
    --color: var(--ion-color-primary) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(252 251 221 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
  }
.secondaryBtn:hover {
  border-radius: 0.75rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 251 221 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-light) !important;
}
.secondaryBtn:hover ion-icon {
    color: var(--ion-color-light) !important;
  }
.secondaryBtn:hover {
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-light) !important;
    border: 2px solid var(--ion-color-light) !important;
  }
.secondaryBtn:hover ion-icon {
    color: var(--ion-color-light) !important;
  }
.secondaryBtn:focus-visible {
  border-radius: 0.75rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 251 221 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-light) !important;
}
.secondaryBtn:focus-visible ion-icon {
    color: var(--ion-color-light) !important;
  }
.secondaryBtn:focus-visible {
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-light) !important;
    outline: 3px solid var(--ion-color-tertiary) !important;
    outline-offset: 2px !important;
  }
.secondaryBtn:focus-visible ion-icon {
    color: var(--ion-color-light) !important;
  }
.primaryBtn, .card-primary-secondary-icon ion-button {
  border-radius: 0.75rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(39 29 68 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 104 69 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
}
.primaryBtn:not(:focus-visible), .card-primary-secondary-icon ion-button:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
    --background: var(--ion-color-secondary) !important;
    --color: var(--ion-color-primary) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(250 104 69 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
  }
.primaryBtn:hover, .card-primary-secondary-icon ion-button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 104 69 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(250 104 69 / var(--tw-text-opacity)) !important;
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-secondary) !important;
}
.primaryBtn:hover ion-icon, .card-primary-secondary-icon ion-button:hover ion-icon {
    color: var(--ion-color-secondary) !important;
  }
.primaryBtn:hover, .card-primary-secondary-icon ion-button:hover {
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-secondary) !important;
  }
.primaryBtn:hover ion-icon, .card-primary-secondary-icon ion-button:hover ion-icon {
    color: var(--ion-color-secondary) !important;
  }
.primaryBtn:focus-visible, .card-primary-secondary-icon ion-button:focus-visible {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 104 69 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(250 104 69 / var(--tw-text-opacity)) !important;
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-secondary) !important;
}
.primaryBtn:focus-visible ion-icon, .card-primary-secondary-icon ion-button:focus-visible ion-icon {
    color: var(--ion-color-secondary) !important;
  }
.primaryBtn:focus-visible, .card-primary-secondary-icon ion-button:focus-visible {
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-secondary) !important;
    outline: 3px solid var(--ion-color-tertiary) !important;
    outline-offset: 2px !important;
  }
.primaryBtn:focus-visible ion-icon, .card-primary-secondary-icon ion-button:focus-visible ion-icon {
    color: var(--ion-color-secondary) !important;
  }
.togglerBtn {
  border-radius: 0.75rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
.togglerBtn:hover, .togglerBtn:focus-visible {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 251 221 / var(--tw-bg-opacity)) !important;
}
.neutralBtnHover {
    --background: var(--ion-color-light);
  }
.neutralBtnHover::part(native) {
    background: var(--ion-color-light);
    transition: background-color 0.3s;
  }
.neutralBtnHover:hover::part(native) {
    background: var(--ion-color-tertiary) !important;
  }
.neutralBtnHover:focus-visible::part(native) {
    background: var(--ion-color-tertiary) !important;
  }
.iconHover {
    margin-right: 0.5rem;
  }
.iconHover:hover, .iconHover:focus-visible {
  --background-color: #FA6845 !important;
}
.secondaryMenuBtn {
  margin-left: 0px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 0.375rem;
  padding-left: 0px;
  font-size: 1.5625rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
[data-text-scale="2"] .secondaryMenuBtn {
  font-size: 1.8125rem;
  line-height: 1.25;
}
[data-text-scale="3"] .secondaryMenuBtn {
  font-size: 2.0625rem;
  line-height: 1.25;
}
[data-text-scale="4"] .secondaryMenuBtn {
  font-size: 2.3125rem;
  line-height: 1.25;
}
[data-text-scale="5"] .secondaryMenuBtn {
  font-size: 2.5625rem;
  line-height: 1.25;
}
.secondaryMenuBtn {
  --background: #271d44;
  --min-height: auto;
  --border-color: transparent;
  --color: #FFBC00;
}
.secondaryMenuBtn::part(native) {
  border-radius: 0.375rem;
}
.secondaryMenuBtn ion-icon {
    color: var(--ion-color-tertiary) !important;
  }
.secondaryMenuBtn:hover, .secondaryMenuBtn:focus-visible {
  text-decoration-line: none;
  --background: #FFBC00;
  --color: #271d44;
}
.secondaryMenuBtn:hover ion-icon, .secondaryMenuBtn:focus-visible ion-icon {
    color: var(--ion-color-primary) !important;
  }
.menuItem {
  --background: #271d44;
  --color: #FCFBDD;
}
@media (max-width: 768px) {
    .menuItem {
    --padding-top: 0.625rem !important;
    --padding-bottom: 0.625rem !important;
  }
  }
.menuItem:hover, .menuItem:focus-visible {
  --background: #FFBC00;
  --color: #271d44;
}
.menuItem:hover::part(native), .menuItem:focus-visible::part(native) {
    min-width: 100%;
    width: auto;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    padding-left: calc((100vw - 100%) / 2 + 16px);
    padding-left: calc((100vw - 100%) / 2 + var(--padding-start, 16px));
    padding-right: calc((100vw - 100%) / 2 + 16px);
    padding-right: calc((100vw - 100%) / 2 + var(--padding-end, 16px));
  }
ion-list ion-item ion-icon {
  --color: #FCFBDD;
  --fill: #FCFBDD;
}
ion-modal, ion-modal div, ion-modal ion-list, ion-modal div ion-list {
    --border-style: none;
    --background: #271d44;
  }
ion-modal ion-item, ion-modal div ion-item, ion-modal ion-list ion-item, ion-modal div ion-list ion-item {
  --background: transparent;
  background-color: #271d44;
}
ion-modal ion-item .modal-label, ion-modal div ion-item .modal-label, ion-modal ion-list ion-item .modal-label, ion-modal div ion-list ion-item .modal-label {
  font-family: GreyCliff CF, Georgia, sans-serif !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
ion-modal .modal-header {
  --background: #342c5b;
    --padding-start: 16px;
    --padding-end: 16px;
    --padding-top: 8px;
    --padding-bottom: 8px;
    --min-height: 44px;
}
@media (min-width: 640px) {
    ion-modal .modal-header {
      --padding-start: 24px;
      --padding-end: 24px;
      --padding-top: 16px;
      --padding-bottom: 16px;
    }
  }
ion-modal .modal-header ion-title {
    --padding-start: 0;
    --padding-end: 0;
    -webkit-padding-start: 0 !important;
            padding-inline-start: 0 !important;
    -webkit-padding-end: 0 !important;
            padding-inline-end: 0 !important;
    --tw-text-opacity: 1;
    color: rgb(252 251 221 / var(--tw-text-opacity));
  }
ion-modal .modal-header ion-title h3, ion-modal .modal-header ion-title h4, ion-modal .modal-header ion-title h5 {
    margin: 0;
    padding: 0;
  }
ion-modal .modal-header h3, ion-modal .modal-header h4, ion-modal .modal-header h5 {
    margin: 0;
    --tw-text-opacity: 1;
    color: rgb(252 251 221 / var(--tw-text-opacity));
  }
ion-modal .modal-header ion-button {
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
ion-modal .modal-content {
    min-height: 200px;
    max-height: 80vh;
    height: auto;
    --background: #271d44 !important;
  }
ion-modal h1,
ion-modal h2,
ion-modal h3,
ion-modal h4,
ion-modal h5,
ion-modal h6 {
  margin: 0px !important;
  font-weight: 700 !important;
}
ion-modal h1,
ion-modal h2,
ion-modal h3,
ion-modal h4,
ion-modal h5,
ion-modal h6,
ion-modal p,
ion-modal ion-label {
  font-family: GreyCliff CF, Georgia, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
ion-modal ion-footer {
  background: #271d44;
}
@media (min-width: 768px) {
    ion-modal ion-button {
      --padding-start: 1rem;
      --padding-end: 1rem;
      --padding-top: 0.625rem;
      --padding-bottom: 0.625rem;
    }
  }
ion-button {
    --border-width: 0.125rem;
    --border-style: solid;
    --padding-start: 1rem; /* Use rem for scaling */
    --padding-end: 1rem;
    --padding-top: 0.75rem;
    --padding-bottom: 0.75rem;
    min-height: 44px;
    height: 100%;
    letter-spacing: 0.0015rem;
    margin: 0px;
    white-space: normal;
    font-family: GreyCliff CF, Georgia, sans-serif;
    font-weight: 700;
    text-transform: none;
  }
ion-button:not([fill=outline]) {
    --border-color: transparent;
  }
ion-button::part(native) {
    line-height: inherit;
    min-height: inherit;
    padding-left: calc(var(--padding-start) - var(--border-width));
    padding-right: calc(var(--padding-end) - var(--border-width));
    padding-top: calc(var(--padding-top) - var(--border-width));
    padding-bottom: calc(var(--padding-bottom) - var(--border-width));
  }
ion-button ion-icon {
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}
[data-text-scale="2"] ion-button ion-icon {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="3"] ion-button ion-icon {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="4"] ion-button ion-icon {
  font-size: 2.25rem;
  line-height: 1.25;
}
[data-text-scale="5"] ion-button ion-icon {
  font-size: 2.5rem;
  line-height: 1.25;
}
ion-button ion-icon[slot=start] {
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}
ion-button ion-icon[slot=end] {
  margin-left: 0.5rem;
  margin-right: -0.5rem;
}
ion-button[size=smaller] {
    --border-width: 1px;
  }
ion-button[size=smaller] ion-icon[slot=start] {
  margin-left: 0px;
  margin-right: 0.25rem;
}
ion-button[size=smaller] ion-icon[slot=end] {
  margin-left: 0.25rem;
  margin-right: 0px;
}
.card-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity));
}
.card-primary h1,
.card-primary h2,
.card-primary h3,
.card-primary h4,
.card-primary h5,
.card-primary p,
.card-primary ul,
.card-primary ol {
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
.card-primary ul li::marker,
.card-primary ol li::marker {
  color: #FCFBDD !important;
}
.card-primary ion-button {
  --expand: block;
}
.card-primary ion-button:hover, .card-primary ion-button:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 188 0 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 188 0 / var(--tw-text-opacity)) !important;
}
.card-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(250 104 69 / var(--tw-bg-opacity));
}
.card-secondary h1,
.card-secondary h2,
.card-secondary h3,
.card-secondary h4,
.card-secondary h5,
.card-secondary p,
.card-secondary ul,
.card-secondary ol {
  --tw-text-opacity: 1 !important;
  color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
}
.card-secondary ul li::marker,
.card-secondary ol li::marker {
  color: #271d44;
}
.card-primary-secondary-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(250 104 69 / var(--tw-bg-opacity));
}
.card-primary-secondary-icon .icon-container {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 53 104 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
.card-primary-secondary-icon .card-body {
  --tw-bg-opacity: 1;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity));
}
.card-primary-secondary-icon h1,
.card-primary-secondary-icon h2,
.card-primary-secondary-icon h3,
.card-primary-secondary-icon h4,
.card-primary-secondary-icon h5,
.card-primary-secondary-icon p,
.card-primary-secondary-icon ul,
.card-primary-secondary-icon ol {
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
.card-primary-secondary-icon ul li::marker,
.card-primary-secondary-icon ol li::marker {
  color: #FCFBDD !important;
}
.assessment-card {
  --tw-bg-opacity: 1;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity));
}
.assessment-card h1,
.assessment-card h2,
.assessment-card h3,
.assessment-card h4,
.assessment-card h5,
.assessment-card p,
.assessment-card ul,
.assessment-card ol {
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
.assessment-card ul li::marker,
.assessment-card ol li::marker {
  color: #FCFBDD !important;
}
.assessment-card ion-button {
    width: 100%;
  }
.assessment-card ion-icon {
  color: #FCFBDD !important;
}
.stepper-row {
  --tw-bg-opacity: 1;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity));
    border-top: 1px solid #FFBC00;
}
.stepper-row h1,
.stepper-row h2,
.stepper-row h3,
.stepper-row h4,
.stepper-row h5,
.stepper-row p,
.stepper-row ul {
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
.stepper-row ul li::marker {
  color: #FCFBDD;
}
.bg-blue-green-300 {
    background-color: #d5e3bc;
  }
.socialBtn {
  -o-object-fit: cover;
     object-fit: cover;
  --min-height: 20px;
  --width: auto;
  --max-height: 48px;
}
.socialBtn:hover, .socialBtn:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 0px;
  outline-color: #fbbf24;
}
ion-content {
    --background: var(--color-light);
  }
@media (max-height: 500px) {
    .stepper-header {
      display: none !important;
    }
  }
@media (max-width: 640px) {
    .primary-toolbar-responsive .toolbar-header {
      padding-top: 0.75rem !important;
      padding-bottom: 0.5rem !important;
    }
    .primary-toolbar-responsive .yss-logo {
      height: clamp(48px, 12vw, 64px) !important;
    }
    .primary-toolbar-responsive .menu-toggle-btn {
      min-height: 48px !important;
      padding-left: clamp(0.75rem, 3vw, 1.5rem) !important;
      padding-top: clamp(0.375rem, 1.5vw, 0.5rem) !important;
      padding-bottom: clamp(0.375rem, 1.5vw, 0.5rem) !important;
    }
    ion-toolbar nav {
      min-height: 48px !important;
      padding-bottom: 0.5rem !important;
    }
    ion-toolbar nav ion-button {
      min-height: 44px !important;
      height: auto;
    }
  }
@media (max-width: 375px) {
    .primary-toolbar-responsive .yss-logo {
      height: clamp(44px, 11vw, 48px) !important;
    }
    .primary-toolbar-responsive .menu-toggle-btn {
      padding-left: 0.75rem !important;
      padding-right: 0.75rem !important;
    }
  }
@media (max-width: 900px) and (max-height: 500px) {
    .primary-toolbar-responsive .toolbar-header {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
    .primary-toolbar-responsive .yss-logo {
      height: 40px !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    ion-toolbar nav {
      min-height: 44px !important;
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important;
    }
  }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.visible {
  visibility: visible !important;
}
.collapse {
  visibility: collapse !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}
.top-0 {
  top: 0px !important;
}
.left-6 {
  left: 1.5rem !important;
}
.top-1\/2 {
  top: 50% !important;
}
.left-1\/2 {
  left: 50% !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-\[9\] {
  z-index: 9 !important;
}
.z-\[20\] {
  z-index: 20 !important;
}
.z-0 {
  z-index: 0 !important;
}
.order-last {
  order: 9999 !important;
}
.order-first {
  order: -9999 !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.clear-both {
  clear: both !important;
}
.m-0 {
  margin: 0px !important;
}
.m-4 {
  margin: 1rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.-mt-2 {
  margin-top: -0.5rem !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mb-\[0\.5em\] {
  margin-bottom: 0.5em !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mr-7 {
  margin-right: 1.75rem !important;
}
.mt-\[1em\] {
  margin-top: 1em !important;
}
.mt-1\.5 {
  margin-top: 0.375rem !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table {
  display: table !important;
}
.grid {
  display: grid !important;
}
.hidden {
  display: none !important;
}
.aspect-\[40\/46\.92\] {
  aspect-ratio: 40/46.92 !important;
}
.aspect-\[132\/61\] {
  aspect-ratio: 132/61 !important;
}
.h-full {
  height: 100% !important;
}
.h-\[100px\] {
  height: 100px !important;
}
.h-auto {
  height: auto !important;
}
.h-\[1em\] {
  height: 1em !important;
}
.h-14 {
  height: 3.5rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-0\.5 {
  height: 0.125rem !important;
}
.h-0 {
  height: 0px !important;
}
.h-\[1\.5em\] {
  height: 1.5em !important;
}
.h-px {
  height: 1px !important;
}
.h-10 {
  height: 2.5rem !important;
}
.h-24 {
  height: 6rem !important;
}
.max-h-\[280px\] {
  max-height: 280px !important;
}
.max-h-64 {
  max-height: 16rem !important;
}
.max-h-52 {
  max-height: 13rem !important;
}
.max-h-\[calc\(100vh-200px\)\] {
  max-height: calc(100vh - 200px) !important;
}
.max-h-\[calc\(100vh-120px\)\] {
  max-height: calc(100vh - 120px) !important;
}
.max-h-full {
  max-height: 100% !important;
}
.max-h-20 {
  max-height: 5rem !important;
}
.max-h-screen {
  max-height: 100vh !important;
}
.max-h-14 {
  max-height: 3.5rem !important;
}
.max-h-24 {
  max-height: 6rem !important;
}
.min-h-\[3rem\] {
  min-height: 3rem !important;
}
.min-h-\[2rem\] {
  min-height: 2rem !important;
}
.min-h-\[44px\] {
  min-height: 44px !important;
}
.min-h-full {
  min-height: 100% !important;
}
.min-h-\[200px\] {
  min-height: 200px !important;
}
.w-14 {
  width: 3.5rem !important;
}
.w-20 {
  width: 5rem !important;
}
.w-full {
  width: 100% !important;
}
.w-\[100px\] {
  width: 100px !important;
}
.w-\[1em\] {
  width: 1em !important;
}
.w-auto {
  width: auto !important;
}
.w-12 {
  width: 3rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-\[1\.5em\] {
  width: 1.5em !important;
}
.w-10 {
  width: 2.5rem !important;
}
.min-w-\[336px\] {
  min-width: 336px !important;
}
.min-w-\[44px\] {
  min-width: 44px !important;
}
.min-w-\[300px\] {
  min-width: 300px !important;
}
.min-w-\[200px\] {
  min-width: 200px !important;
}
.min-w-\[195px\] {
  min-width: 195px !important;
}
.max-w-screen-md {
  max-width: 768px !important;
}
.max-w-xl {
  max-width: 36rem !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-\[75\%\] {
  max-width: 75% !important;
}
.max-w-screen-xl {
  max-width: 1280px !important;
}
.max-w-xs {
  max-width: 20rem !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  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)) !important;
}
.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)) !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.resize {
  resize: both !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-\[max-content_1fr\] {
  grid-template-columns: max-content 1fr !important;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.items-baseline {
  align-items: baseline !important;
}
.items-stretch {
  align-items: stretch !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-around {
  justify-content: space-around !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}
.gap-y-1 {
  row-gap: 0.25rem !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.whitespace-normal {
  white-space: normal !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-pre-line {
  white-space: pre-line !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-2xl {
  border-radius: 1rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-\[12px\] {
  border-radius: 12px !important;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.border {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-0 {
  border-width: 0px !important;
}
.border-\[2px\] {
  border-width: 2px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-l-4 {
  border-left-width: 4px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(39 29 68 / var(--tw-border-opacity)) !important;
}
.border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(191 219 254 / var(--tw-border-opacity)) !important;
}
.border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity)) !important;
}
.border-warning {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 191 36 / var(--tw-border-opacity)) !important;
}
.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.border-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 251 221 / var(--tw-border-opacity)) !important;
}
.border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.border-primary-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 44 91 / var(--tw-border-opacity)) !important;
}
.border-slate-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.border-current {
  border-color: currentColor !important;
}
.border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 128 61 / var(--tw-border-opacity)) !important;
}
.border-b-primary {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(39 29 68 / var(--tw-border-opacity)) !important;
}
.border-b-gray-500 {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}
.bg-inherit {
  background-color: inherit !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-tertiary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 188 0 / var(--tw-bg-opacity)) !important;
}
.bg-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 251 221 / var(--tw-bg-opacity)) !important;
}
.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
}
.bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 104 69 / var(--tw-bg-opacity)) !important;
}
.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}
.bg-light_invert-contrast {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
}
.bg-violet-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity)) !important;
}
.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.bg-light-shade {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(222 221 194 / var(--tw-bg-opacity)) !important;
}
.bg-warning-tint {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 197 58 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-slate-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}
.bg-success {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}
.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity)) !important;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}
.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}
.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-\[1em\] {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-\[0\.5em\] {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
.py-\[1em\] {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pt-12 {
  padding-top: 3rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pt-2\.5 {
  padding-top: 0.625rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-\[70px\] {
  padding-left: 70px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-px {
  padding-bottom: 1px !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pb-\[1em\] {
  padding-bottom: 1em !important;
}
.pt-\[1em\] {
  padding-top: 1em !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.align-middle {
  vertical-align: middle !important;
}
.font-display {
  font-family: GreyCliff CF, Georgia, sans-serif !important;
}
.font-text {
  font-family: GreyCliff CF, Poppins, sans-serif !important;
}
.text-base {
  font-size: 1.25rem !important;
  line-height: 2rem !important;
}
.text-sm {
  font-size: 1.09375rem !important;
  line-height: 1.75rem !important;
}
.text-lg {
  font-size: 1.5625rem !important;
  line-height: 2.5rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-\[24px\] {
  font-size: 24px !important;
}
.text-xs {
  font-size: 0.9375rem !important;
  line-height: 1.5rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.italic {
  font-style: italic !important;
}
.ordinal {
  --tw-ordinal: ordinal !important;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}
.text-dark_secondary_800 {
  --tw-text-opacity: 1 !important;
  color: rgb(211 59 26 / var(--tw-text-opacity)) !important;
}
.text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(250 104 69 / var(--tw-text-opacity)) !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
}
.text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.text-light {
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.text-inherit {
  color: inherit !important;
}
.text-warning {
  --tw-text-opacity: 1 !important;
  color: rgb(251 191 36 / var(--tw-text-opacity)) !important;
}
.text-tertiary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 188 0 / var(--tw-text-opacity)) !important;
}
.text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 64 175 / var(--tw-text-opacity)) !important;
}
.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}
.text-primary-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(60 53 104 / var(--tw-text-opacity)) !important;
}
.text-dark_secondary_800-shade {
  --tw-text-opacity: 1 !important;
  color: rgb(186 52 23 / var(--tw-text-opacity)) !important;
}
.text-primary-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(52 44 91 / var(--tw-text-opacity)) !important;
}
.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.no-underline {
  text-decoration-line: none !important;
}
.underline-offset-2 {
  text-underline-offset: 2px !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.shadow-lg {
  --tw-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1), 0 4px 6px -2px rgba(16, 24, 40, 0.05) !important;
  --tw-shadow-colored: 0 12px 16px -4px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color) !important;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-md {
  --tw-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06) !important;
  --tw-shadow-colored: 0 4px 8px -2px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-xs {
  --tw-shadow: 0 1px 2px rgba(16, 24, 40, 0.05) !important;
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color) !important;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline {
  outline-style: solid !important;
}
.blur {
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
[data-text-scale="2"] .text-base {
  font-size: 1.5rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="3"] .text-base {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="4"] .text-base {
  font-size: 2rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="5"] .text-base {
  font-size: 2.25rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="2"] .text-sm {
  font-size: 1.34375rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="3"] .text-sm {
  font-size: 1.59375rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="4"] .text-sm {
  font-size: 1.84375rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="5"] .text-sm {
  font-size: 2.09375rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="2"] .text-lg {
  font-size: 1.8125rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="3"] .text-lg {
  font-size: 2.0625rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="4"] .text-lg {
  font-size: 2.3125rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="5"] .text-lg {
  font-size: 2.5625rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="2"] .text-xl {
  font-size: 1.5rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="3"] .text-xl {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="4"] .text-xl {
  font-size: 2rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="5"] .text-xl {
  font-size: 2.25rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="2"] .text-xs {
  font-size: 1.1875rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="3"] .text-xs {
  font-size: 1.4375rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="4"] .text-xs {
  font-size: 1.6875rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="5"] .text-xs {
  font-size: 1.9375rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="2"] .text-2xl {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="3"] .text-2xl {
  font-size: 2rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="4"] .text-2xl {
  font-size: 2.25rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="5"] .text-2xl {
  font-size: 2.5rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="2"] .text-6xl {
  font-size: 4rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="3"] .text-6xl {
  font-size: 4.25rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="4"] .text-6xl {
  font-size: 4.5rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="5"] .text-6xl {
  font-size: 4.75rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="2"] .text-5xl {
  font-size: 3.25rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="3"] .text-5xl {
  font-size: 3.5rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="4"] .text-5xl {
  font-size: 3.75rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="5"] .text-5xl {
  font-size: 4rem !important;
  line-height: 1.25 !important;
}
.ion-p-px {
  --padding-top: 1px !important;
  --padding-start: 1px !important;
  --padding-bottom: 1px !important;
  --padding-end: 1px !important;
}
.ion-p-4 {
  --padding-top: 1rem !important;
  --padding-start: 1rem !important;
  --padding-bottom: 1rem !important;
  --padding-end: 1rem !important;
}
.ion-px-0 {
  --padding-start: 0px !important;
  --padding-end: 0px !important;
}
.ion-px-\[calc\(\(100vw-1536px\)\/2\)\] {
  --padding-start: calc((100vw - 1536px) / 2) !important;
  --padding-end: calc((100vw - 1536px) / 2) !important;
}
.\[--background\:theme\(colors\.light\.DEFAULT\)\] {
  --background: #FCFBDD;
}
.\[font-size\:1\.25em\] {
  font-size: 1.25em;
}
.\[font-size\:2\.5em\] {
  font-size: 2.5em;
}
.\[font-size\:2em\] {
  font-size: 2em;
}
.\[--background-disabled\:var\(--ion-color-medium\)\] {
  --background-disabled: var(--ion-color-medium);
}
.\[--color-disabled\:var\(--ion-color-medium-contrast\)\] {
  --color-disabled: var(--ion-color-medium-contrast);
}
.\[opacity\:1\] {
  opacity: 1;
}
.\[--background\:theme\(colors\.primary\.DEFAULT\)\] {
  --background: #271d44;
}
.\[--ion-item-background\:transparent\] {
  --ion-item-background: transparent;
}
.\[--background\:theme\(colors\.white\)\] {
  --background: #fff;
}
.\[background\:theme\(colors\.light\.DEFAULT\)\] {
  background: #FCFBDD;
}
.\[background-color\:theme\(colors\.light\.DEFAULT\)\] {
  background-color: #FCFBDD;
}
.\[font-size\:1\.5em\] {
  font-size: 1.5em;
}
.\[background\:theme\(colors\.primary\.DEFAULT\)\] {
  background: #271d44;
}
.\[font-size\:1em\] {
  font-size: 1em;
}
.\[--color\:theme\(colors\.light\.DEFAULT\)\] {
  --color: #FCFBDD;
}
.\[--min-height\:auto\] {
  --min-height: auto;
}
.\[--inner-border-width\:0\] {
  --inner-border-width: 0;
}
.\[--border-width\:1px\] {
  --border-width: 1px;
}
.\[--border-color\:transparent\] {
  --border-color: transparent;
}
.\[font-size\:1\.75em\] {
  font-size: 1.75em;
}
.\[--border-width\:0_0_1px_0\] {
  --border-width: 0 0 1px 0;
}
.\[--border-color\:theme\(colors\.gray\.400\)\] {
  --border-color: #9ca3af;
}
.\[counter-set\:step\] {
  counter-set: step;
}
.\[counter-increment\:step\] {
  counter-increment: step;
}
.\[--ionicon-stroke-width\:48px\] {
  --ionicon-stroke-width: 48px;
}
/* Core CSS required for Ionic components to work properly */
html.ios {
  --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}
html.md {
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}
html {
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
/**
 * Card style modal needs additional padding on the
 * top of the header. We accomplish this by targeting
 * the first toolbar in the header.
 * Footer also needs this. We do not adjust the bottom
 * padding though because of the safe area.
 */
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type {
  padding-top: 6px;
}
/**
* Card style modal needs additional padding on the
* bottom of the header. We accomplish this by targeting
* the last toolbar in the header.
*/
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}
/**
* Add padding on the left and right
* of toolbars while accounting for
* safe area values when in landscape.
*/
html.ios ion-modal ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}
/**
 * Card style modal on iPadOS
 * should only have backdrop on first instance.
 */
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
/**
 * Subsequent modals should not have a backdrop/box shadow
 * as it will cause the screen to appear to get progressively
 * darker. With Ionic 6, declarative modals made it
 * possible to have multiple non-presented modals in the DOM,
 * so we could no longer rely on ion-modal:first-of-type.
 * Here we disable the opacity/box-shadow for every modal
 * that comes after the first presented modal.
 *
 * Note: ion-modal:not(.overlay-hidden):first-of-type
 * does not match the first modal to not have
 * the .overlay-hidden class, it will match the
 * first modal in general only if it does not
 * have the .overlay-hidden class.
 * The :nth-child() pseudo-class has support
 * for selectors which would help us here. At the
 * time of writing it does not have great cross browser
 * support.
 *
 * Note 2: This should only apply to non-card and
 * non-sheet modals. Card and sheet modals have their
 * own criteria for displaying backdrops/box shadows.
 */
ion-modal.modal-default:not(.overlay-hidden) ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}
/**
 * This works around a bug in WebKit where the
 * content will overflow outside of the bottom border
 * radius when re-painting. As long as a single
 * border radius value is set on .ion-page, this
 * issue does not happen. We set the top left radius
 * here because the top left corner will always have a
 * radius no matter the platform.
 * This behavior only applies to card modals.
 */
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  overflow: hidden;
  z-index: 0;
}
/**
 * When making custom dialogs, using
 * ion-content is not required. As a result,
 * some developers may wish to have dialogs
 * that are automatically sized by the browser.
 * These changes allow certain dimension values
 * such as fit-content to work correctly.
 */
ion-modal .ion-page:not(ion-nav .ion-page) {
  position: relative;
  contain: layout style;
  height: 100%;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden,
[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0,  0,  0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}
ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    /* stylelint-disable declaration-no-important */
    transition: none !important;
  }
}
/**
 * The > [slot="header"] selector ensures that we do
 * not modify toggle icons for any nested accordions. The state
 * of one accordion should not affect any accordions inside
 * of a nested accordion group.
 */
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
/**
 * The .ion-datetime-button-overlay class contains
 * styles that allow any modal/popover to be
 * sized according to the dimensions of the datetime
 * when used with ion-datetime-button.
 */
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}
/**
 * The grid variant can scale down when inline.
 * When used in a `fit-content` overlay, this causes
 * the overlay to shrink when the month/year picker is open.
 * Explicitly setting the dimensions lets us have a consistently
 * sized grid interface.
 */
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}
/* Basic CSS for apps built with Ionic */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::-moz-placeholder {
  padding-left: 2px;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-feature-settings: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
  box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html:not(.hydrated) body {
  display: none;
}
html.ion-ce body {
  display: block;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  /**
   * Because body has position: fixed,
   * it should be promoted to its own
   * layer.
   *
   * WebKit does not always promote
   * the body to its own layer on page
   * load in Ionic apps. Once scrolling on
   * ion-content starts, WebKit will promote
   * body. Unfortunately, this causes a re-paint
   * which results in scrolling being halted
   * until the next user gesture.
   *
   * This impacts the Custom Elements build.
   * The lazy loaded build causes the browser to
   * re-paint during hydration which causes WebKit
   * to promote body to its own layer.
   * In the CE Build, this hydration does not
   * happen, so the additional re-paint does not occur.
   */
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
/* Optional CSS utils that can be commented out */
.prose {
  max-width: 100%;
  font-family: GreyCliff CF, Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
}
[data-text-scale="2"] .prose {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] .prose {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] .prose {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] .prose {
  font-size: 2.25rem;
  line-height: 1.25;
}
p {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
  font-family: GreyCliff CF, Poppins, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
}
ul,
div,
ol {
  font-family: GreyCliff CF, Poppins, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(39 29 68 / var(--tw-text-opacity));
}
ul.bullet-point {
  list-style-type: disc;
}
ion-accordion {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
ion-accordion.accordion-expanding ion-item, ion-accordion.accordion-expanded ion-item, ion-accordion.accordion-collapsing ion-item, ion-accordion.accordion-collapsed ion-item {
  font-family: GreyCliff CF, Georgia, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(39 29 68 / var(--tw-text-opacity));
  --background: #FFBC00;
}
ion-accordion ion-item {
  --tw-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  font-family: inherit;
}
ion-accordion ion-item::part(native) {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
}
ion-accordion ion-item::part(native):focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(39 29 68 / var(--tw-border-opacity));
}
ion-accordion ion-item:hover:not(.accordion-expanded):not(.accordion-expanding), ion-accordion ion-item:focus-visible:not(.accordion-expanded):not(.accordion-expanding) {
  --background: #271d44;
  --color: #FFBC00;
}
ion-accordion ion-item:hover:not(.accordion-expanded):not(.accordion-expanding) ion-icon, ion-accordion ion-item:focus-visible:not(.accordion-expanded):not(.accordion-expanding) ion-icon {
  color: var(--ion-color-tertiary) !important;
}
ion-accordion ion-item:hover:not(.accordion-expanded):not(.accordion-expanding) ion-label, ion-accordion ion-item:focus-visible:not(.accordion-expanded):not(.accordion-expanding) ion-label {
  --color: var(--ion-color-tertiary);
  color: var(--ion-color-tertiary) !important;
}
ion-accordion ion-item ion-icon {
  color: var(--ion-color-primary);
}
ion-accordion ion-item ion-label {
  --color: var(--ion-color-primary);
  font-family: inherit;
  font-family: GreyCliff CF, Georgia, sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(39 29 68 / var(--tw-text-opacity));
}
[data-text-scale="2"] ion-accordion ion-item ion-label {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] ion-accordion ion-item ion-label {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] ion-accordion ion-item ion-label {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] ion-accordion ion-item ion-label {
  font-size: 2.25rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  ion-accordion ion-item ion-label {
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
  [data-text-scale="2"] ion-accordion ion-item ion-label {
    font-size: 1.8125rem;
    line-height: 1.25;
  }
  [data-text-scale="3"] ion-accordion ion-item ion-label {
    font-size: 2.0625rem;
    line-height: 1.25;
  }
  [data-text-scale="4"] ion-accordion ion-item ion-label {
    font-size: 2.3125rem;
    line-height: 1.25;
  }
  [data-text-scale="5"] ion-accordion ion-item ion-label {
    font-size: 2.5625rem;
    line-height: 1.25;
  }
}
ion-grid {
  --ion-grid-padding: 0px;
  --ion-grid-column-padding: 0px;
}
ion-button {
  --border-radius: 12px;
  font-weight: 700;
}
ion-button[disabled] {
  opacity: 1;
  --background: #d1d5db !important;
  --ion-color-base: #d1d5db !important;
  --color: #6b7280 !important;
  --ion-color-contrast: #6b7280 !important;
}
ion-button ion-spinner {
  width: 1.5em;
  height: 1.5em;
}
ion-header::after {
  content: none !important;
}
ion-header.overflow-y-auto {
  overflow: visible !important;
}
ion-header.overflow-y-auto ion-toolbar {
  overflow: visible;
}
ion-header.overflow-y-auto ion-toolbar nav {
  overflow: visible;
}
ion-header.overflow-y-auto ion-toolbar nav ion-list {
  background: var(--ion-color-primary);
}
ion-modal.modal-box {
  --border-radius: 0.75rem;
  --height: auto;
}
ion-modal.modal-box::part(backdrop) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
}
ion-modal.modal-box::part(content) {
  border-radius: var(--border-radius);
  z-index: 11;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  ion-modal.modal-box::part(content) {
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
  }
}
@media (min-width: 769px) {
  ion-modal.modal-box::part(content) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
ion-modal.modal-box:not(.modal-sheet) {
  --width: min(calc(100vw - 32px), 600px);
  --height: fit-content;
  --max-height: calc(100vh - 32px);
  --overflow: auto;
}
@media (min-width: 768px) {
  ion-modal.modal-box:not(.modal-sheet) {
    --width: min(80vw, 700px);
  }
}
ion-modal.modal-box:not(.modal-sheet).custom-modal {
  --width: min(calc(90vw - 32px));
  --height: fit-content;
}
@media (min-width: 768px) {
  ion-modal.modal-box:not(.modal-sheet).custom-modal {
    --width: min(80vw, 700px);
  }
}
ion-modal.modal-box:not(.modal-sheet).custom-modal ion-content {
  overflow-y: auto;
  height: 100%;
}
ion-modal.modal-box:not(.modal-sheet).custom-contact-modal, ion-modal.modal-box:not(.modal-sheet).custom-success-modal, ion-modal.modal-box:not(.modal-sheet).custom-error-modal {
  --width: min(calc(95vw));
  --height: auto;
}
@media (max-width: 768px) {
  ion-modal.modal-box:not(.modal-sheet).custom-contact-modal, ion-modal.modal-box:not(.modal-sheet).custom-success-modal, ion-modal.modal-box:not(.modal-sheet).custom-error-modal {
    --max-height: calc(100vh - 32px);
  }
}
@media (min-width: 769px) {
  ion-modal.modal-box:not(.modal-sheet).custom-contact-modal, ion-modal.modal-box:not(.modal-sheet).custom-success-modal, ion-modal.modal-box:not(.modal-sheet).custom-error-modal {
    --width: min(90vw, 700px);
    --max-height: 85vh;
  }
}
ion-modal.modal-box:not(.modal-sheet).custom-contact-modal::part(content), ion-modal.modal-box:not(.modal-sheet).custom-success-modal::part(content), ion-modal.modal-box:not(.modal-sheet).custom-error-modal::part(content) {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  ion-modal.modal-box:not(.modal-sheet).custom-contact-modal::part(content), ion-modal.modal-box:not(.modal-sheet).custom-success-modal::part(content), ion-modal.modal-box:not(.modal-sheet).custom-error-modal::part(content) {
    max-height: calc(90vh - 32px);
    top: 16px !important;
    left: 50% !important;
    transform: translate(0%, 0%) !important;
    bottom: auto !important;
  }
}
@media (min-width: 769px) {
  ion-modal.modal-box:not(.modal-sheet).custom-contact-modal::part(content), ion-modal.modal-box:not(.modal-sheet).custom-success-modal::part(content), ion-modal.modal-box:not(.modal-sheet).custom-error-modal::part(content) {
    max-height: 80vh;
    top: 50% !important;
    left: 50% !important;
  }
}
ion-modal.modal-box:not(.modal-sheet).custom-contact-modal app-contact-us,
ion-modal.modal-box:not(.modal-sheet).custom-contact-modal app-modal-forms, ion-modal.modal-box:not(.modal-sheet).custom-success-modal app-contact-us,
ion-modal.modal-box:not(.modal-sheet).custom-success-modal app-modal-forms, ion-modal.modal-box:not(.modal-sheet).custom-error-modal app-contact-us,
ion-modal.modal-box:not(.modal-sheet).custom-error-modal app-modal-forms {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: inherit;
  overflow: hidden;
}
ion-modal.modal-box:not(.modal-sheet).custom-contact-modal ion-content, ion-modal.modal-box:not(.modal-sheet).custom-success-modal ion-content, ion-modal.modal-box:not(.modal-sheet).custom-error-modal ion-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  --overflow: auto;
}
ion-modal.modal-box:not(.modal-sheet).custom-contact-modal ion-content::part(scroll), ion-modal.modal-box:not(.modal-sheet).custom-success-modal ion-content::part(scroll), ion-modal.modal-box:not(.modal-sheet).custom-error-modal ion-content::part(scroll) {
  height: auto;
  overflow-y: auto;
}
ion-modal.modal-box:not(.modal-sheet) ion-content {
  contain: none;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
ion-modal.modal-box:not(.modal-sheet) ion-content::part(scroll) {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
}
ion-modal.modal-box ion-header {
  width: 100%;
}
ion-modal.modal-box ion-header::after {
  --tw-content: none;
  content: var(--tw-content);
}
ion-modal.modal-box ion-header ion-toolbar {
  width: 100%;
}
ion-modal.modal-box .ion-page {
  width: 100%;
}
ion-modal.custom-error-modal {
  --z-index: 21000;
}
ion-modal.custom-error-modal::part(backdrop) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 20999;
}
ion-modal.custom-error-modal::part(content) {
  z-index: 21001;
  background: rgb(0, 0, 0);
  box-shadow: 0px 0px 500px 5000px rgba(0, 0, 0, 0.7);
}
ion-list {
  padding: 0px !important;
}
ion-note {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  ion-note {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
ion-note[slot=error] {
  display: block;
  margin-top: 0.375rem;
  color: #eb445a;
  color: var(--ion-color-danger, #eb445a);
}
.menu-scroll-hint {
  --background: transparent;
  --min-height: 48px;
  pointer-events: none;
  margin-top: 0.5rem;
}
.menu-scroll-hint ion-label {
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-scroll-hint ion-label ion-icon {
  font-size: 1.5rem;
  margin: 0.25rem 0;
}
.menu-scroll-hint ion-label span {
  display: block;
  margin: 0.25rem 0;
}
ion-item.item-label-stacked {
  --border-style: none;
  font-family: GreyCliff CF, Georgia, sans-serif !important;
  --padding-start: 0px !important;
}
ion-item.item-label-stacked ion-label {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
  font-weight: 700 !important;
  color: inherit !important;
}
ion-item.item-label-stacked ion-input,
ion-item.item-label-stacked ion-select,
ion-item.item-label-stacked ion-textarea {
  --placeholder-opacity: 1;
  --placeholder-color: #62608d;
  --border-color: #4b5563;
  --padding-start: 0.5rem !important;
  background-color: white;
  border-color: var(--border-color);
  border-radius: 0.5rem !important;
  border-width: 1px !important;
}
ion-item.item-label-stacked ion-input:has(ion-icon[slot=start]),
ion-item.item-label-stacked ion-select:has(ion-icon[slot=start]),
ion-item.item-label-stacked ion-textarea:has(ion-icon[slot=start]) {
  --padding-start: 0.5rem !important;
}
ion-item.item-label-stacked ion-input ion-icon[slot=start],
ion-item.item-label-stacked ion-select ion-icon[slot=start],
ion-item.item-label-stacked ion-textarea ion-icon[slot=start] {
  height: 1.5rem !important;
  width: 1.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
  -webkit-margin-start: 0.25rem;
          margin-inline-start: 0.25rem;
}
ion-item.item-label-stacked ion-input::part(placeholder),
ion-item.item-label-stacked ion-select::part(placeholder),
ion-item.item-label-stacked ion-textarea::part(placeholder) {
  white-space: nowrap;
  overflow: visible;
}
ion-item.item-label-stacked ion-input::part(input),
ion-item.item-label-stacked ion-select::part(input),
ion-item.item-label-stacked ion-textarea::part(input) {
  padding-left: 0;
}
ion-item.item-label-stacked ion-select::part(icon) {
  transform: none;
}
ion-item.item-label-stacked.ion-invalid.ion-touched ion-input, ion-item.item-label-stacked.ion-invalid.ion-touched ion-select, ion-item.item-label-stacked.ion-invalid.ion-touched ion-textarea {
  border-color: var(--highlight-background);
}
ion-item[class*="[--background"] ion-input {
  --padding-start: 0.5rem !important;
}
ion-item[class*="[--background"] ion-input:has(ion-icon[slot=start]) {
  --padding-start: 0.5rem !important;
}
ion-item[class*="[--background"] ion-input::part(placeholder), ion-item[class*="[--background"] ion-input::part(input) {
  padding-left: 0;
}
p.pre-list {
  margin-bottom: 0px !important;
}
ul.dotList {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}
ul.dotList li {
  margin-top: 0px;
  padding-left: 0.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
  color: inherit;
}
[data-text-scale="2"] ul.dotList li {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] ul.dotList li {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] ul.dotList li {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] ul.dotList li {
  font-size: 2.25rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  ul.dotList li {
    margin-top: 0.5rem;
  }
}
ul.dotList li {
  color: inherit !important;
}
ul.dotList li strong, ul.dotList li b, ul.dotList li i, ul.dotList li em {
  color: inherit !important;
}
ul.dotList li::marker {
  color: inherit !important;
}
ul.dotList li:first-of-type {
  margin-top: 0.125rem !important;
}
ul.dotList li:last-of-type {
  margin-bottom: 0.125rem !important;
}
ol.numberedList {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  list-style-position: outside;
  list-style-type: decimal;
}
ol.numberedList li {
  margin-top: 0px;
  padding-left: 0.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
  color: inherit;
}
[data-text-scale="2"] ol.numberedList li {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] ol.numberedList li {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] ol.numberedList li {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] ol.numberedList li {
  font-size: 2.25rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  ol.numberedList li {
    margin-top: 0.5rem;
  }
}
ol.numberedList li {
  color: inherit !important;
}
ol.numberedList li strong, ol.numberedList li b, ol.numberedList li i, ol.numberedList li em {
  color: inherit !important;
}
ol.numberedList li::marker {
  color: inherit !important;
}
ol.numberedList li:first-of-type {
  margin-top: 0.125rem;
}
ol.numberedList li:last-of-type {
  margin-bottom: 0.125rem;
}
.prose-block :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 2rem;
}
[data-text-scale="2"] .prose-block :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1.5rem;
  line-height: 1.25;
}
[data-text-scale="3"] .prose-block :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1.75rem;
  line-height: 1.25;
}
[data-text-scale="4"] .prose-block :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 2rem;
  line-height: 1.25;
}
[data-text-scale="5"] .prose-block :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 2.25rem;
  line-height: 1.25;
}
.prose-block strong, .prose-block b, .prose-block i, .prose-block em {
  color: inherit !important;
}
.prose-block a {
  cursor: pointer !important;
  font-size: 1.25rem !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(211 59 26 / var(--tw-text-opacity)) !important;
  text-underline-offset: 4px !important;
}
[data-text-scale="2"] .prose-block a {
  font-size: 1.5rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="3"] .prose-block a {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="4"] .prose-block a {
  font-size: 2rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="5"] .prose-block a {
  font-size: 2.25rem !important;
  line-height: 1.25 !important;
}
.prose-block a:focus-within {
  border-radius: 0.375rem !important;
}
.prose-block a:hover {
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 59 26 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(211 59 26 / var(--tw-ring-opacity)) !important;
}
.prose-block a:focus-visible {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(211 59 26 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
@font-face {
  font-family: "GreyCliff CF";
  src: url("/assets/fonts/GreycliffCF-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GreyCliff CF";
  src: url("/assets/fonts/GreycliffCF-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GreyCliff CF";
  src: url("/assets/fonts/GreycliffCF-DemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GreyCliff CF";
  src: url("/assets/fonts/GreycliffCF-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
* {
  font-family: "GreyCliff CF", sans-serif !important;
}
html, body {
  font-family: "GreyCliff CF", sans-serif !important;
}
ion-app {
  font-family: "GreyCliff CF", sans-serif !important;
}
ion-input::part(input),
ion-textarea::part(textarea),
ion-select::part(text),
ion-select::part(placeholder),
ion-input::part(placeholder),
ion-textarea::part(placeholder) {
  font-family: "GreyCliff CF", sans-serif !important;
  white-space: normal !important;
}
ion-button::part(native) {
  font-family: "GreyCliff CF", sans-serif !important;
}
ion-alert.select-alert {
  --width: calc(min(90vw, 360px)) !important;
  --max-width: 90vw !important;
}
ion-alert.select-alert .select-interface-option .alert-radio-label,
ion-alert.select-alert .select-interface-option .alert-checkbox-label {
  white-space: normal !important;
}
.after\:content-none::after {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}
.after\:\[content\:counter\(step\)\]::after {
  content: counter(step);
}
.last-of-type\:mb-4:last-of-type {
  margin-bottom: 1rem !important;
}
.last-of-type\:flex-none:last-of-type {
  flex: none !important;
}
.hover\:border-2:hover {
  border-width: 2px !important;
}
.hover\:border-0:hover {
  border-width: 0px !important;
}
.hover\:border-solid:hover {
  border-style: solid !important;
}
.hover\:border-secondary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 104 69 / var(--tw-border-opacity)) !important;
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(39 29 68 / var(--tw-border-opacity)) !important;
}
.hover\:border-blue-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-dark_secondary_800-shade:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 52 23 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 104 69 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-tertiary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 188 0 / var(--tw-bg-opacity)) !important;
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(250 104 69 / var(--tw-text-opacity)) !important;
}
.hover\:text-light:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
}
.hover\:underline:hover {
  text-decoration-line: underline !important;
}
.hover\:no-underline:hover {
  text-decoration-line: none !important;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1), 0 4px 6px -2px rgba(16, 24, 40, 0.05) !important;
  --tw-shadow-colored: 0 12px 16px -4px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color) !important;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.hover\:secondaryBtnInvert:hover {
  border-radius: 0.75rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 251 221 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-light) !important;
}
.hover\:secondaryBtnInvert:hover ion-icon {
    color: var(--ion-color-light) !important;
  }
.hover\:outline-offset-4:hover {
  outline-offset: 4px !important;
}
.focus\:border-2:focus {
  border-width: 2px !important;
}
.focus\:border-0:focus {
  border-width: 0px !important;
}
.focus\:border-solid:focus {
  border-style: solid !important;
}
.focus\:border-secondary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 104 69 / var(--tw-border-opacity)) !important;
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(39 29 68 / var(--tw-border-opacity)) !important;
}
.focus\:bg-primary:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
}
.focus\:text-secondary:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(250 104 69 / var(--tw-text-opacity)) !important;
}
.focus\:text-light:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
.focus\:secondaryBtnInvert:focus {
  border-radius: 0.75rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 251 221 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 29 68 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
    --background: var(--ion-color-primary) !important;
    --color: var(--ion-color-light) !important;
}
.focus\:secondaryBtnInvert:focus ion-icon {
    color: var(--ion-color-light) !important;
  }
.focus\:outline-offset-4:focus {
  outline-offset: 4px !important;
}
.focus-visible\:border-blue-500:focus-visible {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity)) !important;
}
.focus-visible\:outline:focus-visible {
  outline-style: solid !important;
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px !important;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px !important;
}
.group:first-of-type .group-first-of-type\:left-0 {
  left: 0px !important;
}
.group:first-of-type .group-first-of-type\:translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}
.group:last-of-type .group-last-of-type\:right-0 {
  right: 0px !important;
}
.group:last-of-type .group-last-of-type\:left-auto {
  left: auto !important;
}
.group:last-of-type .group-last-of-type\:translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}
.data-\[state\=active\]\:border-tertiary[data-state=active] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 188 0 / var(--tw-border-opacity)) !important;
}
.data-\[state\=active\]\:border-b-tertiary[data-state=active] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 188 0 / var(--tw-border-opacity)) !important;
}
.data-\[state\=grayscale\]\:grayscale[data-state=grayscale] {
  --tw-grayscale: grayscale(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.data-\[state\=invert\]\:grayscale[data-state=invert] {
  --tw-grayscale: grayscale(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.data-\[state\=invert\]\:invert[data-state=invert] {
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.data-\[state\=none\]\:\[--background\:theme\(colors\.secondary\.DEFAULT\)\][data-state=none] {
  --background: #FA6845;
}
.data-\[state\=active\]\:\[--background\:theme\(colors\.tertiary\.DEFAULT\)\][data-state=active] {
  --background: #FFBC00;
}
.group[data-state=complete] .group-data-\[state\=complete\]\:block {
  display: block !important;
}
.group[data-state=active] .group-data-\[state\=active\]\:h-0\.5 {
  height: 0.125rem !important;
}
.group[data-state=complete] .group-data-\[state\=complete\]\:h-0\.5 {
  height: 0.125rem !important;
}
.group[data-state=active] .group-data-\[state\=active\]\:border-2 {
  border-width: 2px !important;
}
.group[data-state=complete] .group-data-\[state\=complete\]\:border-0 {
  border-width: 0px !important;
}
.group[data-state=active] .group-data-\[state\=active\]\:bg-tertiary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 188 0 / var(--tw-bg-opacity)) !important;
}
.group[data-state=complete] .group-data-\[state\=complete\]\:bg-success {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity)) !important;
}
.group[data-state=active] .group-data-\[state\=active\]\:text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(39 29 68 / var(--tw-text-opacity)) !important;
}
.group[data-state=complete] .group-data-\[state\=complete\]\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.group[data-state=active] .group-data-\[state\=active\]\:\[--ion-item-background\:theme\(colors\.primary\.DEFAULT\)\] {
  --ion-item-background: #271d44;
}
.group[data-state=complete] .after\:group-data-\[state\=complete\]\:\[content\:none\]::after {
  content: none;
}
.prose-headings\:my-4 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1.25rem !important;
  line-height: 2rem !important;
}
.prose-p\:text-light :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1 !important;
  color: rgb(252 251 221 / var(--tw-text-opacity)) !important;
}
[data-text-scale="2"] .prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1.5rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="3"] .prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="4"] .prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 2rem !important;
  line-height: 1.25 !important;
}
[data-text-scale="5"] .prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 2.25rem !important;
  line-height: 1.25 !important;
}
@media not all and (min-width: 1024px) {
  .max-lg\:mt-6 {
    margin-top: 1.5rem !important;
  }
  .max-lg\:w-full {
    width: 100% !important;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
}
@media not all and (min-width: 640px) {
  .max-sm\:ml-0 {
    margin-left: 0px !important;
  }
}
@media (min-width: 640px) {
  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:min-h-\[56px\] {
    min-height: 56px !important;
  }
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:min-w-\[120px\] {
    min-width: 120px !important;
  }
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:gap-2 {
    gap: 0.5rem !important;
  }
  .sm\:gap-4 {
    gap: 1rem !important;
  }
  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }
  .sm\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .sm\:text-\[28px\] {
    font-size: 28px !important;
  }
  .sm\:text-lg {
    font-size: 1.5625rem !important;
    line-height: 2.5rem !important;
  }
  .sm\:text-base {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
  .sm\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .sm\:text-sm {
    font-size: 1.09375rem !important;
    line-height: 1.75rem !important;
  }
  [data-text-scale="2"] .sm\:text-2xl {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .sm\:text-2xl {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .sm\:text-2xl {
    font-size: 2.25rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .sm\:text-2xl {
    font-size: 2.5rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .sm\:text-lg {
    font-size: 1.8125rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .sm\:text-lg {
    font-size: 2.0625rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .sm\:text-lg {
    font-size: 2.3125rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .sm\:text-lg {
    font-size: 2.5625rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .sm\:text-base {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .sm\:text-base {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .sm\:text-base {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .sm\:text-base {
    font-size: 2.25rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .sm\:text-xl {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .sm\:text-xl {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .sm\:text-xl {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .sm\:text-xl {
    font-size: 2.25rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .sm\:text-sm {
    font-size: 1.34375rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .sm\:text-sm {
    font-size: 1.59375rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .sm\:text-sm {
    font-size: 1.84375rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .sm\:text-sm {
    font-size: 2.09375rem !important;
    line-height: 1.25 !important;
  }
}
@media (min-width: 768px) {
  .md\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  .md\:order-first {
    order: -9999 !important;
  }
  .md\:order-last {
    order: 9999 !important;
  }
  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:max-h-24 {
    max-height: 6rem !important;
  }
  .md\:w-20 {
    width: 5rem !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:gap-4 {
    gap: 1rem !important;
  }
  .md\:whitespace-nowrap {
    white-space: nowrap !important;
  }
  .md\:p-4 {
    padding: 1rem !important;
  }
  .md\:text-h4 {
    font-size: 1.5625rem !important;
    line-height: 2.25rem !important;
  }
  .md\:text-lg {
    font-size: 1.5625rem !important;
    line-height: 2.5rem !important;
  }
  .md\:text-h2 {
    font-size: 2.1875rem !important;
    line-height: 3rem !important;
  }
  .md\:text-sm {
    font-size: 1.09375rem !important;
    line-height: 1.75rem !important;
  }
  .md\:text-base {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
  .md\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
  .md\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  [data-text-scale="2"] .md\:text-h4 {
    font-size: 1.8125rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .md\:text-h4 {
    font-size: 2.0625rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .md\:text-h4 {
    font-size: 2.3125rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .md\:text-h4 {
    font-size: 2.5625rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .md\:text-lg {
    font-size: 1.8125rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .md\:text-lg {
    font-size: 2.0625rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .md\:text-lg {
    font-size: 2.3125rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .md\:text-lg {
    font-size: 2.5625rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .md\:text-h2 {
    font-size: 2.4375rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .md\:text-h2 {
    font-size: 2.6875rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .md\:text-h2 {
    font-size: 2.9375rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .md\:text-h2 {
    font-size: 3.1875rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .md\:text-sm {
    font-size: 1.34375rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .md\:text-sm {
    font-size: 1.59375rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .md\:text-sm {
    font-size: 1.84375rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .md\:text-sm {
    font-size: 2.09375rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .md\:text-base {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .md\:text-base {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .md\:text-base {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .md\:text-base {
    font-size: 2.25rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .md\:text-3xl {
    font-size: 2.125rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .md\:text-3xl {
    font-size: 2.375rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .md\:text-3xl {
    font-size: 2.625rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .md\:text-3xl {
    font-size: 2.875rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .md\:text-xl {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .md\:text-xl {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .md\:text-xl {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .md\:text-xl {
    font-size: 2.25rem !important;
    line-height: 1.25 !important;
  }
}
@media (min-width: 1024px) {
  .lg\:order-last {
    order: 9999 !important;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:grid {
    display: grid !important;
  }
  .lg\:h-\[300px\] {
    height: 300px !important;
  }
  .lg\:max-h-36 {
    max-height: 9rem !important;
  }
  .lg\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .lg\:w-full {
    width: 100% !important;
  }
  .lg\:min-w-\[420px\] {
    min-width: 420px !important;
  }
  .lg\:max-w-screen-md {
    max-width: 768px !important;
  }
  .lg\:max-w-screen-2xl {
    max-width: 1536px !important;
  }
  .lg\:grid-cols-\[3fr_2fr\] {
    grid-template-columns: 3fr 2fr !important;
  }
  .lg\:gap-4 {
    gap: 1rem !important;
  }
  .lg\:gap-8 {
    gap: 2rem !important;
  }
  .lg\:p-10 {
    padding: 2.5rem !important;
  }
  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .lg\:pt-4 {
    padding-top: 1rem !important;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .lg\:text-base {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
  .lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .lg\:text-lg {
    font-size: 1.5625rem !important;
    line-height: 2.5rem !important;
  }
  [data-text-scale="2"] .lg\:text-base {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .lg\:text-base {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .lg\:text-base {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .lg\:text-base {
    font-size: 2.25rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .lg\:text-2xl {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .lg\:text-2xl {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .lg\:text-2xl {
    font-size: 2.25rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .lg\:text-2xl {
    font-size: 2.5rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="2"] .lg\:text-lg {
    font-size: 1.8125rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="3"] .lg\:text-lg {
    font-size: 2.0625rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="4"] .lg\:text-lg {
    font-size: 2.3125rem !important;
    line-height: 1.25 !important;
  }
  [data-text-scale="5"] .lg\:text-lg {
    font-size: 2.5625rem !important;
    line-height: 1.25 !important;
  }
  .lg\:\[grid-template-areas\:\'heading_heading\'_\'para_img\'_\'button_img\'\] {
    grid-template-areas: 'heading heading' 'para img' 'button img';
  }
  .lg\:\[grid-area\:heading\] {
    grid-area: heading;
  }
  .lg\:\[grid-area\:para\] {
    grid-area: para;
  }
  .lg\:\[grid-area\:img\] {
    grid-area: img;
  }
  .lg\:\[grid-area\:button\] {
    grid-area: button;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  .xl\:h-full {
    height: 100% !important;
  }
  .xl\:max-w-screen-xl {
    max-width: 1280px !important;
  }
  .xl\:gap-8 {
    gap: 2rem !important;
  }
  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xl\:\[grid-template-areas\:\'heading_img\'_\'para_img\'_\'button_img\'\] {
    grid-template-areas: 'heading img' 'para img' 'button img';
  }
}
.\[\&\>\*\]\:w-full>* {
  width: 100% !important;
}
.\[\&_ion-item\]\:my-4 ion-item {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.\[\&_ion-item\]\:mb-4 ion-item {
  margin-bottom: 1rem !important;
}
.\[\&_ion-item\:last-of-type\]\:mb-0 ion-item:last-of-type {
  margin-bottom: 0px !important;
}
.\[\&\>div\:not\(\:last-child\)\]\:mb-8>div:not(:last-child) {
  margin-bottom: 2rem !important;
}
.\[\&\:\:part\(native\)\]\:min-h-\[44px\]::part(native) {
  min-height: 44px !important;
}
.hover\:\[\&\:not\(\[data-state\=active\]\)\:\:part\(native\)\]\:\[background-color\:theme\(colors\.tertiary\.DEFAULT\)\]:not([data-state=active]):hover::part(native) {
  background-color: #FFBC00;
}
.hover\:\[\&\:not\(\[data-state\=active\]\)\:\:part\(native\)\]\:\[color\:theme\(colors\.primary\.DEFAULT\)\]:not([data-state=active]):hover::part(native) {
  color: #271d44;
}
.hover\:\[\&\:not\(\[data-state\=active\]\)\:\:part\(native\)\]\:\[background-color\:theme\(colors\.secondary\.DEFAULT\)\]:not([data-state=active]):hover::part(native) {
  background-color: #FA6845;
}
.\[\&\.active\]\:menuItemActive.active {
  --color: #FFBC00;
}
.\[\&\.active\]\:menuItemActive.active:hover {
  --color: #271d44;
}
.\[\&\[data-state\=active\]\:\:part\(native\)\]\:\[background-color\:theme\(colors\.tertiary\.DEFAULT\)\][data-state=active]::part(native) {
  background-color: #FFBC00;
}
.\[\&\.item-radio-checked\]\:border-primary.item-radio-checked {
  --tw-border-opacity: 1 !important;
  border-color: rgb(39 29 68 / var(--tw-border-opacity)) !important;
}
.\[\&_strong\]\:font-bold strong {
  font-weight: 700 !important;
}
.\[\&_strong\]\:text-blue-900 strong {
  --tw-text-opacity: 1 !important;
  color: rgb(30 58 138 / var(--tw-text-opacity)) !important;
}
.\[\&_strong\]\:text-gray-900 strong {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

/*# sourceMappingURL=styles.css.map*/