/*
! tailwindcss v3.0.23 | 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: Nunito, 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 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

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

::-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;
          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;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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 auto -webkit-focus-ring-color;
}

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #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;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.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;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.right-10 {
  right: 2.5rem;
}
.top-3 {
  top: 0.75rem;
}
.right-7 {
  right: 1.75rem;
}
.top-8 {
  top: 2rem;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.-ml-px {
  margin-left: -1px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.-mr-0\.5 {
  margin-right: -0.125rem;
}
.-mr-0 {
  margin-right: -0px;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mr-20 {
  margin-right: 5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.-ml-0\.5 {
  margin-left: -0.125rem;
}
.-ml-0 {
  margin-left: -0px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-16 {
  height: 4rem;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-4 {
  height: 1rem;
}
.h-9 {
  height: 2.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-40 {
  height: 10rem;
}
.h-14 {
  height: 3.5rem;
}
.h-screen {
  height: 100vh;
}
.h-0 {
  height: 0px;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2 {
  height: 0.5rem;
}
.h-full {
  height: 100%;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-96 {
  max-height: 24rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-5 {
  width: 1.25rem;
}
.w-16 {
  width: 4rem;
}
.w-full {
  width: 100%;
}
.w-0 {
  width: 0px;
}
.w-12 {
  width: 3rem;
}
.w-6 {
  width: 1.5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-48 {
  width: 12rem;
}
.w-auto {
  width: auto;
}
.w-8 {
  width: 2rem;
}
.w-4 {
  width: 1rem;
}
.w-60 {
  width: 15rem;
}
.w-10 {
  width: 2.5rem;
}
.w-20 {
  width: 5rem;
}
.w-2\/4 {
  width: 50%;
}
.w-14 {
  width: 3.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2 {
  width: 0.5rem;
}
.w-64 {
  width: 16rem;
}
.w-96 {
  width: 24rem;
}
.w-36 {
  width: 9rem;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-full {
  min-width: 100%;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-0 {
  max-width: 0rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top {
  transform-origin: top;
}
.origin-top-right {
  transform-origin: top right;
}
.translate-y-4 {
  --tw-translate-y: 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-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));
}
.-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));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-60 {
  gap: 15rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.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-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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-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-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-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-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-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)));
}
.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-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.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;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-0 {
  border-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-0 {
  padding: 0px;
}
.p-3 {
  padding: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-sans {
  font-family: Nunito, 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";
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-red-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}
.placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}
.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-25 {
  opacity: 0.25;
}
.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 {
  --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);
}
.shadow-md {
  --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);
}
.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-xl {
  --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);
}
.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-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.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);
}
.ease-linear {
  transition-timing-function: linear;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*h1 {
  font-size: 2em;
  margin: 0.67em 0;
}*/
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

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

/** 
 * VARIABLES
 * --
 * Set the default values according to your preference.
**/
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Italic.eot?1f08a111bb39767642469c5260887933);
  src: url(/fonts/Montserrat-Italic.eot?1f08a111bb39767642469c5260887933?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-Italic.woff2?af99ff5e6a8b6ab96f30ae95fe851fab) format("woff2"), url(/fonts/Montserrat-Italic.woff?73f022211e34f73b954425557e6cedc5) format("woff"), url(/fonts/Montserrat-Italic.ttf?f6dff930874e3893d3600c3a2ceed6f4) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Bold.eot?c2c5dc54b736e37b408ce57f3e153da7);
  src: url(/fonts/Montserrat-Bold.eot?c2c5dc54b736e37b408ce57f3e153da7?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-Bold.woff2?d28745f2b8e5c12d3607b63f428efb80) format("woff2"), url(/fonts/Montserrat-Bold.woff?3155f256200b7d559607319af7305b6d) format("woff"), url(/fonts/Montserrat-Bold.ttf?adcddc521108cd709ba5d0dddc310f3e) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-BoldItalic.eot?8df85b4d5c300e04bf6b2ead6bfe631a);
  src: url(/fonts/Montserrat-BoldItalic.eot?8df85b4d5c300e04bf6b2ead6bfe631a?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-BoldItalic.woff2?f90c1047271873c29f872a0e82a3e277) format("woff2"), url(/fonts/Montserrat-BoldItalic.woff?e3995ee7c61a9eb95e8112baebd421b1) format("woff"), url(/fonts/Montserrat-BoldItalic.ttf?1762f6991202a096af0b8927f1ffd5af) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-MediumItalic.eot?43e370a41fed442fa622a5ac2ed93695);
  src: url(/fonts/Montserrat-MediumItalic.eot?43e370a41fed442fa622a5ac2ed93695?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-MediumItalic.woff2?66a6eac46c526ad6dad8829d62e1d437) format("woff2"), url(/fonts/Montserrat-MediumItalic.woff?c03536ae38b0f812f56d80db18e3a34a) format("woff"), url(/fonts/Montserrat-MediumItalic.ttf?eef3d0436301de46a934c82996ba650e) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Medium.eot?5dcd3247f6824c2758d8c493c0fc66dd);
  src: url(/fonts/Montserrat-Medium.eot?5dcd3247f6824c2758d8c493c0fc66dd?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-Medium.woff2?cf734a3745838e63cc2af3690ca6317b) format("woff2"), url(/fonts/Montserrat-Medium.woff?2451e96bc4c62e5ad1d03d14499ea14a) format("woff"), url(/fonts/Montserrat-Medium.ttf?b3302f2f794dd3491eed7eb623f7b70b) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Regular.eot?66eda0b7eb59b754aa6d199120763a52);
  src: url(/fonts/Montserrat-Regular.eot?66eda0b7eb59b754aa6d199120763a52?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-Regular.woff2?4ada7f2f580c676690f0bd70e0c3366e) format("woff2"), url(/fonts/Montserrat-Regular.woff?4a3d63613a362f90a9e61453bd7eff08) format("woff"), url(/fonts/Montserrat-Regular.ttf?1df6dbd2b3efe7e8bbd52a3565761529) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-SemiBold.eot?f7617f056288d08390aa7e3db1fbf97c);
  src: url(/fonts/Montserrat-SemiBold.eot?f7617f056288d08390aa7e3db1fbf97c?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-SemiBold.woff2?165aed18e64970167ee76877a5c0f259) format("woff2"), url(/fonts/Montserrat-SemiBold.woff?411a4d1469b75e0248ffbafccb205424) format("woff"), url(/fonts/Montserrat-SemiBold.ttf?836eb576d23cf985e3e2cc842db0823f) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-SemiBoldItalic.eot?4f297317c749280b593771e5f1c25279);
  src: url(/fonts/Montserrat-SemiBoldItalic.eot?4f297317c749280b593771e5f1c25279?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-SemiBoldItalic.woff2?a95d02b901719ce9c139d7d52dace3bf) format("woff2"), url(/fonts/Montserrat-SemiBoldItalic.woff?3db1a9575b6c29f62162d56353c1babb) format("woff"), url(/fonts/Montserrat-SemiBoldItalic.ttf?a9be3b32ea7236cb96a63ebcc643b111) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*-------------------------
|   COLORS
---------------------------*/
/*-------------------------
|   TEXTS
---------------------------*/
/** 
 * EXTENDS
 * --
 * Set the default values according to your preference.
**/
.nws-frame1 .news-card .news-underline, .evnt-frame1 .event-card .card-underline, .hm-frame4 .news-card .news-underline, .hm-frame3 .event-card .card-underline, #header .nav-list__item .nav-underline, .frm-desc a, .frm-input textarea, .frm-input input {
  transition: all 0.3s ease;
}

/*---------------------------------
|   Text Colors
-----------------------------------*/
.text--primary {
  color: #00703C;
}

.text--secondary {
  color: #003087;
}

.text--green--100 {
  color: #19B36B;
}

.text--green--200 {
  color: #72A13E;
}

.text--green--300 {
  color: #204031;
}

.text--blue--100 {
  color: #468CAC;
}

.text--blue--200 {
  color: #4892CF;
}

.text--blue--300 {
  color: #003087;
}

.text--blue--400 {
  color: #00214E;
}

.text--white {
  color: #FFFFFF;
}

.text--gray--100 {
  color: #E9E9E9;
}

.text--gray--200 {
  color: #BBBAB9;
}

.text--gray--300 {
  color: #8C8B89;
}

.text--gray--400 {
  color: #333333;
}

.text--black {
  color: #333333;
}

/*---------------------------------
|   Background Colors
-----------------------------------*/
.bg--primary {
  background-color: #00703C;
}

.bg--secondary {
  background-color: #003087;
}

.bg--hmsecondary {
  background-color: #0041B8;
}

.bg--green--100 {
  background-color: #19B36B;
}

.bg--green--200 {
  background-color: #72A13E;
}

.bg--green--300 {
  background-color: #204031;
}

.bg--blue--100 {
  background-color: #468CAC;
}

.bg--blue--200 {
  background-color: #4892CF;
}

.bg--blue--300 {
  background-color: #003087;
}

.bg--blue--400 {
  background-color: #00214E;
}

.bg--white {
  background-color: #FFFFFF;
}

.bg--gray--100 {
  background-color: #E9E9E9;
}

.bg--gray--200 {
  background-color: #BBBAB9;
}

.bg--gray--300 {
  background-color: #8C8B89;
}

.bg--gray--400 {
  background-color: #333333;
}

.bg--black {
  background-color: #333333;
}

html {
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}
html h1, html h2, html h3, html h4, html h5, html h6, html p, html blockquote, html pre, html a, html span,
html small, html strong, html ol, html ul, html li, html label, html th, html td {
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}
html b, html strong {
  font-weight: bold;
}

body {
  font-family: inherit;
}

h1 {
  font-size: 1.938rem;
  font-weight: normal;
}
h1 span, h1 b, h1 strong, h1 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h2 {
  font-size: 1.563rem;
  font-weight: normal;
}
h2 span, h2 b, h2 strong, h2 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h3 {
  font-size: 1.25rem;
  font-weight: normal;
}
h3 span, h3 b, h3 strong, h3 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h4 {
  font-size: 1rem;
  font-weight: normal;
}
h4 span, h4 b, h4 strong, h4 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h5 {
  font-size: 0.875rem;
  font-weight: normal;
}
h5 span, h5 b, h5 strong, h5 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

h6 {
  font-size: 0.75rem;
  font-weight: normal;
}
h6 span, h6 b, h6 strong, h6 a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

small {
  font-size: 0.75rem;
}
small span, small b, small strong, small a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

p, span, b, strong, a {
  font-size: 1rem;
}
p span, p b, p strong, p a, span span, span b, span strong, span a, b span, b b, b strong, b a, strong span, strong b, strong strong, strong a, a span, a b, a strong, a a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
}

/*---------------------------------
|   Font Family
-----------------------------------*/
.font--main {
  font-family: Montserrat, sans-serif;
}

.font--secondary {
  font-family: Montserrat, sans-serif;
}

/*---------------------------------
|   Font Sizes
-----------------------------------*/
.font--size--default {
  font-size: 1rem;
}

.font--h1 {
  font-size: 1.938rem;
}

.font--h2 {
  font-size: 1.563rem;
}

.font--h3 {
  font-size: 1.25rem;
}

.font--h4 {
  font-size: 1rem;
}

.font--h5 {
  font-size: 0.875rem;
}

.font--h6 {
  font-size: 0.75rem;
}

.font--21 {
  font-size: 1.313rem;
}

.font--13 {
  font-size: 0.813rem;
}

.font--10 {
  font-size: 0.625rem;
}

.font--small {
  font-size: 0.625rem;
}

/*---------------------------------
|   Font Weight
-----------------------------------*/
/*
* Frame Container
* frm-cntnr : frame contianer
*/
.frm-cntnr {
  position: relative;
  margin: auto;
  height: 100%;
  box-sizing: border-box;
}
.frm-cntnr.align-r {
  margin: 0;
  margin-left: auto;
}
.frm-cntnr.align-l {
  margin: 0;
  margin-right: auto;
}
.frm-cntnr hr {
  border-top: solid 1px #00703C !important;
}

/*
* Vertical
*/
.vertical-parent {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.vertical-align.align-t {
  vertical-align: top;
}
.vertical-align.align-b {
  vertical-align: bottom;
}

/*
* flex
*/
.display--flex {
  display: flex;
}
.display--flex.flex--wrap {
  flex-wrap: wrap;
}

/*
* Justify
*/
.justify--between {
  justify-content: space-between;
}

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

/*
* Inline
*/
.inlineBlock-parent > * {
  display: inline-block;
  vertical-align: middle;
}
.inlineBlock-parent > *.align-t {
  vertical-align: top;
}
.inlineBlock-parent > *.align-b {
  vertical-align: bottom;
}

/*
* Text Align
*/
.align-l {
  text-align: left;
}

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

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

.align-j {
  text-align: justify;
}

/*
* Margin
*/
.s-margin {
  margin: 10px;
}

.m-margin {
  margin: 20px;
}

.l-margin {
  margin: 40px;
}

.s-margin-l {
  margin-left: 10px;
}

.m-margin-l {
  margin-left: 20px;
}

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

.s-margin-r {
  margin-right: 10px;
}

.m-margin-r {
  margin-right: 20px;
}

.l-margin-r {
  margin-right: 40px;
}

.s-margin-lr {
  margin: 0 10px;
}

.m-margin-lr {
  margin: 0 20px;
}

.l-margin-lr {
  margin: 0 40px;
}

.s-margin-t {
  margin-top: 10px;
}

.m-margin-t {
  margin-top: 20px;
}

.l-margin-t {
  margin-top: 40px;
}

.s-margin-b {
  margin-bottom: 10px;
}

.m-margin-b {
  margin-bottom: 20px;
}

.l-margin-b {
  margin-bottom: 40px;
}

.s-margin-tb {
  margin: 10px 0;
}

.m-margin-tb {
  margin: 20px 0;
}

.l-margin-tb {
  margin: 40px 0;
}

/*
* Width
*/
.width--20 {
  width: 20%;
}

.width--25 {
  width: 25%;
}

.width--30 {
  width: 30%;
}

.width--33 {
  width: 33%;
}

.width--35 {
  width: 35%;
}

.width--40 {
  width: 40%;
}

.width--45 {
  width: 45%;
}

.width--50 {
  width: 50%;
}

.width--55 {
  width: 55%;
}

.width--60 {
  width: 60%;
}

.width--65 {
  width: 65%;
}

.width--70 {
  width: 70%;
}

.width--75 {
  width: 75%;
}

.width--80 {
  width: 80%;
}

.width--85 {
  width: 85%;
}

.width--90 {
  width: 90%;
}

.width--95 {
  width: 95%;
}

.width--100 {
  width: 100%;
}

/*
* Height
*/
.height--50 {
  height: 50%;
}

.height--60 {
  height: 60%;
}

.height--70 {
  height: 70%;
}

.height--80 {
  height: 80%;
}

.height--90 {
  height: 90%;
}

.height--100 {
  height: 100%;
}

/** 
 * Image
 * img : image
 */
.img-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
}

.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
}

.btn {
  display: block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 52px;
  padding: 0px 32px;
  font-size: 1rem;
  box-sizing: border-box;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
  border: 2px solid #333333;
  text-transform: uppercase;
  border-radius: 40px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.small {
  font-size: 0.75rem;
  padding: 8px 16px;
  height: 36px;
}
.btn.white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn.white:hover {
  border-color: #00703C;
  background-color: #00703C;
}
.btn.green {
  border-color: #00703C;
  color: #00703C;
}
.btn.green:hover {
  background-color: #00703C;
  color: #FFFFFF;
}
.btn.green.active {
  background-color: #00703C;
  color: #FFFFFF;
}
.btn.green.active:hover {
  background-color: #FFFFFF;
  color: #00703C;
}
.btn.min {
  min-width: 165px;
}
.btn.curve-corners {
  border-radius: 3px;
}
.btn.btn-primary {
  background-color: #00703C;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background-color: #003087;
}
.btn.btn-primary.disabled {
  pointer-events: none;
  background-color: #8C8B89;
  color: #333333;
}
.btn.btn-secondary {
  background-color: #003087;
  color: #FFFFFF;
}
.btn.btn-secondary:hover {
  background-color: #00703C;
}
.btn.btn-secondary.disabled {
  pointer-events: none;
  background-color: #8C8B89;
  color: #333333;
}
.btn.btn-outline-primary {
  border: 1px solid #00703C;
  background-color: #FFFFFF;
  color: #00703C;
}
.btn.btn-outline-primary:hover {
  color: #003087;
  border: 1px solid #003087;
}
.btn.btn-outline-primary.disabled {
  pointer-events: none;
  border: 1px solid #333333;
  color: #333333;
}
.btn.btn-outline-secondary {
  border: 1px solid #003087;
  background-color: #FFFFFF;
  color: #003087;
}
.btn.btn-outline-secondary:hover {
  color: #00703C;
  border: 1px solid #00703C;
}
.btn.btn-outline-secondary.disabled {
  pointer-events: none;
  border: 1px solid #333333;
  color: #333333;
}
.btn.btn-outline-primary-fill {
  border: 1px solid #00703C;
  background-color: #FFFFFF;
  color: #00703C;
}
.btn.btn-outline-primary-fill:hover {
  background-color: #003087;
  color: #FFFFFF;
  border: 1px solid #003087;
}
.btn.btn-outline-primary-fill.disabled {
  pointer-events: none;
  border: 1px solid #333333;
  color: #333333;
}
.btn.btn-outline-secondary-fill {
  border: 1px solid #003087;
  background-color: #FFFFFF;
  color: #003087;
}
.btn.btn-outline-secondary-fill:hover {
  background-color: #00703C;
  color: #FFFFFF;
  border: 1px solid #00703C;
}
.btn.btn-outline-secondary-fill.disabled {
  pointer-events: none;
  border: 1px solid #333333;
  color: #333333;
}
.btn.btn-small {
  height: 34px;
  padding: 0px 9px;
}
.btn.btn-icon {
  padding: 10px 20px;
}
.btn.btn-icon img {
  display: inline-block;
}
.btn.btn-icon span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.frm-input {
  position: relative;
  text-align: left;
}
.frm-input.fill input {
  border-color: transparent;
  padding-top: 30px;
}
.frm-input label {
  position: absolute;
  top: 7px;
  left: 24px;
  z-index: 9;
  font-size: 0.625rem;
  color: #468CAC;
  opacity: 0;
  pointer-events: none;
}
.frm-input #headlessui-listbox-button-2 {
  width: 100%;
  height: 52px;
  padding: 16px 24px;
  border-radius: 32px;
  font-size: 0.875rem;
  color: #333333;
  background-color: #333333;
  border-color: transparent;
}
.frm-input input {
  width: 100%;
  height: 56px;
  padding: 16px;
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  color: #333333;
  background-color: #E9E9E9;
  border-color: transparent;
}
.frm-input input::-moz-placeholder {
  color: #8C8B89;
}
.frm-input input:-ms-input-placeholder {
  color: #8C8B89;
}
.frm-input input::placeholder {
  color: #8C8B89;
}
.frm-input input:focus {
  border-color: none !important;
  border-width: 0;
  --tw-ring-color: transparent;
}
.frm-input input:focus + label {
  opacity: 1;
  pointer-events: auto;
}
.frm-input textarea {
  width: 100%;
  height: 248px;
  padding: 16px;
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  color: #333333;
  background-color: #E9E9E9;
  border-color: transparent;
  resize: none;
}
.frm-input textarea::-moz-placeholder {
  color: #8C8B89;
}
.frm-input textarea:-ms-input-placeholder {
  color: #8C8B89;
}
.frm-input textarea::placeholder {
  color: #8C8B89;
}
.frm-input textarea:focus {
  border-color: none !important;
  border-width: 0;
  --tw-ring-color: transparent;
}
.frm-input textarea:focus + label {
  opacity: 1;
  pointer-events: auto;
}
.frm-input select {
  height: 52px;
  padding-top: 23px;
  font-size: 0.875rem;
  border-radius: 32px;
}
.frm-input .show-password {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  cursor: pointer;
}
.frm-input .v3dp__popout {
  position: relative !important;
}

.show-calendar {
  position: relative;
}
.show-calendar input {
  display: none;
}
.show-calendar .v3dp__popout {
  display: inline-block !important;
  width: 100% !important;
}
.show-calendar .v3dp__popout:last-child {
  position: relative !important;
}
.show-calendar .legends-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(150%);
}
.show-calendar .legends-holder .legend {
  position: relative;
}
.show-calendar .legends-holder .legend .circle {
  position: absolute;
  left: -20px;
  z-index: 99;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.show-calendar .legends-holder .legend .circle.green {
  background-color: green;
}
.show-calendar .legends-holder .legend .circle.red {
  background-color: red;
}
.show-calendar .legends-holder .legend span {
  font-size: 12px;
}

.frm-input-time {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 60px;
  position: relative;
}
.frm-input-time .time-select-holder {
  position: absolute;
  bottom: 0;
  left: 0;
}
.frm-input-time select {
  border: none;
}

html {
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  height: 100% !important;
  width: 100%;
  overflow-x: hidden;
  color: #333333;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: scale;
  text-rendering: optimizeLegibility;
  color: #333333;
  line-height: 1.5;
  width: 100%;
}

.main-container {
  min-height: 90vh;
}

.scroll-main::-webkit-scrollbar {
  width: 5px;
  height: 0px;
}

/* Track */
.scroll-main::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-main::-webkit-scrollbar-thumb {
  background: #8C8B89;
  cursor: pointer;
}

/* Handle on hover */
.scroll-main::-webkit-scrollbar-thumb:hover {
  background: #003087;
}

.scroll-custom::-webkit-scrollbar {
  width: 5px;
  height: 0px;
}

/* Track */
.scroll-custom::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-custom::-webkit-scrollbar-thumb {
  background: #E9E9E9;
}

/* Handle on hover */
.scroll-custom::-webkit-scrollbar-thumb:hover {
  background: #333333;
}

.frm-cntnr {
  max-width: 1440px;
}

.frm-desc h1, .frm-desc h2, .frm-desc h3, .frm-desc h4, .frm-desc h5, .frm-desc h6, .frm-desc strong {
  font-weight: bold;
}
.frm-desc a {
  color: #00703C;
}
.frm-desc a:hover {
  color: #000a05;
}
.frm-desc img,
.frm-desc iframe {
  max-width: 100% !important;
  max-height: 100% !important;
}
.frm-desc table {
  max-width: 100% !important;
}
.frm-desc ol, .frm-desc ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.frm-desc li {
  margin-bottom: 16px;
}
.frm-desc li::marker {
  color: #003087;
}
.frm-desc li:last-child {
  margin-bottom: 0;
}

.height-full {
  height: calc(100vh - 75px);
}

.spacing {
  height: 93px;
}

#header {
  /* Icon 1 */
}
#header.home .header-wrapper {
  background-color: #0041B8;
}
#header .nav-list__item {
  cursor: pointer;
}
#header .nav-list__item:hover .nav-underline {
  width: 100%;
}
#header .nav-list__item .nav-underline {
  height: 2px;
  background-color: #FFFFFF;
  transform: translateY(-3px);
  width: 0;
}
#header #search-close {
  display: none;
}
#header .search-hldr {
  position: absolute;
  display: none;
  top: 93px;
  right: 48px;
  background-color: #E9E9E9;
  padding: 24px 40px;
}
#header .search-hldr input {
  padding: 0;
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  border: none;
  width: 490px;
  background: transparent;
  margin-right: 16px;
  --tw-ring-color: transparent;
}
#header .search-hldr input::-moz-placeholder {
  color: #8C8B89;
}
#header .search-hldr input:-ms-input-placeholder {
  color: #8C8B89;
}
#header .search-hldr input::placeholder {
  color: #8C8B89;
}
#header .search-hldr .search-btn p {
  margin-right: 8px;
}
#header .mobile-menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
#header #nav-icon1 {
  width: 24px;
  height: 16px;
  position: relative;
  float: right;
  transform: rotate(0deg);
  transition: 0.34s ease-in-out;
  cursor: pointer;
}
#header #nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  right: 0;
  border-radius: 5px;
  transform: rotate(0deg);
  transition: 0.34s ease-in-out;
}
#header #nav-icon1 span:nth-child(1) {
  top: 0px;
}
#header #nav-icon1 span:nth-child(2) {
  top: 8px;
  left: auto;
  width: 24px;
}
#header #nav-icon1 span:nth-child(3) {
  top: 16px;
  width: 24px;
}
#header #nav-icon1.open {
  height: 30px;
}
#header #nav-icon1.open span:nth-child(1) {
  top: 14px;
  width: 100%;
  transform: rotate(-135deg);
}
#header #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
}
#header #nav-icon1.open span:nth-child(3) {
  top: 14px;
  width: 100%;
  transform: rotate(135deg);
}

@media screen and (max-width: 1200px) {
  .nav-list__item {
    margin-right: 3rem;
  }
  .nav-list__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .spacing {
    height: 68px;
  }

  #header .app-logo {
    transition: 0.34s ease;
  }
  #header .app-logo.open {
    opacity: 0;
  }
  #header .mobile-menu {
    display: block;
  }
  #header .nav-menu {
    position: fixed;
    transform: translateX(-110%);
    top: 67px;
    left: 0;
    height: calc(100vh - 67px);
    width: 100%;
    padding: 106px;
    padding-top: 70px;
    padding-right: 20px;
    background: #003087;
    opacity: 0;
    transition: 0.34s ease;
  }
  #header .nav-menu.home {
    background-color: #0041B8;
  }
  #header .nav-menu.open {
    opacity: 1;
    transform: translateX(0);
  }
  #header .nav-menu .nav-list {
    display: block;
  }
  #header .nav-menu .nav-list .nav-list__item--link {
    transition: all 0.5s ease;
    opacity: 1;
  }
  #header .nav-menu .nav-list .nav-list__item--link.hide {
    opacity: 0;
  }
  #header .header-wrapper {
    padding: 22px 16px;
  }
  #header .nav-list__item {
    margin-bottom: 70px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #header .nav-list__item.search-icon {
    position: absolute;
    top: 0;
    left: 16px;
    transform: translateY(-44px);
  }
  #header .search-hldr {
    padding: 16px;
    width: calc(100% - 32px);
    right: 16px;
    top: 120px;
  }
  #header .search-hldr .search-btn p {
    display: none;
  }
  #header .search-hldr .search-input {
    width: calc(100% - 44px);
    margin-right: 20px;
  }
  #header .search-hldr input {
    width: 100%;
    margin-right: 0;
  }
}
footer {
  position: relative;
  background-color: #FFFFFF;
}
footer.home {
  background-color: #0041B8;
}
footer .ftr-location {
  width: 351px;
}
footer .ftr-location * {
  line-height: 1.75rem;
}

@media screen and (max-width: 1024px) {
  #footer .footer-wrapper {
    padding: 80px 16px;
  }
  #footer .footer-nav {
    flex-direction: column;
  }
  #footer .footer-logo {
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .footer-menu {
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
  }
  #footer .footer-menu .footer-link:first-child a h6 {
    margin-left: 0;
  }
  #footer .footer-menu__wrapper {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #footer .footer-menu__wrapper .footer-link {
    display: inline-block;
  }
  #footer .footer-menu__wrapper .footer-link a {
    white-space: nowrap;
  }
  #footer .social-hldr {
    flex-direction: column;
  }
  #footer .social-hldr .ftr-location {
    order: 2;
    width: 100%;
  }
  #footer .social-hldr .ftr-location h4 {
    font-size: 0.875rem;
    line-height: 1.426rem;
  }
  #footer .social-hldr .ftr-socialmedia {
    order: 1;
    margin-bottom: 40px;
  }
  #footer .social-hldr .ftr-socialmedia a:first-child {
    margin-left: 0;
  }
  #footer .footer-end {
    flex-direction: column;
    padding-top: 0;
  }
  #footer .footer-end .copyrights {
    width: 255px;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #footer .footer-end .copyrights p {
    font-size: 0.75rem;
  }
  #footer .footer-end .terms {
    width: 100%;
  }
  #footer .footer-end .terms-wrapper {
    gap: 2rem;
  }
}
/*
| Home Page
*/
.hm-frame1__wrapper {
  padding-bottom: 79px;
}
.hm-frame1 .left-cntnr {
  padding-top: 70px;
}
.hm-frame1 .left-cntnr h1 {
  font-size: 3rem;
}
.hm-frame1__desc {
  width: 471px;
  max-height: 256px;
  overflow: auto;
  padding-right: 10px;
}
.hm-frame1__desc p {
  line-height: 2rem;
}
.hm-frame1__img {
  padding-top: 13px;
  width: 514px;
}

.hm-frame2 .frm-cntnr {
  padding-top: 93px;
  padding-bottom: 173px;
}
.hm-frame2__desc {
  max-height: 352px;
  overflow: auto;
}
.hm-frame2 .left-cntnr .hm-frame2__img {
  width: 514px;
}
.hm-frame2 .right-wrapper {
  width: 512px;
}
.hm-frame2 .right-wrapper p {
  line-height: 2rem;
}

.hm-frame3 .frm-cntnr {
  padding-top: 80px;
  padding-bottom: 48px;
}
.hm-frame3 .event-card {
  max-width: 515px;
  height: 117px;
}
.hm-frame3 .event-card .card-underline {
  height: 3px;
  background-color: #00703C;
  width: 100%;
}
.hm-frame3 .event-card:hover .card-underline {
  width: 0;
}
.hm-frame3 .event-card .card-date h1 {
  font-size: 3rem;
  line-height: 3.75rem;
}
.hm-frame3 .event-card .card-desc {
  height: 84px;
}
.hm-frame3 .event-card .card-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.75rem;
}

.hm-frame4 {
  padding-top: 134px;
  padding-bottom: 142px;
}
.hm-frame4 .news-card:hover .news-underline {
  width: 0;
}
.hm-frame4 .news-card .news-date h1 {
  line-height: 2.375rem;
}
.hm-frame4 .news-card .news-day p {
  line-height: 1.75rem;
}
.hm-frame4 .news-card .news-day h5 {
  line-height: 1.75rem;
}
.hm-frame4 .news-card .news-title h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5rem;
}
.hm-frame4 .news-card .news-underline {
  height: 3px;
  background-color: #00703C;
  width: 100%;
}
.hm-frame4 .news-card .news-teaser {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .hm-frame1 .frm-cntnr {
    padding: 0 16px;
    padding-bottom: 75px;
  }
  .hm-frame1 .frm-cntnr .hm-frame1__wrapper {
    height: auto;
  }
  .hm-frame1 .hm-frame1__wrapper {
    flex-direction: column;
  }
  .hm-frame1 .left-cntnr {
    width: 100%;
    order: 2;
    padding-top: 40px;
  }
  .hm-frame1 .right-cntnr {
    width: 100%;
    order: 1;
  }
  .hm-frame1__desc {
    width: 100%;
    max-height: unset;
    padding-right: 0;
  }
  .hm-frame1__img {
    margin-left: 0;
  }

  .hm-frame2 .frm-cntnr {
    padding: 80px 16px;
    padding-bottom: 120px;
  }
  .hm-frame2__wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .hm-frame2 .hm-frame2__desc {
    margin: 40px 0;
    max-height: unset;
  }
  .hm-frame2 .right-cntnr {
    width: 100%;
  }
  .hm-frame2 .right-cntnr .right-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .hm-frame3 .frm-cntnr {
    padding: 80px 16px;
    padding-bottom: 98px;
  }
  .hm-frame3__header {
    font-size: 1.563rem;
    margin-bottom: 40px;
  }
  .hm-frame3 .event-card {
    margin-bottom: 1rem;
    max-width: 100%;
  }
  .hm-frame3 .event-hldr {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .hm-frame3 .event-hldr .card-wrapper {
    gap: 1rem;
  }
  .hm-frame3 .hm-frame3__btn {
    margin-top: 0;
  }

  .hm-frame4 {
    padding: 0;
  }
  .hm-frame4__header {
    text-align: left;
  }
  .hm-frame4 .frm-cntnr {
    padding: 0 16px;
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .hm-frame4 .news-hldr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 40px 0;
    gap: 40px;
  }
  .hm-frame4__btn {
    padding-top: 40px;
  }
  .hm-frame4__btn button {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .hm-frame1__img {
    margin: auto;
  }
  .hm-frame1 .left-cntnr h1 {
    font-size: 2.188rem;
  }
  .hm-frame1 .left-cntnr h1.font-semibold {
    margin-bottom: 16px;
  }

  .hm-frame3 .event-hldr .card-date h1 {
    font-size: 2.188rem;
    line-height: 2.667rem;
  }
  .hm-frame3 .event-hldr .card-date h3 {
    font-size: 0.875rem;
  }
  .hm-frame3 .event-hldr .card-day h1 {
    font-size: 1.563rem;
    line-height: 1.905rem;
  }
  .hm-frame3 .event-hldr .card-desc {
    height: 64px;
  }
  .hm-frame3 .event-hldr .card-desc p {
    font-size: 0.75rem;
    line-height: 1.438rem;
  }

  .hm-frame4__header h1 {
    font-size: 1.563rem;
  }
}
@media screen and (max-width: 640px) {
  .hm-frame1__img {
    width: 100%;
  }

  .hm-frame2__img {
    width: 100% !important;
  }
  .hm-frame2 .left-cntnr {
    width: 100%;
  }

  .hm-frame4 .news-hldr {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 300px;
  }
}
/*
| About Page
*/
.abt-frame1 {
  position: relative;
  /* honeycomb*/
}
.abt-frame1 .frm-cntnr {
  position: relative;
  padding-top: 74px;
  padding-bottom: 168px;
  z-index: 9;
}
.abt-frame1 .left-wrapper {
  width: 475px;
}
.abt-frame1 .abt-frame1__header h1 {
  font-size: 3rem;
}
.abt-frame1 .abt-frame1__desc p {
  line-height: 2rem;
}
.abt-frame1__desc {
  max-height: 320px;
  overflow: auto;
  padding-right: 10px;
}
.abt-frame1 .right-img {
  position: absolute;
  top: -388px;
  left: calc(50% - 200px);
  z-index: 8;
}
.abt-frame1 .honeycomb-container {
  display: grid;
  /* grid-template-columns: repeat(10, 100px);
  width: 1040px; */
  grid-template-columns: repeat(6, 100px);
  width: 620px;
  grid-column-gap: 0px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.abt-frame1 .hc-item {
  grid-column: span 2;
  width: 500px;
  padding: 0 0 578px 0;
  transform: rotate(-60deg) skewY(30deg);
  background: #fd005f;
  overflow: hidden;
  visibility: hidden;
  margin-top: -145px;
}
.abt-frame1 .honeycomb-container {
  grid-template-columns: repeat(6, 250px);
  width: 620px;
}
.abt-frame1 .hc-item:nth-child(5n+1) {
  grid-column-start: 1;
}
.abt-frame1 .hc-item:nth-child(5n+2) {
  grid-column-start: 3;
}
.abt-frame1 .hc-item:nth-child(5n+3) {
  grid-column-start: 5;
}
.abt-frame1 .hc-item:nth-child(5n+4) {
  grid-column-start: 2;
}
.abt-frame1 .hc-item:nth-child(5n) {
  grid-column-start: 4;
}
.abt-frame1 .hc-item:nth-child(1) .hexagon {
  background-color: #003087;
}
.abt-frame1 .hc-item:nth-child(2) .hexagon {
  background-color: #4892CF;
}
.abt-frame1 .hc-item:nth-child(3) .hexagon {
  background-color: #003087;
}
.abt-frame1 .hc-item:nth-child(5) .hexagon {
  background-color: #468CAC;
}
.abt-frame1 .hc-item:nth-child(6) .hexagon {
  background-color: #468CAC;
}
.abt-frame1 .hc-item:nth-child(7) .hexagon {
  background-color: #4892CF;
}
.abt-frame1 .hexagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: skewY(-30deg) rotate(60deg);
  overflow: hidden;
}
.abt-frame1 .hc-item * {
  visibility: visible;
}

.abt-frame2 {
  padding: 163px 0;
}
.abt-frame2 .frm-cntnr {
  position: relative;
  z-index: 9;
}
.abt-frame2__desc {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 240px;
       column-gap: 240px;
}

.abt-frame3 {
  padding: 173px 0;
}
.abt-frame3 .image-hldr {
  width: 514px;
}
.abt-frame3__desc {
  max-height: 398px;
  overflow: auto;
  padding-right: 20px;
}
.abt-frame3__desc ul {
  padding-left: 20px;
}
.abt-frame3__desc li {
  display: list-item;
  list-style-type: disc;
  padding-left: 10px;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
.abt-frame3__desc li:last-child {
  margin-bottom: 0;
}

.abt-frame4 {
  padding-top: 167px;
  padding-bottom: 223px;
}
.abt-frame4 .thematics-card .thematics-icon {
  max-height: 96px;
}

.abt-frame5 {
  padding: 160px 0;
}
.abt-frame5__header {
  margin-bottom: 80px;
}
.abt-frame5 .abt-frame5__honeycomb *, .abt-frame5 .abt-frame5__honeycomb *::before, .abt-frame5 .abt-frame5__honeycomb *::after {
  box-sizing: border-box;
}
.abt-frame5 .abt-frame5__honeycomb .honeycomb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
  max-width: 942px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 63px;
  transform: translateY(34.375px);
}
.abt-frame5 .abt-frame5__honeycomb .honeycomb-cell {
  flex: 0 1 280px;
  max-width: 280px;
  height: 160px;
  margin: 77px 12.5px 25px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
}
.abt-frame5 .abt-frame5__honeycomb .honeycomb-cell__title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.25em;
  transition: opacity 350ms;
}
.abt-frame5 .abt-frame5__honeycomb .honeycomb-cell__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.abt-frame5 .abt-frame5__honeycomb .honeycomb-cell::before, .abt-frame5 .abt-frame5__honeycomb .honeycomb-cell::after {
  content: "";
}
.abt-frame5 .abt-frame5__honeycomb .honeycomb-cell::before, .abt-frame5 .abt-frame5__honeycomb .honeycomb-cell::after, .abt-frame5 .abt-frame5__honeycomb .honeycomb-cell__image {
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}
.abt-frame5 .abt-frame5__honeycomb .honeycomb-cell::before {
  transform: scale(1.055);
}
.abt-frame5 .abt-frame5__honeycomb .honeycomb-cell::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  opacity: 0.5;
  transition: opacity 350ms;
}

@media screen and (max-width: 1300px) {
  .abt-frame3__wrapper {
    gap: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .abt-frame1 {
    height: 700px;
  }
  .abt-frame1 .frm-cntnr {
    padding: 16px;
    padding-top: 80px;
  }
  .abt-frame1__desc {
    max-height: unset;
    padding-right: 0;
  }
  .abt-frame1 .abt-frame1__header {
    padding-bottom: 40px;
  }
  .abt-frame1 .abt-frame1__header h1 {
    font-size: 2.188rem;
    line-height: 2.667rem;
  }
  .abt-frame1 .right-img {
    top: -200px;
  }
  .abt-frame1 .honeycomb-container {
    transform: scale(0.6);
  }

  .abt-frame2 {
    padding: 80px 0;
  }
  .abt-frame2 .frm-cntnr {
    padding: 0 16px;
  }
  .abt-frame2 .abt-frame2__header {
    margin-bottom: 40px;
  }
  .abt-frame2 .abt-frame2__desc {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .abt-frame3 {
    padding: 120px 0;
  }
  .abt-frame3 .frm-cntnr {
    padding: 0 16px;
  }
  .abt-frame3 .image-hldr {
    width: 100%;
  }
  .abt-frame3 .abt-frame3__wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .abt-frame4 {
    padding: 80px 0;
  }
  .abt-frame4 .frm-cntnr {
    padding: 0 16px;
  }
  .abt-frame4 .abt-frame4__header {
    text-align: left;
  }
  .abt-frame4 .thematics-hldr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 40px;
  }

  .abt-frame5 {
    padding: 120px 0;
  }
  .abt-frame5 .frm-cntnr {
    padding: 0 16px;
  }
  .abt-frame5 .abt-frame5__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .abt-frame1 .right-img {
    top: -100px;
    left: auto;
    right: 0;
  }

  .abt-frame3 .image-hldr img {
    margin: auto;
  }
  .abt-frame3 .abt-frame3__header h1 {
    font-size: 1.563rem;
    line-height: 1.905rem;
  }
  .abt-frame3 .abt-frame3__desc {
    max-height: unset;
    padding-right: 0;
  }
  .abt-frame3 .abt-frame3__desc li {
    line-height: 2rem;
  }

  .abt-frame4 .abt-frame4__header h1 {
    font-size: 1.563rem;
    line-height: 1.905rem;
  }
  .abt-frame4 .thematics-hldr .thematics-text h3 {
    font-size: 0.875rem;
    line-height: 1.067rem;
  }

  .abt-frame5 .abt-frame5__header h1 {
    font-size: 1.563rem;
    line-height: 1.905rem;
  }
  .abt-frame5 .abt-frame5__honeycomb .honeycomb-cell {
    margin-bottom: 115px;
  }
  .abt-frame5 .abt-frame5__honeycomb .honeycomb {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 415px) {
  .abt-frame1 {
    height: 772px;
  }
  .abt-frame1 .right-img {
    right: 15px;
    top: -20px;
  }

  .abt-frame2 {
    padding-top: 285px;
  }
}
@media screen and (max-width: 390px) {
  .abt-frame1 {
    height: 800px;
  }
  .abt-frame1 .right-img {
    right: 0px;
    top: -5px;
  }

  .abt-frame2 {
    padding-top: 285px;
  }
}
@media screen and (max-width: 376px) {
  .abt-frame1 .right-img {
    right: -5px;
    top: 7px;
  }
}
@media screen and (max-width: 360px) {
  .abt-frame1 .right-img {
    right: -15px;
    top: 60px;
  }
}
/* 
| Research 
*/
.rsch-frame1 .search-hldr .search-input {
  position: relative;
  width: 47%;
}
.rsch-frame1 .search-hldr .search-input .search-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.rsch-frame1 .search-hldr .search-input input::-moz-placeholder {
  color: #333333;
}
.rsch-frame1 .search-hldr .search-input input:-ms-input-placeholder {
  color: #333333;
}
.rsch-frame1 .search-hldr .search-input input::placeholder {
  color: #333333;
}
.rsch-frame1 .search-cat {
  position: relative;
  width: 25%;
}
.rsch-frame1 .search-cat select {
  background-image: none;
}
.rsch-frame1 .search-cat .chev-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.rsch-frame1 .search-sort {
  position: relative;
  width: 25%;
}
.rsch-frame1 .search-sort select {
  background-image: none;
}
.rsch-frame1 .search-sort .chev-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.rsch-frame1 .report-hldr .report-img {
  max-width: 140px;
}
.rsch-frame1 .report-hldr .report-details .border-b {
  border-color: #BBBAB9;
}
.rsch-frame1 .report-hldr .report-details h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .rsch-frame1 {
    padding: 40px 0;
    padding-bottom: 80px;
  }
  .rsch-frame1 .frm-cntnr {
    padding: 0 16px;
  }
  .rsch-frame1 .search-hldr {
    flex-direction: column;
    gap: 24px;
  }
  .rsch-frame1 .search-hldr .search-input {
    width: 100%;
  }
  .rsch-frame1 .search-hldr .search-cat {
    width: 100%;
  }
  .rsch-frame1 .search-hldr .search-cat .chev-icon {
    right: 1.2rem;
  }
  .rsch-frame1 .search-hldr .search-sort {
    width: 100%;
  }
  .rsch-frame1 .search-hldr .search-sort .chev-icon {
    right: 1.2rem;
  }
  .rsch-frame1 .result-text {
    margin-bottom: 40px;
  }
  .rsch-frame1 .report-hldr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .rsch-frame1 .report-hldr .report-img {
    width: 140px;
  }
  .rsch-frame1 .report-card {
    margin-bottom: 0;
  }
  .rsch-frame1 .pagination-hldr {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .rsch-frame1 .report-hldr {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .rsch-frame1 .pagination-count {
    display: none;
  }
  .rsch-frame1 .pagination-wrapper {
    gap: 40px;
  }
  .rsch-frame1 .pagination-wrapper a {
    margin: 0;
  }
}
/*
| Events
*/
.evnt-frame1 {
  padding-top: 57px;
  padding-bottom: 80px;
}
.evnt-frame1 .event-card {
  max-width: 515px;
  height: 117px;
}
.evnt-frame1 .event-card .card-underline {
  height: 3px;
  background-color: #00703C;
  width: 100%;
}
.evnt-frame1 .event-card:hover .card-underline {
  width: 0;
}
.evnt-frame1 .event-card .card-date h1 {
  font-size: 3rem;
  line-height: 3.75rem;
}
.evnt-frame1 .event-card .card-desc {
  height: 84px;
}
.evnt-frame1 .event-card .card-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.75rem;
}

.slct-evnt__frame1 .frm-cntnr {
  padding: 0 155px;
}
.slct-evnt__frame1 .slct-evnt__frame1__header .card-date h1 {
  font-size: 3.063rem;
  line-height: 3.733rem;
}
.slct-evnt__frame1 .slct-evnt__title h1 {
  font-size: 2.438rem;
  line-height: 2.971rem;
}
.slct-evnt__frame1 .slct-evnt__desc p {
  line-height: 2rem;
}
.slct-evnt__frame1 .slct-evnt__img {
  max-width: 619px;
}
.slct-evnt__frame1 .slct-evnt__desc p {
  font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .evnt-frame1 {
    padding-top: 40px;
  }
  .evnt-frame1 .frm-cntnr {
    padding: 0 16px;
  }
  .evnt-frame1__header h1 {
    font-size: 2.188rem;
  }
  .evnt-frame1 .frame-header h1 {
    font-size: 1.563rem;
    margin-bottom: 40px;
  }
  .evnt-frame1 .event-hldr {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .evnt-frame1 .event-card {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .evnt-frame1 .card-wrapper {
    gap: 1rem;
  }

  .slct-evnt__frame1 {
    padding: 40px 0;
    padding-bottom: 80px;
  }
  .slct-evnt__frame1 .frm-cntnr {
    padding: 0 16px;
  }
  .slct-evnt__frame1 .slct-evnt__frame1__header .card-date h1 {
    font-size: 2.188rem;
  }
  .slct-evnt__frame1 .slct-evnt__frame1__header .card-date h3 {
    font-size: 0.875rem;
  }
  .slct-evnt__frame1 .slct-evnt__frame1__header .card-day h1 {
    font-size: 1.563rem;
  }
  .slct-evnt__frame1 .slct-evnt__title h1 {
    font-size: 1.938rem;
  }
}
@media screen and (max-width: 768px) {
  .evnt-frame1 .evnt-frame1__buttons {
    flex-direction: column;
    gap: 24px;
  }
  .evnt-frame1 .frame-header {
    margin-bottom: 70px;
  }
  .evnt-frame1 .event-hldr .card-date h1 {
    font-size: 2.188rem;
    line-height: 2.667rem;
  }
  .evnt-frame1 .event-hldr .card-date h3 {
    font-size: 0.875rem;
  }
  .evnt-frame1 .event-hldr .card-day h1 {
    font-size: 1.563rem;
    line-height: 1.905rem;
  }
  .evnt-frame1 .event-hldr .card-desc {
    height: 64px;
  }
  .evnt-frame1 .event-hldr .card-desc p {
    font-size: 0.75rem;
    line-height: 1.438rem;
  }
  .evnt-frame1 .pagination-hldr {
    margin-top: 40px;
    flex-direction: column;
    gap: 24px;
  }
}
/*
| News
*/
.nws-frame1 {
  padding-top: 57px;
}
.nws-frame1 .news-card:hover .news-underline {
  width: 0;
}
.nws-frame1 .news-card .news-date h1 {
  line-height: 2.375rem;
}
.nws-frame1 .news-card .news-day p {
  line-height: 1.75rem;
}
.nws-frame1 .news-card .news-day h5 {
  line-height: 1.75rem;
}
.nws-frame1 .news-card .news-title h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5rem;
}
.nws-frame1 .news-card .news-underline {
  height: 3px;
  background-color: #00703C;
  width: 100%;
}
.nws-frame1 .news-card .news-teaser {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slct-nws__frame1 .frm-cntnr {
  padding: 0 155px;
}
.slct-nws__frame1 .slct-nws__title h1 {
  font-size: 2.438rem;
  line-height: 2.971rem;
}
.slct-nws__frame1 .slct-nws__img {
  max-width: 619px;
}
.slct-nws__frame1 .slct-nws__desc p {
  font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .nws-frame1 {
    padding-top: 40px;
  }
  .nws-frame1 .frm-cntnr {
    padding: 0 16px;
  }
  .nws-frame1 .frame-header h1 {
    font-size: 1.563rem;
    margin-bottom: 40px;
  }
  .nws-frame1 .news-hldr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .slct-nws__frame1 {
    padding: 40px 0;
    padding-bottom: 80px;
  }
  .slct-nws__frame1 .frm-cntnr {
    padding: 0 16px;
  }
  .slct-nws__frame1 .slct-nws__frame1__header .card-date h1 {
    font-size: 2.188rem;
  }
  .slct-nws__frame1 .slct-nws__frame1__header .card-date h3 {
    font-size: 0.875rem;
  }
  .slct-nws__frame1 .slct-nws__frame1__header .card-day h1 {
    font-size: 1.563rem;
  }
  .slct-nws__frame1 .slct-nws__title h1 {
    font-size: 1.938rem;
    line-height: 2.362rem;
  }
  .slct-nws__frame1 .slct-nws__desc p {
    line-height: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .nws-frame1 .nws-frame1__buttons {
    flex-direction: column;
    gap: 24px;
  }
  .nws-frame1 .news-hldr {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .nws-frame1 .news-hldr .news-card {
    max-width: 300px;
  }
  .nws-frame1 .pagination-hldr {
    flex-direction: column;
    gap: 24px;
  }
}
/*
| Contact Us Page
*/
.cnt-frame1 {
  padding-top: 107px;
  padding-bottom: 135px;
}
.cnt-frame1 .contact-card .contact-img {
  width: 96px;
  transition: all 0.34s ease;
}
.cnt-frame1 .contact-card:hover .contact-img {
  transform: translateY(-20px) !important;
}

.cnt-frame2 .frm-cntnr {
  padding: 0 156px;
  padding-top: 160px;
  padding-bottom: 140px;
}
.cnt-frame2 .cnt-frame2__header h1 {
  font-size: 2.438rem;
  line-height: 2.971rem;
}

@media screen and (max-width: 1024px) {
  .cnt-frame1 {
    padding: 80px 0;
  }
  .cnt-frame1 .frm-cntnr {
    padding: 0 16px;
  }

  .cnt-frame2 .frm-cntnr {
    padding: 0 16px;
    padding-top: 101px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .cnt-frame1 .cnt-frame1__contact {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }

  .cnt-frame2 .cnt-frame2__header h1 {
    font-size: 1.938rem;
  }
  .cnt-frame2 .form-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
/*
| Generic Frame
*/
.gen-frame .frm-cntnr {
  padding: 0 155px;
}
.gen-frame .frm-title h1 {
  font-size: 2.438rem;
  line-height: 2.971rem;
}

@media screen and (max-width: 1024px) {
  .gen-frame {
    padding: 40px 0;
    padding-bottom: 80px;
  }
  .gen-frame .frm-cntnr {
    padding: 0 16px;
  }
  .gen-frame .frm-title h1 {
    font-size: 1.938rem;
  }
}
.login-page__Con {
  position: relative;
}

.signup-page__Con {
  position: relative;
}
.signup-page__Con .signup-page__Inner {
  display: flex;
}
.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-within\:ring-2:focus-within {
  --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-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
}
.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring: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(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);
}
.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-1: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(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);
}
.focus\:ring-0: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(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);
}
.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}
.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}
.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}
.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity));
}
.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}
.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity));
}
.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / 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-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #f0fdf4;
}
.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f3f4f6;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.active\:bg-yellow-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.dark .dark\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.dark .dark\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

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

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

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

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

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

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

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

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

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

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

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

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

  .sm\:w-auto {
    width: auto;
  }

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

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

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

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

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

  .sm\: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));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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\: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));
  }

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

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

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

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

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

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

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {

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

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:table-cell {
    display: table-cell;
  }

  .md\:grid {
    display: grid;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

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

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1280px) {

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