*, ::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:  ;
}

::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:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-8 {
  left: 2rem;
}

.left-\[323px\] {
  left: 323px;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-\[1\.375rem\] {
  right: 1.375rem;
}

.right-\[5px\] {
  right: 5px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

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

.top-2 {
  top: 0.5rem;
}

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

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

.top-\[12\%\] {
  top: 12%;
}

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

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

.top-\[4em\] {
  top: 4em;
}

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

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

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

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

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

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

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

.z-\[-5\] {
  z-index: -5;
}

.z-\[1005\] {
  z-index: 1005;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[89\] {
  z-index: 89;
}

.z-\[3\] {
  z-index: 3;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.\!m-0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-\[1em\] {
  margin: 1em;
}

.-mx-\[0\.625rem\] {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

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

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

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

.my-\[1\%\] {
  margin-top: 1%;
  margin-bottom: 1%;
}

.my-\[1em\] {
  margin-top: 1em;
  margin-bottom: 1em;
}

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

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

.\!mt-0 {
  margin-top: 0px !important;
}

.\!mt-\[0\.2em\] {
  margin-top: 0.2em !important;
}

.\!mt-\[15px\] {
  margin-top: 15px !important;
}

.\!mt-\[2em\] {
  margin-top: 2em !important;
}

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

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

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

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

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

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

.-mt-\[0\.6875rem\] {
  margin-top: -0.6875rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[1em\] {
  margin-bottom: 1em;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

.ml-\[1\.1rem\] {
  margin-left: 1.1rem;
}

.ml-\[10\%\] {
  margin-left: 10%;
}

.ml-\[12\%\] {
  margin-left: 12%;
}

.ml-\[14em\] {
  margin-left: 14em;
}

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

.ml-\[2em\] {
  margin-left: 2em;
}

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

.ml-\[6\%\] {
  margin-left: 6%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[0\.2rem\] {
  margin-top: 0.2rem;
}

.mt-\[1\.9em\] {
  margin-top: 1.9em;
}

.mt-\[1em\] {
  margin-top: 1em;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[2em\] {
  margin-top: 2em;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[65px\] {
  margin-top: 65px;
}

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

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

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

.block {
  display: block;
}

.\!inline-block {
  display: inline-block !important;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!h-\[2em\] {
  height: 2em !important;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-\[1\.75rem\] {
  height: 1.75rem;
}

.h-\[1\.8rem\] {
  height: 1.8rem;
}

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

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

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

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

.h-\[2\.3125rem\] {
  height: 2.3125rem;
}

.h-\[2\.8125rem\] {
  height: 2.8125rem;
}

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

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

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

.h-\[2em\] {
  height: 2em;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-\[2\.75rem\] {
  height: 2.75rem;
}

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

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

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

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

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

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

.min-h-\[2\.75rem\] {
  min-height: 2.75rem;
}

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

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

.w-1\/12 {
  width: 8.333333%;
}

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

.w-11\/12 {
  width: 91.666667%;
}

.w-24 {
  width: 6rem;
}

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

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-\[12em\] {
  width: 12em;
}

.w-\[13\.5rem\] {
  width: 13.5rem;
}

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

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

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

.w-\[14em\] {
  width: 14em;
}

.w-\[2\.2rem\] {
  width: 2.2rem;
}

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

.w-\[24em\] {
  width: 24em;
}

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

.w-\[30em\] {
  width: 30em;
}

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

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

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

.w-\[60\%\] {
  width: 60%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-\[20\.9rem\] {
  width: 20.9rem;
}

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

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

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

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

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

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

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

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

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

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

.max-w-\[62\.5rem\] {
  max-width: 62.5rem;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.\!cursor-pointer {
  cursor: pointer !important;
}

.cursor-pointer {
  cursor: pointer;
}

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

.resize {
  resize: both;
}

.list-outside {
  list-style-position: outside;
}

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

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

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

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

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

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

.\!flex-wrap {
  flex-wrap: wrap !important;
}

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

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

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

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

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

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

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

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

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[46\%\] {
  border-radius: 46%;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

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

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

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

.border-\[3px\] {
  border-width: 3px;
}

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

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

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

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

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

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

.border-\[\#2f0b0c\] {
  --tw-border-opacity: 1;
  border-color: rgb(47 11 12 / var(--tw-border-opacity, 1));
}

.border-\[\#3a2f2f\] {
  --tw-border-opacity: 1;
  border-color: rgb(58 47 47 / var(--tw-border-opacity, 1));
}

.border-\[\#3a945b\] {
  --tw-border-opacity: 1;
  border-color: rgb(58 148 91 / var(--tw-border-opacity, 1));
}

.border-\[\#666\] {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}

.border-\[\#74bfdd\] {
  --tw-border-opacity: 1;
  border-color: rgb(116 191 221 / var(--tw-border-opacity, 1));
}

.border-\[\#862424\] {
  --tw-border-opacity: 1;
  border-color: rgb(134 36 36 / var(--tw-border-opacity, 1));
}

.border-\[\#c7c7c7\] {
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}

.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-\[\#cecece\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.border-\[\#e3e3e3\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
}

.border-\[\#e6e6e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}

.border-\[rgb\(140\2c 30\2c 30\)\] {
  --tw-border-opacity: 1;
  border-color: rgb(140 30 30 / var(--tw-border-opacity, 1));
}

.border-phoenix-red {
  --tw-border-opacity: 1;
  border-color: rgb(224 61 61 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.\!bg-\[\#cecece\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#0f0404\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 4 4 / var(--tw-bg-opacity, 1));
}

.bg-\[\#171717\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-\[\#222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

.bg-\[\#43AC6A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(67 172 106 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a0d3e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(160 211 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cecece\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e2f5fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 245 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e7e7e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
}

.bg-\[\#eee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-\[rgb\(165\2c 42\2c 42\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(165 42 42 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-inherit {
  background-color: inherit;
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-\[linear-gradient\(to_right_bottom\2c \#a52a2a_0\%\2c rgba\(165\2c 42\2c 42\2c 0\)_100\%\)\] {
  background-image: linear-gradient(to right bottom,#a52a2a 0%,rgba(165,42,42,0) 100%);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[\#a52a2a\] {
  --tw-gradient-from: #a52a2a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 42 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#280a0a\] {
  --tw-gradient-to: #280a0a var(--tw-gradient-to-position);
}

.bg-\[length\:50px_50px\] {
  background-size: 50px 50px;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[0\.9375rem\] {
  padding: 0.9375rem;
}

.p-\[1\.875rem\] {
  padding: 1.875rem;
}

.p-\[5px\] {
  padding: 5px;
}

.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-\[0\.5625rem\] {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

.px-\[0\.625rem\] {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-\[0\.9375rem\] {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.px-\[1\.6em\] {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[1em\] {
  padding-left: 1em;
  padding-right: 1em;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[0\.35rem\] {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.py-\[0\.875rem\] {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-\[1\.2em\] {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.\!pr-\[30px\] {
  padding-right: 30px !important;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[0\.5625rem\] {
  padding-bottom: 0.5625rem;
}

.pb-\[0\.9375rem\] {
  padding-bottom: 0.9375rem;
}

.pb-\[1\.0625rem\] {
  padding-bottom: 1.0625rem;
}

.pb-\[1\.25rem\] {
  padding-bottom: 1.25rem;
}

.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

.pb-\[56\.34\%\] {
  padding-bottom: 56.34%;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

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

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

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

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

.pl-\[0\.875rem\] {
  padding-left: 0.875rem;
}

.pl-\[0\.9375rem\] {
  padding-left: 0.9375rem;
}

.pl-\[15px\] {
  padding-left: 15px;
}

.pl-\[2em\] {
  padding-left: 2em;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-\[0\.9375rem\] {
  padding-right: 0.9375rem;
}

.pr-\[2\.1875rem\] {
  padding-right: 2.1875rem;
}

.pr-\[30px\] {
  padding-right: 30px;
}

.pr-\[5px\] {
  padding-right: 5px;
}

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

.pt-12 {
  padding-top: 3rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

.pt-\[0\.35rem\] {
  padding-top: 0.35rem;
}

.pt-\[0\.375rem\] {
  padding-top: 0.375rem;
}

.pt-\[0\.5em\] {
  padding-top: 0.5em;
}

.pt-\[1\.5625rem\] {
  padding-top: 1.5625rem;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[3em\] {
  padding-top: 3em;
}

.pt-\[5px\] {
  padding-top: 5px;
}

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

.text-left {
  text-align: left;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.align-\[-0\.4em\] {
  vertical-align: -0.4em;
}

.font-italianno {
  font-family: Italianno, cursive;
}

.font-phoenix-button {
  font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

.font-phoenix-nav {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.font-tahoma {
  font-family: Tahoma, sans-serif;
}

.\!text-\[1\.35rem\] {
  font-size: 1.35rem !important;
}

.\!text-\[28px\] {
  font-size: 28px !important;
}

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}

.text-\[0\.85em\] {
  font-size: 0.85em;
}

.text-\[0\.8em\] {
  font-size: 0.8em;
}

.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}

.text-\[1\.1em\] {
  font-size: 1.1em;
}

.text-\[1\.2em\] {
  font-size: 1.2em;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[1\.3rem\] {
  font-size: 1.3rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.6875rem\] {
  font-size: 1.6875rem;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[2\.2rem\] {
  font-size: 2.2rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[2em\] {
  font-size: 2em;
}

.text-\[3\.4rem\] {
  font-size: 3.4rem;
}

.text-\[40\%\] {
  font-size: 40%;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!text-\[0\.875rem\] {
  font-size: 0.875rem !important;
}

.\!font-bold {
  font-weight: 700 !important;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.\!leading-\[2\] {
  line-height: 2 !important;
}

.\!leading-\[48px\] {
  line-height: 48px !important;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[0\.6\] {
  line-height: 0.6;
}

.leading-\[0\.8\] {
  line-height: 0.8;
}

.leading-\[0\.9\] {
  line-height: 0.9;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.25em\] {
  line-height: 1.25em;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[2\] {
  line-height: 2;
}

.leading-\[33px\] {
  line-height: 33px;
}

.leading-\[45px\] {
  line-height: 45px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-\[4px\] {
  letter-spacing: 4px;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.\!text-\[\#444\] {
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1)) !important;
}

.\!text-\[\#c65555\] {
  --tw-text-opacity: 1 !important;
  color: rgb(198 85 85 / var(--tw-text-opacity, 1)) !important;
}

.\!text-\[\#c93636\] {
  --tw-text-opacity: 1 !important;
  color: rgb(201 54 54 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#0f0404\] {
  --tw-text-opacity: 1;
  color: rgb(15 4 4 / var(--tw-text-opacity, 1));
}

.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-\[\#2d2d2d\] {
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1));
}

.text-\[\#444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.text-\[\#4f4f4f\] {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.text-\[\#979797\] {
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity, 1));
}

.text-\[\#A52A2A\] {
  --tw-text-opacity: 1;
  color: rgb(165 42 42 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFAFA\] {
  --tw-text-opacity: 1;
  color: rgb(255 250 250 / var(--tw-text-opacity, 1));
}

.text-\[\#aaa\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.text-\[\#c93636\] {
  --tw-text-opacity: 1;
  color: rgb(201 54 54 / var(--tw-text-opacity, 1));
}

.text-\[\#ccc\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

.text-\[\#eee\] {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.text-\[\#fffafa\] {
  --tw-text-opacity: 1;
  color: rgb(255 250 250 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-phoenix-red {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.4);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_1px_0_black\] {
  --tw-shadow: 0 1px 0 black;
  --tw-shadow-colored: 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  --tw-shadow-colored: inset 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\] {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[clip-path\:inset\(2\.75rem_0_0_0\)\] {
  clip-path: inset(2.75rem 0 0 0);
}

.\[i1\:i2\] {
  i1: i2;
}

.\[j1\:j2\] {
  j1: j2;
}

.\[text-shadow\:rgba\(0\2c 0\2c 0\2c 0\.4\)_0_1px_0\] {
  text-shadow: rgba(0,0,0,0.4) 0 1px 0;
}

.\[word-spacing\:0em\] {
  word-spacing: 0em;
}

#mainnav li.group > a .fa-caret-right {
  transition: transform 0.15s ease;
}

#mainnav li.group.dd-open > a .fa-caret-right {
  transform: rotate(90deg);
}

.before\:mx-\[5px\]::before {
  content: var(--tw-content);
  margin-left: 5px;
  margin-right: 5px;
}

.before\:mr-\[5px\]::before {
  content: var(--tw-content);
  margin-right: 5px;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

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

.before\:align-middle::before {
  content: var(--tw-content);
  vertical-align: middle;
}

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

.before\:text-\[10px\]::before {
  content: var(--tw-content);
  font-size: 10px;
}

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

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

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

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:right-\[0\.9375rem\]::after {
  content: var(--tw-content);
  right: 0.9375rem;
}

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

.after\:mx-\[5px\]::after {
  content: var(--tw-content);
  margin-left: 5px;
  margin-right: 5px;
}

.after\:-mt-\[4\.5px\]::after {
  content: var(--tw-content);
  margin-top: -4.5px;
}

.after\:mr-\[0\.9375rem\]::after {
  content: var(--tw-content);
  margin-right: 0.9375rem;
}

.after\:mt-\[-8px\]::after {
  content: var(--tw-content);
  margin-top: -8px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}

.after\:border-\[5px\]::after {
  content: var(--tw-content);
  border-width: 5px;
}

.after\:border-solid::after {
  content: var(--tw-content);
  border-style: solid;
}

.after\:border-transparent::after {
  content: var(--tw-content);
  border-color: transparent;
}

.after\:border-l-\[rgba\(255\2c 255\2c 255\2c 0\.4\)\]::after {
  content: var(--tw-content);
  border-left-color: rgba(255,255,255,0.4);
}

.after\:font-italianno::after {
  content: var(--tw-content);
  font-family: Italianno, cursive;
}

.after\:not-italic::after {
  content: var(--tw-content);
  font-style: normal;
}

.after\:shadow-\[0_0_0_1px_\#fff\2c 0_7px_0_1px_\#fff\2c 0_14px_0_1px_\#fff\]::after {
  content: var(--tw-content);
  --tw-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 0 7px 0 1px var(--tw-shadow-color), 0 14px 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.first\:ml-0:first-child {
  margin-left: 0px;
}

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

.hover\:\!bg-\[\#cecece\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-\[\#0f0404\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 4 4 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#222\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ccc\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:from-\[\#280a0a\]:hover {
  --tw-gradient-from: #280a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(40 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#a52a2a\]:hover {
  --tw-gradient-to: #a52a2a var(--tw-gradient-to-position);
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:\!text-\[\#1c1c1c\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-\[\#8d2626\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(141 38 38 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-\[\#0f0404\]:hover {
  --tw-text-opacity: 1;
  color: rgb(15 4 4 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#666\]:hover {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#8d2626\]:hover {
  --tw-text-opacity: 1;
  color: rgb(141 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#A52A2A\]:hover {
  --tw-text-opacity: 1;
  color: rgb(165 42 42 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#FF4742\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 71 66 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-phoenix-red:hover {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:\!no-underline:hover {
  text-decoration-line: none !important;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.focus\:border-\[\#999\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}

.focus\:bg-\[\#ccc\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#fafafa\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.focus\:text-\[\#0f0404\]:focus {
  --tw-text-opacity: 1;
  color: rgb(15 4 4 / var(--tw-text-opacity, 1));
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:opacity-50:active {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

@media (min-width: 43.75em) {
  .phoenix-vid\:ml-\[2em\] {
    margin-left: 2em;
  }
}

@media (min-width: 40.0625em) {
  .phoenix-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .phoenix-md\:ml-\[2em\] {
    margin-left: 2em;
  }

  .phoenix-md\:mr-\[8em\] {
    margin-right: 8em;
  }

  .phoenix-md\:max-h-\[90vh\] {
    max-height: 90vh;
  }

  .phoenix-md\:w-1\/12 {
    width: 8.333333%;
  }

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

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

  .phoenix-md\:w-11\/12 {
    width: 91.666667%;
  }

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

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

  .phoenix-md\:w-4\/5 {
    width: 80%;
  }

  .phoenix-md\:w-5\/12 {
    width: 41.666667%;
  }

  .phoenix-md\:w-6\/12 {
    width: 50%;
  }

  .phoenix-md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

  .phoenix-md\:max-w-\[62\.5rem\] {
    max-width: 62.5rem;
  }

  .phoenix-md\:shrink-0 {
    flex-shrink: 0;
  }

  .phoenix-md\:grow {
    flex-grow: 1;
  }

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

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

  .phoenix-md\:flex-wrap {
    flex-wrap: wrap;
  }

  .phoenix-md\:items-baseline {
    align-items: baseline;
  }

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

  .phoenix-md\:pl-\[0\.9375rem\] {
    padding-left: 0.9375rem;
  }

  .phoenix-md\:pr-\[0\.9375rem\] {
    padding-right: 0.9375rem;
  }

  .phoenix-md\:pt-\[6\.25rem\] {
    padding-top: 6.25rem;
  }

  .phoenix-md\:text-left {
    text-align: left;
  }

  .phoenix-md\:text-\[1\.6875rem\] {
    font-size: 1.6875rem;
  }
}

@media (min-width: 64.0625em) {
  .phoenix-lg\:z-\[100\] {
    z-index: 100;
  }

  .phoenix-lg\:ml-\[12em\] {
    margin-left: 12em;
  }

  .phoenix-lg\:inline-block {
    display: inline-block;
  }

  .phoenix-lg\:flex {
    display: flex;
  }

  .phoenix-lg\:hidden {
    display: none;
  }

  .phoenix-lg\:h-full {
    height: 100%;
  }

  .phoenix-lg\:max-h-\[220px\] {
    max-height: 220px;
  }

  .phoenix-lg\:max-h-\[335px\] {
    max-height: 335px;
  }

  .phoenix-lg\:max-h-\[370px\] {
    max-height: 370px;
  }

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

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

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

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

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

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

  .phoenix-lg\:w-\[12em\] {
    width: 12em;
  }

  .phoenix-lg\:w-\[13em\] {
    width: 13em;
  }

  .phoenix-lg\:max-w-\[25\%\] {
    max-width: 25%;
  }

  .phoenix-lg\:flex-\[0_0_25\%\] {
    flex: 0 0 25%;
  }

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

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

  .phoenix-lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .phoenix-lg\:content-start {
    align-content: flex-start;
  }

  .phoenix-lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .phoenix-lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .phoenix-lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .phoenix-lg\:pr-4 {
    padding-right: 1rem;
  }

  .phoenix-lg\:pt-0 {
    padding-top: 0px;
  }

  .phoenix-lg\:text-\[110\%\] {
    font-size: 110%;
  }

  .phoenix-lg\:leading-\[2\.8125rem\] {
    line-height: 2.8125rem;
  }

  .phoenix-lg\:last\:pr-0:last-child {
    padding-right: 0px;
  }
}

@media (min-width: 66.25em) {
  .phoenix-nav\:absolute {
    position: absolute;
  }

  .phoenix-nav\:relative {
    position: relative;
  }

  .phoenix-nav\:\!left-0 {
    left: 0px !important;
  }

  .phoenix-nav\:\!top-0 {
    top: 0px !important;
  }

  .phoenix-nav\:left-0 {
    left: 0px;
  }

  .phoenix-nav\:top-full {
    top: 100%;
  }

  .phoenix-nav\:z-50 {
    z-index: 50;
  }

  .phoenix-nav\:\!float-right {
    float: right !important;
  }

  .phoenix-nav\:\!float-left {
    float: left !important;
  }

  .phoenix-nav\:float-left {
    float: left;
  }

  .phoenix-nav\:ml-auto {
    margin-left: auto;
  }

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

  .phoenix-nav\:block {
    display: block;
  }

  .phoenix-nav\:inline-block {
    display: inline-block;
  }

  .phoenix-nav\:inline {
    display: inline;
  }

  .phoenix-nav\:flex {
    display: flex;
  }

  .phoenix-nav\:hidden {
    display: none;
  }

  .phoenix-nav\:h-\[1\.75rem\] {
    height: 1.75rem;
  }

  .phoenix-nav\:h-\[2\.8125rem\] {
    height: 2.8125rem;
  }

  .phoenix-nav\:h-\[45px\] {
    height: 45px;
  }

  .phoenix-nav\:w-auto {
    width: auto;
  }

  .phoenix-nav\:min-w-full {
    min-width: 100%;
  }

  .phoenix-nav\:items-center {
    align-items: center;
  }

  .phoenix-nav\:overflow-visible {
    overflow: visible;
  }

  .phoenix-nav\:whitespace-nowrap {
    white-space: nowrap;
  }

  .phoenix-nav\:border {
    border-width: 1px;
  }

  .phoenix-nav\:border-0 {
    border-width: 0px;
  }

  .phoenix-nav\:border-b-0 {
    border-bottom-width: 0px;
  }

  .phoenix-nav\:border-\[\#320000\] {
    --tw-border-opacity: 1;
    border-color: rgb(50 0 0 / var(--tw-border-opacity, 1));
  }

  .phoenix-nav\:bg-\[\#0f0404\] {
    --tw-bg-opacity: 1;
    background-color: rgb(15 4 4 / var(--tw-bg-opacity, 1));
  }

  .phoenix-nav\:bg-\[linear-gradient\(to_bottom\2c \#000000_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.85\)_100\%\)\] {
    background-image: linear-gradient(to bottom,#000000 0%,rgba(0,0,0,0.85) 100%);
  }

  .phoenix-nav\:p-0 {
    padding: 0px;
  }

  .phoenix-nav\:px-\[0\.9375rem\] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .phoenix-nav\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .phoenix-nav\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .phoenix-nav\:\!pr-\[2\.1875rem\] {
    padding-right: 2.1875rem !important;
  }

  .phoenix-nav\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .phoenix-nav\:pl-\[0\.9375rem\] {
    padding-left: 0.9375rem;
  }

  .phoenix-nav\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .phoenix-nav\:leading-\[2\.8125rem\] {
    line-height: 2.8125rem;
  }

  .phoenix-nav\:after\:right-\[0\.9375rem\]::after {
    content: var(--tw-content);
    right: 0.9375rem;
  }

  .phoenix-nav\:after\:top-\[1\.40625rem\]::after {
    content: var(--tw-content);
    top: 1.40625rem;
  }

  .phoenix-nav\:after\:-mt-\[2\.5px\]::after {
    content: var(--tw-content);
    margin-top: -2.5px;
  }

  .phoenix-nav\:after\:mr-0::after {
    content: var(--tw-content);
    margin-right: 0px;
  }

  .phoenix-nav\:after\:border-l-transparent::after {
    content: var(--tw-content);
    border-left-color: transparent;
  }

  .phoenix-nav\:after\:border-t-\[rgba\(255\2c 255\2c 255\2c 0\.4\)\]::after {
    content: var(--tw-content);
    border-top-color: rgba(255,255,255,0.4);
  }

  .phoenix-nav\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .phoenix-nav\:hover\:text-phoenix-red:hover {
    --tw-text-opacity: 1;
    color: rgb(224 61 61 / var(--tw-text-opacity, 1));
  }

  .group:hover .phoenix-nav\:group-hover\:block {
    display: block;
  }
}

@media (min-width: 48em) {
  .phoenix-home\:relative {
    position: relative;
  }

  .phoenix-home\:inset-auto {
    inset: auto;
  }

  .phoenix-home\:-left-\[5\%\] {
    left: -5%;
  }

  .phoenix-home\:top-0 {
    top: 0px;
  }

  .phoenix-home\:top-auto {
    top: auto;
  }

  .phoenix-home\:z-auto {
    z-index: auto;
  }

  .phoenix-home\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .phoenix-home\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .phoenix-home\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .phoenix-home\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .phoenix-home\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .phoenix-home\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .phoenix-home\:float-left {
    float: left;
  }

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

  .phoenix-home\:mt-0 {
    margin-top: 0px;
  }

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

  .phoenix-home\:mt-\[7\%\] {
    margin-top: 7%;
  }

  .phoenix-home\:block {
    display: block;
  }

  .phoenix-home\:inline-block {
    display: inline-block;
  }

  .phoenix-home\:flex {
    display: flex;
  }

  .phoenix-home\:grid {
    display: grid;
  }

  .phoenix-home\:h-\[2\.75rem\] {
    height: 2.75rem;
  }

  .phoenix-home\:h-auto {
    height: auto;
  }

  .phoenix-home\:\!w-auto {
    width: auto !important;
  }

  .phoenix-home\:w-\[20\.9rem\] {
    width: 20.9rem;
  }

  .phoenix-home\:w-auto {
    width: auto;
  }

  .phoenix-home\:w-full {
    width: 100%;
  }

  .phoenix-home\:min-w-\[755px\] {
    min-width: 755px;
  }

  .phoenix-home\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .phoenix-home\:items-start {
    align-items: flex-start;
  }

  .phoenix-home\:justify-between {
    justify-content: space-between;
  }

  .phoenix-home\:self-start {
    align-self: flex-start;
  }

  .phoenix-home\:p-3 {
    padding: 0.75rem;
  }

  .phoenix-home\:pl-\[0\.7em\] {
    padding-left: 0.7em;
  }

  .phoenix-home\:pl-\[4\%\] {
    padding-left: 4%;
  }

  .phoenix-home\:pl-\[4em\] {
    padding-left: 4em;
  }

  .phoenix-home\:pr-\[1\.2em\] {
    padding-right: 1.2em;
  }

  .phoenix-home\:text-right {
    text-align: right;
  }

  .phoenix-home\:text-\[3\.4rem\] {
    font-size: 3.4rem;
  }

  .phoenix-home\:leading-none {
    line-height: 1;
  }

  .phoenix-home\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 83.125em) {
  .nav-brand\:left-\[416px\] {
    left: 416px;
  }

  .nav-brand\:inline-block {
    display: inline-block;
  }
}

.\[\&\.active\>div\.loginbox\]\:block.active>div.loginbox {
  display: block;
}

.\[\&\.dd-shifted\]\:\!-left-full.dd-shifted {
  left: -100% !important;
}

.\[\&\.down\]\:max-h-\[100vh\].down {
  max-height: 100vh;
}

.\[\&\.down\]\:overflow-y-auto.down {
  overflow-y: auto;
}

@media (min-width: 64.0625em) {
  .phoenix-lg\:\[\&\.down\]\:max-h-\[400px\].down {
    max-height: 400px;
  }
}

.\[\&\.expanded\]\:absolute.expanded {
  position: absolute;
}

.\[\&\.expanded\]\:left-0.expanded {
  left: 0px;
}

.\[\&\.expanded\]\:right-0.expanded {
  right: 0px;
}

.\[\&\.expanded\]\:top-0.expanded {
  top: 0px;
}

.\[\&\.expanded\]\:z-20.expanded {
  z-index: 20;
}

.\[\&\.expanded\]\:h-auto.expanded {
  height: auto;
}

.\[\&\.expanded\]\:w-full.expanded {
  width: 100%;
}

.\[\&\.expanded\]\:\!overflow-x-hidden.expanded {
  overflow-x: hidden !important;
}

.\[\&\.expanded\]\:\!overflow-y-visible.expanded {
  overflow-y: visible !important;
}

.\[\&\.expanded\]\:bg-transparent.expanded {
  background-color: transparent;
}

@media (min-width: 64.0625em) {
  .phoenix-lg\:\[\&\.expanded\]\:w-\[1000px\].expanded {
    width: 1000px;
  }

  .phoenix-lg\:\[\&\.expanded_\.row\>div\]\:w-1\/4.expanded .row>div {
    width: 25%;
  }

  .phoenix-lg\:\[\&\.expanded_\.row\>div\]\:px-\[0\.9375rem\].expanded .row>div {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .phoenix-lg\:\[\&\.expanded_\.row\]\:-mx-\[0\.9375rem\].expanded .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .phoenix-lg\:\[\&\.expanded_\.row\]\:w-\[calc\(100\%\+1\.875rem\)\].expanded .row {
    width: calc(100% + 1.875rem);
  }

  .phoenix-lg\:\[\&\.expanded_\.row\]\:flex-row.expanded .row {
    flex-direction: row;
  }
}

.\[\&\.expanded_\.title-area\]\:bg-\[\#0f0404\].expanded .title-area {
  --tw-bg-opacity: 1;
  background-color: rgb(15 4 4 / var(--tw-bg-opacity, 1));
}

.\[\&\.expanded_\.toggle-topbar_a\]\:text-\[\#888\].expanded .toggle-topbar a {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.\[\&\.expanded_\.toggle-topbar_a_span\]\:after\:shadow-\[0_0_0_1px_\#888\2c 0_7px_0_1px_\#888\2c 0_14px_0_1px_\#888\].expanded .toggle-topbar a span::after {
  content: var(--tw-content);
  --tw-shadow: 0 0 0 1px #888,0 7px 0 1px #888,0 14px 0 1px #888;
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 0 7px 0 1px var(--tw-shadow-color), 0 14px 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 64.0625em) {
  .phoenix-lg\:\[\&\.expanded_a\.back\]\:hidden.expanded a.back {
    display: none;
  }

  .phoenix-lg\:\[\&\.expanded_a\.close\]\:block.expanded a.close {
    display: block;
  }

  .phoenix-lg\:\[\&\.expanded_h4\]\:hidden.expanded h4 {
    display: none;
  }
}

.\[\&\.is-selected\]\:\!text-\[\#1c1c1c\].is-selected {
  --tw-text-opacity: 1 !important;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1)) !important;
}

.\[\&\.open\]\:block.open {
  display: block;
}

.\[\&\:has\(form\.searchbox\.expander\.expanded\)_i\.g-overhang\]\:hidden:has(form.searchbox.expander.expanded) i.g-overhang {
  display: none;
}

.\[\&\:is\(\.about\)_\#mainnav_li\.about\>a\]\:\!text-phoenix-red:is(.about) #mainnav li.about>a {
  --tw-text-opacity: 1 !important;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1)) !important;
}

.\[\&\:is\(\.resources\)_\#mainnav_li\.resources\>a\]\:\!text-phoenix-red:is(.resources) #mainnav li.resources>a {
  --tw-text-opacity: 1 !important;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1)) !important;
}

.\[\&\:is\(\.videos\)_\#mainnav_li\.videos\>a\]\:\!text-phoenix-red:is(.videos) #mainnav li.videos>a {
  --tw-text-opacity: 1 !important;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1)) !important;
}

.\[\&\>\.content\.active\]\:block>.content.active {
  display: block;
}

.\[\&\>\.content\]\:hidden>.content {
  display: none;
}

.\[\&\>\.content\]\:w-full>.content {
  width: 100%;
}

.\[\&\>\.content\]\:p-\[15px\]>.content {
  padding: 15px;
}

.\[\&\>\:first-child\]\:mt-0>:first-child {
  margin-top: 0px;
}

.\[\&\>\:last-child\]\:mb-0>:last-child {
  margin-bottom: 0px;
}

.\[\&\>div\>div\:first-child\]\:mb-\[2em\]>div>div:first-child {
  margin-bottom: 2em;
}

.\[\&\>div\>div\:first-child\]\:text-center>div>div:first-child {
  text-align: center;
}

.\[\&\>li\:first-child\]\:ml-0>li:first-child {
  margin-left: 0px;
}

.\[\&\>li\]\:ml-3>li {
  margin-left: 0.75rem;
}

.\[\&\>li\]\:ml-6>li {
  margin-left: 1.5rem;
}

.\[\&\>li\]\:inline-block>li {
  display: inline-block;
}

.\[\&_\#Links_dt\]\:font-bold #Links dt {
  font-weight: 700;
}

.\[\&_\#home_button_a\]\:\!text-\[\#fffafa\] #home button a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 250 250 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\#home_button_a\]\:\!no-underline #home button a {
  text-decoration-line: none !important;
}

.hover\:\[\&_\#home_button_a\]\:\!text-\[\#fffafa\] #home button a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 250 250 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\#id\\\\_category\]\:mb-4 #id\_category {
  margin-bottom: 1rem;
}

.\[\&_\#left_bottom\]\:relative #left bottom {
  position: relative;
}

.\[\&_\#left_bottom\]\:top-\[2em\] #left bottom {
  top: 2em;
}

.\[\&_\#main\]\:relative #main {
  position: relative;
}

.\[\&_\#main\]\:mx-auto #main {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_\#main\]\:mt-\[25px\] #main {
  margin-top: 25px;
}

.\[\&_\#main\]\:w-full #main {
  width: 100%;
}

.\[\&_\#main\]\:max-w-\[1000px\] #main {
  max-width: 1000px;
}

.\[\&_\#right_bottom\]\:relative #right bottom {
  position: relative;
}

.\[\&_\#right_bottom\]\:top-\[7em\] #right bottom {
  top: 7em;
}

.\[\&_\#right_top\]\:relative #right top {
  position: relative;
}

.\[\&_\#right_top\]\:top-\[3em\] #right top {
  top: 3em;
}

.\[\&_\#side-menu\:target\]\:w-\[70\%\] #side-menu:target {
  width: 70%;
}

.\[\&_\#topnav_\.name\>a\]\:font-italianno #topnav .name>a {
  font-family: Italianno, cursive;
}

.\[\&_\#topnav_\.name\>a\]\:not-italic #topnav .name>a {
  font-style: normal;
}

.\[\&_\#topnav_h1\]\:font-italianno #topnav h1 {
  font-family: Italianno, cursive;
}

.\[\&_\#topnav_h1\]\:not-italic #topnav h1 {
  font-style: normal;
}

.\[\&_\#topnav_h1_a\]\:font-italianno #topnav h1 a {
  font-family: Italianno, cursive;
}

.\[\&_\#topnav_h1_a\]\:not-italic #topnav h1 a {
  font-style: normal;
}

.\[\&_\.active\]\:bg-\[\#eee\] .active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.\[\&_\.alert-box\.info\]\:border-\[\#74bfdd\] .alert-box.info {
  --tw-border-opacity: 1;
  border-color: rgb(116 191 221 / var(--tw-border-opacity, 1));
}

.\[\&_\.alert-box\.info\]\:bg-\[\#a0d3e8\] .alert-box.info {
  --tw-bg-opacity: 1;
  background-color: rgb(160 211 232 / var(--tw-bg-opacity, 1));
}

.\[\&_\.alert-box\.info\]\:font-medium .alert-box.info {
  font-weight: 500;
}

.\[\&_\.alert-box\.info\]\:text-\[\#2d2d2d\] .alert-box.info {
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1));
}

.\[\&_\.alert-box\.radius\]\:rounded .alert-box.radius {
  border-radius: 0.25rem;
}

.\[\&_\.alert-box\.secondary\]\:border-\[\#b9b9b9\] .alert-box.secondary {
  --tw-border-opacity: 1;
  border-color: rgb(185 185 185 / var(--tw-border-opacity, 1));
}

.\[\&_\.alert-box\.secondary\]\:bg-\[\#e7e7e7\] .alert-box.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
}

.\[\&_\.alert-box\.secondary\]\:text-\[\#0f0404\] .alert-box.secondary {
  --tw-text-opacity: 1;
  color: rgb(15 4 4 / var(--tw-text-opacity, 1));
}

.\[\&_\.alert-box\.success\]\:border-\[\#368a55\] .alert-box.success {
  --tw-border-opacity: 1;
  border-color: rgb(54 138 85 / var(--tw-border-opacity, 1));
}

.\[\&_\.alert-box\.success\]\:bg-\[\#43AC6A\] .alert-box.success {
  --tw-bg-opacity: 1;
  background-color: rgb(67 172 106 / var(--tw-bg-opacity, 1));
}

.\[\&_\.alert-box\.success\]\:text-white .alert-box.success {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_\.alert-box\]\:relative .alert-box {
  position: relative;
}

.\[\&_\.alert-box\]\:mb-5 .alert-box {
  margin-bottom: 1.25rem;
}

.\[\&_\.alert-box\]\:block .alert-box {
  display: block;
}

.\[\&_\.alert-box\]\:border .alert-box {
  border-width: 1px;
}

.\[\&_\.alert-box\]\:border-solid .alert-box {
  border-style: solid;
}

.\[\&_\.alert-box\]\:px-3\.5 .alert-box {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.\[\&_\.alert-box\]\:py-3\.5 .alert-box {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.\[\&_\.alert-box\]\:pr-6 .alert-box {
  padding-right: 1.5rem;
}

.\[\&_\.alert-box\]\:text-\[0\.8125rem\] .alert-box {
  font-size: 0.8125rem;
}

.\[\&_\.alert-box_\.close\]\:absolute .alert-box .close {
  position: absolute;
}

.\[\&_\.alert-box_\.close\]\:right-1 .alert-box .close {
  right: 0.25rem;
}

.\[\&_\.alert-box_\.close\]\:top-1\/2 .alert-box .close {
  top: 50%;
}

.\[\&_\.alert-box_\.close\]\:-mt-2\.5 .alert-box .close {
  margin-top: -0.625rem;
}

.\[\&_\.alert-box_\.close\]\:px-1\.5 .alert-box .close {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.\[\&_\.alert-box_\.close\]\:text-\[1\.375rem\] .alert-box .close {
  font-size: 1.375rem;
}

.\[\&_\.alert-box_\.close\]\:leading-\[0\.9\] .alert-box .close {
  line-height: 0.9;
}

.\[\&_\.alert-box_\.close\]\:text-\[\#0f0404\] .alert-box .close {
  --tw-text-opacity: 1;
  color: rgb(15 4 4 / var(--tw-text-opacity, 1));
}

.\[\&_\.alert-box_\.close\]\:no-underline .alert-box .close {
  text-decoration-line: none;
}

.\[\&_\.alert-box_\.close\]\:opacity-30 .alert-box .close {
  opacity: 0.3;
}

.hover\:\[\&_\.alert-box_\.close\]\:opacity-50 .alert-box .close:hover {
  opacity: 0.5;
}

.\[\&_\.breadcrumb_nav\>li\]\:inline-block .breadcrumb nav>li {
  display: inline-block;
}

.\[\&_\.breadcrumb_nav\]\:mb-3 .breadcrumb nav {
  margin-bottom: 0.75rem;
}

.\[\&_\.button\.disabled\]\:cursor-default .button.disabled {
  cursor: default;
}

.\[\&_\.button\.disabled\]\:opacity-70 .button.disabled {
  opacity: 0.7;
}

.\[\&_\.button\.is-undo\]\:\!bg-\[\#c65555\] .button.is-undo {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(198 85 85 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\[\&_\.button\.is-undo\]\:\!bg-\[\#c65555\] .button.is-undo:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(198 85 85 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&_\.button\.secondary\]\:border-\[\#b9b9b9\] .button.secondary {
  --tw-border-opacity: 1;
  border-color: rgb(185 185 185 / var(--tw-border-opacity, 1));
}

.\[\&_\.button\.secondary\]\:bg-\[\#e7e7e7\] .button.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
}

.\[\&_\.button\.small\]\:px-7 .button.small {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.\[\&_\.button\.small\]\:py-3\.5 .button.small {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.\[\&_\.button\.small\]\:text-\[0\.8125rem\] .button.small {
  font-size: 0.8125rem;
}

.\[\&_\.button\]\:mb-5 .button {
  margin-bottom: 1.25rem;
}

.\[\&_\.button\]\:\!inline-block .button {
  display: inline-block !important;
}

.\[\&_\.button\]\:inline-block .button {
  display: inline-block;
}

.\[\&_\.button\]\:\!h-\[2em\] .button {
  height: 2em !important;
}

.\[\&_\.button\]\:\!w-auto .button {
  width: auto !important;
}

.\[\&_\.button\]\:\!cursor-pointer .button {
  cursor: pointer !important;
}

.\[\&_\.button\]\:cursor-pointer .button {
  cursor: pointer;
}

.\[\&_\.button\]\:\!rounded-none .button {
  border-radius: 0px !important;
}

.\[\&_\.button\]\:rounded-\[46\%\] .button {
  border-radius: 46%;
}

.\[\&_\.button\]\:\!border-0 .button {
  border-width: 0px !important;
}

.\[\&_\.button\]\:border .button {
  border-width: 1px;
}

.\[\&_\.button\]\:border-solid .button {
  border-style: solid;
}

.\[\&_\.button\]\:border-\[\#ccc\] .button {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.\[\&_\.button\]\:\!bg-\[\#cecece\] .button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&_\.button\]\:bg-white .button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_\.button\]\:\!px-3 .button {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\[\&_\.button\]\:\!py-0 .button {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.\[\&_\.button\]\:px-8 .button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.\[\&_\.button\]\:py-4 .button {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&_\.button\]\:font-phoenix-nav .button {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_\.button\]\:text-base .button {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_\.button\]\:font-normal .button {
  font-weight: 400;
}

.\[\&_\.button\]\:\!leading-\[2\] .button {
  line-height: 2 !important;
}

.\[\&_\.button\]\:\!text-\[\#444\] .button {
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.button\]\:text-phoenix-red .button {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.\[\&_\.button\]\:\!no-underline .button {
  text-decoration-line: none !important;
}

.\[\&_\.button\]\:no-underline .button {
  text-decoration-line: none;
}

.hover\:\[\&_\.button\]\:\!bg-\[\#cecece\] .button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\[\&_\.button\]\:bg-\[\#ccc\] .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.hover\:\[\&_\.button\]\:\!text-\[\#1c1c1c\] .button:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\[\&_\.button\]\:\!no-underline .button:hover {
  text-decoration-line: none !important;
}

.hover\:\[\&_\.button\]\:no-underline .button:hover {
  text-decoration-line: none;
}

.\[\&_\.checkboxes\]\:mb-6 .checkboxes {
  margin-bottom: 1.5rem;
}

.\[\&_\.checkboxes\]\:max-h-36 .checkboxes {
  max-height: 9rem;
}

.\[\&_\.checkboxes\]\:overflow-auto .checkboxes {
  overflow: auto;
}

.\[\&_\.checkboxes\]\:border .checkboxes {
  border-width: 1px;
}

.\[\&_\.checkboxes\]\:border-solid .checkboxes {
  border-style: solid;
}

.\[\&_\.checkboxes\]\:border-\[\#cecece\] .checkboxes {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_\.comment-actions\>li\]\:ml-3 .comment-actions>li {
  margin-left: 0.75rem;
}

.\[\&_\.comment-actions\>li\]\:inline-block .comment-actions>li {
  display: inline-block;
}

.\[\&_\.comment-actions\]\:mt-2 .comment-actions {
  margin-top: 0.5rem;
}

.\[\&_\.comment-actions\]\:text-right .comment-actions {
  text-align: right;
}

.\[\&_\.comment-actions\]\:text-sm .comment-actions {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.comment-avatar\]\:h-\[50px\] .comment-avatar {
  height: 50px;
}

.\[\&_\.comment-avatar\]\:w-\[50px\] .comment-avatar {
  width: 50px;
}

.\[\&_\.comment-avatar\]\:rounded-full .comment-avatar {
  border-radius: 9999px;
}

.\[\&_\.comment-body\]\:min-w-0 .comment-body {
  min-width: 0px;
}

.\[\&_\.comment-body\]\:flex-1 .comment-body {
  flex: 1 1 0%;
}

.\[\&_\.comment-body\]\:overflow-hidden .comment-body {
  overflow: hidden;
}

.\[\&_\.comment-img\]\:mr-6 .comment-img {
  margin-right: 1.5rem;
}

.\[\&_\.comment-img\]\:w-\[50px\] .comment-img {
  width: 50px;
}

.\[\&_\.comment-img\]\:shrink-0 .comment-img {
  flex-shrink: 0;
}

.\[\&_\.comment-info\]\:mb-3 .comment-info {
  margin-bottom: 0.75rem;
}

.\[\&_\.comment-info\]\:flex .comment-info {
  display: flex;
}

.\[\&_\.comment-info\]\:items-start .comment-info {
  align-items: flex-start;
}

.\[\&_\.comment-info\]\:justify-between .comment-info {
  justify-content: space-between;
}

.\[\&_\.comment-info\]\:text-sm .comment-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.comment-media\]\:flex .comment-media {
  display: flex;
}

.\[\&_\.comment-realname\]\:hidden .comment-realname {
  display: none;
}

@media (min-width: 48em) {
  .phoenix-home\:\[\&_\.comment-realname\]\:ml-3 .comment-realname {
    margin-left: 0.75rem;
  }

  .phoenix-home\:\[\&_\.comment-realname\]\:inline .comment-realname {
    display: inline;
  }
}

.\[\&_\.comment-removed\]\:text-sm .comment-removed {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.comment-text_blockquote\]\:my-0 .comment-text blockquote {
  margin-top: 0px;
  margin-bottom: 0px;
}

.\[\&_\.comment-text_blockquote\]\:border-l-4 .comment-text blockquote {
  border-left-width: 4px;
}

.\[\&_\.comment-text_blockquote\]\:border-solid .comment-text blockquote {
  border-style: solid;
}

.\[\&_\.comment-text_blockquote\]\:border-\[\#cecece\] .comment-text blockquote {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_\.comment-text_blockquote\]\:pl-6 .comment-text blockquote {
  padding-left: 1.5rem;
}

.\[\&_\.comment-text_ul\]\:mb-6 .comment-text ul {
  margin-bottom: 1.5rem;
}

.\[\&_\.comment-text_ul\]\:ml-10 .comment-text ul {
  margin-left: 2.5rem;
}

.\[\&_\.comment-text_ul\]\:list-inside .comment-text ul {
  list-style-position: inside;
}

.\[\&_\.comment-text_ul\]\:list-disc .comment-text ul {
  list-style-type: disc;
}

.\[\&_\.comment\.is-highlighted\]\:bg-\[\#ffffe9\] .comment.is-highlighted {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 233 / var(--tw-bg-opacity, 1));
}

.\[\&_\.comment\:last-child\]\:border-b .comment:last-child {
  border-bottom-width: 1px;
}

.\[\&_\.comment\\\\_\\\\_footer\\\\_\\\\_share\\\\_\\\\_menu\>li\]\:ml-6 .comment\_\_footer\_\_share\_\_menu>li {
  margin-left: 1.5rem;
}

.\[\&_\.comment\\\\_\\\\_footer\\\\_\\\\_share\\\\_\\\\_menu\>li\]\:inline-block .comment\_\_footer\_\_share\_\_menu>li {
  display: inline-block;
}

.\[\&_\.comment\\\\_\\\\_footer\\\\_\\\\_share\\\\_\\\\_url\]\:mb-3 .comment\_\_footer\_\_share\_\_url {
  margin-bottom: 0.75rem;
}

.\[\&_\.comment\\\\_\\\\_footer\\\\_\\\\_share\\\\_\\\\_url\]\:w-full .comment\_\_footer\_\_share\_\_url {
  width: 100%;
}

.\[\&_\.comment\\\\_\\\\_footer\\\\_\\\\_share\]\:mt-3 .comment\_\_footer\_\_share {
  margin-top: 0.75rem;
}

.\[\&_\.comment\\\\_\\\\_footer\\\\_\\\\_share\]\:border .comment\_\_footer\_\_share {
  border-width: 1px;
}

.\[\&_\.comment\\\\_\\\\_footer\\\\_\\\\_share\]\:border-solid .comment\_\_footer\_\_share {
  border-style: solid;
}

.\[\&_\.comment\\\\_\\\\_footer\\\\_\\\\_share\]\:border-\[\#cecece\] .comment\_\_footer\_\_share {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_\.comment\\\\_\\\\_footer\\\\_\\\\_share\]\:p-3 .comment\_\_footer\_\_share {
  padding: 0.75rem;
}

.\[\&_\.comment\\\\_\\\\_reply\\\\_\\\\_actions\\\\_\\\\_publish\]\:mt-4 .comment\_\_reply\_\_actions\_\_publish {
  margin-top: 1rem;
}

@media (min-width: 48em) {
  .phoenix-home\:\[\&_\.comment\\\\_\\\\_reply\\\\_\\\\_actions\\\\_\\\\_publish\]\:float-right .comment\_\_reply\_\_actions\_\_publish {
    float: right;
  }
}

.\[\&_\.comment\\\\_\\\\_reply\\\\_\\\\_text\]\:mt-2\.5 .comment\_\_reply\_\_text {
  margin-top: 0.625rem;
}

.\[\&_\.comment\]\:border-t .comment {
  border-top-width: 1px;
}

.\[\&_\.comment\]\:border-solid .comment {
  border-style: solid;
}

.\[\&_\.comment\]\:border-\[\#cecece\] .comment {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_\.comment\]\:p-3 .comment {
  padding: 0.75rem;
}

.\[\&_\.comment_heading\]\:font-bold .comment heading {
  font-weight: 700;
}

.\[\&_\.comments\\\\_\\\\_reply\]\:mt-4 .comments\_\_reply {
  margin-top: 1rem;
}

.\[\&_\.comments\]\:mb-6 .comments {
  margin-bottom: 1.5rem;
}

.\[\&_\.container\]\:mb-6 .container {
  margin-bottom: 1.5rem;
}

.\[\&_\.crumbs\]\:text-\[0\.9rem\] .crumbs {
  font-size: 0.9rem;
}

.\[\&_\.crumbs_\.sep\]\:mx-\[3px\] .crumbs .sep {
  margin-left: 3px;
  margin-right: 3px;
}

.\[\&_\.crumbs_\.sep\]\:font-bold .crumbs .sep {
  font-weight: 700;
}

.\[\&_\.crumbs_\.sep\]\:text-\[\#ccc\] .crumbs .sep {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

.\[\&_\.crumbs_a\]\:inline-block .crumbs a {
  display: inline-block;
}

.\[\&_\.crumbs_a\]\:opacity-70 .crumbs a {
  opacity: 0.7;
}

.\[\&_\.dropdown_button\]\:inline-block .dropdown button {
  display: inline-block;
}

.\[\&_\.dropdown_button\]\:h-\[2em\] .dropdown button {
  height: 2em;
}

.\[\&_\.dropdown_button\]\:leading-\[2\] .dropdown button {
  line-height: 2;
}

.\[\&_\.errorlist\]\:mb-3 .errorlist {
  margin-bottom: 0.75rem;
}

.\[\&_\.errorlist\]\:mb-4 .errorlist {
  margin-bottom: 1rem;
}

.\[\&_\.errorlist\]\:list-none .errorlist {
  list-style-type: none;
}

.\[\&_\.errorlist\]\:border .errorlist {
  border-width: 1px;
}

.\[\&_\.errorlist\]\:border-solid .errorlist {
  border-style: solid;
}

.\[\&_\.errorlist\]\:border-\[\#ccc\] .errorlist {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.\[\&_\.errorlist\]\:px-\[0\.5625rem\] .errorlist {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

.\[\&_\.errorlist\]\:py-\[0\.375rem\] .errorlist {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\.errorlist\]\:text-xs .errorlist {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_\.errorlist\]\:font-medium .errorlist {
  font-weight: 500;
}

.\[\&_\.errorlist\]\:text-\[\#c65555\] .errorlist {
  --tw-text-opacity: 1;
  color: rgb(198 85 85 / var(--tw-text-opacity, 1));
}

.\[\&_\.errorlist\]\:text-\[\#c93636\] .errorlist {
  --tw-text-opacity: 1;
  color: rgb(201 54 54 / var(--tw-text-opacity, 1));
}

.\[\&_\.explanation\\\\_text\.correct\]\:text-\[\#009900\] .explanation\_text.correct {
  --tw-text-opacity: 1;
  color: rgb(0 153 0 / var(--tw-text-opacity, 1));
}

.\[\&_\.explanation\\\\_text\.incorrect\]\:text-\[\#550000\] .explanation\_text.incorrect {
  --tw-text-opacity: 1;
  color: rgb(85 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_\.explanation\\\\_text\]\:my-4 .explanation\_text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&_\.field\]\:mb-6 .field {
  margin-bottom: 1.5rem;
}

.\[\&_\.form\>input\.button\]\:ml-\[15px\] .form>input.button {
  margin-left: 15px;
}

.\[\&_\.head-edit-link\]\:text-sm .head-edit-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.header-tab-content\]\:hidden .header-tab-content {
  display: none;
}

.\[\&_\.help-text\]\:mb-2 .help-text {
  margin-bottom: 0.5rem;
}

.\[\&_\.help-text\]\:text-\[0\.9rem\] .help-text {
  font-size: 0.9rem;
}

.\[\&_\.help-text\]\:italic .help-text {
  font-style: italic;
}

.\[\&_\.help-text\]\:leading-\[1\.2\] .help-text {
  line-height: 1.2;
}

.\[\&_\.help-text\]\:text-\[\#999\] .help-text {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.\[\&_\.img-container\]\:h-full .img-container {
  height: 100%;
}

.\[\&_\.img-container\]\:w-\[60px\] .img-container {
  width: 60px;
}

.\[\&_\.img-container\]\:py-\[3px\] .img-container {
  padding-top: 3px;
  padding-bottom: 3px;
}

.\[\&_\.img-container\]\:pr-2\.5 .img-container {
  padding-right: 0.625rem;
}

.\[\&_\.img-container_img\]\:w-\[60px\] .img-container img {
  width: 60px;
}

.\[\&_\.inline-list\>li\:first-child\]\:ml-0 .inline-list>li:first-child {
  margin-left: 0px;
}

.\[\&_\.inline-list\>li\]\:ml-3 .inline-list>li {
  margin-left: 0.75rem;
}

.\[\&_\.inline-list\>li\]\:inline-block .inline-list>li {
  display: inline-block;
}

.\[\&_\.layout\\\\_\\\\_list\\\\_\\\\_item\]\:border-t .layout\_\_list\_\_item {
  border-top-width: 1px;
}

.\[\&_\.layout\\\\_\\\\_list\\\\_\\\\_item\]\:border-solid .layout\_\_list\_\_item {
  border-style: solid;
}

.\[\&_\.layout\\\\_\\\\_list\\\\_\\\\_item\]\:border-\[\#cecece\] .layout\_\_list\_\_item {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_\.layout\\\\_\\\\_list\\\\_\\\\_item\]\:p-3 .layout\_\_list\_\_item {
  padding: 0.75rem;
}

.\[\&_\.layout\\\\_\\\\_menu\]\:mb-6 .layout\_\_menu {
  margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
  .phoenix-home\:\[\&_\.layout\\\\_\\\\_menu\]\:flex .layout\_\_menu {
    display: flex;
  }

  .phoenix-home\:\[\&_\.layout\\\\_\\\\_menu\]\:items-start .layout\_\_menu {
    align-items: flex-start;
  }

  .phoenix-home\:\[\&_\.layout\\\\_\\\\_menu\]\:justify-between .layout\_\_menu {
    justify-content: space-between;
  }
}

.\[\&_\.layout\\\\_\\\\_topics\\\\_\\\\_topic\]\:border-t .layout\_\_topics\_\_topic {
  border-top-width: 1px;
}

.\[\&_\.layout\\\\_\\\\_topics\\\\_\\\\_topic\]\:border-solid .layout\_\_topics\_\_topic {
  border-style: solid;
}

.\[\&_\.layout\\\\_\\\\_topics\\\\_\\\\_topic\]\:border-\[\#cecece\] .layout\_\_topics\_\_topic {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_\.layout\\\\_\\\\_topics\\\\_\\\\_topic\]\:p-3 .layout\_\_topics\_\_topic {
  padding: 0.75rem;
}

.\[\&_\.loginbox_\.button\.secondary\]\:border-\[\#b9b9b9\] .loginbox .button.secondary {
  --tw-border-opacity: 1;
  border-color: rgb(185 185 185 / var(--tw-border-opacity, 1));
}

.\[\&_\.loginbox_\.button\.secondary\]\:bg-\[\#e7e7e7\] .loginbox .button.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
}

.\[\&_\.loginbox_\.button\.small\]\:px-7 .loginbox .button.small {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.\[\&_\.loginbox_\.button\.small\]\:text-\[0\.8125rem\] .loginbox .button.small {
  font-size: 0.8125rem;
}

.\[\&_\.loginbox_\.button\]\:mb-0 .loginbox .button {
  margin-bottom: 0px;
}

.\[\&_\.loginbox_\.button\]\:inline-block .loginbox .button {
  display: inline-block;
}

.\[\&_\.loginbox_\.button\]\:cursor-pointer .loginbox .button {
  cursor: pointer;
}

.\[\&_\.loginbox_\.button\]\:rounded-\[46\%\] .loginbox .button {
  border-radius: 46%;
}

.\[\&_\.loginbox_\.button\]\:border .loginbox .button {
  border-width: 1px;
}

.\[\&_\.loginbox_\.button\]\:border-solid .loginbox .button {
  border-style: solid;
}

.\[\&_\.loginbox_\.button\]\:border-\[\#ccc\] .loginbox .button {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.\[\&_\.loginbox_\.button\]\:bg-white .loginbox .button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_\.loginbox_\.button\]\:px-8 .loginbox .button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.\[\&_\.loginbox_\.button\]\:py-3\.5 .loginbox .button {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.\[\&_\.loginbox_\.button\]\:font-phoenix-nav .loginbox .button {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_\.loginbox_\.button\]\:text-base .loginbox .button {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_\.loginbox_\.button\]\:font-normal .loginbox .button {
  font-weight: 400;
}

.\[\&_\.loginbox_\.button\]\:text-phoenix-red .loginbox .button {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.\[\&_\.loginbox_\.button\]\:no-underline .loginbox .button {
  text-decoration-line: none;
}

.hover\:\[\&_\.loginbox_\.button\]\:bg-\[\#ccc\] .loginbox .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.hover\:\[\&_\.loginbox_\.button\]\:no-underline .loginbox .button:hover {
  text-decoration-line: none;
}

.\[\&_\.loginbox_\.forgot\]\:bg-transparent .loginbox .forgot {
  background-color: transparent;
}

.\[\&_\.loginbox_\.forgot\]\:p-0 .loginbox .forgot {
  padding: 0px;
}

.\[\&_\.loginbox_\.forgot\]\:text-\[0\.8rem\] .loginbox .forgot {
  font-size: 0.8rem;
}

.\[\&_\.loginbox_\.forgot\]\:leading-none .loginbox .forgot {
  line-height: 1;
}

.\[\&_\.loginbox_\.forgot\]\:text-phoenix-red .loginbox .forgot {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_\.loginbox_\.forgot\]\:text-\[\#8d2626\] .loginbox .forgot:hover {
  --tw-text-opacity: 1;
  color: rgb(141 38 38 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_\.loginbox_\.forgot\]\:underline .loginbox .forgot:hover {
  text-decoration-line: underline;
}

.\[\&_\.loginbox_button\]\:mb-0 .loginbox button {
  margin-bottom: 0px;
}

.\[\&_\.loginbox_button\]\:inline-block .loginbox button {
  display: inline-block;
}

.\[\&_\.loginbox_button\]\:cursor-pointer .loginbox button {
  cursor: pointer;
}

.\[\&_\.loginbox_button\]\:rounded-\[46\%\] .loginbox button {
  border-radius: 46%;
}

.\[\&_\.loginbox_button\]\:border .loginbox button {
  border-width: 1px;
}

.\[\&_\.loginbox_button\]\:border-solid .loginbox button {
  border-style: solid;
}

.\[\&_\.loginbox_button\]\:border-\[\#ccc\] .loginbox button {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.\[\&_\.loginbox_button\]\:bg-white .loginbox button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_\.loginbox_button\]\:px-8 .loginbox button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.\[\&_\.loginbox_button\]\:py-3\.5 .loginbox button {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.\[\&_\.loginbox_button\]\:font-phoenix-nav .loginbox button {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_\.loginbox_button\]\:text-base .loginbox button {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_\.loginbox_button\]\:font-normal .loginbox button {
  font-weight: 400;
}

.\[\&_\.loginbox_button\]\:text-phoenix-red .loginbox button {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_\.loginbox_button\]\:bg-\[\#ccc\] .loginbox button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.\[\&_\.loginbox_input\]\:mb-0 .loginbox input {
  margin-bottom: 0px;
}

.\[\&_\.loginbox_input\]\:box-border .loginbox input {
  box-sizing: border-box;
}

.\[\&_\.loginbox_input\]\:block .loginbox input {
  display: block;
}

.\[\&_\.loginbox_input\]\:h-\[2\.3125rem\] .loginbox input {
  height: 2.3125rem;
}

.\[\&_\.loginbox_input\]\:w-full .loginbox input {
  width: 100%;
}

.\[\&_\.loginbox_input\]\:rounded-none .loginbox input {
  border-radius: 0px;
}

.\[\&_\.loginbox_input\]\:border .loginbox input {
  border-width: 1px;
}

.\[\&_\.loginbox_input\]\:border-solid .loginbox input {
  border-style: solid;
}

.\[\&_\.loginbox_input\]\:border-\[\#ccc\] .loginbox input {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.\[\&_\.loginbox_input\]\:bg-white .loginbox input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_\.loginbox_input\]\:px-2 .loginbox input {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\.loginbox_input\]\:py-2 .loginbox input {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&_\.loginbox_input\]\:text-sm .loginbox input {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.loginbox_input\]\:text-black\/75 .loginbox input {
  color: rgb(0 0 0 / 0.75);
}

.\[\&_\.loginbox_input\]\:shadow-\[inset_0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] .loginbox input {
  --tw-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  --tw-shadow-colored: inset 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:\[\&_\.loginbox_input\]\:border-\[\#999\] .loginbox input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}

.focus\:\[\&_\.loginbox_input\]\:bg-\[\#fafafa\] .loginbox input:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.focus\:\[\&_\.loginbox_input\]\:outline-none .loginbox input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_\.menu-link\]\:block .menu-link {
  display: block;
}

.\[\&_\.menu-link\]\:px-3 .menu-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_\.menu\>li\:last-child\]\:mb-0 .menu>li:last-child {
  margin-bottom: 0px;
}

.\[\&_\.menu\>li\]\:mb-1\.5 .menu>li {
  margin-bottom: 0.375rem;
}

.\[\&_\.menu\>li\]\:bg-\[\#f6f6f6\] .menu>li {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.\[\&_\.menu\\\\_\\\\_new_topic\]\:mt-3 .menu\_\_new topic {
  margin-top: 0.75rem;
}

@media (min-width: 48em) {
  .phoenix-home\:\[\&_\.menu\\\\_\\\\_new_topic\]\:mt-0 .menu\_\_new topic {
    margin-top: 0px;
  }

  .phoenix-home\:\[\&_\.menu\\\\_\\\\_new_topic\]\:text-right .menu\_\_new topic {
    text-align: right;
  }
}

.\[\&_\.menu\\\\_list\>li\]\:mb-1\.5 .menu\_list>li {
  margin-bottom: 0.375rem;
}

.\[\&_\.menu\\\\_list\>li\]\:bg-\[\#f6f6f6\] .menu\_list>li {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.\[\&_\.menu\\\\_list\\\\_\\\\_link\]\:block .menu\_list\_\_link {
  display: block;
}

.\[\&_\.menu\\\\_list\\\\_\\\\_link\]\:px-3 .menu\_list\_\_link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 48em) {
  .phoenix-home\:\[\&_\.menu\]\:inline-block .menu {
    display: inline-block;
  }
}

.\[\&_\.message-title\.is-error\]\:text-\[\#c65555\] .message-title.is-error {
  --tw-text-opacity: 1;
  color: rgb(198 85 85 / var(--tw-text-opacity, 1));
}

.\[\&_\.message-title\.is-info\]\:text-\[\#95a2a7\] .message-title.is-info {
  --tw-text-opacity: 1;
  color: rgb(149 162 167 / var(--tw-text-opacity, 1));
}

.\[\&_\.message-title\]\:mb-3 .message-title {
  margin-bottom: 0.75rem;
}

.\[\&_\.messages-error\]\:mb-6 .messages-error {
  margin-bottom: 1.5rem;
}

.\[\&_\.messages-error\]\:bg-\[\#fce2e2\] .messages-error {
  --tw-bg-opacity: 1;
  background-color: rgb(252 226 226 / var(--tw-bg-opacity, 1));
}

.\[\&_\.messages-error\]\:p-3 .messages-error {
  padding: 0.75rem;
}

.\[\&_\.messages-info\]\:mb-6 .messages-info {
  margin-bottom: 1.5rem;
}

.\[\&_\.messages-info\]\:bg-\[\#e2f5fc\] .messages-info {
  --tw-bg-opacity: 1;
  background-color: rgb(226 245 252 / var(--tw-bg-opacity, 1));
}

.\[\&_\.messages-info\]\:p-3 .messages-info {
  padding: 0.75rem;
}

.\[\&_\.move-comments\]\:fixed .move-comments {
  position: fixed;
}

.\[\&_\.move-comments\]\:bottom-0 .move-comments {
  bottom: 0px;
}

.\[\&_\.move-comments\]\:left-0 .move-comments {
  left: 0px;
}

.\[\&_\.move-comments\]\:z-\[1\] .move-comments {
  z-index: 1;
}

.\[\&_\.move-comments\]\:w-full .move-comments {
  width: 100%;
}

.\[\&_\.move-comments\]\:bg-\[\#cecece\] .move-comments {
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity, 1));
}

.\[\&_\.move-comments\]\:py-1\.5 .move-comments {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\.move-container\]\:mx-auto .move-container {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_\.move-container\]\:max-w-\[1000px\] .move-container {
  max-width: 1000px;
}

.\[\&_\.move-input\]\:ml-3 .move-input {
  margin-left: 0.75rem;
}

.\[\&_\.move-input\]\:inline-block .move-input {
  display: inline-block;
}

.\[\&_\.move-input_input\]\:\!w-\[100px\] .move-input input {
  width: 100px !important;
}

.\[\&_\.move-label\]\:ml-3 .move-label {
  margin-left: 0.75rem;
}

.\[\&_\.move-link\]\:ml-3 .move-link {
  margin-left: 0.75rem;
}

.\[\&_\.move-link\]\:inline-block .move-link {
  display: inline-block;
}

.\[\&_\.move-link\]\:bg-\[\#f6f6f6\] .move-link {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.\[\&_\.move-link\]\:px-1\.5 .move-link {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.\[\&_\.move-link\]\:py-1\.5 .move-link {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 48em) {
  .phoenix-home\:\[\&_\.new-category\]\:text-right .new-category {
    text-align: right;
  }
}

.\[\&_\.no-bullet\]\:list-none .no-bullet {
  list-style-type: none;
}

.\[\&_\.no-bullet\]\:pl-0 .no-bullet {
  padding-left: 0px;
}

@media (min-width: 48em) {
  .phoenix-home\:\[\&_\.notify\]\:float-right .notify {
    float: right;
  }

  .phoenix-home\:\[\&_\.notify\]\:text-right .notify {
    text-align: right;
  }
}

.\[\&_\.paginator\>li\:first-child\]\:ml-0 .paginator>li:first-child {
  margin-left: 0px;
}

.\[\&_\.paginator\>li\]\:ml-3 .paginator>li {
  margin-left: 0.75rem;
}

.\[\&_\.paginator\>li\]\:inline-block .paginator>li {
  display: inline-block;
}

.\[\&_\.paginator\]\:mb-6 .paginator {
  margin-bottom: 1.5rem;
}

.\[\&_\.paginator\]\:ml-2\.5 .paginator {
  margin-left: 0.625rem;
}

.\[\&_\.privacy-highlight\]\:font-bold .privacy-highlight {
  font-weight: 700;
}

.\[\&_\.privacy-link\]\:text-\[\#0066cc\] .privacy-link {
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity, 1));
}

.\[\&_\.privacy-link\]\:no-underline .privacy-link {
  text-decoration-line: none;
}

.hover\:\[\&_\.privacy-link\]\:underline .privacy-link:hover {
  text-decoration-line: underline;
}

.\[\&_\.privacy-list-item\]\:my-2 .privacy-list-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\[\&_\.privacy-list\]\:mb-4 .privacy-list {
  margin-bottom: 1rem;
}

.\[\&_\.privacy-list\]\:ml-6 .privacy-list {
  margin-left: 1.5rem;
}

.\[\&_\.privacy-list\]\:list-disc .privacy-list {
  list-style-type: disc;
}

.\[\&_\.privacy-note\]\:italic .privacy-note {
  font-style: italic;
}

.\[\&_\.privacy-note\]\:text-\[\#666\] .privacy-note {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.\[\&_\.privacy-policy\]\:mt-8 .privacy-policy {
  margin-top: 2rem;
}

.\[\&_\.privacy-section-title\]\:mb-2 .privacy-section-title {
  margin-bottom: 0.5rem;
}

.\[\&_\.privacy-section-title\]\:scroll-mt-5 .privacy-section-title {
  scroll-margin-top: 1.25rem;
}

.\[\&_\.privacy-section-title\]\:text-\[1\.1em\] .privacy-section-title {
  font-size: 1.1em;
}

.\[\&_\.privacy-section-title\]\:font-bold .privacy-section-title {
  font-weight: 700;
}

.\[\&_\.privacy-section\]\:relative .privacy-section {
  position: relative;
}

.\[\&_\.privacy-section\]\:my-6 .privacy-section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.\[\&_\.privacy-subtitle\]\:my-4 .privacy-subtitle {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&_\.privacy-subtitle\]\:text-\[1\.1em\] .privacy-subtitle {
  font-size: 1.1em;
}

.\[\&_\.privacy-subtitle\]\:font-bold .privacy-subtitle {
  font-weight: 700;
}

.\[\&_\.privacy-table-header\]\:bg-\[\#f5f5f5\] .privacy-table-header {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.\[\&_\.privacy-table-header\]\:font-bold .privacy-table-header {
  font-weight: 700;
}

.\[\&_\.privacy-table\]\:my-4 .privacy-table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&_\.privacy-table\]\:w-full .privacy-table {
  width: 100%;
}

.\[\&_\.privacy-table\]\:border-collapse .privacy-table {
  border-collapse: collapse;
}

.\[\&_\.privacy-table_td\]\:border .privacy-table td {
  border-width: 1px;
}

.\[\&_\.privacy-table_td\]\:border-\[\#ddd\] .privacy-table td {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.\[\&_\.privacy-table_td\]\:p-2 .privacy-table td {
  padding: 0.5rem;
}

.\[\&_\.privacy-title\]\:mb-4 .privacy-title {
  margin-bottom: 1rem;
}

.\[\&_\.privacy-title\]\:text-\[1\.2em\] .privacy-title {
  font-size: 1.2em;
}

.\[\&_\.privacy-title\]\:font-bold .privacy-title {
  font-weight: 700;
}

.\[\&_\.profile-avatar\]\:inline-block .profile-avatar {
  display: inline-block;
}

.\[\&_\.profile-avatar\]\:h-\[200px\] .profile-avatar {
  height: 200px;
}

.\[\&_\.profile-avatar\]\:w-\[200px\] .profile-avatar {
  width: 200px;
}

.\[\&_\.profile-avatar\]\:rounded-full .profile-avatar {
  border-radius: 9999px;
}

.\[\&_\.profile-img\]\:mb-6 .profile-img {
  margin-bottom: 1.5rem;
}

.\[\&_\.profile-img\]\:text-center .profile-img {
  text-align: center;
}

.\[\&_\.profile-info\]\:mb-6 .profile-info {
  margin-bottom: 1.5rem;
}

.\[\&_\.profile-info\]\:text-center .profile-info {
  text-align: center;
}

.\[\&_\.profile-info_dd\]\:mb-2 .profile-info dd {
  margin-bottom: 0.5rem;
}

.\[\&_\.profile-info_dt\]\:font-bold .profile-info dt {
  font-weight: 700;
}

.\[\&_\.profile-preferences\]\:mb-12 .profile-preferences {
  margin-bottom: 3rem;
}

.\[\&_\.profile-preferences\]\:text-center .profile-preferences {
  text-align: center;
}

.\[\&_\.profile-username\]\:text-\[21px\] .profile-username {
  font-size: 21px;
}

.\[\&_\.register_\.social\]\:mb-5 .register .social {
  margin-bottom: 1.25rem;
}

@media (min-width: 48em) {
  .phoenix-home\:\[\&_\.reply-button\]\:float-right .reply-button {
    float: right;
  }
}

.\[\&_\.reply-markdown\>li\]\:ml-6 .reply-markdown>li {
  margin-left: 1.5rem;
}

.\[\&_\.reply-markdown\>li\]\:inline-block .reply-markdown>li {
  display: inline-block;
}

.\[\&_\.reply-markdown\]\:mb-6 .reply-markdown {
  margin-bottom: 1.5rem;
}

.\[\&_\.reply-markdown\]\:ml-\[18px\] .reply-markdown {
  margin-left: 18px;
}

.\[\&_\.reply-markdown\]\:mt-3 .reply-markdown {
  margin-top: 0.75rem;
}

.\[\&_\.reply-markdown\]\:list-none .reply-markdown {
  list-style-type: none;
}

@media (min-width: 48em) {
  .phoenix-home\:\[\&_\.reply-markdown\]\:float-left .reply-markdown {
    float: left;
  }
}

.\[\&_\.reply\]\:p-3 .reply {
  padding: 0.75rem;
}

.\[\&_\.row-edit\]\:float-right .row-edit {
  float: right;
}

.\[\&_\.row\>div\]\:box-border .row>div {
  box-sizing: border-box;
}

.\[\&_\.row\>div\]\:block .row>div {
  display: block;
}

.\[\&_\.row\>div\]\:w-full .row>div {
  width: 100%;
}

.\[\&_\.row\>div\]\:px-\[0\.9375rem\] .row>div {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.\[\&_\.row\]\:-mx-\[0\.9375rem\] .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.\[\&_\.row\]\:flex .row {
  display: flex;
}

.\[\&_\.row\]\:w-full .row {
  width: 100%;
}

.\[\&_\.row\]\:flex-col .row {
  flex-direction: column;
}

.\[\&_\.rows\>\.row\:last-child\]\:border-b .rows>.row:last-child {
  border-bottom-width: 1px;
}

.\[\&_\.rows\>\.row\]\:border-t .rows>.row {
  border-top-width: 1px;
}

.\[\&_\.rows\>\.row\]\:border-solid .rows>.row {
  border-style: solid;
}

.\[\&_\.rows\>\.row\]\:border-\[\#cecece\] .rows>.row {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_\.rows\>\.row\]\:p-3 .rows>.row {
  padding: 0.75rem;
}

.\[\&_\.rows\]\:mb-6 .rows {
  margin-bottom: 1.5rem;
}

.\[\&_\.section\\_text\>ul\]\:mb-5 .section_text>ul {
  margin-bottom: 1.25rem;
}

.\[\&_\.section\\_text\>ul\]\:ml-0 .section_text>ul {
  margin-left: 0px;
}

.\[\&_\.section\\_text\>ul\]\:list-inside .section_text>ul {
  list-style-position: inside;
}

.\[\&_\.section\\_text\>ul\]\:list-disc .section_text>ul {
  list-style-type: disc;
}

.\[\&_\.section\\_text\>ul\]\:pl-1 .section_text>ul {
  padding-left: 0.25rem;
}

.\[\&_\.section\\_text\>ul\]\:text-base .section_text>ul {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_\.section\\_text\>ul\]\:leading-\[1\.6\] .section_text>ul {
  line-height: 1.6;
}

.\[\&_\.show-for-medium-up\]\:hidden .show-for-medium-up {
  display: none;
}

@media (min-width: 40.0625em) {
  .phoenix-md\:\[\&_\.show-for-medium-up\]\:inline .show-for-medium-up {
    display: inline;
  }
}

.\[\&_\.side-menu-close\]\:ml-\[15px\] .side-menu-close {
  margin-left: 15px;
}

.\[\&_\.side-menu-close\]\:text-\[35px\] .side-menu-close {
  font-size: 35px;
}

.\[\&_\.side-menu-close\]\:leading-\[75px\] .side-menu-close {
  line-height: 75px;
}

.\[\&_\.side-menu-close\]\:\!text-\[\#ccc\] .side-menu-close {
  --tw-text-opacity: 1 !important;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\[\&_\.side-menu-close\]\:\!text-\[\#fefefe\] .side-menu-close:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(254 254 254 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.side-menu-link\.is-selected\]\:\!text-\[\#fefefe\] .side-menu-link.is-selected {
  --tw-text-opacity: 1 !important;
  color: rgb(254 254 254 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.side-menu-link\]\:block .side-menu-link {
  display: block;
}

.\[\&_\.side-menu-link\]\:whitespace-nowrap .side-menu-link {
  white-space: nowrap;
}

.\[\&_\.side-menu-link\]\:pl-\[15px\] .side-menu-link {
  padding-left: 15px;
}

.\[\&_\.side-menu-link\]\:leading-\[42px\] .side-menu-link {
  line-height: 42px;
}

.\[\&_\.side-menu-link\]\:\!text-\[\#ccc\] .side-menu-link {
  --tw-text-opacity: 1 !important;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\[\&_\.side-menu-link\]\:bg-white\/10 .side-menu-link:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:\[\&_\.side-menu-link\]\:\!text-\[\#fefefe\] .side-menu-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(254 254 254 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.side-menu-show\]\:w-\[70\%\] .side-menu-show {
  width: 70%;
}

.\[\&_\.side-menu\]\:fixed .side-menu {
  position: fixed;
}

.\[\&_\.side-menu\]\:left-0 .side-menu {
  left: 0px;
}

.\[\&_\.side-menu\]\:top-0 .side-menu {
  top: 0px;
}

.\[\&_\.side-menu\]\:z-\[9000\] .side-menu {
  z-index: 9000;
}

.\[\&_\.side-menu\]\:h-full .side-menu {
  height: 100%;
}

.\[\&_\.side-menu\]\:w-0 .side-menu {
  width: 0px;
}

.\[\&_\.side-menu\]\:max-w-\[320px\] .side-menu {
  max-width: 320px;
}

.\[\&_\.side-menu\]\:overflow-hidden .side-menu {
  overflow: hidden;
}

.\[\&_\.side-menu\]\:overflow-y-auto .side-menu {
  overflow-y: auto;
}

.\[\&_\.side-menu\]\:bg-\[\#333\] .side-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.\[\&_\.side-menu\]\:shadow-\[inset_-1\.5em_0_1\.5em_-0\.75em_rgba\(0\2c 0\2c 0\2c 0\.25\)\] .side-menu {
  --tw-shadow: inset -1.5em 0 1.5em -0.75em rgba(0,0,0,0.25);
  --tw-shadow-colored: inset -1.5em 0 1.5em -0.75em var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\[\&_\.side-menu\]\:transition-\[width\] .side-menu {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_\.side-menu\]\:duration-500 .side-menu {
  transition-duration: 500ms;
}

.\[\&_\.side-menu_li\]\:border-t .side-menu li {
  border-top-width: 1px;
}

.\[\&_\.side-menu_li\]\:border-white\/10 .side-menu li {
  border-color: rgb(255 255 255 / 0.1);
}

.\[\&_\.side-nav\]\:m-0 .side-nav {
  margin: 0px;
}

.\[\&_\.side-nav\]\:list-none .side-nav {
  list-style-type: none;
}

.\[\&_\.side-nav\]\:py-\[0\.875rem\] .side-nav {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.\[\&_\.side-nav\]\:font-phoenix-nav .side-nav {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_\.side-nav_li\.active\>a\]\:bg-\[\#f4e4e4\] .side-nav li.active>a {
  --tw-bg-opacity: 1;
  background-color: rgb(244 228 228 / var(--tw-bg-opacity, 1));
}

.\[\&_\.side-nav_li\.active\>a\]\:\!text-phoenix-red .side-nav li.active>a {
  --tw-text-opacity: 1 !important;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.side-nav_li\>a\]\:block .side-nav li>a {
  display: block;
}

.\[\&_\.side-nav_li\>a\]\:px-\[0\.875rem\] .side-nav li>a {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.\[\&_\.side-nav_li\>a\]\:py-\[0\.4375rem\] .side-nav li>a {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.\[\&_\.side-nav_li\>a\]\:text-phoenix-red .side-nav li>a {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.\[\&_\.side-nav_li\>a\]\:no-underline .side-nav li>a {
  text-decoration-line: none;
}

.hover\:\[\&_\.side-nav_li\>a\]\:bg-black\/\[0\.025\] .side-nav li>a:hover {
  background-color: rgb(0 0 0 / 0.025);
}

.hover\:\[\&_\.side-nav_li\>a\]\:text-\[\#e97777\] .side-nav li>a:hover {
  --tw-text-opacity: 1;
  color: rgb(233 119 119 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_\.side-nav_li\>a\]\:no-underline .side-nav li>a:hover {
  text-decoration-line: none;
}

.\[\&_\.side-nav_li\]\:mb-\[0\.4375rem\] .side-nav li {
  margin-bottom: 0.4375rem;
}

.\[\&_\.side-nav_li\]\:text-sm .side-nav li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.social-icon\]\:mr-2\.5 .social-icon {
  margin-right: 0.625rem;
}

.\[\&_\.social-icon\]\:h-5 .social-icon {
  height: 1.25rem;
}

.\[\&_\.social-icon\]\:w-5 .social-icon {
  width: 1.25rem;
}

.\[\&_\.social-login-a\]\:inline-flex .social-login-a {
  display: inline-flex;
}

.\[\&_\.social-login-a\]\:w-\[220px\] .social-login-a {
  width: 220px;
}

.\[\&_\.social-login-a\]\:cursor-pointer .social-login-a {
  cursor: pointer;
}

.\[\&_\.social-login-a\]\:items-center .social-login-a {
  align-items: center;
}

.\[\&_\.social-login-a\]\:justify-center .social-login-a {
  justify-content: center;
}

.\[\&_\.social-login-a\]\:rounded-\[3px\] .social-login-a {
  border-radius: 3px;
}

.\[\&_\.social-login-a\]\:border-\[1\.5px\] .social-login-a {
  border-width: 1.5px;
}

.\[\&_\.social-login-a\]\:border-solid .social-login-a {
  border-style: solid;
}

.\[\&_\.social-login-a\]\:border-\[\#c93636\] .social-login-a {
  --tw-border-opacity: 1;
  border-color: rgb(201 54 54 / var(--tw-border-opacity, 1));
}

.\[\&_\.social-login-a\]\:bg-\[\#eee\] .social-login-a {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.\[\&_\.social-login-a\]\:px-2\.5 .social-login-a {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.\[\&_\.social-login-a\]\:py-1\.5 .social-login-a {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\.social-login-a\]\:text-sm .social-login-a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_\.social-login-a\]\:leading-6 .social-login-a {
  line-height: 1.5rem;
}

.\[\&_\.social-login-a\]\:text-phoenix-red .social-login-a {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.\[\&_\.social-login-a\]\:no-underline .social-login-a {
  text-decoration-line: none;
}

.hover\:\[\&_\.social-login-a\]\:border-2 .social-login-a:hover {
  border-width: 2px;
}

.hover\:\[\&_\.social-login-a\]\:border-\[\#a12a2a\] .social-login-a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 42 42 / var(--tw-border-opacity, 1));
}

.hover\:\[\&_\.social-login-a\]\:no-underline .social-login-a:hover {
  text-decoration-line: none;
}

.\[\&_\.social\]\:rounded-\[5px\] .social {
  border-radius: 5px;
}

.\[\&_\.social\]\:bg-\[\#eee\] .social {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.\[\&_\.social\]\:p-1\.5 .social {
  padding: 0.375rem;
}

.\[\&_\.social\]\:text-center .social {
  text-align: center;
}

.\[\&_\.social_h6\]\:m-0 .social h6 {
  margin: 0px;
}

.\[\&_\.social_h6\]\:text-\[11px\] .social h6 {
  font-size: 11px;
}

.\[\&_\.social_h6\]\:uppercase .social h6 {
  text-transform: uppercase;
}

.\[\&_\.social_h6\]\:tracking-\[4px\] .social h6 {
  letter-spacing: 4px;
}

.\[\&_\.social_h6\]\:text-\[\#aaa\] .social h6 {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.\[\&_\.statistics-box\]\:mb-6 .statistics-box {
  margin-bottom: 1.5rem;
}

.\[\&_\.statistics-box\]\:mr-\[2\%\] .statistics-box {
  margin-right: 2%;
}

.\[\&_\.statistics-box\]\:inline-block .statistics-box {
  display: inline-block;
}

.\[\&_\.statistics-box\]\:w-\[23\%\] .statistics-box {
  width: 23%;
}

.\[\&_\.statistics-box\]\:bg-\[\#f6f6f6\] .statistics-box {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.\[\&_\.statistics-box\]\:py-3 .statistics-box {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\.statistics-box\]\:align-top .statistics-box {
  vertical-align: top;
}

.\[\&_\.statistics-count\]\:text-center .statistics-count {
  text-align: center;
}

.\[\&_\.statistics-title\]\:text-center .statistics-title {
  text-align: center;
}

.\[\&_\.tab-content\]\:hidden .tab-content {
  display: none;
}

.\[\&_\.tab-link\.is-selected\]\:border-b-4 .tab-link.is-selected {
  border-bottom-width: 4px;
}

.\[\&_\.tab-link\.is-selected\]\:border-\[\#cecece\] .tab-link.is-selected {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_\.tab-link\.is-selected\]\:\!text-\[\#1c1c1c\] .tab-link.is-selected {
  --tw-text-opacity: 1 !important;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.tab-link\]\:block .tab-link {
  display: block;
}

.\[\&_\.tab-link\]\:px-3 .tab-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_\.tab-link\]\:pb-1\.5 .tab-link {
  padding-bottom: 0.375rem;
}

.\[\&_\.tab-link\]\:text-\[18px\] .tab-link {
  font-size: 18px;
}

.\[\&_\.tabs\>li\:first-child\]\:ml-0 .tabs>li:first-child {
  margin-left: 0px;
}

.\[\&_\.tabs\>li\]\:ml-3 .tabs>li {
  margin-left: 0.75rem;
}

.\[\&_\.tabs\>li\]\:inline-block .tabs>li {
  display: inline-block;
}

.\[\&_\.tabs\]\:mb-6 .tabs {
  margin-bottom: 1.5rem;
}

.\[\&_\.tango-iframe\]\:h-auto .tango-iframe {
  height: auto;
}

.\[\&_\.tango-iframe\]\:w-4\/5 .tango-iframe {
  width: 80%;
}

.\[\&_\.tango-term\]\:border-b .tango-term {
  border-bottom-width: 1px;
}

.\[\&_\.tango-term\]\:border-dashed .tango-term {
  border-style: dashed;
}

.\[\&_\.tango-term\]\:border-\[\#e03d3d\] .tango-term {
  --tw-border-opacity: 1;
  border-color: rgb(224 61 61 / var(--tw-border-opacity, 1));
}

.\[\&_\.test\\\\_knowledge\\\\_filter\]\:text-right .test\_knowledge\_filter {
  text-align: right;
}

.\[\&_\.test\\\\_knowledge\\\\_filter_\.f-dropdown\]\:text-left .test\_knowledge\_filter .f-dropdown {
  text-align: left;
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.result\.failure\]\:text-\[\#550000\] .test\_knowledge\_form .result.failure {
  --tw-text-opacity: 1;
  color: rgb(85 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.result\.success\]\:text-\[\#009900\] .test\_knowledge\_form .result.success {
  --tw-text-opacity: 1;
  color: rgb(0 153 0 / var(--tw-text-opacity, 1));
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.videoWrapper\]\:relative .test\_knowledge\_form .videoWrapper {
  position: relative;
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.videoWrapper\]\:my-4 .test\_knowledge\_form .videoWrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.videoWrapper\]\:h-0 .test\_knowledge\_form .videoWrapper {
  height: 0px;
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.videoWrapper\]\:pb-\[56\.25\%\] .test\_knowledge\_form .videoWrapper {
  padding-bottom: 56.25%;
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.videoWrapper\]\:pt-\[25px\] .test\_knowledge\_form .videoWrapper {
  padding-top: 25px;
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.videoWrapper_iframe\]\:absolute .test\_knowledge\_form .videoWrapper iframe {
  position: absolute;
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.videoWrapper_iframe\]\:left-0 .test\_knowledge\_form .videoWrapper iframe {
  left: 0px;
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.videoWrapper_iframe\]\:top-0 .test\_knowledge\_form .videoWrapper iframe {
  top: 0px;
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.videoWrapper_iframe\]\:h-full .test\_knowledge\_form .videoWrapper iframe {
  height: 100%;
}

.\[\&_\.test\\\\_knowledge\\\\_form_\.videoWrapper_iframe\]\:w-full .test\_knowledge\_form .videoWrapper iframe {
  width: 100%;
}

.\[\&_\.test\\\\_knowledge\\\\_form_dd\]\:relative .test\_knowledge\_form dd {
  position: relative;
}

.\[\&_\.test\\\\_knowledge\\\\_form_dd\]\:mb-4 .test\_knowledge\_form dd {
  margin-bottom: 1rem;
}

.\[\&_\.test\\\\_knowledge\\\\_form_dd_input\]\:absolute .test\_knowledge\_form dd input {
  position: absolute;
}

.\[\&_\.test\\\\_knowledge\\\\_form_dd_input\]\:left-0 .test\_knowledge\_form dd input {
  left: 0px;
}

.\[\&_\.test\\\\_knowledge\\\\_form_dd_input\]\:top-1 .test\_knowledge\_form dd input {
  top: 0.25rem;
}

.\[\&_\.test\\\\_knowledge\\\\_form_dd_label\]\:pl-5 .test\_knowledge\_form dd label {
  padding-left: 1.25rem;
}

.\[\&_\.test\\\\_knowledge\\\\_form_dt\]\:mb-4 .test\_knowledge\_form dt {
  margin-bottom: 1rem;
}

@media (min-width: 66.25em) {
  .phoenix-nav\:\[\&_\.top-bar-section\>ul\>li\]\:float-left .top-bar-section>ul>li {
    float: left;
  }

  .phoenix-nav\:\[\&_\.top-bar-section\]\:\!left-0 .top-bar-section {
    left: 0px !important;
  }
}

.\[\&_\.topic-moderation\]\:mb-6 .topic-moderation {
  margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
  .phoenix-home\:\[\&_\.topic-moderation\]\:text-right .topic-moderation {
    text-align: right;
  }
}

.\[\&_\.topic-publish-comment_textarea\]\:min-h-\[240px\] .topic-publish-comment textarea {
  min-height: 240px;
}

.\[\&_\.unread\]\:ml-2 .unread {
  margin-left: 0.5rem;
}

.\[\&_\.unread\]\:bg-\[\#e2f5fc\] .unread {
  --tw-bg-opacity: 1;
  background-color: rgb(226 245 252 / var(--tw-bg-opacity, 1));
}

.\[\&_\.unread\]\:px-1 .unread {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\[\&_\.unread\]\:text-\[10px\] .unread {
  font-size: 10px;
}

.\[\&_\.username\.is-admin\]\:bg-\[\#ffffe9\] .username.is-admin {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 233 / var(--tw-bg-opacity, 1));
}

.\[\&_\.username\.is-mod\]\:bg-\[\#e2f5fc\] .username.is-mod {
  --tw-bg-opacity: 1;
  background-color: rgb(226 245 252 / var(--tw-bg-opacity, 1));
}

.\[\&_\.videos-list\>li\]\:mb-\[25px\] .videos-list>li {
  margin-bottom: 25px;
}

.\[\&_\.videos-list\]\:my-5 .videos-list {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.\[\&_\.videos-list\]\:list-none .videos-list {
  list-style-type: none;
}

.\[\&_\.videos-list\]\:p-0 .videos-list {
  padding: 0px;
}

.\[\&_a\.active\]\:bg-\[\#f7e8e8\] a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(247 232 232 / var(--tw-bg-opacity, 1));
}

.\[\&_a\.active\]\:font-bold a.active {
  font-weight: 700;
}

.\[\&_a\.active\]\:\!text-\[\#c93636\] a.active {
  --tw-text-opacity: 1 !important;
  color: rgb(201 54 54 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\[\&_a\.active\]\:bg-\[\#f7e8e8\] a.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 232 232 / var(--tw-bg-opacity, 1));
}

.\[\&_a\.back\]\:mt-2\.5 a.back {
  margin-top: 0.625rem;
}

.\[\&_a\.close\]\:absolute a.close {
  position: absolute;
}

.\[\&_a\.close\]\:right-2\.5 a.close {
  right: 0.625rem;
}

.\[\&_a\.close\]\:top-2\.5 a.close {
  top: 0.625rem;
}

.\[\&_a\.close\]\:hidden a.close {
  display: none;
}

.\[\&_a\.disabled\]\:cursor-default a.disabled {
  cursor: default;
}

.\[\&_a\.disabled\]\:opacity-50 a.disabled {
  opacity: 0.5;
}

.\[\&_a\.row-link\]\:\!text-black a.row-link {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_a\.row-link\]\:\!text-\[\#444\] a.row-link {
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1)) !important;
}

.visited\:\[\&_a\.row-link\]\:\!text-black a.row-link:visited {
  color: rgb(0 0 0 ) !important;
}

.visited\:\[\&_a\.row-link\]\:\!text-\[\#979797\] a.row-link:visited {
  color: rgb(151 151 151 ) !important;
}

.hover\:\[\&_a\.row-link\]\:\!text-\[\#8d2626\] a.row-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(141 38 38 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\[\&_a\.row-link\]\:\!text-\[\#1c1c1c\] a.row-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_a\.view-all\]\:text-xs a.view-all {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_a\.view-all\]\:text-\[0\.75rem\] a.view-all {
  font-size: 0.75rem;
}

.\[\&_a\.view-all\]\:uppercase a.view-all {
  text-transform: uppercase;
}

.\[\&_a\.view-all\]\:tracking-\[0\.2rem\] a.view-all {
  letter-spacing: 0.2rem;
}

.\[\&_a\.view-all\]\:text-\[\#999\] a.view-all {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.\[\&_a\.view-all\]\:\!text-\[\#999\] a.view-all {
  --tw-text-opacity: 1 !important;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_a\.view-all\]\:after\:content-\[\'\\00a0\\2192\'\] a.view-all::after {
  --tw-content: '\00a0\2192';
  content: var(--tw-content);
}

.hover\:\[\&_a\.view-all\]\:text-black a.view-all:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_a\.view-all\]\:\!text-\[\#999\] a.view-all:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\[\&_a\.view-all\]\:\!no-underline a.view-all:hover {
  text-decoration-line: none !important;
}

.\[\&_a\:hover\]\:\!text-\[\#A52A2A\] a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(165 42 42 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_a\:not\(\.button\)\:not\(\.side-menu-link\)\:not\(\.side-menu-close\)\:not\(\.row-link\)\]\:\!text-\[\#979797\] a:not(.button):not(.side-menu-link):not(.side-menu-close):not(.row-link) {
  --tw-text-opacity: 1 !important;
  color: rgb(151 151 151 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_a\:not\(\.button\)\:not\(\.side-menu-link\)\:not\(\.side-menu-close\)\:not\(\.row-link\)\]\:\!no-underline a:not(.button):not(.side-menu-link):not(.side-menu-close):not(.row-link) {
  text-decoration-line: none !important;
}

.hover\:\[\&_a\:not\(\.button\)\:not\(\.side-menu-link\)\:not\(\.side-menu-close\)\:not\(\.row-link\)\]\:\!text-\[\#1c1c1c\] a:not(.button):not(.side-menu-link):not(.side-menu-close):not(.row-link):hover {
  --tw-text-opacity: 1 !important;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_a\:not\(\.button\)\:not\(\.side-menu-link\)\:not\(\.side-menu-close\)\]\:\!text-\[\#c93636\] a:not(.button):not(.side-menu-link):not(.side-menu-close) {
  --tw-text-opacity: 1 !important;
  color: rgb(201 54 54 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_a\:not\(\.button\)\:not\(\.side-menu-link\)\:not\(\.side-menu-close\)\]\:\!no-underline a:not(.button):not(.side-menu-link):not(.side-menu-close) {
  text-decoration-line: none !important;
}

.hover\:\[\&_a\:not\(\.button\)\:not\(\.side-menu-link\)\:not\(\.side-menu-close\)\]\:\!text-\[\#8d2626\] a:not(.button):not(.side-menu-link):not(.side-menu-close):hover {
  --tw-text-opacity: 1 !important;
  color: rgb(141 38 38 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_a\:not\(\.button\)\]\:text-\[\#c93636\] a:not(.button) {
  --tw-text-opacity: 1;
  color: rgb(201 54 54 / var(--tw-text-opacity, 1));
}

.\[\&_a\:not\(\.button\)\]\:no-underline a:not(.button) {
  text-decoration-line: none;
}

.hover\:\[\&_a\:not\(\.button\)\]\:text-\[\#8d2626\] a:not(.button):hover {
  --tw-text-opacity: 1;
  color: rgb(141 38 38 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_a\:not\(\.button\)\]\:underline a:not(.button):hover {
  text-decoration-line: underline;
}

.hover\:\[\&_a\>span\]\:underline a>span:hover {
  text-decoration-line: underline;
}

.\[\&_a\]\:\!mb-0 a {
  margin-bottom: 0px !important;
}

.\[\&_a\]\:block a {
  display: block;
}

.\[\&_a\]\:inline-block a {
  display: inline-block;
}

.\[\&_a\]\:overflow-hidden a {
  overflow: hidden;
}

.\[\&_a\]\:border a {
  border-width: 1px;
}

.\[\&_a\]\:border-solid a {
  border-style: solid;
}

.\[\&_a\]\:border-\[\#ccc\] a {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.\[\&_a\]\:bg-white a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_a\]\:p-\[0\.625em\] a {
  padding: 0.625em;
}

.\[\&_a\]\:\!px-3 a {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\[\&_a\]\:\!py-3 a {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.\[\&_a\]\:font-phoenix-nav a {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_a\]\:\!text-\[1rem\] a {
  font-size: 1rem !important;
}

.\[\&_a\]\:leading-\[1\.1em\] a {
  line-height: 1.1em;
}

.\[\&_a\]\:leading-normal a {
  line-height: 1.5;
}

.\[\&_a\]\:text-\[\#c93636\] a {
  --tw-text-opacity: 1;
  color: rgb(201 54 54 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-black a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:\!text-black a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}

.\[\&_a\]\:\!no-underline a {
  text-decoration-line: none !important;
}

.\[\&_a\]\:transition-colors a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_a\]\:duration-300 a {
  transition-duration: 300ms;
}

.hover\:\[\&_a\]\:bg-\[\#ccc\] a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.hover\:\[\&_a\]\:bg-black\/\[0\.025\] a:hover {
  background-color: rgb(0 0 0 / 0.025);
}

.hover\:\[\&_a\]\:font-bold a:hover {
  font-weight: 700;
}

.hover\:\[\&_a\]\:\!text-\[\#c93636\] a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(201 54 54 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\[\&_a\]\:text-\[\#8d2626\] a:hover {
  --tw-text-opacity: 1;
  color: rgb(141 38 38 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_a\]\:\!text-black a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\[\&_a\]\:underline a:hover {
  text-decoration-line: underline;
}

.hover\:\[\&_a\]\:\!no-underline a:hover {
  text-decoration-line: none !important;
}

.hover\:\[\&_a\]\:no-underline a:hover {
  text-decoration-line: none;
}

.active\:\[\&_a\]\:font-bold a:active {
  font-weight: 700;
}

.active\:\[\&_a\]\:\!text-\[\#c93636\] a:active {
  --tw-text-opacity: 1 !important;
  color: rgb(201 54 54 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_b\]\:font-bold b {
  font-weight: 700;
}

.\[\&_button\.secondary\]\:border-\[\#b9b9b9\] button.secondary {
  --tw-border-opacity: 1;
  border-color: rgb(185 185 185 / var(--tw-border-opacity, 1));
}

.\[\&_button\.secondary\]\:bg-\[\#e7e7e7\] button.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
}

.\[\&_button\.small\]\:px-7 button.small {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.\[\&_button\.small\]\:py-3\.5 button.small {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.\[\&_button\.small\]\:text-\[0\.8125rem\] button.small {
  font-size: 0.8125rem;
}

.\[\&_button\:disabled\]\:cursor-default button:disabled {
  cursor: default;
}

.\[\&_button\:disabled\]\:opacity-70 button:disabled {
  opacity: 0.7;
}

.\[\&_button\]\:mb-5 button {
  margin-bottom: 1.25rem;
}

.\[\&_button\]\:inline-block button {
  display: inline-block;
}

.\[\&_button\]\:cursor-pointer button {
  cursor: pointer;
}

.\[\&_button\]\:rounded-\[46\%\] button {
  border-radius: 46%;
}

.\[\&_button\]\:border button {
  border-width: 1px;
}

.\[\&_button\]\:border-solid button {
  border-style: solid;
}

.\[\&_button\]\:border-\[\#ccc\] button {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.\[\&_button\]\:bg-white button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_button\]\:px-8 button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.\[\&_button\]\:py-4 button {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&_button\]\:font-phoenix-nav button {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_button\]\:text-base button {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_button\]\:font-normal button {
  font-weight: 400;
}

.\[\&_button\]\:text-phoenix-red button {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_button\]\:bg-\[\#ccc\] button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.\[\&_dd\.active\>a\]\:bg-white dd.active>a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_dd\.active\>a\]\:text-black dd.active>a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_dd\.active\>a\]\:\!text-\[\#222\] dd.active>a {
  --tw-text-opacity: 1 !important;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 64.0625em) {
  .phoenix-lg\:\[\&_dd\.active\>a\]\:bg-white dd.active>a {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .phoenix-lg\:\[\&_dd\.active\>a\]\:\!text-black dd.active>a {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  }

  .phoenix-lg\:\[\&_dd\.active\]\:after\:absolute dd.active::after {
    content: var(--tw-content);
    position: absolute;
  }

  .phoenix-lg\:\[\&_dd\.active\]\:after\:bottom-\[-1px\] dd.active::after {
    content: var(--tw-content);
    bottom: -1px;
  }

  .phoenix-lg\:\[\&_dd\.active\]\:after\:left-0 dd.active::after {
    content: var(--tw-content);
    left: 0px;
  }

  .phoenix-lg\:\[\&_dd\.active\]\:after\:right-px dd.active::after {
    content: var(--tw-content);
    right: 1px;
  }

  .phoenix-lg\:\[\&_dd\.active\]\:after\:h-px dd.active::after {
    content: var(--tw-content);
    height: 1px;
  }

  .phoenix-lg\:\[\&_dd\.active\]\:after\:bg-white dd.active::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .phoenix-lg\:\[\&_dd\.active\]\:after\:content-\[\'\'\] dd.active::after {
    --tw-content: '';
    content: var(--tw-content);
  }

  .phoenix-lg\:\[\&_dd\:first-child\:nth-last-child\(3\)\]\:w-1\/3 dd:first-child:nth-last-child(3) {
    width: 33.333333%;
  }

  .phoenix-lg\:\[\&_dd\:first-child\:nth-last-child\(3\)\~dd\]\:w-1\/3 dd:first-child:nth-last-child(3)~dd {
    width: 33.333333%;
  }

  .phoenix-lg\:\[\&_dd\:first-child\:nth-last-child\(4\)\]\:w-1\/4 dd:first-child:nth-last-child(4) {
    width: 25%;
  }

  .phoenix-lg\:\[\&_dd\:first-child\:nth-last-child\(4\)\~dd\]\:w-1\/4 dd:first-child:nth-last-child(4)~dd {
    width: 25%;
  }

  .phoenix-lg\:\[\&_dd\:first-child\:nth-last-child\(5\)\]\:w-1\/5 dd:first-child:nth-last-child(5) {
    width: 20%;
  }

  .phoenix-lg\:\[\&_dd\:first-child\:nth-last-child\(5\)\~dd\]\:w-1\/5 dd:first-child:nth-last-child(5)~dd {
    width: 20%;
  }
}

.\[\&_dd\:first-child\>a\]\:border-l dd:first-child>a {
  border-left-width: 1px;
}

@media (min-width: 64.0625em) {
  .phoenix-lg\:\[\&_dd\:first-child\>a\]\:border-l dd:first-child>a {
    border-left-width: 1px;
  }
}

.\[\&_dd\>a\]\:block dd>a {
  display: block;
}

.\[\&_dd\>a\]\:border-r dd>a {
  border-right-width: 1px;
}

.\[\&_dd\>a\]\:border-t dd>a {
  border-top-width: 1px;
}

.\[\&_dd\>a\]\:border-solid dd>a {
  border-style: solid;
}

.\[\&_dd\>a\]\:border-\[\#e6e6e6\] dd>a {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}

.\[\&_dd\>a\]\:bg-white dd>a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_dd\>a\]\:bg-\[\#efefef\] dd>a {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.\[\&_dd\>a\]\:px-\[7px\] dd>a {
  padding-left: 7px;
  padding-right: 7px;
}

.\[\&_dd\>a\]\:py-\[7px\] dd>a {
  padding-top: 7px;
  padding-bottom: 7px;
}

.\[\&_dd\>a\]\:px-8 dd>a {
  padding-left: 2rem;
  padding-right: 2rem;
}

.\[\&_dd\>a\]\:py-4 dd>a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&_dd\>a\]\:font-phoenix-nav dd>a {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_dd\>a\]\:text-base dd>a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_dd\>a\]\:text-\[\#aaa\] dd>a {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.\[\&_dd\>a\]\:\!text-\[\#222\] dd>a {
  --tw-text-opacity: 1 !important;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_dd\>a\]\:no-underline dd>a {
  text-decoration-line: none;
}

.\[\&_dd\>a\]\:\!no-underline dd>a {
  text-decoration-line: none !important;
}

.hover\:\[\&_dd\>a\]\:bg-\[\#e1e1e1\] dd>a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity, 1));
}

.hover\:\[\&_dd\>a\]\:text-black dd>a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_dd\>a\]\:no-underline dd>a:hover {
  text-decoration-line: none;
}

.hover\:\[\&_dd\>a\]\:\!no-underline dd>a:hover {
  text-decoration-line: none !important;
}

@media (min-width: 64.0625em) {
  .phoenix-lg\:\[\&_dd\>a\]\:border-r dd>a {
    border-right-width: 1px;
  }

  .phoenix-lg\:\[\&_dd\>a\]\:border-t dd>a {
    border-top-width: 1px;
  }

  .phoenix-lg\:\[\&_dd\>a\]\:border-solid dd>a {
    border-style: solid;
  }

  .phoenix-lg\:\[\&_dd\>a\]\:border-\[\#e6e6e6\] dd>a {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  }

  .phoenix-lg\:\[\&_dd\>a\]\:bg-white dd>a {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .phoenix-lg\:\[\&_dd\>a\]\:\!px-\[7px\] dd>a {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .phoenix-lg\:\[\&_dd\>a\]\:\!py-\[7px\] dd>a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .phoenix-lg\:\[\&_dd\>a\]\:\!text-\[\#aaa\] dd>a {
    --tw-text-opacity: 1 !important;
    color: rgb(170 170 170 / var(--tw-text-opacity, 1)) !important;
  }

  .phoenix-lg\:hover\:\[\&_dd\>a\]\:bg-white dd>a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .phoenix-lg\:hover\:\[\&_dd\>a\]\:\!text-black dd>a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  }
}

.\[\&_dd\]\:relative dd {
  position: relative;
}

.\[\&_dd\]\:m-0 dd {
  margin: 0px;
}

.\[\&_dd\]\:mb-1\.5 dd {
  margin-bottom: 0.375rem;
}

.\[\&_dd\]\:mb-2 dd {
  margin-bottom: 0.5rem;
}

.\[\&_dd\]\:ml-0 dd {
  margin-left: 0px;
}

.\[\&_dd\]\:w-1\/2 dd {
  width: 50%;
}

.\[\&_dd\]\:list-none dd {
  list-style-type: none;
}

.\[\&_dd\]\:pl-20 dd {
  padding-left: 5rem;
}

.\[\&_dd\]\:text-center dd {
  text-align: center;
}

@media (min-width: 64.0625em) {
  .phoenix-lg\:\[\&_dd\]\:w-1\/5 dd {
    width: 20%;
  }
}

.\[\&_dl\]\:mb-5 dl {
  margin-bottom: 1.25rem;
}

.\[\&_dt\]\:float-left dt {
  float: left;
}

.\[\&_dt\]\:clear-left dt {
  clear: left;
}

.\[\&_dt\]\:mb-1\.5 dt {
  margin-bottom: 0.375rem;
}

.\[\&_dt\]\:w-\[60px\] dt {
  width: 60px;
}

.\[\&_dt\]\:text-right dt {
  text-align: right;
}

.\[\&_dt\]\:font-bold dt {
  font-weight: 700;
}

.\[\&_em\]\:bg-\[\#f4e4e4\] em {
  --tw-bg-opacity: 1;
  background-color: rgb(244 228 228 / var(--tw-bg-opacity, 1));
}

.\[\&_em\]\:font-bold em {
  font-weight: 700;
}

.\[\&_em\]\:not-italic em {
  font-style: normal;
}

.\[\&_form\.searchbox\.expander\.expanded\]\:left-0 form.searchbox.expander.expanded {
  left: 0px;
}

.\[\&_form\.searchbox\.expander\.expanded\~i\.g-overhang\]\:hidden form.searchbox.expander.expanded~i.g-overhang {
  display: none;
}

.\[\&_form\.searchbox\.expander\>a\.close\]\:absolute form.searchbox.expander>a.close {
  position: absolute;
}

.\[\&_form\.searchbox\.expander\>a\.close\]\:right-0 form.searchbox.expander>a.close {
  right: 0px;
}

.\[\&_form\.searchbox\.expander\>a\.close\]\:top-0 form.searchbox.expander>a.close {
  top: 0px;
}

.\[\&_form\.searchbox\.expander\>a\.close\]\:-mt-0\.5 form.searchbox.expander>a.close {
  margin-top: -0.125rem;
}

.\[\&_form\.searchbox\.expander\>a\.close\]\:h-\[45px\] form.searchbox.expander>a.close {
  height: 45px;
}

.\[\&_form\.searchbox\.expander\>a\.close\]\:px-2\.5 form.searchbox.expander>a.close {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.\[\&_form\.searchbox\.expander\>a\.close\]\:text-\[26px\] form.searchbox.expander>a.close {
  font-size: 26px;
}

.\[\&_form\.searchbox\.expander\>a\.close\]\:leading-\[45px\] form.searchbox.expander>a.close {
  line-height: 45px;
}

.\[\&_form\.searchbox\.expander\>a\.close\]\:text-\[\#777\] form.searchbox.expander>a.close {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.\[\&_form\.searchbox\.expander\>a\.close\]\:no-underline form.searchbox.expander>a.close {
  text-decoration-line: none;
}

.hover\:\[\&_form\.searchbox\.expander\>a\.close\]\:text-black form.searchbox.expander>a.close:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_form\.searchbox\.expander\>button\>i\]\:-mt-1\.5 form.searchbox.expander>button>i {
  margin-top: -0.375rem;
}

.\[\&_form\.searchbox\.expander\>button\]\:\!absolute form.searchbox.expander>button {
  position: absolute !important;
}

.\[\&_form\.searchbox\.expander\>button\]\:left-2\.5 form.searchbox.expander>button {
  left: 0.625rem;
}

.\[\&_form\.searchbox\.expander\>button\]\:right-auto form.searchbox.expander>button {
  right: auto;
}

.\[\&_form\.searchbox\.expander\>button\]\:top-0 form.searchbox.expander>button {
  top: 0px;
}

.\[\&_form\.searchbox\.expander\>button\]\:h-\[45px\] form.searchbox.expander>button {
  height: 45px;
}

.\[\&_form\.searchbox\.expander\>button\]\:border-0 form.searchbox.expander>button {
  border-width: 0px;
}

.\[\&_form\.searchbox\.expander\>button\]\:\!bg-transparent form.searchbox.expander>button {
  background-color: transparent !important;
}

.\[\&_form\.searchbox\.expander\>button\]\:px-2\.5 form.searchbox.expander>button {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.\[\&_form\.searchbox\.expander\>button\]\:text-\[22px\] form.searchbox.expander>button {
  font-size: 22px;
}

.\[\&_form\.searchbox\.expander\>button\]\:\!text-gray-500 form.searchbox.expander>button {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\[\&_form\.searchbox\.expander\>button\]\:\!text-black form.searchbox.expander>button:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_form\.searchbox\.expander\]\:absolute form.searchbox.expander {
  position: absolute;
}

.\[\&_form\.searchbox\.expander\]\:left-\[-100\%\] form.searchbox.expander {
  left: -100%;
}

.\[\&_form\.searchbox\.expander\]\:z-30 form.searchbox.expander {
  z-index: 30;
}

.\[\&_form\.searchbox\.expander\]\:w-full form.searchbox.expander {
  width: 100%;
}

.\[\&_form\.searchbox\.expander\]\:transition-\[left\] form.searchbox.expander {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_form\.searchbox\.expander\]\:duration-300 form.searchbox.expander {
  transition-duration: 300ms;
}

.\[\&_form\.searchbox\.expander\]\:ease-in form.searchbox.expander {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.\[\&_form\.searchbox\.expander_input\]\:m-0 form.searchbox.expander input {
  margin: 0px;
}

.\[\&_form\.searchbox\.expander_input\]\:h-\[45px\] form.searchbox.expander input {
  height: 45px;
}

.\[\&_form\.searchbox\.expander_input\]\:border-0 form.searchbox.expander input {
  border-width: 0px;
}

.\[\&_form\.searchbox\.expander_input\]\:bg-\[\#ccc\] form.searchbox.expander input {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.\[\&_form\.searchbox\.expander_input\]\:px-10 form.searchbox.expander input {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.\[\&_form\.searchbox\.expander_input\]\:py-2\.5 form.searchbox.expander input {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.\[\&_form\.searchbox\.expander_input\]\:pl-\[50px\] form.searchbox.expander input {
  padding-left: 50px;
}

.\[\&_form\.searchbox\.expander_input\]\:pr-10 form.searchbox.expander input {
  padding-right: 2.5rem;
}

.\[\&_form\.searchbox\.expander_input\]\:text-\[22px\] form.searchbox.expander input {
  font-size: 22px;
}

.\[\&_form\.searchbox\.expander_input\]\:text-black form.searchbox.expander input {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_form\>input\.button\]\:mt-\[15px\] form>input.button {
  margin-top: 15px;
}

.\[\&_h1\.headline\]\:mb-4 h1.headline {
  margin-bottom: 1rem;
}

.\[\&_h1\.headline\]\:text-\[1\.6rem\] h1.headline {
  font-size: 1.6rem;
}

.\[\&_h1\.headline\]\:font-normal h1.headline {
  font-weight: 400;
}

.\[\&_h1\.headline\]\:leading-\[1\.5\] h1.headline {
  line-height: 1.5;
}

.\[\&_h1\]\:mb-2 h1 {
  margin-bottom: 0.5rem;
}

.\[\&_h1\]\:mb-2\.5 h1 {
  margin-bottom: 0.625rem;
}

.\[\&_h1\]\:mt-\[0\.2rem\] h1 {
  margin-top: 0.2rem;
}

.\[\&_h1\]\:text-center h1 {
  text-align: center;
}

.\[\&_h1\]\:font-corsiva h1 {
  font-family: Monotype Corsiva, serif;
}

.\[\&_h1\]\:font-phoenix-nav h1 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_h1\]\:text-\[2\.125rem\] h1 {
  font-size: 2.125rem;
}

.\[\&_h1\]\:font-normal h1 {
  font-weight: 400;
}

.\[\&_h1\]\:italic h1 {
  font-style: italic;
}

.\[\&_h1\]\:leading-\[1\.4\] h1 {
  line-height: 1.4;
}

.\[\&_h1\]\:leading-none h1 {
  line-height: 1;
}

.\[\&_h1\]\:text-\[\#222\] h1 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 40.0625em) {
  .phoenix-md\:\[\&_h1\]\:text-\[2\.75rem\] h1 {
    font-size: 2.75rem;
  }
}

.\[\&_h2\.headline\]\:mb-4 h2.headline {
  margin-bottom: 1rem;
}

.\[\&_h2\.headline\]\:text-\[1\.33rem\] h2.headline {
  font-size: 1.33rem;
}

.\[\&_h2\.headline\]\:font-normal h2.headline {
  font-weight: 400;
}

.\[\&_h2\]\:\!mt-0 h2 {
  margin-top: 0px !important;
}

.\[\&_h2\]\:mb-2 h2 {
  margin-bottom: 0.5rem;
}

.\[\&_h2\]\:mt-\[0\.2rem\] h2 {
  margin-top: 0.2rem;
}

.\[\&_h2\]\:font-phoenix-nav h2 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_h2\]\:text-\[1\.6875rem\] h2 {
  font-size: 1.6875rem;
}

.\[\&_h2\]\:font-normal h2 {
  font-weight: 400;
}

.\[\&_h2\]\:leading-\[1\.4\] h2 {
  line-height: 1.4;
}

.\[\&_h2\]\:text-\[\#222\] h2 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 40.0625em) {
  .phoenix-md\:\[\&_h2\]\:text-\[2\.3125rem\] h2 {
    font-size: 2.3125rem;
  }
}

.\[\&_h2_small\]\:text-\[60\%\] h2 small {
  font-size: 60%;
}

.\[\&_h2_small\]\:leading-none h2 small {
  line-height: 1;
}

.\[\&_h2_small\]\:text-\[\#6f6f6f\] h2 small {
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / var(--tw-text-opacity, 1));
}

.\[\&_h3\+p\]\:mt-4 h3+p {
  margin-top: 1rem;
}

.\[\&_h3\]\:mb-0 h3 {
  margin-bottom: 0px;
}

.\[\&_h3\]\:mb-2 h3 {
  margin-bottom: 0.5rem;
}

.\[\&_h3\]\:mb-2\.5 h3 {
  margin-bottom: 0.625rem;
}

.\[\&_h3\]\:mt-\[0\.2rem\] h3 {
  margin-top: 0.2rem;
}

.\[\&_h3\]\:mt-\[1em\] h3 {
  margin-top: 1em;
}

.\[\&_h3\]\:border-b h3 {
  border-bottom-width: 1px;
}

.\[\&_h3\]\:border-solid h3 {
  border-style: solid;
}

.\[\&_h3\]\:border-\[\#666\] h3 {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}

.\[\&_h3\]\:font-corsiva h3 {
  font-family: Monotype Corsiva, serif;
}

.\[\&_h3\]\:font-phoenix-nav h3 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_h3\]\:text-\[1\.375rem\] h3 {
  font-size: 1.375rem;
}

.\[\&_h3\]\:text-\[1\.5em\] h3 {
  font-size: 1.5em;
}

.\[\&_h3\]\:font-bold h3 {
  font-weight: 700;
}

.\[\&_h3\]\:font-normal h3 {
  font-weight: 400;
}

.\[\&_h3\]\:italic h3 {
  font-style: italic;
}

.\[\&_h3\]\:leading-\[1\.4\] h3 {
  line-height: 1.4;
}

.\[\&_h3\]\:leading-none h3 {
  line-height: 1;
}

.\[\&_h3\]\:text-\[\#222\] h3 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-\[\#A52A2A\] h3 {
  --tw-text-opacity: 1;
  color: rgb(165 42 42 / var(--tw-text-opacity, 1));
}

.\[\&_h3\]\:text-black h3 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 40.0625em) {
  .phoenix-md\:\[\&_h3\]\:text-\[1\.6875rem\] h3 {
    font-size: 1.6875rem;
  }
}

.\[\&_h3_a\]\:text-\[\#A52A2A\] h3 a {
  --tw-text-opacity: 1;
  color: rgb(165 42 42 / var(--tw-text-opacity, 1));
}

.\[\&_h3_a\]\:underline h3 a {
  text-decoration-line: underline;
}

.\[\&_h4\]\:mb-2 h4 {
  margin-bottom: 0.5rem;
}

.\[\&_h4\]\:mt-\[0\.2rem\] h4 {
  margin-top: 0.2rem;
}

.\[\&_h4\]\:font-phoenix-nav h4 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_h4\]\:text-\[1\.125rem\] h4 {
  font-size: 1.125rem;
}

.\[\&_h4\]\:font-normal h4 {
  font-weight: 400;
}

.\[\&_h4\]\:leading-\[1\.4\] h4 {
  line-height: 1.4;
}

.\[\&_h4\]\:text-\[\#222\] h4 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.\[\&_h4\]\:text-black h4 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 40.0625em) {
  .phoenix-md\:\[\&_h4\]\:text-\[1\.4375rem\] h4 {
    font-size: 1.4375rem;
  }
}

.\[\&_h5\]\:mb-2 h5 {
  margin-bottom: 0.5rem;
}

.\[\&_h5\]\:mt-4 h5 {
  margin-top: 1rem;
}

.\[\&_h5\]\:mt-\[0\.2rem\] h5 {
  margin-top: 0.2rem;
}

.\[\&_h5\]\:px-\[15px\] h5 {
  padding-left: 15px;
  padding-right: 15px;
}

.\[\&_h5\]\:pt-\[5px\] h5 {
  padding-top: 5px;
}

.\[\&_h5\]\:font-phoenix-nav h5 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_h5\]\:text-\[1\.125rem\] h5 {
  font-size: 1.125rem;
}

.\[\&_h5\]\:font-bold h5 {
  font-weight: 700;
}

.\[\&_h5\]\:font-normal h5 {
  font-weight: 400;
}

.\[\&_h5\]\:leading-\[1\.4\] h5 {
  line-height: 1.4;
}

.\[\&_h5\]\:text-\[\#222\] h5 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.\[\&_h6\]\:mb-\[0\.1rem\] h6 {
  margin-bottom: 0.1rem;
}

.\[\&_h6\]\:mt-\[0\.2rem\] h6 {
  margin-top: 0.2rem;
}

.\[\&_h6\]\:font-phoenix-nav h6 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.\[\&_h6\]\:text-\[1\.1rem\] h6 {
  font-size: 1.1rem;
}

.\[\&_h6\]\:font-normal h6 {
  font-weight: 400;
}

.\[\&_h6\]\:leading-\[1\.4\] h6 {
  line-height: 1.4;
}

.\[\&_h6\]\:text-\[\#222\] h6 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.\[\&_hr\]\:my-4 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&_hr\]\:my-\[1em\] hr {
  margin-top: 1em;
  margin-bottom: 1em;
}

.\[\&_hr\]\:mb-\[1\.1875rem\] hr {
  margin-bottom: 1.1875rem;
}

.\[\&_hr\]\:mt-5 hr {
  margin-top: 1.25rem;
}

.\[\&_hr\]\:h-0 hr {
  height: 0px;
}

.\[\&_hr\]\:border-0 hr {
  border-width: 0px;
}

.\[\&_hr\]\:border-t hr {
  border-top-width: 1px;
}

.\[\&_hr\]\:border-solid hr {
  border-style: solid;
}

.\[\&_hr\]\:border-\[\#ddd\] hr {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.\[\&_i\]\:italic i {
  font-style: italic;
}

.\[\&_iframe\+p\]\:pt-\[0\.45rem\] iframe+p {
  padding-top: 0.45rem;
}

.\[\&_iframe\.tango-iframe\]\:aspect-video iframe.tango-iframe {
  aspect-ratio: 16 / 9;
}

.\[\&_iframe\]\:absolute iframe {
  position: absolute;
}

.\[\&_iframe\]\:left-0 iframe {
  left: 0px;
}

.\[\&_iframe\]\:top-0 iframe {
  top: 0px;
}

.\[\&_iframe\]\:h-full iframe {
  height: 100%;
}

.\[\&_iframe\]\:w-full iframe {
  width: 100%;
}

.hover\:\[\&_img\]\:contrast-\[200\%\] img:hover {
  --tw-contrast: contrast(200%);
  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);
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:mb-4 input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  margin-bottom: 1rem;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:box-border input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  box-sizing: border-box;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:block input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  display: block;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:h-\[2\.3125rem\] input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  height: 2.3125rem;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:w-full input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  width: 100%;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:rounded-none input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  border-radius: 0px;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:border input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  border-width: 1px;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:border-solid input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  border-style: solid;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:border-\[\#ccc\] input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:bg-white input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:px-2 input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:py-2 input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:text-sm input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_input\:not\(\[type\=checkbox\]\)\:not\(\[type\=radio\]\)\:not\(\[type\=submit\]\)\:not\(\[type\=hidden\]\)\:not\(\[type\=file\]\)\:not\(\[type\=button\]\)\]\:text-black\/75 input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=hidden]):not([type=file]):not([type=button]) {
  color: rgb(0 0 0 / 0.75);
}

.\[\&_input\[type\=email\]\]\:box-border input[type=email] {
  box-sizing: border-box;
}

.\[\&_input\[type\=email\]\]\:w-full input[type=email] {
  width: 100%;
}

.\[\&_input\[type\=email\]\]\:border input[type=email] {
  border-width: 1px;
}

.\[\&_input\[type\=email\]\]\:border-solid input[type=email] {
  border-style: solid;
}

.\[\&_input\[type\=email\]\]\:border-\[\#cecece\] input[type=email] {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_input\[type\=email\]\]\:bg-white input[type=email] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_input\[type\=email\]\]\:px-3 input[type=email] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_input\[type\=email\]\]\:py-1\.5 input[type=email] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_input\[type\=password\]\]\:box-border input[type=password] {
  box-sizing: border-box;
}

.\[\&_input\[type\=password\]\]\:w-full input[type=password] {
  width: 100%;
}

.\[\&_input\[type\=password\]\]\:border input[type=password] {
  border-width: 1px;
}

.\[\&_input\[type\=password\]\]\:border-solid input[type=password] {
  border-style: solid;
}

.\[\&_input\[type\=password\]\]\:border-\[\#cecece\] input[type=password] {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_input\[type\=password\]\]\:bg-white input[type=password] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_input\[type\=password\]\]\:px-3 input[type=password] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_input\[type\=password\]\]\:py-1\.5 input[type=password] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_input\[type\=search\]\]\:box-border input[type=search] {
  box-sizing: border-box;
}

.\[\&_input\[type\=search\]\]\:w-full input[type=search] {
  width: 100%;
}

.\[\&_input\[type\=search\]\]\:border input[type=search] {
  border-width: 1px;
}

.\[\&_input\[type\=search\]\]\:border-solid input[type=search] {
  border-style: solid;
}

.\[\&_input\[type\=search\]\]\:border-\[\#cecece\] input[type=search] {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_input\[type\=search\]\]\:bg-white input[type=search] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_input\[type\=search\]\]\:px-3 input[type=search] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_input\[type\=search\]\]\:py-1\.5 input[type=search] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_input\[type\=text\]\]\:box-border input[type=text] {
  box-sizing: border-box;
}

.\[\&_input\[type\=text\]\]\:w-full input[type=text] {
  width: 100%;
}

.\[\&_input\[type\=text\]\]\:border input[type=text] {
  border-width: 1px;
}

.\[\&_input\[type\=text\]\]\:border-solid input[type=text] {
  border-style: solid;
}

.\[\&_input\[type\=text\]\]\:border-\[\#cecece\] input[type=text] {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_input\[type\=text\]\]\:bg-white input[type=text] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_input\[type\=text\]\]\:px-3 input[type=text] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_input\[type\=text\]\]\:py-1\.5 input[type=text] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_input\]\:box-border input {
  box-sizing: border-box;
}

.\[\&_input\]\:w-full input {
  width: 100%;
}

.\[\&_input\]\:border input {
  border-width: 1px;
}

.\[\&_input\]\:border-solid input {
  border-style: solid;
}

.\[\&_input\]\:border-\[\#cecece\] input {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_input\]\:bg-white input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_input\]\:px-3 input {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_input\]\:py-1\.5 input {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.focus\:\[\&_input\]\:border-\[\#c65555\] input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(198 85 85 / var(--tw-border-opacity, 1));
}

.focus\:\[\&_input\]\:outline-none input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_label\]\:mb-0 label {
  margin-bottom: 0px;
}

.\[\&_label\]\:mb-3 label {
  margin-bottom: 0.75rem;
}

.\[\&_label\]\:block label {
  display: block;
}

.\[\&_label\]\:cursor-pointer label {
  cursor: pointer;
}

.\[\&_label\]\:text-\[18px\] label {
  font-size: 18px;
}

.\[\&_label\]\:text-sm label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_label\]\:font-normal label {
  font-weight: 400;
}

.\[\&_label\]\:text-\[\#4d4d4d\] label {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

.\[\&_li\.active\>a\]\:bg-\[\#f7e8e8\] li.active>a {
  --tw-bg-opacity: 1;
  background-color: rgb(247 232 232 / var(--tw-bg-opacity, 1));
}

.\[\&_li\.active\>a\]\:font-bold li.active>a {
  font-weight: 700;
}

.\[\&_li\.active\>a\]\:text-phoenix-red li.active>a {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.\[\&_li\.back\]\:hidden li.back {
  display: none;
}

.\[\&_li\.group\.moved\>a\]\:after\:\!hidden li.group.moved>a::after {
  content: var(--tw-content);
  display: none !important;
}

.\[\&_li\.group\.moved\>ul\.dropdown\]\:\!h-auto li.group.moved>ul.dropdown {
  height: auto !important;
}

.\[\&_li\.group\.moved\>ul\.dropdown\]\:\!w-full li.group.moved>ul.dropdown {
  width: 100% !important;
}

.\[\&_li\.group\.moved\>ul\.dropdown\]\:\!overflow-visible li.group.moved>ul.dropdown {
  overflow: visible !important;
}

.\[\&_li\.group\.moved\>ul\.dropdown\]\:bg-\[\#0f0404\] li.group.moved>ul.dropdown {
  --tw-bg-opacity: 1;
  background-color: rgb(15 4 4 / var(--tw-bg-opacity, 1));
}

.\[\&_li\.group\.moved\>ul\.dropdown\]\:\!\[clip\:auto\] li.group.moved>ul.dropdown {
  clip: auto !important;
}

.\[\&_li\.group\.moved\]\:static li.group.moved {
  position: static;
}

@media (min-width: 66.25em) {
  .phoenix-nav\:\[\&_li\.group\:focus-within\>ul\.dropdown\]\:\!block li.group:focus-within>ul.dropdown {
    display: block !important;
  }

  .phoenix-nav\:\[\&_li\.group\:hover\>ul\.dropdown\]\:\!block li.group:hover>ul.dropdown {
    display: block !important;
  }
}

.\[\&_li\.group\>ul\.dropdown\]\:\!absolute li.group>ul.dropdown {
  position: absolute !important;
}

.\[\&_li\.group\>ul\.dropdown\]\:\!left-full li.group>ul.dropdown {
  left: 100% !important;
}

.\[\&_li\.group\>ul\.dropdown\]\:top-0 li.group>ul.dropdown {
  top: 0px;
}

.\[\&_li\.group\>ul\.dropdown\]\:z-\[99\] li.group>ul.dropdown {
  z-index: 99;
}

.\[\&_li\.group\>ul\.dropdown\]\:\!block li.group>ul.dropdown {
  display: block !important;
}

.\[\&_li\.group\>ul\.dropdown\]\:\!h-px li.group>ul.dropdown {
  height: 1px !important;
}

.\[\&_li\.group\>ul\.dropdown\]\:\!w-px li.group>ul.dropdown {
  width: 1px !important;
}

.\[\&_li\.group\>ul\.dropdown\]\:\!overflow-hidden li.group>ul.dropdown {
  overflow: hidden !important;
}

.\[\&_li\.group\>ul\.dropdown\]\:\!\[clip\:rect\(1px\2c 1px\2c 1px\2c 1px\)\] li.group>ul.dropdown {
  clip: rect(1px,1px,1px,1px) !important;
}

@media (min-width: 66.25em) {
  .phoenix-nav\:\[\&_li\.group\>ul\.dropdown\]\:\!left-0 li.group>ul.dropdown {
    left: 0px !important;
  }

  .phoenix-nav\:\[\&_li\.group\>ul\.dropdown\]\:top-full li.group>ul.dropdown {
    top: 100%;
  }

  .phoenix-nav\:\[\&_li\.group\>ul\.dropdown\]\:\!hidden li.group>ul.dropdown {
    display: none !important;
  }

  .phoenix-nav\:\[\&_li\.group\>ul\.dropdown\]\:\!h-auto li.group>ul.dropdown {
    height: auto !important;
  }

  .phoenix-nav\:\[\&_li\.group\>ul\.dropdown\]\:\!w-auto li.group>ul.dropdown {
    width: auto !important;
  }

  .phoenix-nav\:\[\&_li\.group\>ul\.dropdown\]\:min-w-full li.group>ul.dropdown {
    min-width: 100%;
  }

  .phoenix-nav\:\[\&_li\.group\>ul\.dropdown\]\:\!overflow-visible li.group>ul.dropdown {
    overflow: visible !important;
  }

  .phoenix-nav\:\[\&_li\.group\>ul\.dropdown\]\:bg-\[\#0f0404\] li.group>ul.dropdown {
    --tw-bg-opacity: 1;
    background-color: rgb(15 4 4 / var(--tw-bg-opacity, 1));
  }

  .phoenix-nav\:\[\&_li\.group\>ul\.dropdown\]\:\!\[clip\:auto\] li.group>ul.dropdown {
    clip: auto !important;
  }
}

.\[\&_li\.group\]\:relative li.group {
  position: relative;
}

.\[\&_li\.title\.back\.js-generated\>a\]\:font-bold li.title.back.js-generated>a {
  font-weight: 700;
}

.\[\&_li\>a\>span\>div\]\:table-cell li>a>span>div {
  display: table-cell;
}

.\[\&_li\>a\>span\>div\]\:align-top li>a>span>div {
  vertical-align: top;
}

.\[\&_li\>a\>span\]\:table-row li>a>span {
  display: table-row;
}

.\[\&_li\>a\]\:m-0 li>a {
  margin: 0px;
}

.\[\&_li\>a\]\:block li>a {
  display: block;
}

.\[\&_li\>a\]\:table li>a {
  display: table;
}

.\[\&_li\>a\]\:w-full li>a {
  width: 100%;
}

.\[\&_li\>a\]\:table-fixed li>a {
  table-layout: fixed;
}

.\[\&_li\>a\]\:p-2 li>a {
  padding: 0.5rem;
}

.\[\&_li\>a\]\:px-\[0\.875rem\] li>a {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.\[\&_li\>a\]\:py-\[0\.4375rem\] li>a {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.\[\&_li\>a\]\:text-\[\#555\] li>a {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.\[\&_li\>a\]\:text-phoenix-red li>a {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.\[\&_li\>a\]\:no-underline li>a {
  text-decoration-line: none;
}

.hover\:\[\&_li\>a\]\:bg-black\/\[0\.025\] li>a:hover {
  background-color: rgb(0 0 0 / 0.025);
}

.hover\:\[\&_li\>a\]\:text-\[\#e97777\] li>a:hover {
  --tw-text-opacity: 1;
  color: rgb(233 119 119 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_li\>a\]\:no-underline li>a:hover {
  text-decoration-line: none;
}

.\[\&_li\>ul\]\:hidden li>ul {
  display: none;
}

.\[\&_li\]\:m-0 li {
  margin: 0px;
}

.\[\&_li\]\:mb-\[0\.4375rem\] li {
  margin-bottom: 0.4375rem;
}

.\[\&_li\]\:cursor-pointer li {
  cursor: pointer;
}

.\[\&_li\]\:list-none li {
  list-style-type: none;
}

.\[\&_li\]\:overflow-hidden li {
  overflow: hidden;
}

.\[\&_li\]\:text-sm li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hover\:\[\&_li\]\:bg-\[\#eee\] li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.\[\&_p\]\:my-4 p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&_p\]\:\!mb-8 p {
  margin-bottom: 2rem !important;
}

.\[\&_p\]\:mb-5 p {
  margin-bottom: 1.25rem;
}

.\[\&_p\]\:text-base p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_p\]\:font-normal p {
  font-weight: 400;
}

.\[\&_p\]\:leading-\[1\.25em\] p {
  line-height: 1.25em;
}

.\[\&_p\]\:leading-\[1\.6\] p {
  line-height: 1.6;
}

.\[\&_p\]\:text-\[\#0f0404\] p {
  --tw-text-opacity: 1;
  color: rgb(15 4 4 / var(--tw-text-opacity, 1));
}

.\[\&_p_a\]\:text-\[\#FFFAFA\] p a {
  --tw-text-opacity: 1;
  color: rgb(255 250 250 / var(--tw-text-opacity, 1));
}

.\[\&_p_a\]\:underline p a {
  text-decoration-line: underline;
}

.hover\:\[\&_p_a\]\:text-\[\#A52A2A\] p a:hover {
  --tw-text-opacity: 1;
  color: rgb(165 42 42 / var(--tw-text-opacity, 1));
}

.\[\&_select\]\:mb-4 select {
  margin-bottom: 1rem;
}

.\[\&_select\]\:box-border select {
  box-sizing: border-box;
}

.\[\&_select\]\:block select {
  display: block;
}

.\[\&_select\]\:h-\[2\.3125rem\] select {
  height: 2.3125rem;
}

.\[\&_select\]\:w-full select {
  width: 100%;
}

.\[\&_select\]\:rounded-none select {
  border-radius: 0px;
}

.\[\&_select\]\:border select {
  border-width: 1px;
}

.\[\&_select\]\:border-solid select {
  border-style: solid;
}

.\[\&_select\]\:border-\[\#ccc\] select {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.\[\&_select\]\:border-\[\#cecece\] select {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_select\]\:bg-white select {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_select\]\:px-2 select {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_select\]\:px-3 select {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_select\]\:py-1\.5 select {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_select\]\:text-sm select {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_span\]\:float-left span {
  float: left;
}

.\[\&_span\]\:w-\[calc\(100\%-2\.4em\)\] span {
  width: calc(100% - 2.4em);
}

.\[\&_strong\]\:float-left strong {
  float: left;
}

.\[\&_strong\]\:inline-block strong {
  display: inline-block;
}

.\[\&_strong\]\:min-w-\[2\.4em\] strong {
  min-width: 2.4em;
}

.\[\&_strong\]\:font-bold strong {
  font-weight: 700;
}

.\[\&_strong\]\:text-phoenix-red strong {
  --tw-text-opacity: 1;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1));
}

.\[\&_strong\]\:\!text-phoenix-red strong {
  --tw-text-opacity: 1 !important;
  color: rgb(224 61 61 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_table\]\:mb-5 table {
  margin-bottom: 1.25rem;
}

.\[\&_table\]\:w-full table {
  width: 100%;
}

.\[\&_table\]\:table-auto table {
  table-layout: auto;
}

.\[\&_table\]\:border-collapse table {
  border-collapse: collapse;
}

.\[\&_table\]\:border table {
  border-width: 1px;
}

.\[\&_table\]\:border-solid table {
  border-style: solid;
}

.\[\&_table\]\:border-\[\#ddd\] table {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.\[\&_table\]\:bg-white table {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_td\]\:table-cell td {
  display: table-cell;
}

.\[\&_td\]\:px-\[0\.625rem\] td {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.\[\&_td\]\:py-\[0\.5625rem\] td {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.\[\&_td\]\:text-left td {
  text-align: left;
}

.\[\&_td\]\:text-\[0\.875rem\] td {
  font-size: 0.875rem;
}

.\[\&_td\]\:leading-\[1\.125rem\] td {
  line-height: 1.125rem;
}

.\[\&_td\]\:text-\[\#222\] td {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.\[\&_textarea\]\:mb-3 textarea {
  margin-bottom: 0.75rem;
}

.\[\&_textarea\]\:mb-4 textarea {
  margin-bottom: 1rem;
}

.\[\&_textarea\]\:box-border textarea {
  box-sizing: border-box;
}

.\[\&_textarea\]\:block textarea {
  display: block;
}

.\[\&_textarea\]\:min-h-\[6rem\] textarea {
  min-height: 6rem;
}

.\[\&_textarea\]\:min-h-\[96px\] textarea {
  min-height: 96px;
}

.\[\&_textarea\]\:w-full textarea {
  width: 100%;
}

.\[\&_textarea\]\:resize-y textarea {
  resize: vertical;
}

.\[\&_textarea\]\:rounded-none textarea {
  border-radius: 0px;
}

.\[\&_textarea\]\:border textarea {
  border-width: 1px;
}

.\[\&_textarea\]\:border-solid textarea {
  border-style: solid;
}

.\[\&_textarea\]\:border-\[\#ccc\] textarea {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.\[\&_textarea\]\:border-\[\#cecece\] textarea {
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity, 1));
}

.\[\&_textarea\]\:bg-white textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_textarea\]\:p-2 textarea {
  padding: 0.5rem;
}

.\[\&_textarea\]\:px-3 textarea {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_textarea\]\:py-1\.5 textarea {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_textarea\]\:text-sm textarea {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_th\]\:table-cell th {
  display: table-cell;
}

.\[\&_th\]\:px-\[0\.625rem\] th {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.\[\&_th\]\:py-\[0\.5625rem\] th {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.\[\&_th\]\:text-left th {
  text-align: left;
}

.\[\&_th\]\:text-\[0\.875rem\] th {
  font-size: 0.875rem;
}

.\[\&_th\]\:font-bold th {
  font-weight: 700;
}

.\[\&_th\]\:leading-\[1\.125rem\] th {
  line-height: 1.125rem;
}

.\[\&_th\]\:text-\[\#222\] th {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.\[\&_thead\]\:bg-\[\#f5f5f5\] thead {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.\[\&_thead_th\]\:pb-\[0\.625rem\] thead th {
  padding-bottom: 0.625rem;
}

.\[\&_thead_th\]\:pt-2 thead th {
  padding-top: 0.5rem;
}

.\[\&_tr\:nth-of-type\(even\)\]\:bg-\[\#f9f9f9\] tr:nth-of-type(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.\[\&_ul\.nav\]\:hidden ul.nav {
  display: none;
}

@media (min-width: 66.25em) {
  .phoenix-nav\:\[\&_ul\.right_li\.group\>ul\.dropdown\]\:\!left-auto ul.right li.group>ul.dropdown {
    left: auto !important;
  }

  .phoenix-nav\:\[\&_ul\.right_li\.group\>ul\.dropdown\]\:right-0 ul.right li.group>ul.dropdown {
    right: 0px;
  }
}

.\[\&_ul\]\:m-0 ul {
  margin: 0px;
}

.\[\&_ul\]\:\!ml-0 ul {
  margin-left: 0px !important;
}

.\[\&_ul\]\:mb-5 ul {
  margin-bottom: 1.25rem;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:list-none ul {
  list-style-type: none;
}

.\[\&_ul\]\:p-0 ul {
  padding: 0px;
}

.\[\&_ul\]\:pl-\[1em\] ul {
  padding-left: 1em;
}

.\[\&_ul\]\:pl-\[2em\] ul {
  padding-left: 2em;
}

.\[\&_ul\]\:text-base ul {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_ul\]\:leading-\[1\.6\] ul {
  line-height: 1.6;
}

@media (min-width: 40.0625em) {
  .phoenix-md\:\[\&_ul\]\:pl-\[2em\] ul {
    padding-left: 2em;
  }
}

.\[\&_ul_li\:last-child\]\:border-b-0 ul li:last-child {
  border-bottom-width: 0px;
}

.\[\&_ul_li\]\:border-b ul li {
  border-bottom-width: 1px;
}

.\[\&_ul_li\]\:border-solid ul li {
  border-style: solid;
}

.\[\&_ul_li\]\:border-\[\#ddd\] ul li {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

@media (min-width: 83.125em) {
  html[lang=de] .nav-brand\:\[html\[lang\=de\]_\&\]\:left-\[418px\] {
    left: 418px;
  }

  html[lang=es] .nav-brand\:\[html\[lang\=es\]_\&\]\:left-\[437px\] {
    left: 437px;
  }

  html[lang=pt] .nav-brand\:\[html\[lang\=pt\]_\&\]\:left-\[415px\] {
    left: 415px;
  }
}
