.pui-button-group {
  background: var(--neutral-95);
  border: 1px solid var--neutral-95;
}
.pui-button-group .pui-button.btn-default {
  background: var(--neutral-95);
  border-radius: var(--border-radius-base);
  color: var(--disabled);
  font-size: 0.85rem;
}
.pui-button-group .pui-button.btn-default:hover {
  color: var(--disabled);
  background: var(--neutral-90);
}
.pui-button-group .pui-button.btn-default.pui-btn--active, .pui-button-group .pui-button.btn-default:active, .pui-button-group .pui-button.btn-default:focus {
  background: var(--primary);
  color: var(--on-primary);
}
@media (max-width: 1000px) {
  .pui-button-group .pui-button-group .pui-button.btn-default {
    font-size: 0.75rem;
  }
}

:host-context(html[data-beyond-mode=dark]) .pui-button-group {
  background: var(--neutral-10);
}
:host-context(html[data-beyond-mode=dark]) .pui-button-group .pui-button.btn-default {
  background: var(--neutral-10);
}
:host-context(html[data-beyond-mode=dark]) .pui-button-group .pui-button.btn-default.pui-btn--active, :host-context(html[data-beyond-mode=dark]) .pui-button-group .pui-button.btn-default:active, :host-context(html[data-beyond-mode=dark]) .pui-button-group .pui-button.btn-default:focus {
  background: var(--primary);
  color: var(--on-primary);
}
:host-context(html[data-beyond-mode=dark]) .pui-button-group .pui-button.btn-default:hover {
  color: var(--disabled);
  background: var(--neutral-4);
}
.grid-container {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
.grid-container.g-2-columns {
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .grid-container.g-2-columns {
    grid-template-columns: 1fr 1fr;
  }
}
.pui-icon-button.btn-default {
  background: var(--neutral-90);
}
input {
  color: var(--text-color);
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--on-surface);
  background-color: var(--surface) !important;
}

select {
  border: 1px solid var(--color-gray-40);
  outline: none;
  width: 100%;
  background: var(--surface);
  color: var(--on-surface);
  border-radius: var(--border-radius-sm);
  padding: 0.75rem;
  /* 	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%; */
}

option {
  overflow-x: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .pui-modal .modal-content {
    width: 90% !important;
  }
}
@media (max-width: 1024px) {
  .pui-modal .modal-content {
    max-width: 85%;
  }
}
@media (max-width: 400px) {
  .pui-modal .modal-content {
    max-width: 90%;
  }
}
.pui-modal .modal-content .pui-actions,
.pui-modal .modal-content .actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .pui-modal .modal-content .pui-actions,
  .pui-modal .modal-content .actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pui-modal .modal-content .pui-actions .pui-button,
  .pui-modal .modal-content .actions .pui-button {
    width: 80%;
  }
}

.pui-modal.pui-confirm-dialog .pui-actions,
.pui-modal.pui-confirm-dialog .actions {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row;
  gap: 0.5rem;
}
.pui-modal.pui-confirm-dialog .pui-actions .pui-button,
.pui-modal.pui-confirm-dialog .actions .pui-button {
  width: auto !important;
}
.question__container--results .option-item {
  padding: 1rem;
  border-radius: var(--border-radius-base);
  margin: 0.5rem 0;
  border: 1px solid var(--outline);
}
.question__container--results .option-item.option--selected, .question__container--results .option-item.option--correct {
  background: var(--success-container);
  color: var(--on-success-container);
  border: var(--success-container);
}
.question__container--results .option-item.option--wrong {
  background: var(--error-container);
  color: var(--on-error-container);
  border: var(--error-container);
}
select,
.pui-mobile-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"%3E%3Cpolyline points="6 9 12 15 18 9"%3E%3C/polyline%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 40px;
}
select:hover, select:focus,
.pui-mobile-select:hover,
.pui-mobile-select:focus {
  border-color: #888;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
:root {
  font-family: var(--font-family);
  box-sizing: border-box;
  line-height: 1.6;
}

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

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

.is-authorized {
  color: var(--success-container);
}

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

.m-1 {
  margin: 1rem 0;
}

.bg-primary-container {
  background-color: var(--primary-container);
}

.bg-primary-light-container {
  background-color: var(--primary-light-container);
}

.bg-primary-dark-container {
  background-color: var(--primary-dark-container);
}

.bg-secondary-container {
  background-color: var(--secondary-container);
}

.bg-secondary-dark-container {
  background-color: var(--secondary-dark-container);
}

.bg-secondary-light-container {
  background-color: var(--secondary-light-container);
}

.bg-background {
  background-color: var(--background);
}

.bg-surface {
  background-color: var(--surface);
}

.bg-surface-variant {
  background-color: var(--surface-variant);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

h1,
.h1 {
  font-size: 1.4rem;
}

h2,
.h2 {
  font-size: 1.35rem;
}
h2, h2 p,
.h2,
.h2 p {
  font-size: 1.35rem;
}

h3, h3 p,
.h3,
.h3 p {
  font-size: 1.3rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}
h4, h4 p,
.h4,
.h4 p {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 17.5px;
}

h6,
.h6 {
  font-size: 1rem;
  font-weight: 500;
}

p,
.p1 {
  font-size: 0.95rem;
  line-height: 24px;
}

p + p {
  margin-block: 1.5rem;
}

.p2 {
  font-size: 0.875rem;
}

.p3 {
  font-size: 0.75rem;
}

.label {
  font-size: 0.65rem;
}

.bold {
  font-weight: 600 !important;
}

@media (max-width: 1024px) {
  body h2 {
    font-size: 1.25rem;
  }
  body h4 {
    font-size: 1.15rem;
  }
}
@media (max-width: 768px) {
  body h1 {
    font-size: 1.25rem;
  }
  body h2 {
    font-size: 1.2rem;
  }
  body h3 {
    font-size: 1.15rem;
  }
  body h4 {
    font-size: 1.1rem;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/***
this style must be a unique bundle 
**/
.reader__container {
  position: fixed;
  transition: all 300ms ease-in;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 300;
  background: #fff;
  margin: auto;
}
.reader__container p,
.reader__container ul,
.reader__container li,
.reader__container a,
.reader__container span,
.reader__container div,
.reader__container button,
.reader__container input,
.reader__container label,
.reader__container select,
.reader__container option,
.reader__container form,
.reader__container fieldset,
.reader__container legend,
.reader__container table,
.reader__container tbody,
.reader__container tfoot,
.reader__container thead,
.reader__container tr,
.reader__container th,
.reader__container td {
  font-size: 1.4rem !important;
  line-height: 2.5rem;
}
.reader__container .intro__panes ul li {
  padding: 1rem;
}
.reader__container .collapsible-header,
.reader__container .chat__content {
  letter-spacing: 0.15rem;
  line-height: 2.5rem;
  margin: auto;
  max-width: 800px;
}
.primary-text {
  color: var(--primary);
}

.primary-bg {
  background-color: var(--primary-container);
}

.secondary-text {
  color: var(--secondary);
}

.secondary-bg {
  background-color: var(--secondary-container);
}

.tertiary-text {
  color: var(--tertiary);
}

.tertiary-bg {
  background-color: var(--tertiary-container);
}

.text-primary {
  color: var(--primary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.text-tertiary {
  color: var(--tertiary-color);
}

.text-success {
  color: var(--success-color);
}

.text-info {
  color: var(--info-color);
}

.text-error {
  color: var(--error-color);
}

.text-warning {
  color: var(--warning-color);
}

.text-default {
  color: var(--default-color);
}
.flex-container {
  display: flex;
}
.flex-container.flex-100 {
  width: 100%;
}
.flex-container.flex-space-between {
  justify-content: space-between;
}
.flex-container.flex-column {
  flex-direction: column;
}
.flex-container.flex-center {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.flex-container.flex-vertical-center {
  align-items: center;
}
.flex-container.flex-end {
  justify-content: flex-end;
}
.flex-container.flex-1 {
  gap: 1rem;
}
.flex-container.flex-05 {
  gap: 0.5rem;
}
.flex-container .flex-grow-1 {
  flex-grow: 1;
}
.mt-15 {
  margin-top: 15px;
}

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

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

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

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m15 {
  margin: 15px;
}

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

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

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

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

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m20 {
  margin: 20px;
}

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

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

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

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

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m25 {
  margin: 25px;
}

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

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

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

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

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

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m30 {
  margin: 30px;
}

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

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

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

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

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m35 {
  margin: 35px;
}

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

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

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

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

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m40 {
  margin: 40px;
}

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

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

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

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

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.m45 {
  margin: 45px;
}

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

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

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

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

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m50 {
  margin: 50px;
}

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

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

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

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

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m10 {
  margin: 10px;
}

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

.pr-15 {
  padding-right: 15px;
}

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

.pl-15 {
  padding-left: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

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

.p15 {
  padding: 15px;
}

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

.pr-20 {
  padding-right: 20px;
}

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

.pl-20 {
  padding-left: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p20 {
  padding: 20px;
}

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

.pr-25 {
  padding-right: 25px;
}

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

.pl-25 {
  padding-left: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p25 {
  padding: 25px;
}

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

.pr-30 {
  padding-right: 30px;
}

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

.pl-30 {
  padding-left: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

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

.p30 {
  padding: 30px;
}

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

.pr-35 {
  padding-right: 35px;
}

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

.pl-35 {
  padding-left: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.p35 {
  padding: 35px;
}

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

.pr-40 {
  padding-right: 40px;
}

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

.pl-40 {
  padding-left: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p40 {
  padding: 40px;
}

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

.pr-45 {
  padding-right: 45px;
}

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

.pl-45 {
  padding-left: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

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

.p45 {
  padding: 45px;
}

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

.pr-50 {
  padding-right: 50px;
}

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

.pl-50 {
  padding-left: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p50 {
  padding: 50px;
}

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

.pr-10 {
  padding-right: 10px;
}

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

.pl-10 {
  padding-left: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p10 {
  padding: 10px;
}
.disabled-text {
  color: var(--disabled-text);
}
.text-end {
  display: flex;
  padding: 0.5rem 1rem;
}

.text-danger {
  color: var(--error);
}

.icon-clickable {
  cursor: pointer !important;
}