/*
! tailwindcss v3.4.11 | 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Roboto, sans-serif; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

input::-ms-input-placeholder, textarea::-ms-input-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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: -webkit-inline-box;
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  :root {
    font-size: 16px;
  }
  body {
  max-width: 100vw;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Roboto, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
  .prose a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(1 148 203 / var(--tw-text-opacity));
}
  .prose a:where(:not(.no-decoration)) {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(1 148 203 / var(--tw-text-opacity));
}
  .prose a:where(:hover, :focus-visible) {
  cursor: pointer;
}
  h1 {
  font-family: Roboto Condensed, san-serif;
  font-size: 3rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 56 99 / var(--tw-text-opacity));
}
  h2 {
  font-family: Roboto Condensed, san-serif;
  font-size: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
  h3 {
  font-family: Roboto Condensed, san-serif;
  font-size: 1.563rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
  h4 {
  font-family: Roboto Condensed, san-serif;
  font-size: 1.063rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
  h5 {
  font-family: Roboto Condensed, san-serif;
  font-size: 1.063rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
  h6 {
  font-family: Roboto Condensed, san-serif;
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
  h1, h2, h3, h4, h5, h6, blockquote {
    text-wrap: balance;
  }
  td {
  vertical-align: top;
}
  pre {
  display: block;
  white-space: pre-wrap;
}
  small,
  .text-small {
  font-size: 0.875rem;
}
  .text-white a {
  text-decoration-line: none;
}
  .text-heading {
  font-family: Roboto Condensed, san-serif;
}
  label,
  legend {
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
  :where(input + label,
  input + legend) {
  display: inline-block;
}
  label:where(:not(input + label,
  input + legend)),
  legend:where(:not(input + label,
  input + legend)) {
  font-weight: 500;
}
  .checkbox label,
  .checkbox legend {
  display: inline-block;
}
  .field.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
  .field.checkbox [type=checkbox] {
  margin-top: 0px;
}
  fieldset {
  margin-top: 1rem;
}
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
  input::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
  input::placeholder,
  textarea::placeholder {
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
  input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
  }
  input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
  }
  input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
  }
  input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
    color: transparent;
  }
  input:focus::placeholder,
  textarea:focus::placeholder {
    color: transparent;
  }
  select option[value=""] {
  font-weight: 400;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
  .btn-toolbar {
  margin-top: 1rem;
}
  .step-button-wrapper.current button {
  font-weight: 700;
    border-width: 2px !important;
}
  .field.userformsoptionset .middleColumn > div, .field.checkboxset .middleColumn > div, .field.checkbox .middleColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
  .field.userformsoptionset .middleColumn > div input, .field.checkboxset .middleColumn > div input, .field.checkbox .middleColumn input {
  margin-top: 0.25rem;
}
  .field.userformsoptionset .middleColumn > div label, .field.checkboxset .middleColumn > div label, .field.checkbox .middleColumn label {
  font-weight: 400;
  text-transform: none;
}
  .field {
  margin-bottom: 1.5rem;
}
  [type=text],
  [type=email],
  [type=url],
  [type=password],
  [type=number],
  [type=date],
  [type=datetime-local],
  [type=month],
  [type=search],
  [type=tel],
  [type=time],
  [type=week],
  [multiple],
  textarea,
  select {
  display: block;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(227 226 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
  [type=text]:focus,
  [type=email]:focus,
  [type=url]:focus,
  [type=password]:focus,
  [type=number]:focus,
  [type=date]:focus,
  [type=datetime-local]:focus,
  [type=month]:focus,
  [type=search]:focus,
  [type=tel]:focus,
  [type=time]:focus,
  [type=week]:focus,
  [multiple]:focus,
  textarea:focus,
  select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(1 148 203 / var(--tw-border-opacity));
  --tw-ring-color: rgb(0 198 144 / 0.4);
}
  [type=checkbox],
  [type=radio] {
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  height: 0.75rem;
  width: 0.75rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  --tw-border-opacity: 1;
  border-color: rgb(227 226 227 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  [type=checkbox]:checked,
  [type=radio]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(1 148 203 / var(--tw-border-opacity));
  background-color: rgb(0 88 162 / 0.4);
  color: rgb(0 198 144 / 0.9);
}
  [type=checkbox]:checked:focus,
  [type=radio]:checked:focus {
  --tw-border-opacity: 1;
  border-color: rgb(1 148 203 / var(--tw-border-opacity));
  background-color: rgb(0 88 162 / 0.4);
}
  [type=checkbox]:focus,
  [type=radio]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(1 148 203 / var(--tw-border-opacity));
}
  [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  }
  [type=radio]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
  }
  .hide,
  [v-cloak],
  [nope] {
  display: none !important;
}

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

::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 36rem) {

  .container {
    max-width: 36rem;
  }
}
@media (min-width: 48rem) {

  .container {
    max-width: 48rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 62rem) {

  .container {
    max-width: 62rem;
  }
}
@media (min-width: 75rem) {

  .container {
    max-width: 75rem;
  }
}
@media (min-width: 83.688rem) {

  .container {
    max-width: 83.688rem;
  }
}
.prose {
  color: #212529;
  max-width: auto;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #0194cb;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: bold;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: none;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #003863;
  font-weight: 400;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
  font-family: Roboto Condensed;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #003863;
  font-weight: 400;
  font-size: 2rem;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
  font-family: Roboto Condensed;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #003863;
  font-weight: 400;
  font-size: 1.563rem;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  font-family: Roboto Condensed;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #003863;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 1.063rem;
  font-family: Roboto Condensed;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  -webkit-box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
          box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: inherit;
  line-height: inherit;
  background-color: #ffffff;
  color: #212529;
  position: relative;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: #e3e2e3;
  font-weight: bold;
}
.prose :where(thead th):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: #e3e2e3;
  background-color: #ffffff;
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: inherit;
  --tw-prose-headings: inherit;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: inherit;
  --tw-prose-bold: inherit;
  --tw-prose-counters: inherit;
  --tw-prose-bullets: inherit;
  --tw-prose-hr: inherit;
  --tw-prose-quotes: inherit;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: inherit;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: inherit;
  --tw-prose-pre-code: inherit;
  --tw-prose-pre-bg: inherit;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1.063rem;
  line-height: 1.53;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(border):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: #e3e2e3;
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.063rem;
  font-weight: 400;
  color: #003863;
  font-family: Roboto Condensed;
}
.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875rem;
  font-weight: 400;
  color: #003863;
  font-family: Roboto Condensed;
}
.prose :where(img.center):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-left: auto;
  margin-right: auto;
}
.prose :where(img.leftAlone):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.prose :where(img.rightAlone):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.prose :where(img.left):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 1rem;
  max-width: 50%;
}
.prose :where(img.right):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  float: right;
  margin-left: 1rem;
  margin-right: 0;
  max-width: 50%;
}
.prose :where(thead>tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: #ffffff;
}
.prose :where(th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #212529;
  font-weight: medium;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding: 0.5rem 0.938rem;
}
.prose :where(tbody th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(table :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(table td > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(table td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.main-layout image {
    max-width: 100%;
    height: auto;
  }
.default-panel-spacing {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 48rem) {

  .default-panel-spacing {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media not all and (min-width: 48rem) {

  table.mobile-table,
  .mobile-table table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  table.mobile-table thead, table.mobile-table tbody, table.mobile-table tr,
  .mobile-table table thead,
  .mobile-table table tbody,
  .mobile-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
table:not(.no-stripe) tbody tr {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
table:not(.no-stripe) tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
table.tbody-stripe tbody {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
table.tbody-stripe tbody tr {
  background-color: transparent;
}
table.tbody-stripe tbody:nth-of-type(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
table.tbody-stripe tbody:nth-of-type(odd) tr {
  background-color: transparent;
}
.panel-pt-0 {
  padding-top: 0px !important;
}
.panel-pb-0 {
  padding-bottom: 0px !important;
}
.panel-mt-0 {
  margin-top: 0px !important;
}
.panel-mb-0 {
  margin-bottom: 0px !important;
}
.panel-pt-sm {
  padding-top: 2.5rem !important;
}
@media (min-width: 48rem) {

  .panel-pt-sm {
    padding-top: 5rem !important;
  }
}
.panel-pt-lg {
  padding-top: 5rem !important;
}
@media (min-width: 48rem) {

  .panel-pt-lg {
    padding-top: 10rem !important;
  }
}
.panel-pb-sm {
  padding-bottom: 2.5rem !important;
}
@media (min-width: 48rem) {

  .panel-pb-sm {
    padding-bottom: 5rem !important;
  }
}
.panel-pb-lg {
  padding-bottom: 5rem !important;
}
@media (min-width: 48rem) {

  .panel-pb-lg {
    padding-bottom: 10rem !important;
  }
}
.panel-mt-sm {
  margin-top: 2.5rem !important;
}
@media (min-width: 48rem) {

  .panel-mt-sm {
    margin-top: 5rem !important;
  }
}
.panel-mt-lg {
  margin-top: 5rem !important;
}
@media (min-width: 48rem) {

  .panel-mt-lg {
    margin-top: 10rem !important;
  }
}
.panel-mb-sm {
  margin-bottom: 2.5rem !important;
}
@media (min-width: 48rem) {

  .panel-mb-sm {
    margin-bottom: 5rem !important;
  }
}
.panel-mb-lg {
  margin-bottom: 5rem !important;
}
@media (min-width: 48rem) {

  .panel-mb-lg {
    margin-bottom: 10rem !important;
  }
}
#tw_app .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#tw_app .visible {
  visibility: visible;
}
#tw_app .fixed {
  position: fixed;
}
#tw_app .absolute {
  position: absolute;
}
#tw_app .relative {
  position: relative;
}
#tw_app .inset-0 {
  inset: 0px;
}
#tw_app .bottom-0 {
  bottom: 0px;
}
#tw_app .left-0 {
  left: 0px;
}
#tw_app .left-\[-100vw\] {
  left: -100vw;
}
#tw_app .right-0 {
  right: 0px;
}
#tw_app .right-\[-100vw\] {
  right: -100vw;
}
#tw_app .top-0 {
  top: 0px;
}
#tw_app .top-\[-40px\] {
  top: -40px;
}
#tw_app .top-\[3\.125rem\] {
  top: 3.125rem;
}
#tw_app .top-\[5rem\] {
  top: 5rem;
}
#tw_app .z-10 {
  z-index: 10;
}
#tw_app .z-20 {
  z-index: 20;
}
#tw_app .z-30 {
  z-index: 30;
}
#tw_app .z-50 {
  z-index: 50;
}
#tw_app .z-\[0\] {
  z-index: 0;
}
#tw_app .z-\[100\] {
  z-index: 100;
}
#tw_app .z-\[12\] {
  z-index: 12;
}
#tw_app .z-\[14\] {
  z-index: 14;
}
#tw_app .z-\[1\] {
  z-index: 1;
}
#tw_app .z-\[200\] {
  z-index: 200;
}
#tw_app .z-\[2\] {
  z-index: 2;
}
#tw_app .z-menu {
  z-index: 100;
}
#tw_app .order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#tw_app .order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#tw_app .order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#tw_app .col-span-12 {
  grid-column: span 12 / span 12;
}
#tw_app .col-span-2 {
  grid-column: span 2 / span 2;
}
#tw_app .col-span-3 {
  grid-column: span 3 / span 3;
}
#tw_app .col-span-9 {
  grid-column: span 9 / span 9;
}
#tw_app .row-start-1 {
  grid-row-start: 1;
}
#tw_app .m-0 {
  margin: 0px;
}
#tw_app .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
#tw_app .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#tw_app .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
#tw_app .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#tw_app .mx-panel-sm {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
#tw_app .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#tw_app .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
#tw_app .my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#tw_app .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#tw_app .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#tw_app .my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
#tw_app .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#tw_app .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
#tw_app .\!mb-0 {
  margin-bottom: 0px !important;
}
#tw_app .\!mt-2 {
  margin-top: 0.5rem !important;
}
#tw_app .-ml-\[50px\] {
  margin-left: -50px;
}
#tw_app .-mt-6 {
  margin-top: -1.5rem;
}
#tw_app .mb-0 {
  margin-bottom: 0px;
}
#tw_app .mb-1 {
  margin-bottom: 0.25rem;
}
#tw_app .mb-16 {
  margin-bottom: 4rem;
}
#tw_app .mb-2 {
  margin-bottom: 0.5rem;
}
#tw_app .mb-3 {
  margin-bottom: 0.75rem;
}
#tw_app .mb-4 {
  margin-bottom: 1rem;
}
#tw_app .mb-5 {
  margin-bottom: 1.25rem;
}
#tw_app .mb-6 {
  margin-bottom: 1.5rem;
}
#tw_app .mb-8 {
  margin-bottom: 2rem;
}
#tw_app .mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}
#tw_app .mb-\[1\.25rem\] {
  margin-bottom: 1.25rem;
}
#tw_app .mb-\[1\.3rem\] {
  margin-bottom: 1.3rem;
}
#tw_app .mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}
#tw_app .ml-\[2rem\] {
  margin-left: 2rem;
}
#tw_app .ml-auto {
  margin-left: auto;
}
#tw_app .mr-0 {
  margin-right: 0px;
}
#tw_app .mr-1 {
  margin-right: 0.25rem;
}
#tw_app .mr-4 {
  margin-right: 1rem;
}
#tw_app .mr-\[50px\] {
  margin-right: 50px;
}
#tw_app .mr-auto {
  margin-right: auto;
}
#tw_app .mt-0 {
  margin-top: 0px;
}
#tw_app .mt-2 {
  margin-top: 0.5rem;
}
#tw_app .mt-3 {
  margin-top: 0.75rem;
}
#tw_app .mt-32 {
  margin-top: 8rem;
}
#tw_app .mt-4 {
  margin-top: 1rem;
}
#tw_app .mt-5 {
  margin-top: 1.25rem;
}
#tw_app .mt-8 {
  margin-top: 2rem;
}
#tw_app .mt-\[0\.625rem\] {
  margin-top: 0.625rem;
}
#tw_app .mt-auto {
  margin-top: auto;
}
#tw_app .mt-container {
  margin-top: 1.25rem;
}
#tw_app .mt-containermd {
  margin-top: 1.875rem;
}
#tw_app .mt-16 {
  margin-top: 4rem;
}
#tw_app .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#tw_app .line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#tw_app .block {
  display: block;
}
#tw_app .inline-block {
  display: inline-block;
}
#tw_app .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tw_app .inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#tw_app .table {
  display: table;
}
#tw_app .table-row {
  display: table-row;
}
#tw_app .grid {
  display: grid;
}
#tw_app .contents {
  display: contents;
}
#tw_app .hidden {
  display: none;
}
#tw_app .aspect-video {
  aspect-ratio: 16 / 9;
}
#tw_app .h-0 {
  height: 0px;
}
#tw_app .h-12 {
  height: 3rem;
}
#tw_app .h-3 {
  height: 0.75rem;
}
#tw_app .h-4 {
  height: 1rem;
}
#tw_app .h-6 {
  height: 1.5rem;
}
#tw_app .h-8 {
  height: 2rem;
}
#tw_app .h-\[1\.186rem\] {
  height: 1.186rem;
}
#tw_app .h-\[1\.583rem\] {
  height: 1.583rem;
}
#tw_app .h-\[100\%\] {
  height: 100%;
}
#tw_app .h-\[100vh\] {
  height: 100vh;
}
#tw_app .h-\[10rem\] {
  height: 10rem;
}
#tw_app .h-\[1500px\] {
  height: 1500px;
}
#tw_app .h-\[15rem\] {
  height: 15rem;
}
#tw_app .h-\[18px\] {
  height: 18px;
}
#tw_app .h-\[1rem\] {
  height: 1rem;
}
#tw_app .h-\[2\.5rem\] {
  height: 2.5rem;
}
#tw_app .h-\[2\.625rem\] {
  height: 2.625rem;
}
#tw_app .h-\[2\.813rem\] {
  height: 2.813rem;
}
#tw_app .h-\[25px\] {
  height: 25px;
}
#tw_app .h-\[2px\] {
  height: 2px;
}
#tw_app .h-\[3\.125rem\] {
  height: 3.125rem;
}
#tw_app .h-\[3\.375rem\] {
  height: 3.375rem;
}
#tw_app .h-\[39px\] {
  height: 39px;
}
#tw_app .h-\[3rem\] {
  height: 3rem;
}
#tw_app .h-\[4\.5rem\] {
  height: 4.5rem;
}
#tw_app .h-\[5rem\] {
  height: 5rem;
}
#tw_app .h-\[calc\(100vh_-_3\.125rem\)\] {
  height: calc(100vh - 3.125rem);
}
#tw_app .h-auto {
  height: auto;
}
#tw_app .h-full {
  height: 100%;
}
#tw_app .h-screen {
  height: 100vh;
}
#tw_app .max-h-\[200px\] {
  max-height: 200px;
}
#tw_app .max-h-\[6\.5rem\] {
  max-height: 6.5rem;
}
#tw_app .max-h-\[calc\(100vh-140px\)\] {
  max-height: calc(100vh - 140px);
}
#tw_app .max-h-full {
  max-height: 100%;
}
#tw_app .min-h-\[100vh\] {
  min-height: 100vh;
}
#tw_app .min-h-\[5rem\] {
  min-height: 5rem;
}
#tw_app .min-h-\[600px\] {
  min-height: 600px;
}
#tw_app .min-h-\[60vh\] {
  min-height: 60vh;
}
#tw_app .w-2\/12 {
  width: 16.666667%;
}
#tw_app .w-3 {
  width: 0.75rem;
}
#tw_app .w-4 {
  width: 1rem;
}
#tw_app .w-6 {
  width: 1.5rem;
}
#tw_app .w-64 {
  width: 16rem;
}
#tw_app .w-8 {
  width: 2rem;
}
#tw_app .w-8\/12 {
  width: 66.666667%;
}
#tw_app .w-\[1\.09rem\] {
  width: 1.09rem;
}
#tw_app .w-\[1\.186rem\] {
  width: 1.186rem;
}
#tw_app .w-\[1\.2rem\] {
  width: 1.2rem;
}
#tw_app .w-\[1\.375rem\] {
  width: 1.375rem;
}
#tw_app .w-\[1\.457rem\] {
  width: 1.457rem;
}
#tw_app .w-\[1\.583rem\] {
  width: 1.583rem;
}
#tw_app .w-\[13\.75rem\] {
  width: 13.75rem;
}
#tw_app .w-\[150px\] {
  width: 150px;
}
#tw_app .w-\[1rem\] {
  width: 1rem;
}
#tw_app .w-\[20px\] {
  width: 20px;
}
#tw_app .w-\[250px\] {
  width: 250px;
}
#tw_app .w-\[25px\] {
  width: 25px;
}
#tw_app .w-\[3\.063rem\] {
  width: 3.063rem;
}
#tw_app .w-\[3\.125rem\] {
  width: 3.125rem;
}
#tw_app .w-\[3\.375rem\] {
  width: 3.375rem;
}
#tw_app .w-\[300px\] {
  width: 300px;
}
#tw_app .w-\[5rem\] {
  width: 5rem;
}
#tw_app .w-\[calc\(100\%_-_1\.938rem\)\] {
  width: calc(100% - 1.938rem);
}
#tw_app .w-\[calc\(50\%-1rem\)\] {
  width: calc(50% - 1rem);
}
#tw_app .w-full {
  width: 100%;
}
#tw_app .w-screen {
  width: 100vw;
}
#tw_app .min-w-\[100px\] {
  min-width: 100px;
}
#tw_app .min-w-\[10ch\] {
  min-width: 10ch;
}
#tw_app .min-w-\[12ch\] {
  min-width: 12ch;
}
#tw_app .min-w-\[150px\] {
  min-width: 150px;
}
#tw_app .max-w-1\/2 {
  max-width: 50%;
}
#tw_app .max-w-\[11ch\] {
  max-width: 11ch;
}
#tw_app .max-w-\[12ch\] {
  max-width: 12ch;
}
#tw_app .max-w-\[13ch\] {
  max-width: 13ch;
}
#tw_app .max-w-\[14ch\] {
  max-width: 14ch;
}
#tw_app .max-w-\[15ch\] {
  max-width: 15ch;
}
#tw_app .max-w-\[15rem\] {
  max-width: 15rem;
}
#tw_app .max-w-\[16ch\] {
  max-width: 16ch;
}
#tw_app .max-w-\[17ch\] {
  max-width: 17ch;
}
#tw_app .max-w-\[18ch\] {
  max-width: 18ch;
}
#tw_app .max-w-\[19ch\] {
  max-width: 19ch;
}
#tw_app .max-w-\[20ch\] {
  max-width: 20ch;
}
#tw_app .max-w-\[21ch\] {
  max-width: 21ch;
}
#tw_app .max-w-\[22ch\] {
  max-width: 22ch;
}
#tw_app .max-w-\[23ch\] {
  max-width: 23ch;
}
#tw_app .max-w-\[24ch\] {
  max-width: 24ch;
}
#tw_app .max-w-\[25ch\] {
  max-width: 25ch;
}
#tw_app .max-w-\[26ch\] {
  max-width: 26ch;
}
#tw_app .max-w-\[27ch\] {
  max-width: 27ch;
}
#tw_app .max-w-\[28ch\] {
  max-width: 28ch;
}
#tw_app .max-w-\[32rem\] {
  max-width: 32rem;
}
#tw_app .max-w-\[39rem\] {
  max-width: 39rem;
}
#tw_app .max-w-\[83\.688rem\] {
  max-width: 83.688rem;
}
#tw_app .max-w-full {
  max-width: 100%;
}
#tw_app .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
#tw_app .shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
#tw_app .shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#tw_app .grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#tw_app .grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
#tw_app .basis-full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#tw_app .rotate-0 {
  --tw-rotate: 0deg;
  -webkit-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));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#tw_app .rotate-180 {
  --tw-rotate: 180deg;
  -webkit-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));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#tw_app .rotate-90 {
  --tw-rotate: 90deg;
  -webkit-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));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#tw_app .transform {
  -webkit-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));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: 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));
}
@-webkit-keyframes spin {

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#tw_app .animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
#tw_app .cursor-pointer {
  cursor: pointer;
}
#tw_app .cursor-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
#tw_app .resize {
  resize: both;
}
#tw_app .list-none {
  list-style-type: none;
}
#tw_app .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#tw_app .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
#tw_app .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#tw_app .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#tw_app .grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
#tw_app .grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
#tw_app .grid-rows-\[17rem_17rem_17rem\] {
  grid-template-rows: 17rem 17rem 17rem;
}
#tw_app .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#tw_app .flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#tw_app .flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#tw_app .flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#tw_app .content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
#tw_app .content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#tw_app .content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
#tw_app .content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
#tw_app .items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#tw_app .items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#tw_app .items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tw_app .items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#tw_app .justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#tw_app .justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#tw_app .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#tw_app .justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tw_app .justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#tw_app .justify-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
#tw_app .gap-0 {
  gap: 0px;
}
#tw_app .gap-1 {
  gap: 0.25rem;
}
#tw_app .gap-2 {
  gap: 0.5rem;
}
#tw_app .gap-3 {
  gap: 0.75rem;
}
#tw_app .gap-4 {
  gap: 1rem;
}
#tw_app .gap-8 {
  gap: 2rem;
}
#tw_app .gap-\[0\.188rem\] {
  gap: 0.188rem;
}
#tw_app .gap-\[0\.2rem\] {
  gap: 0.2rem;
}
#tw_app .gap-\[0\.5rem\] {
  gap: 0.5rem;
}
#tw_app .gap-\[0\.625rem\] {
  gap: 0.625rem;
}
#tw_app .gap-\[0\.694rem\] {
  gap: 0.694rem;
}
#tw_app .gap-\[1\.563rem\] {
  gap: 1.563rem;
}
#tw_app .gap-\[1\.85rem\] {
  gap: 1.85rem;
}
#tw_app .gap-\[1\.873rem\] {
  gap: 1.873rem;
}
#tw_app .gap-\[1\.875rem\] {
  gap: 1.875rem;
}
#tw_app .gap-\[1\.938rem\] {
  gap: 1.938rem;
}
#tw_app .gap-\[1px\] {
  gap: 1px;
}
#tw_app .gap-\[1rem\] {
  gap: 1rem;
}
#tw_app .gap-\[1rem_0\] {
  gap: 1rem 0;
}
#tw_app .gap-\[2rem\] {
  gap: 2rem;
}
#tw_app .gap-container {
  gap: 1.25rem;
}
#tw_app .gap-containermd {
  gap: 1.875rem;
}
#tw_app .gap-panel-sm {
  gap: 1.875rem;
}
#tw_app .overflow-hidden {
  overflow: hidden;
}
#tw_app .overflow-x-auto {
  overflow-x: auto;
}
#tw_app .overflow-y-auto {
  overflow-y: auto;
}
#tw_app .overflow-x-hidden {
  overflow-x: hidden;
}
#tw_app .whitespace-nowrap {
  white-space: nowrap;
}
#tw_app .rounded {
  border-radius: 0.25rem;
}
#tw_app .rounded-full {
  border-radius: 9999px;
}
#tw_app .border {
  border-width: 1px;
}
#tw_app .border-0 {
  border-width: 0px;
}
#tw_app .border-b {
  border-bottom-width: 1px;
}
#tw_app .border-b-0 {
  border-bottom-width: 0px;
}
#tw_app .border-b-2 {
  border-bottom-width: 2px;
}
#tw_app .border-l {
  border-left-width: 1px;
}
#tw_app .border-l-4 {
  border-left-width: 4px;
}
#tw_app .border-r-0 {
  border-right-width: 0px;
}
#tw_app .border-t {
  border-top-width: 1px;
}
#tw_app .border-none {
  border-style: none;
}
#tw_app .border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
#tw_app .border-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(227 226 227 / var(--tw-border-opacity));
}
#tw_app .border-warm-grey {
  --tw-border-opacity: 1;
  border-color: rgb(117 117 117 / var(--tw-border-opacity));
}
#tw_app .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
#tw_app .border-b-cerulean {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 148 203 / var(--tw-border-opacity));
}
#tw_app .border-b-light-grey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 226 227 / var(--tw-border-opacity));
}
#tw_app .border-b-transparent {
  border-bottom-color: transparent;
}
#tw_app .border-b-warm-grey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(117 117 117 / var(--tw-border-opacity));
}
#tw_app .border-l-\[\#5cb85c\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(92 184 92 / var(--tw-border-opacity));
}
#tw_app .border-l-\[\#ff0000\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 0 0 / var(--tw-border-opacity));
}
#tw_app .border-l-cerulean {
  --tw-border-opacity: 1;
  border-left-color: rgb(1 148 203 / var(--tw-border-opacity));
}
#tw_app .border-l-light-grey {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 226 227 / var(--tw-border-opacity));
}
#tw_app .border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
#tw_app .border-t-light-grey {
  --tw-border-opacity: 1;
  border-top-color: rgb(227 226 227 / var(--tw-border-opacity));
}
#tw_app .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#tw_app .bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
#tw_app .bg-cerulean {
  --tw-bg-opacity: 1;
  background-color: rgb(1 148 203 / var(--tw-bg-opacity));
}
#tw_app .bg-cerulean\/20 {
  background-color: rgb(1 148 203 / 0.2);
}
#tw_app .bg-cerulean\/50 {
  background-color: rgb(1 148 203 / 0.5);
}
#tw_app .bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
#tw_app .bg-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 86 44 / var(--tw-bg-opacity));
}
#tw_app .bg-dark-green\/50 {
  background-color: rgb(0 86 44 / 0.5);
}
#tw_app .bg-dark-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(33 37 41 / var(--tw-bg-opacity));
}
#tw_app .bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
#tw_app .bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(227 226 227 / var(--tw-bg-opacity));
}
#tw_app .bg-marine-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 99 / var(--tw-bg-opacity));
}
#tw_app .bg-marine-blue\/50 {
  background-color: rgb(0 56 99 / 0.5);
}
#tw_app .bg-peacock-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 162 / var(--tw-bg-opacity));
}
#tw_app .bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 198 144 / var(--tw-bg-opacity));
}
#tw_app .bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(18 10 61 / var(--tw-bg-opacity));
}
#tw_app .bg-transparent {
  background-color: transparent;
}
#tw_app .bg-vote-green {
  --tw-bg-opacity: 1;
  background-color: rgb(92 184 92 / var(--tw-bg-opacity));
}
#tw_app .bg-vote-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
#tw_app .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#tw_app .bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
#tw_app .bg-\[length\:3rem_3rem\] {
  background-size: 3rem 3rem;
}
#tw_app .bg-contain {
  background-size: contain;
}
#tw_app .bg-cover {
  background-size: cover;
}
#tw_app .bg-center {
  background-position: center;
}
#tw_app .\!p-0 {
  padding: 0px !important;
}
#tw_app .p-0 {
  padding: 0px;
}
#tw_app .p-16 {
  padding: 4rem;
}
#tw_app .p-2 {
  padding: 0.5rem;
}
#tw_app .p-3 {
  padding: 0.75rem;
}
#tw_app .p-4 {
  padding: 1rem;
}
#tw_app .p-6 {
  padding: 1.5rem;
}
#tw_app .p-\[0\.625rem\] {
  padding: 0.625rem;
}
#tw_app .p-\[0\.65rem_1\.25rem\] {
  padding: 0.65rem 1.25rem;
}
#tw_app .p-\[0\.688rem_1\.25rem\] {
  padding: 0.688rem 1.25rem;
}
#tw_app .p-\[0\.6rem_1rem\] {
  padding: 0.6rem 1rem;
}
#tw_app .p-\[0\.6rem_1rem_0\.6rem\] {
  padding: 0.6rem 1rem 0.6rem;
}
#tw_app .p-\[0\.825rem\] {
  padding: 0.825rem;
}
#tw_app .p-\[1\.25rem_1\.563rem\] {
  padding: 1.25rem 1.563rem;
}
#tw_app .p-\[1\.563rem\] {
  padding: 1.563rem;
}
#tw_app .p-\[1\.56rem_1\.25rem\] {
  padding: 1.56rem 1.25rem;
}
#tw_app .p-\[1\.5rem\] {
  padding: 1.5rem;
}
#tw_app .p-\[1rem\] {
  padding: 1rem;
}
#tw_app .p-container {
  padding: 1.25rem;
}
#tw_app .p-panel-sm {
  padding: 1.875rem;
}
#tw_app .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
#tw_app .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#tw_app .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#tw_app .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
#tw_app .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#tw_app .px-\[0\.5rem\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#tw_app .px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#tw_app .px-\[1\.56rem\] {
  padding-left: 1.56rem;
  padding-right: 1.56rem;
}
#tw_app .px-containermd {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
#tw_app .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
#tw_app .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#tw_app .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#tw_app .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#tw_app .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#tw_app .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#tw_app .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#tw_app .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#tw_app .py-\[0\.875rem\] {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
#tw_app .py-\[1\.25rem\] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#tw_app .py-panel-sm {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
#tw_app .pb-2 {
  padding-bottom: 0.5rem;
}
#tw_app .pb-3 {
  padding-bottom: 0.75rem;
}
#tw_app .pb-4 {
  padding-bottom: 1rem;
}
#tw_app .pb-\[5px\] {
  padding-bottom: 5px;
}
#tw_app .pl-0 {
  padding-left: 0px;
}
#tw_app .pl-4 {
  padding-left: 1rem;
}
#tw_app .pl-5 {
  padding-left: 1.25rem;
}
#tw_app .pr-4 {
  padding-right: 1rem;
}
#tw_app .pt-1 {
  padding-top: 0.25rem;
}
#tw_app .pt-2 {
  padding-top: 0.5rem;
}
#tw_app .pt-3 {
  padding-top: 0.75rem;
}
#tw_app .pt-32 {
  padding-top: 8rem;
}
#tw_app .pt-5 {
  padding-top: 1.25rem;
}
#tw_app .pt-6 {
  padding-top: 1.5rem;
}
#tw_app .pt-\[200px\] {
  padding-top: 200px;
}
#tw_app .pt-\[5px\] {
  padding-top: 5px;
}
#tw_app .text-left {
  text-align: left;
}
#tw_app .text-center {
  text-align: center;
}
#tw_app .text-right {
  text-align: right;
}
#tw_app .text-justify {
  text-align: justify;
}
#tw_app .align-middle {
  vertical-align: middle;
}
#tw_app .font-heading {
  font-family: Roboto Condensed, san-serif;
}
#tw_app .text-\[0\.75rem\] {
  font-size: 0.75rem;
}
#tw_app .text-\[0\.813rem\] {
  font-size: 0.813rem;
}
#tw_app .text-\[0\.85rem\] {
  font-size: 0.85rem;
}
#tw_app .text-\[0\.875rem\] {
  font-size: 0.875rem;
}
#tw_app .text-\[0\.8rem\] {
  font-size: 0.8rem;
}
#tw_app .text-\[1\.063rem\] {
  font-size: 1.063rem;
}
#tw_app .text-\[1\.1rem\] {
  font-size: 1.1rem;
}
#tw_app .text-\[1\.25rem\] {
  font-size: 1.25rem;
}
#tw_app .text-\[1\.2rem\] {
  font-size: 1.2rem;
}
#tw_app .text-\[1\.563rem\] {
  font-size: 1.563rem;
}
#tw_app .text-\[1\.5rem\] {
  font-size: 1.5rem;
}
#tw_app .text-\[1rem\] {
  font-size: 1rem;
}
#tw_app .text-\[2\.5rem\] {
  font-size: 2.5rem;
}
#tw_app .text-\[2rem\] {
  font-size: 2rem;
}
#tw_app .text-\[3\.75rem\] {
  font-size: 3.75rem;
}
#tw_app .text-\[3rem\] {
  font-size: 3rem;
}
#tw_app .text-\[4rem\] {
  font-size: 4rem;
}
#tw_app .text-fh3 {
  font-size: 1.563rem;
}
#tw_app .text-fh4 {
  font-size: 1.063rem;
}
#tw_app .text-fh5 {
  font-size: 1.063rem;
}
#tw_app .text-lg {
  font-size: 1.438rem;
}
#tw_app .text-sm {
  font-size: 0.875rem;
}
#tw_app .font-\[0\.85rem\] {
  font-weight: 0.85rem;
}
#tw_app .font-\[1rem\] {
  font-weight: 1rem;
}
#tw_app .font-black {
  font-weight: 900;
}
#tw_app .font-bold {
  font-weight: 700;
}
#tw_app .font-medium {
  font-weight: 500;
}
#tw_app .font-normal {
  font-weight: 400;
}
#tw_app .uppercase {
  text-transform: uppercase;
}
#tw_app .italic {
  font-style: italic;
}
#tw_app .leading-\[1\.13\] {
  line-height: 1.13;
}
#tw_app .leading-\[14px\] {
  line-height: 14px;
}
#tw_app .leading-normal {
  line-height: 1.5;
}
#tw_app .leading-tight {
  line-height: 1.25;
}
#tw_app .text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
#tw_app .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#tw_app .text-cerulean {
  --tw-text-opacity: 1;
  color: rgb(1 148 203 / var(--tw-text-opacity));
}
#tw_app .text-dark {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
#tw_app .text-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
#tw_app .text-marine-blue {
  --tw-text-opacity: 1;
  color: rgb(0 56 99 / var(--tw-text-opacity));
}
#tw_app .text-peacock-blue {
  --tw-text-opacity: 1;
  color: rgb(0 88 162 / var(--tw-text-opacity));
}
#tw_app .text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 198 144 / var(--tw-text-opacity));
}
#tw_app .text-secondary {
  --tw-text-opacity: 1;
  color: rgb(18 10 61 / var(--tw-text-opacity));
}
#tw_app .text-warm-grey {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
#tw_app .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#tw_app .underline {
  text-decoration-line: underline;
}
#tw_app .no-underline {
  text-decoration-line: none;
}
#tw_app .opacity-100 {
  opacity: 1;
}
#tw_app .opacity-50 {
  opacity: 0.5;
}
#tw_app .filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: 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);
}
#tw_app .transition {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
#tw_app .transition-\[left\] {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
#tw_app .transition-\[right\] {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
#tw_app .transition-\[transform\] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
#tw_app .transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
#tw_app .transition-transform {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
#tw_app .duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
#tw_app .ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#tw_app  .btn-reverse,:is( #tw_app .btn-fill),:is( #tw_app .btn-normal),:is( #tw_app .btn) {
  display: inline-block;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 88 162 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 500;
  color: inherit;
  text-decoration-line: none;
}
#tw_app  .btn-reverse:hover,:is( #tw_app .btn-fill:hover),:is( #tw_app .btn-normal:hover),:is( #tw_app .btn:hover) {
  cursor: pointer;
}
#tw_app  .btn-reverse,:is( #tw_app .btn-fill),:is( #tw_app .btn-normal),:is( #tw_app .btn) {
  display: inline-block;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 88 162 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 500;
  color: inherit;
  text-decoration-line: none;
}
#tw_app  .btn-reverse:hover,:is( #tw_app .btn-fill:hover),:is( #tw_app .btn-normal:hover),:is( #tw_app .btn:hover) {
  cursor: pointer;
}
#tw_app  .btn-reverse,:is( #tw_app .btn-fill),:is( #tw_app .btn-normal),:is( #tw_app .btn) {
  display: inline-block;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 88 162 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 500;
  color: inherit;
  text-decoration-line: none;
}
#tw_app  .btn-reverse:hover,:is( #tw_app .btn-fill:hover),:is( #tw_app .btn-normal:hover),:is( #tw_app .btn:hover) {
  cursor: pointer;
}
#tw_app  .btn-reverse,:is( #tw_app .btn-fill),:is( #tw_app .btn-normal),:is( #tw_app .btn) {
  display: inline-block;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 88 162 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 500;
  color: inherit;
  text-decoration-line: none;
}
#tw_app  .btn-reverse:hover,:is( #tw_app .btn-fill:hover),:is( #tw_app .btn-normal:hover),:is( #tw_app .btn:hover) {
  cursor: pointer;
}
#tw_app  .btn-fill,:is( #tw_app .btn-normal) {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 88 162 / var(--tw-text-opacity));
}
#tw_app  :is( .btn-fill:hover a),:is( #tw_app .btn-normal:hover a) {
  text-decoration-line: none;
}
#tw_app  :is( .btn-fill:focus a),:is( #tw_app .btn-normal:focus a) {
  text-decoration-line: none;
}
#tw_app  .btn-fill:hover,:is( #tw_app .btn-normal:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 162 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#tw_app  .btn-fill:focus,:is( #tw_app .btn-normal:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 162 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}
#tw_app  .btn-fill,:is( #tw_app .btn-normal) {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 88 162 / var(--tw-text-opacity));
}
#tw_app  :is( .btn-fill:hover a),:is( #tw_app .btn-normal:hover a) {
  text-decoration-line: none;
}
#tw_app  :is( .btn-fill:focus a),:is( #tw_app .btn-normal:focus a) {
  text-decoration-line: none;
}
#tw_app  .btn-fill:hover,:is( #tw_app .btn-normal:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 162 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#tw_app  .btn-fill:focus,:is( #tw_app .btn-normal:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 162 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.75;
}
#tw_app  .btn-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#tw_app  :is( .btn-reverse a) {
  text-decoration-line: none;
}
#tw_app  .btn-reverse {
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 162 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#tw_app  :is( .btn-reverse:focus a) {
  text-decoration-line: none;
}
#tw_app  .btn-reverse:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 88 162 / var(--tw-text-opacity));
}
#tw_app  .btn-reverse:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 162 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 88 162 / 0.5);
  --tw-ring-opacity: 0.75;
}
#tw_app :is(.bordered td:not(:last-child)) {
    border-right: 1px solid #e3e2e3;
  }
#tw_app .max-container {
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
    max-width: "2500px";
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
@media (min-width: 36rem) {

  #tw_app  .max-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
#tw_app  .flex-center-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@supports (text-stroke-width: 2px) or (-webkit-text-stroke-width: 2px) {
    #tw_app .text-outline {
      color: transparent;
      -webkit-text-stroke: 2px #ffffff;
  }
  }
#tw_app .text-wrap-balanced {
    text-wrap: balance;
  }
#tw_app .text-wrap-nobalance {
    text-wrap: wrap;
  }
#tw_app  [class^=banner-overlay] {
  position: relative;
  z-index: 0;
}
#tw_app [class^=banner-overlay]::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0.9;
  }
#tw_app  .pb-panel-sp {
  padding-bottom: 1.875rem;
}
@media (min-width: 62rem) {

  #tw_app  .pb-panel-sp {
    padding-bottom: 3.125rem;
  }
}
#tw_app  .pt-panel-sp {
  padding-top: 1.875rem;
}
@media (min-width: 62rem) {

  #tw_app  .pt-panel-sp {
    padding-top: 3.125rem;
  }
}
#tw_app  .mb-panel-sp {
  margin-bottom: 1.875rem;
}
@media (min-width: 62rem) {

  #tw_app  .mb-panel-sp {
    margin-bottom: 3.125rem;
  }
}
#tw_app  .mt-panel-sp {
  margin-top: 1.875rem;
}
@media (min-width: 62rem) {

  #tw_app  .mt-panel-sp {
    margin-top: 3.125rem;
  }
}
#tw_app .sidebar-nav-tree {
    background: linear-gradient(90deg, white 0%, white 18px, #e3e3e3 18px, #e3e3e3 19px, transparent 19px, transparent 100%);
  }
#tw_app :is(.sidebar-nav-tree > a) {
    margin-bottom: 0.625rem;
  }
#tw_app :is(.sidebar-nav-tree > div) {
    position: relative;
    background: rgb(36, 0, 0);
    background: linear-gradient(90deg, white 0%, white 18px, #e3e3e3 18px, #e3e3e3 19px, transparent 19px, transparent 100%), linear-gradient(0deg, transparent 0%, transparent 50%, #e3e3e3 50%, #e3e3e3 calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
  }
#tw_app :is(.sidebar-nav-tree > div:last-child)::after {
    content: "";
    display: block;
    height: calc(50% - 1px);
    width: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
  }
#tw_app  .table-search-form {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 226 227 / var(--tw-border-opacity));
  padding: 1.25rem;
}
#tw_app  :is(.table-search-form fieldset) {
  margin: 0px;
  padding: 0px;
}
#tw_app  :is(.table-search-form .field-holder) {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 36rem) {

  #tw_app  :is(.table-search-form .field-holder) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 75rem) {

  #tw_app  :is(.table-search-form .field-holder) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#tw_app  :is(.table-search-form .field-holder) {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 36rem) {

  #tw_app  :is(.table-search-form .field-holder) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 75rem) {

  #tw_app  :is(.table-search-form .field-holder) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#tw_app :is(.table-search-form .field-holder) {
    gap: 1.25rem;
  }
#tw_app  :is(.table-search-form .btn-toolbar) {
  margin-top: 0px;
  text-align: center;
}
#tw_app  .dropdown:not(.field) {
  position: relative;
  display: inline-block;
}
#tw_app  .dropdown-menu {
  position: absolute;
  z-index: 10;
  margin-top: 0.5rem;
  width: 14rem;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  list-style-type: none;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 226 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#tw_app  .dropdown-menu::after {
  position: fixed;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#tw_app  .icon-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#tw_app  .modal-container {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
#tw_app  :is(.modal-container .modal-box) {
  position: relative;
  z-index: 50;
  width: 66.666667%;
  max-width: 400px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
@media (min-width: 48rem) {

  #tw_app  :is(.modal-container .modal-box) {
    width: 50%;
  }
}
#tw_app  :is(.modal-container .modal-box) {
  position: relative;
  z-index: 50;
  width: 66.666667%;
  max-width: 400px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
@media (min-width: 48rem) {

  #tw_app  :is(.modal-container .modal-box) {
    width: 50%;
  }
}
#tw_app  :is(.form-horizontal-by-field-holder .field-holder) {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 36rem) {

  #tw_app  :is(.form-horizontal-by-field-holder .field-holder) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#tw_app  :is(.form-horizontal-by-field-holder .field-holder) {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 36rem) {

  #tw_app  :is(.form-horizontal-by-field-holder .field-holder) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 75rem) {

  #tw_app  :is(.form-horizontal-by-field-holder.cols-3 .field-holder) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #tw_app  :is(.form-horizontal-by-field-holder.cols-4 .field-holder) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#tw_app .svg-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
/* default form styling */
body .fauxbody {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.requiredField > label::after {
  content: " *";
  display: inline-block;
  margin-left: 5px;
}

.darken-bg {
  position: relative;
  z-index: 0;
}
.darken-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003863;
  opacity: 0.6;
  background-blend-mode: multiply;
}

#tw-app [v-cloak],
#tw-app [nope] {
  display: none !important;
}

.bg-transparent-to-indigo {
  background: #003863;
  background: linear-gradient(180deg, transparent 0%, transparent 150px, #003863 150px, #003863 100%);
}

.message {
  border: 1px solid #ccc;
  padding: 10px;
  background: #efefef;
  text-align: center;
  margin: 30px 0;
}
.message.success {
  background: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.message.error {
  background: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

/*
* Font Face
*/
@font-face {
  font-family: "simple-line-icons";
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector,
 but it's slower.
*/
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e005";
}

.icon-people:before {
  content: "\e001";
}

.icon-user-female:before {
  content: "\e000";
}

.icon-user-follow:before {
  content: "\e002";
}

.icon-user-following:before {
  content: "\e003";
}

.icon-user-unfollow:before {
  content: "\e004";
}

.icon-login:before {
  content: "\e066";
}

.icon-logout:before {
  content: "\e065";
}

.icon-emotsmile:before {
  content: "\e021";
}

.icon-phone:before {
  content: "\e600";
}

.icon-call-end:before {
  content: "\e048";
}

.icon-call-in:before {
  content: "\e047";
}

.icon-call-out:before {
  content: "\e046";
}

.icon-map:before {
  content: "\e033";
}

.icon-location-pin:before {
  content: "\e096";
}

.icon-direction:before {
  content: "\e042";
}

.icon-directions:before {
  content: "\e041";
}

.icon-compass:before {
  content: "\e045";
}

.icon-layers:before {
  content: "\e034";
}

.icon-menu:before {
  content: "\e601";
}

.icon-list:before {
  content: "\e067";
}

.icon-options-vertical:before {
  content: "\e602";
}

.icon-options:before {
  content: "\e603";
}

.icon-arrow-down:before {
  content: "\e604";
}

.icon-arrow-left:before {
  content: "\e605";
}

.icon-arrow-right:before {
  content: "\e606";
}

.icon-arrow-up:before {
  content: "\e607";
}

.icon-arrow-up-circle:before {
  content: "\e078";
}

.icon-arrow-left-circle:before {
  content: "\e07a";
}

.icon-arrow-right-circle:before {
  content: "\e079";
}

.icon-arrow-down-circle:before {
  content: "\e07b";
}

.icon-check:before {
  content: "\e080";
}

.icon-clock:before {
  content: "\e081";
}

.icon-plus:before {
  content: "\e095";
}

.icon-minus:before {
  content: "\e615";
}

.icon-close:before {
  content: "\e082";
}

.icon-event:before {
  content: "\e619";
}

.icon-exclamation:before {
  content: "\e617";
}

.icon-organization:before {
  content: "\e616";
}

.icon-trophy:before {
  content: "\e006";
}

.icon-screen-smartphone:before {
  content: "\e010";
}

.icon-screen-desktop:before {
  content: "\e011";
}

.icon-plane:before {
  content: "\e012";
}

.icon-notebook:before {
  content: "\e013";
}

.icon-mustache:before {
  content: "\e014";
}

.icon-mouse:before {
  content: "\e015";
}

.icon-magnet:before {
  content: "\e016";
}

.icon-energy:before {
  content: "\e020";
}

.icon-disc:before {
  content: "\e022";
}

.icon-cursor:before {
  content: "\e06e";
}

.icon-cursor-move:before {
  content: "\e023";
}

.icon-crop:before {
  content: "\e024";
}

.icon-chemistry:before {
  content: "\e026";
}

.icon-speedometer:before {
  content: "\e007";
}

.icon-shield:before {
  content: "\e00e";
}

.icon-screen-tablet:before {
  content: "\e00f";
}

.icon-magic-wand:before {
  content: "\e017";
}

.icon-hourglass:before {
  content: "\e018";
}

.icon-graduation:before {
  content: "\e019";
}

.icon-ghost:before {
  content: "\e01a";
}

.icon-game-controller:before {
  content: "\e01b";
}

.icon-fire:before {
  content: "\e01c";
}

.icon-eyeglass:before {
  content: "\e01d";
}

.icon-envelope-open:before {
  content: "\e01e";
}

.icon-envelope-letter:before {
  content: "\e01f";
}

.icon-bell:before {
  content: "\e027";
}

.icon-badge:before {
  content: "\e028";
}

.icon-anchor:before {
  content: "\e029";
}

.icon-wallet:before {
  content: "\e02a";
}

.icon-vector:before {
  content: "\e02b";
}

.icon-speech:before {
  content: "\e02c";
}

.icon-puzzle:before {
  content: "\e02d";
}

.icon-printer:before {
  content: "\e02e";
}

.icon-present:before {
  content: "\e02f";
}

.icon-playlist:before {
  content: "\e030";
}

.icon-pin:before {
  content: "\e031";
}

.icon-picture:before {
  content: "\e032";
}

.icon-handbag:before {
  content: "\e035";
}

.icon-globe-alt:before {
  content: "\e036";
}

.icon-globe:before {
  content: "\e037";
}

.icon-folder-alt:before {
  content: "\e039";
}

.icon-folder:before {
  content: "\e089";
}

.icon-film:before {
  content: "\e03a";
}

.icon-feed:before {
  content: "\e03b";
}

.icon-drop:before {
  content: "\e03e";
}

.icon-drawer:before {
  content: "\e03f";
}

.icon-docs:before {
  content: "\e040";
}

.icon-doc:before {
  content: "\e085";
}

.icon-diamond:before {
  content: "\e043";
}

.icon-cup:before {
  content: "\e044";
}

.icon-calculator:before {
  content: "\e049";
}

.icon-bubbles:before {
  content: "\e04a";
}

.icon-briefcase:before {
  content: "\e04b";
}

.icon-book-open:before {
  content: "\e04c";
}

.icon-basket-loaded:before {
  content: "\e04d";
}

.icon-basket:before {
  content: "\e04e";
}

.icon-bag:before {
  content: "\e04f";
}

.icon-action-undo:before {
  content: "\e050";
}

.icon-action-redo:before {
  content: "\e051";
}

.icon-wrench:before {
  content: "\e052";
}

.icon-umbrella:before {
  content: "\e053";
}

.icon-trash:before {
  content: "\e054";
}

.icon-tag:before {
  content: "\e055";
}

.icon-support:before {
  content: "\e056";
}

.icon-frame:before {
  content: "\e038";
}

.icon-size-fullscreen:before {
  content: "\e057";
}

.icon-size-actual:before {
  content: "\e058";
}

.icon-shuffle:before {
  content: "\e059";
}

.icon-share-alt:before {
  content: "\e05a";
}

.icon-share:before {
  content: "\e05b";
}

.icon-rocket:before {
  content: "\e05c";
}

.icon-question:before {
  content: "\e05d";
}

.icon-pie-chart:before {
  content: "\e05e";
}

.icon-pencil:before {
  content: "\e05f";
}

.icon-note:before {
  content: "\e060";
}

.icon-loop:before {
  content: "\e064";
}

.icon-home:before {
  content: "\e069";
}

.icon-grid:before {
  content: "\e06a";
}

.icon-graph:before {
  content: "\e06b";
}

.icon-microphone:before {
  content: "\e063";
}

.icon-music-tone-alt:before {
  content: "\e061";
}

.icon-music-tone:before {
  content: "\e062";
}

.icon-earphones-alt:before {
  content: "\e03c";
}

.icon-earphones:before {
  content: "\e03d";
}

.icon-equalizer:before {
  content: "\e06c";
}

.icon-like:before {
  content: "\e068";
}

.icon-dislike:before {
  content: "\e06d";
}

.icon-control-start:before {
  content: "\e06f";
}

.icon-control-rewind:before {
  content: "\e070";
}

.icon-control-play:before {
  content: "\e071";
}

.icon-control-pause:before {
  content: "\e072";
}

.icon-control-forward:before {
  content: "\e073";
}

.icon-control-end:before {
  content: "\e074";
}

.icon-volume-1:before {
  content: "\e09f";
}

.icon-volume-2:before {
  content: "\e0a0";
}

.icon-volume-off:before {
  content: "\e0a1";
}

.icon-calendar:before {
  content: "\e075";
}

.icon-bulb:before {
  content: "\e076";
}

.icon-chart:before {
  content: "\e077";
}

.icon-ban:before {
  content: "\e07c";
}

.icon-bubble:before {
  content: "\e07d";
}

.icon-camrecorder:before {
  content: "\e07e";
}

.icon-camera:before {
  content: "\e07f";
}

.icon-cloud-download:before {
  content: "\e083";
}

.icon-cloud-upload:before {
  content: "\e084";
}

.icon-envelope:before {
  content: "\e086";
}

.icon-eye:before {
  content: "\e087";
}

.icon-flag:before {
  content: "\e088";
}

.icon-heart:before {
  content: "\e08a";
}

.icon-info:before {
  content: "\e08b";
}

.icon-key:before {
  content: "\e08c";
}

.icon-link:before {
  content: "\e08d";
}

.icon-lock:before {
  content: "\e08e";
}

.icon-lock-open:before {
  content: "\e08f";
}

.icon-magnifier:before {
  content: "\e090";
}

.icon-magnifier-add:before {
  content: "\e091";
}

.icon-magnifier-remove:before {
  content: "\e092";
}

.icon-paper-clip:before {
  content: "\e093";
}

.icon-paper-plane:before {
  content: "\e094";
}

.icon-power:before {
  content: "\e097";
}

.icon-refresh:before {
  content: "\e098";
}

.icon-reload:before {
  content: "\e099";
}

.icon-settings:before {
  content: "\e09a";
}

.icon-star:before {
  content: "\e09b";
}

.icon-symbol-female:before {
  content: "\e09c";
}

.icon-symbol-male:before {
  content: "\e09d";
}

.icon-target:before {
  content: "\e09e";
}

.icon-credit-card:before {
  content: "\e025";
}

.icon-paypal:before {
  content: "\e608";
}

.icon-social-tumblr:before {
  content: "\e00a";
}

.icon-social-twitter:before {
  content: "\e009";
}

.icon-social-facebook:before {
  content: "\e00b";
}

.icon-social-instagram:before {
  content: "\e609";
}

.icon-social-linkedin:before {
  content: "\e60a";
}

.icon-social-pinterest:before {
  content: "\e60b";
}

.icon-social-github:before {
  content: "\e60c";
}

.icon-social-google:before {
  content: "\e60d";
}

.icon-social-reddit:before {
  content: "\e60e";
}

.icon-social-skype:before {
  content: "\e60f";
}

.icon-social-dribbble:before {
  content: "\e00d";
}

.icon-social-behance:before {
  content: "\e610";
}

.icon-social-foursqare:before {
  content: "\e611";
}

.icon-social-soundcloud:before {
  content: "\e612";
}

.icon-social-spotify:before {
  content: "\e613";
}

.icon-social-stumbleupon:before {
  content: "\e614";
}

.icon-social-youtube:before {
  content: "\e008";
}

.icon-social-dropbox:before {
  content: "\e00c";
}

.icon-social-vkontakte:before {
  content: "\e618";
}

.icon-social-steam:before {
  content: "\e620";
}

.testing-register-table-container {
  width: 100%;
  overflow-x: auto;
}
.testing-register-table-container table th .table-heading-flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testing-register-table-container table th:hover .testing-register-sort-icon {
  opacity: 1;
}
.testing-register-table-container table td {
  font-size: 12px;
  line-height: 1;
}

.testing-register-table td {
  padding: 0 !important;
  vertical-align: top;
}

.testing-register-td-inner {
  margin: 8px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 140px;
  line-height: 1.2;
  word-break: break-word;
  -ms-word-wrap: break-word;
}
.testing-register-td-inner:not(.testing-register-td-inner-show-overflow) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-height: 1rem;
}

.testing-register-checkbox-item {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.testing-register-table-fullscreen .testing-register-td-inner {
  max-width: none;
}
.testing-register-table-fullscreen .testing-register-td-inner:not(.testing-register-td-inner-show-overflow) {
  text-overflow: inherit;
  white-space: inherit;
  overflow: inherit;
  max-height: none;
}
.testing-register-table-fullscreen .testing-register-row-expander {
  display: none;
}

.testing-register-row-expander.testing-register-row-expander .close {
  display: none;
}
.testing-register-row-expander.testing-register-row-expander.testing-register-row-expander-open.testing-register-row-expander-open .close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.testing-register-row-expander.testing-register-row-expander.testing-register-row-expander-open.testing-register-row-expander-open .expand {
  display: none;
}

.testing-register-form-container {
  margin-top: 2rem;
}

.alert.testing-register-alert {
  color: inherit;
  padding: 15px;
  margin-bottom: 20px;
}

.sortable-table {
  width: 100%;
}
.sortable-table th:hover {
  cursor: pointer;
}

.testing-register-button {
  margin-left: 10px;
}

.testing-register-sort-icon {
  opacity: 0.5;
  float: right;
  margin-left: 5px;
  position: relative;
  top: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-size: contain;
  background-position: 50% 50%;
  margin-right: 5px;
  background-image: url("../../icons/icon-sort.svg");
}

.disclaimer-form .form-group {
  float: left;
  margin-right: 20px;
}

#app-bulletin-page {
  background: #fff;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
#app-bulletin-page .ql-container, #app-bulletin-page .ql-editor {
  min-height: 250px;
}
#app-bulletin-page .intro {
  padding-right: 2rem;
  padding-left: 2rem;
}
#app-bulletin-page .legend {
  padding-right: 2rem;
  padding-left: 2rem;
}
#app-bulletin-page .legend p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2rem;
}
#app-bulletin-page table, #app-bulletin-page th, #app-bulletin-page td, #app-bulletin-page tr {
  border-color: #dedede;
}
#app-bulletin-page .navbar-form .form-group {
  padding: 6px 15px;
}
#app-bulletin-page .navbar-form .form-group label {
  margin: 0;
}
#app-bulletin-page .app-wrapper.fullscreen {
  width: 100%;
  margin: auto;
  overflow: auto;
  z-index: 200;
}
#app-bulletin-page .app-wrapper.fullscreen .inner {
  margin: 50px auto;
  max-width: 1500px;
  height: 90vh;
  background: #fff;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  padding: 1rem;
}
#app-bulletin-page .app-wrapper.fullscreen .table-wrapper {
  height: calc(100% - 100px);
}
@media (min-width: 768px) {
  #app-bulletin-page .app-wrapper.fullscreen {
    margin: 50px auto;
    width: 100%;
  }
}
#app-bulletin-page .modal-closer {
  text-align: right;
}
#app-bulletin-page table {
  width: auto;
  margin: 0;
  background: #fff;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
#app-bulletin-page table th, #app-bulletin-page table td {
  padding: 2px;
  vertical-align: middle;
}
#app-bulletin-page table td {
  border: 1px solid #dedede !important;
}
#app-bulletin-page .table-wrapper {
  width: 100%;
  overflow: auto;
  position: relative;
}
#app-bulletin-page .bulletin-table {
  width: auto;
  position: relative;
}
#app-bulletin-page .bulletin-table tbody tr {
  background: #fff;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
#app-bulletin-page .bulletin-table tbody tr:hover {
  background: #efefff;
}
#app-bulletin-page .bulletin-table tbody tr:hover th, #app-bulletin-page .bulletin-table tbody tr:hover td {
  background: #efefff;
}
#app-bulletin-page .bulletin-table thead {
  height: 4rem;
  position: sticky;
  top: 0;
  background: #fff;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  z-index: 4;
}
#app-bulletin-page .bulletin-table thead .table-title {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  z-index: 2;
}
#app-bulletin-page .bulletin-table tbody th {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
}
#app-bulletin-page .bulletin-table .response-icon.response-icon {
  width: 41px;
  min-width: 41px;
  text-align: center;
  cursor: pointer;
}
#app-bulletin-page .bulletin-table .response-icon.response-icon:hover {
  background: #efffef;
}
#app-bulletin-page .bulletin-table .hover-col.hover-col {
  background: #efefff;
}
#app-bulletin-page .bulletin-table .standard-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25rem;
  max-width: 50vw;
  z-index: 2;
  cursor: pointer;
}
#app-bulletin-page .bulletin-table .standard-title > span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#app-bulletin-page .bulletin-table .standard-title button {
  font-size: 14px;
  margin-right: 5px;
}
#app-bulletin-page .bulletin-table .standard-title .title {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
#app-bulletin-page .bulletin-table .secondary {
  background: #efefef;
}
#app-bulletin-page .bulletin-table .secondary th {
  padding-left: 25px;
}
#app-bulletin-page .bulletin-table .secondary:nth-child(2) {
  border-top: 2px solid #000;
}
#app-bulletin-page .bulletin-table .secondary:last-child {
  border-bottom: 2px solid #000;
}
#app-bulletin-page .page-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
#app-bulletin-page .page-modal .modal-table {
  width: 100%;
}
#app-bulletin-page .page-modal.response-text-modal {
  z-index: 150;
}
#app-bulletin-page .page-modal .nowrap {
  white-space: nowrap;
}
#app-bulletin-page .page-modal .inner {
  background: #fff;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  padding: 1rem;
  margin: 20px auto;
  overflow: auto;
  max-width: 1500px;
  border-radius: 10px;
  min-width: calc(100% - 30px);
}
@media (min-width: 768px) {
  #app-bulletin-page .page-modal .inner {
    margin: 50px auto;
    min-width: 600px;
  }
}
@media (min-width: 992px) {
  #app-bulletin-page .page-modal .inner {
    margin: 50px auto;
    min-width: 800px;
  }
}
#app-bulletin-page .page-modal.response-modal .inner {
  max-width: 800px;
}
#app-bulletin-page .page-modal .status-display {
  text-align: center;
  padding: 5px;
  vertical-align: middle;
}
#app-bulletin-page .page-modal .status-display.full {
  color: #fff;
  background: #5dbb67;
}
#app-bulletin-page .page-modal .status-display.national-differences {
  color: #fff;
  background: #3a89d3;
}
#app-bulletin-page .page-modal .status-display.no-standard {
  background: #aaa;
}
#app-bulletin-page .page-modal .status-display.unknown {
  background: #dedede;
}
#app-bulletin-page .page-modal .standard-edit-title {
  font-size: 1.8rem;
  padding-top: 2rem;
}
#app-bulletin-page .page-modal .not-editing {
  opacity: 0.8;
}
#app-bulletin-page .page-modal table {
  width: auto;
  margin: 0;
  background: #fff;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
#app-bulletin-page .page-modal table th, #app-bulletin-page .page-modal table td {
  padding: 2px 10px;
  vertical-align: top;
}
#app-bulletin-page .page-modal .form-entry {
  padding: 1rem;
  background: #efefef;
}
#app-bulletin-page .page-modal .html-editor {
  background: #fff;
}
#app-bulletin-page .country_abbr {
  padding: 2px 10px;
  text-align: right;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  height: 42px;
  width: 42px;
  line-height: 1rem;
  cursor: pointer;
}
#app-bulletin-page .bulletin-icon {
  display: block;
  height: 24px;
  width: 24px;
  margin: 5px auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
#app-bulletin-page .bulletin-icon.full {
  background-image: url("../../images/bulletin/IECEx_Icons_V1-01.svg");
}
#app-bulletin-page .bulletin-icon.differences {
  background-image: url("../../images/bulletin/IECEx_Icons_V1-02.svg");
}
#app-bulletin-page .bulletin-icon.no-standard {
  background-image: url("../../images/bulletin/IECEx_Icons_V1-04.svg");
}
#app-bulletin-page .bulletin-icon.unknown {
  background-image: url("../../images/bulletin/IECEx_Icons_V1-03.svg");
}
#app-bulletin-page .legend .d-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}
.hover\:text-white:hover a {
  text-decoration-line: none;
}
.dark\:text-white:is(.dark *) a {
  text-decoration-line: none;
}
.\[\&_a\]\:text-white a a {
  text-decoration-line: none;
}
#tw_app .placeholder\:text-white\/90::-webkit-input-placeholder {
  color: rgb(255 255 255 / 0.9);
}
#tw_app .placeholder\:text-white\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}
#tw_app .placeholder\:text-white\/90:-ms-input-placeholder {
  color: rgb(255 255 255 / 0.9);
}
#tw_app .placeholder\:text-white\/90::-ms-input-placeholder {
  color: rgb(255 255 255 / 0.9);
}
#tw_app .placeholder\:text-white\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}
#tw_app .before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
#tw_app .before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}
#tw_app .before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}
#tw_app .before\:z-\[13\]::before {
  content: var(--tw-content);
  z-index: 13;
}
#tw_app .before\:z-\[1\]::before {
  content: var(--tw-content);
  z-index: 1;
}
#tw_app .before\:block::before {
  content: var(--tw-content);
  display: block;
}
#tw_app .before\:h-\[3\.125rem\]::before {
  content: var(--tw-content);
  height: 3.125rem;
}
#tw_app .before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
#tw_app .before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
#tw_app .before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#tw_app .before\:bg-black\/50::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.5);
}
#tw_app .before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
#tw_app .before\:from-dark-green::before {
  content: var(--tw-content);
  --tw-gradient-from: #00562c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 86 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#tw_app .before\:from-marine-blue::before {
  content: var(--tw-content);
  --tw-gradient-from: #003863 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 56 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#tw_app .before\:from-\[30px\]::before {
  content: var(--tw-content);
  --tw-gradient-from-position: 30px;
}
#tw_app .before\:to-transparent::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
#tw_app .before\:opacity-75::before {
  content: var(--tw-content);
  opacity: 0.75;
}
#tw_app .after\:mx-2::after {
  content: var(--tw-content);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#tw_app .after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}
#tw_app .after\:no-underline::after {
  content: var(--tw-content);
  text-decoration-line: none;
}
#tw_app .after\:content-\[\'\/\'\]::after {
  --tw-content: '/';
  content: var(--tw-content);
}
#tw_app .after\:content-\[\'\|\'\]::after {
  --tw-content: '|';
  content: var(--tw-content);
}
#tw_app .even\:bg-white:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#tw_app .hover\:border-b-cerulean:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 148 203 / var(--tw-border-opacity));
}
#tw_app .hover\:border-l-cerulean:hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(1 148 203 / var(--tw-border-opacity));
}
#tw_app .hover\:bg-\[\#dde9f4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 233 244 / var(--tw-bg-opacity));
}
#tw_app .hover\:bg-cerulean:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 148 203 / var(--tw-bg-opacity));
}
#tw_app .hover\:bg-cerulean-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 241 255 / var(--tw-bg-opacity));
}
#tw_app .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#tw_app .focus\:top-0:focus {
  top: 0px;
}
#tw_app .focus\:border-b-cerulean:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 148 203 / var(--tw-border-opacity));
}
#tw_app .focus\:text-cerulean:focus {
  --tw-text-opacity: 1;
  color: rgb(1 148 203 / var(--tw-text-opacity));
}
#tw_app :is(.group:hover .group-hover\:block) {
  display: block;
}
#tw_app :is(.group:hover .group-hover\:scale-\[110\%\]) {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  -webkit-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));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#tw_app :is(.group:hover .group-hover\:border-b-cerulean) {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(1 148 203 / var(--tw-border-opacity));
}
#tw_app :is(.group:hover .group-hover\:text-cerulean) {
  --tw-text-opacity: 1;
  color: rgb(1 148 203 / var(--tw-text-opacity));
}
#tw_app :is(.group:hover .group-hover\:opacity-100) {
  opacity: 1;
}
#tw_app :is(.group:hover .group-hover\:bg-blend-luminosity) {
  background-blend-mode: luminosity;
}
#tw_app .data-\[te-lightbox-disabled\]\:cursor-auto[data-te-lightbox-disabled] {
  cursor: auto;
}
#tw_app .dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 36rem) {

  #tw_app .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  #tw_app .sm\:inline-block {
    display: inline-block;
  }

  #tw_app .sm\:inline {
    display: inline;
  }

  #tw_app .sm\:h-\[3\.75rem\] {
    height: 3.75rem;
  }

  #tw_app .sm\:h-\[4\.5rem\] {
    height: 4.5rem;
  }

  #tw_app .sm\:h-\[800px\] {
    height: 800px;
  }

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

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

  #tw_app .sm\:w-1\/5 {
    width: 20%;
  }

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

  #tw_app .sm\:w-4\/5 {
    width: 80%;
  }

  #tw_app .sm\:w-\[4\.375rem\] {
    width: 4.375rem;
  }

  #tw_app .sm\:w-\[4\.5rem\] {
    width: 4.5rem;
  }

  #tw_app .sm\:w-full {
    width: 100%;
  }

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

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

  #tw_app .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 48rem) {

  #tw_app .md\:right-\[-50vw\] {
    right: -50vw;
  }

  #tw_app .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  #tw_app .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  #tw_app .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  #tw_app .md\:col-start-1 {
    grid-column-start: 1;
  }

  #tw_app .md\:col-start-9 {
    grid-column-start: 9;
  }

  #tw_app .md\:row-start-1 {
    grid-row-start: 1;
  }

  #tw_app .md\:block {
    display: block;
  }

  #tw_app .md\:grid {
    display: grid;
  }

  #tw_app .md\:hidden {
    display: none;
  }

  #tw_app .md\:h-\[1500px\] {
    height: 1500px;
  }

  #tw_app .md\:h-\[1rem\] {
    height: 1rem;
  }

  #tw_app .md\:h-\[3\.125rem\] {
    height: 3.125rem;
  }

  #tw_app .md\:h-\[5rem\] {
    height: 5rem;
  }

  #tw_app .md\:min-h-\[20rem\] {
    min-height: 20rem;
  }

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

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

  #tw_app .md\:w-10\/12 {
    width: 83.333333%;
  }

  #tw_app .md\:w-2\/12 {
    width: 16.666667%;
  }

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

  #tw_app .md\:w-3\/12 {
    width: 25%;
  }

  #tw_app .md\:w-4\/12 {
    width: 33.333333%;
  }

  #tw_app .md\:w-8\/12 {
    width: 66.666667%;
  }

  #tw_app .md\:w-9\/12 {
    width: 75%;
  }

  #tw_app .md\:w-\[1rem\] {
    width: 1rem;
  }

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

  #tw_app .md\:w-\[3\.125rem\] {
    width: 3.125rem;
  }

  #tw_app .md\:w-\[300px\] {
    width: 300px;
  }

  #tw_app .md\:w-\[50\%\] {
    width: 50%;
  }

  #tw_app .md\:w-\[calc\(33\%-1rem\)\] {
    width: calc(33% - 1rem);
  }

  #tw_app .md\:w-\[calc\(50\%-1\.5rem\)\] {
    width: calc(50% - 1.5rem);
  }

  #tw_app .md\:w-\[calc\(50\%-1rem\)\] {
    width: calc(50% - 1rem);
  }

  #tw_app .md\:max-w-1\/2 {
    max-width: 50%;
  }

  #tw_app .md\:max-w-1\/3 {
    max-width: 33%;
  }

  #tw_app .md\:max-w-1\/4 {
    max-width: 25%;
  }

  #tw_app .md\:max-w-2\/3 {
    max-width: 66%;
  }

  #tw_app .md\:max-w-3\/4 {
    max-width: 75%;
  }

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

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

  #tw_app .md\:grid-cols-\[200px_auto_auto_200px\] {
    grid-template-columns: 200px auto auto 200px;
  }

  #tw_app .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  #tw_app .md\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  #tw_app .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  #tw_app .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  #tw_app .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  #tw_app .md\:gap-containermd {
    gap: 1.875rem;
  }

  #tw_app .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  #tw_app .md\:p-containermd {
    padding: 1.875rem;
  }

  #tw_app .md\:text-\[1rem\] {
    font-size: 1rem;
  }

  #tw_app .before\:md\:bg-transparent::before {
    content: var(--tw-content);
    background-color: transparent;
  }

  #tw_app .before\:md\:bg-gradient-to-b::before {
    content: var(--tw-content);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  #tw_app .before\:md\:from-transparent::before {
    content: var(--tw-content);
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  #tw_app .before\:md\:to-black\/60::before {
    content: var(--tw-content);
    --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
  }
}
@media (min-width: 62rem) {

  #tw_app .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  #tw_app .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  #tw_app .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  #tw_app .lg\:mx-\[200px\] {
    margin-left: 200px;
    margin-right: 200px;
  }

  #tw_app .lg\:mx-panel-lg {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  #tw_app .lg\:my-\[3\.188rem\] {
    margin-top: 3.188rem;
    margin-bottom: 3.188rem;
  }

  #tw_app .lg\:mt-0 {
    margin-top: 0px;
  }

  #tw_app .lg\:block {
    display: block;
  }

  #tw_app .lg\:inline-block {
    display: inline-block;
  }

  #tw_app .lg\:inline {
    display: inline;
  }

  #tw_app .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #tw_app .lg\:hidden {
    display: none;
  }

  #tw_app .lg\:h-\[22rem\] {
    height: 22rem;
  }

  #tw_app .lg\:h-\[3\.063rem\] {
    height: 3.063rem;
  }

  #tw_app .lg\:h-\[950px\] {
    height: 950px;
  }

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

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

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

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

  #tw_app .lg\:w-3\/12 {
    width: 25%;
  }

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

  #tw_app .lg\:w-4\/12 {
    width: 33.333333%;
  }

  #tw_app .lg\:w-5\/12 {
    width: 41.666667%;
  }

  #tw_app .lg\:w-6\/12 {
    width: 50%;
  }

  #tw_app .lg\:w-7\/12 {
    width: 58.333333%;
  }

  #tw_app .lg\:w-8\/12 {
    width: 66.666667%;
  }

  #tw_app .lg\:w-9\/12 {
    width: 75%;
  }

  #tw_app .lg\:w-\[3\.563rem\] {
    width: 3.563rem;
  }

  #tw_app .lg\:w-\[300px\] {
    width: 300px;
  }

  #tw_app .lg\:w-\[calc\(25\%-1rem\)\] {
    width: calc(25% - 1rem);
  }

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

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

  #tw_app .lg\:grid-cols-\[66\%_33\%\] {
    grid-template-columns: 66% 33%;
  }

  #tw_app .lg\:grid-cols-\[70\%_auto\] {
    grid-template-columns: 70% auto;
  }

  #tw_app .lg\:grid-rows-\[12\.5rem_12\.5rem\] {
    grid-template-rows: 12.5rem 12.5rem;
  }

  #tw_app .lg\:grid-rows-\[17\.5rem_17\.5rem\] {
    grid-template-rows: 17.5rem 17.5rem;
  }

  #tw_app .lg\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  #tw_app .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  #tw_app .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #tw_app .lg\:gap-0 {
    gap: 0px;
  }

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

  #tw_app .lg\:gap-panel-lg {
    gap: 3.125rem;
  }

  #tw_app .lg\:p-64 {
    padding: 16rem;
  }

  #tw_app .lg\:p-panel-lg {
    padding: 3.125rem;
  }

  #tw_app .lg\:py-\[0\.5rem\] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #tw_app .lg\:py-panel-lg {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  #tw_app .lg\:text-left {
    text-align: left;
  }

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

  #tw_app .lg\:text-\[1rem\] {
    font-size: 1rem;
  }

  #tw_app .lg\:text-\[2rem\] {
    font-size: 2rem;
  }
}
@media (min-width: 75rem) {

  #tw_app .xl\:h-\[800px\] {
    height: 800px;
  }

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

  #tw_app .xl\:w-1\/5 {
    width: 20%;
  }

  #tw_app .xl\:w-\[calc\(33\%-1\.5rem\)\] {
    width: calc(33% - 1.5rem);
  }

  #tw_app .xl\:w-\[calc\(33\%-1rem\)\] {
    width: calc(33% - 1rem);
  }

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

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

  #tw_app .xl\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  #tw_app .xl\:gap-8 {
    gap: 2rem;
  }

  #tw_app .before\:xl\:from-\[calc\(50\%_-_700px\)\]::before {
    content: var(--tw-content);
    --tw-gradient-from-position: calc(50% - 700px);
  }

  #tw_app .before\:xl\:to-\[calc\(100\%_-_-30px\)\]::before {
    content: var(--tw-content);
    --tw-gradient-to-position: calc(100% - -30px);
  }

  #tw_app .before\:xl\:to-\[calc\(50\%_-_-700px\)\]::before {
    content: var(--tw-content);
    --tw-gradient-to-position: calc(50% - -700px);
  }
}
@media (min-width: 83.688rem) {

  #tw_app .\32xl\:block {
    display: block;
  }

  #tw_app .\32xl\:h-\[726px\] {
    height: 726px;
  }

  #tw_app .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
#tw_app :is(.\[\&\>\*\:first-child\]\:mt-0>*:first-child) {
  margin-top: 0px;
}
#tw_app :is(.\[\&\>\:first-child\]\:mt-0>:first-child) {
  margin-top: 0px;
}
#tw_app :is(.\[\&\>a\]\:text-dark-grey>a) {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
#tw_app :is(.\[\&\>mark\]\:bg-cerulean\/20>mark) {
  background-color: rgb(1 148 203 / 0.2);
}
#tw_app :is(.\[\&_\*\]\:my-0 *) {
  margin-top: 0px;
  margin-bottom: 0px;
}
#tw_app :is(.\[\&_\.container\]\:px-0 .container) {
  padding-left: 0px;
  padding-right: 0px;
}
#tw_app :is(.\[\&_a\]\:text-white a) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#tw_app :is(.\[\&_a\]\:underline a) {
  text-decoration-line: underline;
}
#tw_app :is(.\[\&_img\]\:mx-auto img) {
  margin-left: auto;
  margin-right: auto;
}
#tw_app :is(.\[\&_img\]\:max-h-\[6\.25rem\] img) {
  max-height: 6.25rem;
}
#tw_app :is(.\[\&_img\]\:w-auto img) {
  width: auto;
}
#tw_app :is(.\[\&_p\]\:m-0 p) {
  margin: 0px;
}

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