

/*
! tailwindcss v3.4.1 | 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: #d1d1d1;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6d6d6d;
  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: /*!*/ /*!*/ 0 0 0 2px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

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

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

[type='file']{
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

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

  .container{
    max-width: 640px;
  }
}

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

  .container{
    max-width: 768px;
  }
}

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

  .container{
    max-width: 1024px;
  }
}

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

  .container{
    max-width: 1280px;
  }
}

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

  .container{
    max-width: 1536px;
  }
}

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

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-1{
  inset: 0.25rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-1{
  bottom: 0.25rem;
}

.bottom-4{
  bottom: 1rem;
}

.left-0{
  left: 0px;
}

.left-full{
  left: 100%;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-2{
  right: 0.5rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-2{
  top: 0.5rem;
}

.top-4{
  top: 1rem;
}

.isolate{
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-1{
  grid-column-start: 1;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-3{
  grid-column-start: 3;
}

.col-start-4{
  grid-column-start: 4;
}

.col-start-5{
  grid-column-start: 5;
}

.col-start-6{
  grid-column-start: 6;
}

.col-start-7{
  grid-column-start: 7;
}

.col-start-8{
  grid-column-start: 8;
}

.col-end-1{
  grid-column-end: 1;
}

.col-end-2{
  grid-column-end: 2;
}

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

.row-start-1{
  grid-row-start: 1;
}

.row-end-1{
  grid-row-end: 1;
}

.-m-2{
  margin: -0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

.-ml-14{
  margin-left: -3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-4{
  margin-inline-end: 1rem;
}

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

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

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

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

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

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

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

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

.mr-6{
  margin-right: 1.5rem;
}

.ms-2{
  margin-inline-start: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

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

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

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[1076\/320\]{
  aspect-ratio: 1076/320;
}

.aspect-\[220\/120\]{
  aspect-ratio: 220/120;
}

.aspect-\[514\/160\]{
  aspect-ratio: 514/160;
}

.size-10{
  width: 2.5rem;
  height: 2.5rem;
}

.size-12{
  width: 3rem;
  height: 3rem;
}

.size-14{
  width: 3.5rem;
  height: 3.5rem;
}

.size-16{
  width: 4rem;
  height: 4rem;
}

.size-2{
  width: 0.5rem;
  height: 0.5rem;
}

.size-20{
  width: 5rem;
  height: 5rem;
}

.size-24{
  width: 6rem;
  height: 6rem;
}

.size-28{
  width: 7rem;
  height: 7rem;
}

.size-3{
  width: 0.75rem;
  height: 0.75rem;
}

.size-32{
  width: 8rem;
  height: 8rem;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-7{
  width: 1.75rem;
  height: 1.75rem;
}

.size-8{
  width: 2rem;
  height: 2rem;
}

.size-\[14px\]{
  width: 14px;
  height: 14px;
}

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

.size-\[68px\]{
  width: 68px;
  height: 68px;
}

.size-\[72px\]{
  width: 72px;
  height: 72px;
}

.size-\[80px\]{
  width: 80px;
  height: 80px;
}

.h-0{
  height: 0px;
}

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

.h-1{
  height: 0.25rem;
}

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

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-32{
  max-height: 8rem;
}

.max-h-80{
  max-height: 20rem;
}

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

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

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

.min-h-32{
  min-height: 8rem;
}

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

.min-h-64{
  min-height: 16rem;
}

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

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

.min-h-screen{
  min-height: 100vh;
}

.w-0{
  width: 0px;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-9{
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

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

.min-w-3{
  min-width: 0.75rem;
}

.min-w-32{
  min-width: 8rem;
}

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

.min-w-64{
  min-width: 16rem;
}

.min-w-8{
  min-width: 2rem;
}

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

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

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

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

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

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

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-64{
  max-width: 16rem;
}

.max-w-80{
  max-width: 20rem;
}

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

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

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

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

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

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

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

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

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

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

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-screen-xl{
  max-width: 1280px;
}

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

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1;
}

.flex-\[334\]{
  flex: 334 1;
}

.flex-\[393\]{
  flex: 393 1;
}

.flex-\[3\]{
  flex: 3 1;
}

.flex-\[4\]{
  flex: 4 1;
}

.flex-\[6\]{
  flex: 6 1;
}

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

.flex-none{
  flex: none;
}

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

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

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

.grow{
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

.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(1) scaleY(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));
}

.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(.95) scaleY(.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));
}

.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-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

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

.resize{
  resize: both;
}

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

.grid-cols-1{
  grid-template-columns: repeat(1, 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));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

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

.gap-12{
  gap: 3rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

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

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[2px\]{
  gap: 2px;
}

.gap-\[70px\]{
  gap: 70px;
}

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

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

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

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

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

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

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

.gap-y-5{
  row-gap: 1.25rem;
}

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

.gap-y-7{
  row-gap: 1.75rem;
}

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

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

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

.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * 0);
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - 0));
  margin-left: calc(-1px * 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 - 0));
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 0);
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(247 247 247 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(247 247 247 / var(--tw-divide-opacity));
}
}

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

@supports (color: rgb(0 0 0 / 0)){
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(209 209 209 / var(--tw-divide-opacity));
}
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(176 176 176 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(176 176 176 / var(--tw-divide-opacity));
}
}

.divide-primary-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(215 223 221 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.divide-primary-100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(215 223 221 / var(--tw-divide-opacity));
}
}

.divide-secondary-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(242 242 236 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.divide-secondary-50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(242 242 236 / var(--tw-divide-opacity));
}
}

.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.divide-white > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-\[\#D7DFDD\]{
  --tw-border-opacity: 1;
  border-color: rgb(215 223 221 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-\[\#D7DFDD\]{
  border-color: rgb(215 223 221 / var(--tw-border-opacity));
}
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-gray-100{
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
}
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-gray-200{
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-gray-300{
  border-color: rgb(176 176 176 / var(--tw-border-opacity));
}
}

.border-gray-900\/10{
  border-color: rgb(61 61 61 / 0.1);
}

.border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgb(49 49 49 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-gray-950{
  border-color: rgb(49 49 49 / var(--tw-border-opacity));
}
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(45 179 79 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-green-500{
  border-color: rgb(45 179 79 / var(--tw-border-opacity));
}
}

.border-primary-100{
  --tw-border-opacity: 1;
  border-color: rgb(215 223 221 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-primary-100{
  border-color: rgb(215 223 221 / var(--tw-border-opacity));
}
}

.border-primary-200{
  --tw-border-opacity: 1;
  border-color: rgb(156 178 174 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-primary-200{
  border-color: rgb(156 178 174 / var(--tw-border-opacity));
}
}

.border-primary-400{
  --tw-border-opacity: 1;
  border-color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-primary-400{
  border-color: rgb(97 134 127 / var(--tw-border-opacity));
}
}

.border-primary-600{
  --tw-border-opacity: 1;
  border-color: rgb(64 97 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-primary-600{
  border-color: rgb(64 97 92 / var(--tw-border-opacity));
}
}

.border-primary-800{
  --tw-border-opacity: 1;
  border-color: rgb(46 65 63 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-primary-800{
  border-color: rgb(46 65 63 / var(--tw-border-opacity));
}
}

.border-primary-base{
  --tw-border-opacity: 1;
  border-color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-primary-base{
  border-color: rgb(97 134 127 / var(--tw-border-opacity));
}
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(248 93 59 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-red-500{
  border-color: rgb(248 93 59 / var(--tw-border-opacity));
}
}

.border-secondary-100{
  --tw-border-opacity: 1;
  border-color: rgb(229 228 200 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-secondary-100{
  border-color: rgb(229 228 200 / var(--tw-border-opacity));
}
}

.border-secondary-200{
  --tw-border-opacity: 1;
  border-color: rgb(217 214 175 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-secondary-200{
  border-color: rgb(217 214 175 / var(--tw-border-opacity));
}
}

.border-secondary-50{
  --tw-border-opacity: 1;
  border-color: rgb(242 242 236 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.border-secondary-50{
  border-color: rgb(242 242 236 / var(--tw-border-opacity));
}
}

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

.border-opacity-10{
  --tw-border-opacity: 0.1;
}

.bg-\[\#FDFDFD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#FDFDFD\]{
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}
}

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

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

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-gray-100{
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-gray-200{
  background-color: rgb(209 209 209 / var(--tw-bg-opacity));
}
}

.bg-gray-25{
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-gray-25{
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(176 176 176 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-gray-300{
  background-color: rgb(176 176 176 / var(--tw-bg-opacity));
}
}

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

@supports (color: rgb(0 0 0 / 0)){
.bg-gray-50{
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(79 79 79 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-gray-700{
  background-color: rgb(79 79 79 / var(--tw-bg-opacity));
}
}

.bg-gray-900\/10{
  background-color: rgb(61 61 61 / 0.1);
}

.bg-gray-900\/50{
  background-color: rgb(61 61 61 / 0.5);
}

.bg-gray-950{
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-gray-950{
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(192 242 203 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-green-200{
  background-color: rgb(192 242 203 / var(--tw-bg-opacity));
}
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(241 252 243 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-green-50{
  background-color: rgb(241 252 243 / var(--tw-bg-opacity));
}
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(45 179 79 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-green-500{
  background-color: rgb(45 179 79 / var(--tw-bg-opacity));
}
}

.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(215 223 221 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-primary-100{
  background-color: rgb(215 223 221 / var(--tw-bg-opacity));
}
}

.bg-primary-25{
  --tw-bg-opacity: 1;
  background-color: rgb(247 252 251 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-primary-25{
  background-color: rgb(247 252 251 / var(--tw-bg-opacity));
}
}

.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-primary-400{
  background-color: rgb(97 134 127 / var(--tw-bg-opacity));
}
}

.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 247 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-primary-50{
  background-color: rgb(245 248 247 / var(--tw-bg-opacity));
}
}

.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(82 122 115 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-primary-500{
  background-color: rgb(82 122 115 / var(--tw-bg-opacity));
}
}

.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(64 97 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-primary-600{
  background-color: rgb(64 97 92 / var(--tw-bg-opacity));
}
}

.bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(46 65 63 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-primary-800{
  background-color: rgb(46 65 63 / var(--tw-bg-opacity));
}
}

.bg-primary-base{
  --tw-bg-opacity: 1;
  background-color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-primary-base{
  background-color: rgb(97 134 127 / var(--tw-bg-opacity));
}
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 199 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-red-200{
  background-color: rgb(255 209 199 / var(--tw-bg-opacity));
}
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 248 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-red-50{
  background-color: rgb(255 250 248 / var(--tw-bg-opacity));
}
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(229 63 26 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-red-600{
  background-color: rgb(229 63 26 / var(--tw-bg-opacity));
}
}

.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(229 228 200 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-secondary-100{
  background-color: rgb(229 228 200 / var(--tw-bg-opacity));
}
}

.bg-secondary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 236 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-secondary-50{
  background-color: rgb(242 242 236 / var(--tw-bg-opacity));
}
}

.bg-secondary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(140 120 66 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-secondary-600{
  background-color: rgb(140 120 66 / var(--tw-bg-opacity));
}
}

.bg-secondary-75{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 218 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-secondary-75{
  background-color: rgb(235 235 218 / var(--tw-bg-opacity));
}
}

.bg-secondary-base{
  --tw-bg-opacity: 1;
  background-color: rgb(229 228 200 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-secondary-base{
  background-color: rgb(229 228 200 / var(--tw-bg-opacity));
}
}

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

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

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

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.bg-yellow-50{
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
}

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

.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.stroke-1{
  stroke-width: 1;
}

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

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

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

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

.p-2{
  padding: 0.5rem;
}

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

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-10{
  padding-bottom: 2.5rem;
}

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

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

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

.pb-3{
  padding-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

.pr-1{
  padding-right: 0.25rem;
}

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

.ps-3{
  padding-inline-start: 0.75rem;
}

.ps-4{
  padding-inline-start: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-2xl\/snug{
  font-size: 1.5rem;
  line-height: 1.375;
}

.text-2xl\/tight{
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-3\.5xl\/tight{
  font-size: 2rem;
  line-height: 1.25;
}

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

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

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

.text-5xl\/tight{
  font-size: 3rem;
  line-height: 1.25;
}

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

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

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

.text-\[1\.375rem\]\/tight{
  font-size: 1.375rem;
  line-height: 1.25;
}

.text-\[10px\]\/tight{
  font-size: 10px;
  line-height: 1.25;
}

.text-\[22px\]\/tight{
  font-size: 22px;
  line-height: 1.25;
}

.text-\[2rem\]\/tight{
  font-size: 2rem;
  line-height: 1.25;
}

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

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

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

.text-base\/snug{
  font-size: 1rem;
  line-height: 1.375;
}

.text-base\/tight{
  font-size: 1rem;
  line-height: 1.25;
}

.text-dt{
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 500;
}

.text-heading-4{
  font-size: 1.125rem;
  line-height: 1.15;
  font-weight: 600;
}

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

.text-lg\/normal{
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-lg\/tight{
  font-size: 1.125rem;
  line-height: 1.25;
}

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

.text-sm\/none{
  font-size: 0.875rem;
  line-height: 1;
}

.text-sm\/normal{
  font-size: 0.875rem;
  line-height: 1.5;
}

.text-sm\/snug{
  font-size: 0.875rem;
  line-height: 1.375;
}

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

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

.text-xl\/tight{
  font-size: 1.25rem;
  line-height: 1.25;
}

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

.text-xs\/tight{
  font-size: 0.75rem;
  line-height: 1.25;
}

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

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

.font-light{
  font-weight: 300;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-5{
  line-height: 1.25rem;
}

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

.leading-8{
  line-height: 2rem;
}

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

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

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

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

@supports (color: rgb(0 0 0 / 0)){
.text-\[\#666666\]{
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
}

.text-\[\#929292\]{
  --tw-text-opacity: 1;
  color: rgb(146 146 146 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-\[\#929292\]{
  color: rgb(146 146 146 / var(--tw-text-opacity));
}
}

.text-\[\#A48B00\]{
  --tw-text-opacity: 1;
  color: rgb(164 139 0 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-\[\#A48B00\]{
  color: rgb(164 139 0 / var(--tw-text-opacity));
}
}

.text-\[\#C63414\]{
  --tw-text-opacity: 1;
  color: rgb(198 52 20 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-\[\#C63414\]{
  color: rgb(198 52 20 / var(--tw-text-opacity));
}
}

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

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

.text-gray-25{
  --tw-text-opacity: 1;
  color: rgb(253 253 253 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-gray-25{
  color: rgb(253 253 253 / var(--tw-text-opacity));
}
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-gray-300{
  color: rgb(176 176 176 / var(--tw-text-opacity));
}
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-gray-400{
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-gray-500{
  color: rgb(109 109 109 / var(--tw-text-opacity));
}
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-gray-600{
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-gray-700{
  color: rgb(79 79 79 / var(--tw-text-opacity));
}
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-gray-800{
  color: rgb(69 69 69 / var(--tw-text-opacity));
}
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-gray-900{
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
}

.text-gray-950{
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-gray-950{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.text-gray-950\/50{
  color: rgb(49 49 49 / 0.5);
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(45 179 79 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-green-500{
  color: rgb(45 179 79 / var(--tw-text-opacity));
}
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(33 152 63 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-green-600{
  color: rgb(33 152 63 / var(--tw-text-opacity));
}
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(25 78 40 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-green-900{
  color: rgb(25 78 40 / var(--tw-text-opacity));
}
}

.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(156 178 174 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-primary-200{
  color: rgb(156 178 174 / var(--tw-text-opacity));
}
}

.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-primary-400{
  color: rgb(97 134 127 / var(--tw-text-opacity));
}
}

.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(82 122 115 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-primary-500{
  color: rgb(82 122 115 / var(--tw-text-opacity));
}
}

.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(64 97 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-primary-600{
  color: rgb(64 97 92 / var(--tw-text-opacity));
}
}

.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(54 79 75 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-primary-700{
  color: rgb(54 79 75 / var(--tw-text-opacity));
}
}

.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(46 65 63 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-primary-800{
  color: rgb(46 65 63 / var(--tw-text-opacity));
}
}

.text-primary-base{
  --tw-text-opacity: 1;
  color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-primary-base{
  color: rgb(97 134 127 / var(--tw-text-opacity));
}
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-purple-700{
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(248 93 59 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-red-500{
  color: rgb(248 93 59 / var(--tw-text-opacity));
}
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(229 63 26 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-red-600{
  color: rgb(229 63 26 / var(--tw-text-opacity));
}
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(193 52 20 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-red-700{
  color: rgb(193 52 20 / var(--tw-text-opacity));
}
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(159 46 21 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-red-800{
  color: rgb(159 46 21 / var(--tw-text-opacity));
}
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(132 44 24 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-red-900{
  color: rgb(132 44 24 / var(--tw-text-opacity));
}
}

.text-red-base{
  --tw-text-opacity: 1;
  color: rgb(229 63 26 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-red-base{
  color: rgb(229 63 26 / var(--tw-text-opacity));
}
}

.text-secondary-base{
  --tw-text-opacity: 1;
  color: rgb(229 228 200 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-secondary-base{
  color: rgb(229 228 200 / var(--tw-text-opacity));
}
}

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

@supports (color: rgb(0 0 0 / 0)){
.text-white{
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-yellow-400{
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-yellow-500{
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-yellow-600{
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.text-yellow-700{
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

.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: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  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: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-light{
  --tw-shadow: 0px 0px 6px #31313114;
  --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 6px #31313114;
  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: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-medium{
  --tw-shadow: 0px 2px 4px 0px #1B1B1B33;
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 2px 4px 0px #1B1B1B33;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline{
  outline-style: solid;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

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

.ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 247 247 / var(--tw-ring-opacity));
}

.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 209 209 / var(--tw-ring-opacity));
}

.ring-gray-900\/5{
  --tw-ring-color: rgb(61 61 61 / 0.05);
}

.ring-primary-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 223 221 / var(--tw-ring-opacity));
}

.ring-primary-base{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
}

.ring-secondary-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 228 200 / var(--tw-ring-opacity));
}

.ring-secondary-50{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 242 236 / var(--tw-ring-opacity));
}

.ring-secondary-base{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 228 200 / var(--tw-ring-opacity));
}

.ring-transparent{
  --tw-ring-color: transparent;
}

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

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

.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.first-child-full > :first-child{
  width: 100%;
  display: block;
}

.\[writing-mode\:sideways-lr\]{
  writing-mode: sideways-lr;
}

/* clears the ‘X’ from Internet Explorer */

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

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

/* clears the ‘X’ from Chrome */

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

/* style scrollbar */

/* width */

::-webkit-scrollbar {
  width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f7f7f7;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #4f4f4f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #527a73;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

body *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(156 178 174 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
body *::-moz-selection{
  background-color: rgb(156 178 174 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

body *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(156 178 174 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

body *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(156 178 174 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
body *::-moz-selection{
  background-color: rgb(156 178 174 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body *::selection{
  background-color: rgb(156 178 174 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

body::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(156 178 174 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
body::-moz-selection{
  background-color: rgb(156 178 174 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

body::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(156 178 174 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

body::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(156 178 174 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
body::-moz-selection{
  background-color: rgb(156 178 174 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body::selection{
  background-color: rgb(156 178 174 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

@media (max-width: 640px) {
    input[list]::-webkit-calendar-picker-indicator {
      display: none !important;
    }
  }

h1, h2, h3, h4, h5, h6{
  font-family: Barlow, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
h1, h2, h3, h4, h5, h6{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

h1:not([class*="font-"]),h2:not([class*="font-"]),h3:not([class*="font-"]),h4:not([class*="font-"]),h5:not([class*="font-"]),h6:not([class*="font-"]){
    font-weight: 600;
  }

h1{
  font-size: 1.5rem;
  line-height: 1.25;
}

@media (min-width: 640px){
  h1{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h2{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px){
  h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

h4, h5, h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

html {
  font-family: "Barlow", system-ui, sans-serif;
}

.dl-item{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 640px){
    .dl-item.is-row{
      display: grid;
    }
  }

@media (min-width: 640px){
    .dl-item.is-row{
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

@media (min-width: 640px){
    .dl-item.is-row{
      gap: 1rem;
    }
  }

@media (min-width: 640px){
    .dl-item.is-row{
      padding-left: 0px;
      padding-right: 0px;
    }
  }

.dl-item dt{
    font-size: 1rem;
    line-height: 1.15;
    font-weight: 500;
  }

.dl-item dt{
    opacity: 0.5;
  }

.dl-item dd{
    font-size: 1.125rem;
    line-height: 1.25;
  }

.dl-item dd{
    font-weight: 500;
  }

dt{
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 500;
  opacity: 0.5;
}

dd{
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
}

/* status classes*/

.status-active,
.status-ongoing,
.status-new{
  --tw-text-opacity: 1;
  color: rgb(97 134 127 / 1);
  opacity: 0.8;
}

@supports (color: rgb(0 0 0 / 0)){
.status-active,
.status-ongoing,
.status-new{
  color: rgb(97 134 127 / var(--tw-text-opacity));
}
}

.status-pending{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.status-pending{
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
}

.status-deactivated,
.status-rejected{
  --tw-text-opacity: 1;
  color: rgb(229 63 26 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.status-deactivated,
.status-rejected{
  color: rgb(229 63 26 / var(--tw-text-opacity));
}
}

.badge{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 178 174 / 1);
  padding: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.badge{
  border-color: rgb(156 178 174 / var(--tw-border-opacity));
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.info-row{
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px){
  .info-row{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 1rem;
    gap: 1rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.info-row .info-row-label{
    font-size: 1rem;
    line-height: 1.15;
    font-weight: 500;
  }

.info-row .info-row-content{
    margin-top: 0.25rem;
  }

.info-row .info-row-content{
    font-size: 1.125rem;
    line-height: 1.25;
  }

.info-row .info-row-content{
    font-weight: 500;
  }

.info-row .info-row-content{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.info-row .info-row-content{
    color: rgb(49 49 49 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px){
    .info-row .info-row-content{
      grid-column: span 2 / span 2;
    }
  }

@media (min-width: 640px){
    .info-row .info-row-content{
      margin-top: 0px;
    }
  }

.instructor-layout body{
    line-height: 1.25;
  }

.instructor-layout h1:not([class*="text-"]){
      font-size: 1.25rem;
      line-height: 1.25;
    }

.instructor-layout h2:not([class*="text-"]){
      font-size: 1rem;
      line-height: 1.25;
    }

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

.aspect-3\/1 {
  aspect-ratio: 3 / 1;
}

.aspect-2\/1 {
  aspect-ratio: 2 / 1;
}

.hidden {
  display: none;
}

.h-80vh {
  height: 80vh;
}

.page-wrapper{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding: 0.75rem;
  --tw-shadow: 0px 0px 6px #31313114;
  --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 6px #31313114;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@supports (color: rgb(0 0 0 / 0)){
.page-wrapper{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

@media (min-width: 1024px){
  .page-wrapper{
    padding: 1.5rem;
  }
}

.instructor-layout .page-wrapper{
  min-height: 128px;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / 1);
  padding: 0.75rem;
  --tw-shadow: 0px 2px 4px 0px #1B1B1B33;
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 2px 4px 0px #1B1B1B33;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@supports (color: rgb(0 0 0 / 0)){
.instructor-layout .page-wrapper{
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}
}

@media (min-width: 768px){
  .page-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.page-header{
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px){
  .page-header{
    margin-bottom: 1.5rem;
  }
}

.page-header.has-tabs{
    margin-bottom: 0.5rem;
  }

.page-header__title{
  min-width: 0px;
  flex: 1 1;
}

.page-header__title h1, .page-header__title h2{
    font-size: 1.5rem;
    line-height: 1.25;
  }

.page-header__title h1, .page-header__title h2{
    font-weight: 600;
  }

.page-header__title h1, .page-header__title h2{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-header__title h1, .page-header__title h2{
    color: rgb(49 49 49 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px){
    .page-header__title h1, .page-header__title h2{
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

@media (min-width: 640px){
    .page-header__title h1, .page-header__title h2{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

.page-header__title p{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.page-header__title p{
    --tw-text-opacity: 1;
    color: rgb(93 93 93 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-header__title p{
    color: rgb(93 93 93 / var(--tw-text-opacity));
  }
}

.page-header__actions{
  display: flex;
  gap: 0.5rem;
}

.page-subheader{
  margin-bottom: 1rem;
}

.page-subheader h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }

.page-subheader h2{
    font-weight: 700;
  }

.page-subheader h2{
    line-height: 1.75rem;
  }

.page-subheader h2{
    --tw-text-opacity: 1;
    color: rgb(61 61 61 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-subheader h2{
    color: rgb(61 61 61 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px){
    .page-subheader h2{
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

@media (min-width: 640px){
    .page-subheader h2{
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }

@media (min-width: 640px){
    .page-subheader h2{
      letter-spacing: -0.025em;
    }
  }

.page-subheader h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

.page-subheader h3{
    font-weight: 700;
  }

.page-subheader h3{
    line-height: 1.75rem;
  }

.page-subheader h3{
    --tw-text-opacity: 1;
    color: rgb(61 61 61 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-subheader h3{
    color: rgb(61 61 61 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px){
    .page-subheader h3{
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

@media (min-width: 640px){
    .page-subheader h3{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

@media (min-width: 640px){
    .page-subheader h3{
      letter-spacing: -0.025em;
    }
  }

.page-subheader h5{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.page-subheader h5{
    font-weight: 700;
  }

.page-subheader h5{
    line-height: 1.75rem;
  }

.page-subheader h5{
    --tw-text-opacity: 1;
    color: rgb(61 61 61 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-subheader h5{
    color: rgb(61 61 61 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px){
    .page-subheader h5{
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

@media (min-width: 640px){
    .page-subheader h5{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

@media (min-width: 640px){
    .page-subheader h5{
      letter-spacing: -0.025em;
    }
  }

.page-filters{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .page-filters{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 640px){
    .page-filters *{
      grid-column: span 12 / span 12;
    }
  }

@media (min-width: 640px){
      .page-filters *.is-half, .page-filters *.col-6{
        grid-column: span 6 / span 6;
      }
    }

@media (min-width: 640px){
      .page-filters *.is-third, .page-filters *.col-4{
        grid-column: span 4 / span 4;
      }
    }

@media (min-width: 640px){
      .page-filters *.col-5{
        grid-column: span 5 / span 5;
      }
    }

@media (min-width: 640px){
      .page-filters *.is-two-thirds, .page-filters * col-8{
        grid-column: span 8 / span 8;
      }
    }

@media (min-width: 640px){
      .page-filters *.is-quarter, .page-filters *.col-3{
        grid-column: span 3 / span 3;
      }
    }

@media (min-width: 640px){
      .page-filters *.is-three-quarters, .page-filters *.col-9{
        grid-column: span 9 / span 9;
      }
    }

@media (min-width: 640px){
      .page-filters *.col-1{
        grid-column: span 1 / span 1;
      }
    }

@media (min-width: 640px){
      .page-filters *.col-2{
        grid-column: span 2 / span 2;
      }
    }

.tinymce-content{
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.tinymce-content{
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
}

.tinymce-content a{
    --tw-text-opacity: 1;
    color: rgb(64 97 92 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.tinymce-content a{
    color: rgb(64 97 92 / var(--tw-text-opacity));
  }
}

.tinymce-content a{
    text-decoration-line: underline;
  }

.tinymce-content a:hover{
    --tw-text-opacity: 1;
    color: rgb(54 79 75 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.tinymce-content a:hover{
    color: rgb(54 79 75 / var(--tw-text-opacity));
  }
}

.card{
  display: flex;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 236 / 1);
  padding: 0.75rem;
}

@supports (color: rgb(0 0 0 / 0)){
.card{
  border-color: rgb(242 242 236 / var(--tw-border-opacity));
}
}

@media (min-width: 1024px){
  .card{
    padding: 1.5rem;
  }
}

.card:not([class*='flex-row']){
    flex-direction: column;
  }

.card:not([class*='bg-']){
    --tw-bg-opacity: 1;
    background-color: rgb(253 253 253 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.card:not([class*='bg-']){
    background-color: rgb(253 253 253 / var(--tw-bg-opacity));
  }
}

.card.is-transparent{
    background-color: transparent;
  }

.card.is-small{
    padding: 0.75rem;
  }

.card-heading{
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 223 221 / 1);
  padding-bottom: 0.75rem;
}

@supports (color: rgb(0 0 0 / 0)){
.card-heading{
  border-color: rgb(215 223 221 / var(--tw-border-opacity));
}
}

.sidebar-link{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@supports (color: rgb(0 0 0 / 0)){
.sidebar-link{
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.sidebar-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.sidebar-link:hover{
  background-color: rgb(61 61 61 / var(--tw-bg-opacity));
}
}

.sidebar-link.is-active{
    --tw-bg-opacity: 1;
    background-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.sidebar-link.is-active{
    background-color: rgb(97 134 127 / var(--tw-bg-opacity));
  }
}

.sidebar-link.is-active{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.sidebar-link.is-active{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.sidebar.is-light{
    border-right-width: 1px;
  }

.sidebar.is-light{
    --tw-border-opacity: 1;
    border-color: rgb(215 223 221 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.sidebar.is-light{
    border-color: rgb(215 223 221 / var(--tw-border-opacity));
  }
}

.sidebar.is-light{
    --tw-bg-opacity: 1;
    background-color: rgb(253 253 253 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.sidebar.is-light{
    background-color: rgb(253 253 253 / var(--tw-bg-opacity));
  }
}

.sidebar.is-light .sidebar-link{
      --tw-text-opacity: 1;
      color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.sidebar.is-light .sidebar-link{
      color: rgb(97 134 127 / var(--tw-text-opacity));
    }
}

.sidebar.is-light .sidebar-link:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(247 247 247 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.sidebar.is-light .sidebar-link:hover{
      background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    }
}

.sidebar.is-light .sidebar-link.is-active{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.sidebar.is-light .sidebar-link.is-active{
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
}

.sidebar.is-light .sidebar-link.is-active:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(97 134 127 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.sidebar.is-light .sidebar-link.is-active:hover{
        background-color: rgb(97 134 127 / var(--tw-bg-opacity));
      }
}

.sidebar.is-light .sidebar-link[data-available="false"]{
      cursor: not-allowed;
    }

.sidebar.is-light .sidebar-link[data-available="false"]{
      --tw-text-opacity: 1;
      color: rgb(209 209 209 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.sidebar.is-light .sidebar-link[data-available="false"]{
      color: rgb(209 209 209 / var(--tw-text-opacity));
    }
}

.sidebar.is-light .sidebar-link[data-available="false"]:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(249 249 249 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.sidebar.is-light .sidebar-link[data-available="false"]:hover{
      background-color: rgb(249 249 249 / var(--tw-bg-opacity));
    }
}

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

fieldset:not(.stylefree){
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 236 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / 1);
  padding: 0.75rem;
}

@supports (color: rgb(0 0 0 / 0)){
fieldset:not(.stylefree){
  border-color: rgb(242 242 236 / var(--tw-border-opacity));
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}
}

@media (min-width: 1024px){
  fieldset:not(.stylefree){
    padding: 1.5rem;
  }
}

fieldset:not(.stylefree) legend {
    float: left;
  }

fieldset:not(.stylefree) legend{
    font-weight: 600;
  }

fieldset:not(.stylefree) legend{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
fieldset:not(.stylefree) legend{
    color: rgb(49 49 49 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px){
    fieldset:not(.stylefree) legend{
      font-size: 1.5rem;
      line-height: 1.25;
    }
  }

fieldset:not(.stylefree).is-stacked{
    display: flex;
  }

fieldset:not(.stylefree).is-stacked{
    flex-direction: column;
  }

fieldset:not(.stylefree).is-stacked{
    gap: 1rem;
  }

fieldset:not(.stylefree).is-stacked{
    border-style: none;
  }

fieldset:not(.stylefree).is-stacked{
    background-color: transparent;
  }

fieldset:not(.stylefree).is-stacked{
    padding: 0px;
  }

.form-field__row{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

@media (min-width: 640px){
  .form-field__row{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .form-field__row{
    row-gap: 2rem;
  }
}

@media (min-width: 640px){
    .form-field__row .form-field{
      grid-column: span 12 / span 12;
    }
  }

@media (min-width: 640px){
      .form-field__row .form-field.is-half{
        grid-column: span 6 / span 6;
      }
    }

@media (min-width: 640px){
      .form-field__row .form-field.is-third{
        grid-column: span 4 / span 4;
      }
    }

@media (min-width: 640px){
      .form-field__row .form-field.is-two-thirds{
        grid-column: span 8 / span 8;
      }
    }

@media (min-width: 640px){
      .form-field__row .form-field.is-quarter{
        grid-column: span 3 / span 3;
      }
    }

@media (min-width: 640px){
      .form-field__row .form-field.is-three-quarters{
        grid-column: span 9 / span 9;
      }
    }

.label{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.label{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

@media (min-width: 1024px){
  .label{
    font-size: 1rem;
    line-height: 1.25;
  }
}

.label:not([class*="mb-"]){
    margin-bottom: 0.25rem;
  }

@media (min-width: 1024px){
    .label:not([class*="mb-"]){
      margin-bottom: 0.5rem;
    }
  }

.label.is-required::after {
    content: "*";
  }

.label.is-required::after{
    margin-left: 0.25rem;
  }

.label.is-required::after{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

.label.is-required::after{
    --tw-text-opacity: 1;
    color: rgb(193 52 20 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.label.is-required::after{
    color: rgb(193 52 20 / var(--tw-text-opacity));
  }
}

.input{
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) rgb(97 134 127 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@supports (color: rgb(0 0 0 / 0)){
.input{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
  opacity: 0.5;
}

@supports (color: rgb(0 0 0 / 0)){
.input::-moz-placeholder{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
  opacity: 0.5;
}

.input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
  opacity: 0.5;
}

@supports (color: rgb(0 0 0 / 0)){
.input::-moz-placeholder{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
.input::placeholder{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.input: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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) rgb(97 134 127 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
}

.input:disabled{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / 1);
  --tw-ring-color: transparent;
}

@supports (color: rgb(0 0 0 / 0)){
.input:disabled{
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
}

@media (min-width: 1024px){
  .input{
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
  }
}

.input.with-icon-left{
    padding: 0.625rem;
  }

.input.with-icon-left{
    padding-inline-start: 2.5rem;
  }

.input.is-small{
    padding: 0.5rem;
  }

.input.is-small{
    font-size: 0.75rem;
    line-height: 1rem;
  }

.input.is-small.with-icon-left{
      padding: 0.5rem;
    }

.input.is-small.with-icon-left{
      padding-inline-start: 2.5rem;
    }

.input.is-large{
    height: 2.5rem;
  }

.input.is-large{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.input.is-large{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.input.is-large{
    font-size: 0.875rem;
    line-height: 1.25;
  }

@media (min-width: 1024px){
    .input.is-large{
      font-size: 1rem;
      line-height: 1.25;
    }
  }

.input.is-inline{
    border-radius: 0px;
  }

.input.is-inline{
    padding-left: 0px;
    padding-right: 0px;
  }

.input.is-inline{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.input.is-inline{
    padding-right: 1.25rem;
  }

.input.is-inline{
    font-size: 1rem;
    line-height: 1.25;
  }

.input.is-inline{
    font-weight: 500;
  }

.input.is-inline{
    --tw-ring-color: transparent;
  }

.input.is-inline:focus{
    --tw-ring-color: transparent;
  }

.input.is-inline:disabled{
    --tw-ring-color: transparent;
  }

.input.is-inline {
    background-image: url(/assets/icons/edit-input-fdb0232b93009f265d99b04fe682f1a65d6ca81e822ac229aa119b9471e560c6.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 0.875rem;
  }

.input.is-search{
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.input.is-search{
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  }
}

.input.is-search{
    padding-right: 38px;
  }

.input.is-search{
    --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

.input.is-search{
    --tw-ring-color: transparent;
  }

.input.is-search{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.input.is-search{
    transition-duration: 300ms;
  }

.input.is-search: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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

.input.is-search:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
  }

.input.is-search {
    background-image: url(/assets/icons/search-color-709248aeb91a5735a1bb393a37fde3761efb5c5fa3172a71210587d231c219f8.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
  }

.small-number-input{
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(97 134 127 / 1);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25;
}

@supports (color: rgb(0 0 0 / 0)){
.small-number-input{
  border-color: rgb(97 134 127 / var(--tw-border-opacity));
}
}

.small-number-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(215 223 221 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.small-number-input::-moz-placeholder{
  color: rgb(215 223 221 / var(--tw-text-opacity));
}
}

.small-number-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(215 223 221 / 1);
}

.small-number-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(215 223 221 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.small-number-input::-moz-placeholder{
  color: rgb(215 223 221 / var(--tw-text-opacity));
}
.small-number-input::placeholder{
  color: rgb(215 223 221 / var(--tw-text-opacity));
}
}

.small-number-input: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.small-number-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(97 134 127 / 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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@supports (color: rgb(0 0 0 / 0)){
.small-number-input:focus{
  border-color: rgb(97 134 127 / var(--tw-border-opacity));
}
}

.has-errors:not(button){
  --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) rgb(229 63 26 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 63 26 / var(--tw-ring-opacity));
}

.input-icon{
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  inset-inline-start: 0px;
  display: flex;
  align-items: center;
  padding-inline-start: 0.875rem;
}

.input-icon svg{
    height: 1rem;
  }

.input-icon svg{
    width: 1rem;
  }

.input-icon svg{
    --tw-text-opacity: 1;
    color: rgb(109 109 109 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.input-icon svg{
    color: rgb(109 109 109 / var(--tw-text-opacity));
  }
}

.input-icon.is-small svg{
      height: 0.75rem;
    }

.input-icon.is-small svg{
      width: 0.75rem;
    }

.input-icon.is-large svh{
      height: 1.25rem;
    }

.input-icon.is-large svh{
      width: 1.25rem;
    }

.checkbox{
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@supports (color: rgb(0 0 0 / 0)){
.checkbox{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.checkbox:not([class*="px-"]){
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.checkbox:not([class*="py-"]){
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.checkbox.is-standalone{
    display: inline-block;
  }

.checkbox.is-standalone{
    padding: 0px;
  }

.checkbox input{
    width: 0.875rem;
    height: 0.875rem;
  }

.checkbox input{
    border-radius: 0.125rem;
  }

.checkbox input{
    --tw-border-opacity: 1;
    border-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.checkbox input{
    border-color: rgb(97 134 127 / var(--tw-border-opacity));
  }
}

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

@supports (color: rgb(0 0 0 / 0)){
.checkbox input{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.checkbox input{
    --tw-bg-opacity: 0.1;
  }

.checkbox input{
    --tw-text-opacity: 1;
    color: rgb(82 122 115 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.checkbox input{
    color: rgb(82 122 115 / var(--tw-text-opacity));
  }
}

.checkbox input:checked{
    --tw-border-opacity: 1;
    border-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.checkbox input:checked{
    border-color: rgb(97 134 127 / var(--tw-border-opacity));
  }
}

.checkbox input:checked{
    --tw-bg-opacity: 1;
    background-color: rgb(215 223 221 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.checkbox input:checked{
    background-color: rgb(215 223 221 / var(--tw-bg-opacity));
  }
}

.checkbox input:hover:checked{
    --tw-border-opacity: 1;
    border-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.checkbox input:hover:checked{
    border-color: rgb(97 134 127 / var(--tw-border-opacity));
  }
}

.checkbox input:hover:checked{
    --tw-bg-opacity: 1;
    background-color: rgb(215 223 221 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.checkbox input:hover:checked{
    background-color: rgb(215 223 221 / var(--tw-bg-opacity));
  }
}

.checkbox input:focus:checked{
    --tw-border-opacity: 1;
    border-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.checkbox input:focus:checked{
    border-color: rgb(97 134 127 / var(--tw-border-opacity));
  }
}

.checkbox input:focus:checked{
    --tw-bg-opacity: 1;
    background-color: rgb(215 223 221 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.checkbox input:focus:checked{
    background-color: rgb(215 223 221 / var(--tw-bg-opacity));
  }
}

.checkbox input:checked {
      background-image: url(/assets/icons/check-color-04a203266bd503c351a7b1e27d0deeb950dbef5eb6f4974d3d485d17a836b0f6.svg);
      background-size: 90%;
    }

.checkbox label{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.checkbox input,
  .checkbox label{
    cursor: pointer;
  }

.validation-error{
  margin-top: 0.5rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(193 52 20 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.validation-error{
  color: rgb(193 52 20 / var(--tw-text-opacity));
}
}

.form-footer{
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.form-footer.has-button-left{
    justify-content: space-between;
  }

.form-footer.has-button-left div{
      display: flex;
    }

.form-footer.has-button-left div{
      align-items: center;
    }

.form-footer.has-button-left div{
      justify-content: flex-end;
    }

.form-footer.has-button-left div{
      -moz-column-gap: 0.5rem;
           column-gap: 0.5rem;
    }

.document-upload .document-upload-field{
    display: flex;
  }

.document-upload .document-upload-field{
    width: 100%;
  }

.document-upload .document-upload-field input[type="file"]{
      position: absolute;
    }

.document-upload .document-upload-field input[type="file"]{
      height: 100%;
    }

.document-upload .document-upload-field input[type="file"]{
      width: 100%;
    }

.document-upload .document-upload-field input[type="file"]{
      cursor: pointer;
    }

.document-upload .document-upload-field input[type="file"]{
      opacity: 0;
    }

.document-upload .document-upload-field button{
      display: block;
    }

.document-upload .document-upload-field button{
      display: flex;
    }

.document-upload .document-upload-field button{
      align-items: center;
    }

.document-upload .document-upload-field button{
      gap: 0.5rem;
    }

.document-upload .document-upload-field button{
      white-space: nowrap;
    }

.document-upload .document-upload-field button{
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }

.document-upload .document-upload-field button{
      --tw-bg-opacity: 1;
      background-color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.document-upload .document-upload-field button{
      background-color: rgb(97 134 127 / var(--tw-bg-opacity));
    }
}

.document-upload .document-upload-field button{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

.document-upload .document-upload-field button{
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }

.document-upload .document-upload-field button{
      text-align: center;
    }

.document-upload .document-upload-field button{
      font-size: 1rem;
      line-height: 1.25;
    }

.document-upload .document-upload-field button{
      font-weight: 500;
    }

.document-upload .document-upload-field button{
      --tw-text-opacity: 1;
      color: rgb(229 228 200 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.document-upload .document-upload-field button{
      color: rgb(229 228 200 / var(--tw-text-opacity));
    }
}

.document-upload .document-upload-field button{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.document-upload .document-upload-field button{
      transition-duration: 300ms;
    }

.document-upload .document-upload-field button:hover{
      cursor: pointer;
    }

.document-upload .document-upload-field button:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(82 122 115 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.document-upload .document-upload-field button:hover{
      background-color: rgb(82 122 115 / var(--tw-bg-opacity));
    }
}

.document-upload .document-upload-field button:focus{
      outline: 2px solid transparent;
      outline-offset: 2px;
    }

.document-upload .document-upload-field button:focus-visible{
      --tw-bg-opacity: 1;
      background-color: rgb(82 122 115 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.document-upload .document-upload-field button:focus-visible{
      background-color: rgb(82 122 115 / var(--tw-bg-opacity));
    }
}

.document-upload .document-upload-field button::before {
        content: '';
        background-image: url(/assets/icons/file-small-681a25bda79f721cc42c8a0f7e61953f70930974ab4c7b49151ab1426d356e5f.svg);
        background-repeat: no-repeat;
      }

.document-upload .document-upload-field button::before{
        display: block;
      }

.document-upload .document-upload-field button::before{
        width: 0.875rem;
        height: 0.875rem;
      }

.document-upload .document-upload-field button::before{
        flex-shrink: 0;
      }

.document-upload .document-upload-field .document-name{
      display: flex;
    }

.document-upload .document-upload-field .document-name{
      height: 100%;
    }

.document-upload .document-upload-field .document-name{
      cursor: pointer;
    }

.document-upload .document-upload-field .document-name{
      align-items: center;
    }

.document-upload .document-upload-field .document-name{
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
    }

.document-upload .document-upload-field .document-name{
      border-width: 1px;
    }

.document-upload .document-upload-field .document-name{
      --tw-border-opacity: 1;
      border-color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.document-upload .document-upload-field .document-name{
      border-color: rgb(97 134 127 / var(--tw-border-opacity));
    }
}

.document-upload .document-upload-field .document-name{
      background-color: transparent;
    }

.document-upload .document-upload-field .document-name{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }

.document-upload .document-upload-field .document-name{
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }

.document-upload .document-upload-field .document-name{
      font-size: 0.875rem;
      line-height: 1.25;
    }

.document-upload .document-upload-field .document-name{
      color: rgb(49 49 49 / 0.5);
    }

.document-upload .upload-instructions{
    margin-top: 0.5rem;
  }

.document-upload .upload-instructions{
    width: 100%;
  }

.document-upload .upload-instructions{
    font-size: 1rem;
    line-height: 1.25;
  }

.document-upload .upload-instructions{
    color: rgb(49 49 49 / 0.5);
  }

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

.image-upload:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.image-upload:focus .image-upload-field,
    .image-upload:focus img:not([src='']){
      border-width: 2px;
    }

.image-upload:focus .image-upload-field,
    .image-upload:focus img:not([src='']){
      border-style: solid;
    }

.image-upload:focus .image-upload-field,
    .image-upload:focus img:not([src='']){
      --tw-border-opacity: 1;
      border-color: rgb(64 97 92 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.image-upload:focus .image-upload-field,
    .image-upload:focus img:not([src='']){
      border-color: rgb(64 97 92 / var(--tw-border-opacity));
    }
}

.image-upload img[src='']{
    display: none;
  }

.image-upload img[src=''] {
    display: none;
  }

.image-upload img.flatpickr-day[src=''] {
    visibility: hidden;
  }

.image-upload img:not([src='']){
    cursor: pointer;
  }

.image-upload img:not([src='']){
    border-width: 2px;
  }

.image-upload img:not([src='']){
    border-color: transparent;
  }

.image-upload img:not([src='']){
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.image-upload img:not([src='']){
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  }
}

.image-upload img:not([src='']){
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.image-upload img:not([src='']){
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

.image-upload img:not([src='']):hover{
    --tw-brightness: brightness(.9);
    filter: var(--tw-blur) brightness(.9) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

.image-upload img:not([src=''])+.image-upload-field{
    display: none;
  }

.image-upload img:not([src=''])+.image-upload-field {
    display: none;
  }

.image-upload img.flatpickr-day:not([src=''])+.image-upload-field {
    visibility: hidden;
  }

.image-upload .image-upload-field{
    display: flex;
  }

.image-upload .image-upload-field{
    cursor: pointer;
  }

.image-upload .image-upload-field{
    flex-direction: column;
  }

.image-upload .image-upload-field{
    align-items: center;
  }

.image-upload .image-upload-field{
    justify-content: center;
  }

.image-upload .image-upload-field{
    gap: 0.5rem;
  }

.image-upload .image-upload-field{
    border-radius: 0.25rem;
  }

.image-upload .image-upload-field{
    border-width: 1px;
  }

.image-upload .image-upload-field{
    border-style: dashed;
  }

.image-upload .image-upload-field{
    --tw-border-opacity: 1;
    border-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.image-upload .image-upload-field{
    border-color: rgb(97 134 127 / var(--tw-border-opacity));
  }
}

.image-upload .image-upload-field{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.image-upload .image-upload-field{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.image-upload .image-upload-field{
    text-align: center;
  }

.image-upload .image-upload-field{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.image-upload .image-upload-field{
    transition-duration: 300ms;
  }

.image-upload .image-upload-field:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(245 248 247 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.image-upload .image-upload-field:hover{
    background-color: rgb(245 248 247 / var(--tw-bg-opacity));
  }
}

.image-upload input[type="file"]{
    display: none;
  }

.image-upload input[type="file"] {
    display: none;
  }

.image-upload input.flatpickr-day[type="file"] {
    visibility: hidden;
  }

.image-upload .image-icon{
    width: 1.25rem;
    height: 1.25rem;
  }

.image-upload .image-icon{
    --tw-text-opacity: 1;
    color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.image-upload .image-icon{
    color: rgb(97 134 127 / var(--tw-text-opacity));
  }
}

.image-upload .image-instructions{
    text-align: center;
  }

.image-upload .image-instructions{
    font-size: 0.875rem;
    line-height: 1.25;
  }

.image-upload .image-instructions{
    font-weight: 500;
  }

.image-upload .image-instructions{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.image-upload .image-instructions{
    color: rgb(49 49 49 / var(--tw-text-opacity));
  }
}

.image-upload .image-details{
    text-align: center;
  }

.image-upload .image-details{
    font-size: 0.75rem;
    line-height: 1rem;
  }

.image-upload .image-details{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.image-upload .image-details{
    color: rgb(49 49 49 / var(--tw-text-opacity));
  }
}

.image-upload .image-details{
    opacity: 0.5;
  }

[data-controller='tinymce']{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / 1);
  height: 500px;
  pointer-events: none;
  resize: none;
}

@supports (color: rgb(0 0 0 / 0)){
[data-controller='tinymce']{
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
}

[data-controller='tinymce'][data-editor-type='minimal'],
  [data-controller='tinymce'][data-editor-type='text'] {
    height: 200px;
  }

[data-controller='inline-tinymce'] [data-inline-editor]{
  min-height: 8rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / 1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
[data-controller='inline-tinymce'] [data-inline-editor]{
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
}

[data-controller='inline-tinymce'] [data-inline-editor]:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@supports (color: rgb(0 0 0 / 0)){
[data-controller='inline-tinymce'] [data-inline-editor]:focus{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

[data-controller='inline-tinymce'] [data-inline-editor] a{
    --tw-text-opacity: 1;
    color: rgb(64 97 92 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
[data-controller='inline-tinymce'] [data-inline-editor] a{
    color: rgb(64 97 92 / var(--tw-text-opacity));
  }
}

[data-controller='inline-tinymce'] [data-inline-editor] a{
    text-decoration-line: underline;
  }

[data-controller='inline-tinymce'] [data-inline-editor] a:hover{
    --tw-text-opacity: 1;
    color: rgb(54 79 75 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
[data-controller='inline-tinymce'] [data-inline-editor] a:hover{
    color: rgb(54 79 75 / var(--tw-text-opacity));
  }
}

[data-controller='inline-tinymce'] [data-inline-editor]{
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
[data-controller='inline-tinymce'] [data-inline-editor]{
  color: rgb(93 93 93 / var(--tw-text-opacity));
  }
}

.language-nav{
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / 1);
  padding: 0.25rem;
}

@supports (color: rgb(0 0 0 / 0)){
.language-nav{
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
}

.language-nav .language-tab{
    position: relative;
  }

.language-nav .language-tab{
    border-radius: 0.375rem;
  }

.language-nav .language-tab{
    padding-left: 1rem;
    padding-right: 1rem;
  }

.language-nav .language-tab{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.language-nav .language-tab{
    font-size: 0.875rem;
    line-height: 1.25;
  }

.language-nav .language-tab{
    font-weight: 500;
  }

.language-nav .language-tab{
    color: rgb(49 49 49 / 0.5);
  }

.language-nav .language-tab:hover{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.language-nav .language-tab:hover{
    color: rgb(49 49 49 / var(--tw-text-opacity));
  }
}

.language-nav .language-tab:focus-visible{
    outline-width: 1px;
  }

.language-nav .language-tab:focus-visible{
    outline-color: #D7DFDD;
  }

.language-nav .language-tab.is-active{
      --tw-bg-opacity: 1;
      background-color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.language-nav .language-tab.is-active{
      background-color: rgb(97 134 127 / var(--tw-bg-opacity));
    }
}

.language-nav .language-tab.is-active{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.language-nav .language-tab.is-active{
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

.language-nav .language-tab.has-errors:after {
      position: absolute;
      top: -1px;
      right: -1px;
      content: "";
      width: 8px;
      height: 8px;
      background: #ff856a;
      border-radius: 100%;
      outline: 2px solid white;
    }

.flatpickr-wrapper{
  width: 100%;
}

.flatpickr-wrapper .flatpickr-input{
    width: 100%;
  }

.flatpickr-wrapper .flatpickr-input {
    background-image: url(/assets/icons/calendar-color-72a8eea1bdff36634e748066f020ecf4c7bd0cbe7c0391e51f27e1d2d7cd0128.svg);
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
  }

.radio input{
    display: none;
  }

.radio input {
    display: none;
  }

.radio input.flatpickr-day {
    visibility: hidden;
  }

.radio input:checked+label{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 236 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.radio input:checked+label{
    background-color: rgb(242 242 236 / var(--tw-bg-opacity));
  }
}

.radio input:checked+label::before{
      border-width: 3px;
    }

.radio input:checked+label::before{
      --tw-bg-opacity: 1;
      background-color: rgb(229 228 200 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.radio input:checked+label::before{
      background-color: rgb(229 228 200 / var(--tw-bg-opacity));
    }
}

@media (min-width: 1024px){
      .radio input:checked+label::before{
        border-width: 4px;
      }
    }

.radio label{
    display: flex;
  }

.radio label{
    align-items: center;
  }

.radio label{
    gap: 0.25rem;
  }

.radio label{
    border-radius: 0.25rem;
  }

.radio label{
    padding: 0.75rem;
  }

.radio label{
    font-size: 0.75rem;
    line-height: 1rem;
  }

@media (min-width: 1024px){
    .radio label{
      gap: 0.5rem;
    }
  }

@media (min-width: 1024px){
    .radio label{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }

.radio label::before {
    content: '';
  }

.radio label::before{
    display: block;
  }

.radio label::before{
    width: 0.75rem;
    height: 0.75rem;
  }

.radio label::before{
    border-radius: 9999px;
  }

.radio label::before{
    border-width: 1px;
  }

.radio label::before{
    --tw-border-opacity: 1;
    border-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.radio label::before{
    border-color: rgb(97 134 127 / var(--tw-border-opacity));
  }
}

.radio label::before{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.radio label::before{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1024px){
    .radio label::before{
      width: 1rem;
      height: 1rem;
    }
  }

@media (min-width: 1024px){
    .radio label::before{
      border-width: 2px;
    }
  }

.radio input,
  .radio label{
    cursor: pointer;
  }

.radio.is-small label{
      gap: 0.25rem;
    }

.radio.is-small label{
      padding: 0.25rem;
    }

.radio:has(input:checked) label{
    --tw-text-opacity: 1;
    color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.radio:has(input:checked) label{
    color: rgb(97 134 127 / var(--tw-text-opacity));
  }
}

.radio.is-block{
    display: none;
  }

.radio.is-block {
    display: none;
  }

.flatpickr-day.radio.is-block {
    visibility: hidden;
  }

.radio.is-block + label{
    position: relative;
  }

.radio.is-block + label{
    cursor: pointer;
  }

.radio.is-block + label{
    border-radius: 0.5rem;
  }

.radio.is-block + label{
    border-width: 1px;
  }

.radio.is-block + label{
    --tw-border-opacity: 1;
    border-color: rgb(176 176 176 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.radio.is-block + label{
    border-color: rgb(176 176 176 / var(--tw-border-opacity));
  }
}

.radio.is-block + label{
    --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: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

.radio.is-block + label{
    --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

.radio.is-block + label{
    --tw-ring-color: transparent;
  }

.radio.is-block + label:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

.radio.is-block:checked+label{
    --tw-border-opacity: 1;
    border-color: rgb(64 97 92 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.radio.is-block:checked+label{
    border-color: rgb(64 97 92 / var(--tw-border-opacity));
  }
}

.radio.is-block:checked+label{
    --tw-text-opacity: 1;
    color: rgb(64 97 92 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.radio.is-block:checked+label{
    color: rgb(64 97 92 / var(--tw-text-opacity));
  }
}

.radio.is-block:checked+label{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 97 92 / var(--tw-ring-opacity));
  }

.radio.is-block:checked+label path {
      fill: #40615c;
    }

.radio.is-block:disabled+label{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.radio.is-block:disabled+label{
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  }
}

.instructor-layout .radio label{
    background-image: none;
  }

.instructor-layout .radio label{
    padding: 0px;
  }

.instructor-layout .radio input:checked+label{
    background-color: transparent;
  }

.instructor-layout .radio:has(input:checked) label{
      --tw-text-opacity: 1;
      color: rgb(49 49 49 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-layout .radio:has(input:checked) label{
      color: rgb(49 49 49 / var(--tw-text-opacity));
    }
}

textarea[data-controller="textarea"] {
  resize: none;
}

textarea[data-controller="textarea"].for-messages {
    min-height: 0;
  }

select,
select.input{
  width: 100%;
  border-radius: 0.25rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding: 0.75rem;
  padding-right: 2rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25;
  --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) rgb(97 134 127 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@supports (color: rgb(0 0 0 / 0)){
select,
select.input{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

select:focus,
select.input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) rgb(97 134 127 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
}

select,
select.input {
  background-image: url(/assets/icons/caret-db4c8bc5901b0310d04d5baeab093aa4dfce0f2f8b601195557704f7e5b9875e.svg);
  background-position: center right 0.8125rem;
  background-repeat: no-repeat;
}

select.is-borderless, select.input.is-borderless {
    outline: none;
    border: none;
    box-shadow: none;
  }

.select-container{
  position: relative;
  width: 100%;
}

.select-container .select-button{
    width: 100%;
  }

.select-container .select-button{
    gap: 0.5rem;
  }

.select-container .select-button{
    border-radius: 0.25rem;
  }

.select-container .select-button{
    border-width: 1px;
  }

.select-container .select-button{
    --tw-border-opacity: 1;
    border-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.select-container .select-button{
    border-color: rgb(97 134 127 / var(--tw-border-opacity));
  }
}

.select-container .select-button{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.select-container .select-button{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.select-container .select-button{
    text-align: left;
  }

.select-container .select-button{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

@media (min-width: 1024px){
    .select-container .select-button{
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
  }

.select-container .select-button .select-button-inner{
      position: relative;
    }

.select-container .select-button .select-button-inner{
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

.select-container .select-button .select-button-inner{
      border-radius: 0.25rem;
    }

.select-container .select-button .select-button-inner{
      padding-right: 2rem;
    }

.select-container .select-button .select-button-inner{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.select-container .select-button .select-button-inner{
      transition-duration: 300ms;
    }

.select-container .select-button .select-button-inner::after {
        content: '';
      }

.select-container .select-button .select-button-inner::after{
        position: absolute;
      }

.select-container .select-button .select-button-inner::after{
        top: 0px;
      }

.select-container .select-button .select-button-inner::after{
        right: 0px;
      }

.select-container .select-button .select-button-inner::after{
        bottom: 0px;
      }

.select-container .select-button .select-button-inner::after{
        margin: auto;
      }

.select-container .select-button .select-button-inner::after{
        display: block;
      }

.select-container .select-button .select-button-inner::after{
        height: 1.5rem;
      }

.select-container .select-button .select-button-inner::after{
        width: 1.5rem;
      }

.select-container .select-button .select-button-inner::after {
        background-image: url(/assets/icons/caret-db4c8bc5901b0310d04d5baeab093aa4dfce0f2f8b601195557704f7e5b9875e.svg);
        background-position: right;
        background-repeat: no-repeat;
      }

.select-container .select-button.is-active .select-button-inner::after {
        transform: rotate(180deg);
      }

.select-container .select-dropdown{
    position: absolute;
  }

.select-container .select-dropdown{
    top: 100%;
  }

.select-container .select-dropdown{
    left: 0px;
  }

.select-container .select-dropdown{
    z-index: 10;
  }

.select-container .select-dropdown{
    max-height: 262px;
  }

.select-container .select-dropdown{
    width: 100%;
  }

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

.select-container .select-dropdown{
    overflow: hidden;
  }

.select-container .select-dropdown{
    overflow-y: auto;
  }

.select-container .select-dropdown{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

.select-container .select-dropdown{
    border-width: 1px;
  }

.select-container .select-dropdown{
    border-top-width: 1px;
  }

.select-container .select-dropdown{
    --tw-border-opacity: 1;
    border-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.select-container .select-dropdown{
    border-color: rgb(97 134 127 / var(--tw-border-opacity));
  }
}

.select-container .select-dropdown{
    border-top-color: transparent;
  }

.select-container .select-dropdown{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.select-container .select-dropdown{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.select-container .select-dropdown{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.select-container .select-dropdown{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.select-container .select-dropdown button{
      display: flex;
    }

.select-container .select-dropdown button{
      width: 100%;
    }

.select-container .select-dropdown button{
      align-items: center;
    }

.select-container .select-dropdown button{
      gap: 0.5rem;
    }

.select-container .select-dropdown button{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }

.select-container .select-dropdown button{
      padding-top: 5px;
      padding-bottom: 5px;
    }

.select-container .select-dropdown button{
      font-size: 0.875rem;
      line-height: 1.25;
    }

.select-container .select-dropdown button{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.select-container .select-dropdown button{
      transition-duration: 300ms;
    }

.select-container .select-dropdown button:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(245 248 247 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.select-container .select-dropdown button:hover{
      background-color: rgb(245 248 247 / var(--tw-bg-opacity));
    }
}

.select-container .select-dropdown button::before {
        content: "";
      }

.select-container .select-dropdown button::before{
        width: 0.875rem;
        height: 0.875rem;
      }

.select-container .select-dropdown button::before{
        border-radius: 0.125rem;
      }

.select-container .select-dropdown button::before{
        border-width: 1px;
      }

.select-container .select-dropdown button::before{
        --tw-border-opacity: 1;
        border-color: rgb(97 134 127 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.select-container .select-dropdown button::before{
        border-color: rgb(97 134 127 / var(--tw-border-opacity));
      }
}

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

.select-container .select-dropdown button::before{
        transition-duration: 300ms;
      }

.select-container .select-dropdown button.is-active{
        --tw-text-opacity: 1;
        color: rgb(97 134 127 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.select-container .select-dropdown button.is-active{
        color: rgb(97 134 127 / var(--tw-text-opacity));
      }
}

.select-container .select-dropdown button.is-active::before {
          background-image: url(/icons/check-primary.svg);
          background-size: 90% @apply bg-primary-100;
        }

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

.select-container.is-single .select-dropdown button{
      border-radius: 0.25rem;
    }

.select-container.is-single .select-dropdown button::before{
        width: 0.875rem;
        height: 0.875rem;
      }

.select-container.is-single .select-dropdown button::before{
        border-radius: 9999px;
      }

.select-container.is-single .select-dropdown button::before{
        border-width: 4px;
      }

.select-container.is-single .select-dropdown button::before{
        border-style: solid;
      }

.select-container.is-single .select-dropdown button::before{
        border-color: transparent;
      }

.select-container.is-single .select-dropdown button::before{
        --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
      }

.select-container.is-single .select-dropdown button::before{
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
      }

.select-container.is-single .select-dropdown button::before {
        background-image: none;
      }

.select-container.is-single .select-dropdown button.is-active{
        --tw-bg-opacity: 1;
        background-color: rgb(242 242 236 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.select-container.is-single .select-dropdown button.is-active{
        background-color: rgb(242 242 236 / var(--tw-bg-opacity));
      }
}

.select-container.is-single .select-dropdown button.is-active::before{
          --tw-border-opacity: 1;
          border-color: rgb(97 134 127 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.select-container.is-single .select-dropdown button.is-active::before{
          border-color: rgb(97 134 127 / var(--tw-border-opacity));
        }
}

.select-container.is-single .select-dropdown button.is-active::before{
          --tw-bg-opacity: 1;
          background-color: rgb(229 228 200 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.select-container.is-single .select-dropdown button.is-active::before{
          background-color: rgb(229 228 200 / var(--tw-bg-opacity));
        }
}

.toggle-fields{
  width: 100%;
  align-items: center;
}

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

@supports (color: rgb(0 0 0 / 0)){
.toggle-fields > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(209 209 209 / var(--tw-divide-opacity));
}
}

.toggle-fields{
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / 1);
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.toggle-fields{
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
}

@media (min-width: 640px){
  .toggle-fields{
    display: flex;
  }
}

.toggle-fields .radio{
    width: 100%;
  }

.toggle-fields .radio{
    flex: 1 1;
  }

.toggle-fields .radio label{
      width: 100%;
    }

.toggle-fields .radio label{
      border-radius: 0px;
    }

.instructor-layout .label{
    font-size: 0.75rem;
    line-height: 1.25;
  }

.instructor-layout .label{
    font-weight: 600;
  }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

button:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

.button{
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@supports (color: rgb(0 0 0 / 0)){
.button{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.button:hover{
  cursor: pointer;
}

.button:focus-visible{
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #40615c;
}

.button:not([class*='px-']){
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.button img, .button svg{
    max-height: 1.5rem;
  }

.button img, .button svg{
    max-width: 1.5rem;
  }

.button img:not([class*="size-"]),
  .button svg:not([class*="size-"]){
    width: 1rem;
    height: 1rem;
  }

.button:disabled{
    cursor: not-allowed;
  }

.button:disabled{
    opacity: 0.5;
  }

.button.is-extrasmall{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

.button.is-extrasmall{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

.button.is-extrasmall{
    font-size: 0.75rem;
    line-height: 1rem;
  }

.button.is-small{
    padding-left: 1rem;
    padding-right: 1rem;
  }

.button.is-small{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

.button.is-small{
    font-size: 0.875rem;
    line-height: 1.25;
  }

.button.is-large{
    padding-left: 1rem;
    padding-right: 1rem;
  }

.button.is-large{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.button.is-large{
    font-size: 1rem;
    line-height: 1.25;
  }

.button.is-superadmin{
    --tw-bg-opacity: 1;
    background-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-superadmin{
    background-color: rgb(97 134 127 / var(--tw-bg-opacity));
  }
}

.button.is-superadmin{
    --tw-text-opacity: 1;
    color: rgb(229 228 200 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-superadmin{
    color: rgb(229 228 200 / var(--tw-text-opacity));
  }
}

.button.is-superadmin:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(82 122 115 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-superadmin:hover{
    background-color: rgb(82 122 115 / var(--tw-bg-opacity));
  }
}

.button.is-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-primary{
    background-color: rgb(97 134 127 / var(--tw-bg-opacity));
  }
}

.button.is-primary{
    --tw-text-opacity: 1;
    color: rgb(229 228 200 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-primary{
    color: rgb(229 228 200 / var(--tw-text-opacity));
  }
}

.button.is-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(82 122 115 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-primary:hover{
    background-color: rgb(82 122 115 / var(--tw-bg-opacity));
  }
}

.button.is-border, .button.is-white{
    --tw-border-opacity: 1;
    border-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-border, .button.is-white{
    border-color: rgb(97 134 127 / var(--tw-border-opacity));
  }
}

.button.is-border, .button.is-white{
    --tw-text-opacity: 1;
    color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-border, .button.is-white{
    color: rgb(97 134 127 / var(--tw-text-opacity));
  }
}

.button.is-border:hover, .button.is-white:hover{
    --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

.button.is-border:hover, .button.is-white:hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
  }

.button.is-delete{
    --tw-border-opacity: 1;
    border-color: rgb(229 63 26 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-delete{
    border-color: rgb(229 63 26 / var(--tw-border-opacity));
  }
}

.button.is-delete{
    --tw-text-opacity: 1;
    color: rgb(229 63 26 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-delete{
    color: rgb(229 63 26 / var(--tw-text-opacity));
  }
}

.button.is-delete:hover{
    --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

.button.is-delete:hover{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 63 26 / var(--tw-ring-opacity));
  }

.button.is-soft-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(215 223 221 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-primary{
    background-color: rgb(215 223 221 / var(--tw-bg-opacity));
  }
}

.button.is-soft-primary{
    --tw-text-opacity: 1;
    color: rgb(64 97 92 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-primary{
    color: rgb(64 97 92 / var(--tw-text-opacity));
  }
}

.button.is-soft-primary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(156 178 174 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-primary:hover{
    background-color: rgb(156 178 174 / var(--tw-bg-opacity));
  }
}

.button.is-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(217 214 175 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-secondary{
    background-color: rgb(217 214 175 / var(--tw-bg-opacity));
  }
}

.button.is-secondary{
    --tw-text-opacity: 1;
    color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-secondary{
    color: rgb(97 134 127 / var(--tw-text-opacity));
  }
}

.button.is-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 228 200 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-secondary:hover{
    background-color: rgb(229 228 200 / var(--tw-bg-opacity));
  }
}

.button.is-soft-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(229 228 200 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-secondary{
    background-color: rgb(229 228 200 / var(--tw-bg-opacity));
  }
}

.button.is-soft-secondary{
    --tw-text-opacity: 1;
    color: rgb(140 120 66 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-secondary{
    color: rgb(140 120 66 / var(--tw-text-opacity));
  }
}

.button.is-soft-secondary:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(217 214 175 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-secondary:hover{
    background-color: rgb(217 214 175 / var(--tw-bg-opacity));
  }
}

.button.is-green{
    --tw-bg-opacity: 1;
    background-color: rgb(33 152 63 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-green{
    background-color: rgb(33 152 63 / var(--tw-bg-opacity));
  }
}

.button.is-green{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-green{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.button.is-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(45 179 79 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-green:hover{
    background-color: rgb(45 179 79 / var(--tw-bg-opacity));
  }
}

.button.is-soft-green{
    --tw-bg-opacity: 1;
    background-color: rgb(222 250 229 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-green{
    background-color: rgb(222 250 229 / var(--tw-bg-opacity));
  }
}

.button.is-soft-green{
    --tw-text-opacity: 1;
    color: rgb(33 152 63 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-green{
    color: rgb(33 152 63 / var(--tw-text-opacity));
  }
}

.button.is-soft-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(192 242 203 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-green:hover{
    background-color: rgb(192 242 203 / var(--tw-bg-opacity));
  }
}

.button.is-yellow{
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-yellow{
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }
}

.button.is-yellow{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-yellow{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.button.is-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(253 224 71 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-yellow:hover{
    background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  }
}

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

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-yellow{
    background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  }
}

.button.is-soft-yellow{
    --tw-text-opacity: 1;
    color: rgb(202 138 4 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-yellow{
    color: rgb(202 138 4 / var(--tw-text-opacity));
  }
}

.button.is-soft-yellow:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-yellow:hover{
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }
}

.button.is-red{
    --tw-bg-opacity: 1;
    background-color: rgb(229 63 26 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-red{
    background-color: rgb(229 63 26 / var(--tw-bg-opacity));
  }
}

.button.is-red{
    --tw-text-opacity: 1;
    color: rgb(229 228 200 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-red{
    color: rgb(229 228 200 / var(--tw-text-opacity));
  }
}

.button.is-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(248 93 59 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-red:hover{
    background-color: rgb(248 93 59 / var(--tw-bg-opacity));
  }
}

.button.is-soft-red{
    --tw-bg-opacity: 1;
    background-color: rgb(255 230 225 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-red{
    background-color: rgb(255 230 225 / var(--tw-bg-opacity));
  }
}

.button.is-soft-red{
    --tw-text-opacity: 1;
    color: rgb(229 63 26 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-red{
    color: rgb(229 63 26 / var(--tw-text-opacity));
  }
}

.button.is-soft-red:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 209 199 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-red:hover{
    background-color: rgb(255 209 199 / var(--tw-bg-opacity));
  }
}

.button.is-blue{
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-blue{
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  }
}

.button.is-blue{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-blue{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.button.is-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-blue:hover{
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  }
}

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

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-blue{
    background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  }
}

.button.is-soft-blue{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-blue{
    color: rgb(37 99 235 / var(--tw-text-opacity));
  }
}

.button.is-soft-blue:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-soft-blue:hover{
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  }
}

.button.is-icon{
    display: block;
  }

.button.is-icon{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.button.is-icon{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.button.is-icon{
    padding: 0.25rem;
  }

.inline-link{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(97 134 127 / 1);
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@supports (color: rgb(0 0 0 / 0)){
.inline-link{
  color: rgb(97 134 127 / var(--tw-text-opacity));
}
}

.inline-link:hover{
  opacity: 0.75;
}

.link{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(97 134 127 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@supports (color: rgb(0 0 0 / 0)){
.link{
  color: rgb(97 134 127 / var(--tw-text-opacity));
}
}

.link:hover{
  opacity: 0.75;
}

.link img, .link svg{
    width: 1.25rem;
    height: 1.25rem;
  }

.link.is-delete{
    --tw-text-opacity: 1;
    color: rgb(229 63 26 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.link.is-delete{
    color: rgb(229 63 26 / var(--tw-text-opacity));
  }
}

.has-links a{
    font-weight: 600;
  }

.has-links a{
    --tw-text-opacity: 1;
    color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.has-links a{
    color: rgb(97 134 127 / var(--tw-text-opacity));
  }
}

.has-links a{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.has-links a{
    transition-duration: 300ms;
  }

.has-links a:hover{
    opacity: 0.75;
  }

.has-links a {
  }

.button-add{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(215 223 221 / 1);
  padding: 18px;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.button-add{
  border-color: rgb(215 223 221 / var(--tw-border-opacity));
  color: rgb(97 134 127 / var(--tw-text-opacity));
}
}

.button-add:hover{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.button-add:hover{
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
}

.button-add svg, .button-add img{
    width: 1.25rem;
    height: 1.25rem;
  }

.button-add svg, .button-add img{
    -o-object-fit: contain;
       object-fit: contain;
  }

button.more-inline-link {
  display: inline-block;
  text-decoration: underline;
}

.index-table{
  min-width: 100%;
}

.index-table > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - 0));
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * 0);
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(242 242 236 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.index-table > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(242 242 236 / var(--tw-divide-opacity));
}
}

.index-table{
  overflow: hidden;
  border-radius: 0.125rem;
  --tw-shadow: 0px 0px 6px #31313114;
  --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 6px #31313114;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.index-table.is-zebra tbody tr:nth-child(odd){
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.index-table.is-zebra tbody tr:nth-child(odd){
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }
}

.index-table.is-zebra tbody tr:nth-child(even){
        --tw-bg-opacity: 1;
        background-color: rgb(249 249 249 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.index-table.is-zebra tbody tr:nth-child(even){
        background-color: rgb(249 249 249 / var(--tw-bg-opacity));
      }
}

.index-table thead, .index-table tfoot{
    --tw-bg-opacity: 1;
    background-color: rgb(229 228 200 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.index-table thead, .index-table tfoot{
    background-color: rgb(229 228 200 / var(--tw-bg-opacity));
  }
}

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

.index-table thead tr > :not([hidden]) ~ :not([hidden]),.index-table tfoot tr > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1;
      border-color: rgb(242 242 236 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.index-table thead tr > :not([hidden]) ~ :not([hidden]),.index-table tfoot tr > :not([hidden]) ~ :not([hidden]){
      border-color: rgb(242 242 236 / var(--tw-divide-opacity));
    }
}

.index-table thead th,.index-table tfoot th{
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }

.index-table thead th,.index-table tfoot th{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.index-table thead th,.index-table tfoot th{
      font-size: 0.75rem;
      line-height: 1rem;
    }

.index-table thead th,.index-table tfoot th{
      font-weight: 600;
    }

.index-table thead th,.index-table tfoot th{
      --tw-text-opacity: 1;
      color: rgb(49 49 49 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.index-table thead th,.index-table tfoot th{
      color: rgb(49 49 49 / var(--tw-text-opacity));
    }
}

.index-table thead th:first-of-type, .index-table tfoot th:first-of-type {
    }

.index-table thead th:last-of-type, .index-table tfoot th:last-of-type {
    }

.index-table thead td,.index-table tfoot td{
      white-space: nowrap;
    }

.index-table thead td,.index-table tfoot td{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.index-table thead td,.index-table tfoot td{
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
}

.index-table thead td,.index-table tfoot td{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

.index-table thead td,.index-table tfoot td{
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
    }

.index-table thead td,.index-table tfoot td{
      font-size: 0.75rem;
      line-height: 1rem;
    }

.index-table thead td,.index-table tfoot td{
      --tw-text-opacity: 1;
      color: rgb(49 49 49 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.index-table thead td,.index-table tfoot td{
      color: rgb(49 49 49 / var(--tw-text-opacity));
    }
}

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

.index-table tbody > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(242 242 236 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.index-table tbody > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(242 242 236 / var(--tw-divide-opacity));
  }
}

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

.index-table tbody tr > :not([hidden]) ~ :not([hidden]){
      --tw-divide-opacity: 1;
      border-color: rgb(242 242 236 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.index-table tbody tr > :not([hidden]) ~ :not([hidden]){
      border-color: rgb(242 242 236 / var(--tw-divide-opacity));
    }
}

.index-table tbody tr:not(.is-selected):nth-child(even){
        --tw-bg-opacity: 1;
        background-color: rgb(249 249 249 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.index-table tbody tr:not(.is-selected):nth-child(even){
        background-color: rgb(249 249 249 / var(--tw-bg-opacity));
      }
}

.index-table tbody tr.is-selected{
        --tw-bg-opacity: 1;
        background-color: rgb(215 223 221 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.index-table tbody tr.is-selected{
        background-color: rgb(215 223 221 / var(--tw-bg-opacity));
      }
}

.index-table tbody td{
      white-space: nowrap;
    }

.index-table tbody td{
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }

.index-table tbody td{
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
    }

.index-table tbody td{
      font-size: 0.75rem;
      line-height: 1rem;
    }

.index-table tbody td{
      --tw-text-opacity: 1;
      color: rgb(49 49 49 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.index-table tbody td{
      color: rgb(49 49 49 / var(--tw-text-opacity));
    }
}

.index-table tbody td:first-of-type {
    }

.index-table tbody td:last-of-type {
    }

.table-actions{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  text-align: right;
}

.table-button{
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(64 97 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.table-button{
  color: rgb(64 97 92 / var(--tw-text-opacity));
}
}

.table-button:hover{
  --tw-text-opacity: 1;
  color: rgb(41 56 54 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.table-button:hover{
  color: rgb(41 56 54 / var(--tw-text-opacity));
}
}

.page-tabs{
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 223 221 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.page-tabs{
  border-color: rgb(215 223 221 / var(--tw-border-opacity));
}
}

.page-tabs nav{
    margin-bottom: -1px;
  }

.page-tabs nav{
    display: flex;
  }

.page-tabs svg{
    margin-left: -0.125rem;
  }

.page-tabs svg{
    margin-right: 0.5rem;
  }

.page-tabs svg{
    height: 1.25rem;
  }

.page-tabs svg{
    width: 1.25rem;
  }

.page-tabs a{
    display: inline-flex;
  }

.page-tabs a{
    align-items: center;
  }

.page-tabs a{
    border-bottom-width: 2px;
  }

.page-tabs a{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.page-tabs a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.page-tabs a{
    font-size: 1rem;
    line-height: 1.25;
  }

.page-tabs a{
    font-weight: 500;
  }

.page-tabs a{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.page-tabs a{
    transition-duration: 300ms;
  }

.page-tabs a span{
    white-space: nowrap;
  }

.page-tabs a.is-inactive{
    border-color: transparent;
  }

.page-tabs a.is-inactive{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-tabs a.is-inactive{
    color: rgb(49 49 49 / var(--tw-text-opacity));
  }
}

.page-tabs a.is-inactive:hover{
    --tw-border-opacity: 1;
    border-color: rgb(127 156 151 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-tabs a.is-inactive:hover{
    border-color: rgb(127 156 151 / var(--tw-border-opacity));
  }
}

.page-tabs a.is-inactive:hover{
    --tw-text-opacity: 1;
    color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-tabs a.is-inactive:hover{
    color: rgb(97 134 127 / var(--tw-text-opacity));
  }
}

.page-tabs a.is-active svg{
    --tw-text-opacity: 1;
    color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-tabs a.is-active svg{
    color: rgb(97 134 127 / var(--tw-text-opacity));
  }
}

.page-tabs a.is-active{
    --tw-border-opacity: 1;
    border-color: rgb(82 122 115 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-tabs a.is-active{
    border-color: rgb(82 122 115 / var(--tw-border-opacity));
  }
}

.page-tabs a.is-active{
    --tw-text-opacity: 1;
    color: rgb(64 97 92 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-tabs a.is-active{
    color: rgb(64 97 92 / var(--tw-text-opacity));
  }
}

.page-tabs a.is-inactive svg{
    --tw-text-opacity: 1;
    color: rgb(136 136 136 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.page-tabs a.is-inactive svg{
    color: rgb(136 136 136 / var(--tw-text-opacity));
  }
}

.page-dropdown-tabs{
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.25;
}

@supports (color: rgb(0 0 0 / 0)){
.page-dropdown-tabs{
  border-color: rgb(176 176 176 / var(--tw-border-opacity));
}
}

.page-dropdown-tabs:focus{
  --tw-border-opacity: 1;
  border-color: rgb(82 122 115 / 1);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 122 115 / var(--tw-ring-opacity));
}

@supports (color: rgb(0 0 0 / 0)){
.page-dropdown-tabs:focus{
  border-color: rgb(82 122 115 / var(--tw-border-opacity));
}
}

@media (min-width: 640px){
  .page-dropdown-tabs{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.exam-status-link{
  white-space: nowrap;
}

.exam-status-link{
    padding: 0.75rem;
  }

.exam-status-link{
    padding: 0.75rem;
  }

.exam-status-link{
    padding: 0.75rem;
  }

.exam-status-link{
    padding: 0.5rem;
  }

.exam-status-link{
    font-size: 0.75rem;
    line-height: 1rem;
  }

.exam-status-link{
    padding: 0.5rem;
  }

.exam-status-link{
    font-size: 0.75rem;
    line-height: 1rem;
  }

.exam-status-link {
  }

@media (min-width: 1024px){
  }

.exam-status-link{
    padding: 0.5rem;
  }

.exam-status-link{
    font-size: 0.75rem;
    line-height: 1rem;
  }

.exam-status-link {
  }

.exam-status-link {
  }

.exam-status-link {
  }

@media (min-width: 1024px){
  }

@media (min-width: 1024px){
  }

@media (min-width: 1024px){
  }

@media (min-width: 1024px){
  }

.exam-status-link {
  }

.exam-status-link {
  }

.exam-status-link{
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@supports (color: rgb(0 0 0 / 0)){
.exam-status-link{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.exam-status-link:hover{
  cursor: pointer;
}

.exam-status-link:focus-visible{
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #40615c;
}

.exam-status-link {
}

.exam-status-link{
    padding-left: 1rem;
    padding-right: 1rem;
  }

.exam-status-link{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

.exam-status-link{
    font-size: 0.875rem;
    line-height: 1.25;
  }

.exam-status-link{
    padding-left: 1rem;
    padding-right: 1rem;
  }

.exam-status-link{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

.exam-status-link{
    font-size: 0.875rem;
    line-height: 1.25;
  }

.exam-status-link{
    padding-left: 1rem;
    padding-right: 1rem;
  }

.exam-status-link{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

.exam-status-link{
    font-size: 0.875rem;
    line-height: 1.25;
  }

.exam-status-link{
    max-width: 28rem;
  }

.exam-status-link{
    max-width: 28rem;
  }

 .exam-status-link{
      width: 100%;
    }

@media (min-width: 640px){
       .exam-status-link{
        width: auto;
      }
    }

 .exam-status-link{
      width: 100%;
    }

@media (min-width: 640px){
       .exam-status-link{
        width: auto;
      }
    }

 .exam-status-link{
      width: 100%;
    }

@media (min-width: 640px){
       .exam-status-link{
        width: auto;
      }
    }

.exam-status-link{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.exam-status-link{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.exam-status-link{
    font-size: 0.875rem;
    line-height: 1.25;
  }

.exam-status-link{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.exam-status-link{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.exam-status-link{
    font-size: 0.875rem;
    line-height: 1.25;
  }

.exam-status-link {
  }

.exam-status-link {
  }

.exam-status-link:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(215 223 221 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.exam-status-link:hover{
    background-color: rgb(215 223 221 / var(--tw-bg-opacity));
  }
}

.exam-status-link.is-active{
    --tw-bg-opacity: 1;
    background-color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.exam-status-link.is-active{
    background-color: rgb(97 134 127 / var(--tw-bg-opacity));
  }
}

.exam-status-link.is-active{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.exam-status-link.is-active{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

#modal {
  box-shadow: 0px 0px 16px 0px #1B1B1B1A;
}

#modal[open]{
    display: flex;
  }

#modal[open]{
    flex-direction: column;
  }

#modal{
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
#modal{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

#modal.is-small{
    max-width: 28rem;
  }

#modal.is-medium{
    max-width: 36rem;
  }

#modal.is-large{
    max-width: 800px;
  }

#modal.is-largest{
    max-width: 72rem;
  }

#modal.is-full{
    max-width: 100%;
  }

.modal__header{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(97 134 127 / 1);
  padding: 0.75rem;
}

@supports (color: rgb(0 0 0 / 0)){
.modal__header{
  background-color: rgb(97 134 127 / var(--tw-bg-opacity));
}
}

@media (min-width: 1024px){
  .modal__header{
    padding: 1.5rem;
  }
}

.modal__header h3{
    font-size: 1.5rem;
    line-height: 1.25;
  }

.modal__header h3{
    font-weight: 600;
  }

.modal__header h3{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.modal__header h3{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.modal__header p{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.modal__header p{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.modal__header p{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.modal__header .modal-close{
    margin-inline-start: auto;
  }

.modal__header .modal-close{
    display: inline-flex;
  }

.modal__header .modal-close{
    width: 1.5rem;
    height: 1.5rem;
  }

.modal__header .modal-close{
    align-items: center;
  }

.modal__header .modal-close{
    justify-content: center;
  }

.modal__header .modal-close{
    border-radius: 0.25rem;
  }

.modal__header .modal-close{
    background-color: transparent;
  }

.modal__header .modal-close{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.modal__header .modal-close{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.modal__header .modal-close{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.modal__header .modal-close:focus{
    outline-width: 2px;
  }

.modal__header .modal-close:focus{
    outline-color: #fff;
  }

.modal-header__title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.modal-header__title{
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.modal__content {
  scrollbar-width: thin;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 1rem;
}

dialog.modal[open] {
  animation: modal-pop-up 0.1s ease-out;
}

@keyframes modal-pop-up {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

dialog.modal::backdrop {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.instructor-layout #modal{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(100% - 2 * 12px);
  border-radius: 0.5rem;
}

.instructor-layout #modal .modal__header{
    background-color: transparent;
  }

.instructor-layout #modal .modal__header{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.instructor-layout #modal .modal__header{
    padding-top: 1.5rem;
  }

.instructor-layout #modal .modal__header{
    padding-bottom: 0.75rem;
  }

.instructor-layout #modal .modal__header h3{
      font-size: 1.125rem;
      line-height: 1.25;
    }

.instructor-layout #modal .modal__header h3{
      font-weight: 600;
    }

.instructor-layout #modal .modal__header h3{
      --tw-text-opacity: 1;
      color: rgb(49 49 49 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-layout #modal .modal__header h3{
      color: rgb(49 49 49 / var(--tw-text-opacity));
    }
}

.instructor-layout #modal .modal-close{
    width: 1.25rem;
    height: 1.25rem;
  }

.instructor-layout #modal .modal-close{
    --tw-text-opacity: 1;
    color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.instructor-layout #modal .modal-close{
    color: rgb(97 134 127 / var(--tw-text-opacity));
  }
}

body.is-loading * {
    cursor: progress;
  }

[data-filtered-content] {
  position: relative;
}

[data-filtered-content].is-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  pointer-events: all;
}

[data-filtered-content].is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  /* Adjust as needed */
  height: 48px;
  /* Adjust as needed */
  background: url(/assets/icons/steering-wheel-1d8715d4b3b0a537b87ba34b992d067d3747a060a764ccd6940c0a1aafb2e590.svg) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
  animation: swing-steering 1s infinite alternate ease-in-out;
}

@keyframes swing-steering {
  from {
    transform: translate(-50%, -50%) rotate(-30deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(30deg);
  }
}

.admin-sidebar-logo g, .admin-sidebar-logo path {
    fill: #364f4b;
  }

.company-sidebar-logo g, .company-sidebar-logo path {
    fill: #f5f8f7;
  }

[data-permission].permitted a{
    --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

[data-permission].permitted a{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(54 79 75 / var(--tw-ring-opacity));
  }

[data-permission].permitted a{
    --tw-ring-offset-width: 1px;
  }

.menu-button{
  margin: -0.625rem;
  display: block;
  padding: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.menu-button{
  color: rgb(109 109 109 / var(--tw-text-opacity));
}
}

.menu-button:hover{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.menu-button:hover{
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
}

.menu-button svg{
    height: 1.25rem;
  }

.menu-button svg{
    width: 1.25rem;
  }

.dropdown-menu{
  position: absolute;
  right: 0px;
  z-index: 10;
  margin-top: 0.5rem;
  width: 8rem;
  transform-origin: top right;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) rgb(61 61 61 / 0.05), 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(61 61 61 / 0.05);
}

@supports (color: rgb(0 0 0 / 0)){
.dropdown-menu{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

.dropdown-menu:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dropdown-menu.is-company-dropdown{
    left: 0px;
  }

.dropdown-menu.is-company-dropdown{
    right: auto;
  }

.dropdown-menu.is-company-dropdown{
    margin-top: 0px;
  }

.dropdown-menu.is-company-dropdown{
    width: 12rem;
  }

.dropdown-menu.is-company-dropdown{
    border-radius: 0px;
  }

@media (min-width: 1280px){
    .dropdown-menu.is-company-dropdown{
      right: 0px;
    }
  }

@media (min-width: 1280px){
    .dropdown-menu.is-company-dropdown{
      left: auto;
    }
  }

@media (min-width: 1280px){
    .dropdown-menu.is-company-dropdown{
      width: 100%;
    }
  }

.dropdown-menu a{
    display: block;
  }

.dropdown-menu a{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.dropdown-menu a{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.dropdown-menu a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.dropdown-menu a{
    line-height: 1.5rem;
  }

.dropdown-menu a{
    --tw-text-opacity: 1;
    color: rgb(61 61 61 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dropdown-menu a{
    color: rgb(61 61 61 / var(--tw-text-opacity));
  }
}

.dropdown-menu a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(215 223 221 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dropdown-menu a:hover{
    background-color: rgb(215 223 221 / var(--tw-bg-opacity));
  }
}

[data-sortable-handle] {
  cursor: grab;
}

[data-sortable-handle]:active {
  cursor: grabbing;
}

.sortable-ghost {
}

.sortable-drag{
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.sortable-drag{
  border-color: rgb(176 176 176 / var(--tw-border-opacity));
}
}

.pagination{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@supports (color: rgb(0 0 0 / 0)){
.pagination{
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

@media (min-width: 640px){
  .pagination{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.confirmation-dialog{
  width: 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));
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1.25rem;
  text-align: left;
  --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: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@supports (color: rgb(0 0 0 / 0)){
.confirmation-dialog{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

@media (min-width: 640px){
  .confirmation-dialog{
    max-width: 28rem;
  }
}

@media (min-width: 640px){
    .confirmation-dialog__body{
      display: flex;
    }
  }

@media (min-width: 640px){
    .confirmation-dialog__body{
      align-items: flex-start;
    }
  }

.confirmation-dialog__icon{
    margin-left: auto;
    margin-right: auto;
  }

.confirmation-dialog__icon{
    display: flex;
  }

.confirmation-dialog__icon{
    height: 3rem;
  }

.confirmation-dialog__icon{
    width: 3rem;
  }

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

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

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

.confirmation-dialog__icon{
    border-radius: 9999px;
  }

.confirmation-dialog__icon{
    --tw-bg-opacity: 1;
    background-color: rgb(255 230 225 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.confirmation-dialog__icon{
    background-color: rgb(255 230 225 / var(--tw-bg-opacity));
  }
}

@media (min-width: 640px){
    .confirmation-dialog__icon{
      margin-left: 0px;
      margin-right: 0px;
    }
  }

@media (min-width: 640px){
    .confirmation-dialog__icon{
      height: 2.5rem;
    }
  }

@media (min-width: 640px){
    .confirmation-dialog__icon{
      width: 2.5rem;
    }
  }

.confirmation-dialog__icon svg{
      height: 1.5rem;
    }

.confirmation-dialog__icon svg{
      width: 1.5rem;
    }

.confirmation-dialog__icon svg{
      --tw-text-opacity: 1;
      color: rgb(229 63 26 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.confirmation-dialog__icon svg{
      color: rgb(229 63 26 / var(--tw-text-opacity));
    }
}

.confirmation-dialog__text{
    margin-top: 0.75rem;
  }

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

@media (min-width: 640px){
    .confirmation-dialog__text{
      margin-left: 1rem;
    }
  }

@media (min-width: 640px){
    .confirmation-dialog__text{
      margin-top: 0px;
    }
  }

@media (min-width: 640px){
    .confirmation-dialog__text{
      text-align: left;
    }
  }

.confirmation-dialog__title{
    font-size: 1rem;
    line-height: 1.25;
  }

.confirmation-dialog__title{
    font-weight: 600;
  }

.confirmation-dialog__title{
    line-height: 1.5rem;
  }

.confirmation-dialog__title{
    --tw-text-opacity: 1;
    color: rgb(61 61 61 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.confirmation-dialog__title{
    color: rgb(61 61 61 / var(--tw-text-opacity));
  }
}

.confirmation-dialog__message{
    margin-top: 0.5rem;
  }

.confirmation-dialog__message p{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

.confirmation-dialog__message p{
      --tw-text-opacity: 1;
      color: rgb(109 109 109 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.confirmation-dialog__message p{
      color: rgb(109 109 109 / var(--tw-text-opacity));
    }
}

.confirmation-dialog__footer{
    margin-top: 1.25rem;
  }

.confirmation-dialog__footer{
    display: flex;
  }

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

.confirmation-dialog__footer{
    gap: 0.5rem;
  }

@media (min-width: 640px){
    .confirmation-dialog__footer{
      justify-content: flex-end;
    }
  }

.confirmation-dialog__footer .button{
      width: 100%;
    }

@media (min-width: 640px){
      .confirmation-dialog__footer .button{
        width: auto;
      }
    }

dialog.confirmation-dialog[open] {
  animation: confirm-pop-up 0.1s ease-out;
}

@keyframes confirm-pop-up {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.tag{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(215 223 221 / 1);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.tag{
  background-color: rgb(215 223 221 / var(--tw-bg-opacity));
  color: rgb(97 134 127 / var(--tw-text-opacity));
}
}

.tag + .tag{
    margin-left: 0.5rem;
  }

.tag.is-round{
    border-radius: 100px;
  }

.tag.is-neutral{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.tag.is-neutral{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.tag.is-neutral{
    --tw-text-opacity: 1;
    color: rgb(176 176 176 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.tag.is-neutral{
    color: rgb(176 176 176 / var(--tw-text-opacity));
  }
}

.tag.is-true{
    --tw-bg-opacity: 1;
    background-color: rgb(215 223 221 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.tag.is-true{
    background-color: rgb(215 223 221 / var(--tw-bg-opacity));
  }
}

.tag.is-true{
    --tw-text-opacity: 1;
    color: rgb(97 134 127 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.tag.is-true{
    color: rgb(97 134 127 / var(--tw-text-opacity));
  }
}

.tag.is-false{
    --tw-bg-opacity: 1;
    background-color: rgb(229 63 26 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.tag.is-false{
    background-color: rgb(229 63 26 / var(--tw-bg-opacity));
  }
}

.tag.is-false{
    --tw-bg-opacity: 0.2;
  }

.tag.is-false{
    --tw-text-opacity: 1;
    color: rgb(229 63 26 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.tag.is-false{
    color: rgb(229 63 26 / var(--tw-text-opacity));
  }
}

.tag.is-large{
    padding: 0.5rem;
  }

.tag.is-small{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.tag.is-small{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

.tag.is-small{
    font-size: 0.875rem;
    line-height: 1.25;
  }

.image-wrapper figure{
    width: 100%;
  }

.chat-wrapper{
  position: relative;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 0.75rem;
}

.chat-wrapper__content{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

.chat-wrapper__messages{
  height: 100%;
}

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

.chat-wrapper__messages{
  overflow: auto;
}

.chat-form{
  left: 0px;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.chat-form__content{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.chat-form__send{
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(97 134 127 / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) rgb(97 134 127 / 1), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
}

@supports (color: rgb(0 0 0 / 0)){
.chat-form__send{
  background-color: rgb(97 134 127 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

.devise-layout{
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 8rem;
}

.devise-layout h2.title{
    margin-bottom: 0.75rem;
  }

.devise-layout h2.title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

.devise-layout h2.title{
    font-weight: 800;
  }

.devise-layout h2.title{
    --tw-text-opacity: 1;
    color: rgb(61 61 61 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.devise-layout h2.title{
    color: rgb(61 61 61 / var(--tw-text-opacity));
  }
}

.devise-layout p.subtitle{
    margin-bottom: 1rem;
  }

.devise-layout p.subtitle{
    --tw-text-opacity: 1;
    color: rgb(93 93 93 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.devise-layout p.subtitle{
    color: rgb(93 93 93 / var(--tw-text-opacity));
  }
}

.devise-layout .devise-form-submit{
    margin-bottom: 1.5rem;
  }

.devise-layout .devise-form-submit{
    display: flex;
  }

.devise-layout .devise-form-submit{
    width: 100%;
  }

.devise-layout .devise-form-submit{
    align-items: center;
  }

.devise-layout .devise-form-submit{
    justify-content: center;
  }

.devise-layout .devise-form-submit{
    border-radius: 0.375rem;
  }

.devise-layout .devise-form-submit{
    --tw-bg-opacity: 1;
    background-color: rgb(64 97 92 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.devise-layout .devise-form-submit{
    background-color: rgb(64 97 92 / var(--tw-bg-opacity));
  }
}

.devise-layout .devise-form-submit{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.devise-layout .devise-form-submit{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.devise-layout .devise-form-submit{
    font-weight: 500;
  }

.devise-layout .devise-form-submit{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.devise-layout .devise-form-submit{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

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

.devise-layout .devise-form-submit{
    transition-duration: 300ms;
  }

.devise-layout .devise-form-submit:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(82 122 115 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.devise-layout .devise-form-submit:hover{
    background-color: rgb(82 122 115 / var(--tw-bg-opacity));
  }
}

.devise-layout .devise-form-submit: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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

.devise-layout .devise-form-submit:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(64 97 92 / var(--tw-ring-opacity));
  }

.devise-layout .form-field .input{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.installment-is-paid{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 152 63 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.installment-is-paid{
  color: rgb(33 152 63 / var(--tw-text-opacity));
}
}

.installment-is-past-due{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(229 63 26 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.installment-is-past-due{
  color: rgb(229 63 26 / var(--tw-text-opacity));
}
}

.question-list {
  counter-reset: question-counter;
}

.question-item {
  counter-increment: question-counter;
}

.question-number::before {
  content: counter(question-counter) ". ";
}

.question__text-field{
  width: 100%;
  resize: none;
  overflow: hidden;
  border-width: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(97 134 127 / 1);
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 22px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.question__text-field{
  border-color: rgb(97 134 127 / var(--tw-border-opacity));
  color: rgb(79 79 79 / var(--tw-text-opacity));
}
}

.question__text-field::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 209 209 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.question__text-field::-moz-placeholder{
  color: rgb(209 209 209 / var(--tw-placeholder-opacity));
}
}

.question__text-field::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 209 209 / 1);
}

.question__text-field::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 209 209 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.question__text-field::-moz-placeholder{
  color: rgb(209 209 209 / var(--tw-placeholder-opacity));
}
.question__text-field::placeholder{
  color: rgb(209 209 209 / var(--tw-placeholder-opacity));
}
}

.question__text-field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(64 97 92 / 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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@supports (color: rgb(0 0 0 / 0)){
.question__text-field:focus{
  border-color: rgb(64 97 92 / var(--tw-border-opacity));
}
}

.question__text-field {
  background-image: url(/assets/icons/edit-input-fdb0232b93009f265d99b04fe682f1a65d6ca81e822ac229aa119b9471e560c6.svg);
  background-repeat: no-repeat;
  background-position: center right;
}

.question__images{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .question__images{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .question__images{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.question__image{
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / 1);
  aspect-ratio: 1 / 1;
}

@supports (color: rgb(0 0 0 / 0)){
.question__image{
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
}
}

.question__image img{
    height: 100%;
  }

.question__image img{
    width: 100%;
  }

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

.question-answer{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.question-answer{
  border-color: rgb(97 134 127 / var(--tw-border-opacity));
}
}

.question-answer.is-small .question-answer__text-field{
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }

.question-answer.is-small .question-answer__text-field{
      font-size: 1.125rem;
      line-height: 1.25;
    }

.question-answer__text-field{
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.question-answer__text-field{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.question-answer__text-field::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 209 209 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.question-answer__text-field::-moz-placeholder{
  color: rgb(209 209 209 / var(--tw-placeholder-opacity));
}
}

.question-answer__text-field::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 209 209 / 1);
}

.question-answer__text-field::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(209 209 209 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.question-answer__text-field::-moz-placeholder{
  color: rgb(209 209 209 / var(--tw-placeholder-opacity));
}
.question-answer__text-field::placeholder{
  color: rgb(209 209 209 / var(--tw-placeholder-opacity));
}
}

.question-answer__text-field: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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.quiz-result-answer{
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
}

.quiz-result-answer.is-correct{
    --tw-bg-opacity: 1;
    background-color: rgb(45 179 79 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.quiz-result-answer.is-correct{
    background-color: rgb(45 179 79 / var(--tw-bg-opacity));
  }
}

.quiz-result-answer.is-correct{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.quiz-result-answer.is-correct{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.quiz-result-answer.is-correct.is-active{
      --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

.quiz-result-answer.is-correct.is-active{
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(45 179 79 / var(--tw-ring-opacity));
    }

.quiz-result-answer.is-correct.is-active{
      --tw-ring-offset-width: 1px;
    }

.quiz-result-answer.is-incorrect{
    --tw-bg-opacity: 1;
    background-color: rgb(248 93 59 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.quiz-result-answer.is-incorrect{
    background-color: rgb(248 93 59 / var(--tw-bg-opacity));
  }
}

.quiz-result-answer.is-incorrect{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.quiz-result-answer.is-incorrect{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.quiz-result-answer.is-incorrect.is-active{
      --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

.quiz-result-answer.is-incorrect.is-active{
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(248 93 59 / var(--tw-ring-opacity));
    }

.quiz-result-answer.is-incorrect.is-active{
      --tw-ring-offset-width: 1px;
    }

.lecture-timepicker{
  margin-left: -10px;
  margin-right: -10px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-gap: 0px;
  gap: 0px;
}

.lecture-timepicker__item{
    display: flex;
  }

.lecture-timepicker__item{
    height: 50px;
  }

.lecture-timepicker__item{
    cursor: pointer;
  }

.lecture-timepicker__item{
    flex-direction: column;
  }

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

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

.lecture-timepicker__item{
    padding: 5px;
  }

.lecture-timepicker__item__title{
      font-size: 0.875rem;
      line-height: 1.25;
    }

.lecture-timepicker__item__title{
      font-weight: 500;
    }

.lecture-timepicker__item__title{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

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

.lecture-timepicker__item__point{
      margin-top: 0.125rem;
    }

.lecture-timepicker__item__point{
      width: 1rem;
      height: 1rem;
    }

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

.lecture-timepicker__item__point{
      border-radius: 9999px;
    }

.lecture-timepicker__item__point{
      --tw-bg-opacity: 1;
      background-color: rgb(49 49 49 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.lecture-timepicker__item__point{
      background-color: rgb(49 49 49 / var(--tw-bg-opacity));
    }
}

.lecture-timepicker__item__point{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

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

.lecture-timepicker__item.is-selected .lecture-timepicker__item__title{
        --tw-text-opacity: 1;
        color: rgb(97 134 127 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.lecture-timepicker__item.is-selected .lecture-timepicker__item__title{
        color: rgb(97 134 127 / var(--tw-text-opacity));
      }
}

.lecture-timepicker__item.is-selected .lecture-timepicker__item__point{
        --tw-bg-opacity: 1;
        background-color: rgb(97 134 127 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.lecture-timepicker__item.is-selected .lecture-timepicker__item__point{
        background-color: rgb(97 134 127 / var(--tw-bg-opacity));
      }
}

.lecture-timepicker__item.is-included .lecture-timepicker__item__title{
        opacity: 0;
      }

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

.lecture-timepicker__item.is-included .lecture-timepicker__item__point{
        --tw-bg-opacity: 1;
        background-color: rgb(82 122 115 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.lecture-timepicker__item.is-included .lecture-timepicker__item__point{
        background-color: rgb(82 122 115 / var(--tw-bg-opacity));
      }
}

.lecture-timepicker__item[data-disabled="true"] .lecture-timepicker__item__title,.lecture-timepicker__item.is-disabled .lecture-timepicker__item__title{
        --tw-text-opacity: 1;
        color: rgb(209 209 209 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.lecture-timepicker__item[data-disabled="true"] .lecture-timepicker__item__title,.lecture-timepicker__item.is-disabled .lecture-timepicker__item__title{
        color: rgb(209 209 209 / var(--tw-text-opacity));
      }
}

.lecture-timepicker__item[data-disabled="true"] .lecture-timepicker__item__point,.lecture-timepicker__item.is-disabled .lecture-timepicker__item__point{
        margin-top: 0.5rem;
      }

.lecture-timepicker__item[data-disabled="true"] .lecture-timepicker__item__point,.lecture-timepicker__item.is-disabled .lecture-timepicker__item__point{
        width: 0.75rem;
        height: 0.75rem;
      }

.lecture-timepicker__item[data-disabled="true"] .lecture-timepicker__item__point,.lecture-timepicker__item.is-disabled .lecture-timepicker__item__point{
        --tw-bg-opacity: 1;
        background-color: rgb(209 209 209 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.lecture-timepicker__item[data-disabled="true"] .lecture-timepicker__item__point,.lecture-timepicker__item.is-disabled .lecture-timepicker__item__point{
        background-color: rgb(209 209 209 / var(--tw-bg-opacity));
      }
}

.flatpickr-day.has-lecture {
  position: relative;
}

.flatpickr-day.has-lecture:after {
    display: inline-block;
    position: absolute;
    top: 0.15rem;
    right: 0.15rem;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #527a73;
  }

.flatpickr-day.has-lecture.selected:after, .flatpickr-day.has-lecture:hover:after {
    background: #fff;
  }

/* LECTURE ATTENDANCES*/

.presence-checkbox{
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(64 97 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.presence-checkbox{
  color: rgb(64 97 92 / var(--tw-text-opacity));
}
}

.presence-checkbox.is-saved{
    --tw-text-opacity: 1;
    color: rgb(156 178 174 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.presence-checkbox.is-saved{
    color: rgb(156 178 174 / var(--tw-text-opacity));
  }
}

.presence-checkbox:disabled{
    cursor: not-allowed;
  }

.presence-checkbox:disabled{
    --tw-text-opacity: 1;
    color: rgb(247 247 247 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.presence-checkbox:disabled{
    color: rgb(247 247 247 / var(--tw-text-opacity));
  }
}

.instructor-nav{
  position: fixed;
  bottom: 0px;
  display: grid;
  height: 66px;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  padding: 0.5rem;
  box-shadow: 0 -5px 15px -3px #f7f7f7;
}

@supports (color: rgb(0 0 0 / 0)){
.instructor-nav{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

.instructor-nav .instructor-nav__item{
    display: flex;
  }

.instructor-nav .instructor-nav__item{
    flex-direction: column;
  }

.instructor-nav .instructor-nav__item{
    align-items: center;
  }

.instructor-nav .instructor-nav__item{
    justify-content: space-between;
  }

.instructor-nav .instructor-nav__item{
    gap: 0.25rem;
  }

.instructor-nav .instructor-nav__item{
    padding: 0.25rem;
  }

.instructor-nav .instructor-nav__item{
    --tw-text-opacity: 1;
    color: rgb(127 156 151 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.instructor-nav .instructor-nav__item{
    color: rgb(127 156 151 / var(--tw-text-opacity));
  }
}

.instructor-nav .instructor-nav__item{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.instructor-nav .instructor-nav__item{
    transition-duration: 300ms;
  }

.instructor-nav .instructor-nav__item span{
      font-size: 0.75rem;
      line-height: 1.25;
    }

.instructor-nav .instructor-nav__item span{
      font-weight: 500;
    }

.instructor-nav .instructor-nav__item span{
      opacity: 0.6;
    }

.instructor-nav .instructor-nav__item span{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.instructor-nav .instructor-nav__item span{
      transition-duration: 300ms;
    }

.instructor-nav .instructor-nav__item svg{
      width: 1.5rem;
      height: 1.5rem;
    }

.instructor-nav .instructor-nav__item svg{
      opacity: 0.6;
    }

.instructor-nav .instructor-nav__item svg{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.instructor-nav .instructor-nav__item svg{
      transition-duration: 300ms;
    }

.instructor-nav .instructor-nav__item.active{
      --tw-text-opacity: 1;
      color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-nav .instructor-nav__item.active{
      color: rgb(97 134 127 / var(--tw-text-opacity));
    }
}

.instructor-nav .instructor-nav__item.active span, .instructor-nav .instructor-nav__item.active svg{
        opacity: 1;
      }

#calendar{
  position: sticky;
  top: 0.5rem;
}

.instructor-calendar{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / 1);
  padding: 0.5rem;
  box-shadow: 0px 2px 8px 0px #1B1B1B33;
}

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar{
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}
}

.instructor-calendar .calendar-header{
    margin-bottom: 0.5rem;
  }

.instructor-calendar .calendar-header{
    display: flex;
  }

.instructor-calendar .calendar-header{
    align-items: center;
  }

.instructor-calendar .calendar-header{
    justify-content: space-between;
  }

.instructor-calendar .calendar-header{
    padding: 0.25rem;
  }

.instructor-calendar .calendar-header .calendar-header__month{
      font-size: 1rem;
      line-height: 1.25;
    }

.instructor-calendar .calendar-header .calendar-header__month{
      font-weight: 500;
    }

.instructor-calendar .calendar-header .calendar-header__month{
      --tw-text-opacity: 1;
      color: rgb(49 49 49 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-header .calendar-header__month{
      color: rgb(49 49 49 / var(--tw-text-opacity));
    }
}

.instructor-calendar .calendar-header .calendar-header__count{
      border-radius: 0.375rem;
    }

.instructor-calendar .calendar-header .calendar-header__count{
      --tw-bg-opacity: 1;
      background-color: rgb(127 156 151 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-header .calendar-header__count{
      background-color: rgb(127 156 151 / var(--tw-bg-opacity));
    }
}

.instructor-calendar .calendar-header .calendar-header__count{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }

.instructor-calendar .calendar-header .calendar-header__count{
      padding-top: 0.125rem;
      padding-bottom: 0.125rem;
    }

.instructor-calendar .calendar-header .calendar-header__count{
      font-size: 1rem;
      line-height: 1.25;
    }

.instructor-calendar .calendar-header .calendar-header__count{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-header .calendar-header__count{
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

.instructor-calendar .calendar-header .calendar-header__controls{
      display: flex;
    }

.instructor-calendar .calendar-header .calendar-header__controls{
      align-items: center;
    }

.instructor-calendar .calendar-header .calendar-header__controls{
      gap: 0.375rem;
    }

.instructor-calendar .calendar-header .calendar-nav-button{
      border-radius: 0.25rem;
    }

.instructor-calendar .calendar-header .calendar-nav-button{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.instructor-calendar .calendar-header .calendar-nav-button{
      transition-duration: 300ms;
    }

.instructor-calendar .calendar-header .calendar-nav-button:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(247 247 247 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-header .calendar-nav-button:hover{
      background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    }
}

.instructor-calendar .calendar-header .calendar-nav-button:active{
      --tw-bg-opacity: 1;
      background-color: rgb(247 247 247 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-header .calendar-nav-button:active{
      background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    }
}

.instructor-calendar .calendar-header .calendar-nav-button svg{
        width: 1.5rem;
        height: 1.5rem;
      }

.instructor-calendar .calendar-header .calendar-nav-button svg{
        --tw-text-opacity: 1;
        color: rgb(97 134 127 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-header .calendar-nav-button svg{
        color: rgb(97 134 127 / var(--tw-text-opacity));
      }
}

.instructor-calendar .calendar-header .fullscreen-button{
      border-radius: 0.25rem;
    }

.instructor-calendar .calendar-header .fullscreen-button{
      --tw-bg-opacity: 1;
      background-color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-header .fullscreen-button{
      background-color: rgb(97 134 127 / var(--tw-bg-opacity));
    }
}

.instructor-calendar .calendar-header .fullscreen-button{
      padding: 0.375rem;
    }

.instructor-calendar .calendar-header .fullscreen-button{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.instructor-calendar .calendar-header .fullscreen-button{
      transition-duration: 300ms;
    }

.instructor-calendar .calendar-header .fullscreen-button:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-header .fullscreen-button:hover{
      background-color: rgb(97 134 127 / var(--tw-bg-opacity));
    }
}

.instructor-calendar .calendar-header .fullscreen-button:active{
      --tw-bg-opacity: 1;
      background-color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-header .fullscreen-button:active{
      background-color: rgb(97 134 127 / var(--tw-bg-opacity));
    }
}

.instructor-calendar .calendar-header .fullscreen-button svg{
        width: 0.75rem;
        height: 0.75rem;
      }

.instructor-calendar .calendar-header .fullscreen-button svg{
        --tw-text-opacity: 1;
        color: rgb(229 228 200 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-header .fullscreen-button svg{
        color: rgb(229 228 200 / var(--tw-text-opacity));
      }
}

.instructor-calendar .calendar-body{
    display: flex;
  }

.instructor-calendar .calendar-body{
    gap: 0.125rem;
  }

.instructor-calendar .calendar-body .calendar{
      display: grid;
    }

.instructor-calendar .calendar-body .calendar{
      flex: 1 1;
    }

.instructor-calendar .calendar-body .calendar{
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }

.instructor-calendar .calendar-body .calendar{
      gap: 0.125rem;
    }

.instructor-calendar .calendar-body .calendar .calendar-date{
        position: relative;
      }

.instructor-calendar .calendar-body .calendar .calendar-date{
        border-radius: 0.25rem;
      }

.instructor-calendar .calendar-body .calendar .calendar-date{
        --tw-bg-opacity: 1;
        background-color: rgb(156 178 174 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date{
        background-color: rgb(156 178 174 / var(--tw-bg-opacity));
      }
}

.instructor-calendar .calendar-body .calendar .calendar-date{
        --tw-shadow: 0px 0px 6px #31313114;
        --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color);
        box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 6px #31313114;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }

.instructor-calendar .calendar-body .calendar .calendar-date {
        aspect-ratio: 1 / 1;
      }

.instructor-calendar .calendar-body .calendar .calendar-date {
        aspect-ratio: 1 / 1;
      }

.instructor-calendar .calendar-body .calendar .calendar-date.is-non-working-day{
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-non-working-day{
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-non-working-day .calendar-date__day{
            --tw-text-opacity: 1;
            color: rgb(156 178 174 / 1);
          }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-non-working-day .calendar-date__day{
            color: rgb(156 178 174 / var(--tw-text-opacity));
          }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-non-working-day .calendar-date__count{
            display: none;
          }

.instructor-calendar .calendar-body .calendar .calendar-date.is-non-working-day .calendar-date__count {
            display: none;
          }

.instructor-calendar .calendar-body .calendar .calendar-date.is-non-working-day .flatpickr-day.calendar-date__count {
            visibility: hidden;
          }

.instructor-calendar .calendar-body .calendar .calendar-date.is-other-month:not(.is-non-working-day){
          --tw-bg-opacity: 1;
          background-color: rgb(215 223 221 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-other-month:not(.is-non-working-day){
          background-color: rgb(215 223 221 / var(--tw-bg-opacity));
        }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-other-month:not(.is-non-working-day) .calendar-date__count{
            --tw-text-opacity: 1;
            color: rgb(215 223 221 / 1);
          }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-other-month:not(.is-non-working-day) .calendar-date__count{
            color: rgb(215 223 221 / var(--tw-text-opacity));
          }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-selected{
          --tw-bg-opacity: 1;
          background-color: rgb(97 134 127 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-selected{
          background-color: rgb(97 134 127 / var(--tw-bg-opacity));
        }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-selected .calendar-date__day{
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / 1);
          }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-selected .calendar-date__day{
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-selected .calendar-date__count{
            --tw-text-opacity: 1;
            color: rgb(97 134 127 / 1);
          }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-selected .calendar-date__count{
            color: rgb(97 134 127 / var(--tw-text-opacity));
          }
}

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__day{
          margin-left: 0.25rem;
        }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__day{
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__day{
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
}

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          position: absolute;
        }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          bottom: 0px;
        }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          right: 0px;
        }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          display: flex;
        }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          height: 50%;
        }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          width: 50%;
        }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          align-items: center;
        }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          justify-content: center;
        }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          border-top-left-radius: 0.25rem;
        }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
}

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          --tw-text-opacity: 1;
          color: rgb(127 156 151 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count{
          color: rgb(127 156 151 / var(--tw-text-opacity));
        }
}

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count::before {
            content: '';
            position: absolute;
            right: 100%;
            bottom: 0;
            width: 4px;
            height: 4px;
            -webkit-mask-image: radial-gradient(circle 4px at 0 0, transparent 0, transparent 4px, black 4px);
            background-color: white;
          }

.instructor-calendar .calendar-body .calendar .calendar-date .calendar-date__count::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 100%;
            width: 4px;
            height: 4px;
            -webkit-mask-image: radial-gradient(circle 4px at 0 0, transparent 0, transparent 4px, black 4px);
            background-color: white;
          }

.instructor-calendar .calendar-body .calendar .calendar-date.is-today{
        --tw-bg-opacity: 1;
        background-color: rgb(217 214 175 / 1);
      }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-today{
        background-color: rgb(217 214 175 / var(--tw-bg-opacity));
      }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-today.is-other-month{
          --tw-bg-opacity: 1;
          background-color: rgb(229 228 200 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-today.is-other-month{
          background-color: rgb(229 228 200 / var(--tw-bg-opacity));
        }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-today.is-other-month .calendar-date__count{
            --tw-text-opacity: 1;
            color: rgb(229 228 200 / 1);
          }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-today.is-other-month .calendar-date__count{
            color: rgb(229 228 200 / var(--tw-text-opacity));
          }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-today.is-selected{
          --tw-bg-opacity: 1;
          background-color: rgb(196 188 128 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-today.is-selected{
          background-color: rgb(196 188 128 / var(--tw-bg-opacity));
        }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-today.is-selected .calendar-date__day{
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / 1);
          }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-today.is-selected .calendar-date__day{
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
}

.instructor-calendar .calendar-body .calendar .calendar-date.is-today.is-selected .calendar-date__count{
            --tw-text-opacity: 1;
            color: rgb(196 188 128 / 1);
          }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-date.is-today.is-selected .calendar-date__count{
            color: rgb(196 188 128 / var(--tw-text-opacity));
          }
}

.instructor-calendar .calendar-body .calendar .calendar-week{
        display: flex;
      }

.instructor-calendar .calendar-body .calendar .calendar-week{
        align-items: center;
      }

.instructor-calendar .calendar-body .calendar .calendar-week{
        justify-content: center;
      }

.instructor-calendar .calendar-body .calendar .calendar-week__count{
          border-radius: 0.25rem;
        }

.instructor-calendar .calendar-body .calendar .calendar-week__count{
          --tw-bg-opacity: 1;
          background-color: rgb(127 156 151 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-week__count{
          background-color: rgb(127 156 151 / var(--tw-bg-opacity));
        }
}

.instructor-calendar .calendar-body .calendar .calendar-week__count{
          padding: 0.25rem;
        }

.instructor-calendar .calendar-body .calendar .calendar-week__count{
          padding-left: 0.5rem;
          padding-right: 0.5rem;
        }

.instructor-calendar .calendar-body .calendar .calendar-week__count{
          font-size: 1rem;
          line-height: 1.25;
        }

.instructor-calendar .calendar-body .calendar .calendar-week__count{
          font-weight: 400;
        }

.instructor-calendar .calendar-body .calendar .calendar-week__count{
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / 1);
        }

@supports (color: rgb(0 0 0 / 0)){
.instructor-calendar .calendar-body .calendar .calendar-week__count{
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }
}

.slot-wrapper{
  overflow: hidden;
  border-radius: 0.375rem;
}

.slot-wrapper.is-active .slot{
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
    }

.slot{
  display: flex;
  min-height: 2.5rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(229 228 200 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.slot{
  background-color: rgb(229 228 200 / var(--tw-bg-opacity));
}
}

.slot-timestamp{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 218 / 1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25;
}

@supports (color: rgb(0 0 0 / 0)){
.slot-timestamp{
  background-color: rgb(235 235 218 / var(--tw-bg-opacity));
}
}

.slot-body{
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}

.slot-details{
  height: 0px;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 253 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.slot-details{
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}
}

.slot-details.open{
    height: auto;
  }

.slot-details.open{
    --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

.slot-details.open{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 228 200 / var(--tw-ring-opacity));
  }

.stars-rating-radios{
  display: flex;
  align-items: center;
}

.stars-rating-radios .stars-rating-radios__item{
    cursor: pointer;
  }

.stars-rating-radios .stars-rating-radios__item input[type="radio"]{
      display: none;
    }

.stars-rating-radios .stars-rating-radios__item input[type="radio"] {
      display: none;
    }

.stars-rating-radios .stars-rating-radios__item input.flatpickr-day[type="radio"] {
      visibility: hidden;
    }

.stars-rating-radios .stars-rating-radios__item svg {
      color: #A48B00;
    }

.stars-rating-radios .stars-rating-radios__item.is-filled svg {
        fill: #A48B00;
      }

.company-page-vehicle-row .company-page-vehicle-row__category-wrapper{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

.company-page-vehicle-row .company-page-vehicle-row__category-wrapper{
    display: flex;
  }

.company-page-vehicle-row .company-page-vehicle-row__category-wrapper{
    width: 2rem;
    height: 2rem;
  }

.company-page-vehicle-row .company-page-vehicle-row__category-wrapper{
    align-items: center;
  }

.company-page-vehicle-row .company-page-vehicle-row__category-wrapper{
    justify-content: center;
  }

.company-page-vehicle-row .company-page-vehicle-row__category-wrapper{
    border-radius: 0.125rem;
  }

.company-page-vehicle-row .company-page-vehicle-row__category-wrapper{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.company-page-vehicle-row .company-page-vehicle-row__category-wrapper{
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  }
}

.company-page-vehicle-row .company-page-vehicle-row__category-wrapper{
    text-align: center;
  }

.company-page-vehicle-row .company-page-vehicle-row__category{
    font-size: 1.125rem;
    line-height: 1.25;
  }

.company-page-vehicle-row .company-page-vehicle-row__category{
    font-weight: 600;
  }

.company-page-vehicle-row .company-page-vehicle-row__category{
    --tw-text-opacity: 1;
    color: rgb(136 136 136 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.company-page-vehicle-row .company-page-vehicle-row__category{
    color: rgb(136 136 136 / var(--tw-text-opacity));
  }
}

.company-page-vehicle-row .form-field.is-disabled *{
    cursor: not-allowed;
  }

.company-page-vehicle-row .form-field.is-disabled *{
    opacity: 0.4;
  }

.company-page-vehicle-row.is-available{
    --tw-bg-opacity: 1;
    background-color: rgb(245 248 247 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.company-page-vehicle-row.is-available{
    background-color: rgb(245 248 247 / var(--tw-bg-opacity));
  }
}

.company-page-vehicle-row.is-available .company-page-vehicle-row__category-wrapper{
      margin-left: 0.75rem;
      margin-right: 0.75rem;
    }

.company-page-vehicle-row.is-available .company-page-vehicle-row__category-wrapper{
      display: flex;
    }

.company-page-vehicle-row.is-available .company-page-vehicle-row__category-wrapper{
      width: 2rem;
      height: 2rem;
    }

.company-page-vehicle-row.is-available .company-page-vehicle-row__category-wrapper{
      align-items: center;
    }

.company-page-vehicle-row.is-available .company-page-vehicle-row__category-wrapper{
      justify-content: center;
    }

.company-page-vehicle-row.is-available .company-page-vehicle-row__category-wrapper{
      border-radius: 0.125rem;
    }

.company-page-vehicle-row.is-available .company-page-vehicle-row__category-wrapper{
      --tw-bg-opacity: 1;
      background-color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.company-page-vehicle-row.is-available .company-page-vehicle-row__category-wrapper{
      background-color: rgb(97 134 127 / var(--tw-bg-opacity));
    }
}

.company-page-vehicle-row.is-available .company-page-vehicle-row__category-wrapper{
      text-align: center;
    }

.company-page-vehicle-row.is-available .company-page-vehicle-row__category{
      font-size: 1.125rem;
      line-height: 1.25;
    }

.company-page-vehicle-row.is-available .company-page-vehicle-row__category{
      font-weight: 600;
    }

.company-page-vehicle-row.is-available .company-page-vehicle-row__category{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.company-page-vehicle-row.is-available .company-page-vehicle-row__category{
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #f7f7f7, -1px 0 0 #f7f7f7, 0 1px 0 #f7f7f7, 0 -1px 0 #f7f7f7, 0 3px 13px rgba(0,0,0,0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar{
  margin-top: 0.75rem;
  width: 100%;
  min-width: 280px;
  max-width: 394px;
  border-radius: 0.25rem;
  padding: 0.75rem;
  --tw-shadow: 0px 2px 4px 0px #1B1B1B33;
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) rgb(215 223 221 / 1), 0px 2px 4px 0px #1B1B1B33;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 223 221 / var(--tw-ring-opacity));
}

.flatpickr-calendar .flatpickr-months{
    position: relative;
  }

.flatpickr-calendar .flatpickr-current-month{
    display: flex;
  }

.flatpickr-calendar .flatpickr-current-month{
    align-items: center;
  }

.flatpickr-calendar .flatpickr-current-month{
    justify-content: center;
  }

.flatpickr-calendar .flatpickr-current-month{
    gap: 0.5rem;
  }

.flatpickr-calendar .flatpickr-current-month{
    padding-top: 0px;
  }

.flatpickr-calendar .flatpickr-rContainer{
    width: 100%;
  }

.flatpickr-calendar .flatpickr-weekdaycontainer{
    display: grid;
  }

.flatpickr-calendar .flatpickr-weekdaycontainer{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

.flatpickr-calendar .flatpickr-weekdaycontainer{
    gap: 0.25rem;
  }

.flatpickr-calendar .flatpickr-weekdaycontainer{
    padding-top: 0.75rem;
  }

.flatpickr-calendar .flatpickr-days{
    width: 100%;
  }

.flatpickr-calendar .flatpickr-days{
    padding-bottom: 0.75rem;
  }

.flatpickr-calendar .flatpickr-days .dayContainer {
      width: 100%;
      min-width: 0;
      min-width: initial;
      max-width: 100%;
    }

.flatpickr-calendar .flatpickr-days .dayContainer{
      display: grid;
    }

.flatpickr-calendar .flatpickr-days .dayContainer{
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }

.flatpickr-calendar .flatpickr-days .dayContainer{
      row-gap: 0.25rem;
    }

.flatpickr-calendar .flatpickr-days .dayContainer{
      -moz-column-gap: 0.25rem;
           column-gap: 0.25rem;
    }

.flatpickr-calendar .flatpickr-day{
    display: flex;
  }

.flatpickr-calendar .flatpickr-day{
    height: auto;
  }

.flatpickr-calendar .flatpickr-day{
    max-height: none;
  }

.flatpickr-calendar .flatpickr-day{
    width: 100%;
  }

.flatpickr-calendar .flatpickr-day{
    max-width: none;
  }

.flatpickr-calendar .flatpickr-day{
    align-items: center;
  }

.flatpickr-calendar .flatpickr-day{
    justify-content: center;
  }

.flatpickr-calendar .flatpickr-day{
    --tw-bg-opacity: 1;
    background-color: rgb(215 223 221 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.flatpickr-calendar .flatpickr-day{
    background-color: rgb(215 223 221 / var(--tw-bg-opacity));
  }
}

.flatpickr-calendar .flatpickr-day{
    text-align: center;
  }

.flatpickr-calendar .flatpickr-day{
    font-size: 1rem;
    line-height: 1.25;
  }

.flatpickr-calendar .flatpickr-day{
    letter-spacing: 0.05em;
  }

.flatpickr-calendar .flatpickr-day{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.flatpickr-calendar .flatpickr-day{
    transition-duration: 300ms;
  }

.flatpickr-calendar .flatpickr-day {
    aspect-ratio: 1 / 1;
  }

.flatpickr-calendar .flatpickr-day {
    aspect-ratio: 1 / 1;
  }

.flatpickr-calendar .flatpickr-day:hover{
    --tw-border-opacity: 1;
    border-color: rgb(156 178 174 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.flatpickr-calendar .flatpickr-day:hover{
    border-color: rgb(156 178 174 / var(--tw-border-opacity));
  }
}

.flatpickr-calendar .flatpickr-day:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(156 178 174 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.flatpickr-calendar .flatpickr-day:hover{
    background-color: rgb(156 178 174 / var(--tw-bg-opacity));
  }
}

.flatpickr-calendar .flatpickr-day:hover{
    --tw-text-opacity: 1;
    color: rgb(49 49 49 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.flatpickr-calendar .flatpickr-day:hover{
    color: rgb(49 49 49 / var(--tw-text-opacity));
  }
}

.flatpickr-calendar .flatpickr-day.prevMonthDay,
    .flatpickr-calendar .flatpickr-day.nextMonthDay{
      background-color: transparent;
    }

.flatpickr-calendar .flatpickr-day.selected{
      --tw-border-opacity: 1;
      border-color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.flatpickr-calendar .flatpickr-day.selected{
      border-color: rgb(97 134 127 / var(--tw-border-opacity));
    }
}

.flatpickr-calendar .flatpickr-day.selected{
      --tw-bg-opacity: 1;
      background-color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.flatpickr-calendar .flatpickr-day.selected{
      background-color: rgb(97 134 127 / var(--tw-bg-opacity));
    }
}

.flatpickr-calendar .flatpickr-day.selected:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(97 134 127 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.flatpickr-calendar .flatpickr-day.selected:hover{
      background-color: rgb(97 134 127 / var(--tw-bg-opacity));
    }
}

.flatpickr-calendar .flatpickr-day.selected:hover{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / 1);
    }

@supports (color: rgb(0 0 0 / 0)){
.flatpickr-calendar .flatpickr-day.selected:hover{
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

.flatpickr-calendar.inline {
  box-shadow: none;
  margin: 0;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 242 236 / var(--tw-ring-opacity));
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #f7f7f7, 5px 0 0 #f7f7f7;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #f7f7f7;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: none;
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #f7f7f7;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #f7f7f7;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #40615c;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}

.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}

.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(215 223 221 / 1);
  padding: 0.25rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.25;
}

@supports (color: rgb(0 0 0 / 0)){
.flatpickr-current-month input.cur-year {
  border-color: rgb(215 223 221 / var(--tw-border-opacity));
}
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  height: auto;
  line-height: inherit;
  margin: 0;
  outline: none;
  position: relative;
  vertical-align: baseline;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
  border: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(215 223 221 / 1);
  padding: 0.25rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.25;
}

@supports (color: rgb(0 0 0 / 0)){
.flatpickr-current-month .flatpickr-monthDropdown-months {
  border-color: rgb(215 223 221 / var(--tw-border-opacity));
}
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1 1;
}

span.flatpickr-weekday {
  cursor: default;
  background: transparent;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1 1;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
span.flatpickr-weekday {
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #f7f7f7;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  color: #454545;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #527a73;
  border-color: #527a73;
  color: #fff;
}

.flatpickr-day.today {
  border-color: #527a73;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #527a73;
  background: #527a73;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #40615c;
  box-shadow: none;
  color: #fff;
  border-color: #40615c;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #40615c;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #f7f7f7, 5px 0 0 #f7f7f7;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #40615c, 5px 0 0 #40615c;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #f7f7f7;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #454545;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #454545;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #454545;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #454545;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*="select-one"]
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}

.choices[data-type*="select-one"]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable::after,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus,
.choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.turbo-progress-bar{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(82 122 115 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.turbo-progress-bar{
  background-color: rgb(82 122 115 / var(--tw-bg-opacity));
}
}

/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/

.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.iziToast-capsule,
.iziToast-capsule * {
  box-sizing: border-box;
}

.iziToast-overlay {
  display: block;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 997;
}

.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: 'Lato', Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0;
  background: rgba(238,238,238,0.9);
  border-color: rgba(238,238,238,0.9);
  width: 100%;
  pointer-events: all;
  cursor: default;
  transform: translateX(0);
  -webkit-touch-callout: none /* iOS Safari */;
  -webkit-user-select: none /* Chrome/Safari/Opera */;
  -moz-user-select: none /* Firefox */;
  user-select: none;
  min-height: 54px;
}

.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255,255,255,0.2);
}

.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0,0,0,0.3);
  border-radius: 0 0 3px 3px;
}

.iziToast.iziToast-balloon:before {
  content: '';
  position: absolute;
  right: 8px;
  left: auto;
  width: 0px;
  height: 0px;
  top: 100%;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0;
}

.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto;
}

.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px;
}

.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.1);
}

.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: none;
}

.iziToast > .iziToast-close:hover {
  opacity: 1;
}

.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left;
}

.iziToast > .iziToast-body:after {
  content: "";
  display: table;
  clear: both;
}

.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0 0;
  padding-right: 2px;
  display: inline-block;
  float: left;
}

.iziToast > .iziToast-body .iziToast-inputs {
  min-height: 19px;
  float: left;
  margin: 3px -2px;
}

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]),
.iziToast > .iziToast-body .iziToast-inputs > select {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: rgba(0,0,0,0.1);
  color: #000;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  min-height: 26px;
}

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]):focus,
.iziToast > .iziToast-body .iziToast-inputs > select:focus {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
}

.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px;
}

.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0,0,0,0.1);
  color: #000;
}

.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):hover {
  background: rgba(0,0,0,0.2);
}

.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):focus {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.6);
}

.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):active {
  top: 1px;
}

.iziToast > .iziToast-body .iziToast-icon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
  width: 24px;
  height: 24px;
}

.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  float: left;
  color: #000;
  white-space: normal;
}

.iziToast > .iziToast-body .iziToast-message {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  color: rgba(0,0,0,0.6);
  white-space: normal;
}

.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-inputs-child {
  opacity: 0;
}

.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.iziToast-target .iziToast-capsule {
  overflow: hidden;
}

.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left;
}

.iziToast-wrapper {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}

.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto;
}

.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
  text-align: left;
}

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px;
}

.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right;
}

.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
  text-align: left;
}

.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px;
}

.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right;
}

.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.iziToast-wrapper-bottomCenter {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.iziToast-wrapper-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}

.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, 'Lato', Arial;
}

.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0;
}

.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0;
}

.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
  float: right;
  text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px;
  }

  .iziToast {
    margin: 5px 0;
    border-radius: 3px;
    width: auto;
  }

  .iziToast:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1), 0 8px 8px -5px rgba(0,0,0,0.25);
  }

  .iziToast:not(.iziToast-rtl) .iziToast-cover {
    border-radius: 3px 0 0 3px;
  }

  .iziToast.iziToast-rtl .iziToast-cover {
    border-radius: 0 3px 3px 0;
  }

  .iziToast.iziToast-color-dark:after {
    box-shadow: inset 0 -10px 20px -10px rgba(255,255,255,0.3), 0 10px 10px -5px rgba(0,0,0,0.25);
  }

  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: transparent;
  }

  .iziToast.iziToast-balloon:after {
    box-shadow: 0 10px 10px -5px rgba(0,0,0,0.25), inset 0 10px 20px -5px rgba(0,0,0,0.25);
  }

  .iziToast-target .iziToast:after {
    box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.2), inset 0 0 5px rgba(0,0,0,0.1);
  }
}

.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70;
}

.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}

.iziToast.iziToast-theme-dark .iziToast-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
}

.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255,255,255,0.1);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255,255,255,0.2);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
}

.iziToast.iziToast-color-red {
  background: rgba(255,175,180,0.9);
  border-color: rgba(255,175,180,0.9);
}

.iziToast.iziToast-color-orange {
  background: rgba(255,207,165,0.9);
  border-color: rgba(255,207,165,0.9);
}

.iziToast.iziToast-color-yellow {
  background: rgba(255,249,178,0.9);
  border-color: rgba(255,249,178,0.9);
}

.iziToast.iziToast-color-blue {
  background: rgba(157,222,255,0.9);
  border-color: rgba(157,222,255,0.9);
}

.iziToast.iziToast-color-green {
  background: rgba(166,239,184,0.9);
  border-color: rgba(166,239,184,0.9);
}

.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
  width: 100%;
}

.iziToast.iziToast-layout3 {
  border-radius: 2px;
}

.iziToast.iziToast-layout3::after {
  display: none;
}

.iziToast.revealIn,
.iziToast .revealIn {
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
}

.iziToast.slideIn,
.iziToast .slideIn {
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}

.iziToast.bounceInLeft {
  animation: iziT-bounceInLeft 0.7s ease-in-out both;
}

.iziToast.bounceInRight {
  animation: iziT-bounceInRight 0.85s ease-in-out both;
}

.iziToast.bounceInDown {
  animation: iziT-bounceInDown 0.7s ease-in-out both;
}

.iziToast.bounceInUp {
  animation: iziT-bounceInUp 0.7s ease-in-out both;
}

.iziToast.fadeIn,
.iziToast .fadeIn {
  animation: iziT-fadeIn 0.5s ease both;
}

.iziToast.fadeInUp {
  animation: iziT-fadeInUp 0.7s ease both;
}

.iziToast.fadeInDown {
  animation: iziT-fadeInDown 0.7s ease both;
}

.iziToast.fadeInLeft {
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.iziToast.fadeInRight {
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.iziToast.flipInX {
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
}

.iziToast.fadeOut {
  animation: iziT-fadeOut 0.7s ease both;
}

.iziToast.fadeOutDown {
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast.fadeOutUp {
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast.fadeOutLeft {
  animation: iziT-fadeOutLeft 0.5s ease both;
}

.iziToast.fadeOutRight {
  animation: iziT-fadeOutRight 0.5s ease both;
}

.iziToast.flipOutX {
  backface-visibility: visible !important;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast-overlay.fadeIn {
  animation: iziT-fadeIn 0.5s ease both;
}

.iziToast-overlay.fadeOut {
  animation: iziT-fadeOut 0.7s ease both;
}

@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px);
  }

  50% {
    opacity: 1;
    transform: translateX(-20px);
  }

  70% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px);
  }

  50% {
    opacity: 1;
    transform: translateX(20px);
  }

  70% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  50% {
    opacity: 1;
    transform: translateY(10px);
  }

  70% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  50% {
    opacity: 1;
    transform: translateY(-10px);
  }

  70% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes iziT-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(300px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(-300px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziT-flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes iziT-fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes iziT-fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes iziT-fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes iziT-fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
}

@keyframes iziT-fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
}

@keyframes iziT-flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes splide-loading{
  0%{
    transform:rotate(0)
  }

  to{
    transform:rotate(1turn)
  }
}

.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{
  display:block
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  z-index:0
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{
  opacity:1;
  position:relative;
  z-index:1
}

.splide--rtl{
  direction:rtl
}

.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{
  display:block
}

.splide__container{
  box-sizing:border-box;
  position:relative
}

.splide__list{
  backface-visibility:hidden;
  display:flex;
  height:100%;
  margin:0!important;
  padding:0!important;
  transform-style:preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list{
  display:block
}

.splide__pagination{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
  pointer-events:none
}

.splide__pagination li{
  display:inline-block;
  line-height:1;
  list-style-type:none;
  margin:0;
  pointer-events:auto
}

.splide__progress__bar{
  width:0
}

.splide{
  outline:none;
  position:relative;
  visibility:hidden
}

.splide.is-initialized,.splide.is-rendered{
  visibility:visible
}

.splide__slide{
  backface-visibility:hidden;
  box-sizing:border-box;
  flex-shrink:0;
  list-style-type:none!important;
  margin:0;
  outline:none;
  position:relative
}

.splide__slide img{
  vertical-align:bottom
}

.splide__slider{
  position:relative
}

.splide__spinner{
  animation:splide-loading 1s linear infinite;
  border:2px solid #999;
  border-left-color:transparent;
  border-radius:50%;
  bottom:0;
  contain:strict;
  display:inline-block;
  height:20px;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  width:20px
}

.splide__track{
  overflow:hidden;
  position:relative;
  z-index:0
}

.tippy-box[data-animation=scale-subtle][data-placement^=top]{
  transform-origin:bottom
}

.tippy-box[data-animation=scale-subtle][data-placement^=bottom]{
  transform-origin:top
}

.tippy-box[data-animation=scale-subtle][data-placement^=left]{
  transform-origin:right
}

.tippy-box[data-animation=scale-subtle][data-placement^=right]{
  transform-origin:left
}

.tippy-box[data-animation=scale-subtle][data-state=hidden]{
  transform:scale(.8);
  opacity:0
}

.tippy-box[data-animation=fade][data-state=hidden]{
  opacity:0
}

[data-tippy-root]{
  max-width:calc(100vw - 10px)
}

.tippy-box{
  position:relative;
  background-color:#333;
  color:#fff;
  border-radius:4px;
  font-size:14px;
  line-height:1.4;
  white-space:normal;
  outline:0;
  transition-property:transform,visibility,opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow{
  bottom:0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before{
  bottom:-7px;
  left:0;
  border-width:8px 8px 0;
  border-top-color:currentcolor;
  border-top-color:initial;
  transform-origin:center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow{
  top:0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before{
  top:-7px;
  left:0;
  border-width:0 8px 8px;
  border-bottom-color:currentcolor;
  border-bottom-color:initial;
  transform-origin:center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow{
  right:0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before{
  border-width:8px 0 8px 8px;
  border-left-color:currentcolor;
  border-left-color:initial;
  right:-7px;
  transform-origin:center left
}

.tippy-box[data-placement^=right]>.tippy-arrow{
  left:0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before{
  left:-7px;
  border-width:8px 8px 8px 0;
  border-right-color:currentcolor;
  border-right-color:initial;
  transform-origin:center right
}

.tippy-box[data-inertia][data-state=visible]{
  transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow{
  width:16px;
  height:16px;
  color:#333
}

.tippy-arrow:before{
  content:"";
  position:absolute;
  border-color:transparent;
  border-style:solid
}

.tippy-content{
  position:relative;
  padding:5px 9px;
  z-index:1
}

/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */

.tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  vertical-align: initial;
  white-space: normal;
}

.tox *:not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
  /* stylelint-disable-line no-duplicate-selectors */
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}

.tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}

.tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}

.tox-tinymce {
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}

.tox-tinymce-inline {
  border: none;
  box-shadow: none;
}

.tox-tinymce-inline .tox-editor-header {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
}

.tox-tinymce-aux {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1300;
}

.tox-tinymce *:focus,
.tox-tinymce-aux *:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

.tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}

.tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.tox .accessibility-issue__description {
  align-items: stretch;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
}

.tox .accessibility-issue__description > div {
  padding-bottom: 4px;
}

.tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.tox .accessibility-issue__description > *:last-child:not(:only-child) {
  border-color: #cccccc;
  border-style: solid;
}

.tox .accessibility-issue__repair {
  margin-top: 16px;
}

.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: rgba(32, 122, 183, 0.1);
  border-color: rgba(32, 122, 183, 0.4);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description > *:last-child {
  border-color: rgba(32, 122, 183, 0.4);
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  color: #207ab7;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
  fill: #207ab7;
}

.tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon {
  color: #207ab7;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: rgba(255, 165, 0, 0.1);
  border-color: rgba(255, 165, 0, 0.5);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description > *:last-child {
  border-color: rgba(255, 165, 0, 0.5);
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  color: #cc8500;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
  fill: #cc8500;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon {
  color: #cc8500;
}

.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: rgba(204, 0, 0, 0.1);
  border-color: rgba(204, 0, 0, 0.4);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description > *:last-child {
  border-color: rgba(204, 0, 0, 0.4);
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  color: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
  fill: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon {
  color: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.1);
  border-color: rgba(120, 171, 70, 0.4);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
  border-color: rgba(120, 171, 70, 0.4);
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #78AB46;
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
  fill: #78AB46;
}

.tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon {
  color: #78AB46;
}

.tox .tox-dialog__body-content .accessibility-issue__header h1,
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  margin-top: 0;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-left: auto;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 4px 4px 8px;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description > *:last-child {
  border-left-width: 1px;
  padding-left: 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-right: auto;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description > *:last-child {
  border-right-width: 1px;
  padding-right: 4px;
}

.tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-button {
  background-color: #207ab7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #207ab7;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.tox .tox-button[disabled] {
  background-color: #207ab7;
  background-image: none;
  border-color: #207ab7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.tox .tox-button:focus:not(:disabled) {
  background-color: #1c6ca1;
  background-image: none;
  border-color: #1c6ca1;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button:hover:not(:disabled) {
  background-color: #1c6ca1;
  background-image: none;
  border-color: #1c6ca1;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button:active:not(:disabled) {
  background-color: #185d8c;
  background-image: none;
  border-color: #185d8c;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button--secondary {
  background-color: #f0f0f0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #f0f0f0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  outline: none;
  padding: 4px 16px;
  text-decoration: none;
  text-transform: none;
}

.tox .tox-button--secondary[disabled] {
  background-color: #f0f0f0;
  background-image: none;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary:active:not(:disabled) {
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}

.tox .tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}

.tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.tox .tox-button-link--sm {
  font-size: 14px;
}

.tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  box-shadow: initial;
  color: #222f3e;
}

.tox .tox-button--naked[disabled] {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--naked:hover:not(:disabled) {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--naked:focus:not(:disabled) {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--naked:active:not(:disabled) {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}

.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #222f3e;
}

.tox .tox-checkbox {
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}

.tox .tox-checkbox__input {
  /* Hide from view but visible to screen readers */
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 3px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: calc(4px - 1px);
  width: 24px;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(34, 47, 62, 0.3);
}

.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #207ab7;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #207ab7;
}

.tox .tox-checkbox--disabled {
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}

.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #207ab7;
  padding: calc(4px - 1px);
}

.tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}

.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}

.tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}

.tox {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}

.tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: #cccccc;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}

.tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}

.tox .tox-collection__group-heading {
  background-color: #e6e6e6;
  color: rgba(34, 47, 62, 0.7);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tox .tox-collection__item {
  align-items: center;
  color: #222f3e;
  cursor: pointer;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}

.tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}

.tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}

.tox .tox-collection--list .tox-collection__item--enabled {
  background-color: #fff;
  color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active {
  background-color: #dee0e2;
}

.tox .tox-collection--toolbar .tox-collection__item--enabled {
  background-color: #c8cbcf;
  color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active {
  background-color: #dee0e2;
}

.tox .tox-collection--grid .tox-collection__item--enabled {
  background-color: #c8cbcf;
  color: #222f3e;
}

.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #dee0e2;
  color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}

.tox .tox-collection__item-icon,
.tox .tox-collection__item-checkmark {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.tox .tox-collection__item-icon svg,
.tox .tox-collection__item-checkmark svg {
  fill: currentColor;
}

.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}

.tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-transform: none;
  word-break: break-all;
}

.tox .tox-collection__item-accessory {
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}

.tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}

.tox .tox-collection__item-caret::after {
  content: '';
  font-size: 0;
  min-height: inherit;
}

.tox .tox-collection__item-caret svg {
  fill: #222f3e;
}

.tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}

.tox .tox-collection--horizontal {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}

.tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item {
  height: 34px;
  margin: 2px 0 3px 0;
  padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}

.tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}

.tox .tox-collection__item-container {
  display: flex;
}

.tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}

.tox .tox-collection__item-container--column {
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  align-self: center;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}

.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}

.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid #cccccc;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}

.tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}

.tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}

.tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}

.tox .tox-sv-palette-spectrum {
  height: 100%;
}

.tox .tox-sv-palette,
.tox .tox-sv-palette-spectrum {
  width: 225px;
}

.tox .tox-sv-palette-thumb {
  background: none;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}

.tox .tox-sv-palette-inner-thumb {
  border: 1px solid white;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}

.tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}

.tox .tox-hue-slider-spectrum {
  background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
  height: 100%;
  width: 100%;
}

.tox .tox-hue-slider,
.tox .tox-hue-slider-spectrum {
  width: 20px;
}

.tox .tox-hue-slider-thumb {
  background: white;
  border: 1px solid black;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}

.tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}

.tox .tox-rgb-form input {
  width: 6em;
}

.tox .tox-rgb-form input.tox-invalid {
  /* Need !important to override Chrome's focus styling unfortunately */
  border: 1px solid red !important;
}

.tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid black;
  flex-grow: 2;
  margin-bottom: 0;
}

.tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}

.tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}

.tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}

.tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}

.tox .tox-toolbar .tox-swatches,
.tox .tox-toolbar__primary .tox-swatches,
.tox .tox-toolbar__overflow .tox-swatches {
  margin: 2px 0 3px 4px;
}

.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px 0;
}

.tox .tox-swatches__row {
  display: flex;
}

.tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}

.tox .tox-swatch:hover,
.tox .tox-swatch:focus {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}

.tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}

.tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}

.tox .tox-swatches__picker-btn svg {
  height: 24px;
  width: 24px;
}

.tox .tox-swatches__picker-btn:hover {
  background: #dee0e2;
}

.tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}

.tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}

.tox .tox-comment-thread {
  background: #fff;
  position: relative;
}

.tox .tox-comment-thread > *:not(:first-child) {
  margin-top: 8px;
}

.tox .tox-comment {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  padding: 8px 8px 16px 8px;
  position: relative;
}

.tox .tox-comment__header {
  align-items: center;
  color: #222f3e;
  display: flex;
  justify-content: space-between;
}

.tox .tox-comment__date {
  color: rgba(34, 47, 62, 0.7);
  font-size: 12px;
}

.tox .tox-comment__body {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: none;
  text-transform: initial;
}

.tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
}

.tox .tox-comment__expander {
  padding-top: 8px;
}

.tox .tox-comment__expander p {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
  font-style: normal;
}

.tox .tox-comment__body p {
  margin: 0;
}

.tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}

.tox .tox-comment-thread__overlay::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}

.tox .tox-comment__reply > *:first-child {
  margin-bottom: 8px;
  width: 100%;
}

.tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 16px;
}

.tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}

.tox .tox-comment__overlay {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}

.tox .tox-comment__loading-text {
  align-items: center;
  color: #222f3e;
  display: flex;
  flex-direction: column;
  position: relative;
}

.tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}

.tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.tox .tox-comment__overlaytext p {
  background-color: #fff;
  box-shadow: 0 0 8px 8px #fff;
  color: #222f3e;
  text-align: center;
}

.tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}

.tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
}

.tox .tox-conversations {
  margin: 8px;
}

.tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
.tox:not([dir=rtl]) .tox-comment__edit > *:last-child,
.tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-comment__buttonspacing > *:last-child,
.tox[dir=rtl] .tox-comment__edit > *:last-child,
.tox[dir=rtl] .tox-comment__reply > *:last-child {
  margin-right: 8px;
}

.tox .tox-user {
  align-items: center;
  display: flex;
}

.tox .tox-user__avatar svg {
  fill: rgba(34, 47, 62, 0.7);
}

.tox .tox-user__name {
  color: rgba(34, 47, 62, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

.tox:not([dir=rtl]) .tox-user__avatar svg {
  margin-right: 8px;
}

.tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar svg {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}

.tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}

.tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #fff;
}

.tox .tox-dialog {
  background-color: #fff;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}

@media only screen and (max-width:767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    width: calc(100vw - 16px);
  }
}

.tox .tox-dialog-inline {
  z-index: 1100;
}

.tox .tox-dialog__header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #222f3e;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}

.tox .tox-dialog__header .tox-button {
  z-index: 1;
}

.tox .tox-dialog__draghandle {
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tox .tox-dialog__draghandle:active {
  cursor: grabbing;
}

.tox .tox-dialog__dismiss {
  margin-left: auto;
}

.tox .tox-dialog__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}

.tox .tox-dialog__body {
  color: #222f3e;
  display: flex;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}

@media only screen and (max-width:767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}

.tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 16px 16px;
}

@media only screen and (max-width:767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}

.tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(32, 122, 183, 0.1);
}

.tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #207ab7;
  color: #207ab7;
}

.tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
  max-height: 650px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}

.tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}

.tox .tox-dialog__body-content > *:first-child {
  margin-top: 0;
}

.tox .tox-dialog__body-content > *:last-child {
  margin-bottom: 0;
}

.tox .tox-dialog__body-content > *:only-child {
  margin-bottom: 0;
  margin-top: 0;
}

.tox .tox-dialog__body-content a {
  color: #207ab7;
  cursor: pointer;
  text-decoration: none;
}

.tox .tox-dialog__body-content a:hover,
.tox .tox-dialog__body-content a:focus {
  color: #185d8c;
  text-decoration: none;
}

.tox .tox-dialog__body-content a:active {
  color: #185d8c;
  text-decoration: none;
}

.tox .tox-dialog__body-content svg {
  fill: #222f3e;
}

.tox .tox-dialog__body-content ul {
  display: block;
  list-style-type: disc;
  margin-bottom: 16px;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 2.5rem;
}

.tox .tox-dialog__body-content .tox-form__group h1 {
  color: #222f3e;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group h2 {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}

.tox .tox-dialog__body-content .tox-form__group h1:first-child,
.tox .tox-dialog__body-content .tox-form__group h2:first-child,
.tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:last-child,
.tox .tox-dialog__body-content .tox-form__group h2:last-child,
.tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:only-child,
.tox .tox-dialog__body-content .tox-form__group h2:only-child,
.tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}

.tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}

.tox .tox-dialog--width-md {
  max-width: 800px;
}

.tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}

.tox .tox-dialog__body-content--centered {
  text-align: center;
}

.tox .tox-dialog__footer {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}

.tox .tox-dialog__footer-start,
.tox .tox-dialog__footer-end {
  display: flex;
}

.tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}

.tox .tox-dialog__table thead th {
  font-weight: bold;
  padding-bottom: 8px;
}

.tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #cccccc;
}

.tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}

.tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}

.tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}

.tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
}

.tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  height: 100%;
}

.tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}

.tox.tox-platform-ie {
  /* IE11 CSS styles go here */
}

.tox.tox-platform-ie .tox-dialog-wrap {
  position: -ms-device-fixed;
}

@media only screen and (max-width:767px) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }

  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}

.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *,
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}

@media only screen and (max-width:767px) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }

  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}

.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *,
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-right: 8px;
}

body.tox-dialog__disable-scroll {
  overflow: hidden;
}

.tox .tox-dropzone-container {
  display: flex;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #cccccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}

.tox .tox-dropzone p {
  color: rgba(34, 47, 62, 0.7);
  margin: 0 0 16px 0;
}

.tox .tox-edit-area {
  display: flex;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  overflow: hidden;
  position: relative;
}

.tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  height: 100%;
  position: absolute;
  width: 100%;
}

.tox.tox-inline-edit-area {
  border: 1px dotted #cccccc;
}

.tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}

.tox .tox-editor-header {
  z-index: 1;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none;
  transition: box-shadow 0.5s;
}

.tox.tox-tinymce--toolbar-bottom .tox-editor-header,
.tox.tox-tinymce-inline .tox-editor-header {
  margin-bottom: -1px;
}

.tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: transparent;
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
}

.tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}

.tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}

.tox .tox-control-wrap {
  flex: 1 1;
  position: relative;
}

.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}

.tox .tox-control-wrap svg {
  display: block;
}

.tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}

.tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}

.tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}

.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}

.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}

.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}

.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}

.tox .tox-autocompleter {
  max-width: 25em;
}

.tox .tox-autocompleter .tox-menu {
  max-width: 25em;
}

.tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: bold;
}

.tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}

.tox .tox-color-input .tox-textfield {
  z-index: -1;
}

.tox .tox-color-input span {
  border-color: rgba(34, 47, 62, 0.2);
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}

.tox .tox-color-input span:hover:not([aria-disabled=true]),
.tox .tox-color-input span:focus:not([aria-disabled=true]) {
  border-color: #207ab7;
  cursor: pointer;
}

.tox .tox-color-input span::before {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  content: '';
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}

.tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}

.tox:not([dir=rtl]) .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}

.tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}

.tox[dir="rtl"] .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox[dir="rtl"] .tox-color-input .tox-textfield {
  padding-right: 36px;
}

.tox[dir="rtl"] .tox-color-input span {
  right: 6px;
}

.tox .tox-label,
.tox .tox-toolbar-label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}

.tox .tox-toolbar-label {
  padding: 0 8px;
}

.tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}

.tox .tox-form {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
}

.tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}

.tox .tox-form-group--maximize {
  flex: 1 1;
}

.tox .tox-form__group--error {
  color: #c00;
}

.tox .tox-form__group--collection {
  display: flex;
}

.tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - (8px / 2));
}

.tox .tox-form__grid--3col > .tox-form__group {
  width: calc(100% / 3 - (8px / 2));
}

.tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - (8px / 2));
}

.tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}

.tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}

.tox .tox-form__group--stretched {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
}

.tox .tox-form__group--stretched .tox-textarea {
  flex: 1 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  height: 100%;
}

.tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
  margin-right: 4px;
}

.tox .tox-lock.tox-locked .tox-lock-icon__unlock,
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}

.tox .tox-textfield,
.tox .tox-toolbar-textfield,
.tox .tox-listboxfield .tox-listbox--select,
.tox .tox-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 4.75px;
  resize: none;
  width: 100%;
}

.tox .tox-textfield[disabled],
.tox .tox-textarea[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-textfield:focus,
.tox .tox-listboxfield .tox-listbox--select:focus,
.tox .tox-textarea:focus {
  background-color: #fff;
  border-color: #207ab7;
  box-shadow: none;
  outline: none;
}

.tox .tox-toolbar-textfield {
  border-width: 0;
  margin-bottom: 3px;
  margin-top: 2px;
  max-width: 250px;
}

.tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: none;
  box-shadow: initial;
  color: #207ab7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}

.tox .tox-naked-btn svg {
  display: block;
  fill: #222f3e;
}

.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}

.tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}

.tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-listbox__select-label {
  cursor: default;
  flex: 1 1;
  margin: 0 4px;
}

.tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}

.tox .tox-listbox__select-chevron svg {
  fill: #222f3e;
}

.tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}

.tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}

.tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}

.tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}

.tox .tox-selectfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 4.75px;
  resize: none;
  width: 100%;
}

.tox .tox-selectfield select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-selectfield select::-ms-expand {
  display: none;
}

.tox .tox-selectfield select:focus {
  background-color: #fff;
  border-color: #207ab7;
  box-shadow: none;
  outline: none;
}

.tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox:not([dir=rtl]) .tox-selectfield select[size="0"],
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}

.tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}

.tox[dir=rtl] .tox-selectfield select[size="0"],
.tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}

.tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}

.tox .tox-textarea {
  -webkit-appearance: textarea;
  -moz-appearance: textarea;
  appearance: textarea;
  white-space: pre-wrap;
}

.tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}

.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}

.tox.tox-tinymce.tox-fullscreen,
.tox-shadowhost.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}

.tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}

.tox-fullscreen .tox.tox-tinymce-aux,
.tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}

.tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}

.tox .tox-image-tools {
  width: 100%;
}

.tox .tox-image-tools__toolbar {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tox .tox-image-tools__image {
  background-color: #666;
  height: 380px;
  overflow: auto;
  position: relative;
  width: 100%;
}

.tox .tox-image-tools__image,
.tox .tox-image-tools__image + .tox-image-tools__toolbar {
  margin-top: 8px;
}

.tox .tox-image-tools__image-bg {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}

.tox .tox-image-tools__toolbar > .tox-spacer {
  flex: 1 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-croprect-block {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}

.tox .tox-croprect-handle {
  border: 2px solid white;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.tox .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}

.tox .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}

.tox .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}

.tox .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}

.tox .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-button + .tox-slider {
  margin-left: 32px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider + .tox-button {
  margin-left: 32px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-button + .tox-slider {
  margin-right: 32px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider + .tox-button {
  margin-right: 32px;
}

.tox .tox-insert-table-picker {
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}

.tox .tox-insert-table-picker > div {
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}

.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px 0;
}

.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: rgba(32, 122, 183, 0.5);
  border-color: rgba(32, 122, 183, 0.5);
}

.tox .tox-insert-table-picker__label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}

.tox:not([dir=rtl]) {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}

.tox[dir=rtl] {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}

.tox {
  /* stylelint-disable */
  /* stylelint-enable */
}

.tox .tox-menu {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
}

.tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0;
}

.tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 4px;
}

.tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 4px;
}

.tox .tox-menu__label h1,
.tox .tox-menu__label h2,
.tox .tox-menu__label h3,
.tox .tox-menu__label h4,
.tox .tox-menu__label h5,
.tox .tox-menu__label h6,
.tox .tox-menu__label p,
.tox .tox-menu__label blockquote,
.tox .tox-menu__label code {
  margin: 0;
}

.tox .tox-menubar {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 4px 0 4px;
}

.tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar {
  border-top: 1px solid #cccccc;
}

/* Deprecated. Remove in next major release */

.tox .tox-mbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 34px;
  justify-content: center;
  margin: 2px 0 3px 0;
  outline: none;
  overflow: hidden;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}

.tox .tox-mbtn[disabled] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-mbtn:focus:not(:disabled) {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn--active {
  background: #c8cbcf;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}

.tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}

.tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}

.tox .tox-notification {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  font-size: 14px;
  font-weight: normal;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 100ms ease-in, opacity 150ms ease-in;
}

.tox .tox-notification p {
  font-size: 14px;
  font-weight: normal;
}

.tox .tox-notification a {
  cursor: pointer;
  text-decoration: underline;
}

.tox .tox-notification--in {
  opacity: 1;
}

.tox .tox-notification--success {
  background-color: #e4eeda;
  border-color: #d7e6c8;
  color: #222f3e;
}

.tox .tox-notification--success p {
  color: #222f3e;
}

.tox .tox-notification--success a {
  color: #547831;
}

.tox .tox-notification--success svg {
  fill: #222f3e;
}

.tox .tox-notification--error {
  background-color: #f8dede;
  border-color: #f2bfbf;
  color: #222f3e;
}

.tox .tox-notification--error p {
  color: #222f3e;
}

.tox .tox-notification--error a {
  color: #c00;
}

.tox .tox-notification--error svg {
  fill: #222f3e;
}

.tox .tox-notification--warn,
.tox .tox-notification--warning {
  background-color: #fffaea;
  border-color: #ffe89d;
  color: #222f3e;
}

.tox .tox-notification--warn p,
.tox .tox-notification--warning p {
  color: #222f3e;
}

.tox .tox-notification--warn a,
.tox .tox-notification--warning a {
  color: #222f3e;
}

.tox .tox-notification--warn svg,
.tox .tox-notification--warning svg {
  fill: #222f3e;
}

.tox .tox-notification--info {
  background-color: #d9edf7;
  border-color: #779ecb;
  color: #222f3e;
}

.tox .tox-notification--info p {
  color: #222f3e;
}

.tox .tox-notification--info a {
  color: #222f3e;
}

.tox .tox-notification--info svg {
  fill: #222f3e;
}

.tox .tox-notification__body {
  align-self: center;
  color: #222f3e;
  font-size: 14px;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}

.tox .tox-notification__body > * {
  margin: 0;
}

.tox .tox-notification__body > * + * {
  margin-top: 1rem;
}

.tox .tox-notification__icon {
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}

.tox .tox-notification__icon svg {
  display: block;
}

.tox .tox-notification__dismiss {
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}

.tox .tox-notification .tox-progress-bar {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  justify-self: center;
}

.tox .tox-pop {
  display: inline-block;
  position: relative;
}

.tox .tox-pop--resizing {
  transition: width 0.1s ease;
}

.tox .tox-pop--resizing .tox-toolbar,
.tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}

.tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property: left, right, top, bottom;
}

.tox .tox-pop--transition::before,
.tox .tox-pop--transition::after {
  transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
}

.tox .tox-pop__dialog {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  min-width: 0;
  overflow: hidden;
}

.tox .tox-pop__dialog > *:not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}

.tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}

.tox .tox-pop::before,
.tox .tox-pop::after {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}

.tox .tox-pop.tox-pop--inset::before,
.tox .tox-pop.tox-pop--inset::after {
  opacity: 0;
  transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
}

.tox .tox-pop.tox-pop--bottom::before,
.tox .tox-pop.tox-pop--bottom::after {
  left: 50%;
  top: 100%;
}

.tox .tox-pop.tox-pop--bottom::after {
  border-color: #fff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}

.tox .tox-pop.tox-pop--bottom::before {
  border-color: #cccccc transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}

.tox .tox-pop.tox-pop--top::before,
.tox .tox-pop.tox-pop--top::after {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}

.tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}

.tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #cccccc transparent;
  border-width: 9px;
  margin-left: -9px;
}

.tox .tox-pop.tox-pop--left::before,
.tox .tox-pop.tox-pop--left::after {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--left::after {
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}

.tox .tox-pop.tox-pop--left::before {
  border-color: transparent #cccccc transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}

.tox .tox-pop.tox-pop--right::before,
.tox .tox-pop.tox-pop--right::after {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #cccccc;
  border-width: 10px;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--align-left::before,
.tox .tox-pop.tox-pop--align-left::after {
  left: 20px;
}

.tox .tox-pop.tox-pop--align-right::before,
.tox .tox-pop.tox-pop--align-right::after {
  left: calc(100% - 20px);
}

.tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  min-height: 0;
}

.tox .tox-sidebar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}

.tox .tox-sidebar__pane-container {
  display: flex;
}

.tox .tox-sidebar__pane {
  display: flex;
}

.tox .tox-sidebar--sliding-closed {
  opacity: 0;
}

.tox .tox-sidebar--sliding-open {
  opacity: 1;
}

.tox .tox-sidebar--sliding-growing,
.tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}

.tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}

.tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}

.tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
  height: 24px;
  justify-content: center;
  position: relative;
}

.tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}

.tox .tox-slider__handle {
  background-color: #207ab7;
  border: 2px solid #185d8c;
  border-radius: 3px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}

.tox .tox-source-code {
  overflow: auto;
}

.tox .tox-spinner {
  display: flex;
}

.tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(34, 47, 62, 0.7);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}

.tox .tox-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}

.tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes tam-bouncing-dots {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}

.tox .tox-statusbar {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  color: rgba(34, 47, 62, 0.7);
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: normal;
  height: 18px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: uppercase;
}

.tox .tox-statusbar__text-container {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  overflow: hidden;
}

.tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}

.tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}

.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
  color: rgba(34, 47, 62, 0.7);
  text-decoration: none;
}

.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
  text-decoration: underline;
}

.tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  cursor: nwse-resize;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: -8px;
  padding-left: 1ch;
}

.tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(34, 47, 62, 0.7);
}

.tox .tox-statusbar__resize-handle:focus svg {
  background-color: #dee0e2;
  border-radius: 1px;
  box-shadow: 0 0 0 2px #dee0e2;
}

.tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 1ch;
}

.tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}

.tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}

.tox .tox-throbber {
  z-index: 1299;
}

.tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tox .tox-tbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 34px;
  justify-content: center;
  margin: 2px 0 3px 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  width: 34px;
}

.tox .tox-tbtn svg {
  display: block;
  fill: #222f3e;
}

.tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}

.tox .tox-tbtn:focus {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
}

.tox .tox-tbtn:hover {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn:hover svg {
  fill: #222f3e;
}

.tox .tox-tbtn:active {
  background: #c8cbcf;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn:active svg {
  fill: #222f3e;
}

.tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover,
.tox .tox-tbtn:disabled,
.tox .tox-tbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-tbtn--disabled svg,
.tox .tox-tbtn--disabled:hover svg,
.tox .tox-tbtn:disabled svg,
.tox .tox-tbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
  background: #c8cbcf;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn--enabled > *,
.tox .tox-tbtn--enabled:hover > * {
  transform: none;
}

.tox .tox-tbtn--enabled svg,
.tox .tox-tbtn--enabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #222f3e;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #222f3e;
}

.tox .tox-tbtn:active > * {
  transform: none;
}

.tox .tox-tbtn--md {
  height: 51px;
  width: 51px;
}

.tox .tox-tbtn--lg {
  flex-direction: column;
  height: 68px;
  width: 68px;
}

.tox .tox-tbtn--return {
  align-self: stretch;
  height: auto;
  height: initial;
  width: 16px;
}

.tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: auto;
  width: initial;
}

.tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tox .tox-tbtn--select {
  margin: 2px 0 3px 0;
  padding: 0 4px;
  width: auto;
}

.tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}

.tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}

.tox .tox-tbtn__select-chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}

.tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 2px 0 3px 0;
  overflow: hidden;
}

.tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #dee0e2 inset;
}

.tox .tox-split-button:focus {
  background: #dee0e2;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-split-button > * {
  border-radius: 0;
}

.tox .tox-split-button__chevron {
  width: 16px;
}

.tox .tox-split-button__chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-split-button .tox-tbtn {
  margin: 0;
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child {
  width: 30px;
}

.tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}

.tox .tox-split-button.tox-tbtn--disabled:hover,
.tox .tox-split-button.tox-tbtn--disabled:focus,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
  background: transparent;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-toolbar-overlord {
  background-color: #fff;
}

.tox .tox-toolbar,
.tox .tox-toolbar__primary,
.tox .tox-toolbar__overflow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0;
}

.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}

.tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}

.tox .tox-toolbar__overflow--shrinking {
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}

.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
  border-top: 1px solid #cccccc;
  margin-top: -1px;
}

.tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.tox .tox-pop .tox-toolbar {
  border-width: 0;
}

.tox .tox-toolbar--no-divider {
  background-image: none;
}

.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child,
.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary {
  border-top: 1px solid #cccccc;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 4px 0 4px;
}

.tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}

.tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}

.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid #cccccc;
}

.tox .tox-tooltip {
  display: inline-block;
  padding: 8px;
  position: relative;
}

.tox .tox-tooltip__body {
  background-color: #222f3e;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(34, 47, 62, 0.3);
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  padding: 4px 8px;
  text-transform: none;
}

.tox .tox-tooltip__arrow {
  position: absolute;
}

.tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222f3e;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #222f3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222f3e;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222f3e;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-well {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}

.tox .tox-well > *:first-child {
  margin-top: 0;
}

.tox .tox-well > *:last-child {
  margin-bottom: 0;
}

.tox .tox-well > *:only-child {
  margin: 0;
}

.tox .tox-custom-editor {
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: flex;
  flex: 1 1;
  position: relative;
}

/* stylelint-disable */

.tox {
  /* stylelint-enable */
}

.tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.tox .tox-tab {
  cursor: pointer;
}

.tox .tox-dialog__content-js {
  display: flex;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-image-tools-edit-panel {
  height: 60px;
}

.tox .tox-image-tools__sidebar {
  height: 60px;
}

/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */

.mce-content-body .mce-item-anchor {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
  cursor: default;
  display: inline-block;
  height: 12px !important;
  padding: 0 2px;
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
  width: 8px !important;
}

.mce-content-body .mce-item-anchor[data-mce-selected] {
  outline-offset: 1px;
}

.tox-comments-visible .tox-comment {
  background-color: #fff0b7;
}

.tox-comments-visible .tox-comment--active {
  background-color: #ffe168;
}

.tox-checklist > li:not(.tox-checklist--hidden) {
  list-style: none;
  margin: 0.25em 0;
}

.tox-checklist > li:not(.tox-checklist--hidden)::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  cursor: pointer;
  height: 1em;
  margin-left: -1.5em;
  margin-top: 0.125em;
  position: absolute;
  width: 1em;
}

.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

[dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before {
  margin-left: 0;
  margin-right: -1.5em;
}

/* stylelint-disable */

/* http://prismjs.com/ */

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */

pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */

:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function,
.token.class-name {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

/* stylelint-enable */

.mce-content-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.mce-content-body .mce-visual-caret {
  background-color: black;
  background-color: currentColor;
  position: absolute;
}

.mce-content-body .mce-visual-caret-hidden {
  display: none;
}

.mce-content-body *[data-mce-caret] {
  left: -1000px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: 0;
}

.mce-content-body .mce-offscreen-selection {
  left: -2000000px;
  max-width: 1000000px;
  position: absolute;
}

.mce-content-body *[contentEditable=false] {
  cursor: default;
}

.mce-content-body *[contentEditable=true] {
  cursor: text;
}

.tox-cursor-format-painter {
  cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
}

.mce-content-body figure.align-left {
  float: left;
}

.mce-content-body figure.align-right {
  float: right;
}

.mce-content-body figure.image.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.mce-preview-object {
  border: 1px solid gray;
  display: inline-block;
  line-height: 0;
  margin: 0 2px 0 2px;
  position: relative;
}

.mce-preview-object .mce-shim {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mce-preview-object[data-mce-selected="2"] .mce-shim {
  display: none;
}

.mce-object {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
  border: 1px dashed #aaa;
}

.mce-pagebreak {
  border: 1px dashed #aaa;
  cursor: default;
  display: block;
  height: 5px;
  margin-top: 15px;
  page-break-before: always;
  width: 100%;
}

@media print {
  .mce-pagebreak {
    border: 0;
  }
}

.tiny-pageembed .mce-shim {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tiny-pageembed[data-mce-selected="2"] .mce-shim {
  display: none;
}

.tiny-pageembed {
  display: inline-block;
  position: relative;
}

.tiny-pageembed--21by9,
.tiny-pageembed--16by9,
.tiny-pageembed--4by3,
.tiny-pageembed--1by1 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.tiny-pageembed--21by9 {
  padding-top: 42.857143%;
}

.tiny-pageembed--16by9 {
  padding-top: 56.25%;
}

.tiny-pageembed--4by3 {
  padding-top: 75%;
}

.tiny-pageembed--1by1 {
  padding-top: 100%;
}

.tiny-pageembed--21by9 iframe,
.tiny-pageembed--16by9 iframe,
.tiny-pageembed--4by3 iframe,
.tiny-pageembed--1by1 iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mce-content-body[data-mce-placeholder] {
  position: relative;
}

.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  color: rgba(34, 47, 62, 0.7);
  content: attr(data-mce-placeholder);
  position: absolute;
}

.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  left: 1px;
}

.mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
  right: 1px;
}

.mce-content-body div.mce-resizehandle {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: 1298;
}

.mce-content-body div.mce-resizehandle:hover {
  background-color: #4099ff;
}

.mce-content-body div.mce-resizehandle:nth-of-type(1) {
  cursor: nwse-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(2) {
  cursor: nesw-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(3) {
  cursor: nwse-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(4) {
  cursor: nesw-resize;
}

.mce-content-body .mce-resize-backdrop {
  z-index: 10000;
}

.mce-content-body .mce-clonedresizable {
  cursor: default;
  opacity: 0.5;
  outline: 1px dashed black;
  position: absolute;
  z-index: 10001;
}

.mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
  border: 0;
}

.mce-content-body .mce-resize-helper {
  background: #555;
  background: rgba(0, 0, 0, 0.75);
  border: 1px;
  border-radius: 3px;
  color: white;
  display: none;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 5px 10px;
  padding: 5px;
  position: absolute;
  white-space: nowrap;
  z-index: 10002;
}

.tox-rtc-user-selection {
  position: relative;
}

.tox-rtc-user-cursor {
  bottom: 0;
  cursor: default;
  position: absolute;
  top: 0;
  width: 2px;
}

.tox-rtc-user-cursor::before {
  background-color: inherit;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 8px;
}

.tox-rtc-user-cursor:hover::after {
  background-color: inherit;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  content: attr(data-user);
  display: block;
  font-size: 12px;
  font-weight: bold;
  left: -5px;
  min-height: 8px;
  min-width: 8px;
  padding: 0 12px;
  position: absolute;
  top: -11px;
  white-space: nowrap;
  z-index: 1000;
}

.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
  background-color: #2dc26b;
}

.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
  background-color: #e03e2d;
}

.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
  background-color: #f1c40f;
}

.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
  background-color: #3598db;
}

.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
  background-color: #b96ad9;
}

.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
  background-color: #e67e23;
}

.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
  background-color: #aaa69d;
}

.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
  background-color: #f368e0;
}

.tox-rtc-remote-image {
  background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
  border: 1px solid #ccc;
  min-height: 240px;
  min-width: 320px;
}

.mce-match-marker {
  background: #aaa;
  color: #fff;
}

.mce-match-marker-selected {
  background: #39f;
  color: #fff;
}

.mce-match-marker-selected::-moz-selection {
  background: #39f;
  color: #fff;
}

.mce-match-marker-selected::selection {
  background: #39f;
  color: #fff;
}

.mce-content-body img[data-mce-selected],
.mce-content-body video[data-mce-selected],
.mce-content-body audio[data-mce-selected],
.mce-content-body object[data-mce-selected],
.mce-content-body embed[data-mce-selected],
.mce-content-body table[data-mce-selected] {
  outline: 3px solid #b4d7ff;
}

.mce-content-body hr[data-mce-selected] {
  outline: 3px solid #b4d7ff;
  outline-offset: 1px;
}

.mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
  outline: 3px solid #b4d7ff;
}

.mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
  outline: 3px solid #b4d7ff;
}

.mce-content-body *[contentEditable=false][data-mce-selected] {
  cursor: not-allowed;
  outline: 3px solid #b4d7ff;
}

.mce-content-body.mce-content-readonly *[contentEditable=true]:focus,
.mce-content-body.mce-content-readonly *[contentEditable=true]:hover {
  outline: none;
}

.mce-content-body *[data-mce-selected="inline-boundary"] {
  background-color: #b4d7ff;
}

.mce-content-body .mce-edit-focus {
  outline: 3px solid #b4d7ff;
}

.mce-content-body td[data-mce-selected],
.mce-content-body th[data-mce-selected] {
  position: relative;
}

.mce-content-body td[data-mce-selected]::-moz-selection,
.mce-content-body th[data-mce-selected]::-moz-selection {
  background: none;
}

.mce-content-body td[data-mce-selected]::-moz-selection, .mce-content-body th[data-mce-selected]::-moz-selection {
  background: none;
}

.mce-content-body td[data-mce-selected]::selection,
.mce-content-body th[data-mce-selected]::selection {
  background: none;
}

.mce-content-body td[data-mce-selected] *,
.mce-content-body th[data-mce-selected] * {
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mce-content-body td[data-mce-selected]::after,
.mce-content-body th[data-mce-selected]::after {
  background-color: rgba(180, 215, 255, 0.7);
  border: 1px solid rgba(180, 215, 255, 0.7);
  bottom: -1px;
  content: '';
  left: -1px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -1px;
  top: -1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mce-content-body td[data-mce-selected]::after,
  .mce-content-body th[data-mce-selected]::after {
    border-color: rgba(0, 84, 180, 0.7);
  }
}

.mce-content-body img::-moz-selection {
  background: none;
}

.mce-content-body img::selection {
  background: none;
}

.ephox-snooker-resizer-bar {
  background-color: #b4d7ff;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ephox-snooker-resizer-cols {
  cursor: col-resize;
}

.ephox-snooker-resizer-rows {
  cursor: row-resize;
}

.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
  opacity: 1;
}

.mce-spellchecker-word {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 0 calc(100% + 1px);
  background-repeat: repeat-x;
  background-size: auto 6px;
  cursor: default;
  height: 2rem;
}

.mce-spellchecker-grammar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 0 calc(100% + 1px);
  background-repeat: repeat-x;
  background-size: auto 6px;
  cursor: default;
}

.mce-toc {
  border: 1px solid gray;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc li {
  list-style-type: none;
}

table[style*="border-width: 0px"],
.mce-item-table:not([border]),
.mce-item-table[border="0"],
table[style*="border-width: 0px"] td,
.mce-item-table:not([border]) td,
.mce-item-table[border="0"] td,
table[style*="border-width: 0px"] th,
.mce-item-table:not([border]) th,
.mce-item-table[border="0"] th,
table[style*="border-width: 0px"] caption,
.mce-item-table:not([border]) caption,
.mce-item-table[border="0"] caption {
  border: 1px dashed #bbb;
}

.mce-visualblocks p,
.mce-visualblocks h1,
.mce-visualblocks h2,
.mce-visualblocks h3,
.mce-visualblocks h4,
.mce-visualblocks h5,
.mce-visualblocks h6,
.mce-visualblocks div:not([data-mce-bogus]),
.mce-visualblocks section,
.mce-visualblocks article,
.mce-visualblocks blockquote,
.mce-visualblocks address,
.mce-visualblocks pre,
.mce-visualblocks figure,
.mce-visualblocks figcaption,
.mce-visualblocks hgroup,
.mce-visualblocks aside,
.mce-visualblocks ul,
.mce-visualblocks ol,
.mce-visualblocks dl {
  background-repeat: no-repeat;
  border: 1px dashed #bbb;
  margin-left: 3px;
  padding-top: 10px;
}

.mce-visualblocks p {
  background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
}

.mce-visualblocks h1 {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
}

.mce-visualblocks h2 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
}

.mce-visualblocks h3 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
}

.mce-visualblocks h4 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
}

.mce-visualblocks h5 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
}

.mce-visualblocks h6 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
}

.mce-visualblocks div:not([data-mce-bogus]) {
  background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
}

.mce-visualblocks section {
  background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
}

.mce-visualblocks article {
  background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
}

.mce-visualblocks blockquote {
  background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
}

.mce-visualblocks address {
  background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
}

.mce-visualblocks pre {
  background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
}

.mce-visualblocks figure {
  background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
}

.mce-visualblocks figcaption {
  border: 1px dashed #bbb;
}

.mce-visualblocks hgroup {
  background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
}

.mce-visualblocks aside {
  background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
}

.mce-visualblocks ul {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
}

.mce-visualblocks ol {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
}

.mce-visualblocks dl {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
}

.mce-visualblocks:not([dir=rtl]) p,
.mce-visualblocks:not([dir=rtl]) h1,
.mce-visualblocks:not([dir=rtl]) h2,
.mce-visualblocks:not([dir=rtl]) h3,
.mce-visualblocks:not([dir=rtl]) h4,
.mce-visualblocks:not([dir=rtl]) h5,
.mce-visualblocks:not([dir=rtl]) h6,
.mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),
.mce-visualblocks:not([dir=rtl]) section,
.mce-visualblocks:not([dir=rtl]) article,
.mce-visualblocks:not([dir=rtl]) blockquote,
.mce-visualblocks:not([dir=rtl]) address,
.mce-visualblocks:not([dir=rtl]) pre,
.mce-visualblocks:not([dir=rtl]) figure,
.mce-visualblocks:not([dir=rtl]) figcaption,
.mce-visualblocks:not([dir=rtl]) hgroup,
.mce-visualblocks:not([dir=rtl]) aside,
.mce-visualblocks:not([dir=rtl]) ul,
.mce-visualblocks:not([dir=rtl]) ol,
.mce-visualblocks:not([dir=rtl]) dl {
  margin-left: 3px;
}

.mce-visualblocks[dir=rtl] p,
.mce-visualblocks[dir=rtl] h1,
.mce-visualblocks[dir=rtl] h2,
.mce-visualblocks[dir=rtl] h3,
.mce-visualblocks[dir=rtl] h4,
.mce-visualblocks[dir=rtl] h5,
.mce-visualblocks[dir=rtl] h6,
.mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),
.mce-visualblocks[dir=rtl] section,
.mce-visualblocks[dir=rtl] article,
.mce-visualblocks[dir=rtl] blockquote,
.mce-visualblocks[dir=rtl] address,
.mce-visualblocks[dir=rtl] pre,
.mce-visualblocks[dir=rtl] figure,
.mce-visualblocks[dir=rtl] figcaption,
.mce-visualblocks[dir=rtl] hgroup,
.mce-visualblocks[dir=rtl] aside,
.mce-visualblocks[dir=rtl] ul,
.mce-visualblocks[dir=rtl] ol,
.mce-visualblocks[dir=rtl] dl {
  background-position-x: right;
  margin-right: 3px;
}

.mce-nbsp,
.mce-shy {
  background: #aaa;
}

.mce-shy::after {
  content: '-';
}

:root{
  --tagify-dd-color-primary:rgb(53,149,246);
  --tagify-dd-text-color:black;
  --tagify-dd-bg-color:white;
  --tagify-dd-item-pad:.3em .5em;
  --tagify-dd-max-height:300px
}

.tagify{
  --tags-disabled-bg:#F1F1F1;
  --tags-border-color:#DDD;
  --tags-hover-border-color:#CCC;
  --tags-focus-border-color:#3595f6;
  --tag-border-radius:3px;
  --tag-bg:#E5E5E5;
  --tag-hover:#D3E2E2;
  --tag-text-color:black;
  --tag-text-color--edit:black;
  --tag-pad:0.3em 0.5em;
  --tag-inset-shadow-size:1.2em;
  --tag-invalid-color:#D39494;
  --tag-invalid-bg:rgba(211, 148, 148, 0.5);
  --tag--min-width:1ch;
  --tag--max-width:100%;
  --tag-hide-transition:0.3s;
  --tag-remove-bg:rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color:black;
  --tag-remove-btn-bg:none;
  --tag-remove-btn-bg--hover:#c77777;
  --input-color:inherit;
  --placeholder-color:rgba(0, 0, 0, 0.4);
  --placeholder-color-focus:rgba(0, 0, 0, 0.25);
  --loader-size:.8em;
  --readonly-striped:1;
  display:inline-flex;
  align-items:flex-start;
  align-content:baseline;
  flex-wrap:wrap;
  border:1px solid #DDD;
  border:1px solid var(--tags-border-color);
  padding:0;
  line-height:0;
  outline:0;
  position:relative;
  box-sizing:border-box;
  transition:.1s
}

@keyframes tags--bump{
  30%{
    transform:scale(1.2)
  }
}

@keyframes rotateLoader{
  to{
    transform:rotate(1turn)
  }
}

.tagify:has([contenteditable=true]){
  cursor:text
}

.tagify:hover:not(.tagify--focus):not(.tagify--invalid){
  --tags-border-color:var(--tags-hover-border-color)
}

.tagify[disabled]{
  background:var(--tags-disabled-bg);
  filter:saturate(0);
  opacity:.5;
  pointer-events:none
}

.tagify[disabled].tagify--empty>.tagify__input::before{
  position:relative
}

.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{
  pointer-events:none
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty),.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty){
  cursor:default
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input{
  visibility:hidden;
  width:0;
  margin:5px 0
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div{
  padding:var(--tag-pad)
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div::before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div::before{
  animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused
}

@keyframes readonlyStyles{
  0%{
    background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;
    box-shadow:none;
    filter:brightness(.95)
  }
}

.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{
  display:none
}

.tagify--loading .tagify__input>br:last-child{
  display:none
}

.tagify--loading .tagify__input::before{
  content:none
}

.tagify--loading .tagify__input::after{
  vertical-align:middle;
  opacity:1;
  width:.7em;
  height:.7em;
  width:var(--loader-size);
  height:var(--loader-size);
  min-width:0;
  border:3px solid;
  border-color:#eee #bbb #888 transparent;
  border-radius:50%;
  animation:rotateLoader .4s infinite linear;
  content:""!important;
  margin:-2px 0 -2px .5em
}

.tagify--loading .tagify__input:empty::after{
  margin-left:0
}

.tagify+input,.tagify+textarea{
  position:absolute!important;
  left:-9999em!important;
  transform:scale(0)!important
}

.tagify__tag{
  display:inline-flex;
  align-items:center;
  max-width:var(--tag--max-width);
  margin-inline:5px 0;
  margin-block:5px;
  position:relative;
  z-index:1;
  outline:0;
  line-height:normal;
  cursor:default;
  transition:.13s ease-out
}

.tagify__tag>div{
  display:flex;
  flex:1 1;
  vertical-align:top;
  box-sizing:border-box;
  max-width:100%;
  padding:var(--tag-pad);
  color:var(--tag-text-color);
  line-height:inherit;
  border-radius:var(--tag-border-radius);
  white-space:nowrap;
  transition:.13s ease-out
}

.tagify__tag>div>*{
  white-space:pre-wrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display:inline-block;
  vertical-align:top;
  min-width:var(--tag--min-width);
  max-width:var(--tag--max-width);
  transition:.8s ease,.1s color
}

.tagify__tag>div>[contenteditable]{
  display:block;
  outline:0;
  -webkit-user-select:text;
  -moz-user-select:text;
       user-select:text;
  cursor:text;
  margin:-2px;
  padding:2px;
  max-width:350px
}

.tagify__tag>div>:only-child{
  width:100%
}

.tagify__tag>div::before{
  content:"";
  position:absolute;
  border-radius:inherit;
  inset:0;
  inset:var(--tag-bg-inset,0);
  z-index:-1;
  pointer-events:none;
  transition:120ms ease;
  animation:tags--bump .3s ease-out 1;
  box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset
}

.tagify__tag:focus div::before,.tagify__tag:hover:not([readonly]) div::before{
  --tag-bg-inset:-2.5px;
  --tag-bg:var(--tag-hover)
}

.tagify__tag--loading{
  pointer-events:none
}

.tagify__tag--loading .tagify__tag__removeBtn{
  display:none
}

.tagify__tag--loading::after{
  --loader-size:.4em;
  content:"";
  vertical-align:middle;
  opacity:1;
  width:.7em;
  height:.7em;
  width:.4em;
  width:var(--loader-size);
  height:.4em;
  height:var(--loader-size);
  min-width:0;
  border:3px solid;
  border-color:#eee #bbb #888 transparent;
  border-radius:50%;
  animation:rotateLoader .4s infinite linear;
  margin:0 .5em 0 -.1em
}

.tagify__tag--flash div::before{
  animation:none
}

.tagify__tag--hide{
  width:0!important;
  padding-left:0;
  padding-right:0;
  margin-left:0;
  margin-right:0;
  opacity:0;
  transform:scale(0);
  transition:var(--tag-hide-transition);
  pointer-events:none
}

.tagify__tag--hide>div>*{
  white-space:nowrap
}

.tagify__tag.tagify--noAnim>div::before{
  animation:none
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{
  opacity:.5
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before{
  --tag-bg:var(--tag-invalid-bg);
  transition:.2s
}

.tagify__tag[readonly] .tagify__tag__removeBtn{
  display:none
}

.tagify__tag[readonly]>div::before{
  animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused
}

@keyframes readonlyStyles{
  0%{
    background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;
    box-shadow:none;
    filter:brightness(.95)
  }
}

.tagify__tag--editable>div{
  color:var(--tag-text-color--edit)
}

.tagify__tag--editable>div::before{
  box-shadow:0 0 0 2px var(--tag-hover) inset!important
}

.tagify__tag--editable>.tagify__tag__removeBtn{
  pointer-events:none;
  opacity:0;
  transform:translateX(100%) translateX(5px)
}

.tagify__tag--editable.tagify--invalid>div::before{
  box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important
}

.tagify__tag__removeBtn{
  order:5;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50px;
  cursor:pointer;
  font:14px/1 Arial;
  background:var(--tag-remove-btn-bg);
  color:var(--tag-remove-btn-color);
  width:14px;
  height:14px;
  margin-inline:auto 4.6666666667px;
  overflow:hidden;
  transition:.2s ease-out
}

.tagify__tag__removeBtn::after{
  content:"×";
  transition:.3s,color 0s
}

.tagify__tag__removeBtn:hover{
  color:#fff;
  background:var(--tag-remove-btn-bg--hover)
}

.tagify__tag__removeBtn:hover+div>span{
  opacity:.5
}

.tagify__tag__removeBtn:hover+div::before{
  box-shadow:0 0 0 var(--tag-inset-shadow-size) rgba(211,148,148,.3) inset!important;
  box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,rgba(211,148,148,.3)) inset!important;
  transition:box-shadow .2s
}

.tagify:not(.tagify--mix) .tagify__input br{
  display:none
}

.tagify:not(.tagify--mix) .tagify__input *{
  display:inline;
  white-space:nowrap
}

.tagify__input{
  flex-grow:1;
  display:inline-block;
  min-width:110px;
  margin:5px;
  padding:var(--tag-pad);
  line-height:normal;
  position:relative;
  white-space:pre-wrap;
  color:var(--input-color);
  box-sizing:inherit;
  overflow:hidden
}

.tagify__input:focus{
  outline:0
}

.tagify__input:focus::before{
  transition:.2s ease-out;
  opacity:0;
  transform:translatex(6px)
}

@supports (-ms-ime-align:auto){
  .tagify__input:focus::before{
    display:none
  }
}

.tagify__input:focus:empty::before{
  transition:.2s ease-out;
  opacity:1;
  transform:none;
  color:rgba(0,0,0,.25);
  color:var(--placeholder-color-focus)
}

@-moz-document url-prefix(){
  .tagify__input:focus:empty::after{
    display:none
  }
}

.tagify__input::before{
  content:attr(data-placeholder);
  width:100%;
  height:100%;
  margin:auto 0;
  z-index:1;
  color:var(--placeholder-color);
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  pointer-events:none;
  opacity:0;
  position:absolute
}

.tagify__input::after{
  content:attr(data-suggest);
  display:inline-block;
  vertical-align:middle;
  position:absolute;
  min-width:calc(100% - 1.5em);
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:pre;
  color:var(--tag-text-color);
  opacity:.3;
  pointer-events:none;
  max-width:100px
}

.tagify__input .tagify__tag{
  margin:0 1px
}

.tagify--mix{
  display:block
}

.tagify--mix .tagify__input{
  padding:5px;
  margin:0;
  width:100%;
  height:100%;
  line-height:1.5;
  display:block
}

.tagify--mix .tagify__input::before{
  height:auto;
  display:none;
  line-height:inherit
}

.tagify--mix .tagify__input::after{
  content:none
}

.tagify--select{
  cursor:default
}

.tagify--select::after{
  content:">";
  opacity:.5;
  position:absolute;
  top:50%;
  right:0;
  bottom:0;
  font:16px monospace;
  line-height:8px;
  height:8px;
  pointer-events:none;
  transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);
  transition:.2s ease-in-out
}

.tagify--select[aria-expanded=true]::after{
  transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)
}

.tagify--select[aria-expanded=true] .tagify__tag__removeBtn{
  pointer-events:none;
  opacity:0;
  transform:translateX(100%) translateX(5px)
}

.tagify--select .tagify__tag{
  flex:1 1;
  max-width:none;
  margin-inline-end:2em;
  margin-block:0;
  padding-block:5px;
  cursor:text
}

.tagify--select .tagify__tag div::before{
  display:none
}

.tagify--select .tagify__tag+.tagify__input{
  display:none
}

.tagify--empty .tagify__input::before{
  transition:.2s ease-out;
  opacity:1;
  transform:none;
  display:inline-block;
  width:auto
}

.tagify--mix .tagify--empty .tagify__input::before{
  display:inline-block
}

.tagify--focus{
  --tags-border-color:var(--tags-focus-border-color);
  transition:0s
}

.tagify--invalid{
  --tags-border-color:#D39494
}

.tagify__dropdown{
  position:absolute;
  z-index:9999;
  transform:translateY(-1px);
  border-top:1px solid rgb(53,149,246);
  border-top:1px solid var(--tagify-dd-color-primary);
  overflow:hidden
}

.tagify__dropdown[dir=rtl]{
  transform:translate(-100%,-1px)
}

.tagify__dropdown[placement=top]{
  margin-top:0;
  transform:translateY(-100%)
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{
  border-top-width:1.1px;
  border-bottom-width:0
}

.tagify__dropdown[position=text]{
  box-shadow:0 0 0 3px rgba(rgb(53,149,246),.1);
  box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);
  font-size:.9em
}

.tagify__dropdown[position=text] .tagify__dropdown__wrapper{
  border-width:1px
}

.tagify__dropdown__wrapper{
  scroll-behavior:auto;
  max-height:300px;
  max-height:var(--tagify-dd-max-height);
  overflow:hidden;
  overflow-x:hidden;
  color:black;
  color:var(--tagify-dd-text-color);
  background:white;
  background:var(--tagify-dd-bg-color);
  border:1px solid;
  border-color:rgb(53,149,246);
  border-color:var(--tagify-dd-color-primary);
  border-bottom-width:1.5px;
  border-top-width:0;
  box-shadow:0 2px 4px -2px rgba(0,0,0,.2);
  transition:.3s cubic-bezier(.5,0,.3,1),transform .15s;
  animation:dd-wrapper-show 0s .3s forwards
}

@keyframes dd-wrapper-show{
  to{
    overflow-y:auto
  }
}

.tagify__dropdown__header:empty{
  display:none
}

.tagify__dropdown__footer{
  display:inline-block;
  margin-top:.5em;
  padding:.3em .5em;
  padding:var(--tagify-dd-item-pad);
  font-size:.7em;
  font-style:italic;
  opacity:.5
}

.tagify__dropdown__footer:empty{
  display:none
}

.tagify__dropdown--initial .tagify__dropdown__wrapper{
  max-height:20px;
  transform:translateY(-1em)
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{
  transform:translateY(2em)
}

.tagify__dropdown__item{
  box-sizing:border-box;
  padding:.3em .5em;
  padding:var(--tagify-dd-item-pad);
  margin:1px;
  white-space:pre-wrap;
  cursor:pointer;
  border-radius:2px;
  outline:0;
  max-height:60px;
  max-width:100%;
  line-height:normal;
  position:relative
}

.tagify__dropdown__item--active{
  background:rgb(53,149,246);
  background:var(--tagify-dd-color-primary);
  color:#fff
}

.tagify__dropdown__item:active{
  filter:brightness(105%)
}

.tagify__dropdown__item--hidden{
  padding-top:0;
  padding-bottom:0;
  margin:0 1px;
  pointer-events:none;
  overflow:hidden;
  max-height:0;
  transition:.3s!important;
  transition:var(--tagify-dd-item--hidden-duration,.3s)!important
}

.tagify__dropdown__item--hidden>*{
  transform:translateY(-100%);
  opacity:0;
  transition:inherit
}

.tagify__dropdown__item--selected::before{
  content:"✓";
  font-family:monospace;
  position:absolute;
  inset-inline-start:6px;
  text-indent:0;
  line-height:1.1
}

.tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item{
  text-indent:1em
}

.tagify--focus {
  --tags-border-color: #40615c;
}

.tagify__dropdown {
  border: none;
}

.tagify__dropdown__wrapper {
  border: 1px solid #40615c;
}

.tagify__dropdown__item--active {
  background: #40615c;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url(/../img/flags.webp);
  --iti-path-flags-2x: url(/../img/flags@2x.webp);
  --iti-path-globe-1x: url(/../img/globe.webp);
  --iti-path-globe-2x: url(/../img/globe@2x.webp);
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}

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

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: 6px;
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: calc(6px / 2) solid transparent;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: calc(6px / 2) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: 4px solid #555;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(1px * -1);
  margin-left: calc(var(--iti-border-width) * -1);
  border: 1px solid #ccc;
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc;
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: #999;
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag, .iti__country-name {
  margin-right: 8px;
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: rgba(0, 0, 0, 0.05);
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: 12px;
  height: var(--iti-flag-height);
  width: 16px;
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/../img/flags.webp);
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: 100px 0;
  background-position: var(--iti-flag-offset) 0;
  background-size: 3904px 12px;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: url(/../img/globe.webp);
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: url(/../img/flags@2x.webp);
    background-image: var(--iti-path-flags-2x);
  }

  .iti__globe {
    background-image: url(/../img/globe@2x.webp);
    background-image: var(--iti-path-globe-2x);
  }
}

.iti {
  --iti-path-flags-1x: url(/flags/flags.webp);
  --iti-path-flags-2x: url(/flags/flags@2x.webp);
  --iti-path-globe-1x: url(/flags/globe.webp);
  --iti-path-globe-2x: url(/flags/globe@2x.webp);
  width: 100%;
}

.iti .iti__selected-country-primary{
    display: flex;
  }

.iti .iti__selected-country-primary{
    flex-direction: row-reverse;
  }

.iti .iti__selected-country-primary{
    gap: 0.25rem;
  }

.iti .iti__arrow{
    margin: 0px;
  }

.iti .iti__arrow{
    width: 1.5rem;
    height: 1.5rem;
  }

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

.iti .iti__arrow{
    border-style: none;
  }

.iti .iti__arrow {
    background-image: url(/assets/icons/caret-db4c8bc5901b0310d04d5baeab093aa4dfce0f2f8b601195557704f7e5b9875e.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

.iti--separate-dial-code {
  display: flex;
}

.iti--separate-dial-code .iti__flag-container {
    position: static;
    border-radius: 5px;
    margin-right: 14px;
  }

.iti--separate-dial-code .iti__flag-container .iti__selected-flag {
      border-radius: 5px;
      background-color: #FFFFFF !important;
    }

.iti--separate-dial-code .input {
    padding-left: 1rem !important;
  }

.partial-debug-wrapper {
  position: relative;
  outline: 1px dashed rgba(255, 0, 0, 0.4);
}

/* tooltip container */

.partial-debug-wrapper .partial-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 0, 0, 0.85);
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 2px;
  pointer-events: auto;
  /* make text selectable */
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 9999;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  /* allow copy */
  white-space: nowrap;
}

.partial-debug-wrapper:hover .partial-tooltip {
  opacity: 1;
}

.\*\:h-full > *{
  height: 100%;
}

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

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

.after\:start-\[2px\]::after{
  content: var(--tw-content);
  inset-inline-start: 2px;
}

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

.after\:h-3::after{
  content: var(--tw-content);
  height: 0.75rem;
}

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

.after\:h-7::after{
  content: var(--tw-content);
  height: 1.75rem;
}

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

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

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

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

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

@supports (color: rgb(0 0 0 / 0)){
.after\:bg-white::after{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}

.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:border-gray-200:hover{
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}
}

.hover\:border-primary-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(82 122 115 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:border-primary-500:hover{
  border-color: rgb(82 122 115 / var(--tw-border-opacity));
}
}

.hover\:border-primary-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(64 97 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:border-primary-600:hover{
  border-color: rgb(64 97 92 / var(--tw-border-opacity));
}
}

.hover\:border-primary-base:hover{
  --tw-border-opacity: 1;
  border-color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:border-primary-base:hover{
  border-color: rgb(97 134 127 / var(--tw-border-opacity));
}
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-100:hover{
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(176 176 176 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-300:hover{
  background-color: rgb(176 176 176 / var(--tw-bg-opacity));
}
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-50:hover{
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
}

.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(215 223 221 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-primary-100:hover{
  background-color: rgb(215 223 221 / var(--tw-bg-opacity));
}
}

.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 247 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-primary-50:hover{
  background-color: rgb(245 248 247 / var(--tw-bg-opacity));
}
}

.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(82 122 115 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-primary-500:hover{
  background-color: rgb(82 122 115 / var(--tw-bg-opacity));
}
}

.hover\:bg-primary-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(46 65 63 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-primary-800:hover{
  background-color: rgb(46 65 63 / var(--tw-bg-opacity));
}
}

.hover\:bg-primary-base:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-primary-base:hover{
  background-color: rgb(97 134 127 / var(--tw-bg-opacity));
}
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 225 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-red-100:hover{
  background-color: rgb(255 230 225 / var(--tw-bg-opacity));
}
}

.hover\:bg-red-base:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 63 26 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-red-base:hover{
  background-color: rgb(229 63 26 / var(--tw-bg-opacity));
}
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:text-gray-500:hover{
  color: rgb(109 109 109 / var(--tw-text-opacity));
}
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:text-gray-600:hover{
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:text-gray-900:hover{
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
}

.hover\:text-gray-950:hover{
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:text-gray-950:hover{
  color: rgb(49 49 49 / var(--tw-text-opacity));
}
}

.hover\:text-primary-300:hover{
  --tw-text-opacity: 1;
  color: rgb(127 156 151 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:text-primary-300:hover{
  color: rgb(127 156 151 / var(--tw-text-opacity));
}
}

.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(54 79 75 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:text-primary-700:hover{
  color: rgb(54 79 75 / var(--tw-text-opacity));
}
}

.hover\:text-primary-base:hover{
  --tw-text-opacity: 1;
  color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:text-primary-base:hover{
  color: rgb(97 134 127 / var(--tw-text-opacity));
}
}

.hover\:text-secondary-base:hover{
  --tw-text-opacity: 1;
  color: rgb(229 228 200 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.hover\:text-secondary-base:hover{
  color: rgb(229 228 200 / var(--tw-text-opacity));
}
}

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

@supports (color: rgb(0 0 0 / 0)){
.hover\:text-white:hover{
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

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

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:ring-1:hover{
  --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-2:hover{
  --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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-primary-100:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 223 221 / var(--tw-ring-opacity));
}

.hover\:ring-primary-base:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
}

.hover\:ring-offset-4:hover{
  --tw-ring-offset-width: 4px;
}

.focus\:relative:focus{
  position: relative;
}

.focus\:z-20:focus{
  z-index: 20;
}

.focus\:border-2:focus{
  border-width: 2px;
}

.focus\:border-primary-200:focus{
  --tw-border-opacity: 1;
  border-color: rgb(156 178 174 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.focus\:border-primary-200:focus{
  border-color: rgb(156 178 174 / var(--tw-border-opacity));
}
}

.focus\:shadow-md:focus{
  --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: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:outline-offset-0:focus{
  outline-offset: 0px;
}

.focus\:outline-primary-base:focus{
  outline-color: #61867F;
}

.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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4: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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(176 176 176 / var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(61 61 61 / var(--tw-ring-opacity));
}

.focus\:ring-primary-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 156 151 / var(--tw-ring-opacity));
}

.focus\:ring-primary-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
}

.focus\:ring-primary-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 122 115 / var(--tw-ring-opacity));
}

.focus\:ring-primary-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 97 92 / var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 63 26 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-red-50:focus{
  --tw-ring-offset-color: #FFFAF8;
}

.focus-visible\:outline:focus-visible{
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}

.focus-visible\:outline-primary-100:focus-visible{
  outline-color: #D7DFDD;
}

.focus-visible\:outline-primary-600:focus-visible{
  outline-color: #40615c;
}

.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.group:hover .group-hover\:text-gray-500{
  color: rgb(109 109 109 / var(--tw-text-opacity));
}
}

.group:hover .group-hover\:text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(54 79 75 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.group:hover .group-hover\:text-primary-700{
  color: rgb(54 79 75 / var(--tw-text-opacity));
}
}

.peer:checked ~ .peer-checked\:border-primary-600{
  --tw-border-opacity: 1;
  border-color: rgb(64 97 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.peer:checked ~ .peer-checked\:border-primary-600{
  border-color: rgb(64 97 92 / var(--tw-border-opacity));
}
}

.peer:checked ~ .peer-checked\:border-primary-base{
  --tw-border-opacity: 1;
  border-color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.peer:checked ~ .peer-checked\:border-primary-base{
  border-color: rgb(97 134 127 / var(--tw-border-opacity));
}
}

.peer:checked ~ .peer-checked\:bg-primary-base{
  --tw-bg-opacity: 1;
  background-color: rgb(97 134 127 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.peer:checked ~ .peer-checked\:bg-primary-base{
  background-color: rgb(97 134 127 / var(--tw-bg-opacity));
}
}

.peer:checked ~ .peer-checked\:text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(64 97 92 / 1);
}

@supports (color: rgb(0 0 0 / 0)){
.peer:checked ~ .peer-checked\:text-primary-600{
  color: rgb(64 97 92 / var(--tw-text-opacity));
}
}

.peer:checked ~ .peer-checked\: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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:checked ~ .peer-checked\:ring-primary-base{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 134 127 / var(--tw-ring-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-\[calc\(100\%\)\]::after{
  content: var(--tw-content);
  --tw-translate-x: calc(100%);
  transform: translate(calc(100%), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:translate-x-\[calc\(100\%-1px\)\]::after{
  content: var(--tw-content);
  --tw-translate-x: calc(100% - 1px);
  transform: translate(calc(100% - 1px), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:translate-x-\[calc\(100\%-8px\)\]::after{
  content: var(--tw-content);
  --tw-translate-x: calc(100% - 8px);
  transform: translate(calc(100% - 8px), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.peer:focus ~ .peer-focus\: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-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:focus ~ .peer-focus\:ring-primary-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 178 174 / var(--tw-ring-opacity));
}

@media not all and (min-width: 1024px){
  .max-lg\:fixed{
    position: fixed;
  }

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

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

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

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

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

  .max-lg\:gap-y-0{
    row-gap: 0px;
  }

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

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

@media not all and (min-width: 768px){
  .max-md\:flex-col{
    flex-direction: column;
  }
}

@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

  .sm\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

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

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

  .sm\:col-start-5{
    grid-column-start: 5;
  }

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

  .sm\:col-start-7{
    grid-column-start: 7;
  }

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

  .sm\:gap-4{
    gap: 1rem;
  }

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

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

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

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

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

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

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

  .sm\:pe-8{
    padding-inline-end: 2rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

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

  .sm\:text-2xl\/tight{
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .sm\:ring-8{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }
}

@media (min-width: 768px){
  .md\:sticky{
    position: sticky;
  }

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

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

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

  .md\:my-\[2\.125rem\]{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .md\:me-6{
    margin-inline-end: 1.5rem;
  }

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

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

  .md\:block{
    display: block;
  }

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

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:size-16{
    width: 4rem;
    height: 4rem;
  }

  .md\:size-24{
    width: 6rem;
    height: 6rem;
  }

  .md\:w-9{
    width: 2.25rem;
  }

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

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

  .md\:min-w-96{
    min-width: 24rem;
  }

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

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

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

  .md\:flex-\[340\]{
    flex: 340 1;
  }

  .md\:flex-\[354\]{
    flex: 354 1;
  }

  .md\:flex-\[500\]{
    flex: 500 1;
  }

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

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

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

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

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

  .md\:items-stretch{
    align-items: stretch;
  }

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

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

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

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

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-\[28px\]{
    gap: 28px;
  }

  .md\:gap-\[60px\]{
    gap: 60px;
  }

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

  .md\:bg-gray-25{
    --tw-bg-opacity: 1;
    background-color: rgb(253 253 253 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.md\:bg-gray-25{
    background-color: rgb(253 253 253 / var(--tw-bg-opacity));
  }
}

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

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

  .md\:py-\[3\.75rem\]{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

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

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

  .md\:pr-0{
    padding-right: 0px;
  }

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

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

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

  .md\:text-\[2\.5rem\]\/normal{
    font-size: 2.5rem;
    line-height: 1.5;
  }

  .md\:text-\[2rem\]\/normal{
    font-size: 2rem;
    line-height: 1.5;
  }

  .md\:text-lg\/normal{
    font-size: 1.125rem;
    line-height: 1.5;
  }

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

  .md\:shadow-light{
    --tw-shadow: 0px 0px 6px #31313114;
    --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 6px #31313114;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:bg-gray-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.md\:hover\:bg-gray-50:hover{
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  }
}
}

@media (min-width: 1024px){
  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

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

  .lg\:left-auto{
    left: auto;
  }

  .lg\:right-0{
    right: 0px;
  }

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

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

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

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

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

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

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:w-72{
    width: 18rem;
  }

  .lg\:w-\[220\]{
    width: 220;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-4{
    gap: 1rem;
  }

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

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

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

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

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

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

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

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

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

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

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

  .lg\:pl-72{
    padding-left: 18rem;
  }

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

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

  .lg\:pr-12{
    padding-right: 3rem;
  }

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

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

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

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

  .lg\:text-2xl\/tight{
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-heading-1{
    font-size: 4rem;
    line-height: 1.18;
    font-weight: 600;
  }

  .lg\:text-heading-2{
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: 600;
  }

  .lg\:text-quote{
    font-size: 2rem;
    line-height: 1.15;
    font-weight: 400;
  }

  .lg\:text-xl\/tight{
    font-size: 1.25rem;
    line-height: 1.25;
  }

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

@media (min-width: 1280px){
  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:size-12{
    width: 3rem;
    height: 3rem;
  }

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

  .xl\:min-w-12{
    min-width: 3rem;
  }

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

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

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

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

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

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

  .xl\:gap-12{
    gap: 3rem;
  }

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

  .xl\:p-10{
    padding: 2.5rem;
  }

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

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

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

  .xl\:text-3\.5xl\/tight{
    font-size: 2rem;
    line-height: 1.25;
  }

  .xl\:text-lg\/tight{
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .xl\:text-sm\/tight{
    font-size: 0.875rem;
    line-height: 1.25;
  }
}

@media (min-width: 1536px){
  .\32xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .\32xl\:gap-12{
    gap: 3rem;
  }
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *)::after{
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(-100%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (prefers-color-scheme: dark){
  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgb(93 93 93 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dark\:border-gray-600{
    border-color: rgb(93 93 93 / var(--tw-border-opacity));
  }
}

  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(79 79 79 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dark\:bg-gray-700{
    background-color: rgb(79 79 79 / var(--tw-bg-opacity));
  }
}

  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(61 61 61 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dark\:bg-gray-900{
    background-color: rgb(61 61 61 / var(--tw-bg-opacity));
  }
}

  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(176 176 176 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dark\:text-gray-300{
    color: rgb(176 176 176 / var(--tw-text-opacity));
  }
}

  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(136 136 136 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dark\:text-gray-400{
    color: rgb(136 136 136 / var(--tw-text-opacity));
  }
}

  .dark\:text-primary-500{
    --tw-text-opacity: 1;
    color: rgb(82 122 115 / 1);
  }

@supports (color: rgb(0 0 0 / 0)){
.dark\:text-primary-500{
    color: rgb(82 122 115 / var(--tw-text-opacity));
  }
}

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

@supports (color: rgb(0 0 0 / 0)){
.dark\:text-white{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

  .dark\:focus\:ring-primary-900:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(41 56 54 / var(--tw-ring-opacity));
  }

  .peer:focus ~ .dark\:peer-focus\:ring-primary-800{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(46 65 63 / var(--tw-ring-opacity));
  }
}
