/*
! tailwindcss v3.2.0 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Calibre, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

input[type="submit"]:disabled, button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

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

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

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

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

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

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

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

/*  
html {
    font-size: 18px;
}*/

input {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.wysiwyg :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.wysiwyg :where(a):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg :where(hr):not(:where([class~="not-wysiwyg"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.wysiwyg :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

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

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

.wysiwyg :where(h1):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.wysiwyg :where(h1 strong):not(:where([class~="not-wysiwyg"] *)) {
  font-weight: 900;
  color: inherit;
}

.wysiwyg :where(h2):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.wysiwyg :where(h2 strong):not(:where([class~="not-wysiwyg"] *)) {
  font-weight: 800;
  color: inherit;
}

.wysiwyg :where(h3):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.wysiwyg :where(h3 strong):not(:where([class~="not-wysiwyg"] *)) {
  font-weight: 700;
  color: inherit;
}

.wysiwyg :where(h4):not(:where([class~="not-wysiwyg"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.wysiwyg :where(h4 strong):not(:where([class~="not-wysiwyg"] *)) {
  font-weight: 700;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

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

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

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

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

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

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

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

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

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

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

.wysiwyg {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg-lg {
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.wysiwyg-lg :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.wysiwyg-lg :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.wysiwyg-lg :where(h1):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.wysiwyg-lg :where(h2):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.wysiwyg-lg :where(h3):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.wysiwyg-lg :where(h4):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

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

.wysiwyg-lg :where(video):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

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

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

.wysiwyg-lg :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

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

.wysiwyg-lg :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8666667em;
}

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

.wysiwyg-lg :where(pre):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.wysiwyg-lg :where(ol):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.wysiwyg-lg :where(ul):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

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

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

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

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

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

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

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

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

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

.wysiwyg-lg :where(hr):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg-xl {
  font-size: 22px;
  line-height: 1.8;
}

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

.wysiwyg-xl :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.wysiwyg-xl :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.wysiwyg-xl :where(h1):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.wysiwyg-xl :where(h2):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.wysiwyg-xl :where(h3):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.wysiwyg-xl :where(h4):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

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

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

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

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

.wysiwyg-xl :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

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

.wysiwyg-xl :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8611111em;
}

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

.wysiwyg-xl :where(pre):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.wysiwyg-xl :where(ol):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}

.wysiwyg-xl :where(ul):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}

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

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

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

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

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

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

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

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

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

.wysiwyg-xl :where(hr):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

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

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

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

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

.wysiwyg-xl :where(table):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}

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

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

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

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

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

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

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

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

.wysiwyg-2xl {
  font-size: 1.5rem;
  line-height: 1.6666667;
}

.wysiwyg-2xl :where(p):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.wysiwyg-2xl :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.25em;
  line-height: 1.4666667;
  margin-top: 1.0666667em;
  margin-bottom: 1.0666667em;
}

.wysiwyg-2xl :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
  padding-left: 1.1111111em;
}

.wysiwyg-2xl :where(h1):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.875em;
  line-height: 1;
}

.wysiwyg-2xl :where(h2):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.8333333em;
  line-height: 1.0833333;
}

.wysiwyg-2xl :where(h3):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.5em;
  margin-top: 1.5555556em;
  margin-bottom: 0.6666667em;
  line-height: 1.2222222;
}

.wysiwyg-2xl :where(h4):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

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

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

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

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

.wysiwyg-2xl :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8333333em;
  line-height: 1.6;
  margin-top: 1em;
}

.wysiwyg-2xl :where(code):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8333333em;
}

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

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

.wysiwyg-2xl :where(pre):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8333333em;
  line-height: 1.8;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.2em;
  padding-right: 1.6em;
  padding-bottom: 1.2em;
  padding-left: 1.6em;
}

.wysiwyg-2xl :where(ol):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5833333em;
}

.wysiwyg-2xl :where(ul):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5833333em;
}

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

.wysiwyg-2xl :where(ol > li):not(:where([class~="not-wysiwyg"] *)) {
  padding-left: 0.4166667em;
}

.wysiwyg-2xl :where(ul > li):not(:where([class~="not-wysiwyg"] *)) {
  padding-left: 0.4166667em;
}

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg-2xl :where(table):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8333333em;
  line-height: 1.4;
}

.wysiwyg-2xl :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

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

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

.wysiwyg-2xl :where(tbody td, tfoot td):not(:where([class~="not-wysiwyg"] *)) {
  padding-top: 0.8em;
  padding-right: 0.6em;
  padding-bottom: 0.8em;
  padding-left: 0.6em;
}

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

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

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

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

.wysiwyg-zinc {
  --tw-prose-body: #3f3f46;
  --tw-prose-headings: #18181b;
  --tw-prose-lead: #52525b;
  --tw-prose-links: #18181b;
  --tw-prose-bold: #18181b;
  --tw-prose-counters: #71717a;
  --tw-prose-bullets: #d4d4d8;
  --tw-prose-hr: #e4e4e7;
  --tw-prose-quotes: #18181b;
  --tw-prose-quote-borders: #e4e4e7;
  --tw-prose-captions: #71717a;
  --tw-prose-code: #18181b;
  --tw-prose-pre-code: #e4e4e7;
  --tw-prose-pre-bg: #27272a;
  --tw-prose-th-borders: #d4d4d8;
  --tw-prose-td-borders: #e4e4e7;
  --tw-prose-invert-body: #d4d4d8;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a1a1aa;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a1a1aa;
  --tw-prose-invert-bullets: #52525b;
  --tw-prose-invert-hr: #3f3f46;
  --tw-prose-invert-quotes: #f4f4f5;
  --tw-prose-invert-quote-borders: #3f3f46;
  --tw-prose-invert-captions: #a1a1aa;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d8;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #52525b;
  --tw-prose-invert-td-borders: #3f3f46;
}

input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type='number'],
  input[type='url'],
  input[type='date'],
  input[type='datetime-local'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='tel'],
  textarea,
  select,
  select[multiple] {
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --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);
}

input[type='text']:focus,
  input[type='password']:focus,
  input[type='email']:focus,
  input[type='number']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  input[type='datetime-local']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='time']:focus,
  input[type='tel']:focus,
  textarea:focus,
  select:focus,
  select[multiple]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 94 179 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 115 219 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

input[type='date'] {
  min-width: 200px;
}

input[type='checkbox'] {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 22 41 / var(--tw-text-opacity));
  --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);
}

input[type='checkbox']:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 94 179 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 115 219 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
  --tw-ring-offset-width: 0px;
}

input[type='radio'] {
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 22 41 / var(--tw-text-opacity));
  --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);
}

input[type='radio']:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 94 179 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(0 115 219 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
  --tw-ring-offset-width: 0px;
}

input::file-selector-button,
  input[type='submit'],
  button[type='submit'] {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 24 47 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 24 47 / var(--tw-text-opacity));
  --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);
}

input::file-selector-button:hover,
  input[type='submit']:hover,
  button[type='submit']:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input::file-selector-button:focus,
  input[type='submit']:focus,
  button[type='submit']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 24 47 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

input[type='submit'][name='op'],
  input[type='submit'][value='Upload'],
  button[type='submit'],
  input::file-selector-button {
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
}

input[type='file'],
  input[type='submit'][value='Upload'] {
  align-self: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
}

input[type='submit'][name='op'][value='Next >'],
  input[type='submit'][name='op'][value='Next'],
  input[type='submit'][name='op'][value='Submit'],
  button[type='submit'] {
  --tw-border-opacity: 1;
  border-color: rgb(1 160 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 160 175 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type='submit'][name='op'][value='Next >']:hover,
  input[type='submit'][name='op'][value='Next']:hover,
  input[type='submit'][name='op'][value='Submit']:hover,
  button[type='submit']:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 24 47 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 47 / var(--tw-bg-opacity));
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width : 0;
  height: 0;
}

/* clears the 'X' from Chrome */

input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.\!static {
  position: static !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

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

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

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

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

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

.left-5 {
  left: 1.25rem;
}

.top-4 {
  top: 1rem;
}

.left-4 {
  left: 1rem;
}

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

.\!right-0 {
  right: 0px !important;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

.isolate {
  isolation: isolate;
}

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

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

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

.order-first {
  order: -9999;
}

.order-3 {
  order: 3;
}

.order-last {
  order: 9999;
}

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

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

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

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

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.m-8 {
  margin: 2rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.-m-6 {
  margin: -1.5rem;
}

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

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

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

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

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

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

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-\[6rem\] {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}

.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}

.mr-\[0\.5rem\] {
  margin-right: 0.5rem;
}

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

.mb-\[1\.31rem\] {
  margin-bottom: 1.31rem;
}

.mb-\[1\.69rem\] {
  margin-bottom: 1.69rem;
}

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

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

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

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

.mb-\[2\.0625rem\] {
  margin-bottom: 2.0625rem;
}

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

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

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

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

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

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

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

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

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

.-ml-0\.5 {
  margin-left: -0.125rem;
}

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

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

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

.mt-\[1\.81rem\] {
  margin-top: 1.81rem;
}

.ml-\[7\.38rem\] {
  margin-left: 7.38rem;
}

.mb-\[6\.25rem\] {
  margin-bottom: 6.25rem;
}

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

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

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

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

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

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}

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

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

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

.mb-\[2\.31rem\] {
  margin-bottom: 2.31rem;
}

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

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

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

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

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

.mt-\[1\.75rem\] {
  margin-top: 1.75rem;
}

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

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

.mt-auto {
  margin-top: auto;
}

.mb-\[2rem\] {
  margin-bottom: 2rem;
}

.mt-\[\.75rem\] {
  margin-top: .75rem;
}

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

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

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

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

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

.mb-\[6rem\] {
  margin-bottom: 6rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

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

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

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

.h-1 {
  height: 0.25rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-\[0\.1875rem\] {
  height: 0.1875rem;
}

.h-4 {
  height: 1rem;
}

.h-2 {
  height: 0.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-full {
  height: 100%;
}

.h-80 {
  height: 20rem;
}

.h-\[6\.5rem\] {
  height: 6.5rem;
}

.h-7 {
  height: 1.75rem;
}

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

.h-28 {
  height: 7rem;
}

.h-48 {
  height: 12rem;
}

.h-96 {
  height: 24rem;
}

.h-64 {
  height: 16rem;
}

.h-10 {
  height: 2.5rem;
}

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

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-\[37\.6875rem\] {
  height: 37.6875rem;
}

.h-\[31\.25rem\] {
  height: 31.25rem;
}

.h-\[19\.56rem\] {
  height: 19.56rem;
}

.h-32 {
  height: 8rem;
}

.h-11 {
  height: 2.75rem;
}

.\!h-8 {
  height: 2rem !important;
}

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

.h-px {
  height: 1px;
}

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

.h-0 {
  height: 0px;
}

.h-\[15\.5rem\] {
  height: 15.5rem;
}

.h-\[33\.6rem\] {
  height: 33.6rem;
}

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

.\!h-full {
  height: 100% !important;
}

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

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

.h-\[6\.4rem\] {
  height: 6.4rem;
}

.h-\[37\.12px\] {
  height: 37.12px;
}

.h-\[3\.2rem\] {
  height: 3.2rem;
}

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

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

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

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

.w-1\.5 {
  width: 0.375rem;
}

.w-1 {
  width: 0.25rem;
}

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-4 {
  width: 1rem;
}

.w-2 {
  width: 0.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-\[6\.5rem\] {
  width: 6.5rem;
}

.w-7 {
  width: 1.75rem;
}

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

.w-28 {
  width: 7rem;
}

.w-\[17\.5rem\] {
  width: 17.5rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-screen {
  width: 100vw;
}

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

.\!w-8 {
  width: 2rem !important;
}

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

.w-\[20\.43rem\] {
  width: 20.43rem;
}

.w-px {
  width: 1px;
}

.w-\[5\.4rem\] {
  width: 5.4rem;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-0 {
  width: 0px;
}

.\!w-32 {
  width: 8rem !important;
}

.w-\[calc\(50\%-0\.75rem\)\] {
  width: calc(50% - 0.75rem);
}

.w-96 {
  width: 24rem;
}

.w-\[8\.6rem\] {
  width: 8.6rem;
}

.w-\[30\.26px\] {
  width: 30.26px;
}

.w-\[4\.3rem\] {
  width: 4.3rem;
}

.w-36 {
  width: 9rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

.min-w-\[14\.4rem\] {
  min-width: 14.4rem;
}

.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

.flex-none {
  flex: none;
}

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

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

.basis-\[content\] {
  flex-basis: content;
}

.origin-center {
  transform-origin: center;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-top {
  transform-origin: top;
}

.translate-y-\[0\.1875rem\] {
  --tw-translate-y: 0.1875rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

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

.snap-center {
  scroll-snap-align: center;
}

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

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

.grid-cols-fluid {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.grid-cols-\[2rem_8rem_1fr\] {
  grid-template-columns: 2rem 8rem 1fr;
}

.grid-cols-\[2rem_1fr\] {
  grid-template-columns: 2rem 1fr;
}

.grid-cols-\[4rem_1fr\] {
  grid-template-columns: 4rem 1fr;
}

.grid-cols-fluid-md {
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
}

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

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

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

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

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

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

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

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

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

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

.\!items-center {
  align-items: center !important;
}

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

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

.\!justify-start {
  justify-content: flex-start !important;
}

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

.\!justify-end {
  justify-content: flex-end !important;
}

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

.\!justify-center {
  justify-content: center !important;
}

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

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

.gap-6 {
  gap: 1.5rem;
}

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

.gap-0 {
  gap: 0px;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

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

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

.gap-x-\[1\.18rem\] {
  -moz-column-gap: 1.18rem;
       column-gap: 1.18rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-x-\[2rem\] {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

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

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

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

.space-y-\[1\.62rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.62rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.62rem * var(--tw-space-y-reverse));
}

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-council-blue-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 51 97 / 0.2);
}

.divide-council-light-gray-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(179 179 179 / 0.25);
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.\!border-x-2 {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}

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

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

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

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

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

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

.border-transparent {
  border-color: transparent;
}

.border-council-blue-500\/20 {
  border-color: rgb(0 51 97 / 0.2);
}

.border-council-sea-green {
  --tw-border-opacity: 1;
  border-color: rgb(1 160 175 / var(--tw-border-opacity));
}

.border-council-light-gray-500\/25 {
  border-color: rgb(179 179 179 / 0.25);
}

.border-council-light-gray-500\/50 {
  border-color: rgb(179 179 179 / 0.5);
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-\[\#E2E1E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 225 229 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.\!border-council-light-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(179 179 179 / var(--tw-border-opacity)) !important;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-council-blue-600\/50 {
  border-color: rgb(0 22 41 / 0.5);
}

.border-council-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 51 97 / var(--tw-border-opacity));
}

.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}

.border-r-council-blue-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 51 97 / var(--tw-border-opacity));
}

.border-b-council-blue-500\/50 {
  border-bottom-color: rgb(0 51 97 / 0.5);
}

.border-b-council-sandstone {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 234 229 / var(--tw-border-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

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

.bg-council-sandstone {
  --tw-bg-opacity: 1;
  background-color: rgb(236 234 229 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-council-midnight\/5 {
  background-color: rgb(0 24 47 / 0.05);
}

.bg-council-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 97 / var(--tw-bg-opacity));
}

.bg-council-light-stone {
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 248 / var(--tw-bg-opacity));
}

.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}

.bg-council-sea-green {
  --tw-bg-opacity: 1;
  background-color: rgb(1 160 175 / var(--tw-bg-opacity));
}

.bg-council-sea-green\/50 {
  background-color: rgb(1 160 175 / 0.5);
}

.bg-council-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 241 247 / var(--tw-bg-opacity));
}

.bg-council-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 211 230 / var(--tw-bg-opacity));
}

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

.bg-council-blue-500\/20 {
  background-color: rgb(0 51 97 / 0.2);
}

.bg-council-traffic-yellow\/20 {
  background-color: rgb(255 203 5 / 0.2);
}

.bg-council-traffic-red\/20 {
  background-color: rgb(244 67 54 / 0.2);
}

.bg-council-traffic-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 5 / var(--tw-bg-opacity));
}

.bg-council-traffic-red {
  --tw-bg-opacity: 1;
  background-color: rgb(244 67 54 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-council-blue-500\/5 {
  background-color: rgb(0 51 97 / 0.05);
}

.bg-council-light-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-council-functional-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(156 192 225 / var(--tw-bg-opacity));
}

.bg-council-sea-spray {
  --tw-bg-opacity: 1;
  background-color: rgb(213 232 241 / var(--tw-bg-opacity));
}

.bg-council-summerglow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 220 113 / var(--tw-bg-opacity));
}

.bg-council-green-oasis {
  --tw-bg-opacity: 1;
  background-color: rgb(208 223 144 / var(--tw-bg-opacity));
}

.bg-council-radiant-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(162 96 163 / var(--tw-bg-opacity));
}

.bg-council-watermelon {
  --tw-bg-opacity: 1;
  background-color: rgb(219 112 98 / var(--tw-bg-opacity));
}

.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}

.bg-council-stone {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-council-midnight {
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 47 / var(--tw-bg-opacity));
}

.bg-council-blue-sky {
  --tw-bg-opacity: 1;
  background-color: rgb(153 209 220 / var(--tw-bg-opacity));
}

.bg-council-classic-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(4 72 142 / var(--tw-bg-opacity));
}

.bg-council-dark-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 96 96 / var(--tw-bg-opacity));
}

.bg-council-light-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 179 179 / var(--tw-bg-opacity));
}

.bg-council-traffic-green {
  --tw-bg-opacity: 1;
  background-color: rgb(48 191 121 / var(--tw-bg-opacity));
}

.bg-council-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-council-midnight\/10 {
  background-color: rgb(0 24 47 / 0.1);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

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

.bg-council-blue-500\/50 {
  background-color: rgb(0 51 97 / 0.5);
}

.bg-council-navy-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 97 / var(--tw-bg-opacity));
}

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

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.\!bg-council-functional-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 192 225 / var(--tw-bg-opacity)) !important;
}

.\!bg-council-sea-spray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(213 232 241 / var(--tw-bg-opacity)) !important;
}

.\!bg-council-sandstone {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 234 229 / var(--tw-bg-opacity)) !important;
}

.\!bg-council-summerglow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 220 113 / var(--tw-bg-opacity)) !important;
}

.\!bg-council-green-oasis {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 223 144 / var(--tw-bg-opacity)) !important;
}

.\!bg-council-radiant-purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(162 96 163 / var(--tw-bg-opacity)) !important;
}

.\!bg-council-watermelon {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 112 98 / var(--tw-bg-opacity)) !important;
}

.\!bg-council-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 51 97 / var(--tw-bg-opacity)) !important;
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-council-sea-spray\/50 {
  background-color: rgb(213 232 241 / 0.5);
}

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

.from-red-600\/95 {
  --tw-gradient-from: rgb(220 38 38 / 0.95);
  --tw-gradient-to: rgb(220 38 38 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-red-700\/95 {
  --tw-gradient-to: rgb(185 28 28 / 0.95);
}

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

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

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

.fill-council-blue-500\/50 {
  fill: rgb(0 51 97 / 0.5);
}

.fill-current {
  fill: currentColor;
}

.fill-council-charcoal {
  fill: #333333;
}

.\!fill-none {
  fill: none !important;
}

.\!fill-current {
  fill: currentColor !important;
}

.\!stroke-none {
  stroke: none !important;
}

.\!stroke-current {
  stroke: currentColor !important;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-\[2\.5px\] {
  stroke-width: 2.5px;
}

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

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

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

.p-8 {
  padding: 2rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-px {
  padding: 1px;
}

.p-12 {
  padding: 3rem;
}

.p-\[1\.5rem\] {
  padding: 1.5rem;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-\[0\.25rem\] {
  padding: 0.25rem;
}

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.px-\[0\.375rem\] {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-\[1\.5rem\] {
  padding-top: 1.5rem;
}

.pr-\[1\.5rem\] {
  padding-right: 1.5rem;
}

.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}

.pl-\[1\.5rem\] {
  padding-left: 1.5rem;
}

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

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

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

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

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

.pb-20 {
  padding-bottom: 5rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-20 {
  padding-left: 5rem;
}

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

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

.pb-48 {
  padding-bottom: 12rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

.pb-\[3rem\] {
  padding-bottom: 3rem;
}

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

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

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

.pt-\[2rem\] {
  padding-top: 2rem;
}

.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

.pt-28 {
  padding-top: 7rem;
}

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

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

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[3\.5rem\] {
  font-size: 3.5rem;
}

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

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

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

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

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

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

.font-semibold {
  font-weight: 600;
}

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

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

.leading-tight {
  line-height: 1.25;
}

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

.leading-5 {
  line-height: 1.25rem;
}

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

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

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

.tracking-tighter {
  letter-spacing: -0.05em;
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

.text-council-sea-green {
  --tw-text-opacity: 1;
  color: rgb(1 160 175 / var(--tw-text-opacity));
}

.text-council-dark-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}

.text-council-charcoal {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-council-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(123 122 130 / var(--tw-text-opacity));
}

.text-council-midnight {
  --tw-text-opacity: 1;
  color: rgb(0 24 47 / var(--tw-text-opacity));
}

.text-council-light-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity));
}

.text-council-light-stone {
  --tw-text-opacity: 1;
  color: rgb(245 244 248 / var(--tw-text-opacity));
}

.text-council-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(0 51 97 / var(--tw-text-opacity));
}

.text-council-stone {
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

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

.text-council-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(0 72 138 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-council-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(0 22 41 / var(--tw-text-opacity));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-council-midnight\/80 {
  color: rgb(0 24 47 / 0.8);
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-50 {
  opacity: 0.5;
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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 {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-blue-700\/10 {
  --tw-ring-color: rgb(29 78 216 / 0.1);
}

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

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.ring-gray-500\/50 {
  --tw-ring-color: rgb(107 114 128 / 0.5);
}

.ring-offset-slate-50 {
  --tw-ring-offset-color: #f8fafc;
}

.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.duration-\[2500ms\] {
  transition-duration: 2500ms;
}

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

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

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

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

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.\@container {
  container-type: inline-size;
}

.\@container\/screen {
  container-type: inline-size;
  container-name: screen;
}

[x-cloak] {
  display: none !important;
}

@font-face {
  font-family: 'Calibre';

  font-style: normal;

  font-weight: 100;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-thin.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: italic;

  font-weight: 100;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-thin-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-light.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: italic;

  font-weight: 300;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-light-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: italic;

  font-weight: 400;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-regular-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-medium.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: italic;

  font-weight: 500;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-medium-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-semibold.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: italic;

  font-weight: 600;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-semibold-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-bold.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: italic;

  font-weight: 700;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-bold-italic.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-black.woff2") format("woff2");
}

@font-face {
  font-family: 'Calibre';

  font-style: italic;

  font-weight: 900;

  font-display: swap;

  src: url("/themes/custom/demonz/fonts/calibre/prod/calibre-black-italic.woff2") format("woff2");
}

.splide__pagination__page {
  background-color: rgb(1 160 175 / 0.5) !important;
  opacity: 1 !important;
}

.splide__pagination__page:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 160 175 / var(--tw-bg-opacity)) !important;
  opacity: 1 !important;
}

.splide__pagination__page.is-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 160 175 / var(--tw-bg-opacity)) !important;
  opacity: 1 !important;
}

.splide__pagination {
  position: static !important;
}

.splide__arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border: 1px solid #ccc !important;
}

/* Search */

.autocomplete-suggestion-suggestion-suffix {
}

/*
@layer components {
  .block,
  .node {
    @apply mb-4
  }

  .node__content p,
  .node__content ul,
  .node__content ol {
    @apply mb-4 leading-normal
  }

  [id$="-local-tasks"] ul {
    @apply list-disc list-inside
  }
}
*/

/* Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Scroll bar stylings */

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/* Track */

::-webkit-scrollbar-track {
  background-color: transparent;
  display: none;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div.container-inline {
  display: flex;
}

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

.error legend,
.form-item:has(.error) label {
  color: #e74020;
}

.form-required::after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIGZpbGw9IiNlNzQwMjAiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxnIHRyYW5zZm9ybT0ic2NhbGUoNS4zMzMzMyw1LjMzMzMzKSI+PHBhdGggZD0iTTM2LjEyOCwyMy42MjhsLTguODA0LDEuNzk5bDYuNDAyLDguMTg4YzAuOTE5LDEuMTc1IDAuNjU5LDIuODgyIC0wLjU2OSwzLjczbC0wLjEzMSwwLjA5Yy0xLjIzOSwwLjg1NiAtMi45NDQsMC40OCAtMy43MDgsLTAuODE4bC01LjIzMywtOC44OWwtNS4zMTMsOC45MTFjLTAuNzY4LDEuMjg5IC0yLjQ2NywxLjY1OCAtMy43MDEsMC44MDVsLTAuMTQ0LC0wLjA5OWMtMS4yMjgsLTAuODQ4IC0xLjQ4OCwtMi41NTUgLTAuNTY5LC0zLjczbDYuNDAyLC04LjE4OGwtOC44MjEsLTEuNzljLTEuNTUsLTAuMzE0IC0yLjQ2LC0xLjkzMSAtMS45MjQsLTMuNDE5bDAuMDA5LC0wLjAyNmMwLjQ5LC0xLjM2MiAyLjAwMiwtMi4wNTkgMy4zNTYsLTEuNTQ3bDguNzAxLDMuMjg4bC0wLjc2OSwtMTAuMTY2Yy0wLjExNCwtMS41MDUgMS4wNzYsLTIuNzg4IDIuNTg1LC0yLjc4OGgwLjI4OGMxLjUwOSwwIDIuNjk5LDEuMjg0IDIuNTg1LDIuNzg4bC0wLjc2OSwxMC4xNjZsOC42OTIsLTMuMjcyYzEuMzc0LC0wLjUxNyAyLjkwNCwwLjIwOSAzLjM3MSwxLjYwMXYwYzAuNDk4LDEuNDc4IC0wLjQxLDMuMDU1IC0xLjkzNiwzLjM2N3oiPjwvcGF0aD48L2c+PC9nPgo8L3N2Zz4=");
}

.webform-submission-form hr {
  height: 1px;
  border-top-width: 0px !important;
  border-bottom-width: 1px !important;
  border-color: rgb(0 24 47 / 0.25) !important;
}

/*
<img alt="svgImg" src=""/>
*/

#block-gtranslate  h2 {
  display: none;
}

#block-gtranslate  select {
  font-size: 11px;
  padding: 5px;
  line-height: 1;
}

.embed {
  .alert-container {
    display: none;
  }
}

.views-exposed-form label {
  margin-left: 0.25rem;
}

.views-exposed-form #edit-field-date-range-value--wrapper {
  grid-column: span 2 / span 2;
}

.views-exposed-form .form-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.views-exposed-form .form-actions input {
  border-radius: 25px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(0 51 97 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 97 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.views-exposed-form .form-actions input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 72 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 72 138 / var(--tw-bg-opacity));
}

.views-exposed-form .js-form-type-checkbox {
  display: flex;
  align-items: center;
  padding-top: 24px;
}

.views-exposed-form .js-form-type-checkbox label.option {
  white-space: nowrap;
}

.tablefield-export-link {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tablefield-export-link a {
  --tw-text-opacity: 1;
  color: rgb(0 51 97 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.tablefield-export-link a:hover {
  text-decoration-line: underline;
}

.tablefield-wrapper {
  overflow: hidden;
  overflow-x: auto;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (prefers-color-scheme: dark) {
  .tablefield-wrapper {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
    --tw-shadow-color: #111827;
    --tw-shadow: var(--tw-shadow-colored);
  }
}

.tablefield-wrapper table+* {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.webform-submission-rate-calculator-2023-form .description {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#block-demonz-views-block-subpage-listing-block-1 {
  display: none;
}

/**
 * @file
 * Options element styles.
 *
 * @see /webform/example_layout_basic
 */

.webform-options-display-side-by-side > div {
  display: inline-block;
  margin-right: 0.5em;
}

/**
 * Display columns for devices that are more than 400px wide.
 */

@media (min-width: 400px) {
  .webform-options-display-two-columns {
    display: block;
    max-width: 900px;
    margin-top: 0.4em;
    -moz-column-count: 2;
         column-count: 2;
  }

  .webform-options-display-three-columns {
    display: block;
    max-width: 900px;
    margin-top: 0.4em;
    -moz-column-count: 3;
         column-count: 3;
  }

  .webform-options-display-two-columns div.form-item,
  .webform-options-display-three-columns div.form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/**
 * Buttons.
 */

.webform-options-display-buttons,
.form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper {
  /*flex: 1;*/
  margin: 0;
}

.webform-options-display-buttons .form-item {
  display: table;
  width: 100%;
  margin: 0;
}

.webform-options-display-buttons label.webform-options-display-buttons-label {
  display: table-cell;
  height: 4rem;
  max-height: 4rem;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #666;
  border: 1px solid #E2E1E5;
  background-color: #fff;
  min-width: 10rem;
  max-width: 20rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label {
  border-radius: 0.25rem;
}

@media screen and (min-width: 600px) {
  /*
  .webform-options-display-buttons label.webform-options-display-buttons-label {
    width: 1px;
  }  
  
  .webform-options-display-buttons:has(> :nth-child(2):last-child) {
    outline: 10px solid red;
  }*/

  .webform-options-display-buttons:has(> :nth-child(2):last-child) label.webform-options-display-buttons-label {
    width: 1px;
  }

  .webform-options-display-buttons .webform-options-display-buttons-wrapper label.webform-options-display-buttons-label {
    border-radius: 0;
  }

  .webform-options-display-buttons .webform-options-display-buttons-wrapper:first-child label.webform-options-display-buttons-label {
    border-radius: 0.25rem 0rem 0rem 0.25rem;
  }

  .webform-options-display-buttons .webform-options-display-buttons-wrapper:last-child label.webform-options-display-buttons-label {
    border-radius: 0rem 0.25rem 0.25rem 0rem;
  }
}

/*.webform-options-display-buttons input[value='Yes'] + label.webform-options-display-buttons-label {
  padding-right: 50px;
  padding-left: 50px;
}*/

.webform-options-display-buttons input:hover + label.webform-options-display-buttons-label {
  color: #333;
  border-color: #999;
}

.webform-options-display-buttons input:focus + label.webform-options-display-buttons-label {
  color: #333;
  border-color: #999;
  box-shadow: 0 0 5px #999;
}

.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label {
  color: #000;
  background: #D5E8F1;
}

.webform-options-display-buttons input:checked:focus + label.webform-options-display-buttons-label {
}

.webform-options-display-buttons input:checked + label.webform-options-display-buttons-label .webform-options-display-buttons-description {
  font-weight: normal;
}

.webform-options-display-buttons input:disabled + label.webform-options-display-buttons-label,
.webform-options-display-buttons input:disabled:hover + label.webform-options-display-buttons-label,
.webform-options-display-buttons input:disabled:focus + label.webform-options-display-buttons-label {
  cursor: not-allowed;
  color: #999;
  border-color: #ccc;
}

/**
 * Horizontal.
 */

.webform-options-display-buttons-horizontal .webform-options-display-buttons-wrapper {
  flex: none;
}

/**
 * Vertical.
 */

.webform-options-display-buttons-vertical,
.form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-buttons-vertical {
  flex-direction: column;
}

.webform-options-display-buttons-vertical .webform-options-display-buttons-wrapper {
  flex: 1;
  margin: 0 5px 0 5px;
}

/**
 * Mobile support to webform options buttons on mobile devices.
 */

@media (max-width: 600px) {
  .webform-options-display-buttons,
  .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-buttons {
    display: block;
    margin: 0;
  }

  .webform-options-display-buttons .webform-options-display-buttons-wrapper {
    display: block;
    margin: 5px 0;
  }
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.webform-submission-form {
  font-size: 1.5rem;
  line-height: 1.3;
  .description,.text-count-wrapper {
    font-size: 1.0rem;
    line-height: 1.1;
  }
}

.form-wrapper > .form-item,
.js-form-type-managed-file {
  margin-bottom: 2.88rem;
}

/* Progress */

.progress-tracker {
  display: flex;
  margin: 60px auto;
  padding: 0;
  list-style: none;
}

.progress-step {
  flex: 1 1 0%;
  margin: 0;
  padding: 0;
  min-width: 24px;
}

.progress-step:last-child {
  flex-grow: 0;
}

.progress-step:last-child .progress-marker::after {
  display: none;
}

.progress-link {
  display: block;
  position: relative;
}

.progress-marker {
  display: block;
  position: relative;
}

.progress-marker::before {
  content: attr(data-text);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 20;
  width: 24px;
  height: 24px;
  padding-bottom: 2px;
  border-radius: 50%;
  transition: background-color, border-color;
  transition-duration: 0.3s;
}

.progress-marker::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  top: 10px;
  right: -12px;
  width: 100%;
  height: 4px;
  transition: background-color 0.3s, background-position 0.3s;
}

.progress-text {
  display: block;
  padding: 8px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.progress-title {
  margin-top: 0;
}

.progress-step .progress-marker {
  color: #fff;
}

.progress-step .progress-marker::before {
  background-color: #b6b6b6;
}

.progress-step .progress-marker::after {
  background-color: #b6b6b6;
}

.progress-step .progress-text {
  color: #333;
}

.progress-step.is-active .progress-marker::before {
  --tw-bg-opacity: 1;
  background-color: rgb(1 160 175 / var(--tw-bg-opacity));
}

.progress-step.is-complete .progress-marker::before, .progress-step.is-progress .progress-marker::before {
  --tw-bg-opacity: 1;
  background-color: rgb(1 160 175 / var(--tw-bg-opacity));
}

.progress-step.is-complete .progress-marker::after, .progress-step.is-progress .progress-marker::after {
  background-color: #868686;
}

.progress-step.is-progress-10 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 10%, #b6b6b6 10%);
}

.progress-step.is-progress-20 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 20%, #b6b6b6 20%);
}

.progress-step.is-progress-30 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 30%, #b6b6b6 30%);
}

.progress-step.is-progress-40 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 40%, #b6b6b6 40%);
}

.progress-step.is-progress-50 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 50%, #b6b6b6 50%);
}

.progress-step.is-progress-60 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 60%, #b6b6b6 60%);
}

.progress-step.is-progress-70 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 70%, #b6b6b6 70%);
}

.progress-step.is-progress-80 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 80%, #b6b6b6 80%);
}

.progress-step.is-progress-90 .progress-marker::after {
  background-image: linear-gradient(to right, #868686 90%, #b6b6b6 90%);
}

.progress-step:hover .progress-marker::before {
  --tw-bg-opacity: 1;
  background-color: rgb(1 160 175 / var(--tw-bg-opacity));
}

.progress-tracker--text .progress-step:last-child, .progress-tracker--center .progress-step:last-child, .progress-tracker--right .progress-step:last-child {
  flex-grow: 1;
}

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

.progress-tracker--center .progress-marker::before, .progress-tracker--center .progress-text--dotted::before {
  margin-left: auto;
  margin-right: auto;
}

.progress-tracker--center .progress-marker::after {
  right: -50%;
}

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

.progress-tracker--right .progress-marker::before, .progress-tracker--right .progress-text--dotted::before {
  margin-left: auto;
}

.progress-tracker--right .progress-marker::after {
  right: calc(-100% + 12px);
}

.progress-tracker--spaced .progress-marker::after {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

.progress-tracker--border {
  padding: 4px;
  border: 2px solid #333;
  border-radius: 32px;
}

.progress-tracker--theme-red .progress-step .progress-marker {
  color: #fff;
}

.progress-tracker--theme-red .progress-step .progress-marker::before {
  background-color: #666;
}

.progress-tracker--theme-red .progress-step .progress-marker::after {
  background-color: #666;
}

.progress-tracker--theme-red .progress-step .progress-text {
  color: #333;
}

.progress-tracker--theme-red .progress-step.is-active .progress-marker::before {
  background-color: #A62D24;
}

.progress-tracker--theme-red .progress-step.is-complete .progress-marker::before {
  background-color: #D93B30;
}

.progress-tracker--theme-red .progress-step.is-complete .progress-marker::after {
  background-color: #333;
}

.progress-tracker--theme-red .progress-step:hover .progress-marker::before {
  background-color: #DF7B74;
}

.progress-text--dotted::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 6px -2px;
  background-size: 12px 18px;
  background-image: repeating-radial-gradient(circle at center 6px, #b6b6b6, #b6b6b6 5px, rgba(182, 182, 182, 0.5) 5.5px, rgba(182, 182, 182, 0.01) 6px, transparent 100%);
}

.progress-text--dotted-1::before {
  height: 12px;
}

.progress-text--dotted-2::before {
  height: 30px;
}

.progress-text--dotted-3::before {
  height: 48px;
}

.progress-text--dotted-4::before {
  height: 66px;
}

.progress-text--dotted-5::before {
  height: 84px;
}

.progress-text--dotted-6::before {
  height: 102px;
}

.progress-text--dotted-7::before {
  height: 120px;
}

.progress-text--dotted-8::before {
  height: 138px;
}

.progress-text--dotted-9::before {
  height: 156px;
}

.progress-text--dotted-10::before {
  height: 174px;
}

.progress-text--dotted-11::before {
  height: 192px;
}

.progress-text--dotted-12::before {
  height: 210px;
}

.progress-tracker--text-top .progress-text {
  height: 100%;
}

.progress-tracker--text-top .progress-marker {
  top: -24px;
}

.progress-tracker--text-inline {
  overflow: hidden;
}

.progress-tracker--text-inline .progress-step, .progress-tracker--text-inline .progress-marker {
  display: flex;
  align-items: center;
}

.progress-tracker--text-inline .progress-marker {
  flex-grow: 1;
}

.progress-tracker--text-inline .progress-marker::after {
  top: auto;
}

.progress-tracker--text-inline .progress-text {
  position: relative;
  z-index: 30;
  max-width: 70%;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}

.progress-tracker--text-inline .progress-marker .progress-text {
  display: inline-block;
}

.progress-tracker--text-inline .progress-title {
  margin: 0;
}

.progress-tracker--square .progress-marker::before {
  border-radius: 0;
}

.progress-tracker--square .progress-marker::after {
  top: auto;
  bottom: 0;
}

@media (max-width: 575px) {
  .progress-tracker-wrapper {
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .progress-tracker-wrapper .progress-step {
    min-width: 50%;
    scroll-snap-align: start;
  }
}

.progress-tracker--vertical {
  flex-direction: column;
}

.progress-tracker--vertical .progress-step {
  display: flex;
  flex: 1 1 auto;
}

.progress-tracker--vertical.progress-tracker--right .progress-step {
  flex-direction: row-reverse;
}

.progress-tracker--vertical .progress-marker::after {
  right: auto;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 100%;
}

.progress-tracker--vertical .progress-text {
  padding: 0 12px 24px 12px;
}

@-webkit-keyframes scale-up {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }

  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes scale-up {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }

  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.anim-ripple .progress-link::before, .anim-ripple-large .progress-link::before, .anim-ripple-splash .progress-link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
}

.anim-ripple .progress-link:not(:active)::before, .anim-ripple-large .progress-link:not(:active)::before, .anim-ripple-splash .progress-link:not(:active)::before {
  -webkit-animation: scale-up 0.3s ease-out;
          animation: scale-up 0.3s ease-out;
}

.anim-ripple .progress-link:focus::before, .anim-ripple-large .progress-link:focus::before, .anim-ripple-splash .progress-link:focus::before {
  visibility: visible;
}

.anim-ripple.progress-tracker--center .progress-link::before, .anim-ripple.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple .progress-link::before, .progress-tracker--center .anim-ripple .progress-link::after, .anim-ripple-large.progress-tracker--center .progress-link::before, .anim-ripple-large.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-large .progress-link::before, .progress-tracker--center .anim-ripple-large .progress-link::after, .anim-ripple-splash.progress-tracker--center .progress-link::before, .anim-ripple-splash.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-splash .progress-link::before, .progress-tracker--center .anim-ripple-splash .progress-link::after, .anim-ripple-double.progress-tracker--center .progress-link::before, .anim-ripple-double.progress-tracker--center .progress-link::after, .progress-tracker--center .anim-ripple-double .progress-link::before, .progress-tracker--center .anim-ripple-double .progress-link::after {
  left: 50%;
}

.anim-ripple.progress-tracker--right .progress-link::before, .anim-ripple.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple .progress-link::before, .progress-tracker--right .anim-ripple .progress-link::after, .anim-ripple-large.progress-tracker--right .progress-link::before, .anim-ripple-large.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-large .progress-link::before, .progress-tracker--right .anim-ripple-large .progress-link::after, .anim-ripple-splash.progress-tracker--right .progress-link::before, .anim-ripple-splash.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-splash .progress-link::before, .progress-tracker--right .anim-ripple-splash .progress-link::after, .anim-ripple-double.progress-tracker--right .progress-link::before, .anim-ripple-double.progress-tracker--right .progress-link::after, .progress-tracker--right .anim-ripple-double .progress-link::before, .progress-tracker--right .anim-ripple-double .progress-link::after {
  left: calc(100% - 12px);
}

.anim-ripple-splash .progress-link::before {
  width: 48px;
  height: 48px;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.35);
}

.anim-ripple-double .progress-link::before, .anim-ripple-double .progress-link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  visibility: hidden;
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.3);
}

.anim-ripple-double .progress-link:not(:active)::before, .anim-ripple-double .progress-link:not(:active)::after {
  -webkit-animation: scale-up 0.3s ease-out 0s;
          animation: scale-up 0.3s ease-out 0s;
}

.anim-ripple-double .progress-link:not(:active)::after {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.anim-ripple-double .progress-link:focus::before, .anim-ripple-double .progress-link:focus::after {
  visibility: visible;
}

.anim--large .progress-link::before, .anim--large .progress-link::after {
  width: 48px;
  height: 48px;
}

.anim--path .progress-marker::after {
  background-image: linear-gradient(to right, #b6b6b6 50%, #868686 50%);
  background-size: 200% 100%;
  background-position: 0% 100%;
  transition: background-position 0.3s ease-out;
}

.progress-step.is-complete .anim--path .progress-marker::after {
  background-position: -100% 100%;
}

.anim--path .progress-step.is-complete .progress-marker::after {
  background-position: -100% 100%;
}

[dir=rtl] .progress-marker::after {
  right: auto;
  left: -12px;
}

[dir=rtl] .progress-tracker--center .progress-marker::after {
  left: -50%;
}

/**
 * @file
 * Progress tracker styles.
 *
 * @see http://nigelotoole.github.io/progress-tracker/
 */

/**
 * Update progress text to show completed and active.
 */

.webform-progress-tracker {
  font-size: 1rem;
}

.webform-progress-tracker .progress-step .progress-text {
  padding-top: 5px;
  padding-bottom: 0;
  color: #777;
}

.webform-progress-tracker .progress-step.is-active .progress-text,
.webform-progress-tracker .progress-step.is-complete .progress-text {
  color: #333;
}

.webform-progress-tracker .progress-step.is-active .progress-title {
  font-weight: normal;
}

/**
 * Disable hover state because webform wizard progress markers are not clickable.
 */

.webform-progress-tracker .progress-step:not(.is-active) .progress-marker::before,
.webform-progress-tracker .progress-step:hover .progress-marker::before,
.webform-progress-tracker .progress-step .progress-marker::after {
  background-color: #777;
}

.webform-progress-tracker .progress-step.is-complete .progress-marker::before,
.webform-progress-tracker .progress-step.is-complete:hover .progress-marker::before,
.webform-progress-tracker .progress-step.is-complete .progress-marker::after {
  background-color: #333;
}

.webform-progress-tracker .progress-step.is-active:hover .progress-marker::before {
  /*background-color: #2196f3;*/
  --tw-bg-opacity: 1;
  background-color: rgb(1 160 175 / var(--tw-bg-opacity));
}

/**
 * Make progress text smaller for tablets.
 */

@media screen and (max-width: 800px) {
  .webform-progress-tracker .progress-text {
    font-size: smaller;
  }
}

/**
 * Hide progress text smaller for mobile.
 */

@media screen and (max-width: 600px) {
  .webform-progress-tracker .progress-text {
    display: none;
  }
}

/**
  * Progress link styles.
 */

.webform-progress-tracker [role="link"] {
  cursor: pointer;
}

.webform-progress-tracker .progress-title[role="link"] {
  /*color: #1976d2;*/
  --tw-text-opacity: 1;
  color: rgb(1 160 175 / var(--tw-text-opacity));
}

.webform-progress-tracker .progress-title[role="link"]:hover,
.webform-progress-tracker .progress-title[role="link"]:focus {
  text-decoration: underline;
  /*color: #2196f3;*/
  --tw-text-opacity: 1;
  color: rgb(1 160 175 / var(--tw-text-opacity));
}

.webform-progress-tracker .progress-step.is-complete:hover .progress-marker[role="link"]:before {
  /*background-color: #1976f2;*/
  --tw-bg-opacity: 1;
  background-color: rgb(1 160 175 / var(--tw-bg-opacity));
}

.webform-progress-tracker .progress-marker::after {
  z-index: auto;
}

.webform-submission-form .form-item input[type=date],
.webform-submission-form .form-item input[type=datetime-local],
.webform-submission-form .form-item input[type=email],
.webform-submission-form .form-item input[type=month],
.webform-submission-form .form-item input[type=number],
.webform-submission-form .form-item input[type=password],
.webform-submission-form .form-item input[type=tel],
.webform-submission-form .form-item input[type=text],
.webform-submission-form .form-item input[type=time],
.webform-submission-form .form-item input[type=url],
.webform-submission-form .form-item input[type=week],
.webform-submission-form .form-item select,
.webform-submission-form .form-item select[multiple],
.webform-submission-form .form-item textarea {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.webform-submission-form .form-item select {
  padding-top: 0;
  padding-bottom: 0;
}

.webform-options-display-buttons {
  margin-top: 1rem;
}

.webform-submission-form .form-item input[type=date],
.webform-submission-form .form-item input[type=datetime-local],
.webform-submission-form .form-item input[type=email],
.webform-submission-form .form-item input[type=month],
.webform-submission-form .form-item input[type=number],
.webform-submission-form .form-item input[type=password],
.webform-submission-form .form-item input[type=tel],
.webform-submission-form .form-item input[type=text],
.webform-submission-form .form-item input[type=time],
.webform-submission-form .form-item input[type=url],
.webform-submission-form .form-item input[type=week],
.webform-submission-form .form-item select,
.webform-submission-form .form-item select[multiple] {
  height: 4rem;
  line-height: 4rem;
}

.webform-submission-form .form-item input[type=date]::-moz-placeholder, .webform-submission-form .form-item input[type=datetime-local]::-moz-placeholder, .webform-submission-form .form-item input[type=email]::-moz-placeholder, .webform-submission-form .form-item input[type=month]::-moz-placeholder
.webform-submission-form .form-item input[type=number]::-moz-placeholder, .webform-submission-form .form-item input[type=password]::-moz-placeholder, .webform-submission-form .form-item input[type=tel]::-moz-placeholder, .webform-submission-form .form-item input[type=text]::-moz-placeholder, .webform-submission-form .form-item input[type=time]::-moz-placeholder, .webform-submission-form .form-item input[type=url]::-moz-placeholder, .webform-submission-form .form-item input[type=week]::-moz-placeholder, .webform-submission-form .form-item select::-moz-placeholder, .webform-submission-form .form-item select[multiple]::-moz-placeholder, .webform-submission-form .form-item textarea::-moz-placeholder {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 1.5125rem */
  color: #E2E1E5;
}

.webform-submission-form .form-item input[type=date]::placeholder,
.webform-submission-form .form-item input[type=datetime-local]::placeholder,
.webform-submission-form .form-item input[type=email]::placeholder,
.webform-submission-form .form-item input[type=month]::placeholder
.webform-submission-form .form-item input[type=number]::placeholder,
.webform-submission-form .form-item input[type=password]::placeholder,
.webform-submission-form .form-item input[type=tel]::placeholder,
.webform-submission-form .form-item input[type=text]::placeholder,
.webform-submission-form .form-item input[type=time]::placeholder,
.webform-submission-form .form-item input[type=url]::placeholder,
.webform-submission-form .form-item input[type=week]::placeholder,
.webform-submission-form .form-item select::placeholder,
.webform-submission-form .form-item select[multiple]::placeholder,
.webform-submission-form .form-item textarea::placeholder {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 1.5125rem */
  color: #E2E1E5;
}

.form-item .form-managed-file {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*
.form-item .form-managed-file .webform-element-description br {
  content: "";
}

.form-item .form-managed-file  .webform-element-description br:after {
  content: " "; 
}
*/

.form-item h2 {
  font-family: Fabriga;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
  /* 100% */
  letter-spacing: -0.05rem;
}

/* Webform UL LI */

.form-item ul {
  list-style: none;
  padding-left: 0;
}

.form-item ul li {
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}

.form-item ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check-circle' class='svg-inline--fa fa-check-circle fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%2315aabf' d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'></path></svg>");
}

/* Webform HR */

.webform-horizontal-rule {
  margin-bottom: 32px;
}

div[aria-label="Status message"], div[aria-label="Error message"] {
  padding: 15px;
  margin-top: 20px;
  color: #fff;
  border-radius: 0.25rem !important;
  font-size: 1rem;
  line-height: 1.5rem;
}

div[aria-label="Status message"] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 24 47 / var(--tw-bg-opacity)) !important;
}

div[aria-label="Error message"] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 67 54 / var(--tw-bg-opacity)) !important;
}

.form-item {
  margin-bottom: 25px;
}

.js-form-type-radio {
  margin-bottom: 0;
}

.js-form-type-search-api-autocomplete.form-item-search-api-fulltext  {
  margin-bottom: 0;
}

.webform-submission-form .form-actions {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

@media (min-width: 640px) {
}

/**
 * Autocomplete
 */

.ui-autocomplete {
  color: #55565b;
  border: 0;
  border-radius: 0 0 0.125rem 0.125rem;
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(34, 35, 48, 0.1);
}

/* Suggestion list */

.ui-autocomplete .ui-menu-item {
  list-style: none;
}

.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  padding: 0.75rem 0.9375rem;
  color: inherit;
  background: inherit;
}

.ui-autocomplete .ui-menu-item-wrapper:focus,
.ui-autocomplete .ui-menu-item-wrapper:hover {
  text-decoration: none;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  margin: 0;
  color: #fff;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 24 47 / var(--tw-bg-opacity)) !important;
}

.ui-autocomplete .ui-menu-item.ui-state-focus,
.autocomplete .ui-menu-item.ui-state-hover {
  margin: 0;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 24 47 / var(--tw-bg-opacity)) !important;
}

.ui-autocomplete .ui-state-focus a,
.autocomplete .ui-state-hover a {
  color: #fff;
}

.search-tags ul {
  display: flex;
  flex-wrap: wrap;
}

.search-tags li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-color: rgb(107 114 128 / 0.1);
}

.ajax-progress-fullscreen {
  position: fixed;
  z-index: 1000;
  width: 50px;
  height: 50px;
  top: 5px;
  left: 50%;
  margin-left: -25px;
  background-color:rgba(255,255,255,.75);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9Ijc4cHgiIGhlaWdodD0iNzhweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAxODJmIiBzdHJva2Utd2lkdGg9IjEwIiByPSIyMyIgc3Ryb2tlLWRhc2hhcnJheT0iMTA4LjM4NDk0NjU0ODg0Nzg2IDM4LjEyODMxNTUxNjI4MjYyIj4KICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMnMiIHZhbHVlcz0iMCA1MCA1MDszNjAgNTAgNTAiIGtleVRpbWVzPSIwOzEiPjwvYW5pbWF0ZVRyYW5zZm9ybT4KPC9jaXJjbGU+CjwhLS0gW2xkaW9dIGdlbmVyYXRlZCBieSBodHRwczovL2xvYWRpbmcuaW8vIC0tPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  border-radius: 5px;
}

/* .views-exposed-form .js-form-type-checkbox label {
  text-indent: 45px;
  line-height: 1.3;  
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: all 0.3s;
}
.views-exposed-form .js-form-type-checkbox label::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius:50%;
  background-color: white;
  top: 1px;
  left: 1px;
  transition: all 0.3s;
}

.views-exposed-form .js-form-type-checkbox input:checked + .views-exposed-form .js-form-type-checkbox label::after {
  left : 20px;
}
.views-exposed-form .js-form-type-checkbox input:checked + .views-exposed-form .js-form-type-checkbox label {
  background-color: #7983ff;
}
.views-exposed-form .js-form-type-checkbox input {
  display : none;
}

 
.form-item-field-price-value { margin-top: 30px; } */

.form-item-field-price-value {
  display: inline-flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.ui-autocomplete {
  max-width: 28rem;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  margin-left: -1rem !important;
}

.search-exposed-filters label {
  display: none;
}

.search-exposed-filters input {
  font-size: 2rem;
  align-self: stretch;
  line-height: 1;
}

.search-exposed-filters input[type='submit'] {
  margin: 4px 0;
  font-size: 1.5rem;
}

.search-exposed-filters .form-item-search-api-fulltext {
  flex: 1 1 0%;
}

/* Checkbox Slider */

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  min-width: 52px;
  height: 24px;
}

/* Hide default HTML checkbox */

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 24, 47, .35);
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00182F;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00182F;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

/* Map Markers  */

.property {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 37.12px;
  justify-content: center;
  padding: 0;
  border: 0;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30.26px;
}

.property.highlight::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFFFFF;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}

.property .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}

.property .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.property .details {
  display: none;
  flex-direction: row;
  flex: 1;
}

.property .address {
  color: #9E9E9E;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.property .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.property .features > div {
  align-items: center;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  font-size: 10px;
  gap: 5px;
  padding: 5px;
}

/*
 * Property styles in highlighted state.
 */

.property.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 40px 15px;
  width: auto;
  min-width: 128px;
  transform: translateY(-7px);
}

.property.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
  display: flex;
}

.property.highlight .icon  {
  display: none;
}

.property.emphasis .icon  {
  transform: scale(1.5);
  transform-origin: bottom;
}

/* Places */

.places-list-mode .mapitem {
  display: none;
}

.places-map-mode .mapitem {
  display: flex;
}

.places-list-mode .listitem {
  display: block;
}

.places-map-mode .listitem {
  display: none;
}

.places-list-mode #map-wrapper,
.places-map-mode #map-list {
  display: none;
}

@media (min-width: 768px) {
  .places-list-mode #map-wrapper,
  .places-map-mode #map-list {
    display: block;
  }
}

/* News filters */

[data-drupal-selector=edit-field-date-value-news-wrapper] {
  display: none
}

/* #edit-field-date-value-news-wrapper { display: none; } */

.ajax-progress-throbber  {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

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

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

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

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:origin-bottom-left::after {
  content: var(--tw-content);
  transform-origin: bottom left;
}

.after\:scale-x-0::after {
  content: var(--tw-content);
  --tw-scale-x: 0;
  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));
}

.after\:transform::after {
  content: var(--tw-content);
  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));
}

.after\:bg-council-blue-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 97 / var(--tw-bg-opacity));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.odd\:bg-council-stone:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.odd\:bg-white:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.even\:bg-slate-200:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.even\:bg-council-midnight\/5:nth-child(even) {
  background-color: rgb(0 24 47 / 0.05);
}

.hover\:border-council-classic-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 72 142 / var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:bg-council-blue-500\/20:hover {
  background-color: rgb(0 51 97 / 0.2);
}

.hover\:bg-council-midnight\/5:hover {
  background-color: rgb(0 24 47 / 0.05);
}

.hover\:bg-council-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 72 138 / var(--tw-bg-opacity));
}

.hover\:bg-council-sea-green\/10:hover {
  background-color: rgb(1 160 175 / 0.1);
}

.hover\:bg-council-sea-green\/25:hover {
  background-color: rgb(1 160 175 / 0.25);
}

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

.hover\:bg-council-midnight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 47 / var(--tw-bg-opacity));
}

.hover\:bg-council-blue-sky:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 209 220 / var(--tw-bg-opacity));
}

.hover\:bg-council-sea-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 160 175 / var(--tw-bg-opacity));
}

.hover\:bg-council-classic-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 72 142 / var(--tw-bg-opacity));
}

.hover\:bg-council-midnight\/10:hover {
  background-color: rgb(0 24 47 / 0.1);
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:text-council-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(0 51 97 / var(--tw-text-opacity));
}

.hover\:text-council-sky-500:hover {
  --tw-text-opacity: 1;
  color: rgb(189 211 230 / var(--tw-text-opacity));
}

.hover\:text-council-classic-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(4 72 142 / var(--tw-text-opacity));
}

.hover\:text-council-radiant-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(162 96 163 / var(--tw-text-opacity));
}

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

.hover\:text-council-midnight:hover {
  --tw-text-opacity: 1;
  color: rgb(0 24 47 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-council-sea-green:hover {
  --tw-text-opacity: 1;
  color: rgb(1 160 175 / var(--tw-text-opacity));
}

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

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

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

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-cyan-500\/25:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:after\:scale-x-100:hover::after {
  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));
}

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

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:text-council-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgb(0 51 97 / var(--tw-text-opacity));
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-council-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 72 138 / var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

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

.focus\:ring-council-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 51 97 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-council-sea-green:focus-visible {
  outline-color: #01A0AF;
}

.enabled\:\!text-council-midnight:enabled {
  --tw-text-opacity: 1 !important;
  color: rgb(0 24 47 / var(--tw-text-opacity)) !important;
}

.disabled\:\!text-council-light-gray:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(179 179 179 / var(--tw-text-opacity)) !important;
}

.group\/list-item:first-child .group-first\/list-item\:top-7 {
  top: 1.75rem;
}

.group\/list-item:last-child .group-last\/list-item\:h-7 {
  height: 1.75rem;
}

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  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));
}

.group:hover .group-hover\:-translate-x-6 {
  --tw-translate-x: -1.5rem;
  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));
}

.group:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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));
}

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.group:hover .group-hover\:translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
  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));
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.group:hover .group-hover\:rotate-\[-5deg\] {
  --tw-rotate: -5deg;
  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));
}

.group\/heading:hover .group-hover\/heading\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.group\/heading:hover .group-hover\/heading\:scale-\[\.85\] {
  --tw-scale-x: .85;
  --tw-scale-y: .85;
  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));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.group:hover .group-hover\:bg-council-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 97 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-council-charcoal {
  fill: #333333;
}

.group:hover .group-hover\:text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.group:hover .group-hover\:font-semibold {
  font-weight: 600;
}

.group:hover .group-hover\:text-council-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(0 51 97 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-council-midnight {
  --tw-text-opacity: 1;
  color: rgb(0 24 47 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:text-council-sea-green {
  --tw-text-opacity: 1;
  color: rgb(1 160 175 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.group:hover .group-hover\:text-council-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(189 211 230 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-council-light-stone {
  --tw-text-opacity: 1;
  color: rgb(245 244 248 / var(--tw-text-opacity));
}

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

.group\/accordian-item[aria-expanded="true"] .group-aria-expanded\/accordian-item\:-translate-y-\[10\%\] {
  --tw-translate-y: -10%;
  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));
}

.group\/accordian-item[aria-expanded="true"] .group-aria-expanded\/accordian-item\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/accordian-item[aria-expanded="true"] .group-aria-expanded\/accordian-item\:rotate-\[225deg\] {
  --tw-rotate: 225deg;
  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));
}

.wysiwyg-p\:mb-\[1rem\] :is(:where(p):not(:where([class~="not-wysiwyg"] *))) {
  margin-bottom: 1rem;
}

.wysiwyg-p\:mt-\[0\] :is(:where(p):not(:where([class~="not-wysiwyg"] *))) {
  margin-top: 0;
}

.wysiwyg-a\:font-semibold :is(:where(a):not(:where([class~="not-wysiwyg"] *))) {
  font-weight: 600;
}

.wysiwyg-a\:font-bold :is(:where(a):not(:where([class~="not-wysiwyg"] *))) {
  font-weight: 700;
}

.wysiwyg-blockquote\:border-council-sea-green :is(:where(blockquote):not(:where([class~="not-wysiwyg"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(1 160 175 / var(--tw-border-opacity));
}

.wysiwyg-strong\:bg-sky-50 :is(:where(strong):not(:where([class~="not-wysiwyg"] *))) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.wysiwyg-strong\:font-bold :is(:where(strong):not(:where([class~="not-wysiwyg"] *))) {
  font-weight: 700;
}

.wysiwyg-strong\:text-council-blue-500 :is(:where(strong):not(:where([class~="not-wysiwyg"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 51 97 / var(--tw-text-opacity));
}

.wysiwyg-table\:min-w-full :is(:where(table):not(:where([class~="not-wysiwyg"] *))) {
  min-width: 100%;
}

.wysiwyg-table\:divide-y :is(:where(table):not(:where([class~="not-wysiwyg"] *))) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.wysiwyg-table\:divide-gray-200 :is(:where(table):not(:where([class~="not-wysiwyg"] *))) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.wysiwyg-thead\:bg-gray-50 :is(:where(thead):not(:where([class~="not-wysiwyg"] *))) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.wysiwyg-th\:px-6 :is(:where(th):not(:where([class~="not-wysiwyg"] *))) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wysiwyg-th\:py-3 :is(:where(th):not(:where([class~="not-wysiwyg"] *))) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.wysiwyg-th\:text-left :is(:where(th):not(:where([class~="not-wysiwyg"] *))) {
  text-align: left;
}

.wysiwyg-th\:text-xs :is(:where(th):not(:where([class~="not-wysiwyg"] *))) {
  font-size: 0.75rem;
  line-height: 1rem;
}

.wysiwyg-th\:font-medium :is(:where(th):not(:where([class~="not-wysiwyg"] *))) {
  font-weight: 500;
}

.wysiwyg-th\:uppercase :is(:where(th):not(:where([class~="not-wysiwyg"] *))) {
  text-transform: uppercase;
}

.wysiwyg-th\:text-gray-500 :is(:where(th):not(:where([class~="not-wysiwyg"] *))) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.wysiwyg-td\:whitespace-nowrap :is(:where(td):not(:where([class~="not-wysiwyg"] *))) {
  white-space: nowrap;
}

.wysiwyg-td\:px-6 :is(:where(td):not(:where([class~="not-wysiwyg"] *))) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wysiwyg-td\:py-4 :is(:where(td):not(:where([class~="not-wysiwyg"] *))) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wysiwyg-td\:text-sm :is(:where(td):not(:where([class~="not-wysiwyg"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wysiwyg-td\:font-medium :is(:where(td):not(:where([class~="not-wysiwyg"] *))) {
  font-weight: 500;
}

.wysiwyg-td\:text-gray-800 :is(:where(td):not(:where([class~="not-wysiwyg"] *))) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@container screen (min-width: 30rem) {
  .\@device-sm\/screen\:block {
    display: block;
  }

  .\@device-sm\/screen\:h-72 {
    height: 18rem;
  }

  .\@device-sm\/screen\:max-w-sm {
    max-width: 24rem;
  }

  .\@device-sm\/screen\:p-6 {
    padding: 1.5rem;
  }

  .\@device-sm\/screen\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\@device-sm\/screen\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\@device-sm\/screen\:pl-12 {
    padding-left: 3rem;
  }
}

@container screen (min-width: 48rem) {
  .\@device-md\/screen\:h-96 {
    height: 24rem;
  }

  .\@device-md\/screen\:max-w-md {
    max-width: 28rem;
  }
}

@container (min-width: 48rem) {
  .\@device-md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@container screen (min-width: 64rem) {
  .\@device-lg\/screen\:absolute {
    position: absolute;
  }

  .\@device-lg\/screen\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\@device-lg\/screen\:top-1\/2 {
    top: 50%;
  }

  .\@device-lg\/screen\:right-0 {
    right: 0px;
  }

  .\@device-lg\/screen\:left-0 {
    left: 0px;
  }

  .\@device-lg\/screen\:mt-\[-25\%\] {
    margin-top: -25%;
  }

  .\@device-lg\/screen\:-mt-44 {
    margin-top: -11rem;
  }

  .\@device-lg\/screen\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\@device-lg\/screen\:block {
    display: block;
  }

  .\@device-lg\/screen\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .\@device-lg\/screen\:h-\[28rem\] {
    height: 28rem;
  }

  .\@device-lg\/screen\:h-full {
    height: 100%;
  }

  .\@device-lg\/screen\:h-\[32rem\] {
    height: 32rem;
  }

  .\@device-lg\/screen\:h-\[150\%\] {
    height: 150%;
  }

  .\@device-lg\/screen\:h-24 {
    height: 6rem;
  }

  .\@device-lg\/screen\:min-h-\[450px\] {
    min-height: 450px;
  }

  .\@device-lg\/screen\:w-1\/2 {
    width: 50%;
  }

  .\@device-lg\/screen\:max-w-lg {
    max-width: 32rem;
  }

  .\@device-lg\/screen\:max-w-\[640px\] {
    max-width: 640px;
  }

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

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

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

  .\@device-lg\/screen\:rounded-full {
    border-radius: 9999px;
  }

  .\@device-lg\/screen\:p-8 {
    padding: 2rem;
  }

  .\@device-lg\/screen\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\@device-lg\/screen\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\@device-lg\/screen\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\@device-lg\/screen\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\@device-lg\/screen\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\@device-lg\/screen\:pl-16 {
    padding-left: 4rem;
  }
}

@container (min-width: 64rem) {
  .\@device-lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@container screen (min-width: 80rem) {
  .\@device-xl\/screen\:h-\[40rem\] {
    height: 40rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:shadow-gray-900 {
    --tw-shadow-color: #111827;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .wysiwyg-table\:dark\:divide-gray-700 :is(:where(table):not(:where([class~="not-wysiwyg"] *))) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-divide-opacity));
  }

  .wysiwyg-thead\:dark\:bg-gray-700 :is(:where(thead):not(:where([class~="not-wysiwyg"] *))) {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .wysiwyg-th\:dark\:text-gray-400 :is(:where(th):not(:where([class~="not-wysiwyg"] *))) {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .wysiwyg-td\:dark\:text-gray-200 :is(:where(td):not(:where([class~="not-wysiwyg"] *))) {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px) {
  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:mr-\[2rem\] {
    margin-right: 2rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-\[2rem\] {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

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

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

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

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .md\:ml-\[7\.38rem\] {
    margin-left: 7.38rem;
  }

  .md\:mb-\[6\.25rem\] {
    margin-bottom: 6.25rem;
  }

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

  .md\:ml-\[3\.75rem\] {
    margin-left: 3.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-80 {
    height: 20rem;
  }

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

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

  .md\:w-auto {
    width: auto;
  }

  .md\:w-\[50rem\] {
    width: 50rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .md\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    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);
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-\[37\.6875rem\] {
    height: 37.6875rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

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

  .lg\:w-\[50rem\] {
    width: 50rem;
  }

  .lg\:w-\[43\.5rem\] {
    width: 43.5rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

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

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

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

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

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

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

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

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

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

@media (min-width: 1280px) {
  .xl\:order-none {
    order: 0;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .xl\:grid {
    display: grid;
  }

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

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

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }
}

// Max/Nuke Temp
@media (min-width: 768px) {
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}